﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.h-40 {
    height: 40%;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40,
.w-40-form {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.mt-2-5,
.my-2-5 {
    margin-top: 0.75rem !important;
}

.mb-2-5,
.my-2-5 {
    margin-bottom: 0.75rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4.5rem !important;
}

.mt-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}

.hr-form {
    width: 80%;
    height: 1px;
    margin-top: 0.5rem;
    border-top: 2px solid #0091DA
}

.hr-separator {
    margin-top: 0;
    margin-bottom: 0;
    height: 1px;
    border-top: 4px solid #0091DA
}

.hr-light {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 80% !important;
}

a {
    color: #898989;
    text-decoration: none !important;
}

    a:hover {
        color: #898989;
        text-decoration: none !important;
    }

    a.link {
        text-decoration: none !important;
    }

        a.link:hover {
            text-decoration: underline !important;
        }

#accessibility a {
    color: #009688;
}

.content-container {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.95);
}

.content-div {
    text-align: center;
    color: #898989;
}

.infos-div {
    color: #898989;
}

.footer-div {
    width: 100%;
}

.band {
    background-color: #F2F2F2;
    min-height: 35px;
    max-height: 70px;
    text-align: center;
}

.text-align-center {
    text-align: center;
}

span {
    color: #898989;
}

.modal-content {
    color: #424242;
}

.custom-input {
    width: 260px;
    border: 2px solid #aaa;
    border-radius: 4px;
    outline: none;
    padding: 4px;
    padding-left: 8px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #898989;
    -moz-box-shadow: 0px 0px 8px #898989;
    -webkit-box-shadow: 0px 0px 8px #898989;
}

.hidden {
    display: none;
}

.refresh_btn {
    height: 35px;
}

    .refresh_btn:hover {
        cursor: pointer;
    }

.align-items-start {
    align-items: flex-start;
}

#profilsPercol7 li {
    list-style-type: none;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #898989;
    padding: 5px;
    text-align: left;
}

:-moz-placeholder { /* Firefox */
    color: #898989;
    padding: 5px;
    text-align: left;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #898989;
    padding: 5px;
    text-align: left;
}

::-ms-input-placeholder { /* Edge */
    color: #898989;
    padding: 5px;
    text-align: left;
}

:placeholder-shown { /* Default */
    color: #898989;
    padding: 5px;
    text-align: left;
}

.btn.bmd-btn-fab.btn-layout {
    font-weight: normal;
    border: 2px solid #898989;
    color: #898989;
}

.datepicker.dropdown-menu {
    opacity: 1;
    transform: scale(1);
}

.datepicker table tr td.active {
    background-image: linear-gradient(to bottom, #EE7203, #EE7203);
}

    .datepicker table tr td.active.active {
        background-color: #EE7203;
    }

/*Gestion du spinner et du bandeau lors d'un clique sur un bouton menant à une action*/
#overlay {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 688px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.login-bg {
    background: url(../img/login-bg.jpg) center center no-repeat fixed #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    min-height: 100vh !important;
}

.login-bg-interessement {
    background: url(../img/bg-login-interessement.jpg) center center no-repeat fixed #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    min-height: 100vh !important;
}

.login-bg-lti {
    background: url(../img/bg-login-lti.jpg) center center no-repeat fixed #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    min-height: 100vh !important;
}

/* Small devices (landscape phones, less than 761px) */
@media (max-width: 760.98px) {
    .login-bg {
        background-image: none;
    }

    .login-bg-interessement {
        background-image: none;
    }

    .login-bg-lti {
        background-image: none;
    }

    .container {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .content-container {
        width: 100%;
    }

    .f18 {
        font-size: 15px;
    }

    .f24 {
        font-size: 20px;
    }

    .f30 {
        font-size: 24px;
    }

    .w-40-form {
        max-width: 300px;
        width: 80% !important;
    }

    .div-minw {
        min-width: 300px;
    }

    .mt-6,
    .my-6 {
        margin-top: 3rem !important;
    }

    .mb-6,
    .my-6 {
        margin-bottom: 3rem !important;
    }

    .media-flex-direction {
        flex-direction: column !important;
    }

    .media-w-35,
    .media-w-65 {
        width: 100% !important;
    }

    .space {
        display: none;
    }

    .media-flex-direction > .custom-input:not(:last-child) {
        margin-bottom: 0.5rem !important;
    }

    .datepicker.dropdown-menu {
        padding: 0.25rem;
    }
}

/* Large devices (desktops, 761px and up) */
@media (min-width: 761px) {
    .container {
        max-width: 100%;
        width: 80%;
    }

    .content-container {
        position: relative;
    }

    .div-minw {
        min-width: 400px;
    }

    .media-flex-direction {
        flex-direction: row !important;
    }

    .media-w-35 {
        width: 35% !important;
    }

    .media-w-65 {
        width: 65% !important;
    }
}

.field-validation-error {
    color: red;
}

.datepicker.dropdown-menu {
    padding: 0.5rem;
}
