/*
    Created on : 11 mai 2020, 08:34:54
    Author     : christian
*/
body, html {
    height: 100%;
}
body {
    font-size: 0.9rem;
}
/*
*
* ==========================================
* Bootstrap vertical navbar
* ==========================================
*
*/
.vertical-nav {
    min-width: 16rem;
    width: 16rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}
.page-content {
    width: calc(100% - 16rem);
    margin-left: 16rem;
    transition: all 0.4s;
}
.bg-light-eohs {
    background-color: #dae0e5;
}
#trombine {
    cursor: pointer;
}
/* for toggle behavior */
#sidebar.active {
    margin-left: -16rem;
}
#content.active {
    width: 100%;
    margin: 0;
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -16rem;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
        margin: 0;
    }
    #content.active {
        margin-left: 16rem;
        width: calc(100% - 16rem);
    }
}
@media (max-width: 1024px) {
    button.fc-datePickerButton-button, button.fc-buttonRefreshPage-button {
        display: none;
    }
    img.calendar_icone {
        display: none;
    }
}
/**
* juqeryui datepicker
*/
img.calendar_icone {
    width: 16px;
    height: 16px;
    margin-left: -20px;
    margin-top: 8px;
    z-index: 200;
    cursor: pointer;
}
/**
* CALENDAR
*/
a.fc-timeline-slot-cushion {
    color: inherit;
}
th[data-date$="08:00:00"] {
    border-left: 2px solid #888A85;
}
td[data-date$="08:00:00"] {
    border-left: 2px solid #888A85;
}
/**
* ADMINISTRATION
*/
.table_admin {
    margin: 0 auto;
}
#searchResult li:hover{
    cursor: pointer;
}
/**
* CONGES
*/
.edit_conges {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/**
* IMPRESSIONS
*/
@media print {
    .fc-toolbar {
        display: none !important;
    }
}