﻿

/* 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{
	padding: 10px;
	line-height: 20px;
	vertical-align: center;
	border-top: 1px solid #E8E8E8;
}



.footable th {
	font-weight: bold;
}


.footable td {
	padding: 9px;
	line-height: 20px;
	vertical-align: center;
	border-top: 1px solid #E8E8E8;

}
.footable td a:hover{
	color: #990000;

}



@media (max-width: 767px) { 
.footable td {
	font-size: 13px;
}



}

.footable thead th {
	background-color: #E8E8E8;
	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 #E8E8E8;
}

.footable .footable {
	background-color: #ffffff;
}

.footable-condensed th,.footable-condensed td {
	padding: 4px 5px;
}

.footable-bordered {
	border: 1px solid #E8E8E8;
	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 #E8E8E8;
}

.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: #FAFAFA;
}

.footable-hover tbody tr:hover td,.footable-hover tbody tr:hover th {
	background-color: #FBF8E9;
}







.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;
}




.footable tbody tr.success td {
	background-color: #e0edce;
}

.footable tbody tr.error td {
	background-color: #ffddd8;
}

.footable tbody tr.warning td {
	background-color: #fff5d3;
}

.footable tbody tr.info td {
	background-color: #dfecf7;
}

.footable-hover tbody tr.success:hover td {
	background-color: #d8e7c0;
}

.footable-hover tbody tr.error:hover td {
	background-color: #ffd1cb;
}

.footable-hover tbody tr.warning:hover td {
	background-color: #fff0cc;
}

.footable-hover tbody tr.info:hover td {
	background-color: #cfe3f4;
}






.footable-nav {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;

}

  .footable-nav li {
	  display: inline-block;
  }

    .footable-nav li a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4;
    }

  .footable-nav .footable-page-current {
	border-radius: 5px;
	background-color: #B3765B;

  }

    .footable-nav .footable-page-current a{
	    color: #fff;

    }