@charset "utf-8";

html {
/*    overflow-y: scroll;
    height: 100%;*/
}
/*
body {
    padding-top: 7em;
    height: 100%;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
}*/
body{
    min-height: 80vh;
    display: flex;
    flex-direction: column;
}

.xborder {
    border: 4px solid red;
}

.space-top {
    margin-top: 50px;
}

a.space {
    margin-left: 0.5em;
}

.newValue {
    background-color: #ffd233;
}

.copyBy {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    color: #ffd233;
}

.hide {
    display: none;
}

main {
    flex: 1;
}

footer {
    background-color: #333;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#logo-top {
    content: url("../images/vacation2.png");
    float: left;
    margin-right: 2em;
}
#logo-bottom {
    content: url("../images/vacation.png ");
}

.img_dashboard_users {
    background: url('../images/users_80_5.png') no-repeat -6px 0;
    width: 67px;
    height: 80px;
    margin: auto;
}

.img_dashboard_form {
    content: url('../images/formulaire.png');
    width: 67px;
    height: 80px;
    margin: auto;
}

.img_dashboard_holiday {
    content: url('../images/holiday.png');
    width: 67px;
    height: 80px;
    margin: auto;
}

.img_dashboard_calendar_appointments {
    content: url('../images/calendar_appointments.png');
    width: 67px;
    height: 80px;
    margin: auto;
}

.img_dashboard_contingency_calendar {
    content: url('../images/contingency_calendar.png');
    width: 67px;
    height: 80px;
    margin: auto;
}

.img_dashboard_import_export {
    background: url('../images/import-export.png') no-repeat;
    width: 67px;
    height: 80px;
    margin: auto;
}

.img_dashboard_export_users {
    background: url('../images/export-users.png') no-repeat;
    width: 67px;
    height: 80px;
    margin: auto;
}

.img_dashboard_import {
    background: url('../images/import.png') no-repeat;
    width: 67px;
    height: 80px;
    margin: auto;
}

.img_dashboard_export {
    background: url('../images/export.png') no-repeat;
    width: 67px;
    height: 80px;
    margin: auto;
}

.img_dashboard_settings {
    background: url('../images/settings.png') no-repeat;
    width: 67px;
    height: 80px;
    margin: auto;
}

p.intro {
    text-align: center;
    padding-top: 4em;
    padding-bottom: 1em;
    /*padding-top: 1em;*/
}

p.sub-title {
    padding: 0.25em;
    background-color: #adb5bd;
    text-align: left;
}
span.fa {
    padding-right: 5px;
}
.search .fa-search {
    position: absolute;
    top: 16px;
    left: 16px
}

#loader{
    display: none;
}

/*############################ NAVBAR ###################################*/

.navbar-bottom-page {
    position:absolute;
    bottom:0;
}

/*############################ container-fluid ###################################*/

/*[class^=container-fluid] {
    min-height:100%;
    position: relative;
    padding-bottom: 10em;
    padding-left: 10px;
}*/

.custom-height {
    min-height: 85em;
}

.top-border {
    margin-top: 2.5em;
    border-top: 2px solid #5b5c60;
}

/*############################ TOOLTIP ###################################*/

.tooltip-inner {
    max-width: 200px;
    padding: .75rem 1rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .65rem
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

/*############################ LOGIN FORM ###################################*/

.reset-btn.active {
    background: #ffffff;
    color: #5c2fab;
}

.form-control {
    min-height: 41px;
    background: #fff;
    box-shadow: none !important;
    border-color: #e3e3e3;
}
.form-control:focus {
    border-color: #70c5c0;
}
.form-control, .btn {
    border-radius: 2px;
}
.login-form {
    width: 350px;
    margin: 0 auto;
    padding: 100px 0 30px;
}
.login-form form {
    color: #7a7a7a;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #ececec;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
}
.login-form h2 {
    font-size: 22px;
    margin: 35px 0 25px;
}
.login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #70c5c0;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img {
    content: url("../images/avatar.png");
    width: 100%;
}
.login-form input[type="checkbox"] {
    position: relative;
    top: 1px;
}
.login-form .btn, .login-form .btn:active {
    font-size: 16px;
    font-weight: bold;
    background: #70c5c0 !important;
    border: none;
    margin-bottom: 20px;
}
.login-form .btn:hover, .login-form .btn:focus {
    background: #50b8b3 !important;
}
.login-form a {
    color: #fff;
    text-decoration: underline;
}
.login-form a:hover {
    text-decoration: none;
}
.login-form form a {
    color: #7a7a7a;
    text-decoration: none;
}
.login-form form a:hover {
    text-decoration: underline;
}
.login-form .bottom-action {
    font-size: 14px;
}
.input-group .fa {
    font-size: 21px;
}

