html {
    background-color: #f2f2f2;
}
body {
    background-color: #f2f2f2 !important;
}
#wrapper {
    height: 100vh;
    width: 100vw;
}

#content section.off {
    height: 0px;
    -webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
    overflow: hidden;
}
#content section.on {
    -webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
#content #userLogin.on {
    padding-top: 200px;
    height: 300px;
}
#content #controles.on {
    height: 100px;
}
#content #controles .controle_fix {
    position: relative;
    padding-left: 140px;
    padding-top: 15px;
}
#content #controles .controle_fix #eventCount {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 60px;
    font-weight: bold;
    color: orange;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1em;
}
#content #controles .controle_fix #answer {
    font-size: 30px;
    height: 60px;
}


#content #iframes.on {
    width: 100%;
    height: calc( 100vh - 100px );
}
#content #iframes #eventWindow {
    width: 100%;
    height: 100%;
    border: none;
}





#content #infomation.on {
    height: 100vh;
}
#content #infomation .info {
    padding: 50px;
    margin: 50px 0;
    border: solid 1px #e3e3e3;
    border-radius: 20px;
    background-color: #fff;
}
#content #infomation #infoMSG {
    font-size: 11pt;
    line-height: 2em;
}

#content #loginBox {
    width: 490px;
    padding: 30px;
    background-color: #ffd15e;
    border:  solid 5px #fff;
    margin: 0 auto;
}
#content #loginBox h4 {
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    margin-bottom: 20px;
}
#content #loginBox #bt_signin {
    height: 110px;
    border-color: #323232;
    background-color: #323232;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
#content #loginBox .form-group {
    margin-bottom: 5px;
}


