﻿.top-header {
    width: 100%;
    height: 135px;
    background-image: url(/img/headers/header_recognition.png);
    background-size: cover;
    background-position: top;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin-top: 63px;
}

    .top-header h2 {
        color: white;
        padding-top: 1.5em;
        font-family: Montserrat;
        color: #917C3F;
    }

.top-header-welcome {
    width: 100%;
    height: 170px;
    background-image: url(/img/headers/header_welcome_recognition.png);
    background-size: cover;
    background-position: center;
    padding-left: 9.5rem;
    padding-right: 3.5rem;
    margin-top: 63px;
}

    .top-header-welcome h5 {
        padding-top: 1.5em;
        font-family: Montserrat;
    }

    .top-header-welcome h2 {
        font-family: Montserrat;
        font-weight: 600;
    }


@media (min-height: 950px) {
    .top-header-welcome {
        height: 220px !important;
    }

        .top-header-welcome h5 {
            padding-top: 2em;
            font-family: Montserrat;
            font-size: 1.5rem !important;
        }

        .top-header-welcome h2 {
            font-family: Montserrat;
            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;
    height: 63px;
    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;
    height: 63px;
}

.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;
}


.header-divider {
    border-left: 1px solid #BDBDBD;
    height: 35%;
    margin-right: 25px;
    margin-left: 25px;
}

.main-content {
    padding-left: 6rem;
    padding-top: 1rem;
    font-size: 16px;
    padding-right: 6rem;
}


/* Responsiveness */

/* WIDTH */

@media (min-width: 850px) and (max-width: 1300px) {
    .top-header-definition h2 {
        width: 150% !important;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    #login-card-recognition {
        width: 60% !important;
    }
}

@media (max-width: 1350px) {
    #percentage-details {
        /*display: none;*/
        width: 100% !important;
        margin-top: 35px;
    }

    #objectives-details {
        width: 100% !important;
    }

    #objectives-details-collaborator-main {
    display: block !important; 
    
    
    }
    /*#percentage-details-alternative{

        display: block !important;
    }*/
    #collaborator-details-goback {
        display: none !important;
    }

    #collaborator-details-goback-mobile {
        display: block !important;
    }
















}

@media (max-width: 1200px) {
    .objective-inputs {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .percentage-graph {
        display: none;
    }

    .percentage-graph-alternative {
        display: block !important;
    }

    .objective-input {
        width: 100% !important;
        padding-top: 10px !important;
    }

    .objective-label {
        width: 100% !important;
    }

    #evaluation-inputs {
        height: calc(100% - 140px) !important;
        /*overflow-x: auto;
        white-space: nowrap;*/
    }

    #evaluation-buttons {
        margin-top: 25px;
    }
}

@media (max-width: 1150px) {
    .progress-number-left {
        display: none;
    }

    .progress-bar {
        display: none;
    }

    .progress-number-right {
        display: none;
    }

    .progress-bar-container {
        justify-content: center;
    }

    #header-recognition-evaluation span span {
        display: none;
    }

    #header-recognition-evaluation span::after {
        content: " Avaliação";
    }

    #header-recognition-definition span span {
        display: none;
    }

    #header-recognition-definition span::after {
        content: " Definição";
    }
}

@media (max-width: 1100px) {
    #myProfile-picture-div {
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    #myProfile-inputs-div {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }
}

@media (max-width: 1000px) {
    #subTabObjectivesModelButton1 span span {
        display: none;
    }

    #subTabObjectivesModelButton1 span::after {
        content: "Organizacional";
    }

    #subTabObjectivesModelButton2 span span {
        display: none;
    }

    #subTabObjectivesModelButton2 span::after {
        content: "Equipa";
    }

    #subTabObjectivesModelButton3 span span {
        display: none;
    }

    #subTabObjectivesModelButton3 span::after {
        content: "Individual";
    }
}

