html * {
    max-height:1000000px;
}
body {
    font: 25px Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;

    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
* {
    outline: none;
}
.hide {
    display: none !important;
}
.link {
    color: #4095DC;
}
.table-style {
    border-collapse: collapse;
}
.table-style .header-down tr td {
    background-color: #58aae9;
    color: white;
    font-size: 15px;
    padding: 8px 0;
    text-align: center;
}
.table-style thead {
    font-size: 23px;
    color: white;
    background-image: -webkit-linear-gradient(45deg, #0e5197 0%, #2884cb 50%, #2377b7 100%);
    background-image: -o-linear-gradient(45deg, #0e5197 0%, #2884cb 50%, #2377b7 100%);
    background-image: linear-gradient(45deg, #0e5197 0%, #2884cb 50%, #2377b7 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
}
.table-style thead td {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.table-style tbody td {
    font-size: 23px;
    line-height: 1.4;
    padding: 7px 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #CCCCCC;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover, input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #70aed4;
    background-color: #f3f7fa;
}
.card-search {
    background-color: #f5f5f5;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.card-search input {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 10px;
    font-size: 33px;
}
.card-tabs {
    background-color: #4095DC;
    font-size: 0;
}
.card-tabs a {
    color: white;
    display: inline-block;
    width: 50%;
    font-size: 40px;
    border-bottom: 3px solid #4095DC;
    text-decoration: none;
    padding: 30px 0;
    text-align: center;
    vertical-align: baseline
}
.card-tabs a.active {
    border-bottom: 3px solid #fdc80a;
}
.card-head-wrap {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 25px;
    position: relative;
}
.card-head-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    right: 0;
    height: 2px;
    background-color: #e5e5e5;
}

.card-head-wrap a {
    text-decoration: none;
}
.card-head-wrap a:after {
    content: '\279C'
}
.card-head {
    font-size: 40px;
    text-align: center;
    background-color: white;
    display: inline-block;
    position: relative;
    z-index: 10;
    color: #4095DC;
    padding: 0 30px;
}


.card-wrap {
    text-align: center;
    font-size: 0;
    width: 100%;
    line-height: 1;
}
.card-wrap .card {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 1.25%;
    width: 30%;
    border: 1px solid #e5e5e5;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.card-wrap .card:hover, .card-wrap .card:active {
    background-color: #f5f5f5;
    cursor: pointer;
}
.card-name {
    font-size: 33px;
    font-weight: bold;
    color: black;
}
.card-order-id, .card-name sup {
    margin-top: 14px;
    font-weight: bold;
    font-size: 25px;
    color: gray;
}
.card-notice, .card-notice-block {
    margin-top: 14px;
    font-size: 25px;
    color: gray;
}
.notice-small {
    font-size: 17px;
    color: gray;
}
.card-border-top {
    margin-top: 14px;
    border-top: 1px solid #e5e5e5;
}
.is_build {
    color: #4095DC;
}
.is_pickup {
    color: green;
}
.is_build, .is_pickup {
    margin-top: 14px;
    font-size: 25px;
}
.is_build b, .is_pickup b {
    font-size: 25px;
}
#build-express .card {
    background-color: #ffffcc
}
#build-express .card:hover {
    background-color: #ffff99
}

.mobile-header {
    background-color: #4095DC;
    font-size: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
        background-image: -webkit-linear-gradient(348deg, #0e5197 0%, #2884cb 50%, #2377b7 100%);
    background-image: -o-linear-gradient(348deg, #0e5197 0%, #2884cb 50%, #2377b7 100%);
    background-image: linear-gradient(348deg, #0e5197 0%, #2884cb 50%, #2377b7 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
}
.mobile-header .back,    .mobile-header  .search {
    color: white;
    text-decoration: none;
}
.mobile-header .back img, .mobile-header  .search img {
    height: 45px;
}
.mobile-header .back {
    margin-top: 1px;
    padding: 32px 50px 0 32px ;
}
.mobile-header  .search {
    padding: 32px 35px 0 50px  ;
}
.mobile-header .header {
    font-size: 40px;
    padding: 31px 0;
    color: white;
}





/** Items **/


.scaner {
    border: 0 !important;
    background-color: transparent !important;
    font-size: 25px;
    color: transparent !important;
    width: 100%;
    text-align: right;
    cursor: default;
    margin-top: 25px;
}
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder          {
    color: #ccc;
}/* Firefox 19+ */
:-moz-placeholder           {
    color: #ccc;
}/* Firefox 18- */
:-ms-input-placeholder      {
    color: #ccc;
}

.item-left {
    width: calc(100% - 200px);
}
.item-right {
    width: 200px;
}
.item.active {
    background-color: #fff9e5;
}
.item-info {
    text-align: right;
    display: block;
}
.item-nav {
    display: none;
}
.item.active .item-info {
    display: none;
}
.item.active  .item-nav {
    display: block;
}
.card-notice-block {
    display: none;
}
.item.active .card-notice-block, .item.is_build .card-notice-block {
    display: block;
}

#save-message {
    position: fixed;
    font-size: 30px;
    background-color: rgba(0,0,0, 0.7);
    position: fixed;
    left: 0;
    box-sizing: border-box;
    bottom: 0;
    display: none;
    color: white;
    line-height: 115px;
    text-align: center;
    width: 100%;
    height: 115px;
    z-index: 10000;
}
button, .btn {
    border: 0;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 12px 5px;
    color: #fff;
    font-size: 25px;
    background-color: #006edb;
    line-height: 1;
    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-position: 100% 0px;
    border-radius: 2px;
    background-size: 200% 200%;
}

.items {
    font-size: 0;
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    padding: 1%;
}
.item:first-child {
    margin-top: 0;
}
.item {
    margin-top: 14px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-notice-block {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 14px;
    color: black;
    column-count: 3;
    line-height: 1;
}

.item-name-txt {
    line-height: 33px;
}
.print-article {
    text-decoration: none;
    color: black;
}
.print-article img {
    height: 25px;
}
.print-article {
    display: none;
}
.item.active .print-article  {
    display: inline;
}
.item-article {
    display: inline;
}
.item.active .item-article {
    display: none;
}

.order-info-block {
    margin: 30px 5% 0 0%;
}
.order-info-block dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    margin: 20px;
}
.order-info-block dt {
    width: 20%;
    color: gray;
}
.order-info-block dd {
    text-align: left;
}



.tumbler  input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.tumbler  label {
    cursor: pointer;
    /*text-indent: -9999px;*/
    width: auto;
    height: 60px;
    background: #ccc;
    display: block;
    border-radius: 100px;
    position: relative;
    font-size: 23px;
    padding: 0 15px;
    line-height: 60px;
}
.tumbler label span {
    position: relative;
    margin: 0 15px;
}
.tumbler label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50%;
    height: 50px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
    z-index:0;
}

.tumbler   input:checked + label {
    background: #fdc80a;
}

.tumbler input:checked + label:before {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.tumbler  label:active:before {
    width: 130px;
}

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


.is_build {
    background-color: #ccffcc
}
.is_build .item-right {
    display: none !important;
}
.is_build  .item-left {
    width: 100% !important;
}
.error-scan {
    background-color: #ffcccc !important
}

.success-order {
    padding: 40px 0;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}
.success-order a {
    color: #4095DC;
    font-size: 23px;
    display: block;
    margin-top: 20px;
}
.order-param-wrap {
    background-color: #f5f5f5;
    border-top: 1px solid #f9f9f9;
    padding: 20px 0;
}
.order-param select, .order-param input, .order-param textarea {
    font-size: 33px;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
    width: 150px;
}
.order-param {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;

}
.order-param div:first-child {
    text-align: right;
    font-size: 33px;
    padding-top: 25px;
}
.order-param div {
    padding: 5px 20px;
    box-sizing: border-box;
    width: 50%;
    vertical-align: middle;
}

#warehouse-out {
    min-width: 300px;
    float: right;
    margin-top: 35px;
    margin-right: 35px;
    line-height: 1;
}
#warehouse-out button {
    margin-top: 30px;
}
.order-info-block {
    width: calc(100% - 400px)
}

.gray-btn {
    background-image: -webkit-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: -o-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
}



.card-tabs-menu  {
    position: relative;
    z-index: 14;
}
.card-tabs-menu  a.tab {
    width: calc(50% - 90px);
    vertical-align: baseline;
    padding: 33px 0 30px 0;
}
.card-tabs-menu   .card-menu {
    width: 160px;
    font-size: 60px;
    line-height: 1;
    border-bottom: 3px solid #4095DC;
    text-decoration: none;
    padding:22px 0 22px 20px;
    text-align: center;
    color: white;
    vertical-align: baseline;
}
.right-menu {
    text-align: center;
    position: fixed;
    width: 450px;
    top: 0;
    padding-top: 114px;
    right: -450px;
    z-index: 11;
    height: 100%;
    background-color: #2F87CC;
    margin-top: -1px;
}
.right-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 5px;
}
.right-menu li {
    text-align: center;
}

.right-menu li a {
    color: white;
    padding: 20px 0;
    border-bottom: 1px solid #4095DC;
    ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
    display: block;

}
.right-menu img {
    width: 200px;
    margin-top: 60px;
}
.right-menu li  a.active {
    background-color: #46a0e7;
}

.is_delete {
    border: 1px solid #ff9999 !important;
    background-color: #ffe9e9 !important;
}


.nav-warehouse {
    margin-top: 70px;
    font-size: 0;
}
.nav-warehouse a {
    display: inline-block;
    box-sizing: border-box;
    background-color: transparent;
    width: 50%;
    font-size: 25px;
    color: gray;
    padding: 25px 15px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    text-decoration: none;
}

.calendar {
    text-align: center;
    font-size: 0;
}
.calendar a {
    font-size: 25px;
    color: gray;
    padding: 25px 35px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    display: inline-block;
    text-decoration: none;
    margin: 20px 12px;
}
.calendar a.active {
    border: 1px solid #fdc80a;
    background-color: #fff0bb;
    padding: 30px 35px;
    font-size: 33px;
}
.center {
    text-align: center;
}

/* для элемента input c type="radio" */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 21px;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: white;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {
    background-color: #e9ecef;
}