﻿/*************************/
/*     CLASS GENERAL    **/
/*************************/

/*************************/
/*   CLASS SPECIFIQUE   **/
/*************************/

/** Conteneur **/

.div_global_cache {
    visibility:hidden;
}

.div_conteneur {
    /*height:100%;*/
    width:100%;
    overflow:hidden;
}
.div_footer
{
    width: 100%;
    height:50px;
    line-height:50px;
    vertical-align:middle;
    background:url('/App_Themes/Fsv_Commun/Footer/Images/filler.png') repeat-x top left;
}


.div_controls_gauche 
{
    float:left;
}


.div_controls_droit 
{
    float:right;
}

.centered
{
    position:relative;
}

.div_corps {
    min-height: 500px;
    overflow: auto;
    /*overflow: hidden;*/
}
.fsv_floatLeft
{
    float: left;
}

.div_loading
{
    width:100%; 
    height:100%;
    position:absolute
}
.div_message_loading {
    height: 30px;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    /*width: fit-content;*/
    max-width: 250px;
    left: 43%;
    box-shadow: 1px 1px 10px black;
}

.div_label_loading {
    float: left;
    /*margin-top: 6px;*/
    line-height: 30px;
    margin-right: 10px;
    width: 80%;
}

.img_loading {
    top: calc(50% - 100px) !important;
    left: calc(50% - 100px) !important;
}

