﻿/* input*/


.input-search{
	width: 300px;;
	border-radius: 100px;
	border: 1px solid #CCCCCC;
	transition: all 0.2s linear;
	font-size: 13px;
	color: #222222;
	position: relative;
	height: 35px;
	padding-left: 38px;
	letter-spacing: 1px;
	background-image: url(icon-search.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.input-search:focus {
	outline: none;
	background-image: url(icon-search2.png);
	border: 1px solid #FF6600;
 }





@media (max-width: 767px) { 
.input-search{
	  width: 100%;
	  margin-top: 10px;
}

}







.footable {
	border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #FFA64D;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

}

.footable th{
	cursor: n-resize;

}



.footable td a{
	text-decoration: underline;

}

.footable td a:hover{
	text-decoration: none;
	color: #FF6600;
}



.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.breakpoint > tbody > tr.footable-row-detail {
  background: #FAFAFA;
}

.footable > tbody > tr:hover {
  background: #fbf8e9;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
	padding: 5px;
	text-align: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFA64D;
	border-left-color: #FFA64D;
}

.footable > tbody > tr > td.footable-cell-detail {
  border-left: none;
}

.footable > thead > tr > th, .footable > thead > tr > td {
	background-color: #FFF2E6;
	border-top: none;
	font-weight: bold;
	color: #422100;
}

.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.footable > tbody > tr:last-child > td.footable-first-column {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td.footable-last-column {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}

.footable > tbody img {
  vertical-align:middle;
}

.footable > tfoot > tr > th, .footable > tfoot > tr > td {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  padding: 10px;
}







.footable tbody>tr:nth-child(odd)>td,.footable tbody>tr:nth-child(odd)>th {
	background-color:#FAF9F5;
}










.footable-nav {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

  .footable-nav li {
	display: inline-block;
	margin-right: 3px;
	
  }

    .footable-nav li a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #E6E6E6;
	border-radius: 5px;
	border: 1px solid #BEBEBE;	
    }

  .footable-nav .footable-page-current {
	
	background-color: #FF6600;
	border-radius: 5px;
  }

    .footable-nav .footable-page-current a{
	color: #fff;
	background-color: #FF6600;
	border-radius: 5px;
	border: 1px solid #FF6600;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	font-weight: bold;
    }
	
	
	
	
	







.table-noradius{}

.table-noradius .footable {

  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;

}

.table-noradius .footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
  border-radius: 0px 0 0 0;
}

.table-noradius .footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
  -moz-border-radius: 0 0px 0 0;
  -webkit-border-radius: 0 0px 0 0;
  border-radius: 0 0px 0 0;
}
	
	
	
	
	







	
.footable td .text-overflow{
display: block;
  width: 700px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	}
	
@media screen and (max-width: 1200px) { 
.footable td .text-overflow{
display: block;
  width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	}

}	


	
@media screen and (max-width: 767px) { 
.footable td .text-overflow{
display: block;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	}

}


	
@media screen and (max-width: 480px) { 
.footable td .text-overflow{
display: block;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	}

}




.td-icon i {
	font-size: 20px;
	background-color: #FD9675;
	border-radius:200px;
	padding: 7px;
	height: 34px;
	width: 34px;
	color: #FFF;
	margin: 5px;

}

.td-icon i:hover{
	background-color: #FFF;
	color: #FD9675;
		-moz-box-shadow:inset 0 15px 15px -15px rgba(255,255,255,.1), 0 0 8px rgba(0,0,0,.2); 
	-webkit-box-shadow:inset 0 15px 15px -15px rgba(255,255,255,.1), 0 0 8px rgba(0,0,0,.2);
	box-shadow:inset 0 15px 15px -15px rgba(255,255,255,.1), 0 0 8px rgba(0,0,0,.2);
}

.td-icon2 i {
	font-size: 20px;
	background-color:#5bc0cc;
	border-radius:200px;
	padding: 7px;
	height: 34px;
	width: 34px;
	color: #fff;
	margin: 5px;

}

.td-icon2 i:hover{
	background-color: #FFF;
	color: #5bc0cc;
		-moz-box-shadow:inset 0 15px 15px -15px rgba(255,255,255,.1), 0 0 8px rgba(0,0,0,.2); 
	-webkit-box-shadow:inset 0 15px 15px -15px rgba(255,255,255,.1), 0 0 8px rgba(0,0,0,.2);
	box-shadow:inset 0 15px 15px -15px rgba(255,255,255,.1), 0 0 8px rgba(0,0,0,.2);
}


