﻿.table-main {
    font-family: Montserrat;
    width: 100%;
    color: #243141;
}

    .table-main tr {
        height: 40px;
    }

.table-main-header {
    font-size: 18px;
}

    .table-main-header th {
        padding-bottom: 8px;
        font-size: 14px;
    }

.button_edit_button {
    padding: 10px;
}

    .button_edit_button:hover {
        background: rgba(0, 0, 0, 0.075);
        cursor: pointer;
    }

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

select:required:invalid {
    color: gray;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

.successButton {
    background-color: #243141;
    font-family: Montserrat;
    border-radius: 0px;
}

.secondaryButton {
    border: 1px solid #243141;
    color: #243141;
    font-family: Montserrat;
    font-weight: 600;
    border-radius: 0px;
}

.buttonSearchManagement {
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: #ced4da;
    height: inherit;
    padding: 0.5rem 0.75rem;
}

.input-group-addon .eyePassword {
    margin-left: -30px;
    cursor: pointer;
    z-index: 200;
    position: absolute;
    font-size: large;
    color: grey;
    margin-top: 8px;
}

.tabActivate {
    border-bottom: 5px solid #243141 !important;
    font-weight: 600 !important;
}

.subTabActivate {
    border-bottom: 5px solid #917C3F !important;
    font-weight: 600 !important;
}

    .subTabActivate span {
        color: #917C3F !important;
    }

.buttonProficiencyLevelActivated {
    background: #243141 !important;
}

    .buttonProficiencyLevelActivated span {
        color: #fff !important;
    }


/* My Profile, profile picture hover START */

#image-container {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    /*margin: 0 55px;*/
    --bs-gutter-x: 0;
}

#image-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

    #image-overlay i {
        color: white;
        font-size: 30px;
    }

#image-container:hover #image-overlay {
    opacity: 1;
    cursor: pointer;
}

/* My Profile END */


@media (min-height: 950px) {
    .CompetencyModelSubTabPage {
        min-height: 300px !important;
    }
}

.columnbackgroundlight {
    width: 95%;
    display: block;
    background-color: #d3cbb2;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    height: 55px;
}

.columnbackgroundDone {
    width: 95%;
    display: block;
    background-color: #907c3f;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    color: #fff;
    height: 55px;
}

.columnbackgroundToStart {
    width: 95%;
    display: block;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    height: 55px;
}


.secondaryButtonDisabled {
    border: none;
    color: #fff;
    font-family: Montserrat;
    border-radius: 0px;
    background-color: #cccccf;
    pointer-events: none;
}


.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}


/*Accordion changes for FAQs page*/

.accordion-button:not(.collapsed) {
    font-weight: 600 !important;
    background-color: #f8f9fa !important;
}

.accordion-button:focus {
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