@media (max-width: 950px) {
    #login-card-body-recognition {
        padding: 0% 7% 7% 7% !important;
    }

    #login-card-header-recognition {
        padding: 7% 7% 0% 7% !important;
    }

    #objectives-details-inputs {
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 900px) {

    #percentage-details-alternative {
        display: block !important;
    }

    #percentage-details {
        display: none !important;
    }



    #header-recognition-evaluation span img {
        display: none;
    }

    #header-recognition-definition span img {
        display: none;
    }

    #header-recognition-final-evaluation span img {
        display: none;
    }

    #header-recognition-year span img {
        display: none;
    }



    .main-content {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .top-header-welcome {
        padding-left: 6.5rem !important;
    }

        .top-header-welcome div {
            width: 50% !important;
        }

    .top-header-definition {
        padding-left: 6.5rem !important;
    }

        .top-header-definition div {
            width: 50% !important;
        }

    .top-header-details {
        padding-left: 6.5rem !important;
    }

    .container-footer {
        padding-left: 6rem !important;
    }

    #dropdownAddCollaboratorWaveButton {
        width: 60% !important;
    }

    #dropdownAddCollaboratorWave {
        width: 60% !important;
    }

    #selected-collaborator-definition {
        width: 60% !important;
    }

    #login-title-recognition {
        font-size: 22px !important;
    }

    #login-subtitle-recognition {
        font-size: 14px !important;
    }

    #login-forgot-button-recognition {
        float: inherit !important;
    }

    #login-submit-button-recognition {
        margin-top: 20px !important;
    }















}


@media (max-width: 750px) {
    #topbar-name-recognition {
        display: none;
    }

    #topbar-name-mobile-recognition {
        display: flex !important;
    }

    .top-header-details h6{
        padding-top: 3rem !important;
    }

    .container-footer {
        white-space: normal;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .profile-input {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 25px !important;
        text-align: center;
    }

    #image-container {
        margin-right: 35px !important;
    }

    #displayPasswordMyProfile {
        justify-content: center;
    }
}

@media (max-width: 700px) {

    .loginColumn {
        display: none;
    }

    #logout-recognition-text {
        display: none;
    }

    #main-sidebar-button {
        padding-right: 15px !important;
    }

    .logout-button {
        padding-left: 15px !important;
    }

    /* #################### EVALUATIONS TABLE FROM HERE #################### */
}

@media (max-width: 680px) {


    .body-recognition-year {
    padding-left: 50% !important;
    
    }

    .progress-bar-container span {
    padding-left: 0px !important;
    
    }

    .body-recognition-actions div button {
        width: 45px !important;
        height: 45px !important;
    }

    .body-recognition-actions .evaluationOptionsDropdown {
        text-align: right !important;
    }

    .dropdownMenuUserManagement i {
        font-size: 22px !important;
    }


    .progress-number-right {
    display: none !important;
    
    }





    /*#header-recognition-evaluation {
        display: none;
    }

    #header-recognition-definition {
        display: none;
    }*/

    /*.body-recognition-definition {
        display: none;
    }

    .body-recognition-evaluation {
        display: none;
    }*/






    /*.body-recognition-actions-mobile div button {
        width: 45px !important;
        height: 45px !important;
    }


    #body-recognition-actions-collaborator {
        display: none !important;
    }


    .body-recognition-actions {*/
        /*display: none;*/

        /*width: 100% !important;
        display: inline-flex !important;
        gap: 10px !important;
        justify-content: right !important;
    }

    .body-recognition-actions div button {
    width: 45px !important;
    height: 45px !important;
    }


        .dropdownMenuUserManagement {
    width: 45px !important;
    height: 45px !important
    
    }

    .dropdownMenuUserManagement i{
        font-size: 22px !important;
    }


    .body-recognition-actions-mobile {
        display: block !important;
    }*/
}

@media (max-width: 600px) {
    .main-content {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .top-header-welcome {
        padding-left: 3.5rem !important;
    }

        .top-header-welcome div {
            width: 60% !important;
        }

        .top-header-welcome h5 {
            padding-top: 2.5rem !important;
        }

    .top-header-definition {
        padding-left: 3.5rem !important;
    }

        .top-header-definition div {
            width: 60% !important;
        }

    .top-header-details {
        padding-left: 3.5rem !important;
    }

    .container-footer {
        padding-left: 3rem !important;
    }

    #dropdownAddCollaboratorWaveButton {
        width: 80% !important;
    }

    #dropdownAddCollaboratorWave {
        width: 80% !important;
    }

    #selected-collaborator-definition {
        width: 80% !important;
    }

    #login-card-recognition {
        width: 100% !important;
    }

    #login-submit-button-recognition {
        margin-top: 35px !important;
    }

    #login-forgot-button-recognition {
        margin-top: 5px;
    }

    body {
        background-size: 180px, cover !important;
        background-position: 3.5rem 5%, 0px !important;
    }


    #objectives-details-title {
        font-size: 18px !important;
    }

    #objectives-evaluation-title {
        font-size: 18px !important;
    }

    #objectives-details-title-legend {
        font-size: 14px !important;
    }

    .table-main-header th span {
        font-size: 14px !important;
    }

    #percentage-details table {
    font-size: 14px !important;
    
    }

}

