#shg-table h2{
font-size: 1.6em;
color: #003F74;

}

.table-responsive h1,h2,h3,h4,h5,h6 .priority-columns{
font-size: 1.6em;
color: #003F74;

}




.table {
overflow: scroll;

}


.page-header{
font-size: 1.2em;
color: #003F74;
font-weight: 600px;
}

.table .table-small-font .table-bordered .table-striped {
font-size: 1.3em;
color: #003F74;
font-weight: 600px;
}



.table th {
font-size: 1.2em;
color: #003F74;
font-weight: 600px;
background-color: #ffffff;
}

.table td {
font-size: 1.3em;
color: #003F74;
font-weight: 400px;
}

section {
  padding-top: 50px;
  margin-top: -50px;
}


table.table-striped>tbody>tr:nth-child(odd)>td, table.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f7f5ed;
color: #003F74;
}

table.table-striped>tbody>tr:nth-child(even)>td, table.table-striped>tbody>tr:nth-child(even)>th {
  background-color: #ffffff;
color: #003F74;
}


table.table-bordered tr:nth-child(odd) td {
  background-color: #ffffff;
color: #003F74;
}

table.focus-on tbody tr.focused th, table.focus-on tfoot tr.focused th, table.focus-on tbody tr.focused td, table.focus-on tfoot tr.focused td {
  background-color: #FFFFFF;
  color: #003F74;
}

.no-touch .dropdown-menu>.checkbox-row:hover, .no-touch .dropdown-menu>.checkbox-row:active {
  text-decoration: none;
  color: #003F74;
  background-color: #ffffff;
}

@media screen and (max-width:767px) {

}

@media screen and (max-width:320px) {
  
}


