﻿/*#region General */

html, body, a, ul, li, img, header, footer, hgroup, section, article, div, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

html {
    background-color: #FFFFFF;
    height: 80% !important;
}


body {
    background-color: #FFFFFF;
    color: #333;
    font-size: 15px;
    font-family: Kabel Bk BT, "Segoe UI", Verdana, Helvetica, Sans-Serif;
    overflow: auto;
}

.alert-error {
    color: red;
}

.alert-lowerror {
    color: orange;
}

.alert-success {
    color: green;
}

.alert-info {
    color: royalblue;
}

a {
    text-decoration: none;
    color: #f58220;
    font-style: italic;
    height: 10px;
}

header, footer, hgroup, section, article, div {
    display: block;
}

input[type=text] {
    background: #FFFFFF;
}

input[type=submit] {
    margin: 20px 5px;
    padding: 5px 15px;
    background: #58595B;
    color: white;
    cursor: pointer;
    border: none;
    width: 150px;
    height: 40px;
    border: none;
    display: inline;
}


    input[type=submit]:hover {
        background: #f58220;
    }

input[type=button] {
    margin: 20px 5px;
    padding: 5px 15px;
    background: #58595B;
    color: white;
    cursor: pointer;
    border: none;
    width: 150px;
    height: 40px;
    border: none;
}

input.buttonDocPDF24 {
    margin: 5px 10px 5px 0px;
    padding: 0px;
    background-image: url(../Images/Fichier_zip.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #58595B;
    width: auto;
    height: 25px;
    /*/text-align:left;/**/
    text-anchor: start;
}

input.buttonDocExcel24 {
    margin: 5px 10px;
    padding: 0px;
    background-image: url(../Images/green_24_file_format_xls.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #58595B;
    width: auto;
    height: 25px;
    /*/text-align:left;/**/
    text-anchor: start;
}

input.buttonAttente24 {
    margin: 5px 10px;
    padding: 0px;
    background-image: url(../Images/attente.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #58595B;
    width: 165px;
    height: 25px;
    /*/text-align:left;/**/
    text-anchor: start;
}

input[type=button]:hover {
    background: #f58220;
}

input.buttonDocPDF24:hover {
    background-image: url(../Images/Fichier_zip.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

input.buttonDocExcel24:hover {
    background-image: url(../Images/green_24_file_format_xls.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

input.buttonAttente24:hover {
    background-image: url(../Images/attente.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}




#ButtonAttente {
    display: none;
}


/*#region class disposition */

.float-left {
    float: left;
    background-color: inherit;
}

.float-right {
    float: right;
    background-color: inherit;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*#endregion*/

/*#region Titre */

h1, h2, h3,
h4, h5, h6 {
    color: #f58220;
    font-family: "Arial";
    margin: 5px 20px;
    padding: 7px 0 1px 0;
}

h1 {
    font-size: 30px;
    margin: 10px 20px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5, h6 {
    font-size: 18px;
}

    h5 a:link, h5 a:visited, h5 a:active {
    }

.editor-field {
    margin: 0 20px;
}

.long-editor input[type=text] {
    width: 350px;
}

.big-field textarea {
    width: 500px;
    height: 200px;
}

.displayNone {
    display: none;
}

.editor-align {
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

.popup-label {
    display: inline-block;
    width: 45%;
    margin: 5px 1px;
}

.popup-field {
    display: inline-block;
    width: 45%;
    margin: 5px 1px;
}


input:required:invalid, input:focus:invalid {
    background-image: url(../Images/invalid.png);
    background-position: right top;
    background-repeat: no-repeat;
}

input:required:valid {
    background-image: url(../Images/valid.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}


/*#endregion*/

/*#region info and errors */

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    color: #FF0606;
    font-size: 1.1em;
    font-weight: bold;
}

.field-validation-error {
    color: black; /*#FF0606*/
    font-size: 1.8em;
    font-weight: bold;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

.BtnSupprimer {
    background-image: url(../Images/trash_can_24.png);
    background-color: #58595B;
    width: 24px;
    height: 24px;
    vertical-align: bottom!important;
    margin-left: 5px;
}

.BtnSupprimerHottracked {
    background-color: #f58220;
}

.BtnAjouter {
    background-image: url(../Images/add_24.png);
    background-color: #58595B;
    width: 24px;
    height: 24px;
   vertical-align: bottom!important;
    margin-left: 5px;
}

.BtnAjouterHottracked {
    background-color: #f58220;
}

.BtnEnregistrer {
    background-image: url(../Images/checkmark_16.png);
    background-color: #58595B;
    width: 16px;
    height: 16px;
}

.BtnEnregistrerHottracked {
    background-color: #f58220;
}

.BtnEditer {
    background-image: url(../Images/edit_24.png);
    background-color: #58595B;
    width: 24px;
    height: 24px;
   vertical-align: bottom!important;
    margin-left: 5px;
}

.BtnEditerHottracked {
    background-color: #f58220;
}

.BtnDetail {
    background-image: url(../Images/attendance_list_24_zoom.png);
    background-color: #58595B;
    width: 24px;
    height: 24px;
    vertical-align: bottom!important;
   margin-left: 5px;
}



.BtnDetailHottracked {
    background-color: #f58220;
}


footer {
    clear: both;
    background-color: White;
    font-size: .8em;
    height: 100px;
}

/*#endregion*/

/*#region Ecran ++ ---------------------------------------------------- */

/*#region Bandeau Haut de page ----------------------------------------------------------*/

#TopPanel, #BottomPanel {
    margin: 0;
    padding: 0;
}

#tableauScrollbar {
    overflow: auto;
}

#MainHeader {
}

#entheader {
    display: block;
    height: 20px;
    background-color: rgba(0,0,0,0.05);
    /*border:solid;*/
}

/*#region Bandeau Logo Login Menu */

#LogoTitre {
    display: block;
    width: 100%;
}

/*#region region */

#Logo {
    display: inline-block;
    width: 20%;
    min-width: 200px;
    vertical-align: top;
}

#Titre {
    padding: 5px;
    display: block;
}

#DivMenu {
    display: inline-block;
}

/*#endregion*/

/*#endregion*/
.BasPageErreur {
    width: 100%;
    background-color: white;
    height: 100%;
    vertical-align: bottom;
}

#FooterHeader {
    display: block;
    width: 100%;
    background-color: #FFEBCD;
    height: 20px;
    vertical-align: bottom;
}

/*#endregion*/

.TabAccueil {
    margin: 5px 20px;
}

#FormConnexion {
    margin: 20px;
    padding: 20px;
}

#FormContact {
    margin: 20px;
    padding: 20px;
}

