﻿body {
    padding-top: 59px;
    padding-bottom: 00px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 320px;
}

.inputfile {
    max-width: 600px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

a.home-admin {
    background: url("../Content/Pictures/appbar.home-admin.png") no-repeat top left;
    /*background: url("/Content/Pictures/iso9001.gif") no-repeat top left;*/
    display: block;
    width: 40px;
    height: 40px;
    /*text-indent: -9999px;*/ /* hides the link text */
}

a.buttonCreate {
    background: url("../../Content/Pictures/appbar.home-admin.png") no-repeat bottom left;
    height: 80px;
    width: 80px;
    border-left: 30px;
    background-color: orange;
    color: white;
    /*text-indent: -9999px;*/ /* hides the link text */
}

/*Fixed header table style*/
.bodycontainer {
    max-height: 450px;
    width: 100%;
    margin: 0;
    overflow-y: auto;
}

.table-scrollable {
    margin: 0;
    padding: 0;
}

.table-cellpadding td {
    padding: 8px !important;
}

table.cellspacing-x th {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

table.cellspacing-x td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.TR_container {
    width: 100%;
}

.thumbnail {
    padding: 0px;
}

footer {
    font-size: x-small;
    margin: 0px;
    padding: 0px;
}

#div_loading_LOTO,
#div_loading_LIST,
#div_backup {
    width: 300px;
    height: 150px;
    position: fixed;
    top: 40%;
    left: 40%;
    border-radius: 10px;
    background-color: white;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 5px solid #666;
    z-index: 1;
    overflow: hidden;
}


#div_loading {
    width: 300px;
    height: 200px;
    position: fixed;
    top: 20%;
    left: 20%;
    background-color: white;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    z-index: 2;
    overflow: auto;
}

.text-designation {
    font-size: xx-small;
}
/*STYLE FDT*/

.text-fdt-non-renseignee {
    color: #555555;
}

.text-fdt-sans-travaux {
    color: #555555;
}

.text-fdt-attente-validation {
    color: #1e90ff;
}

.text-fdt-acceptee {
    color: green;
}

.text-fdt-refusee {
    color: red;
}

.text-fdt-arevoir {
    color: orange;
}

/* BLANC - FDT demande possible*/
.fdt-demande-possible {
    color: #333333;
    background-color: #ffffff;
    border-color: #dddddd;
}

    .fdt-demande-possible:hover,
    .fdt-demande-possible:focus,
    .fdt-demande-possible:active,
    .fdt-demande-possible.active,
    .open .dropdown-toggle.fdt-demande-possible {
        color: #333333;
        background-color: #ebebeb;
        border-color: #bebebe;
    }

    .fdt-demande-possible:active,
    .fdt-demande-possible.active,
    .open .dropdown-toggle.fdt-demande-possible {
        background-image: none;
    }

    .fdt-demande-possible.disabled,
    .fdt-demande-possible[disabled],
    fieldset[disabled] .fdt-demande-possible,
    .fdt-demande-possible.disabled:hover,
    .fdt-demande-possible[disabled]:hover,
    fieldset[disabled] .fdt-demande-possible:hover,
    .fdt-demande-possible.disabled:focus,
    .fdt-demande-possible[disabled]:focus,
    fieldset[disabled] .fdt-demande-possible:focus,
    .fdt-demande-possible.disabled:active,
    .fdt-demande-possible[disabled]:active,
    fieldset[disabled] .fdt-demande-possible:active,
    .fdt-demande-possible.disabled.active,
    .fdt-demande-possible[disabled].active,
    fieldset[disabled] .fdt-demande-possible.active {
        background-color: #ffffff;
        border-color: #dddddd;
    }

    .fdt-demande-possible .badge {
        color: #ffffff;
        background-color: #333333;
    }

