html {
 
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;

}

body {
    margin-bottom: 60px;
    background-color: #121b34 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 15px;
   
}


.navbar {
    background-color: #121b34 !important;
    border-bottom: 2px solid #004d99;
}


.btn-primary {
    background-color: #00aeef;
    font-weight: bold;
    color: white;
}

.nav-item {
    padding-left: 20px;
}
.nav-link {
    color:white;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: .32px;
    text-transform: uppercase;
    line-height: 32px;
}


   .nav-link:hover {
        color: #d55e00;
     
    }
.footer {
    background-color: #121b34 !important;
    color: white !important;
    padding: 40px;
}

.main-content {
    flex: 1;
    background-color: #FAFAFA !important;
    min-height: 350px
}

main.container {
    background-color: white !important;
}

.form-label{
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 2px;
}


.table-row-link td, .table-row td{
    padding: 8px 4px 8px 4px;
}

.navbar-nav li .dropdown-menu {
   
    background-color: #121b34;
    color: white;
  
    padding: 20px 20px 40px 20px;
     margin-left: -20px;
}

.navbar-nav li ul.dropdown-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav li .dropdown-menu .dropdown-item {
    color: white;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}

.navbar-nav li .dropdown-menu .dropdown-item:hover {
    background-color: #121b34;
    color: #d55e00;
}

.card-header {
    background-color: #121b34;
    color: white;
    font-weight: 700;
}


.border-thick-left {
    border-left: 3px solid #dee2e6 !important;
}

.border-thick-right {
    border-right: 3px solid #dee2e6 !important;
}


:required {
    border: 1px solid #e2b4b4
}


dt {
    margin-bottom: .5rem;
}

.badge {
    line-height: 1.3
}

.table tbody td{
    vertical-align: top;
}

.modal-header {
    background-color: #121b34;
  
    padding: 0.5rem 1rem;
}
.modal-header button {
    background-color: red
}

.center{
    text-align: center;
}

.form-search-group {
   
    gap: .5rem;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-bottom: 1.5rem;
    margin: 0px 1px 0px 1px;
   
}

.form-search-group .col input[type=text] {
    width: 200px;
}
.form-search-group .col select {
    width: 200px;
}
.form-search-group .col {
    display: inline-block;
    width: 210px;
    flex: none;
}

.form-search-group .col label {
    margin-bottom: .25rem;
    font-weight: 600;
    font-size: small;
    color: #495057;
}

.form-search-group .form-control {
   
}

.btn-sm{
    font-weight: 600;
    font-size: 0.775rem
}

.select2-results__option--selectable{
    font-size: 13px !important;
}

.select2-container--open .select2-dropdown {
    width: 400px !important;
}

.select2-container--open .select2-results__options {
    max-height: 400px !important;
    overflow-y: auto !important;
}

.table-totals {
    background-color: #f8f9fa;
    font-weight: bold;
}

.table-totals td {
    border-top: solid 1px #AAA;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection
{
    box-shadow: none !important;
}

th.data-off, th.data-on{
    cursor: pointer;
}

th.data-on {
    background-color: #f0f0f0
}



paging {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.paging select {
    width: 50px;
}

.paging span {
    display: inline;
}

.paging .disabled,
.paging a {
    padding: 4px 7px;
    margin-right: 1em;
    text-transform: uppercase;
    border: solid 1px #CCC;
    text-decoration: none;
}


.paging .disabled {
    color: #222222;
    border-radius: 5px 5px 5px 5px;
    color: #9D9D9D !important;
    background-color: #F1F4FB;
}


@keyframes blink-blue {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: rgba(13, 110, 253, 0.35);
    }
    /* Bootstrap primary */
    100% {
        background-color: transparent;
    }
}

.blink-blue {
    animation: blink-blue 0.6s ease-in-out 3;
}