/*body{ min-width: 600px; }*/


.fl{ float: left; }
.fr{ float: right; }
.view_page .panel-title{ font-weight: bold; }
.view_page small{margin-top: 5px; }
.pd-t2{ padding-top: 2px!important; }
#pop-layer{
	display: none;
  	position: absolute;
  	top: 0%;
  	left: 0%;
  	width: 100%;
  	height: 100%;
  	background-color: #000000;
  	opacity: 0.4;
  	z-index: 999;
}


#pop_div{
	position: absolute; 
	z-index: 9999; 
	display: none;
	background-color: #ffffff;
	overflow: hidden;
}

.pop_content_div{
	padding: 40px 40px;
}

/* list_page */
.list_page .table-hover th, .list_page .table-hover td{
	text-align: center;
}

/* .view_page.survey */
.origin_div{
	display: none;
}

.view_page.survey .all_td{
	padding: 12px 20px;
}

.view_page.survey .exam_div { 
	margin: 10px 0 5px 0; 
	height: 36px; 
}


.view_page.survey .exam_div input[type="text"]{ 
	float: left; 
	width: 90%; 
}

.view_page.survey .exam_div .btn-danger{ 
	float: right; 
	text-align: right; 
}

.view_page.survey .heading-elements{
	padding-top: 10px;
}

.view_page.survey .heading-elements i{
	cursor: pointer;
}

.view_page.survey .heading-elements .del_panel{
	margin-left: 3px;
}


.office_info_div .t, .office_info_div .s{
	width: 200px;
	float: left;
	margin-right: 10px;
	height: 36px;
	line-height: 36px;
}

.office_info_div .t{
	width: 60px;
	font-weight: bold;
}

.office_info_div .s{
	padding-right: 20px;
}

/* .view_page.event */
.view_page.event .item_td .i_div{
	margin: 13px 0;
}

.view_page.event .item_td .i_div div{
	font-size: 14px;
	margin: 3px 0;
}

.view_page.event .item_td .i_div div:first-child{
	font-weight: bold;
}


.top_result_div{
	margin-top: 20px;
	height: 340px;
}

.top_result_div .fl, .top_result_div .fr{
	width: 49%;
	height: 280px;
}

.top_result_div .fl .panel{
	height: 280px;
}



.top_result_div .fl table tr td, .top_result_div .fl table tr th{
	height: 130px;
	/*line-height: 110px;*/
	text-align: center;
	font-weight: bold;
}

.top_result_div .fl table tr th{ font-size: 16px; }
.top_result_div .fl table tr td{ font-size: 22px; }


.top_result_div .fr .chart_panel{
	padding: 10px 0;
}

.top_result_div #cnt_unprocessed{ color: #f95943; }
.top_result_div #cnt_progress{ color: #fc9823; }
.top_result_div #cnt_complete{ color: #00c1a5; }

.chart #search_title{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.chart #search_date{
	color: #7a7a7b;
	margin-top: 5px;
	font-size: 15px;
	text-align: center;
}

.btn-success{
	background-color: #00c1a5!important;
    border-color: #00c1a5!important;
}

.btn-success:hover, .btn-success:active{
	background-color: #26a69a!important;
    border-color: #26a69a!important;
}


.relative{ position: relative; }


.pop-layer {display:none; position: absolute; top: 50%; left: 50%; width: 410px; height:auto;  background-color:#fff; border: 5px solid #3571B5; z-index: 10;}	

a.cbtn {display:inline-block; height:25px; padding:0 14px 0; border:1px solid #304a8a; background-color:#3f5a9d; font-size:13px; color:#fff; line-height:25px;}	
a.cbtn:hover {border: 1px solid #091940; background-color:#1f326a; color:#fff;}
textarea{ resize: none; }