/* BLEU - En attente de validation */
.fdt-attente-validation {
    color: #ffffff;
    background-color: #1e90ff;
    border-color: #1e90ff;
}

    .fdt-attente-validation:hover,
    .fdt-attente-validation:focus,
    .fdt-attente-validation:active,
    .fdt-attente-validation.active,
    .open .dropdown-toggle.fdt-attente-validation {
        color: #ffffff;
        background-color: #1f75ed;
        border-color: #185dbd;
    }

    .fdt-attente-validation:active,
    .fdt-attente-validation.active,
    .open .dropdown-toggle.fdt-attente-validation {
        background-image: none;
    }

    .fdt-attente-validation.disabled,
    .fdt-attente-validation[disabled],
    fieldset[disabled] .fdt-attente-validation,
    .fdt-attente-validation.disabled:hover,
    .fdt-attente-validation[disabled]:hover,
    fieldset[disabled] .fdt-attente-validation:hover,
    .fdt-attente-validation.disabled:focus,
    .fdt-attente-validation[disabled]:focus,
    fieldset[disabled] .fdt-attente-validation:focus,
    .fdt-attente-validation.disabled:active,
    .fdt-attente-validation[disabled]:active,
    fieldset[disabled] .fdt-attente-validation:active,
    .fdt-attente-validation.disabled.active,
    .fdt-attente-validation[disabled].active,
    fieldset[disabled] .fdt-attente-validation.active {
        background-color: #1e90ff;
        border-color: #1e90ff;
    }

    .fdt-attente-validation .badge {
        color: #1e90ff;
        background-color: #ffffff;
    }



/* BLEU - En attente de validation */
.fdt-pas-de-travaux-signe {
    color: #eee;
    background-color: #666;
    border-color: #CFCFCF;
}

    .fdt-pas-de-travaux-signe:hover,
    .fdt-pas-de-travaux-signe:focus,
    .fdt-pas-de-travaux-signe:active,
    .fdt-pas-de-travaux-signe.active,
    .open .dropdown-toggle.fdt-pas-de-travaux-signe {
        color: #ffffff;
        background-color: #444;
        border-color: #555;
    }

    .fdt-pas-de-travaux-signe:active,
    .fdt-pas-de-travaux-signe.active,
    .open .dropdown-toggle.fdt-pas-de-travaux-signe {
        background-image: none;
    }

    .fdt-pas-de-travaux-signe.disabled,
    .fdt-pas-de-travaux-signe[disabled],
    fieldset[disabled] .fdt-pas-de-travaux-signe,
    .fdt-pas-de-travaux-signe.disabled:hover,
    .fdt-pas-de-travaux-signe[disabled]:hover,
    fieldset[disabled] .fdt-pas-de-travaux-signe:hover,
    .fdt-pas-de-travaux-signe.disabled:focus,
    .fdt-pas-de-travaux-signe[disabled]:focus,
    fieldset[disabled] .fdt-pas-de-travaux-signe:focus,
    .fdt-pas-de-travaux-signe.disabled:active,
    .fdt-pas-de-travaux-signe[disabled]:active,
    fieldset[disabled] .fdt-pas-de-travaux-signe:active,
    .fdt-pas-de-travaux-signe.disabled.active,
    .fdt-pas-de-travaux-signe[disabled].active,
    fieldset[disabled] .fdt-pas-de-travaux-signe.active {
        background-color: #1e90ff;
        border-color: #1e90ff;
    }

    .fdt-pas-de-travaux-signe .badge {
        color: #1e90ff;
        background-color: #ffffff;
    }


/*Style PR & PFDT*/

.pr-button,
.pfdt-button {
    height: 100%;
    font-size: x-small;
    padding-top: 0px;
}

.pr-dimension {
    height: 60px;
    width: 140px;
}

    .pr-dimension.small {
        height: 60px;
        width: 60px;
        overflow: hidden;
    }

/*GRIS FONCE - Pas de droit de signature sur ce point de recette*/
.pr-sans-droit {
    color: #ffffff;
    background-color: #aea79f;
    border-color: #dddddd;
}

    .pr-sans-droit:hover,
    .pr-sans-droit:focus,
    .pr-sans-droit:active,
    .pr-sans-droit.active,
    .open .dropdown-toggle.pr-sans-droit {
        color: #ffffff;
        background-color: #9b9389;
        border-color: #92897e;
    }

    .pr-sans-droit:active,
    .pr-sans-droit.active,
    .open .dropdown-toggle.pr-sans-droit {
        background-image: none;
    }

    .pr-sans-droit.disabled,
    .pr-sans-droit[disabled],
    fieldset[disabled] .pr-sans-droit,
    .pr-sans-droit.disabled:hover,
    .pr-sans-droit[disabled]:hover,
    fieldset[disabled] .pr-sans-droit:hover,
    .pr-sans-droit.disabled:focus,
    .pr-sans-droit[disabled]:focus,
    fieldset[disabled] .pr-sans-droit:focus,
    .pr-sans-droit.disabled:active,
    .pr-sans-droit[disabled]:active,
    fieldset[disabled] .pr-sans-droit:active,
    .pr-sans-droit.disabled.active,
    .pr-sans-droit[disabled].active,
    fieldset[disabled] .pr-sans-droit.active {
        background-color: #aea79f;
        border-color: #aea79f;
    }

    .pr-sans-droit .badge {
        color: #aea79f;
        background-color: #ffffff;
    }

