#orientation-device-message { 
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    /*width: 100%;
    height: 100%; */   
    background: #F6F6F6;
    color: #111;
    z-index: 999888777;
}
#orientation-device-message {
    display: none;
}

#heder-right #image-box {
    display: none;
}


/* ------------- если меньше 480px ----------- */
@media only screen and (max-width:479px){
    #orientation-device-message {display: block;}
}
@media only screen and (max-width:567px){
    
}
#main{
    height: calc(100% - 42px);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 65px;
    background: #FFF;
}
header, footer, article, aside, nav{
    display: block;    
}
aside{
    position: relative;
    float: left;
    z-index: 12;
    width: 200px; 
    height: 100%;   
}
nav{
    padding: 0 0px;    
    height: 93%;
}
section{
    background: #FFF;
    height: 100%;
    position: relative;
    overflow: auto;
    padding: 2px 2px 0px 2px;
    z-index: 1;
    opacity: 1;
}
section table{
    table-layout: fixed;
}

footer{
    display: none;
    
    clear: both;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    /*background: #E9EFF8;*/
    background: #E2EAF5;
}

/*--------------------- Header ----------------------*/
header{
    /*background: #3D75D3;*/
    /*background: #3D75D3 url(img/b-header_bg.gif) repeat; */
    background: #333;
    height: 40px;
    /*overflow: auto;*/
    position: relative;
    /*z-index: 1;*/
    opacity: 1;
}
#heder-right{
    z-index: 2;
    font-family: 'web-light', Tahoma;
    float: right;
    padding: 10px 4px 0;
    color: #FFB;
    
    position: absolute;
    right: 0px;
    /*background: #3D75D3 url(img/b-header_bg.gif) repeat;*/
    background: #333; 
    height: 30px;
}
#heder-right a{
    text-decoration: none;
    color: #FFB;
    border-bottom: 1px dashed currentColor;
}
#heder-right span{
    position: relative;
    cursor: pointer;
    color: #FFF;
    margin: 0 8px 0 8px;
}
#heder-right span a{
    text-decoration: none;
    border: none;
}
#heder-right span .fa{
    font-size: 17px;
}
#heder-right s{
    position: absolute;    
    top: -9px;
    right: -10px;    
    letter-spacing: 0px;
    text-decoration: none;
    /*background: #0056A8;*/
    /*background: #FCC636;*/
    background: #FFEE00;
        text-shadow:none;
        color: #333;
        font-size: 11px;
        font-family: Tahoma;
        line-height: 14px;
    padding: 0px 1px;
    min-height: 13px;
    min-width: 13px;
    text-align: center;
    border-radius: 8px;
}
#heder-right a:hover{
    /* color: #FF6; */
}

#heder-logo{
    display: flex;
    position: relative;
    /*background: #4285f4;*/
    /*background: #4385C2;*/
    background: #333;
    height: 40px;
    padding: 0 0 0 40px;
    text-align: center;
    /*border-right: 1px solid #629ED0;*/
    z-index: 100;
}
#heder-logo a{
    font-family: 'bold', Tahoma;
    text-decoration: none;
    color: #FFF;
    font-size: 17px;
    line-height: 2.3;
    /*line-height: 2.5;*/
}
#heder-logo a .fa{
    font-size: 17px;
}

#heder-logo svg {
    height: 28px;
    width: 28px;
    margin: 6px 7px 3px 7px;
 }
#heder-logo span {
    display: none;    
    line-height: 43px;
    margin-left: 45px;
}

#tariff-box{
    text-align: left;
    display: inline-block;
    width: auto;
    position: absolute;
    z-index: 1;
    height: 28px;
    font: 12px "bold";
    margin-top: 3px;
    /*color: #DAE6FA;  */
    color:#FFF;
    text-shadow: 0px 1px 1px #454545;
    padding: 4px 0px 0px 8px;
    margin-left: 38px;
    line-height: 1.4;
}

/*#user-info-header-popup-box{
    position: relative;
    display: inline;
    color: #FFF;
    z-index: 2000;
    opacity: 1;
}*/
#user-info-header-popup-box{
    position: absolute;
    background: #FFF;
    color: #333;
    display: none;
    top: 32px;
    /*left: -28px;*/
    left: calc(50% - 198px);
    /* border: 1px solid #056AB6; */

    /* box-shadow: 0px 0px 0px 1px #FFF; */
    filter: drop-shadow(0vh .4vh .4vh rgba(0, 0, 0, .3));
    border-radius: 20px;
    padding: 12px 8px;
    text-align: left;
    width: 270px;
    cursor: default;
    z-index: 2010;
    list-style: none;
    opacity: 1;
}
#user-info-header-popup-box table { 
    /* padding: 6px 4px; */
}

#user-info-header-popup-box table td:first-child {
    text-align: center;
    vertical-align: middle;
}

#user-info-header-popup-box table td{
    padding: 2px 5px;
    font-size: 13px;
    color: #999;
    /* min-width: 82px; */
    /* min-width: 58px; */
}
#user-info-header-popup-box table td .fa{
    font-size: 15px;
}
#user-info-header-popup-box table td img{
    margin: 0px 3px -3px 0px;
}
#user-info-header-popup-box table td:nth-child(2){
    /* color: #056AB6; */
    color: #333;
    font-size: 12px;
}
#user-info-header-popup-box table a{
    /* color:#007FC0;  */
    color: #545454;
    border-bottom: none;
}
#user-info-header-popup-box table a:hover{
    /* color: #51A7E8; */
    opacity: 0.5;
}

#user-info-header-popup-box .knopki a {
    color: #545454;
    border-bottom: none;
}

#user-info-header-popup-box .knopki a:hover{
    opacity: 0.5;
}

#user-info-header-popup-box:after {
    border-bottom: 14px solid #FFF;
    top: -27px; 
}


#heder-menu-toggle{
    text-align: center;
    cursor: pointer;
    background: #FFF;
    width: 42px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 6px 0px 6px 3px;*/
}
#heder-menu-toggle .fa{
    /*position: absolute;
    top: 13px;
    left: 15px;*/
    margin: auto;
}
#logout{ 
    padding: 4px 2px 2px 2px;
}
#logout:hover{
    /*background: #4285F4; */
    color: #FFC;
}



#button-panel-table{
    /*position: absolute;    
    top: 1px; 
    right: 4px;*/
    background: #FFF !important;
    /*left: 45%;
    margin-left: -130px;
    width: 260px;*/
    padding: 5px 4px 5px 2px;
    text-align: right;
}

#button-panel-table-modal{
    display: inline-block;
    width: auto;
    position: absolute;
    /* top: 6px; */
    top: 13px;
    /* left: 6px; */
    left: 20px;
}


#button-panel-table button,
#button-panel-table-modal button,
button.btn-header-crm{
    padding: 0px 6px 0px 8px;
    margin: 0px 2px;
    font-family: 'web', Tahoma;
    font-size: 11px;
    /*background: #BAD9F8;*/
    background: #ffffff;
    box-sizing: border-box;
/* background: -moz-linear-gradient(top,  #ffffff 0%, #d7e7f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d7e7f7));
background: -webkit-linear-gradient(top,  #ffffff 0%,#d7e7f7 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#d7e7f7 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#d7e7f7 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#d7e7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7e7f7',GradientType=0 );    
 */    /*color: #0056A8;*/
    color: #333;
    min-width: 18px;
    height: 24px;
    text-shadow: none;
    border: 1px solid #aaa;
    /* box-shadow: 0px 0px 0px 1px #FFF inset; */
    border-radius: 2px;
    z-index: 4;
}
#button-panel-table button:hover,
#button-panel-table-modal button:hover,
button.btn-header-crm:hover{
    /* opacity: 0.5; */
    /* border:1px solid #aaa; */
    /* box-shadow: 0px 0px 5px #A2CEE1; */
}

#button-panel-table button:active, #button-panel-table-modal button:active,
button.btn-header-crm:active{
    /* border:1px solid #8CBAFF; */
    /* box-shadow: 0px 0px 6px #A2CEE1 inset; */
}
#button-panel-table button:disabled, #button-panel-table-modal button:disabled,
button.btn-header-crm:disabled{
    background: #F3F3F3;
    border: 1px solid #CCC;
    box-shadow: none;
    color: #ABABAB;
}
#button-panel-table button .fa, #button-panel-table-modal button .fa,
button.btn-header-crm .fa{
    font-size: 14px;
    text-shadow: 0px 1px 1px #F6F6F6;
}
#button-panel-table .panel-message {
    display: none;
    font-size: 12px;
    font-family: 'web-light', Tahoma;
    color: #fff;
    position: fixed;
    top: 2px;
    left: 50px
}
#button-panel-table .panel-message span {
    font-weight: 100;
    color: #fff;
    font: 15px 'bold';
}




/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */






/* PRELOADER */



 .wrapper-preload-container{
  position: relative;
}
 .full_hide{
  z-index: -111;
  display: none;
  opacity: 0;
  visibility: hidden;
}


 .wrap_preload{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url();
  background-color: rgba(255,255,255,.6);
  z-index: 99;
}

.display_height{
	height:100vh;
}


 .preload_crm {
/*   position: absolute;
top: 0;
left: calc(50% - 22px); */

  width: 55px;
  height: 55px;
  border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  perspective: 720px;
}

 .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;  
}


@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}


/* ----------------------- */



.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.flex-column{
     display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
     justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.flex-col{
    flex-direction: column;
}

.flex-row{
    flex-direction: row;
}

.flex-start{
    justify-content: flex-start;
}


.flex-wrap{
    flex-wrap: wrap;
}

.pos-rel{
    position:relative;
}

#button-panel-table ul,
.drop-menu .drop-container{
    position: absolute;
    background: #FFF; 
    display: none;
    top: 29px;
    right: 6px;
    border: 1px solid #056AB6;
    box-shadow: 0px 0px 0px 1px #FFF;
    border-radius: 3px;
    padding: 2px 1px;
    text-align: left;
    width: 160px;
    cursor: default;
    z-index: 1010;
    list-style: none;
}

#button-panel-table ul{
    width: 150px;
}

