/**
 * 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;
}
.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;
}

canvas {
    border: 1px solid #cccccc;
    margin: 10px 0;
}