/*GRIS - Pas de point de recette*/
.pr-null {
    color: #333333;
    background-color: #CFCFCF;
    /*border-color: #dadada;*/
    border-color: #dddddd;
}

    .pr-null:hover,
    .pr-null:focus,
    .pr-null:active,
    .pr-null.active,
    .open .dropdown-toggle.pr-null {
        color: #333333;
        background-color: #bababa;
        border-color: #bbbbbb;
    }

    .pr-null:active,
    .pr-null.active,
    .open .dropdown-toggle.pr-null {
        background-image: none;
    }

    .pr-null.disabled,
    .pr-null[disabled],
    fieldset[disabled] .pr-null,
    .pr-null.disabled:hover,
    .pr-null[disabled]:hover,
    fieldset[disabled] .pr-null:hover,
    .pr-null.disabled:focus,
    .pr-null[disabled]:focus,
    fieldset[disabled] .pr-null:focus,
    .pr-null.disabled:active,
    .pr-null[disabled]:active,
    fieldset[disabled] .pr-null:active,
    .pr-null.disabled.active,
    .pr-null[disabled].active,
    fieldset[disabled] .pr-null.active {
        background-color: #CFCFCF;
        border-color: #dadada;
    }

    .pr-null .badge {
        color: #CFCFCF;
        background-color: #333333;
    }

/* BLANC - PR pas tout signé et tâches planning pas à 100%  OU pas de tâche planning (PR Manuel) OU PFDT non signé*/
.pr-non-signe-tp-partiel {
    color: #333333;
    background-color: #ffffff;
    border-color: #dddddd;
}

    .pr-non-signe-tp-partiel:hover,
    .pr-non-signe-tp-partiel:focus,
    .pr-non-signe-tp-partiel:active,
    .pr-non-signe-tp-partiel.active,
    .open .dropdown-toggle.pr-non-signe-tp-partiel {
        color: #333333;
        background-color: #ebebeb;
        border-color: #bebebe;
    }

    .pr-non-signe-tp-partiel:active,
    .pr-non-signe-tp-partiel.active,
    .open .dropdown-toggle.pr-non-signe-tp-partiel {
        background-image: none;
    }

    .pr-non-signe-tp-partiel.disabled,
    .pr-non-signe-tp-partiel[disabled],
    fieldset[disabled] .pr-non-signe-tp-partiel,
    .pr-non-signe-tp-partiel.disabled:hover,
    .pr-non-signe-tp-partiel[disabled]:hover,
    fieldset[disabled] .pr-non-signe-tp-partiel:hover,
    .pr-non-signe-tp-partiel.disabled:focus,
    .pr-non-signe-tp-partiel[disabled]:focus,
    fieldset[disabled] .pr-non-signe-tp-partiel:focus,
    .pr-non-signe-tp-partiel.disabled:active,
    .pr-non-signe-tp-partiel[disabled]:active,
    fieldset[disabled] .pr-non-signe-tp-partiel:active,
    .pr-non-signe-tp-partiel.disabled.active,
    .pr-non-signe-tp-partiel[disabled].active,
    fieldset[disabled] .pr-non-signe-tp-partiel.active {
        background-color: #ffffff;
        border-color: #dddddd;
    }

    .pr-non-signe-tp-partiel .badge {
        color: #ffffff;
        background-color: #333333;
    }