#button-panel-table ul{
    border: 1px solid #aaa;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

#button-panel-table ul li{
    padding: 5px 6px;    
    /*color: #0056A8;*/
    color: #333;
    font-size: 13px;
    font-family: 'web-light', Tahoma;
    letter-spacing: -0.3;
}


#button-panel-table ul li:hover{
    cursor: pointer;
    opacity: 0.5;
}

.drop-container .drop-item:hover{
    /* background: #E2EAF5;
    cursor: pointer; */
    opacity: 0.5;
}
#button-panel-table ul li div{
    display: inline-block;
    width: 20px;
}

#button-panel-table ul:before, 
#button-panel-table ul:after,
.drop-menu .drop-container:after,
.drop-menu .drop-container:before{
    content: ''; 
    position: absolute;
    /*left: 17px; */
    right: 48px;
    top: -21px;
    border: 10px solid transparent;
    border-bottom: 10px solid #aaa;
}
#button-panel-table ul:after,
.drop-menu .drop-container:after{
    border-bottom: 10px solid #FFF;
    top: -20px; 
}

#button-panel-table ul:before{
    border-bottom: 10px solid #aaa;
}

#button-panel-table .mod_name{
    position: relative;
    padding-left: 20px;
}

.mod_icon{
    position: absolute;
    width: 30px;
    height: 24px;
    left: -9px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}


/* ================================================= */
/* Продукты которые есть в прайслисте */

.exist_price{
    position: relative !important;
    margin-right: 6px !important;
    margin-left: 3px !important;
    display: inline-flex;
    height:20px;
    width:20px;
    min-width: 20px;
}

.exist_price:before{
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    content:' ';
    height:100%;
    width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.exist_price_rozetka:before{
    background-image: url(../mods/rozetka/icon.png);
}
.exist_price_prom:before{
    background-image: url(../mods/prom/icon-2.png);
    
}



/* trumbowyg-box */
.trumbowyg-box{
    max-width: 530px;
}
.trumbowyg-button-pane button{
    width: 20px !important;
    height: 20px !important;
}
.trumbowyg-button-pane{
    line-height: 23px !important;
}
.trumbowyg-button-pane .trumbowyg-button-group::after{
    height: 25px !important;    
}
.trumbowyg-viewHTML-button{
    color:#222;
}
.trumbowyg-button-pane::after{
    top: 25px !important;
}

.trumbowyg-box{
    max-height: none ;
    min-height: auto !important;
    height: auto;
}

.trumbowyg-editor{
    text-align: left;
    min-height: auto !important;
    /* max-height: none; */
    height: 130px;
}


/* DESCRIPTION PRODUCTS */

.description-container{
    padding-right:35px;
    position: relative;
}

.description-container .wrapper-switch{
    position: absolute;
    top:0;
    right: 0;
    height:100%;
    width: 30px;
    /* background-color: red; */
}

.description-container .wrapper-switch .toggle{
    transform: rotate(-90deg);
}
.description-container .wrapper-switch .toggle__control{
    width: 40px;
}
.description-container .wrapper-switch .toggle input[type="checkbox"] + .toggle__control{
    border-color: #78B830;
    background-color: #94D974;
}
.description-container .wrapper-switch .toggle input[type="checkbox"]:checked + .toggle__control:after{
    left: 25px;
}


.hidden{
    display:none !important;
}


.product-module{
    color:green;
    z-index: 999 !important;
}
[data-visible="false"]{
    display:none !important;
}




/* DROPDOWN */
    .drop-menu{
        position: relative;
    }

    .drop-menu .drop-container{
        display: none;
        position: absolute;
        width: 150px;
        min-width: 100%;
        
        height: auto;

        right: auto;

        top: 140%;
        left: calc(50% - 75px);

        background: #FFF;
            
        border: 1px solid #aaa;
        box-shadow: 0px 0px 0px 1px #FFF;
        border-radius: 3px;
        padding: 2px 1px;
        text-align: left;
        
        cursor: pointer;
        z-index: 1010;
        list-style: none;
    }
    
    .drop-container .drop-item{
        font-size: 13px;
        padding:3px;
        word-wrap: break-word;
        text-transform:none;
    }
    
    .drop-menu.active .drop-container{
        display: block;
    }
    .drop-menu .drop-container:after,
    .drop-menu .drop-container:before{
        right:calc(50% - 10px);
    }


    .drop-item input[type='file']{
        width:100%;
        min-width: auto;
    }   

.drop-item .add_product_xml{
    margin:0px auto;
/*     text-align: center;
border: 1px solid;
margin-top: 5px; */
}
/* .drop-item .add_product_xml:hover{
    box-shadow: 0px 0px 5px -1px;
} */
/* END DROPDOWN */

/* COLORS */
.color-danger{
    color: #FA194E;
}

.color-success{
    color: #4EB871;
}



/* CLONE ITEMS */
.clone-container__ .wrap_action_btn{
    /* flex-direction: column; */
}

.clone-container__ .btn-item{
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    transition:all .3s ease;
    /* opacity: .8; */
}
.clone-container__ .btn-item:hover{
    /* transform: scale(1.3); */
     opacity: 1;
}

.clone-container__ .btn-item .fa{
    font-size: 18px;
}

.clone-container__ .remove-item,
.clone-container__ .remove-item-action{
    color:red;
}

.add-clone-item,
.add-template-item-action{
    color:#007FC0;
    display: inline-flex !important;
    cursor: pointer;
}

.add-clone-item .add-clone-caption,
.add-template-item-action .add-clone-caption{
    border-bottom: 1px dashed currentColor;
}




/* ================================================= */
/* ================================================= */
/* ================================================= */
/* ================================================= */
/* ================================================= */




#filter-search{
    /*background: #EEE;*/
    position: absolute;
    left: 160px;
    padding: 3px 1px;
    z-index: 2;
}
#filter-search div{
    display: inline-block;
    border: 1px solid blue;
    background: #7f7f7f;
    color: #FFF;
    padding: 2px 0px 0px 6px;
    font-size: 11px;
    margin: 0 2px;
}
#filter-search div span{
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:200px;
    display:inline-block;
}

#filter-search div font{
    color: #FFF;
}
#filter-search div .fa{
    float: right;
    cursor: pointer;
    margin-left: 3px;
}

#page-navigation-info{
    position: absolute;
    top: -4px;
    left:240px;
    padding: 0px 2px;
}
#page-navigation-info button{
    height: 22px;
    min-width: 20px;
    /*width: 26px;*/
    width: 24px;
    font-size: 12px;
    text-align: center;
    padding: 0px;
    margin: 0 0px;
}
#page-navigation-info button .fa{
    margin: 0;
}

/*--------------- tabs ul-statusy -----------------*/
    #tabs-panel-statusy{
        position: absolute;
        top: 38px;
        left: 0px;
        right: 5px;
        overflow: auto;
        overflow-y: hidden;
        overflow-x: hidden;
        /* padding: 0px 24px 0px 24px; */
        padding-right: 24px;
        height: 30px;
    }
    .tabs-arrow{
        /* background: #545454; */
        background-color: white;
        color: #545454; 
        position: absolute;
        top: 4px;
        min-width: 23px;
        height: 22px;
        padding: 0;
        z-index: 999;
        cursor: pointer;
        font-family: Arial;
    }
    .tabs-arrow:hover{
        /* background: #7f7f7f; */
        opacity: 0.5;
    }
    button.tabs-arrow:active {
        background: none;
        box-shadow: none;
    }
    #button-arrow-left-tabs{
        /* left: 3px !important; */
        right: 18px;
        /*box-shadow: 0px 0px 0px 1px #FFF;*/
    }
    #button-arrow-right-tabs{
        right: 0px !important;
        box-shadow: 0px 0px 0px 1px #FFF;
    }

    #ul-statusy{
        list-style: none;
        padding: 2px 2px 0px 2px;
        height: 30px;
        margin: 0px;
        background: #FFF;
        display: block;
        overflow: auto;
        overflow-y: hidden;
        overflow-x: hidden;
        white-space: nowrap;
        position: relative;
    }
    #ul-statusy li{
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 2px 0 2px;        
    }
    #ul-statusy li:hover{
        opacity: 0.5;
    }
    
    #ul-statusy li a{
        font-family: 'web', Tahoma;
        font-size: 12px;
        /*padding: 3px 10px 3px;*/
        padding: 0 7px 0;
        background: #FFF;
        /*color: #111;*/
        color: #000;
        /*margin: 0px 0px 0px 0px;*/
        margin: 5px 0px 0px 0px;
        cursor: pointer;
        /*border: 1px solid #ABABAB;*/
        display: block;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }
    #ul-statusy li a b{
        font-size: 13px;
    }
    #ul-statusy li a span{
        font-size: 13px;
        font-weight: 100;
        font-family: Tahoma !important;
    }
    
    .tab-status-active{
        background: #FFF !important;
        /*border-bottom: 1px solid #FFF !important;
        border-top: 1px solid #545454 !important;
        border-right: 1px solid #545454 !important;
        border-left: 1px solid #545454 !important;
        border-radius: 3px 3px 0px 0px !important;
        margin: 0px 0px -1px 0px !important;*/
        color: #333 !important;
        /*padding: 4px 14px 9px !important;*/
        font-family: 'bold', Tahoma !important;
        font-size: 12px !important;
        /*font-weight: 600 !important;*/
        letter-spacing: 0 !important;
        z-index: 1;
        position: relative;
        pointer-events: none;
    }
    
    .status-border-bottom{
        z-index: 2;
        height: 4px;
        width: 100%;
        position: absolute;
        display: block; 
        border-radius: 3px;
    }
    .blink {
	animation: blink 3s linear infinite;
        font-size:11px;
        letter-spacing: 0px;
        padding: 0px 5px 2px;
        border-radius: 3px;
        display: inline-block;
        width: auto;
        color:#fff;
        background-color: red;        
        /*will-change: transform;*/
    }
    @keyframes blink {
            0% { opacity:1;/*color: #FFF; background: #F00;*/}
            /*50% { color: #FFF; background: #FFF;}*/
            50% { opacity:0;/*color: #FFF; background: #F00;*/}
            100% { opacity:1;/*color: #FFF; background: #F00;*/}
    }
    
    .image-product{
        width: 60px;
    }


