/* AIR BAN */

#button-search {
	text-align: center;
	padding: 0 0 39px;
	width: 263px;
	margin: 20px 0 0;
	float: left;
}

#button-search .agree {
	text-align:left;
	color: #696;
	cursor:pointer;
}

#button-search .agree .label {
	display: inline-block;
	vertical-align: middle;
	width: 232px;
}

.checkbox {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 2px solid #696;
	border-right: 2px solid #696;
	border-bottom: 2px solid #696;
	border-left: 2px solid #696;
	box-shadow:1px 1px 1px 0px #696;
	vertical-align: middle;
}

.checked .checkbox {
	background: transparent url(../images/design/checked.png) no-repeat 50% 50%;
}

#search-ban {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	position: relative;
	text-decoration: none;
}

#search-ban .label {
	background: #7a9d67 url(../images/design/glass.png) no-repeat 0 0;
	padding: 0 0 0 63px;
	width: 200px;
	height: 76px;
	display: table-cell;
	vertical-align: middle;
	
	*display: block;
	*position: relative;
}

#search-ban .label .inner {
	*position: absolute;
	*top: 50%;
	*left: 73px;
	*width: 180px;
}

#search-ban .label .innerinner {
	*position: relative;
	*top: -50%;
}

#search-ban .plane {
	display:inline-block;
	*display: block;
	*margin-top: -2px;
	width: 263px;
	height: 64px;
	background: #6b9256 url(../images/design/plane.png) no-repeat 0 0;
}

#search-ban .arrow {
	position: absolute;
	top: 130px;
	*top: 131px;
	left: 93px;
	width: 78px;
	height: 14px;
	background: #f00 url(../images/design/arrow-box.png) no-repeat 0 0;
	
}

.info-box {
	float: right;
	margin: 20px 0 26px;
}

.info-box .inner {
	padding: 26px;
	background: #f6f6f6;
	width: 394px;
}

.info-box .inner p {
	line-height: 1.2em; 
}

.shadow {
	background: #fff url(../images/design/shadow.png) no-repeat 50% 100%;
	width: 442px;
	height: 16px;
}



.info-box h5 {
	margin: 0 0 14px;
	font-size: 18px;
}

.modes .info-box h5 {
	color: #696;
}


/*
	TABLE RESULTS
*/

#ban {
	margin-top: 25px;
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	padding: 14px;
	color: #9b9b9b;
	font-size:14px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}

#ban.active {
	color: #000;
}

#ban + p {
	margin: 2px 0 0 18px;
}

#results {
	padding: 34px 0 0 0;
}

.js #results {
	padding: 0 0 0 0;
}

#no-results {
	font-size: 15px;
    margin-top: 33px;
	background: #f9f9f9;
	padding: 14px;
	border: 1px solid #e6e6e6;
}

#no-results p {
	color: #cb5c5e;
	margin:  25px 0 0;
	font-weight: bold;
}

#no-results p:first-child {
	margin: 0;
}

.results {
	border: 1px solid #9c9;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto 25px;
}

	.js .results {
		margin: -5px auto 0;
	}

.caption {
	margin: 22px 0 18px;
	color: #000;
}

.caption.cloned {
	display: block;
	margin: 17px 0;
	width: 100%;
}

.caption {
	display: table-cell;
	*display:inline-block;
	height:34px;
	line-height:16px;
	vertical-align:middle;
	margin: 0 20px 0 0;
	/*padding: 0 0 0 30px;*/
	background-position: 0 50%;
	background-repeat:no-repeat;
	background-color:transparent;
}

.banned, .restriction, .expand {

	padding: 0 5px 0 30px;

}

.results th {
	background-color: #6b9256;
	padding: 14px 10px;
	vertical-align: top;
}

.results .odd {
	background-color: #e6e6e6;
}


.results .even {
	background-color: #fff;
}

#layout .results th h2 {
	color: #fff;
	font-size: 16px;
	 text-shadow: 0px 0px -1px #dee7d4;
	margin: 0 30px 0 0;
	width: 190px;
	float: left;
	line-height: 20px;
}

