@charset "utf-8";
/* CSS Document */
.search-control{
	width:100%;
	height:70px;
    /*position:fixed;*/
	background-color: #FF9900;
	margin:8px 0px;/*98*/
	clear:both;
}
.search-contend{
	background:#F3F9F5;
	background-image: url(../img/bg/bg.png);
	margin-top:10px;
	}
.search-contend .search-title{
	width:100%;
	height:30px;
	background-color: #FF9900;
	font-size:20px;
	padding:10px 90px;
}
.row{
	width:100%;
	margin:0 auto;
	clear:both;
	}
.col-sm-2,.col-sm-8,.col-sm-3,.col-sm-4,.col-sm-6{
	float:left;
	}
.col-sm-8{
	width:70%;
	}
.col-sm-3{
	width:23%;
	margin:5px;
	padding:5px;
	}
.col-sm-4{
	width:31%;
	margin:5px;
	padding:5px;
}
.col-sm-6{
	width:47%;
	margin:5px;
	padding:5px;
}
.col-sm-2{
	width:29%;
	background-color:rgba(236, 82, 152, 0.94);
	margin-top:-10px;
	height:70px;
	padding:0px;
	border-left:7px solid #fff;
	}
.col-md-3,.col-md-1{
	float:left;
	padding:0px 2px 0px 5px;
	min-height: 1px;
	}
.col-md-12{
	width:100%;
	}
.col-md-3{
	width:25%;
	}
.col-md-1{
	width:15%;
	}
.control{
	border: 1px #d9d9d9 solid;
	width: 100%;
	height: 30px;
	padding: 3px;
	font-size:16px;
	}
.btn.btn-primary{
	background-color: #3c8dbc;
	border-color: #367fa9;
}
.btn.btn-success{
	background-color:#6CBD44;
	box-shadow:none;
}
.btn.btn-warning{
	background-color: #f39c12;
	border-color: #e08e0b;
}
.btn{
	width:100%;
	height:100%;
	display: inline-block;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	margin:0px;
	padding:0px;
	border:#fff;
	color:#fff;
}
.search-result{
	width:100%;
	height:40px;
	background-color:rgba(132, 11, 215, 0.63);
	margin: 45px 0px 0px 0px;/*45*/
}
.search-result .title{
	font-size:16px;
	padding:10px;
	}
.search-result .note{
	position:absolute;
	right:20;
	margin-top:-28px;
	font-size:14px;
	}
.img_e{
	content:url(../img/globe.png);
	padding: 0px 5px;
}
.table-result{
	border-bottom: 1px solid rgba(18, 73, 81, 0.18)
	background:#F3F9F5;
	background-image: url(../img/bg/bg.png);
}
.contend ul{
	margin:0px;
	padding:5px;
	}
.contend li{
	list-style:none;
	}
.contend .cvhs{
	color:#28A6B8;
}
.th1,.th2,.th3,.th4,.th5{
	height:30px;
	text-align:center;
	font-size:14px;
	padding-top:6px;
	}
.row .th1{
	background-color: #D24726;
	}
.row .th2{
	background-color: #FF9900;
	}
.row .th3{
	background-color: #99B433;
	}
.row .th4{
	background-color: #DA52A7;
	}
.row .th5{
	background-color: #23C1E5;
	}
.one,.two{
	color:#000;
	border-top:1px solid #CCC;
	clear:both;
	}
.shs{
	background-color: #FFEAB3;
	color: #585858;
	font-weight:bold;
	margin-bottom: 3px;
	}
.label{
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;	
	display: inline-block;
	font-size: 100%;
	padding: 1px 3px;
	}