#div-scroll-table{
    position: absolute;
    min-height: 360px;
    left: 1px;
    top: 40px;
    right: 0px;
    bottom: 36px;
    /*border: 1px solid #6A9FD0;*/
    border-bottom: 1px solid #C1D8EC;
    overflow: auto;
    background: #FFF;
}
.tablesorter-headerRow{
    background: #FFF;
}
.tablesorter-filter-row.tablesorter-ignoreRow{
    background: #DDD;
}
.tablesorter-filter-row.tablesorter-ignoreRow td{
    border-bottom: 1px solid #ABABAB;
}
#after-div-scroll-table{
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 1px;
    padding-left: 14px;
    background: #FFF;
    width: 98%;
    text-align: center;
}

/*-------------------- Table Data -------------------*/
.table-data{
    width: 100%;
    position: relative;
    /*border-top: 1px solid #F6F6F6;*/
    /*border-left: 1px solid #F6F6F6;*/ 
    table-layout: fixed; 
    display: block;
}


.data-row-search{
    /*background: #8EB8DD;*/
    background: #EEE;    
}

.data-row-search input, .data-row-search select{
    font-family: "web", Tahoma;
    background: #FFF;
    font-weight: 300;
    font-size: 12px;
    color: #000;
    min-width: 20px;
    height: 20px;
    box-sizing : border-box;
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin-bottom: 0px;
}
.data-row-search input:focus{
    /* border: 1px solid #599CFF; */
}
.data-row-search *:disabled{
    background: #F6F6F6 !important;
    color: #DDD !important;
    /*height: 0px !important;
    margin: 0 !important;
    border: 0px !important;*/
}


.table-data tbody td:not(.order-cell), .table-data tfoot td{
    position: relative;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border-right: 1px solid #EEE; */
    /* border-bottom: 1px solid #F3F3F3; */
    /* padding: 4px 4px 4px; */
    padding-right: 4px;
    color: #333;
    line-height: 1; 
    letter-spacing: -0.30px;
    font-weight: normal;
    font-family: "web", Tahoma;
    font-weight: 100;
    font-size: 12px;
    cursor: default;
}

.icon-operator{
    width:16px;
    float: left;
    margin: -1px 3px 0 0;
    align-self: center;
}
.table-data tbody td:first-child input[type="checkbox"]{ 
	display: none;
    /* background: transparent;
    border: 1px solid transparent;
    visibility: hidden;
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0; */
}
.no-sortable:not(.table-products__row) *,
.disabled-field *{
    cursor: not-allowed !important;
    /*background: #F6F6F6 url('img/background.png') repeat;*/
    background: #F3F3F3;
    color: #ABABAB !important;
}
.toggle, .toggle__input, .toggle__control{
    cursor: pointer !important;
}





.count-products-info{
    position: relative;    
    background: #5f5f5f;
    color: #FFF;
    border-radius: 4px;
    padding: 0px 3px 0px;
    font-size: 11px;
    height: 12px;
    line-height: 13px;
    display: inline-block;
}
.count-products-info-empty{
    position: relative;    
    background: #5f5f5f;
    color: #FFF;
    border-radius: 4px;
    padding: 0px 3px 0px;
    font-size: 11px;
    height: 12px;
    line-height: 13px;
    display: inline-block;
}

.table-data tbody tr:hover:not(.status-row-bg){
    background: #d6d6db;
}
tr.selected-row{
    /*background-color: #006AF6 !important;*/
    background-color: rgb(133,133,133) !important;
    color: #FFF !important;
}
.selected-row td{
    /*box-shadow: 0px 0px 0px 1px #0046D5 inset !important;*/
    /*border-right: 1px dashed #FFF !important;*/    
    /*border-bottom: 1px dashed #FFF !important;*/
}

/* form:not(#form-orders) .selected-row * {
    color: #FFF !important;
} */

 .selected-row td:not(.position-sticky-second),
 .selected-row td:not(.position-sticky-second) * {
    color: #FFF !important;
}

.fa-pulse{
    color:#3B78E7;
}

/*------------------- TableSortable -----------------*/
.tablesorter-headerDesc{    
    background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.tablesorter-headerDesc:after{
    font-family: FontAwesome;
    position: absolute;
    top:1px;
    left:44%;
    content: "\f0d7"; 
}
.tablesorter-headerAsc{
    background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    /*background: #e5e5e5;
background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );*/
}
.tablesorter-headerAsc:after{
    font-family: FontAwesome;
    position: absolute;
    top:0px;
    left:44%;
    content: "\f0d8"; 
}
.tablesorter-headerAsc, .tablesorter-headerDesc{
    position: relative;
}
.tablesorter-headerUnSorted{
    
}

/*---------------------- Menu -----------------------*/
.count-info{
    /*position: absolute;
    top: 9px;
    right: 30px;*/
    letter-spacing: 0px;
    text-decoration: none;
    /*background: #FCC636;*/
    background: #FFEE00;
    text-shadow: none;
    color: #333;
    font-size: 11px;
    font-family: Tahoma;
    line-height: 16px;
    margin-left: 5px;
    /*padding: 1px 5px 1px;*/
    padding: 0px 4px 0px;
    min-height: 16px;
    min-width: 15px;
    text-align: center;
    border-radius: 2px;
}
.count-info-li{
    letter-spacing: 0px;
    text-decoration: none;
    background: #FFEE00;
    text-shadow: none;
    color: #333;
    font-size: 11px;
    font-family: Tahoma;
    line-height: 16px;
    /*padding: 0px 1px;*/
    margin-left: 5px;
    padding: 1px 5px 1px;
    min-height: 16px;
    min-width: 15px;
    text-align: center;
    /* border-radius: 2px; */
    border-radius: 8px;
}

.menu{
    height: 100%;
    /* background: #33373C;  */
    overflow-y: auto;
}


    .menu::-webkit-scrollbar { width: 4px !important; height: 4px !important; background: #F1F1F1;}
    .menu::-webkit-scrollbar-button { width: 4px !important; height: 4px !important;}
    .menu::-webkit-scrollbar-track { /*background: #C7EDFC;*/ background: #D1E0ED; }
    .menu::-webkit-scrollbar-track-piece  {/*4*/}
    .menu::-webkit-scrollbar-thumb { background: #4385C2; }
    .menu::-webkit-scrollbar-corner {/*6*/}
    .menu::-webkit-resizer {/*7*/}

    
.menu > nav > div{
    /*position: relative;*/
    /* background: #33373C; */
}

.menu div > a{
    font-family: 'web-light', Tahoma;
    font-size: 15px;
    display: block;
    position: relative;
    padding: 6px 2px 7px 42px; 
    text-decoration: none;
    color: #ABABAB;
}
.menu div > a:hover{
    /* background: #373D42; */
    color: #FFF;
}
.menu div a .fa{
    position: absolute;    
    top: 7px;
    left: 11px;
    font-size: 17px;
    color: #DDD;
}
.menu div .fa-chevron-down, .menu div .caret{
    position: absolute;    
    top: 10px !important;
    left: auto !important;
    right: 4px !important;
    font-size: 14px !important;
    color: #757575 !important;
}
.menu ul{    
    /* background: #373D42; */
    /* display: none; */
    margin: 0;
    padding: 0;
    /* padding: 1px 0 1px; */
}
.menu ul li{ 
    /* margin: 0px 0px;
    list-style: none; */
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.menu ul li a{
    font-family: 'web-light', Tahoma;
    color: #DDD;
    /* display: block; */
    /* text-transform: none;  */
    /* padding: 3px 2px 5px 37px; */
    /* font-size: 13px; */
    /* text-decoration: none; */
    /* border-left: 5px solid transparent; */
    
}
/* .menu ul li a:hover{
    background: #424A4D;
    color: #CCC;
    border-left: 5px solid #3B78E7;
    background: #D0DCEE;
    color: #0056A8;
    background: #454545;
    color: #EEE;
} */

.np:after{
    content: url(img/icon/ico-new-post.ico);
    margin: 0 6px 0 4px;
    float: left;
}
.pr:after{
    content: url(img/icon/pru.ico);    
    margin: 0 6px 0 4px;
    float: left;  
}
.menu-div-active{
    color: #FFEE00 !important;
    /*background: #373D42 !important;*/
    /* background: #3E454A !important; */
}
.menu-div-active .fa{
    color: #FFEE00 !important;
}
/* .menu-li-active{
    border-left: 5px solid #5491F5 !important;
    background: #3B78E7 !important;
    background: #555 !important;
    color: #FFF !important;
    text-shadow: none !important;
} */
/* ------------------ menu mini ---------------- */
#menu-mini-popup-ul{
    display: block;
    position: absolute;
    padding-bottom: 3px;
    top: 0px;
    left: 42px;
    z-index: 1000;
    width: 180px;
    background: #3E454A;
}
#menu-mini-popup-ul h3{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    margin-left: 6px;
    margin-right: 6px;
    font-family: 'web-light', Tahoma;
    font-size: 15px;
    color: #FFA;
    border-bottom: 1px solid #757575;
}
#menu-mini-popup-ul li{
    margin: 0px 0px;
    list-style: none;
}
#menu-mini-popup-ul li a{
    font-family: 'web-light', Tahoma;
    color: #DDD;
    display: block;
    text-transform: none; 
    padding: 5px 2px 6px 14px;
    font-size: 13px;
    text-decoration: none;
    border-left: 5px solid transparent;
}
#menu-mini-popup-ul li a:hover{
    border-left: 5px solid #3B78E7;
    background: #575757;
    color: #EEE;
}


