﻿.splashText{
	font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#666666; font-weight:normal;
}
#content {
    padding:0px;
}
#footer {
    position: fixed; bottom: 0; width: 100%;
}
#fade {
    display: none; position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: #171717cc; z-index: 700;
}
#fade2 {
    display: none;
    position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: #171717cc; z-index: 710;
}
#fade3 {
    display: none; position:fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: #171717cc; z-index: 1009;
}
#modal {
    display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding:0px; border: 0px solid #ababab; z-index: 701; text-align: center; overflow: unset; border-radius: 4px;
}
#modal2 {
    display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 0px; border: 0px solid #ababab; z-index: 702; text-align: center; overflow: unset; border-radius: 4px;
}
#loader {
    display: none; position: absolute; top: 50%; left: 50%; padding: 20px; background-color: white; transform: translate(-50%, -50%); z-index: 1010; text-align: center; overflow: unset; border-radius: 4px;
}
