html {
  font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, 
.form-control:focus, .form-check-input:focus .form-select:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #198754;
}
input[type="radio"]:checked, 
input[type="checkbox"]:checked {
    background-color: #198754 !important;
    border-color: #50ae83 !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.nav-link {
    color: white !important
}
.ihsmenu a
{
    display: flex;
    width: 100%;
}
.ihsmenu li:active  {
    background-color:#50ae83
}
.ihsmenu li:hover {
    background-color: #c0e2d2
}

.nav-link-dark {color:black !important;text-decoration:none !important}

.ihs-nowrap
{
    white-space:nowrap;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #849c5b;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
}

.ihsTable tbody td { vertical-align:middle}
/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: lightgray   }
*/
.ihsTableSticky thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white !important;
}
@media print {  
   .noprint {  
       display: none !important;  
   }
    .smallFont {
        font-size: 12px;
    }
}
