﻿/*
	Couleurs ID de base : 

	#128EC8 -> Bleu
	#FFD200 -> Jaune
*/

*:focus {
    outline: none;
}

*::-moz-focus-inner {
    border: none;
}

a:hover {
    text-decoration: none;
}

#menu_left {
    padding-left: 0px;
}

.fab, .fas, .far, .fal {
    color: #128ec8;
}

BtnTab.fab, BtnTab.fas, BtnTab.far, BtnTab.fal, BtnTabRight.fab, BtnTabRight.fas, BtnTabRight.far, BtnTabRight.fal {
    line-height: 50px;
}

.iconred {
    color: red !important;
}

.iconorange {
    color: #ff9606 !important;
}

.iconwhite {
    color: white !important;
}

.iconblue {
    color: #128ec8 !important;
}

.iconyellow {
    color: #ffe04e !important;
}

.icongreen {
    color: rgb(34,177,76) !important;
}

.icongray {
    color: gray !important;
}

.iconblack {
    color: black !important;
}

.background_ID_blue,
.separator_vertical {
    background-color: #008DC7;
}

.border_ID {
    border: 1px solid #008DC7; /*bleu*/
}

.only_border_bottom_ID {
    border-top: none;
    border-left: none;
    border-right: none;
}

.only_border_top_ID {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.border_as_font_ID {
    color: #008DC7; /*bleu*/
}


.background_ID {
    background-color: #f0f0f0; /*gris*/
}

.background_ID_Blue {
    background-color: #128ec8; /*gris*/
}

.background_as_border_ID {
    border-color: #f0f0f0; /*gris*/
}

.background_as_border_ID_Blue {
    border-color: #128ec8; /*bleu*/
}

.background_ID_transparent {
    background-color: rgba(100,100,100,0.5); /*fond du chargement*/
}

.backgroundwhite_ID {
    background-color: white;
}

.backgroundwhite_as_border_ID {
    border-color: white;
}




body, label, span, img, div /*style des labels et span*/ {
    font-weight: 100;
    font-family: 'ID GDT Normal'; /* #45323 */
    color: black;
}

* {
    /*permet de désactiver la sélection de texte à la volée*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.unselectablediv *,
.unselectable {
    /*permet de désactiver la sélection de texte à la volée*/
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.selectable,
.selectablecontent *,
input,
textarea {
    -webkit-touch-callout: initial !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

label, span, a, div {
    cursor: default;
}

.floatLeft {
    float: left;
}


/* Séparateurs horizontaux */
.separator,
.separator_tabpanel {
    display: inline-block;
    height: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 0;
    margin-left: 2%;
    width: 96%;
}

.separator_tabpanel {
    margin-left: 0;
    width: 100%;
}


/* Tuiles */
.separatorTile {
    display: block;
    height: 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: red;
    opacity: 0;
}

.visible {
    display: block;
}

.inlinevisible {
    display: inline;
}

.hidden {
    display: none;
}


body {
    overflow: hidden;
}


/*Changement apportées au classe bootstrap */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.progress.text-white,
.hourglass.text-white {
    color: white !important;
}

a,
a:hover {
    text-decoration: none;
}

.titleForm {
    background-color: purple;
}

::-webkit-input-placeholder {
    color: gray;
}

:-moz-placeholder { /* Firefox 18- */
    color: gray;
}

::-moz-placeholder { /* Firefox 19+ */
    color: gray;
}

:-ms-input-placeholder {
    color: gray;
}


/* Gestion des textbox et listbox*/
input, select {
    width: 100px;
    padding-left: 12px;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


    select:not(.withExpand) {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-size: 30px !important; /* #34886: [All] Erreur d'affichage sur les select */
        padding-right: 25px;
        padding-left: 12px;
    }

select {
    background-color: white !important;
    background-repeat: no-repeat !important; /* #34796 */
    /* impossible de le mettre en font pour l'instant */
    background: url('../../Images/down.svg');
    background-position: calc(100% + 2px);
    background-color: white;
}

    select[disabled=true] {
        background:none;
    }

    select[multiple] {
        background: none;
        padding-right: 0;
    }


    select:not(.withExpand)::-ms-expand {
        display: none;
    }



    input:focus:not(input[type=checkbox]), select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    input::-moz-placeholder, select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    input:-ms-input-placeholder, select:-ms-input-placeholder {
        color: #999;
    }

    input::-webkit-input-placeholder, select::-webkit-input-placeholder {
        color: #999;
    }

    input[disabled], select[disabled],
    input[readonly], select[readonly],
    fieldset[disabled] input, fieldset[disabled] select {
        background-color: #eee;
        opacity: 1;
    }

    input[disabled], select[disabled],
    fieldset[disabled] input, fieldset[disabled] select {
        cursor: not-allowed;
    }


    input.xxs, select.xxs, label.xxs {
        min-width: inherit;
        max-width: inherit;
        width: 50px !important;
    }

    input.xs, select.xs, label.xs /*par défaut pour l'input et le select*/ {
        min-width: inherit;
        max-width: inherit;
        width: 120px !important;
    }

    input.sm, select.sm, label.sm {
        min-width: inherit;
        max-width: inherit;
        width: 150px !important;
    }

    input.md, select.md, label.md {
        min-width: inherit;
        max-width: inherit;
        width: 200px !important;
    }

    input.lg, select.lg, label.lg {
        min-width: inherit;
        max-width: inherit;
        width: 250px !important;
    }

    input.xl, select.xl, label.xl {
        min-width: inherit;
        max-width: inherit;
        width: 300px !important;
    }

    input.xxl, select.xxl, label.xxl {
        min-width: inherit;
        max-width: inherit;
        width: 350px !important;
    }

.center {
    text-align: center;
}



Solo {
    width: 100%;
}

Duo {
    width: 50%;
}

.Req:after {
    content: "*";
    margin-left: 5px;
    color: red;
}

errors {
    font-size: 14px;
    display: inline-block;
    color: red;
    position: absolute;
    margin-top: 5px;
}


input[type=checkbox]:focus {
    outline: none;
}

/* cacher la checkbox */
input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label:not(.not-a-checkbox):before {
        font-family: 'Font Awesome Regular';
        display: inline-block;
        font-size: 24px;
        /*letter-spacing: 10px;*/
    }

    input[type=checkbox] + label:not(.not-a-checkbox):before {
        content: "\f0c8";
        color: #128ec8;
    }

    input[type=checkbox]:disabled + label:not(.not-a-checkbox):before {
        content: "\f0c8";
        color: #A9A9A9;
    }

    input[type=checkbox]:checked + label:not(.not-a-checkbox):before {
        content: "\f14a";
    }

    /* Si le check est checké MAIS désactivé, on met la priorité de couleur sur la désactivation */
    input[type=checkbox]:checked:not(:disabled) + label:not(.not-a-checkbox):before {
        color: rgb(34, 177, 76);
    }

    input[type=checkbox]:checked + label:not(.not-a-checkbox):before {
        /*letter-spacing: 5px;*/
    }

/*//////fin custom checkbox//////*/



.toast-title {
    color: white !important;
}

.toast-errorCsharp .toast-title {
    color: black !important;
}

#toast-container > .toast {
    background-image: none !important;
}

    #toast-container > .toast:before {
        position: fixed;
        font-family: 'Font Awesome Solid';
        font-size: 24px;
        line-height: 18px;
        float: left;
        color: #FFF;
        padding-right: 0.5em;
        margin: auto 0.5em auto -1.5em;
    }

#toast-container > .toast-warning:before {
    content: "\f071";
}

#toast-container > .toast-error:before {
    content: "\f00d";
}

