.mn_sticky      {
    top: 24px !important;
}
#header_top       {
    margin-top: 24px;
}

.cms_tooltip     {
    font-family: "Arial";
}
.left_20  { margin-left: 20px }
.bottom_5  { margin-bottom: 5px }
.bottom_10  { margin-bottom: 10px }
.bottom_15  { margin-bottom: 15px }
.bottom_20  { margin-bottom: 20px }
.bottom_30  { margin-bottom: 30px }
.bottom_50  { margin-bottom: 50px }
.margin_30_responsive  { margin: 30px }
@media screen and (max-width: 768px) {
    .margin_30_responsive  { margin: 10px }
}

.overflow_hidden    {    overflow: hidden;  }
.border_bottom      {   border-bottom: 1px solid lightgray; }
.border_bottom:last-child      {   border-bottom: 1px solid transparent; }
.relative           {   position: relative !important    }
.bcg_light          {   background: #f6f6f6; border: 1px solid transparent }
.bcg_white          {   background: white }
.gray               {   color: #5f5f5f }
.none        {    display: none;}
body:before      {
    position: static;
    display: block;
    content: "";
    height: 30px;
    width: 100%
}
.cms_modal textarea:focus,.cms_modal input[type="text"]:focus,.cms_modal input[type="password"]:focus, .cms_modal input[type="email"]:focus, .cms_modal select:focus  {
    border-color: #FE8E00 !important;
    box-shadow: 0 0 0 transparent !important;
    outline: 0 none !important;
}
.cms_modal .btn-default, .cms_modal .btn-default:active       {
    background: #FE8E00;
    color: white;
    border: 1px solid #FE8E00;
    border-radius: 1px;
}
.cms_modal .summernote .btn-default        {
    background: white;
    color: inherit;
    border: 1px solid lightgray;
    padding: 5px 10px;
    border-radius: inherit;
}
.note-link-popover .note-btn-group button:first-child {
    display: none !important;
}
button, a:link        {
    outline: 0 none !important;
    box-shadow: 0 0 0 transparent !important;
}
.cms_modal .btn-link        {
    text-decoration: none;
    color: #222;
    border: 1px solid transparent !important;
}
.bcg_image  {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
a.black:link, a.black:visited, a.black:hover, a.black:active, .black a:link, .black a:visited, .black a:hover, .black a:active         {
    color: #222;
    text-decoration: none;
}

/************************************************ cms elementi    *******************************************************/
/**********************************************************************************************************************/

/*****************************   checkboxes   ******************************/
.cms_modal input[type=checkbox], .cms_modal input[type=radio]   {
    visibility: hidden;
    position: absolute;
    width: 0;
}
.cms_modal input[type=checkbox] + span, .cms_modal input[type=radio] + span       {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 4px;
}
.cms_modal input[type=checkbox] + span:after, .cms_modal input[type=radio] + span:after    {
    border: 2px solid #FE8E00;
    border-radius: 2px;
    content: "";
    top: 5px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 18px;
    color: white;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family:'FontAwesome';
    background-color: white;
}
.cms_modal input[type=checkbox]:checked + span:after, .cms_modal input[type=radio]:checked + span:after    {
    background-color:  #FE8E00;
    content: "\f00c";
}


.cms_switch {
    position: relative;
    display: inline-block !important;
    width: 34px;
    height: 18px;
    margin-bottom: 0;
    vertical-align: top;
}
.cms_switch input {display:none;}
.cms_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 18px;
}

.cms_slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.cms_switch input:checked + .cms_slider {
    background-color: #FE8E00;
}
.cms_switch input:checked + .cms_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(16px);
}


.cms_count      {
    display: inline-block;
    border: 2px solid #FE8E00;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
}

/************************************************ cms modals    *******************************************************/
/**********************************************************************************************************************/
.modal_1200     {
    width: auto;
    max-width: 1200px !important;
}
.cms_modal .modal-content     {
    margin-top: 60px;
    border-radius: 0;
    color: #222;
    font-family: Tahoma;
}
.cms_modal .modal-header     {
    background: #3d566e;
    text-shadow: 1px 1px 0 #000000;
    color: white;
    font-size: 16px;
}
.cms_modal .modal-header .close    {
    color: white;
    text-shadow: 1px 1px 0 #000000;
    opacity: 1;
}
.cms_modal .modal-title     {
    color: white;
}
.cms_modal_block       {
    margin: 20px;
    padding: 15px;
    border: 1px solid lightgray;
    background: white;
}

.editable-settings-modal .cms_modal_block, .editable-items-modal .cms_modal_block, .editable-database-modal .cms_modal_block, #theme-modal .cms_modal_block       {
    margin: 0 0 7px 0;
    padding: 10px;
}
.editable-database-modal .editable_sortable_handle       {
    position: absolute;
    top: 3px;
    right: 5px;
}

