/*Branding colors as specified by the California Community College brand*/
:root {
    --darker-blue: #002755;
    --dark-blue: #002F6D;
    --medium-blue: #0066BA;
    --white: #FFFFFF;
    --light-blue: #40B4E5;
    --ccc-gold: #FFB600;
    --background-blue: #BFD9EA;
}

@font-face {
    font-family: 'Crimson';
    src: url('../fonts/Crimson-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fontawesome/fonts/fontawesome-webfont.ttf') format('truetype');
    font-style: normal;
}

body {
    background-color: #bfd9ea;
    font-family: 'Source Sans Pro';
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
}

.breadcrumbs {
    list-style: none;
    font-size: 14px;
    font-size: .875rem;
    background: var(--medium-blue);
    display: block;
    border-radius: unset;
    min-height: 140px;
}

.navbar-logo {
    min-width: 441px;
    width: 80px;
    height: 80px;
}

.navbar {
    background-color: white;
    height: 110px;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .1);
    flex-wrap: nowrap;
    padding-top: 0;
    padding-bottom: 0;
}

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

.navbar-collapse {
    align-items: end;
}

.navbar-dropdown-btn {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    letter-spacing: .05em;
    color: var(--medium-blue);
    font-weight: 600;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 30px;
}

    .navbar-dropdown-btn:focus, .navbar-dropdown-btn:hover {
        color: black;
    }

.navbar-logout-btn {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 600;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 30px;
}

@media (max-width: 992px) {
    .navbar-logout-btn {
        color: white !important;
    }
}

@media (min-width: 993px) {
    .navbar-logout-btn {
        color: var(--darker-blue) !important;
    }
}

.navigation-bar-link {
    font-family: 'Source Sans Pro';
    letter-spacing: .05em;
    font-size: 20px;
    color: var(--darker-blue) !important;
}

.navbar-toggler-bar {
    background: var(--medium-blue) !important;
    width: 32px !important;
    height: 4px !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar1 {
    margin-top: 0 !important;
}

.navbar-toggler[aria-expanded=true] + .sub-nav-toggle:after {
    color: #ffb600;
    font-size: 18px
}

.navbar-dropdown-btn .sub-nav-toggle:after {
    font-family: "FontAwesome" !important;
    content: "\f107";
    color: var(--medium-blue) !important;
    display: inline-block;
    font-size: 16px;
    line-height: 1px;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-45%);
    transition: transform .25s ease;
}

.navbar-dropdown-btn[aria-expanded=true] .sub-nav-toggle:after {
    transform: rotate(180deg)
}

.small-section-text {
    color: var(--medium-blue) !important;
}

.footer-container {
    clear: both;
    background: var(--dark-blue);
    line-height: 2em;
    font-size: 12px;
    font-size: .75rem;
    font-family: 'Source Sans Pro';
    background-size: cover;
    background-position: top;
    background-color: #d9f0fa;
    transform: none;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex: 1;
}

    .footer-container .nav-link {
        color: var(--medium-blue);
        text-transform: uppercase;
    }

    .footer-container a:focus, .footer-container a:hover {
        text-decoration: underline
    }

    .footer-container:after, .footer-container:before {
        content: " ";
        display: table
    }

.footer-section-label {
    font-family: 'Source Sans Pro';
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 20px;
    margin: 0;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #002755 !important;
    text-transform: uppercase;
}

.yellow_shape_content {
    background-image: url(/../img/shapes/yellow-shape.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 25px;
    margin-left: -25px;
    margin-right: -25px
}


.footer-container:before {
    background: none;
    border-width: 70px 0 0 100px;
    border-color: transparent transparent transparent #d9f0fa
}

.footer-container .footer-container--content-heading {
    overflow: hidden;
    width: 100%
}

.background-circle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.content-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: var(--ccc-gold);
    z-index: 2
}

.background-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    fill: var(--medium-blue);
}

.background-outer-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.icon-container {
    width: 60px;
    height: 60px;
    position: relative;
}

.page-header-text {
    font-family: Crimson;
    color: var(--medium-blue);
}

.landing-page-header {
    font-family: 'Source Sans Pro';
    color: white;
    font-weight: 600;
}

.yellow-line {
    height: 3px;
    flex: 1;
    background: var(--ccc-gold);
    margin: 0 5px;
}

.report-container {
    padding-left: 0.0%;
    padding-right: 0.0%;
    background: white;
}

.card {
    background-color: unset;
    pointer-events: none;
    box-shadow: none;
}

    .card .card-body {
        font-family: 'Source Sans Pro';
        display: flex;
        flex-direction: column;
        padding: unset;
        border: 1px;
        border-color: var(--medium-blue);
        border-style: solid;
        padding: 15px;
        box-shadow: 10px 10px 0 lightblue;
        min-height: 300px;
    }

.page-header {
    padding-left: 9.5%;
}

.index-card-header {
    font-family: Crimson;
    color: var(--medium-blue);
    letter-spacing: normal;
    font-weight: 600;
    white-space: nowrap;
    margin-top: auto;
    margin-bottom: auto;
}

