@charset "utf-8";

html,body{
    height: 100%;
}
html{
    background-color: #f5f5f5;
}
body{
    /*border-top: 1px solid #dddddd;*/
    min-width: 320px;
    background: none;
    overflow: auto;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
textarea{
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0px;
}
h1{
    font-size: 24px;
    line-height: 32px;
}
.fancybox-slide .b-popup-delete{
    padding: 28px 32px 24px !important;
}
.main h1{
    text-align: center;
    padding: 0px 55px;
    line-height: 26px;
    font-size: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100vw - 20px);
}
.b-top-butt.ajax-create:before,
.b-top-butt.noajax-create:before{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.b-top-butt.ajax-create:before,
.b-top-butt.noajax-create:before{
    content: "\e915";
}
.b-round-btn,
.b-top-butt.ajax-create,
.b-top-butt.noajax-create{
    width: 36px;
    height: 36px;
    background-color: #4c8bf7;
    border-radius: 100px;
    color: #FFF;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 0px;
    padding: 0px;
}
.b-top-butt.ajax-create,
.b-top-butt.noajax-create{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 900;
    margin: 0px;
}
.b-menu-logout{
    padding-top: 16px;
}
.b-top-butt.ajax-create.inline,
.b-top-butt.noajax-create.inline{
    position: relative;
    right: 10px;
    top: -30px;
    margin-bottom: -36px;
}
.b-round-btn:before,
.b-top-butt.ajax-create:before,
.b-top-butt.noajax-create:before{
    line-height: 37px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    display: block;
}
.b-top-butt.b-settings-butt:before{
    content: "\e916";
    font-size: 22px;
}
.b-top-butt.ajax-create:before{
    
}
.b-tile-table td{
    padding-right: 10px;
}
.b-table-mobile-scroll{
    max-width: 100vw;
    overflow-y: visible;
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    width: 100vw;
    margin-right: -10px;
    /*min-height: calc(100vh - 300px);*/
}
.b-burger{
    display: block;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 900;
}
.b-section-actions{
    z-index: 999;
    left: 0px;
    height: 58px;
    padding-top: 18px;
    padding-left: 14px;
    position: fixed;
    top: 0px;
}
.b-refresh-button-cont{
    padding-top: 0px;
    display: block;
    position: fixed;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    bottom: -71px;
    -webkit-transition: bottom 250ms cubic-bezier(.7,0,.94,.46);
       -moz-transition: bottom 250ms cubic-bezier(.7,0,.94,.46);
        -ms-transition: bottom 250ms cubic-bezier(.7,0,.94,.46);
         -o-transition: bottom 250ms cubic-bezier(.7,0,.94,.46);
            transition: bottom 250ms cubic-bezier(.7,0,.94,.46);
    /*background: rgba(0,0,0,0.1);*/
}
    .b-refresh-button-cont .b-preloader{
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -27px;
    }
    .preloader .b-refresh-button{
        display: none;
    }
.b-refresh-button{
    width: 100%;
    height: 100%;
    position: relative;
}
    .b-refresh-button .b-round-btn{
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -18px;
        margin-top: -18px;
    }
.b-refresh-button-cont.show,
.b-refresh-button-cont.preloader{
    -webkit-transition: bottom 250ms cubic-bezier(.06,.68,.32,1);
       -moz-transition: bottom 250ms cubic-bezier(.06,.68,.32,1);
        -ms-transition: bottom 250ms cubic-bezier(.06,.68,.32,1);
         -o-transition: bottom 250ms cubic-bezier(.06,.68,.32,1);
            transition: bottom 250ms cubic-bezier(.06,.68,.32,1);
    bottom: 25px;
}
body>.select2-container--open.select2-container{
    left: 20px !important;
}
.select2-container--open .select2-dropdown--below,
.ui-datepicker{
    width: calc(100vw - 40px) !important;
}
.ui-datepicker{
    left: 20px !important;
}
.b-menu-overlay{
    z-index: 999;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out, visibility 300ms ease-out;
       -moz-transition: opacity 300ms ease-out, visibility 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, visibility 300ms ease-out;
            -o-transition: opacity 300ms ease-out, visibility 300ms ease-out;
            transition: opacity 300ms ease-out, visibility 300ms ease-out;
}
    .b-menu-overlay.show{
        visibility: visible;
        opacity: 1;
    }
.b-burger:before{
}
.b-menu-tile{
    width: 100%;
    padding-left: 30px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}
.b-menu-tile span.b-icon{
    margin-bottom: 0px;
    width: 30px;
    text-align: center;
    height: auto;
    float: none;
    vertical-align: middle;
}
.b-header{
    width: 260px;
    z-index: 1000;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    overflow: auto;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
    .b-header.opened{
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
.b-menu-tile span.b-icon:before{
    font-size: 30px;
}
.b-menu-tile p{
    display: inline-block;
    font-size: 18px;
    margin-left: 12px;
    text-align: left;
    float: none;
    vertical-align: middle;
    max-width: 150px;
    margin-bottom: 2px;
}
.main{
    height: auto;
    overflow: auto;
    margin-left: 0;
    width: 100%;
    padding: 24px 10px 24px;
    /*min-height: 100%;*/
}
.b-tool{
    margin: 0px 1px;
}
.fancybox-skin .b-popup-delete h1{
    width: 100%;
}
.b-popup-form{
    min-width: 0px;
}
.row-half,
.row-three{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
}
a.b-back{
    display: none;
}
.row-fourth{
    width: calc( 50% - 6px );
}
    .row-fourth:nth-child(2n){
        margin-right: 0px;
    }
.row-half:last-child,
.row-three:last-child{
    margin-bottom: 0px;
}
.fancybox-close{top: 0px;right: 0px;}
.fancybox-close:before{
    font-size: 16px;
}
.b-profile-item img{
    height: 44px;
}
.b-table th{
    font-size: 11px;
}
.b-table h3{
    line-height: 24px;
}
    .b-table td,
    .b-table th{
        padding: 8px 10px;
    }
    table.b-table.b-order-table td{
        max-width: 40px;
    }
    table.b-table.b-order-table td{
        font-size: 0px;
    }
    table.b-table.b-order-table td .b-soc a{
        /*padding-left: 1px;*/
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }
    .b-soc span.icon{
        margin-bottom: 0px;
        position: absolute;
        left: -18px;
        line-height: 23px;
    }
.icon-margin:before{
    margin-right: 10px;
}
.canvas-cont{
    width: 1000px !important;
}
.qtip{
    display: none !important;
}
.b-hor-input{
    padding: 10px 12px 10px;
}
.b-order-form-left{width: 100%;}
.b-order-form-right{margin-left: 0px;width: 100%;}
.b-hor-input-left{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.b-hor-input-right{
    
}
.b-input > label:not(.error), .b-label-block label{
    letter-spacing: 0px;
    font-size: 12px;
}
.plupload_button{
    padding: 6px 11px 5px 11px;
    margin-bottom: 10px;
}
.b-header h3{
    text-align: left;
    margin-left: 30px;
    padding-bottom: 10px;
    margin-top: 14px;
    font-size: 28px;
}
.b-hor-input .select2-container{width: calc(100% + 14px)!important;}
.select2-container .select2-selection--single .select2-selection__rendered{
    text-overflow: unset;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    display: none;
}
.fancybox-slide::before{
    margin-right: 0px;
}
.fancybox-slide--html .fancybox-content{
    width: 100%;
}
.fancybox-slide .buttons input[type='submit'], .fancybox-slide .buttons input[type='button']{
    min-width: calc((100% - 18px)/2 );
    padding: 16px 18px;
}
.b-link-back{
    display: none;
}
.b-section-content {
    margin-top: 24px;
}
.b-section-nav{
    margin-top: 0px;
    position: static;
    min-width: 100%;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
}
.b-section-menu{
    display: table;
    float: none !important;
    width: 100%;
}
    .b-section-menu>li{
        float: none;
        display: table-cell;
    }
        .b-section-menu>li>a{
            float: none;
            text-align: center;
            padding: 5px 0px 6px;
        }
.b-inline-tab-cont{
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-left: -10px;
    margin-right: -10px;
    width: 100vw;
    margin-top: -10px;
}
    .b-inline-tab-wrap{
        /* margin-bottom: 10px; */
        padding: 0px 5px;
    }
        .b-inline-tab{
            padding: 10px 5px;
            margin-right: 2px;
        }
.b-photo-input{
    width: 100%;
}
    .b-photo-input-left{
        width: 100%;
    }
    .plupload_file_size, .plupload_file_status, .plupload_progress{
        width: 58px;
    }
    .plupload_buttons{
        margin-right: -10px;
    }
        .plupload_button{
            padding: 6px 10px 5px 10px;
        }
    .b-order-form-good h2{
        font-size: 18px;
        line-height: 26px;
        width: calc(100% - 24px);
    }
        .b-order-form-good h2 span{
            font-size: 18px;
            line-height: 26px;
            display: inline-block;
            width: calc(100% - 35px);
            vertical-align: middle;
            font-family: "RobotoBold";
        }
    .b-order-form-fio .b-good-action-btn{
        font-size: 0px;
    }
        .b-good-action-btn:before{
            margin-right: 0px;
        }
.b-good-filter .b-checkbox{
    vertical-align: middle;
}
.b-hor-input-right .b-checkbox{
    margin-top: 20px;
}
.b-hor-input-right input.date, .b-hor-input-right input.small{
    max-width: 100% !important;
}

    .b-order-table .b-marker:before{
        font-size: 0px;
        width: 6px;
        height: 6px;
        border-radius: 100px;
        left: -13px;
        margin-top: 0px;
        background: #000;
        color: #000;
    }
    .b-order-table .b-marker.red:before{
        background: #C80909 !important;
    }
.b-debug-info{
    display: none;
}
.b-table td.b-checkbox input[type="checkbox"] + label{
    top: 4px;
}







