
/* FONT IMPORT
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Oswald:wght@400;700&display=swap');

/* BASICS
================================================== */
body {
    font-size: 16px;
    font-family: 'Lato', 'Open Sans', Avenir, 'Adobe Heiti Std', 'Segoe UI', 'Trebuchet MS', sans‑serif;
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3 {
    font-family: 'Oswald', 'Avenir Next Condensed', 'Arial Narrow', 'MS UI Gothic', sans‑serif;
    font-weight: 700;
    font-style: normal;
}

a,
.btn-link {
    color: #222;
    font-weight: 300;
    background-color: transparent;
}

    a:hover,
    .btn-link:hover {
        color: #3f9289;
        background-color: transparent;
    }

/* NAVIGATION & BREADCRUMB
================================================== */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
        text-decoration: underline;
    }

.bg-dark {
    background-color: #3f9289 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #3f9289;
    text-decoration: none;
    background-color: #eeece7;
}

.navbar-brand {
    font-weight: 700;
    text-decoration: none;
}

.nav a,
.a.nav-link,
.breadcrumb a {
    text-decoration: none;
}

    .breadcrumb a:hover {
        text-decoration: underline;
    }

a.dropdown-item {
    text-decoration: none;
}

.breadcrumb {
    background-color: #f7f7f7;
    border-radius: 8px;
}

/* LAYOUT
================================================== */
.row {
    margin-left: 0;
    margin-right: 0;
}

.dash-footer {
    font-size: 0.9em;
}

/* DESIGN
================================================== */
.company-name {
}

.si-content-container {
    padding: 2em;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
}

@media only screen and (max-width: 480px) {
    .si-content-container {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0;
        padding-right: 0;
    }

        .si-content-container h2 {
            padding-right: 15px;
            padding-left: 15px;
        }
}
.dash-box-container h2 {
    text-transform: uppercase;
}

/* CARDS
================================================== */
.card {
    border-color: #ccc;
    background-color: #eeece7;
}

/* BUTTONS
================================================== */
/* primary buttons */
.btn-primary {
    color: #fff;
    background-color: #3f9289;
    background-image: none;
    border-color: #3f9289;
    text-decoration: none;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #47a59a;
        background-image: none;
        border-color: #47a59a;
        background-position: 0;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #47a59a;
        background-image: none;
        border-color: #47a59a;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #47a59a;
        background-image: none;
        border-color: #47a59a;
        box-shadow: 0 0 0 0.2rem rgb(0 150 136 / 50%);
    }

    .btn-primary.disabled,
    .btn-primary.disabled.active,
    .btn-primary.disabled.focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #3f9289;
        background-image: none;
        border-color: #3f9289;
        opacity: .4;
    }

/* secondary buttons */
.btn-secondary {
    color: #333;
    background-color: #f3e2bc;
    background-image: none;
    border-color: #f3e2bc;
    text-decoration: none;
}

    .btn-secondary:hover {
        color: #333;
        background-color: #f2c96d;
        background-image: none;
        border-color: #f2c96d;
        background-position: 0;
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #333;
        background-color: #f2c96d;
        background-image: none;
        border-color: #f2c96d;
    }

    .btn-secondary.focus,
    .btn-secondary:focus {
        color: #333;
        background-color: #f2c96d;
        background-image: none;
        border-color: #f2c96d;
        box-shadow: 0 0 0 0.2rem rgb(0 150 136 / 50%);
    }

    .btn-secondary.disabled,
    .btn-secondary.disabled.active,
    .btn-secondary.disabled.focus,
    .btn-secondary.disabled:active,
    .btn-secondary.disabled:focus,
    .btn-secondary.disabled:hover,
    .btn-secondary[disabled],
    .btn-secondary[disabled].active,
    .btn-secondary[disabled].focus,
    .btn-secondary[disabled]:active,
    .btn-secondary[disabled]:focus,
    .btn-secondary[disabled]:hover,
    fieldset[disabled] .btn-secondary,
    fieldset[disabled] .btn-secondary.active,
    fieldset[disabled] .btn-secondary.focus,
    fieldset[disabled] .btn-secondary:active,
    fieldset[disabled] .btn-secondary:focus,
    fieldset[disabled] .btn-secondary:hover {
        background-color: #f2c96d;
        background-image: none;
        border-color: #f2c96d;
        opacity: .4;
    }

.btn-outline-dark {
    background-color: #f2c96d;
}

/* account nav */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #333;
    background-color: #f2c96d;
}

/* font awesome */
.fa {
    margin-right: .4rem;
}

/* FORMS
================================================== */
.form-control {
    font-weight: 300;
}

/* SEARCH
================================================== */
.si-search-container {
    border: 1px solid #ccc;
    background-color: #eeece7;
    border-radius: 7px;
    padding: 1.5rem;
}

.table .thead-light th {
    color: #495057;
    background-color: #eeece7;
    border-color: #ccc;
}

.si-search-user-action-col,
.si-search-workplace-action-col {
    min-width: 140px;
    text-align: center;
}

.page-item.active .page-link {
    background-color: #3f9289;
    border-color: #3f9289;
}

.page-link {
    color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3f9289;
}

/* TRAINING HISTORY
================================================== */
.si-history-status-col {
    min-width: 140px;
    text-align: center;
}

.link-to-cert-complete .card {
    background-color: transparent;
}

.link-to-cert-complete .card-body {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.set-cert-complete .card {
    background-color: #b2dfdb;
}

/* WORKPLACE PROFILE
================================================== */
.si-workplace-action-col {
    min-width: 140px;
    text-align: center;
}

.wp-latest-activity-rows div:first-child {
    border-top: 0 !important;
}

.wp-latest-activity-rows div:nth-child(even) {
    background-color: transparent !important;
}

.wp-latest-activity-rows div:nth-child(odd) {
    background-color: transparent !important;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.wp-latest-activity-rows div:last-child {
    border-bottom: 0 !important;
}

/* REPORTS
================================================== */
.list-group-item {
    background-color: transparent;
}

/* EVALUATION REPORTS
================================================== */
.si-wordcloud {
    width: 100%;
    height: 300px;
}

/* ADMIN HELP PAGE IMAGES
================================================== */
.si-adminimg {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.card-height-400 {
    height: 400px;
}

table.table.si-last-child-200 th:last-child {
    width: 200px;
}

table.table.si-last-child-250 th:last-child {
    width: 250px;
}

table.table.si-last-child-300 th:last-child {
    width: 300px;
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    padding-top: 90px;
    margin-bottom: 60px;
    background-color: #efefef;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    /*height: 60px;*/
    line-height: 60px; /* Vertically center the text there */
}

.si-nps-meter {
    width: 100%;
    height: 30px;
}

.si-admin-height-400-important {
    height: 400px !important;
}