/*VERT - PR tout signé et tâches planning 100% OU pas de tâche planning (PR Manuel)*/
.pr-tout-signe-tp-complet,
.fdt-travaux-accord {
    color: #ffffff;
    background-color: #3fb618;
    /*border-color: green;*/
    border-color: #dddddd;
}

    .pr-tout-signe-tp-complet:hover,
    .pr-tout-signe-tp-complet:focus,
    .pr-tout-signe-tp-complet:active,
    .pr-tout-signe-tp-complet.active,
    .open .dropdown-toggle.pr-tout-signe-tp-complet,
    .fdt-travaux-accord:hover,
    .fdt-travaux-accord:focus,
    .fdt-travaux-accord:active,
    .fdt-travaux-accord.active,
    .open .dropdown-toggle.fdt-travaux-accord {
        color: #ffffff;
        background-color: #339213;
        border-color: #2c8011;
    }

    .pr-tout-signe-tp-complet:active,
    .pr-tout-signe-tp-complet.active,
    .open .dropdown-toggle.pr-tout-signe-tp-complet,
    .fdt-travaux-accord:active,
    .fdt-travaux-accord.active,
    .open .dropdown-toggle.fdt-travaux-accord {
        background-image: none;
    }

    .pr-tout-signe-tp-complet.disabled,
    .pr-tout-signe-tp-complet[disabled],
    fieldset[disabled] .pr-tout-signe-tp-complet,
    .pr-tout-signe-tp-complet.disabled:hover,
    .pr-tout-signe-tp-complet[disabled]:hover,
    fieldset[disabled] .pr-tout-signe-tp-complet:hover,
    .pr-tout-signe-tp-complet.disabled:focus,
    .pr-tout-signe-tp-complet[disabled]:focus,
    fieldset[disabled] .pr-tout-signe-tp-complet:focus,
    .pr-tout-signe-tp-complet.disabled:active,
    .pr-tout-signe-tp-complet[disabled]:active,
    fieldset[disabled] .pr-tout-signe-tp-complet:active,
    .pr-tout-signe-tp-complet.disabled.active,
    .pr-tout-signe-tp-complet[disabled].active,
    fieldset[disabled] .pr-tout-signe-tp-complet.active,
    .pr-tout-signe-tp-complet.disabled,
    .fdt-travaux-accord[disabled],
    fieldset[disabled] .fdt-travaux-accord,
    .fdt-travaux-accord.disabled:hover,
    .fdt-travaux-accord[disabled]:hover,
    fieldset[disabled] .fdt-travaux-accord:hover,
    .fdt-travaux-accord.disabled:focus,
    .fdt-travaux-accord[disabled]:focus,
    fieldset[disabled] .fdt-travaux-accord:focus,
    .fdt-travaux-accord.disabled:active,
    .fdt-travaux-accord[disabled]:active,
    fieldset[disabled] .fdt-travaux-accord:active,
    .fdt-travaux-accord.disabled.active,
    .fdt-travaux-accord[disabled].active,
    fieldset[disabled] .fdt-travaux-accord.active {
        background-color: #3fb618;
        border-color: #3fb618;
    }

    .pr-tout-signe-tp-complet .badge,
    .fdt-travaux-accord .badge {
        color: #3fb618;
        background-color: #ffffff;
    }



/*ORANGE - PR pas tout signé et tâches planning à 100%*/
.pr-non-signe-tp-complet {
    color: #ffffff;
    background-color: #ff7518;
    /*border-color: #da5800;*/
    border-color: #dddddd;
}

    .pr-non-signe-tp-complet:hover,
    .pr-non-signe-tp-complet:focus,
    .pr-non-signe-tp-complet:active,
    .pr-non-signe-tp-complet.active,
    .open .dropdown-toggle.pr-non-signe-tp-complet {
        color: #ffffff;
        background-color: #ee6000;
        border-color: #da5800;
    }

    .pr-non-signe-tp-complet:active,
    .pr-non-signe-tp-complet.active,
    .open .dropdown-toggle.pr-non-signe-tp-complet {
        background-image: none;
    }

    .pr-non-signe-tp-complet.disabled,
    .pr-non-signe-tp-complet[disabled],
    fieldset[disabled] .pr-non-signe-tp-complet,
    .pr-non-signe-tp-complet.disabled:hover,
    .pr-non-signe-tp-complet[disabled]:hover,
    fieldset[disabled] .pr-non-signe-tp-complet:hover,
    .pr-non-signe-tp-complet.disabled:focus,
    .pr-non-signe-tp-complet[disabled]:focus,
    fieldset[disabled] .pr-non-signe-tp-complet:focus,
    .pr-non-signe-tp-complet.disabled:active,
    .pr-non-signe-tp-complet[disabled]:active,
    fieldset[disabled] .pr-non-signe-tp-complet:active,
    .pr-non-signe-tp-complet.disabled.active,
    .pr-non-signe-tp-complet[disabled].active,
    fieldset[disabled] .pr-non-signe-tp-complet.active {
        background-color: #ff7518;
        border-color: #ff7518;
    }

    .pr-non-signe-tp-complet .badge {
        color: #ff7518;
        background-color: #ffffff;
    }