@media (max-width: 565px) {
    #topbar-name-recognition {
        display: none;
    }

    #topbar-name-mobile-recognition {
        display: none !important;
    }

    .header-divider {
        display: none;
    }
}

@media (max-width: 540px) {
    #subTabObjectivesModelButton1 span span {
        display: none;
    }

    #subTabObjectivesModelButton1 span::after {
        content: "Org.";
    }

    #subTabObjectivesModelButton2 span span {
        display: none;
    }

    #subTabObjectivesModelButton2 span::after {
        content: "Equ.";
    }

    #subTabObjectivesModelButton3 span span {
        display: none;
    }

    #subTabObjectivesModelButton3 span::after {
        content: "Ind.";
    }

    #tabObjectivesButton1 span span {
        display: none;
    }

    #tabObjectivesButton1 span::after {
        content: "Definição";
    }

    #tabObjectivesButton2 span span {
        display: none;
    }

    #tabObjectivesButton2 span::after {
        content: "Avaliação";
    }
}

@media (max-width: 500px) {

    #percentage-details table {
        font-size: 12px !important;
    }

    .container-footer {
        padding-left: 2.5rem !important;
    }


    .top-header-welcome {
        padding-left: 2.5rem !important;
    }


    .top-header-definition {
        padding-left: 2.5rem !important;
    }


    .top-header-details {
        padding-left: 2.5rem !important;
    }


    .container-body {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }


    #header-recognition-year span {
    font-size: 14px !important;
    padding-left: 0px !important;
    
    }


    #header-recognition-final-evaluation span {
    font-size: 14px !important;
    
    }


    #dropdownAddCollaboratorWaveButton {
        width: 100% !important;
    }

    #dropdownAddCollaboratorWave {
        width: 100% !important;
    }

    #main-login-div {
        height: calc(88vh - 2rem - 36px) !important;
    }

    body {
        background-size: 150px, cover !important;
        background-position: 2rem 5%, 0px !important;
    }

    #selected-collaborator-definition {
        width: 100% !important;
    }

    #evaluation-buttons {
        float: none !important;
        justify-content: center !important;
    }

    .accordion-button {
        padding-left: 0.5rem !important;
        padding-right: 1rem !important;
    }

        .accordion-button div {
            padding-right: 0.5rem !important;
        }

}

@media (max-width: 460px) {
    #objective-definition-finish-modal-pie {
        --b: 20px !important;
    }

    #objective-evaluation-finish-modal-pie {
        --b: 20px !important;
    }

    #header-recognition-final-evaluation span span {
        display: none;
    }

    #header-recognition-final-evaluation span::after {
        content: " Aval. Final";
    }
}

@media (max-width: 450px) {
    #header-recognition-final-evaluation {
        width: 13% !important;
    }

        #header-recognition-final-evaluation span {
            padding-left: 0 !important;
        }

    .body-recognition-final-evaluation {
        width: 13% !important;
    }

    #header-recognition-year {
        width: 1% !important;
    }

    .body-recognition-year {
        width: 1% !important;
    }
}

@media (max-width: 426px) {
    .top-header-details h6 {
        padding-top: 2rem !important;
    }
}

@media (max-width: 410px) {
    #objective-definition-finish-modal-pie {
        --b: 15px !important;
    }

    #objective-evaluation-finish-modal-pie {
        --b: 15px !important;
    }
}

@media (max-width: 400px) {
    #login-title-recognition {
        font-size: 18px !important;
    }
}

@media (max-width: 300px) {
    #login-title-recognition {
        font-size: 16px !important;
    }
}

/* HEIGHT */

@media (max-height: 700px) and (min-width:400px) {

    #login-card-body-recognition {
        padding: 0% 8% 8% 8% !important;
    }

    #login-card-header-recognition {
        padding: 8% 8% 0% 8% !important;
    }
}