body {
    font-family: "Lato", sans-serif;
    background-color: #ffffff;
}

/*.form-group {*/
/*    display: inline-flex;*/
/*    width: 100%;*/
/*    justify-content: center;*/
/*}*/

.navbar{
    z-index: 1;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    opacity:0.7;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Style Dashboard add buttons */
.btn-plus {
    background-color: DodgerBlue; /* Blue background */
    border: none; /* Remove borders */
    float: right;
    color: white; /* White text */
    padding: 8px 8px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.btn-plus:hover {
    background-color: RoyalBlue;
}

.row-btn {
    /*float: right;*/
}

.row-p .row {
    height: 100%;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.main_hr_container {
    width: 100%;
    padding: 20px;
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    text-decoration: none;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    background: #343a40 !important;
    left: 0;
    width: 280px;
}

.sidebar-collapsed {
    background: #343a40 !important;
    width: 60px;
}

.list-group {
    border-radius: 0;
}

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

.logo-w img {
    width: 190px;
}

.w-full-screen {
    height: 90vh;
    display: flex;
}

.mt-50 {
    margin-top: 5%;
}

.hr-flex-column {
    flex-direction: row;
}

.font-size {
    font-size: 3.2rem;
    font-weight: bold;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

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

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

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

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

.logo {
    width: 130px;
}

.sidenav a {
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.card-hr {
    padding: 20px;
    margin: 50px 0 0 50px;
    width: 250px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    text-decoration: none;
}

.card-hr:hover {
    text-decoration: none;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.no-padding i {
    margin: 0 8px 0 0;
}

.fas {
    margin-right: 14px;
    margin-left: 14px;
}

.card-hr h1 {
    text-decoration: none;
    font-size: 18px;
}

.card-list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.card-list a {
    text-decoration: none;
}

.justify-center img {
    width: auto;
    align-content: center;
}

.w-screen-text {
    width: 100%;
    text-decoration: none;
    height: 100%;
    color: white;
    text-align: center;
    padding-top: 30%;
}

.text-decoration-none li a {
    text-decoration: none;
}

.w-screen-text h1 {
    font-size: 35px;
    font-weight: bold;
}

.li-margin li {
    font-size: 25px;
}

.li-margin li:first-child {
    margin-right: 50px;
    cursor: pointer;
}

.li-margin li:last-child {
    margin-left: 50px;
    cursor: pointer;
}

.hide-desktop {
    display: none;
}

.pd-0 {
    padding: 0;
}

.info-box {
    display: flex;
}

.bg-aqua {
    border: 2px solid #1b4b72;
    border-radius: 8px;
}

.info-box-icon {
    display: block;
    height: 90px;
    width: 90px;
    background-color: #1b4b72;
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 40px;
    border-radius: 6px 0 0 6px;
}

.info-box-content {
    margin-top: 10px;
    margin-left: 14px;
}

.info-box-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    text-overflow: ellipsis;
}

.info-box-text-1 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
}

.info-box-number {
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-height: 450px) {
  /*  .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }*/
}

@media only screen and (max-width: 768px) {

    .d-flex-c {
        flex-direction: column;
    }

    /*.w-screen-text h1 {
        font-size: 22px;
        font-weight: bold;
    }

    .li-margin li {
        font-size: 18px;
    }

    .li-margin li:first-child {
        margin-right: 20px;
        cursor: pointer;
    }

    .li-margin li:last-child {
        margin-left: 20px;
        cursor: pointer;
    }

    .card-list {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }

    .card-hr {
        margin-left: 0;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }*/

    .top-box {
        flex-direction: column;
    }

    .info-box {
        margin-top: 10px;
    }

    .hr-flex-column {
        flex-direction: column;
    }

}