/*ROUGE - PR tout signé et tâches planning pas à 100%*/
.pr-tout-signe-tp-partiel {
    color: #ffffff;
    background-color: #ff0039;
    /*border-color: #b94a48;*/
    border-color: #dddddd;
}

    .pr-tout-signe-tp-partiel:hover,
    .pr-tout-signe-tp-partiel:focus,
    .pr-tout-signe-tp-partiel:active,
    .pr-tout-signe-tp-partiel.active,
    .open .dropdown-toggle.pr-tout-signe-tp-partiel {
        color: #ffffff;
        background-color: #d60030;
        border-color: #b94a48;
    }

    .pr-tout-signe-tp-partiel:active,
    .pr-tout-signe-tp-partiel.active,
    .open .dropdown-toggle.pr-tout-signe-tp-partiel {
        background-image: none;
    }

    .pr-tout-signe-tp-partiel.disabled,
    .pr-tout-signe-tp-partiel[disabled],
    fieldset[disabled] .pr-tout-signe-tp-partiel,
    .pr-tout-signe-tp-partiel.disabled:hover,
    .pr-tout-signe-tp-partiel[disabled]:hover,
    fieldset[disabled] .pr-tout-signe-tp-partiel:hover,
    .pr-tout-signe-tp-partiel.disabled:focus,
    .pr-tout-signe-tp-partiel[disabled]:focus,
    fieldset[disabled] .pr-tout-signe-tp-partiel:focus,
    .pr-tout-signe-tp-partiel.disabled:active,
    .pr-tout-signe-tp-partiel[disabled]:active,
    fieldset[disabled] .pr-tout-signe-tp-partiel:active,
    .pr-tout-signe-tp-partiel.disabled.active,
    .pr-tout-signe-tp-partiel[disabled].active,
    fieldset[disabled] .pr-tout-signe-tp-partiel.active {
        background-color: #ff0039;
        border-color: #ff0039;
    }

    .pr-tout-signe-tp-partiel .badge {
        color: #ff0039;
        background-color: #ffffff;
    }


/*BORDEAUX - PR invalidé*/
.pr-non-valide {
    color: white;
    background-color: black;
    border-color: black;
}

.btnModal {
    width: 100%;
    border-radius: 3px;
    /*height: 30px;*/
    /*line-height: 30px;*/
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    margin-top: 5px;
    padding: 2px;
}

.pr-valide {
    color: #1c381c;
    background-color: lightgreen;
    border-color: lightgreen;
}


.col-container {
    width: 100%;
    position: relative;
    bottom: 0px;
}

.col-style {
    display: inline-block;
    width: 160px;
    height: 61px;
    bottom: 0px;
}

.col-white {
    background-color: white;
    color: black;
}

.col-blue {
    background-color: lightsteelblue;
    color: black;
}

/*Aucune*/
.col-blanc {
    background-color: rgb(255, 255, 255);
    color: black;
}

/*couleur n° 1*/
.col-bleu-azur {
    background-color: rgb(84, 132, 237);
    color: #ecf5fe;
}

/* couleur n° 2 colonne*/
.col-bleu {
    background-color: rgb(164, 189, 252);
    color: #333333;
}

/* couleur n° 3 colonne*/
.col-turquoise {
    background-color: rgb(70, 214, 219);
}


/* couleur n° 4 colonne*/
.col-vert {
    background-color: rgb(122, 231, 191);
}

/* couleur n° 5 colonne*/
.col-vert-vif {
    background-color: rgb(81, 183, 73);
    color: #e8f8e2;
}

/* couleur n° 6 colonne*/
.col-jaune {
    background-color: rgb(249, 251, 91);
}

