﻿

/* input*/


.input-search{
	width: 300px;;

}






@media (max-width: 767px) { 
.input-search{
	  width: 100%;
	  margin-top: 10px;
}

}






.footable {
	width: 100%;
	margin-bottom: 20px;
	color: #333333;

}

.footable th,.footable td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	border-top: 1px solid #c3c3c3;
}

.footable th {
	font-weight: bold;
}

.footable thead th {
	background-color: #dcdcdc;
	vertical-align: bottom;
}

.footable caption+thead tr:first-child th,.footable caption+thead tr:first-child td,.footable colgroup+thead tr:first-child th,.footable colgroup+thead tr:first-child td,.footable thead:first-child tr:first-child th,.footable thead:first-child tr:first-child td {
	border-top: 0;
}

.footable tbody+tbody {
	border-top: 2px solid #c3c3c3;
}

.footable .footable {
	background-color: #ffffff;
}

.footable-condensed th,.footable-condensed td {
	padding: 4px 5px;
}

.footable-bordered {
	border: 1px solid #c3c3c3;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.footable-bordered th,.footable-bordered td {
	background-color: #ffffff;
	border-left: 1px solid #c3c3c3;
}

.footable-bordered caption+thead tr:first-child th,.footable-bordered caption+tbody tr:first-child th,.footable-bordered caption+tbody tr:first-child td,.footable-bordered colgroup+thead tr:first-child th,.footable-bordered colgroup+tbody tr:first-child th,.footable-bordered colgroup+tbody tr:first-child td,.footable-bordered thead:first-child tr:first-child th,.footable-bordered tbody:first-child tr:first-child th,.footable-bordered tbody:first-child tr:first-child td
	{
	border-top: 0;
}

.footable-bordered thead:first-child tr:first-child>th:first-child,.footable-bordered tbody:first-child tr:first-child>td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.footable-bordered thead:first-child tr:first-child>th:last-child,.footable-bordered tbody:first-child tr:first-child>td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.footable-bordered thead:last-child tr:last-child>th:first-child,.footable-bordered tbody:last-child tr:last-child>td:first-child,.footable-bordered tfoot:last-child tr:last-child>td:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}

.footable-bordered thead:last-child tr:last-child>th:last-child,.footable-bordered tbody:last-child tr:last-child>td:last-child,.footable-bordered tfoot:last-child tr:last-child>td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.footable-bordered tfoot+tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
}

.footable-bordered tfoot+tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}

.footable-bordered caption+thead tr:first-child th:first-child,.footable-bordered caption+tbody tr:first-child td:first-child,.footable-bordered colgroup+thead tr:first-child th:first-child,.footable-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.footable-bordered caption+thead tr:first-child th:last-child,.footable-bordered caption+tbody tr:first-child td:last-child,.footable-bordered colgroup+thead tr:first-child th:last-child,.footable-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.footable-striped tbody > tr:nth-child(odd) > td, .footable-striped tbody > tr:nth-child(odd) > th {
    background-color: #EEEEEE;
}

.footable-hover tbody tr:hover td,.footable-hover tbody tr:hover th {
	background-color: #F9ECEA;
}







.footable.breakpoint > tbody > tr > td.expand {
  background: url('plus.png') no-repeat 5px center;
  padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url('minus.png') no-repeat 5px center;
}