/*.required:after {*/
/*    content:" *";*/
/*    color: red;*/
/*}*/

.navbar-owner-instance {
    background: #18191E;
    color: #FFFFFF;
    font-family: Open Sans, serif;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    height: 15%;
}

.navbar-owner-instance strong {
    font-weight: 600;
}

.navbar-owner-instance h5 {
    font-weight: 200;
}

.navbar-owner-instance .description {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 200;
}

.profile-picture {
    width: 60px;
    border-radius: 50%;
}

.search-by-employee {
    padding: 16px 16px !important;
}

.container strong {
    color: #595959;
    font-size: 15px;
}

.container small {
    color: #A3A3A3;
    font-size: 12px;
}

.container-schedule {
    margin-top: 0px;
}

.container-schedule h5 {
    font-weight: 600;
    font-size: 18px;
    color: #585666;
}

.time-hour {
    font-weight: bold;
    color: #595959;
}

.employee-home-card {
    /*background: #FFFFFF;*/
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 14px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.vl-home {
    border-left: 1px dashed #1a1e21;
    height: 35px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.confirm-cancel {
    background: #FFFFFF;
}

.cancel-top {
    width: 43px;
    height: 2px;
    background: #B1B0B8;
    opacity: 0.6;
    border-radius: 5px;
}