/*------------------- Moda Window (Overlay) ---------------------*/
#div-overlay-loading{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    /*background: url(img/overlay_white.png) repeat;*/
    background: rgba(255,255,255,0.7);    
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;    
    z-index: 987654;
    text-align: center;
}
#overlay-blur{
    /* background: rgba(0,0,0,0.6); */
    background-color: rgba(0,0,0,0.05);
    backdrop-filter: saturate(180%) blur(22px);
    /* background-image: url(img/background.png); */
    background-repeat: repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    outline: 0 none; 
    /*overflow: none;
    overflow-y: scroll;*/
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
#overlay-blur-table{
    width: 100%;
    height: 99%;
}
#overlay-blur-td{
    position: relative;
}
/* -------------------- Moda Window --------------------*/
.modal-window{
    /*position: absolute;*/
    /*display: inline-block;
    width: auto;*/
    /*left: 50%;
    top: 48%;*/
    background: #FFF;
    /* border: 1px solid #555; */
    min-width: 320px;
    /* max-width: 1100px; */
    /*min-height: 156px;*/
    /* box-shadow: 0px 0px 9px #333; */
    filter: drop-shadow(0vh 0.8vh 1.2vh rgba(0, 0, 0, .3));
    overflow:  hidden;
    /* border-radius: 0.9vh; */
    border-radius: 3vh;
}
.modal-window{
        position: absolute;
        z-index: 1;
        /*top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.0);
-webkit-transform: translate(-50%, -50%) scale(1.0);
-moz-transform: translate(-50%, -50%) scale(1.0);
-o-transform: translate(-50%, -50%) scale(1.0);*/
}
.disable-modal-window *{
    color: #D4D4D4 !important;
    cursor: not-allowed !important;
}
.disable-modal-window img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.modal-window-title{
    cursor: default;
    /* padding: 10px 36px 10px 8px; */
    padding: 16px 36px 0px 20px;
    /* text-shadow: 0px 1px 1px #FFF;  */
    text-align: left;
    position: relative;
    height: 20px;
    min-width: 260px;
}
.modal-window-title h3{
    padding: 0;
    /*color: #454545;*/
    color: #0056A8;
}
.modal-window-close{
    position: absolute;
    min-width: 16px;
    width: 24px;
    height: 24px;
    padding: 0px 0px 4px !important;
    text-align: center;
    /* top: 5px; */
    top: 11px;
    right: 11px;
    /* right: 4px; */
    font-size: 30px;
    line-height: 0.5;
    color: #999;
    cursor: pointer;
    text-shadow: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.modal-window-close:hover, .modal-window-close:active{
    /*background: #006BCC;*/
    /* color: #0056A8; */
    color: #5f5f5f;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none !important;
}
.modal-window-close *{
    color:#FFF;
}
.modal-window-content{    
    background: #FFF;
    margin: 0 6px 6px;
    /*border: 1px solid #EEE;*/
    border-radius: 2px;
    text-align: left;
    padding: 8px 8px 4px 8px;
    min-height: 120px;
    max-height: 560px;
    width: auto;
    /*display: inline-block;*/
    /*min-width: 960px;*/
    max-width: 1560px;
    overflow: auto;
}
.modal-window-data{
    background: #FFF;
    padding: 10px 10px 12px;
}
.modal-window-data table td{
    position: relative;    
    line-height: 1.2;
    padding: 1px 3px 0px;
}
.table-field-data{
    margin-left: 4px;
    margin-right: 4px;
}

.table-field-data tr td{
    /*white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.table-field-data tr td input[type="text"]:read-only{
    cursor: text !important;
}

.field-name{
    color: #757575;
    font-family: 'web-light', Tahoma;
    font-size: 12px;
    letter-spacing: -0.25px;
    text-align: right;
    padding-right: 20px !important;
    white-space: nowrap;
}
.field-name .fa, .field-name .ico-lpcrm3{
    position: absolute;
    top: 3px;
    right: 0px;
    padding-right: 1px;
    color: #A9CEE7;
    font-size: 14px;
}
.modal-window-footer{
    text-align: center;
    padding: 14px 10px 10px;
    background: #FFF;
    border-top: 1px solid #F6F6F6; 
}

.modal-window-footer button{
    margin-right: 8px;
}
.modal-window-footer a{
    margin-left: 8px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
}
/*--------------------- Notification ----------------------*/
#notification-box{
    position: fixed;
    bottom: 34px;
    right: 1px;
    /* width: 100%; */
    /* max-width: 320px; */
    
    max-height: 560px;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
    z-index: 1999000;
    padding: 1px 20px 1px 1px; 
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    /* filter: drop-shadow(0vh 0.8vh 1.2vh rgba(0, 0, 0, .3)); */

}
#notification-box table{
    /* min-width: 320px; */
    max-width: 480px;
    min-width: auto;
    /* background: rgba(20,20,20,0.9);  */
    padding: 6px 14px 12px;
    margin: 4px 1px;
    color: #FFF;
    /* border: 1px solid #757575; */
    /* border-radius: 3px; */
    border-radius: 10px;
    /* box-shadow: 0px 0px 0px 1px #363636; */
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: saturate(180%) blur(22px);
}
#notification-box table td{
    word-break: break-word;
    position: relative;
    /*border: 1px solid #757575;*/
    padding: 5px 8px 5px 6px;
    font-family: 'web-light', Tahoma;
    font-size: 13px;
    line-height: 15px;
}
#notification-box table td a{
    color: #FEC516;
}
#notification-box table td a:hover{
    color: #F19202;
}

.notification-title{
    color: #FF6;
    line-height: 1;
    letter-spacing: -0.25px;    
    font-weight: normal;
    font-family: "web", Tahoma;
    font-size: 15px !important;
    font-weight: 300;
    text-shadow: 0px 1px 1px #111;
}
.notification-close{
    position: absolute;
    top: -3px;
    right: -8px;
    font-size: 30px;
    line-height: 18px;
    /* color: #666; */
    color: #999;
    cursor: pointer;
    text-shadow: none;
    opacity: 1;
    border-radius: 2px;
}
.notification-close:hover{
    /* color: #888; */
    color: #ccc;
    opacity: 1;
    /* text-shadow: 0px 1px 1px #111; */
}
.notification-data{
    text-align: left;
}

.notification-data button{
    margin: 4px 0;
    font-size: 11px;
    height: 22px;
    padding: 0px 10px 0px;
}

.notification-data button.success{
    background: #75B83F;
}

.notification-data select{
    border:none;
    font-size: 11px;
    min-width: 24px;
    padding: 0;
    margin: 5px;
}

/*-------------- Checkbox Toggle Animation ----------------*/
.toggle, .toggle:hover{
    background: transparent;
    cursor: pointer;
}
.toggle__control{
    /* width: 26px; */
    width: 24px;
    scale: 0.8;
    height: 12px;
    display: block;
    border: 1px solid #DDD;
    background: #EEE;
    border-radius: 40px;
    position: relative;
    transition: .3s cubic-bezier(0.25,0.1,0.25,1);
}
.toggle__control:after{
    transition: .3s cubic-bezier(0.25,0.1,0.25,1);
    width: 14px;
    height: 14px;
    display: block;
    content:"";
    border-radius: 40px;
    box-shadow: 0 0 0 1px #FFF inset;
    border: 1px solid #CCC;
    background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    position: absolute;
    top: -2px;
    left: -2px;
}
.toggle input[type="checkbox"]{display: none;}     
.toggle input[type="checkbox"]:checked + .toggle__control{
    border-color: #78B830;
    background-color: #94D974;
}
.toggle input[type="checkbox"]:checked + .toggle__control:after{
    left: 11px;
}     
.toggle input[type="checkbox"]:disabled + .toggle__control{
    border-color: #DDD;
    background-color: #F6F6F6;
    cursor: not-allowed;
}

/*-------------------- table products --------------------*/
.modal-window-content {
    padding: 0px !important;
}
.table-product-in-order{
    display: block !important;
    width: 590px;
    /*border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;*/
}
.table-product-in-order tfoot td{
    /*border-right: 1px solid #EEE;
    border-bottom: 1px solid #F3F3F3;*/
}
.table-product-in-order thead{
    /*background: #FF9;*/
    white-space: nowrap;
    /*max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;*/                    
}
.table-product-in-order thead th{
    font-family: 'bold';
    text-align: center;
    cursor: default;
    padding: 4px 8px;
    /*border-right: 1px solid #EEE;*/
    border-bottom: 1px solid #DDD;
}
.table-product-in-order tbody td{
    padding: 1px 1px;       
    cursor: default;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    font-size: 12px;
}
.table-product-field-name{
    white-space: nowrap;
    min-width: 180px;
    max-width: 180px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-product-field-input{
    min-width: 44px !important;
    box-sizing : border-box !important;
    width: 100% !important;
    margin: 0 0 0 0 !important;
    padding: 0px !important;
    text-align: right !important;
    /*border: 1px solid transparent !important;*/
    border: none !important;
    height: 14px !important;
    position: absolute;
}
.table-product-field-input:focus{
    /*border: 1px solid #599CFF !important;*/
    border: none !important;
    /*box-shadow: 0px 0px 3px #FAFA8F inset !important;*/
    box-shadow: 0px 0px 0px 1px #599CFF !important;
}
.h3-title{
    /* z-index: 1; */
    overflow: hidden;
    position: relative;
    text-align: center; 
    cursor: default;
    /*color: #2275DD; */
    /* color: #7DB6DB; */
    color: #999;
    font-family: 'web-light';
    margin-bottom: 6px;
}
.h3-title:before {
    right: 5px;
    margin: 0 0 0 -100%;
}
.h3-title:after {
    left: 5px;
    margin: 0 -100% 0 0;
}
.h3-title:before, .h3-title:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    /* background: #D1E0ED; */
    background: #e5e7e8;
    /* z-index: -1; */
    position: relative;
    vertical-align: middle;
}
#button-date-complete{
    display: inline-block;
    width: auto;
    position: absolute;
    top: 10px;
    right: 40px;
    color: #ABABAB;
}