.card-title {
    font-family: Crimson;
    color: var(--medium-blue);
    letter-spacing: 0.05rem;
}

.dropdown-menu {
    border-top: 5px solid #ffb600;
    position: absolute;
    left: -30px;
    top: calc(100% + 12px);
    background: #d9f0fa;
    padding: 15px 0;
    width: 260px;
    z-index: 10;
    border-radius: 0px;
    margin-top: 0 !important;
    transform: none;
    transition: unset !important;
}

.dropdown-menu:before {
    content: none;
}

.dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color: var(--medium-blue);
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #c0e6f5;
    text-decoration: none
}

.navbar-dropdown-btn:focus {
    outline: 2px solid #002f6d;
}

.container-fluid {
    padding-left: unset;
}

.logo-link {
    padding-left: 9.5%;
}

.blue-button {
    border: 0;
    display: inline-block;
    padding: 16px 24px;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    color: #fff;
    background: #0066ba;
    display: block;
    padding-right: 54px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: auto;
    text-overflow: ellipsis;
}

    .blue-button:after {
        font-family: "FontAwesome";
        content: "\f105";
        position: absolute;
        right: 18px;
        width: 24px;
        height: 24px;
        top: 50%;
        transform: translateY(-50%)
    }

    .blue-button:focus, .blue-button:hover {
        background: #005296;
        color: #fff;
        cursor: pointer;
        text-decoration: none
    }

.card-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 9.5%;
    padding-right: 9.5%;
}

.user-card-header {
    display: flex;
    flex-direction: row;
}

.navbar-nav {
    padding-right: 9.5%;
}

.navbar-nav .navbar-toggler[aria-expanded=true] + .navbar-nav {
    border-top: 5px solid #ffb600;
}

@media (min-width: 768px) {
    .card-list > li {
        margin-top: -125px;
    }

    .card-list > li:nth-of-type(odd) {
        padding-right: 55%;
    }

    .card-list > li:nth-of-type(2n) {
        padding-left: 55%;
    }
}

.form-select {
    border-radius: unset;
}

.form-control {
    border-radius: unset;
}

.form-group {
    text-transform: uppercase;
    color: var(--darker-blue);
}

.admin-filter-btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: var(--medium-blue);
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    transition: all 0.15s ease-in;
}

    .admin-filter-btn:disabled, .admin-filter-btn.disabled,
    fieldset:disabled .admin-filter-btn {
        pointer-events: none;
        opacity: 0.65;
    }

.blue-button:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 18px;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%)
}

.fa-edit {
    font-family: "FontAwesome";
    content: "\f303";
    color: inherit !important;
}

.tabulator-col-title {
    font-family: Crimson;
    font-size: 16px;
    color: var(--medium-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.tabulator-row {
    border-bottom: 1px solid var(--background-blue) !important;
}

    .tabulator-row:nth-child(even) {
        background-color: transparent !important;
    }

    .tabulator-row:nth-child(odd) {
        background-color: transparent !important;
    }

.tabulator-header {
    border-top: none !important;
    border-bottom: 2px solid var(--ccc-gold) !important;
}

.tabulator-footer {
    background: var(--medium-blue) !important;
}

.tabulator-paginator > label {
    color: white !important;
}

.explorationContainer .exploreCanvas .canvasFlexBox .displayAreaContainer .displayAreaViewport {
    background: var(--medium-blue) !important;
}

.tabulator-page {
    border-radius: unset !important;
    background: white !important;
    color: var(--dark-blue) !important;
}

@media (max-width: 767px) {
    .card-list > li {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .navbar {
        height: 80px;
    }

    .navbar-logo {
        min-width: 223px;
        height: 40px;
    }

    .breadcrumbs {
        min-height: 110px !important;
    }

    .navbar-nav {
        padding-right: unset !important;
        border-top: 5px solid #ffb600;
    }
    .navbar-nav .nav-item {
        font-size: 18px;
    }

    .navbar-dropdown-btn {
        color: white !important;
        font-size: 1.125rem !important;
        border-bottom: 1px solid #fff;
        border-radius: unset !important;
        width: 100% !important;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #0066ba;
        position: relative;
    }

    .navbar-collapse {
        list-style: none;
        margin: 0;
        padding-left: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        display: block;
        overflow-y: scroll;
    }

    .dropdown-menu {
        border-top: unset !important;
        position: absolute;
        left: -30px;
        top: calc(100% + 12px);
        background: #d9f0fa !important;
        padding: 15px 0;
        z-index: 10;
        border-radius: 0px;
        margin-top: 0 !important;
        transform: none;
        height: 100%;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        overflow-x: unset !important;
    }

    .navbar-dropdown-btn .sub-nav-toggle:after {
        color: var(--ccc-gold) !important;
        font-size: 24px;
    }
    .sub-nav-toggle {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width: 800px) {
    .tabulator {
        min-width: 900px;
        font-size: 100% !important;
        font-weight: normal;
    }
}
