html {
    font-size: 16px;
    background-color: #f2f2f8;
    font-family: Montserrat, sans-serif;
}

@media (max-width: 900px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    html {
        font-size: 13px;
    }
}

html, body {
    height: 100%;
    width: 100%;
    background-color: #fdfdff;
}




/*html {*/
/*    position: relative;*/
/*    min-height: 100%;*/
/*    font-size: 16px;*/
/*    !*background-color: #f2f2f8;*!*/
/*    background-color: #fdfdff;*/
/*    !*background: url('/images/background_wavy_lines.jpg');*!*/
/*    !*background-position: center center;*!*/
/*    !*background-repeat: no-repeat;*!*/
/*    !*background-size: cover;*!*/
/*    !*!*height: 100vh;*!*!*/
/*    !*width: 100%;*!*/
/*    font-family: Montserrat, sans-serif;*/
/*}*/

/*@media (max-width: 900px) {*/
/*    html {*/
/*        font-size: 15px;*/
/*    }*/
/*}*/

/*@media (max-width: 400px) {*/
/*    html {*/
/*        font-size: 13px;*/
/*    }*/
/*}*/

/*body {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-color: #fdfdff;*/
/*    margin-bottom: 100px;*/
/*}*/

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 49px;
    font-size: 1.2rem;
    color: #d5d5d5;
    background-color: #00129A;
    border: none;
}

.btn-outline-info {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-info:hover {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}


.container-fluid {
    padding: 0 5%;
}

.container-fluid.content {
    margin-top: 2rem;
    margin-bottom: 10rem;
}

.navbar-nav > li {
    float: left;
    position: relative;
}

.navbar {
    background-color: transparent;
    padding: 1.5rem 1rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    border-bottom: 2px solid #ccc;
    font-weight: 600 !important;
}

@media only screen and (max-width: 1200px) {
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        border: none !important;
    }
}

.navbar-nav .nav-link.dropdown-toggle:hover {
    font-weight: 600 !important;
}

.navbar-nav .nav-item .nav-link {
    margin: 0 6px;
    font-size: 0.9rem;
    line-height: 2.5rem;
    text-align: left;
    font-weight: 500;
}

.navbar-nav .nav-item .dropdown-toggle {
    margin: 0 0 0 6px;
    font-size: 0.9rem;
    line-height: 2.5rem;
    border: none;
    font-weight: 500;
    text-decoration: none;
}


.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 0.9rem;
    padding: 0 1rem;
}


/* form styling */
.form-group .help-block {
    font-size: 0.8rem;
    font-weight: 300;
    color: #e35353;
}

/* filter controls */
.form-control {
    height: calc(1.5em + 0.75rem + 4px);
}
.form-group .control-label {
    font-weight: 600;
    font-size: 0.8rem;
}

.input-group.date-control .form-control {
    background-color: white;
}
.input-group.date-control .form-control:hover {
    background-color: #e2e6ea !important;
}
.input-group.date-control .input-group-text {
    color: gray;
}
.input-group.filter-control .form-control {
    border: solid 1px lightgray;
}
.input-group.filter-control .form-control .btn-light {
    background-color: #fff !important;
}
.input-group.filter-control .input-group-append .btn {
    /*border-left-color: #ced4da;*/
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    box-shadow: none;
    padding: 0 8px 0 13px;
    color: gray;
}
.input-group.display-control {
    border: solid 1px lightgray;
    border-radius: 0.25rem;
}
.input-group.display-control .btn-light {
    background-color: #fff;
}
/*.input-group.display-control .btn-light:hover {*/
/*    background-color: #e9ecef !important;*/
/*}*/
.input-group.display-control .btn-light.active {
    background-color: #dae0e5;
}
.input-group.search-control .btn {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    box-shadow: none;
}

table.table.table-bordered th {
    font-weight: 400;
}

.card.stats {
    width: 100%;
    background-color: #f8f9fa;
}
.card.stats .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card.stats .card-header {
    text-align: center;
    background-color: transparent;
    border-color: #eaeaea;
}
.card.stats .card-title {
    font-size: calc(0.2vw + 15px);
}
.card.stats .card-stat {
    font-size: calc(0.7vw + 30px);
}

.card.stats .card-stat.small {
    /*font-size: calc(0.5vw + 24px);*/
    /*line-height: calc(0.7vw + 30px);*/
    text-align: center;
}

.card.stats .card-footer {
    min-height: 50px;
    background-color: transparent;;
    border: none;
    text-align: center;
    font-size: 0.8rem;
}