/*#region Bandeau Body ----------------------------------------------------------*/

#body {
    background-color: #FFFFFF;
    clear: both;
    width: 100%;
}


/*#endregion*/

/*#endregion*/



/*#region ecran 641 961  ---------------------------------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1424px) {

    body {
        margin: 0 2%;
    }
}

/*#endregion*/


/*#region ecran 641 961  ---------------------------------------------------- */

@media only screen and (min-width: 641px) and (max-width: 1200px) {

    body {
        margin: 0;
    }

    /*#region region */
    #LogoTitre {
    }

    #Logo {
        display: block;
        margin: 0 auto;
    }

    #Titre {
        text-align: center;
    }

    #DivMenu {
        display: block;
    }

    /*#endregion*/



}

/*#endregion*/


/*#region ecran 481px a  641px  ---------------------------------------------------- */

@media only screen and (min-width: 481px) and (max-width: 641px) {


    body {
        margin: 0;
    }

    /*#region region */

    #Logo {
        display: block;
        margin: 0 auto;
    }

    #Titre {
        text-align: center;
        margin: 5px 0;
    }

    #DivMenu {
        display: block;
    }

    /*#endregion*/


}

/*#endregion*/


/*#region ecran 320 481  ---------------------------------------------------- */

@media only screen and (max-width: 481px) { /*and (min-width: 320px) and*/


    body {
        margin: 0;
    }
    /*#region region */

    #Logo {
        display: block;
        margin: 0 auto;
    }

    #Titre {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    #DivMenu {
        display: block;
    }

    /*#endregion*/





}

/*#endregion*/