/* couleur n° 7 colonne*/
.col-orange {
    background-color: rgb(255, 184, 120);
    color: #694400;
}

/* couleur n° 8 colonne*/
.col-rouge {
    background-color: rgb(255, 136, 124);
    color: #7a0f27;
}

/* couleur n° 9 colonne*/
.col-rouge-vif {
    background-color: rgb(220, 33, 39);
    color: white;
}

/* couleur n° 10 colonne*/
.col-violet {
    background-color: rgb(219, 173, 255);
}

/* couleur n° 11 colonne*/
.col-gris {
    background-color: rgb(225, 225, 225);
}

/* couleur n° 12 colonne*/
.col-marron {
    background-color: rgb(162, 90, 26);
    color: #efebeb;
}

.table-hover > tbody > tr:hover > td.col-marron {
    background-color: #efebeb;
    color: rgb(162, 90, 26);
}

.table-row-hover > tbody > tr:hover {
    background-color: deepskyblue !important;
    color: white;
}

    .table-row-hover > tbody > tr:hover td {
        background-color: transparent;
    }

.col-famille {
    min-width: 65px;
}

.col-loc1, .col-type {
    min-width: 55px;
}

.col-loc2 {
    min-width: 75px;
}

.col-repere, .col-categorie {
    min-width: 90px;
}

.fixedheaderout {
    position: relative;
    /*padding-bottom: 30px;*/
    text-align: center;
    height: 50px;
    line-height: 12px;
    width: 140px;
}

    .fixedheaderout.small {
        width: 60px;
    }

.fixedheader {
    /*vertical-align: bottom;*/
    text-align: center;
}

.typepoint {
    position: absolute;
    bottom: 0px;
    background: white;
    margin: 0px;
    /*float:left;*/
}

.fixedheaderfooter {
    height: 20px;
    /*width: 100%;*/
    width: 140px;
}

    .fixedheaderfooter.small {
        width: 60px;
    }

#debug {
    font-size: small;
    background-color: yellow;
}

#colonne-input {
    width: 100%;
}

.infobulle-recette {
    font-size: x-small;
    margin: 0;
    border-bottom: 1px solid #444;
    padding: 5px 5px;
}

/*Bootstrap 3 Collapse show state with Chevron icon*/

.panel-heading {
    background-color: #2c3e50;
    color: white;
    /*border-color:white;
    border-width:1px;
    border:solid;*/
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

input[type="date"] {
    line-height: normal;
}

.cmt-container, .zinp {
    color: #333333;
    padding: 4px 6px;
}

    .cmt-container p {
        margin: 0;
        padding: 3px 6px;
    }

        .cmt-container p:nth-child(odd) {
            background: #dddddd;
        }

.cmt-container {
    max-height: 150px;
    overflow: auto;
    padding: 0;
}

.cmt-inp {
    width: 100%;
    max-width: initial;
    display: inline-block;
    min-height: 70px;
}

.zbtn {
    width: 100%;
}

/*.btnInvalidation {
    width: 70%;
}*/

.commentaire {
    background-image: url('Pictures/Info1.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.cadenas {
    background-image: url('Pictures/InfoCadenas.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.commentaire-index {
    color: black;
    text-decoration: none;
}

@media (min-width:992px) {
    .AligneLabel {
        padding-top: 11px;
    }
}

.tabCategorieSelected {
    width: 180px;
    border: thin;
    border-color: #aea79f;
    background-color: white;
}

.tabCategorie {
    width: 180px;
    border: thin;
    border-color: black;
    border-width: thick;
    background-color: lightgrey;
}

.modeleFAD {
    border: 2px;
    border-color: red;
    border-style: solid;
}

    .modeleFAD h4 {
        border-bottom: 2px solid red;
        margin: 0;
    }

.ligneFAD {
    border-bottom: 2px solid red;
}

.itemSetFAD {
    border-left: 2px solid red;
}

.itemFADBorder {
    border-bottom: 1px solid red;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fullwidth {
    max-width: 100%;
}

.ligneFAD h3 {
    margin-top: 0;
    margin-bottom: 3px;
}

.ligneFAD h5 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.modal_loading {
    width: 100%;
    height: 100px;
    background-color: white;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    z-index: 2;
    overflow: auto;
}

.infoequipement {
    background-color: whitesmoke;
}

.caseSelected {
    animation: animationFrames linear 10s;
    animation-iteration-count: 2;
    transform-origin: 50% 0%;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: 4;
    -webkit-transform-origin: 50% 0%;
    /*firefox*/
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: 5;
    -moz-transform-origin: 50% 0%;
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0%;
    -ms-animation: animationFrames linear 1s;
    -ms-animation-iteration-count: 3;
    -ms-transform-origin: 50% 0%;
}

.caseSelectedShort {
    animation: animationFrames linear 10s;
    animation-iteration-count: 1;
    transform-origin: 50% 0%;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0%;
}

.pliable {
    cursor: pointer;
    color: gray;
}

/* Sort Icon*/
.sort-icon {
    margin-left: 5px;
    margin-right: 5px;
    color: red;
}

.overflow-hidden {
    overflow: hidden;
}

#nbRowsPage {
    font-size: 10pt;
    height: 35px;
}

#pagedList .pagination {
    margin: 0;
}

#isolement-recette {
    margin-top: 10px;
}

    #isolement-recette .form-control {
        font-size: 10pt;
        height: 30px;
        padding: 0 1em;
    }

    #isolement-recette .control-label {
        font-size: 10pt;
        height: 30px;
        padding: 0 1em;
    }

    #isolement-recette .form-group {
        margin-bottom: 5px;
    }