/*---------------------- Resale Search ----------------*/
#resale{
    position: relative;
    display: inline-block;
    width: 100%;
}
#lock-overlay-table-products, #lock-overlay-table-products-resale{
    display: none;
    position: absolute;
    cursor: not-allowed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(254,254,254,0.5);
    z-index: 100;
}

#lock-overlay-table-products-resale:after {
    content: "Нет допродажи";
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    background: rgba(254,254,254,0.5);
    top: 45%;
    left: 50%;
    z-index: -1;
    width: 200px; margin-left: -100px;
    height: 22px; margin-top: -11px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.5px;
    word-spacing: 4px;
    color: #747474;
    padding: 3px 1px;
    text-shadow: 0px 0px 2px #FFF;
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    border: 3px double currentColor;
  }


#lock-overlay-table-products-all{
    /*display: none;*/
    position: absolute;
    cursor: not-allowed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(254,254,254,0.5);
    z-index: 100;
}  
#lock-overlay-table-products-all:after{
    content: "Учёт на складе";
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    background: rgba(254,254,254,0.5);
    top: 55%;
    left: 50%;
    z-index: -1;
    width: 200px; margin-left: -100px;
    height: 22px; margin-top: -11px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.5px;
    word-spacing: 4px;
    color: #747474;
    padding: 3px 1px;
    text-shadow: 0px 0px 2px #FFF;
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
    border: 3px double currentColor;
}
#unlock-overlay-table-products-all{
    position: absolute;
    bottom: -18px;
    left: 160px;
    border-bottom: 1px dashed currentColor; 
    font-size:12px;
    color: #007FC0;
    cursor: pointer;
}
/*.search-ajax-filed-box{
    display: none;
    position: absolute;
    left: -24px; 
    top: -1px;
    border: 1px solid #056AB6;
    border-radius: 3px;
    padding: 1px;
    background: rgba(254,254,254,1.0);
    z-index: 101;
    max-height: 160px;
    overflow-x: auto;
    box-shadow: 0px 0px 5px #7DB6DB inset;
}
.search-ajax-filed-box div{
    padding: 3px 3px;
    text-align: left;
    white-space: nowrap;
    max-width: 440px;  
    color:#333;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-ajax-filed-box div b{
    font-family: "h";
    font-weight: 300;
    font-size: 12px;
}
.search-ajax-filed-box div:hover{
    background: #056AB6;
    color: #FFF !important;
    cursor: default;
}
.search-ajax-filed-box .disabled{
    background: transparent !important;
}*/

/*--------------- Jquery UI Autocomplete ---------------*/
.ui-autocomplete{
    list-style: none;
    top:2px;
    display: inline-block;
    width: auto;
    border: 1px solid #056AB6;
    border-radius: 3px;
    padding: 1px;
    background: rgba(254,254,254,1.0);
    /*z-index: 1001;*/
    max-height: 180px;
    overflow-x: auto;
    box-shadow: 0px 0px 5px #7DB6DB inset;
}
.ui-autocomplete li div{
    padding: 3px 3px;
    text-align: left;
    white-space: nowrap;
    max-width: 360px;   
    color:#333;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-autocomplete li div b{
    font-family: "h";
    font-weight: 300;
    font-size: 12px;
}
.ui-autocomplete li div:hover{
    background: #056AB6;
    color: #FFF !important;
    cursor: default;
}
.ui-autocomplete li div .disabled{
    background: transparent !important;
}
.ui-autocomplete-loading, .load-ajax {
    background: #FFFFCA url(img/load.gif) right center no-repeat !important;
    z-index: 1002;
}

/*----------------------- footer  ------------------------*/
#ServerDataTime{
    font-family: 'Century Gothic';
    font-size: 13px;
    line-height: 12px;
    text-shadow: 0px 1px 1px #FFF;
}
.span-filter-blur{
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: transparent;
}


/* ======================================= */


.main_modal_products_container .flex{
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.main_modal_products_container .wrap-item{
  width: 100%;
}
.main_modal_products_container .wrap-item label{
  padding:2px;
  justify-content: space-between;
}


.main_modal_products_container .wrap-item .header-item{
  background-color: #E8F3FF;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.main_modal_products_container .item-container{
  margin-top:10px;
}

.main_modal_products_container .wrap-item .header-item .label-caption{
  width: auto;
}


.main_modal_products_container .wrap_side{
  width: 100%;
  
  justify-content: space-between;
}

.main_modal_products_container .side{
  max-width: 50%;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;

}


.main_modal_products_container .label-caption{
  padding:5px;
  width: 200px;
}



/* ERR VALIDATE  */
  .main_modal_products_container .error-validate{
    /* color: #E63E3E !important; */
   /*  border:1px solid #E63E3E; */
  }

   .main_modal_products_container .error-validate .label-caption{
     color: #E63E3E !important;
   }

/* ERR MESSAGE  */
.error-color{
    color: #E63E3E !important;
}


.main_modal_products_container .error-content,
.main_modal_products_container .success-content{
    font-size: 16px;
   
    
}
.main_modal_products_container .error-content{
   color: #e35570;
   text-align: center;
}

.main_modal_products_container .error-content .error-caption,
.main_modal_products_container .success-content .success-caption{
  font-size: 22px;
}

/* INPUT CHOSEN */

.main_modal_products_container .chosen-container{
  width: 100% !important;
  max-width: 250px;
}

.main_modal_products_container .chosen-container .chosen-results{
  max-height: 105px;
}


.error-container{
    padding:10px;
    border:1px solid #e35570;
}
.error-container .caption{
    color:red;
}




/* ------------------------------------------
                upd 19 12 2019 
   ------------------------------------------
*/


    .body-setting-mod{
        
    }


    .header-setting-mod{
        justify-content: space-around;
    }
    .logo-mod{
        width: 100%;
        max-width: 230px;
    }
    .logo-img{
        width: 100%;
        height: auto;
    }
    .description-mod{
        flex-direction: column;
        padding:20px;
    }
    .section-caption{
        width: 100%;

    }
    
    .section-caption{
        position: relative;
        font-size: 14px;
        color:#607ab7;
        overflow: hidden;

    }


    .section-caption .caption{
        position: relative;
        display: inline-flex;
        padding: 0px 5px;
        text-transform: uppercase;
        text-align: center;
    }
    
    .section-caption .caption:after,
    .section-caption .caption:before{
        position: absolute;
        display: block;
        content: "";
        width: 2000px;
        height:2px;
        right: -2000px;
        top:calc( 50% - 1px );
        background-color: #607ab7;
        box-shadow: inset 0px -1px 1px 0px #fff;
    }
    .section-caption .caption:before{
        left: -2000px;
        right: auto;
    }
    

    .section-container{
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 450px;
        margin:0 auto;
        align-items: flex-start;

    }
    

    .wrapper-container{
        align-items: flex-start;
    }

    .side-section-container{
        padding-left:20px;
        padding-right:20px;
    }


    .wrap-item{
        padding:3px;
        margin:3px 0px;
        width: 100%;
        position: relative;
    }
    
    



    .wrap-item .inp-element{
        max-width: auto !important;
        width: 100% !important; 
    }

    .wrap-item .label{
        padding:2px;
    }
    .wrap-item input{
        margin:0px;
    }
    .wrap-item .label-name{
        margin-right: 15px;
        width:180px;
        flex-shrink:0;
    }
    .wrap-item .toggle{
        justify-content: flex-start;
    }
    

    .wrap-item .ui-autocomplete {
        position: absolute !important;
        margin:0px;
        z-index: 1010 !important;
        width: unset !important;
        overflow-x: hidden;
    }
    
    .wrap-item .ui-autocomplete.ui-widget-content .ui-menu-item{
        padding:5px 3px;
    }
    .wrap-item .ui-autocomplete.ui-widget-content .ui-menu-item:nth-child(odd){

        background-color: #fff;
    }
    .wrap-item .ui-autocomplete.ui-widget-content .ui-menu-item:nth-child(even){

        background-color: #e2e2e2;
    }


    .inp-element[disabled]{
        background-color: #eaeaea96;
    }
    

    
    .divide-line{
        width: 100%;
        margin-top:20px;
        margin-bottom:30px;
    }



    .error-validate-container{
        border:1px solid #f97272;
        box-sizing: border-box;
    }


    
    
    .content-width-none{
        max-width: none !important;
    }


    .notifi-content{
        max-width: 400px;
        word-wrap:break-word;
        white-space:normal;
        
    }

    .error-content{
        line-height: normal;

    }
    .error-content .error-caption{
        font-size: 18px;
        text-align: center;
        color: #ec6c7e;
    }

    .error-content .error-message{
        text-align: center;
    }



    .success-content{
        line-height: normal;
    }
    .success-content .success-caption{
        font-size: 18px;
        text-align: center;
        color: #83c798;
    }

    .success-content .success-message{
        text-align: center;
    }
    


    [data-section-settings]{
        position: relative;
    }

    [data-section-settings="disabled"]:after,
    .disabled-container:after{
        position: absolute;
        display: block;
        content: ' ';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background-color: rgba(255,255,255,.6);
        cursor: not-allowed;
    }



/* CHANGES FOR MOBILE CRM 03.02.2020 */

    #menu-full [data-icon] .fa{
        left: 11px;
    }

    #menu-mini [data-icon] .fa{
        left: -4px;
    }

    .mobile_toggle_menu{
        cursor: pointer;
        display: inline-flex;
        flex-direction: column;
        transition: 0.4s;
    }

    .opacity-container{

        opacity: .7;
    }
    .mobile_toggle_menu .line{
      display: inline-block;
      width: 13px;
      height: 2px;
      background-color: #fff;
      
      margin: 1px 0 !important;
      transition: 0.4s;
    }
    .mobile_toggle_menu:hover{
        opacity: 1;
    }
    .active .line1 {
      -webkit-transform: rotate(-45deg) translate(-3px, 0px);
      transform: rotate(-45deg) translate(-3px, 0px);
    }

    .active .line2 {opacity: 0;}

    .active .line3 {
      -webkit-transform: rotate(45deg) translate(-5px, -3px);
      transform: rotate(45deg) translate(-5px, -3px);
    }

    .pos-r{
    	position:relative;
    }




