.breadcrumb:before {
    
    color: #0277bd   ;
	}
.breadcrumb {
    font-weight:400;
    color: #0277bd;
	}
.breadcrumb:last-child {
    color: #0277bd  ;
}
	
nav{
	 background-color: #ffff ;
}	
.active {
     color: #e64a19 !important;
}
.active:before {
     color: #e64a19 !important;
}

.deactive {
     color: #9e9e9e  !important;
	 pointer-events:none;
	}


.border{
	border: 1px solid black;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#no_results{
 display: none 
 }
.tabs .tab .active {
		background-color:#bbdefb   !important;
    }

.tabs .tab a  {
    color:#00838f   !important;
   }
   
   .pad{
	margin-top:20px;
   }
   .tableFixHead          { overflow-y: auto; }
.tableFixHead thead th {  position: sticky; top: 0; z-index:0;}

th {
		color: #0097a7;
		background: #ffffff;
		font-size: 17px;
	}