.filterString {
    color: black;
    font-weight: bold;
}

.icone-consignation {
    width: 35px;
    height: 35px;
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg);
    }

    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg);
    }

    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(-10deg);
    }

    60% {
        -o-transform: rotate(5deg);
    }

    80% {
        -o-transform: rotate(-5deg);
    }

    100% {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: rotate(0deg);
    }

    20% {
        -ms-transform: rotate(10deg);
    }

    40% {
        -ms-transform: rotate(-5deg);
    }

    60% {
        -ms-transform: rotate(3deg);
    }

    80% {
        -ms-transform: rotate(-2deg);
    }

    100% {
        -ms-transform: rotate(0deg);
    }
}






@media (min-width: 768px) {

    .jumbotron h1 {
        font-size: 2.5em;
    }

    .flex-container {
        display: flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        vertical-align: middle;
        /*border-color: darkgreen;
        border-style: solid;
        border-width: thin;*/
    }

    .flex-item {
        align-items: center;
        margin: auto;
        /*border-color: Highlight;
        border-style: solid;
        border-width: thin;*/
        text-align: center;
    }
}

.eqptList {
    width: 100%;
    height: 62vh;
    overflow-y: scroll;
}

    .eqptList table.header-fixed > tbody {
        overflow-y: auto;
        height: auto !important
    }

.StyleLOTOPreview {
    width: 100%;
    height: 26px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    font-weight: 200;
    padding: 2px;
    border-color: black;
}

/*.Back_Bleu {
    background-color: #87cdde;
}

.Text_Bleu {
    color: #87cdde;
}

.Back_Bleu_Foncé {
    background-color: #5f8dd3;
}

.Text_Bleu_Foncé {
    color: #5f8dd3;
}

.Back_Vert {
    background-color: #aade87;
}

.Text_Vert {
    color: #aade87;
}

.Back_Vert_Foncé {
    background-color: #5aa02c;
}

.Text_Vert_Foncé {
    color: #5aa02c;
}

.Back_Gris {
    background-color: #b3b3b3;
}

.Text_Gris {
    color: #b3b3b3;
}

.Back_Gris_Foncé {
    background-color: #808080;
}

.Text_Gris_Foncé {
    color: #808080;
}

.Back_Jaune {
    background-color: #ffdd55;
}

.Text_Jaune {
    color: #ffdd55;
}

.Back_Orange {
    background-color: #ff9955;
}

.Text_Orange {
    color: #ff9955;
}

.Back_Rouge {
    background-color: #ff5555;
}

.Text_Rouge {
    color: #ff5555;
}

.Back_Rouge_Foncé {
    background-color: #ff5555;
}

.Text_Rouge_Foncé {
    color: #ff5555;
}

.Back_Rose {
    background-color: #ff79f4;
}

.Text_Rose {
    color: #ff79f4;
}

.Back_Violet {
    background-color: #d35f8d;
}

.Text_Violet {
    color: #d35f8d;
}

.Back_Marron {
    background-color: #c87137;
}

.Text_Marron {
    color: #c87137;
}*/

