﻿body {
	font-family: Arial;	
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight:bold;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	width: 100%;
    height: 35px;
    padding: 0 5px;
    font-size: 14px;
   /* border-radius: 4px;*/
    color:  white;
    background-color: #5ba331;
    border-color: #d9d9d9;	
}

.ant-btn2 {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight:bold;
    white-space: nowrap;
    text-align: left;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	width: 100%;
    height: 35px;
    padding: 0 5px;
    font-size: 14px;
   /* border-radius: 4px;*/
    color:  white;
    background: #25508a;
    border-color: #d9d9d9;	
}

.ant-btn1 {
    line-height: 1.499;
    position: relative;
    display: inline-block;
   
    white-space: nowrap;
    text-align: left;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	width: 100%;
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
   /* border-radius: 4px;*/
    color:  black;
    background-color: #f7f5f5;
    border-color: #fff;	
	
}

.ant-btn1:hover{
    color: #e62129;
}

.ant-btn-red1 {
    color: white;
	background: #25508a;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.045);
    box-shadow: 0 2px 0 rgba(0,0,0,0.045);
	
}

.ant-btn-red1:hover{   
	text-decoration:underline;
	
}

.ant-btn-red2:hover{   
	text-decoration:underline;
	
}

.ant-btn-red2 {
    color: black;
	background: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.045);
    box-shadow: 0 2px 0 rgba(0,0,0,0.045);
	
}

.btn {
    display: inline-block;
    width: 140px;
    height: 30px;    
    text-align: center;
    line-height: 10px;
    color: #FFFFFF;
    font-size: 12px;
	font-weight:bold;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer;	
	background-color: #b91c22;
	border: solid 1px #b91c22;
	font-family: Verdana;
	margin-right: 20px;	
}

.btn:hover{    
	
    border: solid 1px #25508a;
    color: #000000;
    background: #FFFFFF;
}

        th, td {
            /*border: 1px solid #111;*/
            border-left: 0;
            border-top: 0;
            padding: 5px;
        }
		
        .level1 {
            padding-left: 20px;
        }

        .level2 {
            padding-left: 40px;
        }
		
		.level3 {
            padding-left: 40px;
			width: 100px;
        }
		
        span.down {
            display: inline-block;
            width: 0;
            height: 0;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            border-top: 8px solid #000;
        }

        span.right {
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 8px solid #000;
        }
		
		
.order_table_box {
    width: 84%;
    margin-bottom: 30px;
}

.order_table_box th {
    border-top: 1px solid #f7f5f5;
    height: 25px;
    color: #d7484c;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

.order_table_box th::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #ffffff;
}

.order_table_box td {
    /*text-align: center;*/
    font-size: 12px;
    color: #000000;
    height: 25px;
}

.order_table_box .tab_cor1 {
    color: #666666;
}

.order_table_box tr:nth-child(odd) {
    background-color: #f6f7fa;
}

	
		
tr.over td{
	background-color: #b2e1ff;
}

tr:nth-child(2n+1){	
 background-color: white;       
}

.file_up:hover{    
	
    border: solid 1px #25508a;
    color: #000000;
    background: #FFFFFF;
}

.file_up {
    display: block;
    width: 180px;
    height: 38px;
    background-color: #b91c22;
	border: solid 1px #b91c22;
    font-size: 12px;
    color: #ffffff;
    outline: none;
    position: relative;
    text-align: center;
    line-height: 38px;

}

.file_up input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.progress{
	width: 330px;
	height: 30px;
	background: white;
	position: relative;
}
.info{
	width:0px;
	height: 30px;
	background: #ec5710;
	position: absolute;
	left: 0;
	top: 0;
}

input {
    box-sizing: border-box;
	margin-left:5px;
	height: 35px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;padding-left: 10px;  
	outline-color:#59befc;
	font-family: Verdana;	
	color: #284b53;
}

textarea {	
	border-radius: 4px;
	border: solid 1px #e5e5e5;padding-left: 10px;  color: #284b53;
	outline-color:#59befc;
	margin-left:5px;
	font-family: Verdana;
	
}

.UnitsSelect{
	
    height: 35px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    
    box-sizing: border-box;
    outline-color: #59befc;
    color: #284b53;
	
	border-radius: 4px;
	padding-left: 10px;
	margin-left:5px;
}

select {	
   
    height: 35px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    
    box-sizing: border-box;
    outline-color: #59befc;
    color: #284b53;
	
	border-radius: 4px;
	padding-left: 10px;
	margin-left:5px;
}
