.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.datatable-highlight {
    background-color: #eaeaf9 !important;
}

.dropdown-message .dropdown-item,
.dropdown-notification .dropdown-item {
    transition: none;
    border-radius: 0.25rem;
    white-space: normal;
    padding: 8px 10px;
    margin: 0 5px 5px;
    width: auto;
}

.logo-img {
    height: 55px;
    max-width: auto;
}

.aside-logo {
    margin-left: -5px;
}

.aside {
    z-index: 501 !important;
}

.aside.minimize + .content {
    margin-left: 60px;
}

@media (min-width: 1200px) {
    .aside-fixed + .content {
        margin-left: 240px;
    }
}

.content-search {
    width: 700px;
    display: flex;
    align-items: center;
}

/* select2 */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    /* border-color: rgba(72, 94, 144, 0.16); */
    border-radius: 0.25rem;
    height: 38px;
    outline: none;
}

/* select2 fermé */
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #d3d3d3 transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

/* select2 ouvert */
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent white transparent;
    border-width: 0 4px 5px 4px;
}

.nav-aside .nav-item + .nav-item {
    margin-top: 5px;
}

.nav-label {
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Custom CSS colors */
.text-omnidesk,
.text-omnidesk:link {
    color: #25245e;
}

.bd-orange {
    border-color: #fd7e14;
    /* background-color: #fd7e14; */
}

.bd-primary {
    border-color: #25245e;
}

.bd-secondary {
    border-color: #8392a5;
}

.label-0,
.text-label-0 {
    background: #f51414;
}

.label-1,
.text-label-1 {
    background: #c60000;
}

.label-2,
.text-label-2 {
    background: #e76101;
}

.label-3,
.text-label-3 {
    background: #e28903;
}

.label-4,
.text-label-4 {
    background: #daaf00;
}

.label-5,
.text-label-5 {
    background: #1975d1;
}

.label-priority-0,
.text-label-priority-0 {
    background: #dc3545;
}

.label-priority-1,
.text-label-priority-1 {
    background: #e76101;
}

.label-priority-2,
.text-label-priority-2 {
    background: #daaf00;
}

.label-priority-3,
.text-label-priority-3 {
    background: #1975d1;
}

.label-primary {
    background-color: #25245e;
}

.label-plage-dispo,
.text-plage-dispo {
    background: #f9e399;
}

.label-plage-present,
.text-plage-present {
    background: #95f274;
}

.label-plage-absent,
.text-plage-absent {
    background: #ea796b;
}

.border-0 {
    border-color: #f51414;
}

.border-1 {
    border-color: #c60000;
}

.border-2 {
    border-color: #e76101;
}

.border-3 {
    border-color: #e28903;
}

.border-4 {
    border-color: #daaf00;
}

.border-5 {
    border-color: #1975d1;
}

/* Niveaux de priorité */

.border-priority-0 {
    border-color: #dc3545;
}

.border-priority-1 {
    border-color: #e76101;
}

.border-priority-2 {
    border-color: #daaf00;
}

.border-priority-3 {
    border-color: #1975d1;
}

.border-top-primary {
    border-top-color: #25245e;
}

.border-top-success {
    border-top-color: #10b759;
}

.border-top-danger {
    border-top-color: #c62828;
}

.border-top-warning {
    border-top-color: #e28903;
}

.timeline-body::before,
.timeline-body-primary::before {
    margin-top: 16px;
    border: solid 2px #25245e;
}

.timeline-body-success::before {
    margin-top: 16px;
    border: solid 2px #10b759;
}

.timeline-body-danger::before {
    margin-top: 16px;
    border: solid 2px #dc3545;
}

.alpha-purple {
    background-color: #ede7f6;
    border-color: #ddd;
    color: #333;
}

.list-item:last-child {
    border-bottom: 1px solid #e5e9f2;
}

.fill-danger {
    fill: #dc3545;
}

/*!
 * Custom CSS library
 */

.form-control-xs {
    display: block;
    width: 100%;
    height: calc(0.5em + 0.9375rem + 2px) !important;
    padding: 0.46875rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #596882;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0ccda;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Style the buttons that are used to open and close the accordion panel */
.consultation-accordion {
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.consultation-accordion:hover {
    background-color: #f5f6fa;
}

/* Style the accordion panel. Note: hidden by default */
.consultation-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.timeline-label {
    margin-left: 75px;
}

.timeline-time {
    text-align: left;
    width: 75px;
    margin-top: 16px;
}

.timeline-item + .timeline-item::before {
    left: 75px;
}

.rdv.timeline-item + .rdv.timeline-item::before {
    left: 90px;
}

.timeline-label::before {
    content: "";
    position: absolute;
    top: none;
    left: -6px;
    background-color: #3b4863;
    width: 11px;
    height: 11px;
    border-radius: 100%;
}

/* @media (min-width: 1200px) {
    .etiquette {
        padding: 25px;
    }
}

@media (min-width: 992px) { */
.etiquette {
    font-size: 0.875rem;
    letter-spacing: normal;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #c0ccda;
    position: relative;
}
/* } */

.etiquette::before {
    content: attr(data-label);
    display: block;
    position: absolute;
    top: -6px;
    left: 5px;
    font-size: 12px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto,
        sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: inherit;
    color: #8392a5;
    padding: 0 5px;
}

@media (min-width: 1200px) {
    .consultation-sidebar {
        width: 400px;
        padding: 25px;
        right: 0;
    }
}

.consultation-sidebar {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    border-color: rgba(72, 94, 144, 0.16);
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    background-color: white;
    width: 370px;
    height: 100%;
    padding: 20px 10px 20px 10px;
}

/* MODALS */

.modal-dialog {
    min-width: 800px;
    margin: 1.75rem auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000 !important;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}

/* DATEPICKER */

.hasDatepicker {
    position: relative;
    z-index: 1000 !important;
}

/* SELECT2 */

.select2-dropdown {
    z-index: 1051 !important;
}

.select2-selection__arrow b {
    display: none !important;
}

/* Pretty Checkboxes */

.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
    border-color: #25245e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #25245e !important;
}

/* BUTTONS */

.btn-xxs {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0.25rem;
}

.icon-trash {
    visibility: hidden;
}

#dropdownNotification {
    right: 18px;
    top: 6px;
}

#dropdown-notification {
    height: 375px;
}

#div-list-notification,
#div-list-notification-empty {
    height: 280px;
    overflow: scroll;
}

#div-list-notification .dropdown-item:hover .icon-trash {
    pointer-events: auto;
    visibility: visible;
}

#show-filter > svg {
    width: 24px;
    height: auto;
}

/* Flex */
.flex-static {
    flex: 0 0 auto;
}

