@charset "UTF-8";
/* CSS Document */

body {
    
font-family: 'Raleway', sans-serif;
    color: #2c2c2c;
    font-size: 14px;    
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
}

p {
	 color: #000000 !important;
	
}

a {
  color: #008ba8 !important;
  text-decoration: none;
}

a:focus, a:hover {
  color: #008ba8 !important;
  opacity: .5 ;
  text-decoration: underline;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #008ba8 !important;
  border-color: #008ba8 !important;
}

.btn-primary:hover {
  color: #ffffff !important;
  background-color: #008ba8 !important;
  border-color: #008ba8 !important;
	opacity: .5 ;
}


.page-item.active .page-link {
  color: #fff !important;
  background-color: #008ba8 !important;
  border-color: #008ba8 !important;
}

.page-item.disabled .page-link {
  color: #008ba8 !important;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #008ba8 !important;
  background-color: #fff;
  border: 1px solid #ddd;
}

h3 {
    font-size: 28px;
    margin: 15px 0;
    font-weight: 700;
    color: #0f5a5b;
}

 .table-responsive {
    display: block;
    overflow-x: hidden !important; 
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
    
.table thead th {
    vertical-align: bottom;
    padding-left: 30px !important;
    border-bottom: 2px solid #dee2e6;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    left: 1em;
    content: "\2191";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    left: 0.5em;
    content: "\2193";
}    
