html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 50px;
    margin-top: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
}

.btn-filter {
    margin-top: 25px;
    margin-left: 5px;
    text-align: right;
}

.btn-separator {
    margin-right: 5px;
}

.checkbox-alignee {
    margin-top: 33px;
    margin-left: 5px;
    text-align: right;
}

.compact {
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
}

.title-page {
    font-size: x-large;
    font-weight: bold;
}

/* Tweak font-awesome */

.fa-sm {
    font-size: 0.63em;
}

/* Tweak Bootstrap */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    outline: 0;
}

/* Autres */
.underline {
    text-decoration: underline;
}

.page-header-slim {
    padding-bottom: 5px;
    margin: 15px 0 15px;
    border-bottom: 1px solid #EEE;
}

td.center {
    text-align: center;
}

th.center {
    text-align: center;
}

.bg-ucl-bleu-nuit {
    background-color: #00214e !important
}

a.bg-ucl-bleu-nuit:focus, a.bg-ucl-bleu-nuit:hover {
    background-color: #1d2124 !important
}

.text-ucl-bleu-nuit {
    color: #00214e !important
}

a.text-ucl-bleu-nuit:focus, a.text-ucl-bleu-nuit:hover {
    color: #00214e !important
}

.bg-ucl-cyan {
    background-color: #5db3e6 !important
}

a.bg-ucl-cyan:focus, a.bg-ucl-cyan:hover {
    background-color: #00214e !important
}

.text-ucl-cyan {
    color: #5db3e6 !important
}

a.text-ucl-cyan:focus, a.text-ucl-cyan:hover {
    color: #5db3e6 !important
}

/*//#5db3e6*/

/* h:messages */

.alert ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Formulaire de login */
.form-signin {
     width: 100%;
     max-width: 330px;
     padding: 15px;
     margin: auto;
 }

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}