/* Detailed menu and buttons*/
.DetailedMenu
{
    visibility: hidden;
    opacity: 1;
}
#BigGrayBox
{
    position: fixed;
    width: 80%;
    height: 60%;
    top: 20%;
    left: 10%;
    border-radius: 4px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}
#Close_Button
{
    position: fixed;
    width: 5%;
    height:5%;
    top: 20%;
    left: 85%;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;

}
.detailedIcon
{
    position: fixed;
    width: 9%;
    height:11%;
    z-index: 6;
    cursor: pointer;
    opacity:0 ;
    visibility: hidden;
}
#ADS-BIcon
{
    top: 22%;
    left:11.5%;

}
#ASDE-XIcon
{
    top: 22%;
    left:28.8%;
}
#Css-WxIcon
{
    top: 22%;
    left:45%;
}
#CSTIcon
{
    top: 22%;
    left: 61%;
}
#DataCommIcon
{
    top: 22%;
    left: 75%;
}
#ERAMIcon
{
    top: 42%;
    left:11.5%;

}
#NVSIcon
{
    top: 42%;
    left:28.8%;
}
#RMLSIcon
{
    top: 42%;
    left:45%;
}

#STARSIcon
{
    top: 42%;
    left: 61%;
}
#SWIMIcon
{
    top: 42%;
    left: 75%;
}
#TBFMIcon
{
    top: 62%;
    left:11.5%;

}
#TBOIcon
{
    top: 62%;
    left:28.8%;
}
#TFDMIcon
{
    top: 62%;
    left:45%;
}

#TFMSIcon
{
    top: 62%;
    left: 61%;
}
#UASIcon
{
    top: 62%;
    left: 75%;
}
.detailedIcon:hover{

    background-color: orange !important;
    border-radius: 10px;

}