@charset "utf-8";
/* CSS Document */
#title_image {
	background-image:url(../images/tests/blocks/title_tests.jpg);
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#title_image .word {
	width:100%;
	padding:1em;
	text-shadow:0 0 0.6em #333;
	text-align:center;
	color:#FFF;
	display:inline-block;
}
#title_image .word .ch {
	font-size:2.4em;
	letter-spacing:0.2em;
	text-shadow:0 0 8px #999,0 0 8px #999,0 0 8px #999;
}
#title_image .word .en {
	text-shadow:0 0 6px #666,0 0 6px #666,0 0 6px #666;
}
#filter {
	font-size:0.8em;
	color:#333;
	width:100%;
	background-color:#EEE;
	padding:10px 6px;
}
#filter .keyword {
	width:160px;
	position:relative;
	display:table;
	border-collapse:separate;
	float:right;
}
#filter .keyword .form-control:first-child {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
#filter .keyword .form-control {
	height:26px;
	position:relative;
	padding:5px;
	font-size:0.8em;
	display:table-cell;
	z-index:2;
	float:left;
	width:100%;
	margin-bottom:0;
	color:#555;
	background-color:#EEE;
	background-image:none;
	border:1px solid #666;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	outline:none;
}
#filter .keyword button {
	appearance:button;
	-moz-appearance:button;
	-webkit-appearance:button;
	margin:0;
	height:26px;
	text-transform:none;
	overflow:visible;
	outline:none;
}
#filter .keyword .btn {
	position:relative;
	font-size:0;
	white-space:nowrap;
	width:1%;
	vertical-align:middle;
	display:table-cell;
}
#filter .keyword .btn>.btn-default {
	display:inline-block;
	padding:1.5px 3px;
	margin-bottom:0;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border-radius:4px;
	background-color:#EEE;
	border:1px solid #666;
	position:relative;
}
#filter .keyword .btn>.btn-default:hover {
	background-color:#DDD;
}
#filter .keyword .btn .btn-right {
	z-index:2;
	margin-left:-1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
#filter .keyword .glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
#filter .selectBlock {
	text-align:right;
	margin-bottom:8px;
}
#filter select {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-repeat:no-repeat;
	background-position:98%;
	background-size:0.8em;
	border:1px solid #666;
	color:#555;
	background-color:#EEE;
	background-image:url(../images/common/icon_select01.png);
	width:30%;
	margin-left:2px;
	padding:0.2em;
}
#filter input, #filter input:focus, #filter input:active, #filter select, #filter select:focus, #filter select:active{user-select:text;}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	#filter select:focus, #filter input:focus {
		font-size:16px !important;
	}
}
#resultDiv {
	width:100%;
	padding-right:5px;
    padding-left:5px;
}
#resultDiv table {
	width:100%;
	border-collapse:collapse;
	border:3px solid #65A2DC;
}
#resultDiv table tr th {
	height:32px;
	font-size:16px;
	color:#FFF;
	background-image:url(/pastexam/images/bg.gif);
	border-right:1px solid #FFF;
}
#resultDiv table tr:hover {
	background-color:#FF9;
}
#resultDiv table td, th {
	color:#333;
	border:1px solid #65A2DC;
}
#resultDiv table tr td {
	font-size:14px;
	padding:4px;
}
#resultDiv table tr td span.btn_test a {
	background-image:url(../images/tests/common/btn.goTest.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
	text-indent:-1000px;
	white-space:nowrap;
	display:block;
	height:15px;
	width:63px;
	overflow:hidden;

}
#resultDiv table tr td span.btn_test a:hover {
	opacity:0.9;
}
#pageBlock {
	width:100%;
	background-color:#EEE;
}
#pageBlock .block {
	width:100%;
	padding:3px 6px;
}
#pageBlock .block .info {
	margin-top:5px;
	font-size:13px;
	float:left;
}
#pageBlock .block .btn {
	float:right;
}
#pageBlock .block .btn ul li {
	width:28px;
	height:28px;
	border:1px solid #FFF;
	margin-left:4px;
	float:left;
}
#pageBlock .block .btn ul li.first {
	background-image:url(../images/tests/common/icon_firstpage.png);
	cursor:pointer;
}
#pageBlock .block .btn ul li.first:hover {
	border:1px solid #900;
}
#pageBlock .block .btn ul li.firstNull {
	background-image:url(../images/tests/common/icon_firstpagenull.png);
	cursor:none;
}
#pageBlock .block .btn ul li.pre {
	background-image:url(../images/tests/common/icon_prepage.png);
	cursor:pointer;
}
#pageBlock .block .btn ul li.pre:hover {
	border:1px solid #900;
}
#pageBlock .block .btn ul li.preNull {
	background-image:url(../images/tests/common/icon_prepagenull.png);
	cursor:none;
}
#pageBlock .block .btn ul li.next {
	background-image:url(../images/tests/common/icon_nextpage.png);
	cursor:pointer;
}
#pageBlock .block .btn ul li.next:hover {
	border:1px solid #900;
}
#pageBlock .block .btn ul li.nextNull {
	background-image:url(../images/tests/common/icon_nextpagenull.png);
	cursor:none;
}
#pageBlock .block .btn ul li.last {
	background-image:url(../images/tests/common/icon_lastpage.png);
	cursor:pointer;
}
#pageBlock .block .btn ul li.last:hover {
	border:1px solid #900;
}
#ad_word {
	width:100%;
	padding:0 5px 7px;
}
#ad_word ul li {
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	line-height:28px;
}
#ad_word ul li a {
	color:#333;
}
#ad_word ul li a:hover {
	color:#03C;
}