*{

    font-size:14px;
    max-width: 100%;
}
select, textarea{
    width:100%;
}

p{
    margin:3px;
}
input,button{
    width:100%;
}
button{
    margin-top: 10px;
}
body{
    background: #335454;
    max-width: 100%;
    overflow: scroll;
    margin: 0px;
}
.w50{
    width: 50%;
}
.w33{
    width: 33.3%;
}
.eq_sh>select{
    margin: 10px 0;
}
.footer{
    background-color: black;
    color:gray;
    position: fixed;
    bottom: 0;
    width:100%;
}
.add-row{
    color: white;
    background-color: green;
  /*  width: 100%;*/
    padding: 10px;
    margin: 5px 0 5px 0;
    text-align: center;
    cursor: pointer;
}
.add-row_old{
    color: white;
    background-color: green;
    /*  width: 100%;*/
    padding: 10px;
    margin: 5px 0 5px 0;
    text-align: center;
    cursor: pointer;
}
.select-two{
    max-width:90%;
}
.without-appearance{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    width: auto;
}
.delete-button{
    background-color: red;
    color: white;
    padding: 2px;
    margin-left:10px;
    cursor: pointer;
}
.nav-bar{
    display: flex;
  /*  position: absolute;
    right: 5px;*/
    z-index: 999;
}
.icon-bar{
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}
.nav-menu{
    position: fixed;
    background-color: #0b0b0b;
    width:100%;
    height: 100%;
    z-index: 777;

}
.nav-menu>p>a{
    color: #9d9d9d;
    text-decoration: none;
    font-size: 30px;
    padding: 20px;
    line-height: 2;
}
.nav-menu:hover{
    color: #9d9d9d;
}
.content{
    margin: 5px;
}
.block-main-button{

}
.main-button{
    padding: 10px 0;
    margin: 10px 0;
 width: 100%;
    cursor: pointer;
}
.table{
    display: table;
    width: 100%;


}
.thead > .td{
    font-weight: bold;

}
.tr{
    display: table-row;
    background-color: whitesmoke;


}
.td{
    word-break: break-all;
    display: table-cell;
    border: 1px solid blue;
    padding: 5px;
}
.top-menu{
    background: #222;
    padding: 5px 10px;
    font-size:20px;
    color:#9d9d9d;
    display: flex;
    justify-content: space-between;
    min-height: 25px;

}
.top-menu-name{
    display: flex;

 /*  min-width:50%;*/
}
.top-menu-title{
    color:white;
    display: flex;
}
.orders-menu{
    width: 100%;
}
.orders-menu > a{

}
.hidden{
    display: none;
}
.orders-button{
    text-align: center;
    width: 100%;
    padding:10px;
    margin: 0px 0;
    cursor: pointer;
    border-radius: 4px;
    border:0px;
}
.orders-item-main{

}
.orders-qty{
    padding: 3px 7px;
    background-color: gray;
    border-radius: 10px;
    font-weight: 700;
}
.orders-edit{




}
.box{
    width:20px;
    /*    background-color: green;
       padding:5px 10px;
       border-radius: 10px;
       color:white;
       cursor: pointer;*/
    z-index: 10;

}
.box>img{
   width:20px;
    /*    background-color: green;
       padding:5px 10px;
       border-radius: 10px;
       color:white;
       cursor: pointer;*/
    z-index: 10;

}
.large-input{
    height: 28px;
    margin: 0 0 5px 0;
}
.parent_row{
    display: flex;
}
.row{
    display: block;
    flex: 1;
}
.right{
    position: absolute;
    top: 15px;
    right: 18px;
    display: flex;
    z-index: 10;
    justify-content: flex-end;
}
.orders-item{
    position: relative;
    background-color: #f5f5f5;
    padding:10px;
    margin: 0 0px 20px 0px;
    border:1px solid gray;
    z-index: 2;
    border-color: #ddd;
    border-radius: 4px;
    color: #337ab7;
    line-height: 1.3;
}
.orders-item-secondary{
    background-color: white;
    border:1px solid gray;
    padding: 10px;
}
.orders-deadline{
    font-size:12px;
color:white;
    padding: 2px;
    border-radius: 7px;
}
.order{


    padding: 10px;
}
.order-block-simple{
    background: lightgrey;
    padding:5px 10px 5px 10px;
    margin:0px 0 5px 0 ;
}
.order>div>p{
    margin:0px 0 0px 0 ;
}
.order-block{

    background-color: orange;
}
.order-block-first>p{
    padding:5px 10px 5px 10px;
}
.red{
    background-color:red;
}
.gray{
    background-color:gray;
}
.auth>div>input{
padding: 10px;
margin: 10px 0;
    width:100%;
    min-width: 100%;
}
.preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: floralwhite;
    z-index: 1000;
    opacity: 50%;
}
.preloader_img{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    z-index: 1001;
width:300px;


}
.orders-switcher{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}

.orders-switcher-1 {
    width: 50%;
    text-align: center;
    color: white;
    display: flex;
    margin: 0 10px;
    cursor: pointer;

}
.orders-switcher-1 input{
    cursor: pointer;
}