/* detail view */

.aft-thumb {
	clear: both;
	margin-top: 1em;
	float: left;
	width: 100%;
}



/* list filters */

.entry-content ul#aftcontainer {
  list-style: none;
  list-style-image: none;
  margin-left: 0;
  display: block;
  margin-bottom: 20px;
  float: left;
}

#aftcontainer li {
  width: 100%;
  clear: both;
  display: block;

  border-bottom: 1px solid #bfc0c1;
  padding: 3px 0;
  padding: 3px 0 0 3px;
  margin: 0;
  float: left;
}

#aftcontainer li:hover {
  	background-color: #dddfe0;
	cursor: pointer;
}

.aft-list-thumb {
	width: 150px;
	float: left;
	margin-right: 17px;
	margin-bottom: 3px;
	min-height: 108px;
}

#aftcontainer li a small {
	font-family: ClanWeb-News, Arial, sans-serif;
	color: #666;
}

.controls form {
	width: 100% !important;
}

.controls label {
	width: 90px;
	float: left;
	clear: left;
}

.msgbox {
	clear: both;
	display: block;
	padding-top: 5px;
	/*width: 100%;
	float: left;*/
}

a#reset,
a#reset:link,
a#reset:visited,
.controls button {
	float:left;
	background-color: #dfe0e0;
	/*background-color: #bfc1c1;*/
	/*background-color: rgba(191,193,193,.5);*/
	border: none;
	color: #000;
	font-family: "ClanWeb-News", Arial, sans-serif !important;
	font-size: 11px;
	line-height: 1;
	margin: 2px;
	padding: 4px 6px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block !important;
}
a#reset,
a#reset:link,
a#reset:visited {
	background-color: #bfc1c1;
}
a#reset:hover,
.controls button:hover {
	/*background-color: rgba(191,193,193,1);*/
	background-color: #bfc1c1;
}
.controls button.active {
	background-color: #3399ff;
}
a#reset.active:hover,
a#reset.active {
	color: #bfc1c1;
	background-color: #dfe0e0;
	pointer-events: none;
    cursor: default;
}

.controls .filter-wrapper {
	float: left;
	width: 328px
}

/* print icon */
.print-icon {
	float: right;
	margin-top: -23px;
}
.print-icon img {
	width: 25px;
	height: auto;
}

/* search box */

#afts {
	border-radius: 0;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 380px;*/
	width: 365px;
	/*height: 27px;*/
	height: auto;
	float:left;
	margin-right:8px;
	-webkit-appearance:textfield;
}

.aftsearchbox {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.aftsearchbox form {
	width: 100% !important;
}
#aftsearchsubmit {
	float: left;
	width: 27px;
	height: 27px;
}

.aftsearchfilterclear {
	float: left;
	margin-top: 10px;
}

form#aftform {
	width: 100%;
}

.form-table .form-row,
.form-table .form-row th,
.form-table .form-row td,
.form-table label.form-label,
.form-table .form-row div.form-field {
	float: left;
	clear: both;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.form-table .form-row th,
.form-table label.form-label {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}


.form-table input.regular-text,
.form-table input.small-text,
.form-table .regular-textarea,
.form-table .big-textarea {
	/*width: 100%;*/
	width: 398px;
	font-size: 100%;
}

.form-table textarea {
	height: auto;
}
.form-table textarea.big-textarea {
	height: 200px;
}

.form-table .field_description {
	font-style: italic;
	clear: both;
	color: #999;
	font-size: small;
	/*padding-top: 10px;*/
	padding-top: 0;
	margin-bottom: 0;
	width: 100%;
	float: left;
}

.form-table li { 
	list-style: none;
	width: 50%;
	float: left;
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding: 3px 0;
}

.form-table input[type="radio"],
.form-table input[type="checkbox"] {
	width: auto;
}

form label.error {
	color: red;
}





@media print {
	.print-icon {
		display: none;
	}
}