@charset "utf-8";
/* CSS Document */
.radioWrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
    clear: both;
}
.searchRes { 
    margin-left: 10px;
    margin-bottom: 0px;
}

.radioBtns{ 

    color:black;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
   
}
.rb{
    display: inline-block;
    white-space: nowrap;
}
.smallIcons{
    
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	
	-webkit-box-pack: center;
	
	    -ms-flex-pack: center;
	
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
        margin-bottom: 6px;
}
.designation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color:black;
    font-size: 11px;
    padding-left: 6px;
    
}
.inscription{
 
  padding: 2px;
}

.iconList{
    text-align: center;   
    width: 100%;
}
.smallIcon{
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 8px;
    margin-top: 0px;
}


.tooltiptext {
    font-size: 10px;
    visibility: hidden;
    width: 100px;
    background-color: rgb(255, 252, 245);
    color: black;
    text-align: center;
    letter-spacing: -0.5px;
    border-radius: 6px;
    border: 1px solid #5C5C5C;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 100;
    bottom: 100%;
    left: 50%;
    margin-left: -65px;

  }
  


.infoPict{
   
    position: absolute;
    height: 28px;
    width:26px;
    background: url("../img/i.png") no-repeat;
    margin-left: 24px;
    margin-top:-16px;
    
   
}




.numbersBottom{
background-image: url("../img/bottom.png");
   height: 50px;
    width: 320px;
    text-align: center;
    padding-top: 20px;
    margin:0 auto;
    color:black;
    font-size: 12px;
    background-repeat: no-repeat;
}

.bottomWrapper{
    margin-top: 5px;
    margin-bottom: 45px;
} 

.mainBorderBottomI {
    background: white;
	border: 1px solid #5C5C5C;
	outline: 1px solid #D2B186;
	margin-left: 10px;
	margin-right: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
			align-items: center;
		
}