.wide-container{
    width:100%;
}


/* ===================================== */




button.alert-btn{
    background-color:#e64646;
    text-shadow: 0px -1px 0px #e64646;
    color: white;
}

button.alert-btn:hover{
    background-color:#e33030;
}

button.info-btn{
    background-color:#fcc636;
    text-shadow: 0px -1px 0px #fcbf1d;
}

button.info-btn:hover{
    background-color:#fcbf1d;
}

button.info-btn:disabled,
button.alert-btn:disabled{
    background: #F3F3F3;
    border: 1px solid #CCC;
    box-shadow: none;
    text-shadow: none;
    color: #ABABAB;
}




/* INSTRUCTION  */

#modal-window-mod-instruction{
    max-width: 800px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}


#modal-window-mod-instruction  .item-instruction{
    font-size: 18px;
    width: 100%;
}


#modal-window-mod-instruction img:not(.default-width),
img.responsive-img{
    width:100%;
    height:auto;
}


.wrapper-instruction-err{

}
.wrapper-instruction-err .desc-item{

}
.wrapper-instruction-err .caption-item{
    
    /* font-weight: bold; */
    color: #ff0000;
    margin-bottom: 15px;
}


/* UPD 20 04 2020 */
    .plugins-template__logo{
       max-height:40px;
       max-width:120px;
    }
    

    .title-doc-api{
        margin-right: 15px;
    }
    .btn-show-video-modal{
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }


    .faq-show-video.btn-show-video-modal .fa{
        transition: all .3s ease;
        color:#e60000;
        font-size:35px;
        margin:0px;
    }
    .faq-show-video.btn-show-video-modal:hover .fa{
        color:red;
        /* text-shadow: 1px 1px 3px rgba(1,1,1,.2); */
    }





/* Контейнер соотношения данных модуля и црм */

        .select-ratio-container.select-container{
            margin-bottom:30px;
        }

        .select-ratio-container.select-container .clone-container__{
            flex-wrap: wrap;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
        }
        
        .select-ratio-container.select-container .select-wrapper{
            flex-direction: column;
            align-items: flex-start;
        }

       .center{
            text-align: center;
        }
        .select-ratio-container.select-container .wrap-status-ratio {
            width:100%;
            max-width: 760px;
            min-width: 485px;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            background-size: cover;
           /*  background-image: url(https://backgroundcheckall.com/wp-content/uploads/2018/10/soft-green-background.png); */
            justify-content: space-between;
            padding: 5px;
            margin-bottom: 15px;
            box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 1);
            border-radius: 2px;
            background: #f2f5f7;
        }

        .select-ratio-container.select-container .wrap-status-ratio .logo-img{
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            margin-left: 5px;
            background: url("/style/img/crm-logo.svg") center no-repeat;
            -webkit-background-size: contain;
            background-size: contain;
        }

        .select-ratio-container.select-container .chosen-container{
            width:220px !important;
           
        }
        .select-ratio-container.select-container .chosen-container .chosen-results{
            max-height: 92px;
        }
        
        .select-ratio-container.select-container .select-wrapper .label{
            
            text-transform: uppercase;
            font-size: 13px;
        }
        .select-ratio-container.select-container .wrap_action_btn{
           /*  margin-right: 20px; */
           margin-top: 10px;
           align-self: flex-start;
        }


        .status-select-container .select-wrapper-module{
			order:-1;
        }

        .select-wrapper .wrapper-add-select{
            display: none;
            margin-top: 5px;
        }


/* ------------------ Animation --------------- */
.loading-bar {
    /*display: block;*/
    /*height: 100%;*/
    /*background-color: rgb(43,194,83);*/
    background-color: #ACCAE6;
    /*background-image: linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );*/
    overflow: hidden;    
    /*padding: 2px 5px 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;*/
}

.blocked-row{
    position: relative;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
                transform: scale(1);
    overflow: hidden;
    /*background-image: linear-gradient( -45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, 
    transparent 75%, transparent
    ) !important;*/
    /*background-size: 50px 50px !important;*/
    /* background-color: rgba(57, 116, 206, 0.27) !important; */
    /* background-color: #c8dcfa; */
    background-color:  #a6c4f2;
    opacity: 0.5;
   /* opacity: .8;*/
    /* opacity: .7; */
    /*animation: move 5s linear infinite;
    will-change: transform;*/
    box-shadow: inset 1px 1px 5px 0px rgba(33,33,33,.6);
}

.blocked-row td * {
    pointer-events: none;
    user-select: none;
}
/*.blocked-row:hover{
	cursor:not-allowed;
}*/


.loading-bar:after {
     content: " ";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, 
    transparent 75%, transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 4s linear infinite;
    overflow: hidden;
    display: block; 
}

/* .blocked-row:after {
    background-color: rgba(57, 116, 206, 0.27);
} */

.bg-blocked-row--robot{
    background-color: rgba(99, 99, 99, 0.54) !important;
}


@keyframes move {
  0% {
    /*opacity: 1;*/
    background-position: 0 0;
  }
  50% {
    /*opacity: .5;*/
    background-position: 50px 50px;
  }
  100% {
    /*opacity: 1;*/
    background-position: 50px 50px;
  }
}



.status-ratio-wrapper .add-settings-container{
    margin: 15px 0px 0px;
    padding: 10px;
    font-size: 16px;
    border-top: 1px solid rgba(1,1,1,.2);   
}

body i.fa.tooltip-info-icon{
    position: static;
    /* display: none; */
    color: #4285f4 !important;
    opacity: .8;
    cursor: help !important;
    font-size: 16px;
}

body i.fa.tooltip-info-icon:hover{
    opacity: 1;
}



#div-scroll-table {
   will-change: scroll-position;
}
#div-scroll-table .table-data tr[id]{
   will-change: transform;
}
/*.tablesorter-sticky-wrapper{
    will-change: transform;
}*/


.webhook_service {
    width: 100%;
    height: 40px;
    border: none;
    color: #6495ed;
    margin: 0px;
    padding-left: 5px;
    margin-right: 35px;
}

.wrapper-service-url{
    position: relative;
}

.wrapper-service-url .wrapper-btn-buffer{
    position: absolute;
    color: #007FC0;
    font-size: 22px;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: #fff;
    box-shadow: -3px 0px 5px -3px rgba(1,1,1,.2);
}

.wrapper-btn-buffer .add_to_buffer{
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.wrapper-btn-buffer .add_to_buffer i{
    font-size: 16px;
}


.hightlight-conainer {
    display: inline-block;
    padding:1px 3px;
    margin-right: 3px;
}
.bg-red{
    background-color: #ed1c24;
}
.text-white{
    color:#fff;
}



/*  для SealFormJSON  */
    template {
        display: none;
    }

    .box-section-container [data-root-item]{
        box-shadow: 0px 0px 0px 1px #4385c28a;
    }



    .section-clone-wrapper {
        max-width: 800px;
        margin: 5px auto;
    }

    .box-section-container{
        padding: 5px 3px;
        box-shadow: 1px 1px 3px 0px rgba(44,44,44,.2);
        margin: 10px;
        align-items: stretch;
        position: relative;
    }

    .box-root-container{
        margin-top: 45px;
    }

    .box-section-item{
        padding: 10px;
        background-color: #809cbb0f;
        box-shadow: 0px 0px 3px 0px rgba(44,44,44,.2);
        border-radius: 2px;
        margin: 10px;
        flex-wrap:wrap;
    }





    .box-section-item .box-item{
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .box-btn{
        /*opacity: .5;*/
    }

    .box-btn .add-item,
    .box-btn .remove-item{
        cursor: pointer;
    }

    .box-btn .add-item{
        padding: 8px;
        width: 100%;
        transition: background .3s ease;
        border-radius: 2px;
        box-shadow: 0px 0px 5px -2px rgba(44,44,44,.4);
    }

    .box-btn .add-item:hover{
        color:#fff;
        background-color: #4cbb81e6;

    }

    
    .box-btn-add:hover ~ .form-clone-items:last-child{
        box-shadow: 0px 0px 0px 2px #4cbb81;
    }
    
    .box-section-item:hover:not([data-root-item]){
        box-shadow: -4px 0px 0px 0px #4cbb81, 0px 0px 3px 0px rgba(44,44,44,.2);
    }


    .box-btn-remove{
        position: absolute;
        right: 5px;
        top: 5px;
        color:#ec5151;
    }
    .box-btn-add{
        order:99999;
        color:#4cbb81;
        width: calc(100% - 20px);
        justify-content: flex-start;
        margin: 10px;
        box-sizing: border-box;
    }

    .box-btn-add .fa{
        margin-right: 0px;
        font-size:20px;
    }

    .box-item .chosen-container{
        min-width: 230px;
        
    }

   .box-item .chosen-container,
   .box-item input[type="number"]{
        margin: 3px 3px 6px 3px;
    }


    .w100{
        width:100%;
    }

    .box-item.ivr_num_select,
    .box-item.event_crm{
        max-width: 48%;
        min-width: 240px;
    }

    [data-template-name="products_list"] input[type="number"]{
        max-width: 90px;
    }
    [data-template-name="products_list"] .box-item{
        max-width: 140px;
    }

    .box-item .half-block,
    .box-item.half-block{
        max-width: 48%;
        min-width: 240px;
    }


    .box-item {
        margin: 5px;
    }

    /*.box-item .label{
        max-width: 150px;
    }*/


    .long-log-content{
        word-break: break-word;
    }
    
    
    
    
    
    
    
   
    
    
    
    
    
    
    
    
    
/*---------------------------------------------------------*/    
/*.blink {
 animation: blink 1s linear infinite;
        font-size:11px;
        letter-spacing: 0px;
        padding: 1px 5px 3px;
        border-radius: 3px;
        display: inline-block;
        width: auto;
        will-change: opacity;
    }*/

#div-scroll-table{
    position: absolute;
    min-height: 360px;
    left: 1px;
    top: 40px;
    right: 0px;
    bottom: 36px;
    /*border: 1px solid #6A9FD0;*/
    /*border-bottom: 1px solid #C1D8EC;*/
    overflow: auto;
    background: #FFF;
     will-change: transform;
}

/*.table-data tbody tr{

        will-change: transform;
}*/

.opacity-container{

    opacity: .7;
    will-change: opacity;
}

.active .line2 {opacity: 0; will-change: opacity;
}



.table-data thead th{
    /*border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #ABABAB;*/
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    /*font-weight: bold;*/
    padding: 9px 4px 5px;
    white-space: nowrap !important;
    line-height: 1;
    letter-spacing: 0px;    
    font-weight: normal;
    font-family: "h";
    font-weight: 300;
    font-size: 14px;
    color: #7a7a7a;
    cursor: default;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
}

.data-row-search td{
    border-bottom: 1px solid #FFF !important;
    padding-top: 0px;
    padding-bottom: 0px;
    position: sticky;
    top: 27px;
    /*background-color: #EEE;*/
    background-color: #FFF;
    z-index: 2;
}     

.tablesorter-sticky-visible{
    display: none;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}


.tooltip-comment-styling{
    background-color: #fff;
    border-radius: 0px !important;
    color: #333;
    padding: 5px 5px;
    font-size: 11px;
    text-shadow: none;
    box-shadow: 0px 0px 2px 0px rgb(33 33 33 / 40%);
}
.inline-flex{
    display: inline-flex;
}

.flex-baseline{
    /*justify-content: center;*/
    align-items: baseline;
}



/* ПРРО  */
#modal-window-cash-register-link{
       min-height: 100px;
       flex-wrap: wrap;
       max-width: 320px;
       justify-content: flex-start;
    }



    .cash-register-link-wrapper{
        margin: 10px 7px;
        padding-right: 5px;  
        /*box-shadow: 0px 0px 1px 1px #e25656;  */    
    }
    .cash-register-link-wrapper{
        /*box-shadow: 0px 0px 1px 1px #e25656;*/
    }
    .cash-register-link-wrapper.is_process{
       /* box-shadow: 0px 0px 1px 1px #009688;*/
    }


    .cash-register-link-wrapper .cash-register-link{
        color: #e25656;
        font-size: 12px;
    }
    .cash-register-link-wrapper.is_process .cash-register-link{
        color: #009688;
    }




    .cash-register-link__state{
        margin-right: 10px;
        
    }

    .cash-register-link__prod .cash-register-link__state:before, 
    .cash-register-link__dev .cash-register-link__state:before{
        display: inline-flex;
        justify-content: center;
        min-width: 20px;
        content: 'dev';
        padding: 4px 4px;
        background-color: #333;
        color: #fff;
        font-size: 8px;
    }
    .cash-register-link__prod .cash-register-link__state:before{
        content: 'prod';
        background-color: #333;
    }


