body{
#background-image: url("/img/background.jpg");
 padding: 0px;
 margin: 0px auto;
 font-family:'Poppins', sans-serif;
}

*{
    box-sizing: border-box; 
}
/*
.wraper{
    max-width: 1480px;
    min-width: 360px;
    margin: 1px auto;
    height: 100%;
    overflow-x: hidden;
}
*/
header{
font-family: Cuprum, Arial, Helvetica, sans-serif;
width: 99%;
background: rgb(57, 72, 87);
margin: 0 auto;
}
.navbar-inverse{
    background: 
}

.dws-menu-log*{
 margin: 0;
 padding: 0;
}
.dws-menu-log ul,
.dws-menu-log ol{
 list-style: none;
}
.dws-menu-log > ul{
 display: flex;
 justify-content: right;
}

.dws-menu-log > ul li{
 position: relative;
 border-right: 1px solid #c7c8ca;
}

.dws-menu-log > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}
.dws-menu-log > ul li a{
     display: block;
    background: rgb(16, 16, 16);
    background: -moz-linear-gradient(top, rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%);
    background: -webkit-linear-gradient(top, rgba(201,201,201,1) 0%,rgb(14, 14, 14) 2%,rgb(10, 11, 12) 98%,rgba(117,117,119,1) 100%);
    background: linear-gradient(to bottom, rgb(14, 14, 14) 0%,rgb(121, 121, 121) 2%,rgb(34, 39, 47) 98%,rgb(7, 7, 216) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 );
    padding: 15px 30px 15px 40px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.dws-menu-log li a:hover{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e1e5+0,454547+2,454547+98,e0e1e5+100 */
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(224,225,229,1) 0%, rgba(69,69,71,1) 2%, rgba(69,69,71,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */

 color: #ffffff;
 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu-log li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu-log li > ul li{
 border: 1px solid #c7c8ca;
}
.dws-menu-log li > ul li a{
 padding: 10px;
 text-transform: none;
 background: rgba(14, 14, 14, 0.86);
}
.dws-menu-log li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu-log li:hover > ul{
 display: block;
}
.dws-menu-log li a:visited{
    background-size: rgba(112, 106, 106, 0.7);
}
.dws-menu{
    position: relative;
	z-index: 100;
}
.dws-menu-log{
    position: absolute;
    right: 0px;
}


/*#menu_login{
    background: #394857 ;
}*
#menu_login:hover{
 background:  rgba(36, 43, 49, 0.88) !important ;  
}

*/









.dws-menu *{
 margin: 0;
 padding: 0;
}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content: left;
}
.dws-menu > ul li{
 position: relative;
 border-right: 1px solid #c7c8ca;
}
.dws-menu > ul li:first-child{
 border-left: 1px solid #b2b3b5;
}
.dws-menu > ul li:last-child{
 border-right: 1px solid #babbbd;
}
.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}
.dws-menu > ul li a{
     display: block;
    padding: 15px 30px 15px 40px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.dws-menu li a:hover{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e1e5+0,454547+2,454547+98,e0e1e5+100 */
 background: rgb(32, 39, 45); /* Old browsers */
 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */

 color: #ffffff;
 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu li > ul li{
 border: 1px solid #c7c8ca;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
 background: rgb(38, 39, 40);
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}
.dws-menu li a:visited{
	background-size: rgba(112, 106, 106, 0.7);
}
.S_Out { 
    background: #905050 !important;
    position: relative;
}
.S_Out:hover{
  background: #5a0707 !important;
}


/*------------------- login --------------------*/

.container_login{
 width:400px;
 background-color: rgba(24, 33, 52, 0.7);
 margin: 0 auto 0 auto;
 text-align: center;
 box-shadow: 0 -5px 0 rgb(144, 80, 80);
 padding-bottom: 20px;
 z-index:		50;
}
.container_login img{
 width:120px;
 height:120px;
 margin: -60px 0 30px 0;
 border: 5px solid #1a394f;
 border-radius: 50%;
 box-shadow: 0 -5px 0 rgb(144, 80, 80);
}

.dws-caption input[type="text"] {
 #width: 300px;
 height:50px;
 font-size: 20px;
 margin-bottom: 25px;
 border-radius: 4px;
 border-color: 	red;
 color: 		black !important;
 text-align: center;
}
.dws-new-class {
 #width: 300px;
 height:50px;
 font-size: 18px;
 margin-bottom: 25px;
 border-radius: 4px;
 padding-left: 40px;
 color: white;
}
.dws-input_login input[type="text"] /*,input[type="password"]*/{
 width: 300px;
 height:50px;
 font-size: 18px;
 margin-bottom: 25px;
 border-radius: 4px;
 padding-left: 40px;
}
.dws-input_login input:hover{
 box-shadow: 0 0 6px 3px rgba(58, 219, 253, 0.35);
}
.dws-submit_login {
 padding: 13px 30px;
 margin: 5px 0 20px 0;
 font-size: 15px;
 color: #fff;
 background-color: rgb(144, 80, 80)!important;
 border: none;
 border-bottom: 4px solid rgba(142, 38, 38, 0.88);
 cursor: pointer;
}
.dws-submit_login:hover{
 transition: all 0.5s;
 background: rgba(142, 38, 38, 0.88);
 color: #2c536c;
}

.dws-input_login::before{
 font-family: "FontAwesome";
 content: "\f007";
 position: absolute;
 font-size: 30px;
 padding: 5px 0 0 11px;
 color: #2c536c;
}
.dws-input_login:nth-child(2)::before{
content: "\f023";
}
.dws-input_login:hover::before{
 color: #319ebc;
 transition: all 0.3s;
}
.dws-social_login i{
 color: #fff;
 font-size: 20px;
 width: 20px;
 padding: 10px;
}
.dws-social_login i:hover{
 background-color: #fff;
 color: #1a394f;
 border-radius: 5px;
 cursor: pointer;
}

#userName{
    position: absolute;
    top: 13px;
    color: rgb(165, 93, 93);
    left: -140px;
    border: none;
    text-shadow: 0px 0px 37px rgba(206, 186, 186, 0.48);
    font-size: 22px;
    top: 10px;   
}


/*--------------------id_rows_caption---------------------------*/

#idTable{
    display: block;
	bottom: 150px;
}

#main_div{
    width: 100%;
    margin: auto;
 #   margin: 20px auto;
}
table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
}
table td{
border: 1px solid #e3e0e0 !important;
text-align: center!important;
/*padding: 5px !important;*/
}

 table th{
border: 1px solid #e3e0e0 !important;}

 #idTable table tr:nth-child(2n){
    background: #c9c9c9;
 }
 #idTable table td{
    padding: 5px;
 }


