/**
 * Custom CSS
 */

body {
    background-color: #e1e1e1;
    font-size: 14px !important;
}

#header {
    background-color: #003366;
}

.btn:focus, .btn:visited, .btn:active {
    outline: none;
}

#table_result tr {
    cursor: pointer;
}

#loginBox {
    display: block;
    position: inherit;
}

#loginBox .modal-content {
    background-color: #f4f4f4;
}

.logo {
    text-align: center;
}

#calendar .fc-view > table {
    background-color: white;
}

#table_booking td:hover {
    background-color: #3399cc;
    cursor: pointer;
}

.day_header {
    background-color: #666666;
    color: white;
    font-weight: normal;
}

.room_header {
    background-color: #a4cee5;
    font-weight: normal;
}

.modal-title {
    float: left;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.my_booked {
    cursor: pointer !important;
    background-color: #3399cc !important;
}

.my_booked.finished {
    cursor: not-allowed !important;
    background-color: #23678a !important;
}

.my_booked_waiting {
    cursor: pointer !important;
    background-color: #ffcd37 !important;
}
.booked {
    cursor: pointer !important;
    background-color: #a91a1b !important;
}
.closed {
    cursor: not-allowed !important;
    background-color: #666666 !important;
}

#legend {
    margin: 0;
    list-style: none;
    padding: 0;
}

#legend li {
    padding: 5px;
    color: white;
    margin-bottom: 2px;
}

.fc-list-table {
    background-color: white !important;
}

.remove_line, .remove_attachment {
    cursor: pointer !important;
}

.fc-event-container .fc-event, .fc-list-item {
    cursor: pointer !important;
}

.fc-day {
    cursor: pointer !important;
}

.custom-file-control::before {
    content: "Parcourir...";
}

.custom-file-control::after {
    content: attr(data-after);
}

#documents_container {
    display: flex;
    flex-wrap: wrap;
}

#myTabCar .nav-item {
    position: relative;
}

.badge_container {
    position:relative;
    padding-right: 40px !important;
}

.badge {
    position: absolute;
    background-color: red;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    color: white;
    text-align: center;
    top: 4px;
    right: 5px;

}

#content_msg .card {
    background-color: #f1f1f1;
    color: #333;
}

#content_msg .card.my {
    background-color: #3399cc;
    color: #ffffff;
}

#content_msg .card_container {
    text-align: right;
}