.disabled-window-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
    z-index:1;
}

/* ================================================= */

.btn-option{
        cursor: pointer;
        padding: 3px;
        margin: 0px 10px;
        color: #fff;
        opacity: .7;
        transition: opacity .3s ease;
        border-radius: 3px;
        display: inline-flex;
        letter-spacing: 0;
        min-width: 15px;
    }

    .btn-option:hover{
        opacity: 1;
    }

    .btn-option .fa{
        margin: 0px;
    }

    .btn-option-wrapper{
        /* margin-bottom: 20px; */
    }
    .btn-option-wrapper .edit{
        background-color: #4285f4;
    }
    .btn-option-wrapper .remove{
        background-color: #ec5151;
    }




/* =================== TRACKING ======================= */


    .container_track h1 {
      text-align: center;
    }

    .container_track .date-event{
      display: inline-block;
      text-align: center;
      font-weight: bold;
      padding:2px;
      /* border-bottom:2px solid #4285f4; */
    }


    .container_track .item-event{
        border: 1px solid rgba(33,33,33,.2);
        padding: 20px;
        margin-bottom: 25px;
    }

    .container_track .item-activity{
      list-style: none;
      border: 1px solid #d4cdcd;
      padding: 10px;
      margin-bottom:35px;
    }
    .container_track .item-activity>li{
      margin-bottom:10px;
    }
    .container_track .item-operation{
      list-style: decimal;
      
    }





    .container_track .embed_pdf {
      width: 100%;
      height: 100%;
      min-height: 450px;
      position: relative;
    }
    .container_track .embed_pdf > .embed {
      width: 100%;
      height: 500px;
    }





    .container_track .wrap_input {
      margin: 10px 0px;
    }

    .container_track .wrap_input textarea,
    .container_track .wrap_input input[type=text] {
      min-width: auto;
      width: 100%;
      max-width: 100%;
      padding-left: 20px;
       border: 1px solid rgba(33, 33, 33, 0.4);
    /*border-bottom:  1px dotted rgba(33, 33, 33, 0.4); */
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .container_track .wrap_input textarea:focus,
    .container_track .wrap_input input[type=text]:focus {
      /* box-shadow: 1px 1px 22px -4px rgba(26, 26, 26, 0.61); */
    }

    .container_track .section {
      /* background-color: #f7f7f7; */
      /* margin: 40px 20px; */
      padding: 20px 10px;
     /*  box-shadow: 1px 1px 5px 0px rgba(33, 33, 33, 0.2); */
    }



    .container_track .section h3 {
      text-align: center;
      padding: 15px 0px;
      border-top: 1px solid #212121;
      border-bottom: 1px solid #212121;
    }

    .container_track .half {
      min-width: 200px;
      width: 50%;
    }

    .container_track label {
      cursor: pointer;
       width: 100%;
      padding:4px;
    }

    .container_track select {

       max-width: 100%;

    }

    .container_track fieldset {
      margin-top: 20px;

    }

    .container_track option {
      white-space: normal;   
    }

    .container_track .center-align{
      text-align: center;
    }

    .container_track .checkbox {
      cursor: pointer;
      width: 35px;
      height: 35px;
    }

    .container_track .response {
      /* white-space:pre-wrap; */
      word-wrap: break-word;
    }

    .container_track .side {
      width: 45%;
      min-width: 220px;
      padding: 10px;
      margin: 10px;
    }

    .container_track #add_order .wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

    .container_track #add_order .desc {
      margin-top: 10px;
      min-height: 55px;
      color: #b57770;
    }

    .container_track #add_order select {
      width: 100%;
    }

    .container_track fieldset {
      padding: 10px;
    }

    .container_track .package {
      position: relative;
    }

    .container_track .package .package_type[data-show=full-dimensions] .wrap_input {
      width: 30%;
      display: inline-block;
      min-width: 110px;
    }

    .container_track .item {
      position: relative;
    }

    .container_track .item .wrap_input {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .container_track .wrap_item {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }

    .container_track .error {
      color: red;
    }

    .container_track .callCourier .wrap_input {
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }

    .container_track .wrap_status_log {
      margin-top: 25px;
      border-top: 1px solid rgba(33, 33, 33, 0.3);
    }

    .container_track .remove_pack {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
      padding: 5px;
      border: 1px solid rgba(33, 33, 33, 0.3);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }

    .container_track .remove_pack:hover {
      color: red;
      border: 1px solid rgba(255, 30, 30, 0.43);
    }

    .container_track .add_pack,
    .container_track .remove_item {
      /*  position:absolute;
      top:0px;
      right: -15px; */
      cursor: pointer;
      width: 25px;
      height: 25px;
      -webkit-box-shadow: 0px 0px 0px 1px rgba(33, 33, 33, 0.4);
              box-shadow: 0px 0px 0px 1px rgba(33, 33, 33, 0.4);
      background-color: #fff;
      /* border-radius: 50%; */
      font-size: 13px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    .container_track .add_pack:hover {
      color: green;
      -webkit-box-shadow: 0px 0px 0px 1px rgba(17, 128, 56, 0.4);
              box-shadow: 0px 0px 0px 1px rgba(17, 128, 56, 0.4);
    }

    .container_track #package {
      display: none;
    }

    .container_track .wrap_chose {
      margin-bottom: 20px;
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }

    .container_track .column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .container_track .space-around {
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }

    .container_track .wrap_btn {
      width: 200px;
      height: 50px;
      cursor: pointer;
    }

    .container_track button {
      width: 100%;
      height: 100%;
    }

    .container_track input[type=radio],
    .container_track input[type=checkbox] {
      width: 20px;
      height: 20px;
      cursor: pointer;
    }

    .container_track .important {
      color: red;
    }

    .container_track label {
     
    }




    .container_track .location_input.wrap_input input[type=text] {
      border: none;
    }

    .container_track .location_input.wrap_input input[type=text]:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
    }

    .container_track .order_items {
      padding: 5px;
      -webkit-box-shadow: 0px 0px 1px 0px rgba(33, 33, 33, 0.4);
              box-shadow: 0px 0px 1px 0px rgba(33, 33, 33, 0.4);
    }
    .container_track .order_items .add_item {
      margin: 20px 0px;
      cursor: pointer;
    }

    .container_track .wrap_item {
      position: relative;
      display: -ms-grid;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      grid-column-gap: 10px;
      -webkit-box-shadow: 0px 0px 1px 0px rgba(33, 33, 33, 0.4);
              box-shadow: 0px 0px 1px 0px rgba(33, 33, 33, 0.4);
      padding: 5px;
      margin: 10px 5px;
    }
    .container_track .wrap_item .remove_item {
      position: absolute;
      top: 3px;
      right: 3px;
    }
    .container_track .wrap_item .remove_item:hover {
      color: red;
      -webkit-box-shadow: 0px 0px 0px 1px red;
              box-shadow: 0px 0px 0px 1px red;
    }

    .container_track .wrap_item input[type=text],
    .container_track .wrap_item textarea {
      padding-left: 5px;
    }


    .container_track .warehouse_addr{
      text-align: center;
    }
    .container_track .caption-desc{

    }


    .container_track .caption_add_services{
      text-align: center;
    }
    .container_track .toggle_add_service{
      cursor: pointer;
      text-decoration: underline;
    }
    .container_track .add_services_container{
      padding:10px;
      display: none;
    }

    .container_track .form-item{
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .container_track .typeOrderCreation select{
      font-size: 20px;
      height:auto;

    }
    .container_track .center-content{
      text-align: center;
    }
    .container_track .caption-input{
        margin:5px 0px 3px;
        text-align: center;
    }



    .container_track .divider{
      width:100%;
      /* box-shadow: 0px 0px 0px 1px rgba(1,1,1,1); */
      border-bottom:1px solid #0A73DC;
    }

    .container_track .wrapper_info .section{
      margin: 0px;
      padding: 0px;
      width: 100%;
      border-bottom:1px solid #0A73DC;
      position: relative;
    }

    .container_track .wrapper_info .side_request .section:last-child{
      border-bottom:none;
    }

    .container_track .wrapper_info .side_request .section.active .btn{
      background-color:#3B78E7;
    }
    /* .container_track .wrapper_info .side_request .section.active:after{
      font-family: "FontAwesome";
      display: flex;
      -ms-align-items: center;
      align-items: center;
      content:'\f0a9';
      color:yellow;
      position: absolute;
      right: 0px;
      top: 0;
      font-size: 18px;
      height: 100%;
      background-color: ;
      z-index: 2;

    } */

    /* .container_track .wrapper_info .side_request .section.active:hover:after{
      background-color: #3B78E7;
    } */

    .container_track .wrapper_info{
      -ms-align-items: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }

    .container_track .wrapper_info .side{
      padding:0px;
      margin:0px;
      width: 100%;
    }

    .container_track .wrapper_info .wrapper_module{
      width: 100%;
    }


    .container_track .side_request .wrap_btn{
      width: 100%;
      height: 60px;
    }

    .container_track .side_request .wrap_input{
      margin: 10px 0px 5px;
    }
    .container_track .side_request{
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 280px;
     /*  height:45px; */
      background-color: #4285f4;

      -ms-flex-item-align: start;

          align-self: flex-start;
      position: -webkit-sticky;
      position: sticky;
    }

    .container_track .wrapper_info .side_response{
      padding:10px;
    }


    .container_track .error-content,
    .container_track .success-content{
        font-size: 16px;
       
        
    }
    .container_track .error-content{
       color: #e35570;
       text-align: center;
    }

    .container_track .error-content .error-caption,
    .container_track .success-content .success-caption{
      font-size: 22px;
    }

    .container_track .success-content .highlighted_text{
      color:#206944;
      font-weight: bold;
     /*  text-decoration: underline; */
    }

    .container_track .success-content .success-caption{
        color: #206944;
        text-align: center;
        margin-bottom:20px;
    }
    .container_track .success-content .information-container{
      color:#4285f4;
      list-style-type: square;
      margin-top: 30px;
    }

    .container_track .success-content .information-container>li{
      margin-bottom:10px;
    }
    .container_track .success-content .information-container .item-info{
      color:#454545;
    }
    .container_track .caption{
      text-align: center;
      
    }

    .container_track .status-caption{
           
        margin: 0 auto;
        margin: 5px auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .container_track .status-text{
      text-transform: uppercase;
      border: 1px solid rgb(32, 105, 68);
      display: inline-block;
      padding: 5px;
      font-size: 22px;
    }

    .container_track .success-content  .name-info{
      display: inline-block;
      min-width: 160px;
      max-width: 160px;
      padding-right: 5px;
    }


     .container_track .wrap_block{
        padding:10px 25px;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(1,1,1,.4);
                box-shadow: 0px 0px 1px 0px rgba(1,1,1,.4);
        margin-bottom: 40px;
      }


    .container_track .order-creation-container{
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

    .container_track .wrap_delivery_sum{
      width: 100%;
      height: 100%;
      position: relative;

    }
    .container_track .wrap_delivery_sum .delivery_sum{
      margin-bottom:0px; 
    }
    .container_track .wrap_delivery_sum .wrap_btn{
      position: absolute;
      top: 0;
      right: 0;
      width:50px;
      height:100%;
      font-family: "FontAwesome";

    }
    .container_track .wrap_delivery_sum .wrap_btn button{
      min-width: 100%;
    }


    .container_track .hidden{
      display: none;
    }

    .container_track select[multiple]{
      height:auto;
      max-height:100px;
    }

    /* .modal-window  div#pdf{
      min-width: 650px;
      width: 100%;
      height: 100%;
      min-height: 75vh;
    }


    @media (max-width: 640px){
      .modal-window div#pdf{
        min-width: 90vw;
      }
    }
     */


    /* [data-international="show"]{
      display: none;
    } */



    @media (max-width: 640px){
      .container_track .side_request{
        max-width: 100%;
      }
      .container_track .wrapper_info,
      .container_track .order-creation-container{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
    }


/* MODS DESCR */
    
    .wrapper-settings-mod:not(.wrapper-binotel-mod) .description-container > .description-title{
        opacity: 0;
    }

    .wrapper-binotel-mod .description-container > .description-title{
        display: none;
    }

/*style dima*/
#heder-logo {
    padding-left: 0 !important;
    text-align: left !important;
}

#heder-logo a {
    display: flex;
}
aside:hover #heder-logo span {
    display: block;
}

#heder-logo #tariff-box .tooltip-info{
    display: none;
}
aside:hover #heder-logo #tariff-box .tooltip-info {
    display: flex;
}