#toast-container > .toast-info:before {
    content: "\f129";
}

#toast-container > .toast-success:before {
    content: "\f00c";
}

#toast-container > .toast-spinner:before {
    content: "\f110";
}


text_title {
    color: black;
    text-align: left;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pulse:not(.buttonDisabled) {
    color: rgb(34,177,76) !important; /* mettre en commentaire pour désactiver le pulse */
}

    .pulse:not(.buttonDisabled):after {
        content: '';
        border: solid 2px; /* mettre en commentaire pour désactiver le pulse */
        opacity: 0.3;
        position: absolute;
        margin-top: -50px;
        margin-left: 7.5px;
        display: block;
        height: 46px;
        width: 46px;
        /*border-radius:100% !important;*/
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-name: pulseanim;
    }

@keyframes pulseanim {
    100% {
        top: -5px;
        opacity: 0;
    }
}

/* 34436: [Exécution OF] Ipad : réduction de la taille des boutons d'affichage */
/*------------------------------------ IE 9 -------------------------------------*/

/*Pour IE9 on enlève le style sur certains élements*/



body.IE.v9 select {
    background-image: none !important;
}

body.IE.v9 #TabContentHistoOf #divcontent #tableHistoriqueOF tr.TitleLine td {
    color: black;
}

/*------------------------------------ IE 9 -------------------------------------*/

/* Permet la détection du saut de ligne sur un élément */
.breakLines {
    height: auto;
    display: block;
    width: 10px;
    overflow: hidden;
    white-space: nowrap;
}


.fa-disconnected:before {
    content: "\f1eb"; /*signe du wifi*/
}




.fa-disconnected:after {
    /*signe ban*/
    /*content: "\f05e";*/
    /*signe remove*/
    content: "\f00d";
    font-size: 12px;
    color: red; /* un peu de couleur dans ce logiciel */
    position: absolute;
    margin-left: -7px;
    margin-top: 16px;
}


.valid {
    font-family: 'Font Awesome Solid';
    color: #128ec8;
}

    .valid:before {
        content: '\f00c';
    }

.disabled {
    pointer-events: none;
    color: #c0c0c0;
}

/* Icone de chargement pour une page */
.fa-spinner-third,
.fal.fa-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 52px);
    color: #128ec8;
}

span.fa-spinner-third::before {
    font-size: 7rem;
}

span.fa-spinner::before {
    font-size: 7rem;
}
