﻿/* 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;
}

/* 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;
    }

.navbar-brand {
    font-weight: 700;
    text-decoration: none;
}

/* 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;
}

.dash-box-container h2 {
    text-transform: uppercase;
}

/* CARDS
================================================== */
.card {
    border-color: #ccc;
    background-color: #eeece7;
}

.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-link {
    color: #000;
}

/* 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;
}

/* toastr
================================================== */
.toast {
    background-color: #3f9289;
}

.toast-info {
    background-color: #3f9289;
}

.toast-info2 {
    background-color: #3f9289;
}

.toast-error {
    background-color: #923F48;
}

.toast-success {
    background-color: #3f9289;
}

.toast-warning {
    background-color: #f3e2bc;
}

/* small-box
================================================== */
.small-box {
    padding: 15px;
    border-radius: 5px;
}

    .small-box.bg-primary, .small-box.bg-primary a {
        color: white;
    }

.small-box-footer {
    padding-bottom: 20px;
}

.btn-primary {
    color: ghostwhite;
}