aside .menu {
    background: rgba(0,0,0, 0.8);
    /* backdrop-filter: blur(4px); */
    backdrop-filter: saturate(180%) blur(20px); 
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    z-index: 999;
    overflow-y: auto;
}
aside #menu-full {
    width:42px;
}
aside {
    width: 42px;
}
aside nav {
   padding: 0 0px;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}
aside #heder-logo {
    width:42px;
}
aside:hover #heder-logo, aside:hover #menu-full  {
    width: 200px;
}
.menu-parent-link {
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 2px 7px 12px;
    font-family: 'web-light', Tahoma;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    color: #ABABAB !important;
}
.menu-parent-link:hover {
    color: #fff !important;
}
.sub-menu {
    display: none;
}
.menu ul li > a i:first-child {
    position: static;
    width: 22px;
    margin-right: 8px;
    font-size: 17px;
    color: #FFFFFF;
}
.sub-menu-toggle {
    display: block !important;
}
.count-info {
    letter-spacing: 0px;
    text-decoration: none;
    /* background: #FCC636; */
    background: #FFEE00;
    text-shadow: none;
    color: #333;
    font-size: 11px;
    font-family: Tahoma;
    line-height: 16px;
    /* padding: 0px 1px; */
    margin-left: 5px;
    padding: 1px 5px 1px;
    min-height: 16px;
    min-width: 15px;
    text-align: center;
    border-radius: 8px;
}
.count-info-mini {
    background: #FFEE00;
    font-size: 10px;
    font-family: Tahoma;
    color: #000000;
    padding: 0px 4px 1px;
    border-radius: 16px;
    position: absolute;
    /* right: -6px; */
    left: 8px;
    top: 0px;
}
aside:hover .menu .menu-parent-link span:not(.count-info) {
    display: block;
    position: absolute;
    left: 40px;
}
aside:hover .menu a {
    pointer-events: all;
}
.menu {
    overflow-x: hidden;
}
.menu-parent-link span:not(.count-info-mini) {
    display: none;
}
/* aside:after{
    content: '';
    background: #33373C;
    height: 2px;
    width: 42px;
    bottom: -42px;
    position: absolute;
    display: block;
} */
.decoration:hover:after {
    width: 200px;
}

.decoration:after{
    content: '';
    background: #33373C;
    height: 2px;
    width: 42px;
    bottom: -42px;
    position: absolute;
    display: block;
}
aside .menu a {
    pointer-events: none;
}
aside:hover .menu .count-info {
    display: inline-block;
}
aside:hover .menu-parent-link .count-info-mini{
    display: none !important;
}
aside:hover .menu ul li > a .caret{
    visibility: visible !important;
}
aside:hover #heder-logo a span{
    display: inline-block !important;
}
.menu-div-active{
    color: #FFFFFF !important;
}
.menu-div-active i{
    color: #FFEE00 !important;
}
.menu-li-active{
    border-left: 5px solid #FFEE00 !important;
    color: #FFF !important;
    text-shadow: none !important;
}
.menu ul li > ul > li > a {
    font-family: 'web-light', Tahoma;
    color: #ABABAB;
    display: block;
    text-transform: none;
    padding: 3px 2px 5px 37px;
    font-size: 13px;
    text-decoration: none;
    border-left: 5px solid transparent;
}
.menu ul li > ul > li > a:hover {
    color: #FFFFFF !important;
}
.menu ul li > a .fa-chevron-down, .menu ul li > a .caret {
    visibility: hidden;
    position: absolute;
    top: 10px !important;
    left: auto !important;
    right: 4px !important;
    font-size: 14px !important;
    color: #757575 !important;
}
/* Кастомная модалка с видео */
.tutorial-modal {
    border: none;
}
.tutorial-modal .modal-window-title {
    display: none;
}
.tutorial-modal .modal-window-data {
    padding: 0px;
    width: 883px;
    height: 552px;
    overflow: hidden;
}
.tutorial-modal .modal-window-content {
    border: none !important;
    margin: 0;
    border-radius: 0px;
}
#button-search {
display:none;
}
@keyframes fade-cycle {
    /* 0% { opacity: 0; }
    10% { opacity: 1; } 
    40% { opacity: 1; } 
    60% { opacity: 0; } 
    100% { opacity: 0; } */

    /* 
    0% { opacity: 0; }
    5% { opacity: 1; } 
    35% { opacity: 1; } 
    40% { opacity: 0; }
    100% { opacity: 0; } */

    0% {
    opacity: 0;
    }

    10% {
    opacity: 1;
    }

    40% {
    opacity: 1;
    }

    50% {
    opacity: 0;
    }

    100% {
    opacity: 0;
    }
}
/* --------------------------- */
