
fieldset div,
fieldset legend {
    padding-left: 5px;
    padding-right: 5px
}

.modal-dialog-error {
    background-color: #fff;
    width: 500px;
    max-width: 500px;
    top: 50px;
    border: 1px solid #000;
    border-radius: .3rem
}

.modal-background {
    background-color: #dcdcdc
}

.bg-softcenter {
    background: #144174 !important
}

.modal-header-custom {
    color: #fff;
    background-color: #144174
}

.modal-error-header-custom {
    color: #fff;
    background-color: #de4856
}

.modal-footer-line {
    color: #3f4c58
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden
}

.dataTables_length select {
    border: 1px solid;
    border-radius: 1.5em
}

.table thead {
    color: #fff;
    background: #626b88
}

.table thead th {
    height: 40px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    text-align: center
}

.table tbody td {
    height: 35px
}

.tb_board {
    background: #363b4c
}

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

.form-control:disabled,
.form-control[readonly] {
    opacity: .9 !important;
    color: #757a87 !important
}

.card-font-size-accueil {
    font-size: 19px
}

.table-td-accueil {
    font-size: 1rem
}

.badge-formula {
    background-color: #909397;
    color: #2e2d2d
}

.world_in_middle_line {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    border-bottom: 1px solid #e1d9d9;
    line-height: .1em;
    margin: 10px 0 20px
}

.world_in_middle_line span {
    background: #fff;
    padding: 0 10px;
    font-weight: 700
}

.label-check-custom {
    font-weight: 400;
    color: #6c7581
}

.search-dropdown,
.search-input,
.search-input-date {
    vertical-align: middle;
    border-color: #849eb0;
    /* color: #000; */
    line-height: 6%;
    min-width: 50px;
    max-height: 27px;
    border-radius: 3px
}

fieldset {
    border-radius: 5px
}

fieldset legend {
    margin-left: 30px
}

.button_cursor {
    cursor: pointer
}

.search-input {
    padding: 8px
}

.search-dropdown {
    padding: 3px 8px 8px
}

.search-input-date {
    text-align: center;
    font-weight: 400;
    padding: 8px;
    max-width: 110px
}

.label_search {
    color: #4588b3
}

.label_search_date {
    color: #4588b3;
    width: 110px
}

.label_search_year {
    color: #4588b3;
    width: 60px
}

.export-button,
.search-button {
    border-radius: 3px;
    border-color: #4588b3
}

.btn-bg-softcenter,
.form-control {
    border-color: #dee2e6
}

.export-button-label {
    padding-top: 17px
}

.badge-id {
    background-color: #d5dae9;
    font-weight: 700;
    color: #363b4c;
    font-size: 14px
}

.badge-identite {
    background-color: #d5dae9;
    font-weight: 700;
    color: #8b3e9b;
    font-size: 14px
}

.btn-bg-softcenter {
    background-color: #ececec
}

.disabled-element {
    pointer-events: none;
    background-color: #aea5a51a;
    opacity: 1;
    cursor: default;
    border-radius: .1rem;
    color: rgb(195, 188, 188);
    border-color: #ccc6c6;
}


/* pointer-events: none; cursor: default; background-color: rgb(198, 190, 190); */

.very_small {
    font-size:0.8em;
}

.very_very_small {
    font-size:0.7em;
}


.bg-navigation {
    background-color: #327cbc;
}
.bg-field{
    color:rgb(255, 255, 255)!important;
    background-color:rgb(47, 47, 56) !important;
    opacity: -bs-bg-opacity, 1;
}