.breakwords {
    word-break: break-all;
}

#dataTables-list-Product_wrapper .row:first-child .col-sm-6:first-child {
    float: right !important
}

.draggable {
    padding: 0.5em;
    float: left;
    margin: 10px 10px 0 0;
    border: solid 1px #454545;
    background: white;
    white-space: nowrap;
    cursor: pointer;
}

.draggable:hover {
    cursor: pointer;
}

.droppable {
    width: 300px;
    height: 150px;
    padding: 0.5em;
    float: left;
    margin: 10px;
    background: #daeff4;
    white-space: pre-wrap;
}

.dropText {
    border: 1px solid;
    padding: 5px;
}

.page-header {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.nomargin {
    margin: 0px !important;
}

.checkboxinline {
    display: inline-block;
    margin: 0px !important;
    font-size: 24px;
    color: red;
    font-weight: normal;
}

input[type="checkbox"].checkboxinline {
    float: right;
}

.float-right {
    float: right;
}

.bt_form {
    margin-top: -7px;
    margin-left: 10px;
}

.height200 {
    height: 200px !important;
}

.clear {
    clear: both;
}

.height650px {
    height: 650px;
}

.w45 {
    width: 70px !important;
}

.bk_thumbs {
    max-width: 150px;
    max-height: 100px;
}

.align_center_middle {
    text-align: center;
    vertical-align: middle;
}

.margintop20 {
    margin-top: 20px;
}

.btn-deluge {
    color: #ffffff;
    background-color: #8668ad;
    border-color: #8668ad;
}

input[type=checkbox],
input[type=radio] {
    width: 34px;
}

.uploaded_thums {
    width: 100%;
    float: left;
    min-height: 100px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain, cover;
    padding: 30px;
}

.uploaded_thums:hover {
    cursor: pointer;
    border: 2px solid #fff;
}

.uploaded_title {
    font-size: 10px;
}

.item_field {
    min-width: 180px;
}

.dataTables_filter {
    float: left;
}

.dataTables_filter input {
    width: 300px!important;
}

.dataTables_length,
.dataTables_paginate ul {
    float: right;
}

#dataTables-list_paginate ul {
    margin-right: 5px;
    float: right;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 120px;
    height: 120px;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


/* JQuery validation custom CSS */

.admin-error {
    float: right;
    color: red;
    border-color: red;
}


/* Publish options */

#publish_options_form td {
    border-color: #FFF!important;
}


/* Tree view */

div#tree .glyphicon {
    margin-right: 10px;
}


/*Custom Select*/

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: transparent;
    color: #000;
    font-weight: bold;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #000;
    /*color: #36b128;*/
    padding: 8px 16px;
    /*border: 1px solid transparent;*/
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #eee;
    color: #111;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #999;
    border-top: 0 solid #999;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.op_not_set {
    color: #999 !important;
    font-weight: 300 !important;
}

.op_enable,
.op_admin,
.op_all {
    color: #36b128 !important;
}

.op_disabled,
.op_none {
    color: #b12828 !important;
}

.op_owner,
.op_dev {
    color: #b17a28 !important;
}

.op_admin_dev,
.op_owner_group {
    color: #113ddc !important;
}


/* Product template */

form span.select2 {
    width: 100%!important;
}

form span.select2-selection {
    min-height: 34px!important;
}

form span.select2-selection__rendered {
    margin-top: 3px;
    margin-left: 5px;
}

form span.select2-selection__rendered:focus {
    border-color: #66afe9;
    outline: -webkit-focus-ring-color auto 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

form span.select2-selection__arrow {
    margin-top: 3px;
}

.more_setup_box {
    display: block;
    position: absolute;
    min-width: 286px;
    min-height: 200px;
    bottom: 100px;
    right: 100px;
}

.one_line_list {
    width: 250px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-thumbnail svg {
    max-height: 200px;
    max-width: 150px;
    cursor: pointer;
}

.sub-upper {
    vertical-align: super;
    font-size: medium;
}

/* Thumbnail uploader */
.thumb-uploader {
    position:relative; 
    overflow:hidden;
    width:100%;
    text-align: center;
    min-height: auto; 
    background:#f3f3f3; 
    border:2px dashed #e8e8e8;
}
.drag-drop-upload{
    position:absolute;
    width:300px;
    height:400px;
    top:-50px;
    left:0;
    z-index:2;
    opacity:0;
    cursor:pointer;
}
.thumb-uploader img{
    position:sticky;
    max-width: 100%;
    max-height: auto;
    top:-1px;
    left:-1px;
    z-index:1;
    border:none;
}
.thumb-uploader img.blur{
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}
.upload-loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3f7cff; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    animation-duration: 4s;
    position: absolute;
    left: 33%;
    top: 38%;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.zoom-thumbnail{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
    padding: 7px 5px 5px 7px;
}
.zoom-thumbnail:hover{
    border-radius: 15px;
    font-size: 20px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}