body,html{
    height:100%;
}

body{
    font-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;
}
.banner_side{
    padding-right: 0
}
.home_banner{
    margin-bottom: 25px;
}
.right_side{
    background: #e67817;
    padding: 10px;
}
.right_side .card {
    background: #eee;
}
.presentation{
    background-color: #000000;
}
.form_heading{
    color: #040404;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1rem;
}
.form-control{
    border: 1px solid #040404;
}
.form-control:focus {
    color: #040404;
    background-color: #fff;
    border-color: #040404;
    outline: 0;
    box-shadow: none;
}
.order-md-1#ppt_section{
    padding-right: 0px;
}
.order-md-2#video_section{
    padding-right: 5px;
}
.theme_button:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    box-shadow: none;
    background-color: #385ab7;
    border-color: #385ab7;
}
.theme_button {
    color: #fff;
    box-shadow: none;
    background-color: #233f8c;
    border-color: #233f8c;
}
.divider{
    border: 1px dashed #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}
.title{
    color: #423e3e;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
}
.event_detail{
    color: #e67817;
    font-size: 1.2rem;
    margin: 0;
    font-weight: bold;
}
.event_schedule{
    padding: 0;
    margin-top: -8px;
}
.event_schedule li {
    display: inline-block;
}
.event_schedule i {
    transform: translateY(4px);
}
li.event_time {
    margin-left: 20px;
}
.event_schedule span {
    margin-left: 5px;
    font-size: 1.2rem;
    color: #e67817;
    font-weight: bold;
}
.event_write_date,.event_write_time {
    vertical-align: middle;
}

.video-container {
    margin-top: 5px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.presentation_container{
    margin-top: 5px;
}
#video_section{
    padding-right: 0px;
}
.question_container,.pre_question_container{
    background-color: #515151;
    display: block;
    padding: 10px;
}
.questionbox{
    margin-bottom: 5px;
    background: #3e3e40;
    color: white;
    border: 1px solid #fff;
    padding-left: 16px;
}
.pre_question_container{
    margin-top: 5px;
}
.question_heading{
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
}
.pre_question_container{
    display: none;
}
fieldset{
    border-color: #e67817;
}
legend{
    color: #e67817;
    font-weight: bold;
    font-size: 22px;
}
#swap-icon-img{
    position: absolute;
    left: 31%;
    top: 179px;
    z-index: 2;
    cursor: pointer;
}

.presentation .col-md-12,.presentation .col-md-4,.presentation .col-md-8{
    padding-right: 5px;
    padding-left: 5px;
}
.notification{
    background: #333333;
    height: 27px;
    margin-top: 5px;
    color: #fff;
}
.logoutbtn {
    margin: unset;
    position: absolute;
    top: 13px;
    right: 37px;
    font-size: small;
    padding: 0 10px;
    height: auto;
}
#dot {
    position: absolute;
    top: 0;
}
@media screen and (max-width: 548px) {
    .logoutbtn {
        top: 8px;
    }
}
@media screen and (max-width: 767px) {
    .pre_question_container{
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .question_container{
        display: none;
    }
    .banner_side{
        padding-right: 15px;
    }
    .event_info{
        margin-bottom: 40px;
    }
    #swap-icon-img{
        display: none;
    }
    #video_section {
        padding-right: 5px;
    }
    .presentation_container {
        margin-top: 0px;
    }
}

#logout_btn{
    position: absolute;
    top:0;
    right: 0;
    z-index: 10;
}

/* rotet screen */
#warning-message {
    display: none;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 2000;
    background: rgba(255,255,255,1);
    height: 100vh;
}
@media only screen and (orientation: portrait) {
    #warning-message {
        display: block;
    }
}
@media only screen and (orientation: landscape) {
    #warning-message {
        display: none;
    }
}