
/**
 * Name: ob-fe-style.css
 * Project: MSCS
 * Description: css file
 * created: 08/02/2022
 * This css file is specifically dedicated to style maps in FIE search
 * @version V-1.0
 * @author William Nyffeler.
 * @copyrights: OpenBrolly
 */



/*############## maps #################*/
#context_map{
    text-align: center;
}

.desc_text{
    float: left;
    width: 350px;
}
#location_map, #about_map{
    height: 200px;
    width: 200px;
    float: right; 
    position: relative; 
    /*padding-top: 40px;*/
    border: 1px;
    border-style: solid;
    border-color: #AAA;
}
#select_map{
    height: 512px;
    width: 512px;
    float: left;
    position: relative;

}
.top_map,.desc_map{
    top:0;
    left:0;
    height: 512px;
    width: 512px;
    position:absolute;
}
.desc_map{
    display: block;
}
.modal-content_map{
    height: 780px;
}
.hide_region{
    display: none;
}

#location_map_England, #about_map_England, #select_map_England{    
    z-index: 50;
}
#location_map_East, #about_map_East, #select_map_East{    
    z-index: 51;   
}
#location_map_EastMidlands, #about_map_EastMidlands, #select_map_EastMidlands{   
    z-index: 52;
}
#location_map_NorthEast, #about_map_NorthEast, #select_map_NorthEast{  
    z-index: 53;
}
#location_map_NorthWest,#about_map_NorthWest, #select_map_NorthWest {   
    z-index: 54;
}
#location_map_SouthEast, #about_map_SouthEast, #select_map_SouthEast{  
    z-index: 55;
}
#location_map_SouthWest, #about_map_SouthWest, #select_map_SouthWest{  
    z-index: 56;
}
#location_map_WestMidlands, #about_map_WestMidlands, #select_map_WestMidlands{    
    z-index: 57;
}
#location_map_Yorkshire, #about_map_Yorkshire, #select_map_Yorkshire{   
    z-index: 58;
}
#select_map_Top{
    z-index: 70;
}

/*############## end maps #################*/
