﻿.alertbox{
    position:fixed;
    bottom:60px;
    top:100%;
    height:200px;
    left:10%;
    background-color: #333333;
    width: 80%;
    color:white;
    display: block;
    z-index:999998;
}
.alertbox-inner {
    position: absolute;
    width: 90%;
    height: 100%;
    padding: 7px;
    display: table-cell;
    font-size: 14px;
    z-index: 999;
    display:inline-block;
}
/* Close Button */
.close-classic {
    color: #ffffff;
    font: 24px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
    width: 20px;
    z-index: 1000;
    display:inline-block;
}


#virtuelestand {
    position: fixed;
    top: -100%;
    left: 0%;
    height: 100%;
    background-color: #f2f2f2;
    width: 100%;
    display: block;
    z-index: 999986;
    color: black;
}
#virtueelMain {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: table-cell;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.audiobox {
    position: fixed;
    top: 85px;
    left: -70px;
    height: 70px;
    background-color: transparent;
    width: 70px;
    color: black;
    display: block;
    z-index: 999998;
}
.audiobox {
    background-color: white;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border: 4px solid silver;
    border-left: 0px solid silver;
}
