﻿.top-header {
    width: 100%;
    height: 135px;
    background-image: url(/img/header_image.png);
    background-size: cover;
    background-position: top;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin-top: 63px;
}

    .top-header > h2 {
        padding-top: 1.5em;
        font-family: Montserrat;
        color: #917C3F;
    }

.top-header-dashboard {
    width: 100%;
    height: 150px; /*135px*/
    background-image: url(/img/header_dashboard.jpg);
    background-size: cover;
    background-position: center;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin-top: 63px;
}

    .top-header-dashboard > h4 {
        color: white;
        font-family: Montserrat;
    }

    .top-header-dashboard > h3 {
        color: white;
        font-family: Montserrat;
        padding-top: 1.5em;
    }


.top-header-recognition-dashboard {
    width: 100%;
    height: 150px; /*135px*/
    background-image: url(/img/headers/header_welcome_recognition.png);
    background-size: cover;
    background-position: center;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin-top: 63px;
}

    .top-header-recognition-dashboard > h4 {
        color: white;
        font-family: Montserrat;
    }

    .top-header-recognition-dashboard > h3 {
        color: white;
        font-family: Montserrat;
        padding-top: 1.5em;
    }


.top-header-finish {
    width: 100%;
    height: 300px;
    background-image: url(/img/header_finish_frontOffice_image.png);
    background-size: cover;
    background-position: center;
    padding-left: 9.5rem;
    padding-right: 3.5rem;
    margin-top: 63px;
    box-shadow: inset 300px 0px 100px 10px rgba(0,0,0,0.6) !important;
}

    .top-header-finish h2 {
        padding-top: 1.5em;
        font-family: Montserrat;
        color: #fff !important;
    }

    .top-header-finish h1 {
        padding-top: 0.5em;
        font-family: Montserrat;
        color: #fff !important;
        font-weight: 600;
    }


@media (min-height: 950px) {
    .top-header-finish {
        height: 450px !important;
        box-shadow: inset 450px -15px 117px 50px rgba(0,0,0,0.6) !important
    }
}


.top-header-welcome {
    width: 100%;
    height: 200px;
    background-image: url(/img/header_welcome_frontOffice.png);
    background-size: cover;
    background-position: center;
    padding-left: 9.5rem;
    padding-right: 3.5rem;
    margin-top: 63px;
}

    .top-header-welcome h3 {
        padding-top: 1.5em;
        font-family: Montserrat;
        color: #fff !important;
    }

    .top-header-welcome h2 {
        font-family: Montserrat;
        color: #fff !important;
        font-weight: 600;
    }


@media (min-height: 950px) {
    .top-header-welcome {
        height: 250px !important;
    }

        .top-header-welcome h3 {
            padding-top: 1.5em;
            font-family: Montserrat;
            color: #fff !important;
            font-size: 2rem !important;
        }

        .top-header-welcome h2 {
            font-family: Montserrat;
            color: #fff !important;
            font-weight: 600;
            font-size: 2.5rem !important;
        }
}

.main-content-header {
    background-color: #fff;
    text-align: center;
}

.page-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.main-content-footer {
    background-color: transparent;
    margin-top:20px;
}

.topbar-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 63px;
    margin-left: 1%;
    margin-right: 2%;
}

.right-top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 1% 0px 0px;
    gap: 16px;
    height: 63px;
    margin-left: 18px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.topbar {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    top: 0px;
    background: #fff;
    z-index: 9998;
    position: fixed;
}


.topbar-items {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    width:100%;
}

    .topbar-items > li > a {
        text-decoration: none;
    }

.topbar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    height: 35px;
    height: 63px;
    text-decoration: none;
    justify-content: center;
    padding: 0.25rem 20px;
}

    .topbar-item:hover .topbar-item-text {
        color: #907c3f !important;
        font-weight: 600 !important;
    }

.topBarItemActivated {
    color: #907c3f !important;
    font-weight: 600 !important;
}

.dropdown-item {
    width: auto;
}

    .dropdown-item-color:hover {
        border-top: 10px solid #907c3f;
        background-color: #f4f2ec;
        padding-bottom: 14px;

    }

.topbar-item-text {
    font-size: 14px;
    color: #243141;
    width: 165px;
    text-align: center;
}

.right-top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 1% 0px 0px;
    gap: 16px;
    height: 63px;
    margin-left: 18px;
}

.login-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 28px;
    width: 77%;
    height: 39px;
}

.login-left {
    display: flex;
    gap: 16px;
}

.login-right {
    width: 24px;
    height: 24px;
}

.loginIconHeader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 7px;
    width: 28px;
    height: 28px;
    border-radius: 26px;
}

.loginColumn {
    text-align: left;
    font-size: 12px;
    display: grid;
    color: #243141;
}

.logout-button {
    text-decoration: none;
    color: #243141;
    display: inline-flex;
}

.logout-button:hover {
    color: #907c3f !important;
    font-weight: 600 !important;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
            font-weight:600;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}







/* Responsiveness */

@media (max-width: 950px) {
    #login-card-body-development {
        padding: 0% 7% 7% 7% !important;
    }

    #login-card-header-development {
        padding: 7% 7% 0% 7% !important;
    }
}

@media (max-width: 850px) {
    #login-title-development {
        font-size: 22px !important;
    }

    #login-subtitle-development {
        font-size: 14px !important;
    }

    #login-forgot-button-development {
        float: inherit !important;
    }

    #login-submit-button-development {
        margin-top: 20px !important;
    }
}

@media (max-height: 700px) and (min-width:400px) {

    #login-card-body-development {
        padding: 0% 8% 8% 8% !important;
    }

    #login-card-header-development {
        padding: 8% 8% 0% 8% !important;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    #login-card-development {
        width: 60% !important;
    }
}

@media (max-width: 600px) {
    #login-card-development {
        width: 100% !important;
    }

    #login-submit-button-development {
        margin-top: 35px !important;
    }

    #login-forgot-button-development {
        margin-top: 5px;
    }

    body {
        background-size: 180px, cover !important;
        background-position: 3.5rem 5%, 0px !important;
    }
}

@media (max-width: 500px) {
    body {
        background-size: 150px, cover !important;
        background-position: 2rem 5%, 0px !important;
    }

}

@media (max-width: 400px) {
    #login-title-development {
        font-size: 18px !important;
    }
}

@media (max-width: 300px) {
    #login-title-development {
        font-size: 16px !important;
    }
}