.results th p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	line-height: 20px;
	overflow: hidden;
}

.banned { background-image: url(../images/design/cross.png);  }

.restriction {	background-image: url(../images/design/mark.png);  }

.expand {	background-image: url(../images/design/arrow-down.png);  }

#layout  .results tbody td {
	vertical-align: middle;
}

#layout  .results tbody td {
	border: 1px solid #eee;
}

.js #layout  .results tbody td {
	border: 0;
}

#layout  .results tbody .td-name {
	vertical-align: top;
}

.js #layout  .results tbody td {
	vertical-align: middle;
}

#layout  .results tbody p {
	font-size: 14px;
	margin: 0;
	color: #546a86;
}

	
	tbody .td-status {
		width: 36px;
		height: 24px;
		padding: 0;
	}
	
	.tr-banned .td-status {
		background: transparent url(../images/design/cross.png) no-repeat 50% 50%;
	}
	
	.tr-restriction .td-status {
		background: transparent url(../images/design/mark.png) no-repeat 50% 50%;
	}
	
	/* .td-expand { padding: 0; width: 51px;} */
	
	.tr-restriction .expandable {
		background: transparent url(../images/design/arrow-down.png) no-repeat 50% 50%;
		cursor:pointer;
		
		transform: rotate(0deg);
		transform-origin: 50% 50% 0;
		transition: all .25s ease 0s;
		
		ms-transform:  rotate(0deg);		
		ms-transform-origin: 50% 50% 0;
		-ms-transition: all .25s ease 0s;
		
		-webkit-transform: 50% 50% 0;		
		-webkit-transform-origin: 50% 50% 0;
		-webkit-transition: all .25s ease 0s;
		
	}
	
	.tr-restriction .active {
		transform: rotate(180deg);
		ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		
		transform-origin: 50% 50% 0;		
		-ms-transform-origin: 50% 50% 0;
		-webkit-transform-origin: 50% 50% 0;
		
		transition: all .25s ease 0s;		
		-ms-transition: all .25s ease 0s;
		-webkit-transition: all .25s ease 0s;
		
	}
	

	.results .tr-desc {
		display:none;
	}
	
	tbody .td-status p {
		position: absolute;
		left: -99999px;
	}

.div-name {
	position: relative;
}

.div-name .desc {
	position: relative;
}

i {
	font-style: normal;
}

h2 i,
.td-name i,
.td-code i {
	background: orange;
	font-weight: bold;
}

.td-name {
	width: 330px;
}

.js .td-name {
	width: 610px;
}

.td-name p:first-child {
	float: left;
	width: 289px;
}

.pCode {
	width: 141px;
	float: right;
}

tbody tr.no-match {
	display: none;
}

table.matchAll tbody tr.no-match {
	display: table-row;
	*display: block;
}

.unvisible {
	display: none;
}


/*PAGER*/
#pagerWrapper {
	text-align: center;
}

#pager {
	display: inline-block;
	background-color: #ebebeb;
	padding: 3px 3px 0;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 27px 0 0;
	
		
}

.layout-content-reset .content .pagerLI ,
.pagerPrev, .pagerNext {
	display: inline-block;
	vertical-align: top;
	height: 33px;
	line-height: 33px;
	width: 33px;
	margin: 0 6px 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0px 2px 0px  #bcbcbc;
	color: #616161;
	font-weight: bold;
	
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
	
	*float: left;
}

.layout-content-reset .content .pagerLI a {
	color: #616161;
	text-decoration: none;
}

.layout-content-reset .content .pagerLI:hover a,
.layout-content-reset .content .pagerLI.on a {
	color: #7b9e69;
}



#pager .pagerPrev, #pager .pagerNext {
	font-size: 15px;	
	width: 45px;
	text-decoration: none;
	
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

#pager .pagerPrev {
		margin-left: 0;
}

#pager .pagerNext {
	margin-right: 0;
}

#pager .off {
	opacity: .4;
}

.layout-right #sub-menu ul li a {
	padding-right: 30px;
}