.set100percent {
    width: 90% !important;
}


body {
    font-size:14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #454545;
    padding:0;
    transition: 0.3s linear;
}
a{

}
a:hover{

}
div.menu a{
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s linear;
}
div.menu a:hover{
    background: #d53565;
}
div.menu a.active{
    background: #8e2647;
}
button,
a.button{
    color:white;
    padding:10px 15px 10px 15px;
    border-radius: 10px;
    border:0;
    background: #d53565;
    transition: 0.3s linear;
}
a.button.ico{
    padding:6px 10px;
}
a.button.ico span{
    /*font-size:16px;*/
}
button:hover,
a.button:hover{
    background: #9c294e;
}
a.button{display: block;float:left;text-decoration: none;text-transform: uppercase}
a.button:hover{color:white;}

a.button.disable, button.disable{
    background: #c0c0c0;
    pointer-events: none;
    cursor: default;
}

div.authorization-form {
    margin: auto auto;
    width:200px;
    height:200px;
    margin-top:calc(50vh - 200px);
}

div.paginator{
    border-top:1px #e8e8eb solid;
    /*padding-top:20px;*/
    line-height: 2.8em;
}
div.paginator div.info{float:left;color:#000;}
div.paginator div.pages{float:right;color:#000;}
table.paginator td.count{
    line-height: 2.8em;padding-top:2px;
    padding-right:10px;
    font-size:14px;
    color:#c0c0c0;
}
table.paginator div.paginator a{
    display: block;
    width:38px;
    height:38px;
    float:left;
    text-align: center;
    line-height: 2.5em;
    margin-right:5px;
    text-decoration: none;
    transition: 0.3s linear;
}
table.paginator div.paginator a.active,
table.paginator div.paginator a:hover{
    background: #d53565;
    /*border-radius: 50px;*/
    color:white;
}


form input {
    padding:5px;
    font-size:14px;
}
form.form1 {}
form.form1 input{margin-bottom:20px;width:100%;}
form.form1 label{
    width:100%;
    display: block;
}
div.top{
    background: #000000;
    padding:20px;
    color:white;
    position: fixed;
    z-index: 200;
    width: calc(100% - 40px);
}
div.top div.username{float:left;}
div.top div.sms-balance{float:right;}
div.menu{
    float:left;width:300px;
    background: #000000;
    padding:10px;
    min-height:100vh;
    position: fixed;
    margin-top:55px;
    padding-top:0;
}
div.menu div.search{margin-bottom:20px;}
div.menu div.search input{
    border:0;
    width:100%;
    font-size: 16px;
    padding:10px;
}
div.right{
    float:right;width:calc(100% - 300px - 25px);
    margin-top:65px;
}
div.menu ul{
    list-style: none;margin:0;padding:0;
    overflow: scroll;
    overflow-x:hidden;
    height: 80vh;
}
div.menu ul li{
    width:280px;
    background: #fff;
    clear: both;
    line-height: 1.5em;
    font-size:14px;
}
div.menu ul li.split {
    height: 1px;
    background: transparent;
    border-bottom:1px #c0c0c0 solid;
    margin-bottom:10px;
    padding-top:10px;
    clear: both;
}
div.menu ul li a{
    display: block;
    float:left;
    padding:5px 10px;
    max-width: 230px;
}
div.menu ul li span{
    color:#c0c0c0;
    float:right;
    display: block;
    line-height: 2.3em;
}

table.table{
    width:100%;
}
table.table thead{
    font-weight: bold;
}
table.table td{
    padding:5px;
    font-size: 14px;
}
div.orders-list table.table td:nth-child(1){width: 80px;}
div.orders-list table.table td:nth-child(2){max-width: 140px;}
div.orders-list table.table td:nth-child(3){max-width: 240px;}
div.orders-list table.table td:nth-child(4){max-width: 140px;}
div.orders-list table.table td:nth-child(5){max-width: 140px;}
div.orders-list table.table td:nth-child(6){}
div.order{display: flex;flex-wrap: wrap;gap:1rem}
div.order h2{
    text-align: left;
    border-bottom:1px #e8e8eb solid;
    padding-bottom:20px;
}
div.order h2 a {
    float:right;
    font-size:16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
}

div.order h3{padding:0;margin:0;margin-bottom:20px;font-size:14pt}
div.order label[for=nospam]{
    font-size:14px;
    width:auto;
    margin-right:10px;
}
div.order label{
    width:210px;
    display: inline-block;
    font-size:12pt;
}
div.order select,
div.order input[type=text]{
    min-width:200px;
    padding:5px 10px 5px 10px;
    font-size:14px;
    text-align: center;
    margin-bottom:10px;
    margin-right:10px;
}
div.order select {
    min-width:unset;
}
div.order div.address{
    display: table-cell;
}
div.order div.address p{
    font-size:12px;
}
div.order div.clr{height:10px;}
div.order table tr td p.paid{
    margin:0;
    color:#fff;
    font-size:14px;
    background: #3c763d;
    padding:5px 18px;
    /*text-align: center;*/
    display: inline-block;

}

div#addAddress .modal-body input{margin-bottom:20px;}
div#addAddress .modal-body input[type=text]{
    width:100%;padding:5px 10px 5px 10px;
    font-size:18px;
    text-align: left;
    margin-bottom:10px;
}

div.order label.t {display: table-cell;min-width:150px;width:150px; font-weight: bold}
div.order div.data{display: table-cell;}
div.order div.data.scroll{
    height:50px;
    overflow-y: scroll;
    width:100%;
    border:1px inset #c0c0c0;
    padding:5px;
}

div.order div.data table{width:100%;min-width: 200px;}
div.order div.data table td{
    padding:3px;
    font-size: 14px;
}
div.order div.data table td:nth-child(1){
    width: 80px;
}

img.item-img{float:left;width:100px;border-radius: 10px}
div.item-desc{float:left;margin-left:20px;font-size:14px;line-height: 1.5em;max-width: 50%;}
div.item-desc div.name{font-size:16px;}
div.item-desc div.brand,
span.brand
{color:#c0c0c0;}
/*div.item-desc div.param {font-weight:bold;}*/
div.item-desc div.param span{font-weight:bold;}


div.itemData{
    padding:5px;
    background: #ececec;
    border:1px #c0c0c0 solid;
    font-size:12px;
    border-radius: 5px;
    display: none;
}

div.order-menu{
    /*width:calc(100% - 50px);*/
    /*padding:10px;*/
    /*border-radius: 5px;*/
    /*border:2px solid;*/
    /*box-shadow: 0 0 3px #000;*/
    display: flex;
    gap:1rem;
    flex-wrap: wrap;
    width:99%;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    background: rgba(13, 30, 45, 0.12);
}
div.cart-and-history{display:flex;gap:1rem;flex-grow: 1}
div.order-menu a{
    /*margin-right:10px;*/
    /*margin-bottom:10px;*/
    /*float: left;*/
}
div.admin-menu a {
    font-size: 10px;
    background: #9c294e;
}
div.order-menu a:last-of-type {
    /*margin:0;*/
    /*float:right;*/
}
div.order-menu div.clr{
    margin:0;
    height:0;
}


/*ФОРМЫ*/
div.modal{}
div.modal form{}
div.modal form label{

}
div.modal form input[type=text],
div.modal form select,
div.modal form textarea
{
    width:100%;
    margin-bottom:20px;
}
div.modal form select{
    height: 50px;
    margin-top: 10px;
    display: block;
    font-size: 16px;
}
div.modal form textarea {
    height:50px;
}
div.modal p{
    line-height: 1.5em;
    font-size:17px;
    color: #000000;
    padding:10px;
    background: #ebebeb;
}
div.modal div.button-set{
    text-align: center;
    margin:10px 0;
}

div.order-info{
    width:calc(60% - 1rem - 40px);
    padding:10px;
    border-radius: 10px;
    background: rgba(13, 30, 45, 0.12);
}
div.user-info{
    width:40%;
    padding:10px;
    border-radius: 10px;
    background: rgba(13, 30, 45, 0.12);
}

table.table.orderItems td:nth-child(2),
table.table.orderItems td:nth-child(3),
table.table.orderItems td:nth-child(4),
table.table.orderItems td:nth-child(5)
{text-align: center;}
table.table.orderItems td img{float:left;}
/*table.table.orderItems td div.item-desc{margin-left:10px;float:left;}*/


div.user-call {
    /*float:left;*/
    /*width: calc(50% - 40px);*/
    /*margin-left: 40px;*/
    overflow: scroll;
    overflow-x:hidden;
    max-height: 270px;
    margin-top:20px;
}
div.user-call table.call-table {
    width:100%;
}
div.user-call table.call-table thead td {font-size:14px;font-weight: bold;background: #dcdcdc}
div.user-call table.call-table tr td {padding: 5px;font-size:14px;}
div.user-call table.call-table tr td:nth-child(1){width:120px;}
div.user-call table.call-table tr td:nth-child(2){width:calc(33% - 140px);}
div.user-call table.call-table tr td:nth-child(3){width:calc(33% - 140px);}
div.user-call table.call-table tr td:nth-child(4){width:calc(33% - 140px);}

div.little-stat{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
}
div.stat-block {
    /*float:left;margin-right:40px;*/
    padding:20px;
    margin-right:20px;
    -webkit-flex: 1 1 250px;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    margin-bottom:20px;
}
div.stat-block h3{border-bottom:2px solid;}
div.stat-block label {clear:both;float:left;width:140px;padding-top:10px;}
div.stat-block div {float:left;padding-top:10px;font-weight: bold;}
div.stat-block div.separate {clear:both;float:none;height:1px;background: #000; width:100%;padding:0;margin-top:10px;}
div.stat-block table{width: 100%;}
div.stat-block table td{padding:5px 0;font-size:14px;}
div.stat-block table td:nth-child(1){padding-right:5px; width: 150px;}
div.stat-block table td:nth-child(2){font-weight: bold}
div.stat-block table td.separate{height:1px; background: #000; padding: 0}

div.cart-main {
    width:100%;
    padding:10px;
    border-radius: 10px;
    background: rgba(13, 30, 45, 0.12);
}
div.order-history {
    width:70%;
    padding:10px;
    border-radius: 10px;
    background: rgba(13, 30, 45, 0.12);
    overflow-y: scroll;
    max-height: 100px;
}

div.dashboard{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
}

div.dashboard-block {
    padding: 10px;
    margin-right: 10px;
    /*-webkit-flex: 1 1 100px;
    -ms-flex: 1 1 200px;*/
    flex: 1 350px;
    margin-bottom: 20px;
}
div.dashboard-block h3{border-bottom:2px solid;}
div.dashboard-block ul{
    margin: 0;list-style:none;padding:5px;background: rgba(225, 208, 127, 0.18);
    height:400px;
    overflow: scroll;
    overflow-x:hidden;
}
div.dashboard-block ul li{
    margin: 0;list-style:none;padding:10px 5px;margin-bottom:10px;
    font-size:20px; background: rgba(237, 65, 118, 0.27);
    min-width: 310px;
}
div.dashboard-block ul li:nth-last-child(1){margin-bottom:0;}
div.dashboard-block ul li span.time {float: right;width:120px;}
div.dashboard-block ul li span.time span.material-icons{float:left;margin-right:5px;}
div.dashboard-block ul li div.move-doc {font-size:12px;}
div.dashboard-block ul li a {display: inline-block;width:calc(100% - 120px);}

span.history-last-date {font-size:10px}

tr.statusSet td {
    opacity: 0.5;
}

input.input-mark{
    width:100%;
}

input.refund-counter {
    width:60px;
    font-size: 18px;
    border-radius: 5px;
    border-color: #BBBBBB;
    text-align: center;
}

td.deliveryStatus{
    background: #e5e5e5;
    display:none;
    border-radius: 10px;
}
div.deliveryStatus{
    padding:10px;
    display: flex;
    justify-content: flex-start;
}
div.deliveryStatus div{
    min-width: 150px;
}