.stt{
	background-color: #8CC1FD;
	color:#fff;
	border-radius:10px 10px 10px 0px;
	padding:1px 6px;
	font-weight: bold;
	text-align: center;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6, col-7{
		float:left;
	}
	.col-1{
		width:5%;
	}
	.col-2{
		width:16%;
	}
	.col-3{
		width:27%;
	}
	.col-4{
		width:32%;
	}
	.col-5{
		width:20%;
	}
	.col-6{
		width:50%;
		}
	.col-7{
		width:70%;}
	.gray{
		background:#E9F0EC;
	}
.contend{
	color:#300;
	background:#F3F9F5;
	background-image: url(../img/bg/bg.png);
}
.tkq li{
	padding:10px;
	list-style-type: circle;
	}
.tkq{
	position:absolute;
}
.tkq a{
	position:absolute;
	color:#fff;
	z-index:1000;
	}
.fill{
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.6;
	position:fixed;
	z-index:1010;
	display:none;
}
.loading_1{
	width:64px;
	height:64px;
	z-index:1011;
	margin-left:45%;
	margin-top:15%;
	position:fixed;
	background:url(../img/loading.GIF) no-repeat;
	opacity:0.8;
	display:none;
	}
.loading_2{
	position:fixed;
	z-index:1002;
	height:100px;
	width:100%;
	bottom:0;
	background:#000 url(../img/loader_2.GIF) no-repeat 48% 4px;
	display:none;
	background-color:rgba(203, 185, 185, 0.6);
}
ul.tkq li.ds, b.dskq{
	cursor:pointer;
}
ul.tkq li.ds:hover{
	font-weight:bold;
	margin-left:10px;
}
.table-top{
	position:fixed;
	top:0;
}
/*CSS gop y*/
.mgopy{
	width:87%;
	margin:10px auto;
	background-color:#D37BF5;
	opacity:0.7;
	height:550px;
}
.h{
	height:480px;
	border-radius:4px;
}
.mgopy .title{
	font-size:24px;
	font-weight:bold;
	background:url(../img/icons/sms.png) no-repeat;
	padding:5px;
}
.mgopy .title{
	padding:0px 50px;
}
.mgopy .contend span{
	color:red;
	font-size:14px !important;
	vertical-align: top;
}
.mgopy .contend label{
	font-size:24px;
	display:table;
	}
.mgopy .contend input,.mgopy .contend textarea,.mgopy .contend select{
	height:36px;
	font-size:16px;
	width:90%;
}
.mgopy .contend textarea{
	height:141px !important;
}
.mgopy .contend label img{
    margin-top: -25px;
    margin-left: 10px;
    height: 55px;
    width: 352px;
    position: absolute;
	}
.mgopy .contend label ._refresh{
	background:url(../img/icons/refresh.png);
	width:32px;height:32px;
	position:absolute;
	margin: -45px 0px 0px 490px;
	opacity:0.8;
}
.mgopy .contend .error{
	color:red;
	position: absolute;
  	margin: -4px 12px;
	display:none;
	}
.outer{
	height:800px;
	width:100%;
}
/*._fill{
	height:800px;
	width:100%;
	background:#c0c0c0;
	opacity:0.7;
	z-index:10;
	position:fixed;
	display:none;
}*/
._fill{
	position:fixed;
	z-index:1002;
	height:100%;
	width:100%;
	background:#000 url(../img/loader_2.GIF) no-repeat 48% 300px;
	background-color:rgba(203, 185, 185, 0.6);
	display:none;
	}
.mgopy .control{
	display:block;
}
.mgopy .complite .notice,.mgopy .complite .question{
	font-size:18px;
	padding:0px 15px;
}
.mgopy .complite .notice{
	color:#06F;
}
.mgopy .complite .question{
	color:#900;
	}
.mgopy .complite{
	height:220px;
	display:none;
	}
.btton{
	position:fixed;
	z-index:1000;
	background:#03C;
	height:50px;
	width:150px;
}
/* CSS bat so*/
.wrap .o-tron-in{
	background:#F00;
	/*border-radius:8vh;*/
	/*padding: 2.5px;*/
	margin: 2px;
	/*width:90px;
	height:90px;
	border-radius:60px;*/
	display: table;
	}
.o-tron-in p{
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size: 1.5vh;
	display: table-cell;
	vertical-align: middle;
	}
.wrap .o-tron-out{
	float:left;
	background:rgba(201, 215, 214, 0.79);
	border:3px solid #F00;
	/*width:12vh;*/
	/*height:12vh;*/
	/*border-radius:10vh;*/
	/*width:100px;
	height:100px;
	border-radius:80px;*/
	}
.wrap .o-content{
	/*height:10vh;*/
	background:rgba(46, 146, 231, 0.31);
	width:90%;
	/*padding:0.5vh;*/
	/*margin-top: 1.5vh;*/
  	/*margin-left: 2vw;*/
  	border-radius: 0px 45px 45px 0px;
  	border: 1px solid;
	z-index:-1;
}
.wrap{
	background:rgba(207, 229, 169, 0.47);
	margin:10px 10px 0px 10px;
	min-height:550px;
	border-radius:5px;
	}
.wrap .title{
	color: #F92C5B;
	background:rgba(207, 218, 189, 0.38);
	padding: 5px;
	font-weight: bold;
	font-size: 32px;
	text-align:center;
	border-radius:5px 5px 0px 0px;
	}
.wrap .o-content .bs{
	color:#F00;
	position: absolute;
  	margin: 0px 50px;
  	font-size: 16px;
  	font-weight: bold;
	}
.wrap .o-content .ten-36{
	font-size:36px;
	margin:10px;
}
.wrap .o-content .ten-24{
	font-size:24px;
	margin:10px;
}
.wrap .o-content .ten-16{
	font-size:16px;
	margin-left:2px;
}
.wrap .o-content .ten-14{
	font-size:14px;
	margin-left:2px;
}
.clear{
	clear:both;
}
.note{
	text-align: center;
    font-size: 18px;
    color: #6e3fec;
}

#hoten{
	margin-left: 5%;
	height: 30px;
	width: 90%;
	font-size: 20px;
}

#dialog-form{
	overflow: hidden;
}