.tuile {
    border-radius: 10px;
    background-color: #c8cbcf;
    color: black;
    margin-top: 2em;
    margin-left: 0.75em;
}

.frame {
    height: 500px;
}

.nav {
    padding-top: 0.5em;
    overflow: hidden;
}
.nav-link {
    padding: 0.5em 0;
    color: #000000;
}

.tab-space{
    padding: 10px;
}

.nav ul {
    list-style-type: square;
}

.last-item {
    margin-top: 5em;
}
.top-space {
    margin-top: 1em;
}
a.active{
    font-weight: bold;
    font-style: italic;
    pointer-events: none;
}

.gutter-xy {
    padding: 0.25em 0;
}

p.hello{
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}

p.reminder{
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
}

.subtitle {
    margin: auto;
    align-content: center;
    border: 1px solid lightgray;
    padding: 10px;
    box-shadow: 6px 4px 8px -2px;
    height: 40px;
}

.next-subtitle {
    margin-top: 2.5em;
}

.row_cell,
.row_cell_title {
    margin-left: 1.5em;
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
}

.row_title {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}

.row-space {
    margin-top: 0.5em;
}

.data {
    border-inline-start: solid;
    writing-mode: horizontal-tb;
    margin: auto;
    align-content: center;
    margin-top: 1em;
    min-height: 18.3em;
}

/********* LIST ******************************************/

ol {
    counter-reset: item;
    list-style-type: none;
}

ol li {
    display: block;
}

ol li:before {
    content: counter(item) " - ";
    counter-increment: item;
}

/************************************************/

p.note {
    background-color: #efebbf;
    margin-left: .5em;
}

.space-between {
    margin-top: .5em;
}
/**************** SCHEDULE ********************************/
.scheduleTableTitle {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    background-color: #f2f2f2;
}

#scheduleTable {
    border-collapse: collapse;
    width: 100%;
}
#scheduleTable tr, #scheduleTable td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
#scheduleTable tr {
    background-color: #f2f2f2;
}

/********** CALENDAR *****************************/

.event-choice {
    background-color: #ff9900 !important;
    color: #ff9900;
}

.event-quotas-almost-reached {
    background-color: #ffd233 !important;
    color: #ffd233;
}

.event-quotas-reached {
    background-color: #fa2601 !important;
    color: #fa2601;
}

.event-holidays {
    background-color: #0165fa !important;
    color: #0165fa;
}

.legend {
    margin-top: 5px;
    text-align: right;
}

.legend span {
    font-size: 11px;
    font-weight: normal;
}

table.lightgrey-weekends tbody td:nth-child(6n+1) {
    background-color: #f3f3f3;
}

.table {
    width: 100%;
    /*border: 1px solid #EEEEEE;*/
    padding-bottom: 50em;
}

.table-header {
    width: 100%;
    background: #bcd0c7;
    text-transform:uppercase;
}

.table-row {
    display: flex;
    width: 100%;
    padding: 8px 0;
}

.container-user {
    padding-bottom: 5em;
}

th.action {
    background-color: #009ef6 !important;
}
th, td {
    text-align: center;
}

.table-container {
    height: 450px;
    overflow-y: auto;
    border: 1px solid #C0C0C0;
}

thead {
    position: sticky;
    top: 0;
}

.swal2-label {
    text-align: left;
    display: block;
    margin-top: 5px;
}

.swal2-input {
    width: 100%;
    box-sizing: border-box;
}

/*
@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}
.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.active {
   !* background-color: white;*!
    color: black;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}
*/

/*@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}*/
/****************MODAL***************************************/

.modal .modal-dialog {
    max-width: 40%;

}
