@font-face {
    font-family: 'Roboto';
    src: url('/Roboto/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('/Roboto/Roboto-Medium.ttf');
}
/*
#14B1E7
#004071
#8BAA3C
#D33F27
#FDB913

*/
html,body{
   color:#242424;
      font-family: 'Roboto', 'sans-serif';
    font-size: 15px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td, button, input, select, textarea{

      font-family: 'Roboto', 'sans-serif';
}
h1{
    font-size: 47px;
    margin-top: -1px;
}
h2{
    font-size: 26px;
    margin-top:10px;
}
h3{
    font-size: 30px;
    font-weight:400;
/*    font-family: 'Roboto-Medium', 'sans-serif';*/
    color:#14B1E7;
}
#hero:before{
  color: white;
}
#hero:after{
      content: '';
}
.darken {
 box-shadow: inset 2000px 0 0 0 rgb(0 64 113 / 85%);

}
.jumbotron h3{
    color:#242424;
    font-weight: 300;
    font-size:27px;
}
h4{
    color:#242424;
    margin-top:9px;
    margin-bottom: 9px
}

#logo {
  padding: 0.5em;
  display: inline-block;
}
#logo > svg, #logoP > svg {
  width: 12rem;
/*
  max-width: 30vw;
  max-height: 6vh;
*/
}
#logo .logobg {
  fill: #27a9e1;
}
#logo .logotext,
#logo .finger {
  fill: white;
}
#logoP {
  padding: 0.5em;
  display: inline-block;
}
#logoP > svg {
  width: 12rem;
  max-width: 30vw;
  max-height: 6vh;
}
#logoP .logobg {
  fill: #27a9e1;
}

#logoP .finger {
  fill: white;
}

.navbar-brand{
    opacity: 1 !important;
}
.btn-CTA{
    font-size: 20px;
    padding: 10px 16px;
    border-radius: 9px;
    text-transform: none !important;
    line-height: normal;
/*    box-shadow: #5C5C5C 3px 3px 3px;*/
}
.navbar .navbar-nav .nav-item .nav-link{
    font-size: 18px !important;
    margin: 0px 3px;
    text-transform:none;
    opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    opacity: 0.8;
}
.nav-tabs .nav-item .nav-link{
     color:#242424;
    font-size: 20px;
}
.font20{
    font-size: 20px;
}
.navbar .btn-CTA {
    margin: -1px 3px;
    font-size: 20px !important;
}
.btn-CTA:hover{
    background-color: #27a9e1;
    color: #FFFFFF;
    border-color: #27a9e1;
    box-shadow: none;
    opacity: 0.65;
}
select:disabled {
    color: #5C5C5C;
    opacity: 1;
    border-color: #dee2e6;
    background-color: #f8f9fa;
    margin-bottom: 1rem;
    border-radius: 3px;
}

/*
.nav-tabs .nav-item .nav-link.active {
    border-bottom: #27a9e1 3px solid;
}
*/
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active{
    color:#14B1E7;
}
.nav-tabs .nav-item {
    padding: 0.5rem 1rem;
}
.nav-tabs .nav-item .nav-link.active:before, .nav-tabs .nav-item .nav-link.active:hover:before, .nav-tabs .nav-item .nav-link.active:focus:before,
.nav-tabs .nav-item .nav-link.active:after, .nav-tabs .nav-item .nav-link.active:hover:after, .nav-tabs .nav-item .nav-link.active:focus:after{
    content: none;
}
/*
.selectedEx{
     border-bottom: 3px solid #27a9e1;
}
*/
.card{
    box-shadow: none !important;
    border:1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}
.card:not(.card-plain):hover{
    box-shadow: none !important;
}
.greenclass{
        color: #10903C;
}
.redclass{
        color: #D1203B;
}
.greyclass{
    color: #242424;
}

.card-plain{
    border:none;
}
.disabled{
    color: #c3c7cb !important;
}
.table-striped tbody tr:nth-of-type(odd){
   background-color: #edf1f5;
}
.table thead tr {
    color: #ffffff;
    background-color: #14B1E7;
}
table#WelcomePort thead tr{
        color: #242424;
    background-color: #ffffff;
}
.table tbody tr:hover{
    background-color: #D3E4F0;
}
/*
.table thead tr{
    background-color: #f8f9fa;
    color: #5C5C5C;
}
*/
.table th {

    border-top: none;
}
.dataTables_wrapper .dataTables_scroll{
    border: 1px solid #dee2e6;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: none;
}
.table tbody tr td, .table thead tr th{
    text-align: right;
    padding: 8px 18px;
}

.table tbody tr td:nth-child(1),
.table tbody tr td:nth-child(2),
.table tbody tr td:nth-child(3),
.table thead tr th:nth-child(1),
.table thead tr th:nth-child(2),
.table thead tr th:nth-child(3){
    text-align: left;
}

.blueText, a{
    color: #14B1E7;

}
.blackText{
     color:#242424;
}
.text-300{
    font-weight:300;
}
.list-inline-item {
    margin-right: 0rem;
    margin-left: 3rem;

}
.list-inline-item a{
    font-weight: 500;
}
@media (min-width: 1300px){
.container {
    max-width: 1280px;
}}
.page-header{
    min-height: 55vh;
}
.bottom100{
    margin-bottom: 60px;
}
.jumbotron{
    padding: 5rem;
}
.rounded{
    border-radius: 9px !important;
}
.modal-dialog{
    max-width: 700px;
}
#ui-id-1{
    z-index: 1055 !important;
}
/*
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
    display:none;
}

table.dataTable thead .sorting_desc::after {
    display:none;
}

table.dataTable thead .sorting {
   background-image: url(https://datatables.net/media/images/sort_both.png);
   background-repeat: no-repeat;
   background-position: center right;
}

table.dataTable thead .sorting_asc {
   background-image: url(https://datatables.net/media/images/sort_asc.png);
   background-repeat: no-repeat;
   background-position: center right;
}

table.dataTable thead .sorting_desc {
   background-image: url(https://datatables.net/media/images/sort_desc.png);
   background-repeat: no-repeat;
   background-position: center right;
}
*/