.btnCDQ {
    background-color: green;
    color: white;
    border-color: green;
}

.btnSignatureGlobaleColonne {
    border-radius: 10px;
    background-color: #5a83cc;
    color: white;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}

    .btnSignatureGlobaleColonne:hover {
        background-color: black;
    }

.selectColonnes {
    width: 90%;
    overflow-x: hidden;
}

.wide {
    max-width: 20em;
}

.wide-container {
    max-width: 100%;
}


#selectBaseElement {
    color: black;
    width: 150px;
    margin-right: 10px;
    float: right;
}

#selectBaseElementIcone {
    margin-right: 10px;
    float: right;
}

#emptySearch {
    margin-left: 10px;
    cursor:pointer;
    /*float: left;*/
}

.my-tooltip .tooltiptext {
    visibility: hidden;
    min-width: 200px;
    max-width: 300px;
    background-color: #555;
    color: white;
    font-size: small;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    margin-top: 30px;
    opacity: 0;
    transition: opacity 0.5s;
    margin-left: 60px;
    overflow-wrap: break-word;
}

    .my-tooltip .tooltiptext ::after {
        content: "";
        position: absolute;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.my-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.pr-button .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    max-width: 350px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    margin-top: 30px;
    opacity: 0;
    transition: opacity 0.5s;
    margin-left: 60px;
}

    .pr-button .tooltiptext ::after {
        content: "";
        position: absolute;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.pr-button:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.avct .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    max-width: 350px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.5s;
    margin-left: 40px;
    font-weight: normal;
}

    .avct .tooltiptext ::after {
        content: "";
        position: absolute;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.avct:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.lotoType .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.5s;
    margin-left: 40px;
    font-weight: normal;
    font-size: 13px;
    width: 250px;
    white-space: normal;
}

    .lotoType .tooltiptext ::after {
        content: "";
        position: absolute;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.lotoType:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.LISTCatTitle .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    max-width: 350px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.5s;
    margin-left: 40px;
    font-weight: normal;
    font-size: 13px;
}

    .LISTCatTitle .tooltiptext ::after {
        content: "";
        position: absolute;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.LISTCatTitle:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-height:800px) {
    .dropdown-menu {
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-height:600px) {
    .dropdown-menu {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-height:400px) {
    .dropdown-menu {
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog-eqpt {
        width: 800px;
        margin: 30px auto;
    }
}

.iframeMedia {
    width: 100%;
    height: 300px;
}

#scan-historique {
    height: 300px;
    max-height: 300px;
    overflow: auto;
}

.scan-row {
    width: 95%;
}

/*#user-list {
    height: 300px;
    max-height: 300px;
    overflow: auto;
}*/

.selectedUserRow {
    background-color: red;
    color: white;
}

.am-date-xsmall {
    font-size: x-small;
    text-align: left;
}

.am-libelle-small {
    font-size: small;
    font-style: italic;
    color: #333333;
}

.am-tp-user {
    font-size: x-small;
}

.am-tp-ressource {
    font-size: small;
}

.am-repere {
    font-weight: bold;
}

.am-sm {
    font-size: 12px;
}

.am-md {
    font-size: 16px;
}

.am-lg {
    font-size: 20px;
}

@media (min-width: 1200px) {
    .modal-wide {
        width: 70%;
    }
}

.clickable {
    cursor: pointer;
}


.tableBaseElements {
    width: 100% !important;
    opacity: 0;
    -webkit-transition: opacity 600ms, visibility 600ms;
}

    .tableBaseElements.active {
        opacity: 1;
    }

.trCatIcone {
    line-height: 30px;
}

.icon1 {
    position: absolute;
}

.icon2 {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    padding-left: 31px;
}

.icon3 {
    position: relative;
    left: 0;
    top: 3px;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    padding-left: 40px;
    max-height: 20px;
}

.icon4 {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    padding-left: 32px;
    max-height: 20px;
}

.userIdentifiant {
    font-weight: 600;
    font-size: x-large;
    color: #df0000;
}


.filtreTaches, .iconeTaches {
    float: right;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.filtreTaches {
    color: coral;
}

    .filtreTaches.inactive {
        opacity: 0.4;
    }