@media screen and (max-width: 780px) {
    .cms_modal_block       {
        margin: 0 0 10px 0;
        padding: 10px;
    }
}
.level_2_modal.fade.in ~ .modal-backdrop.fade.in {
    z-index: 1051;
}
.level_2_modal      {
    z-index: 1052;
}
.level_3_modal.fade.in ~ .modal-backdrop.fade.in {
    z-index: 1054;
}
.level_3_modal      {
    z-index: 1055;
}
.level_4_modal.fade.in ~ .modal-backdrop.fade.in {
    z-index: 1056;
}
.level_4_modal      {
    z-index: 1057;
}
.cms_modal_loader      {
    position: absolute;
    top: 7px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

/*****************************  success dropdown  **************************/
.cms_success       {
    position: fixed;
    width: 200px;
    height: 38px;
    line-height: 38px;
    top: -40px;
    background: white;
    left: 50%;
    margin-left: -100px;
    color: white;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    z-index: 10000;
    background-image: url('/vendor/cms/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.cms_success_show       {
    top: 70px;
}
.cms_success_saved       {
    background: #27ae60;
    background-image: none;
}


/*****************************  navtab  **************************/
.cms_modal .nav-tabs {
    border-bottom: 0;
    margin-bottom: 0px;
}
.cms_modal .nav-tabs a:link {
    border: 1px solid lightgray;
}
.cms_modal .nav-tabs .active a:link {
    background: #FE8E00;
    color: white;
    border: 1px solid #FE8E00;
    border-radius: 1px;
}
.cms_modal .nav-tabs  a:hover {

}

/*****************************  custom menu  **************************/
.cms_modal .ui-sortable-handle      {
    cursor: move;
}


/************************************************ editable block    *******************************************************/
/**********************************************************************************************************************/
.editable-section-scaled        {
    margin-left: auto;
    margin-right: auto;
}
.editable-section-scaled .editable-block     {
    border: 1px solid #FE8E00 !important;
    margin: 10px auto;
    position: relative;


}
.editable-scaler     {

}
.editable-section-scaled .editable-scaler     {
    transform-origin: left top;
}
.editable-block-buttons, .editable-block-buttons:hover              {
    position: absolute !important;
    top: 4px;
    right: 10px;
    width: 20px !important;
    height: 20px !important;
    display: none;
    background: #FE8E00 !important;
    color: white;
    text-align: center;
    line-height: 16px !important;
    padding: 0 !important;
    margin: 0;
}
.editable-section-scaled .editable-block-buttons {
    display: block;
}

    /************************************************ editable params  ********************************************/
[contenteditable=false]:hover   {
    box-shadow:0 0 0 2px #FE8E00;
    cursor: text;
}
[contenteditable=true]:focus   {
    box-shadow:0 0 0 1px #88abff;
}
[data-target='#gallery-modal']:not(a):hover   {
    box-shadow:0 0 0 2px #FE8E00;
    /*cursor: url(/vendor/cms/cursor.png), alias;*/
    cursor: alias;
}
[data-modal]:hover     {
    box-shadow:0 0 0 1px #88abff !important;
}
[data-target^='#format-modal']:hover   {
    box-shadow:0 0 0 2px #FE8E00;
}
.editable-modal-opener      {
    background: #FE8E00 !important;
    color: white !important;
    font-size: 14px;
    text-align: center !important;
    width: 150px;
    position: absolute;
    top: 3px;
    height: 36px;
    line-height: 32px !important;
    right: 10px !important;
    cursor: pointer;
    z-index: 999;
    border: 2px solid white;
    font-family: Tahoma !important;
}

/************************************************ editable links  ********************************************/
.editable-link    {
    position: relative;
    overflow: visible;
}
.editable-link-container     {
    z-index: 1001;
    position: absolute;
    top: -12px;
    left: -12px;
    min-width: 340px;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    text-align: left;
    color: black !important;
}
.editable-link-container i    {
    position: absolute;
    background: #FE8E00;
    width: 24px;
    height: 24px;
    color: white;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    display: none;
}
.editable-link:hover .editable-link-container i    {
    display: block;
}

.editable-link-container .dropdown-menu     {
    padding: 8px 15px;
}
.editable-link-container .dropdown-menu .editable-link-goto     {
    cursor: pointer;
    margin-top: 6px;
    display: inline-block;
}
.editable-link-title        {
    display: inline-block;
    width: 35px;
}
.editable-link-container input       {
    width: 330px !important;

}

.editable-link-container select, .editable-link-container input         {
    height: auto;
}

/************************************************ editable items modal  ********************************************/
.editable-items-image            {
 width: 100px;
    margin-right: 15px;
    position: relative;
}
.editable-items-image-del       {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: #FE8E00;
    color: white;
    text-align: center;
    line-height: 20px;
    border: 2px solid white;
}
.editable_settings_dropdown     {
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    padding: 10px;
    margin: -10px;
}
.editable_settings_dropdown i    {
    font-size: 18px;

}
.editable-settings-modal .modal-header, .editable-items-modal .modal-header     {
    cursor: move;
}
.editable_sortable_handle_handlers      {
    text-align: right;
    margin-top: -5px;
    margin-bottom: 5px;
}
/************************************************ cms top bar    *******************************************************/
/**********************************************************************************************************************/
.cms-top-bar     {
    background: #393939;
    font-family: Tahoma;
    color: white;
    position: fixed;
    top: -2px;
    left: -2px;
    right: -2px;
    padding: 6px 0;
    z-index: 1000;
}
.cms-top-bar a:link, .cms-top-bar a:visited          {
    color: white;
    text-decoration: none;
    margin-right: 20px !important;
    display: inline-block;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .cms-top-bar a:link, .cms-top-bar a:visited          {
        margin-right: 8px;
        font-weight: normal;
    }
}
.cms-top-bar .dropdown-menu a:link,
.cms-top-bar .dropdown-menu a:visited,
.cms-top-bar .dropdown-menu a:hover   {
    color: #333333;
    background: white;
}

/******************** compiled block, layout  ************************/
#editable-blocks-container       {
    z-index: 999;
    position: fixed;
    left: -320px;
    float: left;
    top: 25px;
    width: 320px;
    height: 100%;
    transition: all 0.6s;
    border-right: 1px solid #9d9d9d;
    /*overflow-y: scroll;*/
    padding-bottom: 30px;
}

.editable-blocks-container-open     {
    left: 0 !important;
}
.editable-compiled-block     {
    cursor: pointer;
    padding: 5px;
    margin: 8px 0;
}
.editable-compiled-folder     {
    background: white;
    padding: 5px;
    border: 1px solid lightgray;
    cursor: pointer;
    margin-top: 15px;
}
#editable-blocks-container .editable-compiled-block     {
    cursor: move;
}
#editable-blocks-container .editable-compiled-block:active     {
    border: 1px solid  #FE8E00;
}
.editable-compiled-image {
    max-width: 100px;
    max-height: 50px;
    border: 1px solid #dadada;
    background-size: cover;
    margin-right: 10px;
    display: block;
}
.editable-compiled-image img {
    max-width: 100%;
    max-height: 100%;
}
.editable-compiled-block label     {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}
.editable-compiled-description     {
    margin-top: 5px;
    color: gray;
    font-style: italic;
}
.ui-sortable-placeholder       {
    background: #f6f6f6  !important;
    visibility: visible !important;
}

