	   
#filters{   
padding-top: 2px;   
padding-bottom: 5px;   
padding-left: 10px;  
padding-right: 28px;   
margin-bottom: 10px;    
background-color: #b1dafb;   
border: 1px solid #ddd;   
border-bottom: 0;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;

} 

.span4{
	padding-left: 18px;
	width: 29.4%;
}

@media screen and (max-width: 979px) {
    .span4{
	padding-left: 18px;
	width: 100%;
}

.reset_button{
	margin-bottom: 10px;
	margin-top: 10px;

}

.clear_button{
	margin-bottom: 10px;
	margin-top: 10px;
}

}


.reset_button{   
padding: 5px 16px; 
float:right; 
vertical-align:middle; 
width:160px; 
background-color: #075290; 
color:#fff; 
border:none; 
text-align:center; 
text-decoration:none; 
cursor:pointer; 
font-size: 14px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;
box-shadow: 0px 2px #999;

}  

.reset_button:hover{    
background-color: #075290; 
color:#fff; 

}  

.reset_button:active{   
-webkit-background-color: #404040;
-moz-background-color: #404040; 
background-color: #404040;
box-shadow: 0 0px #999;
-webkit-transform: translateY(2px);
-moz-transform: translateY(2px);
transform: translateY(2px);

}

.reset_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  pointer-events: none; /* IE 11 Fix */
  
}

.reset_button span:after {
  font-family: FontAwesome;
  content: "\f021";
  font-size: 18px;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.reset_button:hover span {
  padding-right: 20px;
}

.reset_button:hover span:after {
  opacity: 1;
  right: 0;
}

.clear_button{   
padding: 5px 16px; 
float:right;
margin-right: 20px;
vertical-align:middle; 
width:150px;
background-color: #075290; 
color:#fff; 
border:none; 
text-align:center; 
text-decoration:none; 
cursor:pointer; 
font-size: 14px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;
box-shadow: 0 2px #999;

}  

.clear_button:hover{    
background-color: #075290; 
color:#fff; 

}  

.clear_button:active{   
-webkit-background-color: #404040;
-moz-background-color: #404040; 
background-color: #404040;
box-shadow: 0 0px #999;
-webkit-transform: translateY(2px);
-moz-transform: translateY(2px);
transform: translateY(2px);

}

.clear_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  pointer-events: none; /* IE 11 Fix */
  
}

.clear_button span:after {
  font-family: FontAwesome;
  content: "\f057";
  font-size: 18px;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.clear_button:hover span {
  padding-right: 20px;
}

.clear_button:hover span:after {
  opacity: 1;
  right: 0;
}


#example_filter{   
margin-top: -1px;
margin-bottom: 10px;   
padding-top: 0px;      
padding-bottom: 7px;     
border: 1px solid #ddd;   
border-top: 0;
background-color: #b1dafb; 
color: #075290;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;

}  

.dataTables_filter label {
    margin-left: 20px;
	
	
}

#example_filter input {
    overflow: hidden;
    margin-top: 0px;
    margin-left: 10px;
	margin-right: 10px;
    width: 82%;
}

.filter_dropdowns {
	background-color:#075290;
	color:#fff;
	
}



table.dataTable td {
    border-left: 1px solid #ddd;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(221, 221, 221);
}

table.dataTable th {
    border-left: 1px solid #ddd;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(221, 221, 221);
	
}
	

table th, table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.nchs_table {
border: 1px solid #ddd;
border-left: 0;
border-top: 0;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
	
}

thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
}

thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
}