﻿.listing-employee{
    margin-top: -90px;
    
}
.listing-employee .header-container-title {
    margin-top: 10px;
    margin-left: 0px;
}

.change-role-popup {
}


.listing-employee .list-employee-filter {
    margin-top: 15px;
}

.listing-employee .list-employee-filter .reset-list-employee-filter {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.listing-employee .list-employee-filter .reset-list-employee-filter .reset-filter-label {

    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}

.listing-employee .list-employee-filter .reset-list-employee-filter .reset-filter-action {

}

.listing-employee .list-employee-filter .reset-list-employee-filter .reset-filter-action span {
    color: black !important;
    cursor: pointer;
}

.listing-employee .list-employee-filter .reset-list-employee-filter .reset-filter-action span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.medical-restrictions-badge-false {
    padding: 5px;
    background-color: #B5E61D;
    border: solid 1px #22B14C;
    border-radius: 5px;
    width: 100px;
    height: 25px;
    font-size: 10px;
    text-transform: capitalize;
    text-align: center;
}

.medical-restrictions-badge-true {
    width: 100px;
    height: 25px;
    padding: 5px;
    background: #F7CCCC;
    color: #570000;
    border: solid 1px #570000;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.medical-restrictions-badge-true-sm{
    background-color: #F2E3CD;
    border: solid 1px #765B35;
    color: #765B35;
}

.autorisation-badge-true {
    width: 70px;
    height: 25px;
    padding: 5px;
    background-color: #E5EDE6;
    border: solid 1px #609267;
    color: #609267;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}

.autorisation-badge-true-sm {
    background-color: #E5EDE6;
    border: solid 1px #609267;
    color: #609267;
}

.autorisation-badge-false {
    width: 70px;
    height: 25px;
    padding: 5px;
    background-color: #F2E3CD;
    border: solid 1px #765B35;
    color: #765B35;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}

