/*#region Dashboard*/
.highlight {
    background-color: #aeffd5 !important;
}

.dashboard-navigation-tile {
    border: 5px solid var(--primary) !important;
    margin: 1.5rem;
    cursor: pointer;
    overflow: hidden;
    width: 400px;
    height: 250px;
}

    .dashboard-navigation-tile:hover .dashboard-navigation-tile-image-map {
        opacity: 0.7;
        transform: scale(1.2);
    }

    .dashboard-navigation-tile:hover .dashboard-navigation-tile-image-custom {
        opacity: 0.7;
        transform: scale(1.2);
    }

.dashboard-navigation-tile-image-map {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 60% !important;
    height: auto;
    transform: scale(1);
    opacity: 0.4;
    align-self: center !important;
}

.dashboard-navigation-tile-image-custom {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    height: 100%;
    transform: scale(1);
    opacity: 0.4;
}

.dashboard-navigation-tile-text {
    color: var(--secondary);
    background-color: var(--white);
    font-family: 'CampTimberStraight', sans-serif !important;
}
/*#endregion*/

/*#region Navigation Bar - Dashboard/Admin Pages*/
.nav-bar-circle-icon {
    border: 1px solid var(--secondary);
    border-radius: 50px;
    height: 35px;
    width: 35px;
    background-color: var(--secondary);
    color: white;
    line-height: 35px;
}

.navigation-logo{
    width: 75px;
    height: auto;
}
/*#endregion*/

/*#region Navigation Bar - Curriculum Pages*/
.curriculum-navbar {
    z-index: 3;
}

    .curriculum-navbar .nav-bar-circle-icon {
        border: 1px solid var(--info);
        border-radius: 50px;
        height: 35px;
        width: 35px;
        background-color: var(--info);
        color: white;
        line-height: 35px;
    }
/*#endregion*/

/*#region Class Selection*/
img.class-background {
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    -ms-background-size: cover;
    background-size: cover;
    z-index: -100;
}
/*#endregion*/

/*#region Cards*/
.camp-timber-card {
    background-color: #D6CD9F !important;
    border: 15px solid var(--primary) !important;
    border-radius: 30px !important;
}

.card-orange-top {
    border-top: 4px solid var(--secondary) !important;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: #FFF !important;
}
/*#endregion*/

/*#region Module Chapters*/
img.progress-background {
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    -ms-background-size: cover;
    background-size: cover;
    z-index: -1;
}

/*#endregion*/

/*#region General CSS*/
.cursor-pointer {
    cursor: pointer;
}

.text-decoration-underline{
    text-decoration: underline;
}

.invisible-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.validation-summary ul {
    list-style-type: none;
}

.validation-summary-valid {
    display: none;
}

/*#endregion*/

/*#region Error Pages*/
img.error-page-image {
    background-repeat: no-repeat;
    width: 40%;
    height: 40%;
}

.error-page-text {
    font-size: 1.5em;
    color: #E76E2F;
}
/*#endregion*/

/*#region Reports*/
.overview-report-card{
    min-height: 90px;
}

.overview-count-number{
    font-size: 1.5rem;
}

.btn-filter[data-showing="true"] {
    color: white !important;
    background-color: var(--info) !important;
}

.school-column-width, .role-column-width{
    max-width: 100px;
}
/*#endregion*/