html,
body {
    height: 100%;
}

a {
    color: navy;
}

.animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.logo {
    width: 50px;
}

.navbar {
    padding: 2px;
    min-height: 54px;
}

.nav-tabs>li>a {
    color: #768598;
    background-color: white !important;
}

.content {
    top: 54px;
    position: absolute;
    width: 100%;
}


/* CSS only for examples not required for centering */

.container {
    height: 100%;
}

.container-login {
    height: 100%;
    width: 300px;
}

.d-table {
    width: 100%;
}

.btn-login {
    width: 200px;
}

.no-border {
    border: none;
}

.card {
    margin-left: 5px;
    margin-right: 5px;
    /* margin-top: 5px; */
    margin-bottom: 5px;
}

.card-body {
    padding: .5rem;
}

#search_input_Admin {
    width: 0;
    border: none;
}

.btn-admin {
    min-width: 100px;
    white-space: nowrap;
}

.display-inline {
    display: inline !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

.form-control::-webkit-input-placeholder {
    color: #bbb;
    font-style: italic;
}

.col-form-label {
    padding-left: 5px;
    vertical-align: top;
}

.form-control[readonly] {
    background-color: #ffffff !important;
}

.form-control:disabled {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.back-link {
    float: right;
}

.fa-plus-square {
    color: green;
}

.fa-minus-square {
    color: red;
}

.fa-trash-o {
    color: red;
}

.btn-fixed-bottom-right {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 30px;
    text-align: center;
}

.center {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.dt-icon-button {
    font-size: 25px;
}

#toast-container>.toast {
    background-image: none !important;
}

#toast-container>.toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container>.toast-success:before {
    content: "\f00C";
}

.filter-options {
    width: 330px;
}

.user-filter-options {
    width: 420px;
}

.clickable {
    cursor: pointer;
}

.clickable tbody>tr {
    cursor: pointer;
}

.clickable tbody>tr:hover,
.clickable tbody>tr:hover>.sorting_1 {
    background-color: lightsteelblue !important;
}

.login {
    height: 100%;
    min-height: calc(100vh - 154px);
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.login>.card {
    left: 0;
    background-color: #CFD4D8;
    color: #343a40;
    /* transform: translateY(100%); */
    margin-top: 100px;
}

.change-password {
    height: 100%;
    width: 400px;
    margin: auto;
    text-align: center;
}

.register-container {
    padding-top: 10px;
    width: 70%;
    margin: auto;
}

.approverequest {
    font-size: 20px;
    color: green;
}

.denyrequest {
    font-size: 20px;
    margin-left: 10px;
    color: red;
}

#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    background-color: #333;
    padding: 0;
}

.sidebar-expanded {
    min-height: calc(100vh - 54px);
    width: 230px;
}

.sidebar-collapsed {
    width: 60px;
    position: absolute;
    top: 150px;
    left: 30px;
    opacity: 0.5;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#sidebar-container .list-group a {
    /* height: 50px; */
    color: white;
}

#sidebar-container .list-group .sidebar-submenu a {
    /* height: 45px; */
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}

.sidebar-separator {
    background-color: #333;
    height: 25px;
}

.logo-separator {
    background-color: #333;
    height: 60px;
}

.submenu-icon-expanded::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

.submenu-icon-collapsed::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

.date-picker-override {
    padding: 0 !important;
    left: -8px;
}

.date-picker-override .footer {
    padding: 0 !important;
}

.case-item {
    margin: 0;
    padding: 0;
    border: none;
    background: #333;
}

.case-item>.card-header {
    /* background-image: linear-gradient(#302e38, #302e38); */
    padding: 0;
    color: black;
    font-size: 1rem;
    vertical-align: middle;
    border: none;
}

.case-item>.card-header a {
    /* background-image: linear-gradient(#302e38, #ADABBA); */
    background-image: linear-gradient(#343A40, #A5ADB6);
    color: white;
}

.case-item>.card-header .fa {
    transition: .3s transform ease-in-out;
}

.case-item>.card-header .collapsed .fa {
    transform: rotate(-90deg);
}

.case-item a {
    padding: 5px !important;
    /* background-color: silver; */
    border: none;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0rem;
    border-top-left-radius: 0rem;
}

.case-item input {
    margin-right: 5px;
}

.case-item .card-body {
    padding: 0px 0px 0px 5px;
    border: none;
}

#facility {
    margin: 0;
    /*background: purple; */
}

.facility-item {
    margin: 0;
    padding: 0;
    border: none;
    /* background: #333; */
}

.facility-item input {
    margin-right: 5px;
}

.facility-item>.card-header {
    padding: 0;
    font-size: 1rem;
    vertical-align: middle;
}

.facility-item>.card-header a {
    color: black;
    background-color: #DDE1E3;
}

.facility-item>.card-header .fa {
    transition: .3s transform ease-in-out;
}

.facility-item>.card-header .collapsed .fa {
    transform: rotate(-90deg);
}

.facility-item a {
    padding: 5px !important;
    background-color: white;
    color: black !important;
}

.facility-item .card-body {
    padding: 0px 0px 0px 5px;
}


/* 
.bg-case{
    background-color: ;
} */

.dot {
    height: 15px;
    width: 15px;
    min-width: 15px;
    border-radius: 50%;
    display: inline-block;
}

.ping {
    color: black !important;
    border-bottom-left-radius: 0rem !important;
}

.material-icons {
    cursor: pointer;
}

.info-card {
    max-width: 800px;
}

.resources-card {
    width: 100%;
}

.info-label {
    width: 120px;
    display: inline-flex;
}

.monospace {
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 12px !important;
}

.strike {
    text-decoration: line-through;
}

.left {
    text-align: left;
}

.card-top-margin {
    margin-top: 5px;
}

.btn-success {
    background-color: #175E28;
    border-color: #175E28;
}

.btn-primary {
    background-color: #0051A8;
    border-color: #0051A8;
}

.nav-tabs .nav-link:not(.active) {
    color: #3D4551;
    background-color: white !important;
}

.nav-tabs .nav-link {
    background-color: #EBEFEF !important;
    color: black;
}

.small_map {
    top: 50px !important;
}

.large_map {
    top: 0px !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}

.navbar-text {
    color: white !important;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.btn-group {
    width: 100%;
}

.multiselect-container {
    width: 100%;
}

.error {
    color: #b30000;
    font-style: italic;
}

.filters-applied {
    font-size: 80%;
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.loading-panel {
    opacity: 0.2;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.loading-display {
    margin: auto;
    color: white;
    background-color: black;
    z-index: 10000;
    width: 140px;
    top: 40%;
    left: calc((100vw / 2) - 70px);
    position: fixed;
    border-width: 2px;
    border-radius: 10px;
    border-color: black;
    padding: 5px;
    vertical-align: middle;
}

.filter-error {
    outline: none;
    border-color: red;
    box-shadow: 0 0 10px red;
}