.one_order .row{
 	margin: 20px 15px!important;
 }


 .form-inline .form-group{
	margin: 2px 15px!important;
  }

 .col-md-8 .btn-primary{
 	margin: 2px 14px;
 }


 .table_td{
	text-align: center;
}

.table_td th{
	text-align: center;
}
.table_td{
	border:2px solid  #c5bdbd;
	margin-top: 10px;
}



.table_td>tbody>tr>td>input{
	box-shadow: 1px 2px 6px rgba(27, 28, 27, 0.5);
background: rgba(227, 229, 231, 0.8);
height: 30px;
width: 70%;
border: none;
border-radius: 5px;
padding: 5px;
}

.table-bordered{
    border: 1px solid #e3e0e0!important; 
    background: #fff!important;
    box-shadow: 4px -2px 7px #687182!important;
}

.table-bordered > thead > tr > th{
       border: 1px solid #000!important; 
} 
.table-bordered > thead > tr > td{
       border: 1px solid #e3e0e0!important; 
}

.my_col-md>input{
    float: right!important;
    width: 60%!important;
    height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background: rgba(227, 229, 231, 0.8);
border-radius: 5px;

box-shadow: 1px 2px 6px rgba(27, 28, 27, 0.5);
margin: 6px auto;
border: none;

} 


.my_col-md select{
    float: right!important;
    width: 60%!important;
    height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background: rgba(227, 229, 231, 0.8);
background-image: none;
border-radius: 5px;
box-shadow: 1px 2px 6px rgba(27, 28, 27, 0.5);
margin: 6px auto;
border: none;

} 

#id_curorder{
    margin-bottom: 30px!important;
}

/*.navbar-inverse{
    background: #394857!important;
    border-color: #394857!important;
}*/


#id_rows_caption table{
    background: #fff;
}

#div_cars{
    background: #fff!important;
    padding: 10px!important;
    box-shadow: 4px -2px 7px #687182!important;
}


.table_td{
    border-left: none !important;
    border-right: none !important;
}