
@CHARSET "UTF-8";
.g-div-body{
	margin-top: 10px;
	border: solid 1px #f1f1f1; 
	width: 97%; 
	margin-left: 1%; 
	padding: 0;
	min-height:400px
}
.m-div-head{
	line-height: 40px; 
	height: 40px; 
	font-size: 18px; 
	color: rgb(77, 136, 202); 
	text-align: left; 
	padding-left: 50px; 
	cursor: pointer; 
	border-bottom: 1px solid rgb(226, 226, 226);
}
.m-div-body{
	padding-left:60px;
	margin-top:10px;
	text-align:left;
}
.u-select{
	width:10%;
	margin-left:4px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.u-input{
	width:5%;
	margin-left:4px;
	margin-right:4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}
.m-div-button{
	border-top: solid 3px #417dc3;
	text-align:right;
	padding:0;
}
.table > tbody > tr >td{
	border-bottom: dashed 1px #dddcdc;
}
#scrTbody > tr > td{
	border-top: dashed 1px #dddcdc;
}
/*
.m-table-border td{
	border-bottom: dashed 1px #dddcdc;
    height: 36px;
    padding: 0 10px;
}
*/
/*
tbody tr:nth-child(odd){background:#f8f8f8;}
tbody td:nth-child(even){color:#ffffff;}
*/

#fdcf_modal_constract_1{
	width: 15%;right: 0;top: 10%;position:fixed;
	border-style: solid;border-width: 15px 1px 1px 1px;border-color: #337ab7;
	background-color: white;
}

.constract_div{
	border-bottom: 1px solid #337ab7;padding: 5px
}

.constract_child_div{
	margin-bottom: 7px;
}