/*
    Document   : style
    Created on : 30 oct. 2013, 14:18:30
    Author     : Aurore
    Description:
        Purpose of the stylesheet follows.
*/

.rechercheG{
    font-size: 19px;
    padding: 0.5%;
    text-align: justify;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/segoe.eot?#iefix') format('embedded-opentype'),
        url('fonts/segoe.ttf') format('truetype');
}

span, a, p, input, option, select, label, h1, h2, h3,h4, li, tr, th, fieldset, div
{
    font-family: "Segoe UI";
}

a img {
    border: none;
}

#loader1
{
    display: none;
    position: absolute;
    right: 8%;
    top: 80px;
    width:5%
}

#loader2, #loaderError
{
    display: none;
    position: absolute;
    height: 100%;
    width:100%;
    z-index: 9999;
    background: url("../images/fond_popup.png") repeat scroll 0 0 rgba(0, 0, 0, 0);

}

#loader2 img, #loaderError img{
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 12%;
    /*background: url("images/fond_popup.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

.masque{
    display: none;
}

.ajaxCurseur
{
    cursor: pointer;
}

/* Pour le redimenssionnement des div */
.aspectwrapper {
    display: inline-block; /* shrink to fit */
    width: 100%; /* whatever width you like */
    position: relative; /* so .content can use position: absolute */
}
.aspectwrapper::after {
    padding-top: 56.25%; /* percentage of containing block _width_ */
    display: block;
    content: '';
}
.content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; /* follow the parent's edges */
}

.appelAjax{
    cursor: pointer;
}

#menu_haut_nav
{
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    width: 94%;
    height: 35px;
    background-color: rgb(221, 221, 221);
    z-index: 5;
    display: table;
}

#menu_haut_nav .bouton
{
    height: 35px;
    display: inline-block;
    /*background-color: #E4D0DC;*/
    /*padding-left: 3%;
    padding-right : 3%;*/
    font-size: 20px;
    color: #A00363;
    font-weight: bold;
    margin-left: 1%;
}

#page_construction
{
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

#menu_haut_nav #margeBouton{
    margin-left:22%;
}

.indice_nombre_bleu{
    border-radius: 50px;
    background-color: rgb(20, 150, 250);
    padding: 0px 10px;
}

.indice_bleu_btn{
    background-color: rgb(20, 150, 250);
    font-weight: bold;
    margin: 3px;
    padding: 0px 10px;
}

.indice_bleu_btn:hover{
    cursor: pointer;
}

.btn:hover{
    cursor: pointer;
}



/*--- LIGHT BOX ---*/
.dhx_cal_cover {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
}

#coverboxImago {
    z-index: 15;
    display: none;
}

#boxImago {
    background-color: #f9f9f9;
    border: 2px solid #eeeeee;
    box-shadow: 5px 5px 5px #888;
    display: none;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 50%;
    z-index: 104;
}

#contenuBoxImago {
    position: relative;
    width: 100%;
    height: 100%;
}

#contenuBoxRelatif{
    padding: 1%;
}

#contenuBox{
    bottom: 35px;
    overflow-y: auto;
    position: absolute;
    top: 35px;
    width: 98%;
}
#contenuBoxOnglet{
    bottom: 35px;
    overflow-y: auto;
    padding: 1%;
    position: absolute;
    top: 70px;
    width: 98%;
}
#tittleBox{
    background-color: #f5f5f5;
    border-bottom: 2px solid #eeeeee;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
}

#tittleBoxOnglet{
    background-color: #f5f5f5;
    border-bottom: 2px solid #eeeeee;
    font-weight: bold;
    height: 70px;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
}

#BasDeBox{
    background-color: #f5f5f5;
    border-top: 2px solid #eeeeee;
    bottom: 0;
    height: 35px;
    position: absolute;
    width: 100%;
}

.bouttonBox {
    background-color: #5780ad;
    color: white;
    cursor: pointer;
    margin: 2% 0 0;
    padding: 1% 6%;
}
/*--- FIN LIGHT BOX ---*/

/*------------- TABLEAUX PAGINES -------------*/
  
table.tableScrollAjax {
    display: flex;
    flex-flow: column;
    max-height: 100%;
    width: 100%;
}
table.tableScrollAjax thead {
    /* head takes the height it requires, 
    and it's not scaled when table is resized */
    flex: 0 0 auto;
    /*width: calc(100% - 0.9em);*/
    width:100%
}
table.tableScrollAjax tbody {
    /* body takes all the remaining available space */
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
}
table.tableScrollAjax tbody tr {
    width: 100%;
}
table.tableScrollAjax thead,
table.tableScrollAjax tbody tr {
    display: table;
    table-layout: fixed;
}

.asc{
    color:#006fbc
}
  
.desc{
    color:#bc0000;
}

.contenuTableScrollAjax{
    height: calc(100% - 90px);
}

/*------------- TABLEAUX PAGINES -------------*/