﻿/* 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. */

/*-correction des nouvelles feuilles de style-*/
.btn {
    background-color: buttonface;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    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 */
}

/*-- Personalisation --*/
/*---------------------*/
body {
    color: #7b5280;
}

.btn-primary {
    color: #fff;
    background-color: #f18520;
    border-color: #f18520;
}

    .btn-primary:hover {
        color: #f18520;
        background-color: #fff;
        border-color: #f18520;
    }
/*
    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }
    */
.ss-form-control {
    /*
    display: block;
        */
    width: 33%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ss-form-checkbox {
    /*
    position:static;
    left: 0;
    display: block;
        */
    width: calc(2.25rem + 2px);
    vertical-align: middle;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ss-control-label {
    position: relative;
    margin-bottom: 0;
    width: 33%;
    text-align: right;
}

.petit {
    font-size: 12px;
}

.chiffres {
    text-align: right !important;
}

.gauche {
    text-align: left !important;
}

.gras {
    font-weight: 700;
}

.general {
    width: 90%;
}

.ge-label {
    text-align: right;
    padding-right: 10px;
}

.ge-saisie {
    width: 100%;
    color: #7b5280;
    text-align: left;
    border: solid 1px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

    .ge-saisie:disabled {
        border: dotted 1px;
    }

.ge-saisie-nw {
    color: #7b5280;
    background-color: #f1f1f1;
    text-align: left;
    border: solid 1px;
    border-radius: 5px;
}

    .ge-saisie-nw:disabled {
        border: dotted 1px;
    }

.ge-violet {
    width: 100%;
    color: #7b5280;
    background-color: #f9ccff;
    text-align: left;
    border: solid 1px;
    border-radius: 5px;
}

.ge-violet-nw {
    color: #7b5280;
    background-color: #f9ccff;
    text-align: left;
    border: solid 1px;
    border-radius: 5px;
}

    .ge-violet-nw:disabled {
        border: hidden;
    }

.ge-jaune {
    width: 100%;
    color: #7b5280;
    background-color: #f18520;
    text-align: left;
    border: solid 1px;
    border-radius: 5px;
}

.ge-liste {
    width: 100%;
    border: solid;
    border-width: 1px;
}

    .ge-liste th {
        color: #7b5280;
        background-color: #f9ccff;
        border: solid;
        border-width: 1px;
        text-align: center;
    }

    .ge-liste td {
        color: #7b5280;
        background-color: #f1f1f1;
        border: solid;
        border-width: 1px;
        text-align: center;
    }

.ge-header2 {
    color: #7b5280;
    background-color: #d1d1d1 !important;
    border: solid;
    border-width: 1px;
    text-align: center;
}

.ge-separateur {
    height: 10px;
}

.ge-titre {
    font-size: 1.2rem;
    font-weight: 600;
}

/* Sous menus  */
/*-------------*/
.item_sous_menu {
    margin-top: 4px;
    margin-left: 10px;
    width: max-content;
}
/*-------------*/
.menu_utilisateur {
    position: absolute;
    display: none;
}

.utilisateur {
    position: relative;
}

    .utilisateur:hover .menu_utilisateur {
        display: inline-block;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100000;
    }

/*-------------*/
.menu_historique {
    position: absolute;
    display: none;
}

.historique {
    position: relative;
}

    .historique:hover .menu_historique {
        display: inline-block;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100000;
    }

/*-------------*/
/*
.sy-gras {
    text-align: left;
    font-weight: 600;
}

.sy-saumon {
    width: 100%;
    text-align: left;
    border: 1px solid;
    background-color: lightsalmon;
}
    */
/*
.co-h4-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
*/
