label {
    font-weight: bold;
}
.authentication_error {
    font-size: 18px;
}

.table .thead-primary th {
    color: #fff;
    background-color: #061238;
    border-color: #061238;
}

.table .thead-info th {
    /*color: #fff;*/
    background-color: #bee5eb;
    border-color: #bee5eb;
}

.lobibox-body-text {
    font-size: 20px;
    font-weight: bold;
}

/*.updated {  pointer-events: none; opacity: 0.5  }*/

.table-responsive table th, .table-responsive table td {
    /*font-size: 16px;*/
    padding: 0 0 0 5px !important;
}

.btn-primary {
    color: #fff;
    background-color: #061238 !important;
    border-color: #061238 !important;
}

._text_primary{
    color: #061238;
}

._pb_50 {
    padding-bottom: 65px;
}

._custom-switch {
    margin-top: 35px;
}

.custom-file-input:lang(fr)~.custom-file-label::after {
    content: "Télécharger" !important;
    padding-top: 10px;
}

.custom-file-input{
    opacity: 1 !important;
    padding-top: 4px;
}

._societe_infos p{
    font-size: 16px;
}
._societe_infos {
    background-color: #E3DEDD;
}

.form-control {
    border: 1px solid black !important;
    color: #000;
}

._form_container fieldset {
    border: 1px solid #061238;
    padding: 0 1.1em 0.1em 1em;
    margin: 0 0 0 0;
}

._form_container legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    color: #061238;
}

._infos_societe th, ._infos_societe td {
    background-color: #E3DEDD;
}

.hidden_block {
    display: none;
}


.invalid-feedback {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100% !important;
    width: auto !important;
    padding: 0.25rem 0.5rem;
    margin-top: -0.9rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.bl-1 {
    border-left: 1px solid #FFF;
}

.wc {
    color: #FFF;
}

._bloc_details {
    border: 2px solid black; border-radius: 12px; background-color: #061238;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dropdown-menu {
    background-color: rgb(6 18 56 /92%);
}

.dropdown-item {
    color: white;
}
.address {
    font-size: 1rem;
}

.bb {border-bottom: 1px solid black;}
.bl {border-left: 1px solid black;}
.br {border-right: 1px solid black;}
.bt {border-top: 1px solid black;}

.fc-toolbar-title {
    text-transform: capitalize;
}

.planning_details table td {
    padding: 10px;
    background: #eee;
    border-bottom: 1px solid #fff
}

.email-time{
    text-transform: capitalize !important;
}
.chat-time{
    text-transform: capitalize !important;
}

.bg-success-custom {
    background-color: #32ab1345;
}

.alert-danger-custom {
    /*color: #a94442;*/
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success-custom {
    /*color: #3c763d;*/
    background-color: #32ab1345;
    border-color: #32ab1345;
}


    /*
    ######## ##          ###     ######  ##     ## ##    ##      ######   ######   ######
    ##       ##         ## ##   ##    ## ##     ##  ##  ##      ##    ## ##    ## ##    ##
    ##       ##        ##   ##  ##       ##     ##   ####       ##       ##       ##
    ######   ##       ##     ##  ######  #########    ##        ##        ######   ######
    ##       ##       #########       ## ##     ##    ##        ##             ##       ##
    ##       ##       ##     ## ##    ## ##     ##    ##    ### ##    ## ##    ## ##    ##
    ##       ######## ##     ##  ######  ##     ##    ##    ###  ######   ######   ######
    */

.flashy {
    font-family:  "Roboto", Arial, sans-serif;
    padding: 11px 30px;
    border-radius: 4px;
    font-weight: 400;
    position: fixed;
    top: 20px;
    right: 45%;
    font-size: 16px;
    color: #fff;
    z-index: 1000;
}

.flashy--success {
    background-color: #99c93d;
    color: #fff;
}

.flashy--warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.flashy--muted {
    background: #eee;
    color: #3a3a3a;
    border: 1px solid #e2e2e2;
}

.flashy--muted-dark {
    background: #133259;
    color: #e2e1e7;
}

.flashy--info a,
.flashy--primary-dark a {
    color: #fff;
}

.flashy--error {
    background: #d14130;
    color: #fff;
}

.flashy--primary {
    background: #573e81;
}

.flashy--primary-dark {
    background: linear-gradient(to right, #133259 30%, #0d233e);
}

.flashy--info {
    background: #00baf3;
}

.flashy > ul {
    padding-left: 15px;
}

.flashy > p:only-of-type {
    margin-bottom: 0;
}

.flashy i {
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.flashy .flashy__body {
    color: inherit;
    text-decoration: none;
}

/*
################ END FLASHY CSS ######################
 */

.sunday_bg {
    background: #7dbeff !important;
}
.holiday_bg {
    background: #DDA0DD;
}

.text_red {
    color: red;
}

.text_black {
    color: #000 !important;
}

.required_field {
    color: red;
    font-size: 10px;
}

.message_warning {
    font-weight: bold;
    font-size: 14px;
    color: red;
}