html,body{height:100%;}

.content_box_m{
	position:relative;
	width:100%;
	background:#ffffff;
	padding:15px 10px;
	box-sizing:border-box;

}
.content_title_m{
	font-size:18px;color:#2a4071;font-weight:bold;margin-bottom:15px;border-left:4px solid #2a4071;padding-left:10px;
}

.header_sub_menu_m {
	position: absolute;
	top: 70px;
	right:-100%;
	width: 70%;
	padding-top:40px;
	padding-left:40px;
	height:calc(100% - 70px);
	z-index: 9;
	overflow: hidden;
	background:rgba(0,51,102,0.98);
	transition:right 0.3s;
}
.view_m{
	right:0;
}
.menu_box_m {
    clear:both;
    box-sizing: border-box;
    padding-top: 10px;
}

.menu_list_m {
    display: block;
    text-align: left;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    line-height: 30px;
	font-size:14px;
	height:0;
	overflow:hidden;
	transition:all 0.3s;
}
.menu_list_t{
	font-size:18px !important;
	height:30px;
	margin-top:10 !important;
	margin-bottom:0 !important;
}

.menu_list_m:before{
	content:' - ';
}
.menu_list_t:before{
	content:'';
}
.menu_list_m:first-child{
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-1px
}




.gTable2 {border-collapse:collapse;border-spacing:0px;width:100%;}
.gTable2 th {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-weight:600;
	font-size:12px !important;
	background:#f9f9f9;
	text-align:left;
	padding:0px 0px 0px 5px;
	letter-spacing:-1px;
}

.gTable2 th:first-child{
	border-left:0px;
}

.gTable2 th:last-child{
	border-right:0px;
}

.gTable2 td {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-size:12px !important;
	padding:5px 10px;
}

.gTable2 td:first-child{
	border-left:0px;
}

.gTable2 td:last-child{
	border-right:0px;
}

.gTable2 td.h{
	height:20px;
}

.gTable2 td table td{
	border:0px;
	padding:0px;
	height:10px;
}

.gTable2 td input[type="text"],.gTable2 td input[type="password"]{
	padding:0px 0px 0px 5px;
	height:30px;
	border:1px solid #bbb;
}

.gTable2 select{height:30px;}

