.navbar{
    background-color: #144d94;
    height: 80px;
    -webkit-box-shadow: 0 2px 5px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 3px rgba(0,0,0,0.3);
}
.nav-link{
    color: #c1c1c1 !important;
}
.nav-link:hover{
    color: #e0e0e0 !important;
}
.nav-link.active{
    color: white !important;
}
.dropdown-toggle{
    color: #e0e0e0 !important;
    font-size: 1.2rem;
}
.main-container{
    height: calc(100vh - 130px);
}
.no-underline{
    text-decoration: none !important;
}
.text-primary{
    color: #144d94 !important;
}
.text-primary:hover{
    color: #219fd3 !important;
}
.section-button:hover {
    box-shadow: none !important;
    border: 2px solid #219fd3;
}
.big-checkbox{
    position: relative;
    bottom: 10px;
    height: 32px;
    width: 32px;
}
.selected-multi{
    color: #fff;
    background-color: #219fd3;
}
.btn-group {
    width: 100%;
}
.multiselect-selected-text{
    font-size: 0.9rem;
    color: #000;
}
.table-th{
    font-family: 'Futura Medium';;
    font-size: 1.3rem;
}
.footer{
    font-family: 'Futura Medium', sans-serif;
    height: 50px;
    background-color: lightgray;
    -webkit-box-shadow: 0 -2px 5px 3px rgba(0,0,0,0.3);
    box-shadow: 0 -2px 5px 3px rgba(0,0,0,0.3);
}
.table-container{
    max-height: calc(100vh - 240px);
    overflow-y: auto;
}

