body {
    font-family: Arial, sans-serif;
    height: auto !important;
}
.STXMapContainer {
    position: fixed; left: 0; top: 0; width: 100%; height: 100%
}
.STXLogoContainer {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0px;
    width: 100px;
    
    background-color: white;
    opacity: 0.8;               
    padding: 5px 0px 5px 0px;
    text-align: center;
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.27); 
    z-index: 1000;
}
.STXLogoImage {
    width: 80%;
}
.STXSingleTopButton {
    left: calc(50% - 60px) !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;        
}
.STXLoggerContainerOptions {
    left: calc(50% - 120px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;    
}
.STXRefreshContainerOptions {
    left: calc(50%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;    
}
.STXContainerTop {
    position: absolute;
    top: -10px;
    width: 100px;
    height: 30px;
    
    background-color: white;
    opacity: 0.9;               
    padding: 10px 10px 10px 10px;
    text-align: center;
    
    -webkit-box-shadow: 2px 12px 9px -9px rgba(0,0,0,0.48);
    -moz-box-shadow: 2px 12px 9px -9px rgba(0,0,0,0.48);
    box-shadow: 2px 12px 9px -9px rgba(0,0,0,0.48);
    
    -webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
    z-index: 1000;
}
.STXContainerTop:hover {
    top: 0px;
}
.STXLogger {
    cursor: pointer;
    height: 30px;
    width: 100px;
    vertical-align: bottom;
    display: table-cell;
}

.STXDisableMessageContainer {
    position: fixed;
    top: 20%;
    left: calc(50% - 215px);
    width: 400px;
    padding: 15px 15px 50px 15px;
    
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #f9f9f9;
    border-radius: 5px;
    
    opacity: 0.9;
    z-index: 1000;
}
.STXDisableMessageContainerLogo {
    text-align: center;
    width: 100%;
    height: 60px;
}
.STXDisableMessageContainerWarning {
    color: #941616;
    text-align: center;
    padding: 50px 110px 50px 110px;
}
.STXDisableMessageContainerInfo {
    text-align: center;    
}
.STXDisableMessageContainerInfo a {
    text-decoration: none;
}