/********Video Template********/
.videoTimer {
    height: 40px;
}
#questionHtml {
    height: 100%;
    width: 100%;
}
.videoTimer{
    display: none;
}



/********Facebook Template********/
.fb-video{float: left;width: 100%;}
.fb-container{ margin: 0 auto; width: 100%;float: left}
.fb-section{ float: left; width: 100%;}
.fb-image img{width: 100%; max-width: 100%;}
.page-body{ float: left; padding-bottom: 3.9em;}
.video-section{position: relative; float: left; width: 100%; z-index: 10;}
#play_button {background: transparent;border: none;padding: 0;outline: none;}
.vdo-btn-container {position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: flex;z-index: 99;float: left;width: 100%;text-align: center;justify-content: center;align-items: center;}
.vdo-btn-container #play_button{ display: table-cell; vertical-align: middle;}
.next-btn{ float: left; position: fixed; z-index: 10; bottom: 0px; left: 0px; right: 0px;}
.next-btn button{ background: #4167B0 !important; color: #fff !important; height: 3.9em; border: none;}
body.fbQuestion .cover-header,body.fbQuestion .footer{
    display: none !important;
}
body.fbQuestion .page-container{
    height: calc(100vh - 20px);
}
body.fbQuestion .content{
    padding: 0px;
}
body.fbQuestion .questionHtmlChild{ width: 100vw;float: left}
body.fbQuestion .page-cover{float: left;overflow: auto;height: calc(100vh - 3.9em);padding: 0;}
body.fbQuestion .questionHtmlChild .video-img{padding: 0px;}
body.fbQuestion .owl-item:not(.active){overflow: hidden;}

/*******Full View*****/
body.fullPageView .cover-header,body.fullPageView .footer{
    display: none !important;
}
body.fullPageView .page-cover{
    padding: 0px;
}
body.fullPageView .simple-image_ts{
    width: 100vw;
}
body.fullPageView .simple-image_ts img{
    margin: 0 auto;
}
body.fullPageView .page-container{
    height: 100vh;
    overflow: auto;
}

/*******Multiple Survey Css Start Here*****/
.cover-header {
    display:none;
}
.surveyListContainer {
    width: 100%;
}
.surveyHtmlContainer {
    width: 100%;
    display: none;
}
.surveyCompleteStatusContainer {
    display: none;
}
.survey-card-bg.disabled .take-survey-button-inner{
    display: none;
}
body.survey-card-full-view .top-content {
    align-items: flex-start;
}
body.survey-card-full-view .page-cover {
    padding: 0px;
}

.mdl-ripple {
	opacity: 0.001;
}
button,a{
	cursor:pointer;
}