/*****************  CMS RESPONSIVE TABLE  ******************************/
.cms_table_container        {
    max-width: 100%;
    overflow-x: auto;
    padding: 20px;
}
.cms_table      {
    min-width: 100%;
    position: relative;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-top: 1px solid lightgray;
    background: white;
}
.cms_table tbody tr       {
    background: white;
}
.cms_table tbody tr:hover       {
    background: #f4f4f4;
}
.cms_table tbody td div       {
    margin-bottom: 4px;
}
.cms_table thead td       {
    border-right: 1px solid lightgray;
    font-weight: bold;
}
.cms_table td       {
    padding:  12px 17px;
    border-bottom: 1px solid lightgray;
    vertical-align: middle !important;
}
.cms_table_image        {
    width: 90px;
    height: 90px;
    border: 1px solid #FE8E00;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
}

/************************************************ PAGINATION   *******************************************************/
/**********************************************************************************************************************/
.cms_pagination     {
    text-align: right;
    margin-bottom: 5px;
    margin-top: 5px;
}
.cms_pagination label    {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    background-color: white;
    border: 1px solid lightgray;
}
.cms_pagination label:hover    {
    border: 1px solid #FE8E00;
    background: #FE8E00;
    color: white;
    cursor: pointer;
}
.cms_pagination label input    {
    position: absolute;
}
.cms_pagination select      {
    height: 24px;
    border: 1px solid lightgray;
}
/************************************************ cms empty site    *******************************************************/
/**********************************************************************************************************************/
.cms_empty_site     {
    background: white;
    max-width: 500px;
    padding: 30px;
    border:1px solid lightgray;
    margin: 15% auto 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
.cms_empty_site a:link, .cms_empty_site a:visited, .cms_empty_section:link, .cms_empty_section:visited    {
    color: #FE8E00;
}
.cms_empty_site i, .cms_empty_section i     {
    margin-top: 20px;
    font-size: 48px;
}
/*************************  empty section  ********************/
.cms_empty_section     {
    padding: 250px 0;
    text-align: center;
    font-size: 18px;
    display: block;
}
.cms_empty_block        {
    padding: 150px 0;
    text-align: center;
    font-size: 18px;
    display: block;
}
    /************************************************ cms login    *******************************************************/
/**********************************************************************************************************************/
.cms_login_container          {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin-top: -200px;
}
.cms_login_logo     {
    width: 220px;
    margin: 0 auto 20px auto;
}
.cms_login_form          {
    max-width: 400px;
    margin: 0 auto;
}
.cms_login_form_inner          {
    background-color: white;
    border: 1px solid lightgray;
    padding: 30px;
    margin:0 10px;
}




/***************************************************************   ORDERS   *******************************************/
/************************************************************************************************************************/
.orders-count     {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 23px;
    display: inline-block;
    width: 26px;
    height: 24px;
    background: #ff2c00;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
    font-weight: bold;
}
.orders-count + span    {
    left: 50%;
    margin-left: -4px;
    display: inline-block;
    position: absolute;
    top: 18px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ff2c00;
}

.orders-empty-search        {
    min-height: 300px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px solid lightgray;
    background: white;
    margin-bottom: 15px;
    padding-top: 100px;
}
.orders-status-color-1      { color: orange }
.orders-status-color-2      { color: green }
.orders-status-color-3      { color: red }
.orders-status-new      {
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-block;
    text-align: center;
    background: #FE8E00;
    color: white;
    font-weight: bold;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 50%;
}

.orders-content-wrapper    {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.orders-content-wrapper img   {
    position: absolute;
    top: 40%;
    z-index: 2;
}
.orders-content-wrapper div   {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.orders-percentage      {
    width: 120px;
    height: 16px;

}
.orders-percentage-bar      {
    position: relative;
    display: inline-block;
    background-color: #FE8E00;
    width: 2px;
    height: 100%;

}
.orders-percentage-bar > span     {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: -1px;
    width: 0;
    right: -3px;

}
.orders-header      {
    font-size: 28px;
}
.cms_orders_icons       {
    display: inline-block;
    border: 1px solid #FE8E00;
    padding: 5px 8px;
}





.cms_wholesale_prices_table     {
    width: 100%;
}
.cms_wholesale_prices_table tr:nth-child(odd)    {
    background: #f6f6f6;
}
.cms_wholesale_prices_table tr    {
    border-bottom: 1px solid lightgray;
}
.cms_wholesale_prices_table td    {
    padding: 6px;
}









/***************************************************************   DROPZONE   *******************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
.dropzone, .dropzone * {
    box-sizing: border-box; }

.dropzone {
    min-height: 90px;
    border: 2px solid #FE8E00;
    background: white;
    margin: 20px;
    margin-top: 10px;
    position: relative;
}
.dropzone.dz-clickable {
    cursor: pointer; }
.dropzone.dz-clickable * {
    cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer; }
.dropzone.dz-started .dz-message {
    display: none; }
.dropzone.dz-drag-hover {
    border-style: solid; }
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5; }
.dropzone .dz-message {
    font-size: 14px;
    text-align: center;
    margin: 2em auto;
}
.dropzone .dz-message:hover, .dropzone:hover .dz-message  {

}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
.dropzone .dz-preview:hover {
    z-index: 1000; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-image-preview {
    background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none; }
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px); }
.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10; }
.dropzone .dz-preview .dz-image img {
    display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 4px;
    overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #FE8E00;
    background: linear-gradient(to bottom, #FE8E00, #d56b1d);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto; }
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; }
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}


/*****************************************   modal   ***************************************/
#gallery-modal.fade.in ~ .modal-backdrop.fade.in {
    z-index: 1098;
}
#gallery-modal  {
    text-align: center;
    z-index: 1099;
}
@media screen and (min-width: 768px) {
    .dropzone-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-stretch {
    vertical-align: middle;
    width: 96%;
    max-width: 96%;
    min-height: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
}
.modal-stretch .modal-content    {
    min-height: 100%;
    height: 100%;
    border-radius: 1px;
}
.modal-stretch .modal-body    {
    padding: 0;
    height: 100%;
    max-height: 100%;
    text-align: left;
}
.modal-stretch .modal_right        {
    padding: 20px;
    text-align: left;
    float: right;
    height: 100%;
    width: 300px;
    background-color: #fffbd7;
    border-left: 1px solid lightgray;
}
.modal-stretch .modal_right a       {
    margin-bottom: 15px;
}
.modal-stretch .modal_right button       {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
@media screen and (max-width: 768px) {
    .modal-stretch .modal_right        {
        width: 120px;
    }
}
.modal-stretch .modal_left        {
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}
#gallery-images-container       {
    margin: 30px 5px;
    position: relative;
}
.smaller-padding        {
    padding-left: 5px;
    padding-right: 5px;
}
.gallery-watermark      {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}
/******************  img scale   ******************************/
.gallery-checkbox-label     {
    width: 100%;
}
.gallery-checkbox-label input       {
    visibility: hidden;
    position: absolute;
}
.gallery-img-container      {
    border: 3px solid transparent;
}
.gallery-img {
    display: block;
    margin: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid lightgray;
}
.gallery-checkbox-label input[type="radio"]:checked + .gallery-img-container,
.gallery-checkbox-label input[type="checkbox"]:checked + .gallery-img-container    {
    border: 3px solid #FE8E00;
}
.gallery-checkbox-label input[type="radio"]:checked + .gallery-img-container:after,
.gallery-checkbox-label input[type="checkbox"]:checked + .gallery-img-container:after    {
    content: '\2713';
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: white;
    font-weight: bold;
    background-color: #FE8E00;
    position: absolute;
    top: 10px;
    right: 15px;
    border: 1px solid white;

}
.gallery-img-del      {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: white;
    font-weight: bold;
    background-color: #4a4a4a;
    position: absolute;
    top: 10px;
    left: 15px;
    border: 1px solid white;
}







/***************************************************************   NESTABLE   *******************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/


.dd {
    position: relative;
    display: block;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    list-style: none;
}
.dd-list form button, .dd-list form button:hover, .dd-list form button:visited {
    color: inherit;
    margin-top: -5px;
}
ol  {
    padding: 0;
}
.dd-list .dd-list {
    padding-left: 40px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;

}
.dd-collapse           {
    z-index: 2;
}
.dd-expand           {
    z-index: 1;
}
.dd-collapsed   .dd-expand        {
    z-index: 2;
}
#cms_dd_filters > .dd-list > .dd-item        {
    padding-bottom: 15px;
}
.dd-background      {
    height: 40px;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #f3f3f3 100%);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
}

.dd-handle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #f2f3f6;
    border: 1px solid lightgray;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.dd-handle:after {
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    content: "\f047";
}

.dd-handle:hover {
    background: #f1f2f3;
}

.dd-item .dd-input       {
    position: absolute;
    top: 3px;
    left: 45px;
}
.dd-item .dd-icon       {
    position: absolute;
    top: 4px;
    right: 120px;
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 768px) {
    .dd-item .dd-input       {
        width: auto;
    }
}
.dd-item .dd-icons      {
    position: absolute;
    top: 7px;
    right: 5px;
}
.dd-item .dd-icons .dropdown-menu  li    {
    padding: 3px 10px;
}
.dd-locked      {
    color: #c6c6c6;
}

.dd-icons > button {
    display: block;
    cursor: pointer;
    float: right;
    width: 25px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.dd-icons label        {
    cursor: pointer;
    font-size: 14px;
}
.dd-icons input[type=checkbox]        {
    visibility: hidden;
    position: absolute;
}

.dd-icons input[type=checkbox]:not(:checked) + i:before {
    content: "\f070";
}
.dd-icons input[type=checkbox]:checked + i:before {
    content: "\f06e";
}



.dd-item > button       {
    position: absolute;
    left: -32px;
    width: 24px;
    top: 8px;
    background: white;
    border: 1px solid lightgray;
    box-shadow: none;
}
.dd-item > button[data-action="collapse"]:before {
    content: '-';
}


.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

.cms-nestable-display        {
    position: relative;
    display: inline-block;

}
.cms-nestable-display:first-child        {
    margin-left: 4px;
}
.cms-nestable-display:hover        {
    background-color: #f2f2f2;
}
.cms-nestable-display input       {
    visibility: hidden;
    position: absolute;

}
.cms-nestable-display i       {
    padding: 4px;
}
.cms-nestable-display input + span       {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid transparent;
}
.cms-nestable-display input:checked + span       {
    border: 2px solid #FE8E00;
}

[data-depth="2"] .dd-list .dd-list .nestable-last-remove {
    display: none;
}
[data-depth="3"] .dd-list .dd-list .dd-list .nestable-last-remove {
    display: none;
}
.nestable-only-first        {
    display: none;
}
.dd > .dd-list > .dd-item > .dd-icons .nestable-only-first {
    display: block;
}



/*******************************************************   BOOTSTRAP 4  *********************************************/

.hidden             { display: none }
.cms_modal input        {
    font-size: 14px;
}
.cms_modal .modal-header     {
    padding: 15px 25px;
}
.cms_modal  .form-inline    {
    display: block;
}
#gallery-modal  {
    z-index: 1056;
}
.cms_modal .nav-tabs a:link {
    border: 1px solid lightgray;
    padding: 8px 15px;
}
.modal-backdrop + .modal-backdrop {
     z-index : 1051;
}
.modal-backdrop + .modal-backdrop + .modal-backdrop {
    z-index : 1051;
}
.cms_modal .nav-tabs  a.active:link {
    background: #FE8E00;
    color: white;
    border: 1px solid #FE8E00;
    border-radius: 1px;
}
.dropdown-menu     {
    padding: 8px 15px;
    min-width: 200px;
}
html [type=button]       {
    -webkit-appearance: none !important;
}
.cms_modal .btn-default {
    font-size: 14px;
}
.cms_modal .btn-default:active, .cms_modal .btn-default:hover       {
    background: #d57500;
}
