/* 
    Created on : 20 mai 2021, 16:21:20
    Author     : Stéphane Bergeon <stephane.bergeon@univ-grenoble-alpes.fr>
*/
body{
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size:0.9em;
    line-height:130%;
    margin:2px;
}


.selectBoxArrow{
    margin-top:1px;
    float:left;
    position:absolute;
    right:1px;


}	
.selectBoxInput{
    border:0px;
    padding-left:1px;
    height:16px;
    position:absolute;
    top:0px;
    left:0px;
}

.selectBox{
    border:1px solid #7f9db9;
    height:20px;	

}
.selectBoxOptionContainer{
    position:absolute;
    border:1px solid #7f9db9;
    height:100px;
    background-color:#FFF;
    left:-1px;
    top:20px;
    visibility:hidden;
    overflow:auto;
    z-index:1000;
}
.selectBoxIframe{
    position:absolute;
    background-color:#FFF;
    border:0px;
    z-index:999;
}
.selectBoxAnOption{
    font-family:arial;
    font-size:12px;
    cursor:default;
    margin:1px;
    overflow:hidden;
    white-space:nowrap;
}