/* Regular Weight */
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Regular.ttf");
}

/* Regular Weight */
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Italic.ttf");
    font-style: italic;
}

/* SemiBold (600) Weight */
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-weight: 600;
}

/* Bold Weight */
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: bold;
}

body {
    min-height: 100vh;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    /*   background-color: #3d85c6 !important;
  color: white; */
}

a {
    color: unset;
}

.light-blue-1 {
    color: #6fa8dc !important;
}

.bg-light-blue-1 {
    background-color: #6fa8dc !important;
}

.dark-blue-1 {
    color: #3d85c6 !important;
}

.bg-dark-blue-1 {
    background-color: #3d85c6 !important;
}

.dark-blue-2 {
    color: #0b5394 !important;
}

.bg-dark-blue-2 {
    background-color: #0b5394 !important;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: white;
    position: fixed;
    height: 100%;
    overflow: auto;
}

    .sidebar a {
        display: block;
        padding: 16px;
        text-decoration: none;
    }

        .sidebar a.active {
            background-color: #4caf50;
            color: white;
        }

        .sidebar a:hover:not(.active) {
            background-color: #555;
            color: white;
        }

.columnSteps {
    width: 350px !important;
    overflow-y: auto;
    overflow-x: hidden;
    /* height: calc(100vh - 11em); */
    height: calc(100vh - 18em);
}
.col-ToDo {
    max-width: 350px !important;
}
a.stepStyle {
    display:block;
}
.stepStyle {
    padding: 1em 1.2em;
    border: 1px solid #DDD;
    border-radius: 4px;
    cursor: pointer;
}
.currentStep .stepStyle {
    border-color: #0b5394 !important;
    background-color: #cae6ff;
    color: #0b5394;
}
.completedStep .stepStyle {
    color: #2f8633;
    background-color: #ecffec;
    border-color: #4caf50;
}
.completionIndicatorLoc {
    position: absolute;
    /* bottom: -9px;
    right: -25px; */
    /* bottom: 16px;
    right: 63px; */
    bottom: -8px;
    right: -7px;
}
.completionIndicator {
    background-color: white !important;
    text-transform: uppercase;
    /* position: inherit; */
    z-index: 1000;
    font-size: 0.65rem;
    font-weight: 600 !important;
    border-width: 2px !important;
    /* left: -1rem; */
    letter-spacing: 1px;
}
.completionIndicator div {
    /* margin-top: 1px; */
    margin-left: 2px;
}
.indicatorIcon {
    font-size: 1.3em !important;
}
.todoStep .stepStyle {
    color: #666;
}
.logOut .stepStyle {
    color: #9593A6;
}
.currentStep div i {
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 900;
    color: #0b5394;
}
.completedStep div i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    font-weight: 900;
    color: #4caf50;
}
.todoStep div i {
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 900;
    color: #DDD;
}
.logOut div i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.6em;
    font-weight: 900;
    color: #9593A6;
    margin-left: -10px;
}

.content-box {
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow-y: scroll;
    padding: 20px 30px;
    height: calc(100vh - 12.5em);
    position: relative;
}
#content-footer {
    height: 44px;
    text-align: right;
    font-size: 0.9em;
    padding-right: 1em;
    font-style: italic;
}
.bannerContainer {
    position: sticky;
}

.topBanner {
    /*     display: block; */
    padding: 1.2rem;
    font-size: 1.6rem;
}

.bannerPlaceHolder {
    display: inline-block;
    /*height: 80px;*/
    width: 200px;
    max-width: 200px;
    /*background-color: #ddd;
    color: black;*/
}

.navHeader {
    display: block;
    padding: 16px;
    font-weight: 400;
}

.navHeaderSubtext {
    font-size: 60%;
}

.nav-link {
    width: 100%;
}

.nav-pills .nav-link.active {
    background-color: #6fa8dc;
}

.nav-pills .nav-link {
    border-radius: 2rem 0 0 2rem;
}

.navbar {
    display: unset;
}

.navbar-brand {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

        .sidebar a {
            float: left;
        }

    div.content {
        margin-left: 0;
    }

    .nav-link {
        width: unset;
    }

    .navbar {
        display: flex;
    }

    .nav-pills .nav-link {
        border-radius: 2rem;
    }

    #navigationMenu {
        font-size: 0.8rem;
    }

    .navbar-brand {
        font-size: 1rem;
    }

    .content {
        height: calc(100vh - 4.5em);
    }
}

@media screen and (max-width: 576px) {
    .sidebar a {
        text-align: center;
        float: none;
    }

    #navigationMenu {
        font-size: 0.6rem;
    }

    .navbar-brand {
        font-size: 0.8rem;
    }
}

.smallcaps {
    font-variant: small-caps;
}
#saveNotification {
    display: none;
}
.fieldLabel {
    color: #558;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 0.5em;
    font-variant: small-caps;
}
.q-label {
    font-variant: small-caps;
    color: #558;
    font-weight: 800;
}
