body{
	/*background: #f5f5f5 url(../img/cross-pattern.png) repeat top center;*/
  /*width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #0250c5;
  background: -webkit-linear-gradient(bottom, #0250c5, #d43f8d);
  background: -o-linear-gradient(bottom, #0250c5, #d43f8d);
  background: -moz-linear-gradient(bottom, #0250c5, #d43f8d);
  background: linear-gradient(bottom, #0250c5, #d43f8d);
  position: relative;
  z-index: 1;*/
  
  background: #2E3A81;
}
.webcast_details_section{
    background: #fff;
    padding: 17px 0 10px 0;
    color: #000;
	margin-left: 20px;
    width: 940px;
}

.logo_section{
	background: #fff;
	width: 940px;
}

.webcast_details_section .item {
    font-size: 17px;
    text-align: left;
}

.webcast_details_section .item .label1 {
    font-style: normal;
    display: inline-block;
    /* width: 80px; */
    font-weight: bold;
}

.webcast_details_section .item .value {
    display: inline-block;
	font-weight: bold;
}

.video-slide-section {
    position: relative;
    width: 718px;
    /* overflow: auto; */
}

#dot {
    position: absolute;
    top: 0;
}

.well{
	margin-bottom: 0px;	
}
.con-que{
	margin-top: 0px;
}
.checkbox{
	/*width: 24px!important;
	margin-right: 10px;!important;*/
}
.con-ans{
	margin: 10px 0px;
}
.questions{
	color: black;
    margin-bottom: 8px;
}
.text-center{
    text-align: center;
}
/*.myinput{
    width: 75%;
    height: 20px!important;
}
.myinput-select{
    width: 75%;
    height: 35px!important;
}*/

.section_center{
	margin: 0 auto 0;
	float: none;
}
.btn-theme{
	color: #fff;
	background-color: #ec008c;
	border-color: #ec008c;
	margin-top: 15px;
}
.btn-theme:hover, .btn-theme:active, .btn-theme:focus{
	color: #fff;
	/*background-color: #6f0404;
	border-color: #6f0404;*/
}
.frmRegister{
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	color: #333;
}
.frmQuiz .con-ans{
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	color: #333;
}
.frmQuiz .questions {
	color: #333;
}
.frmQuiz .custom-label {
	display: block;
	position: relative;
	padding-left: 35px;
	/*margin-bottom: 12px;
	font-size: 16px;*/
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.frmQuiz input[type="checkbox"],
.frmQuiz input[type="radio"]{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: transparent;
	border: 2px solid #333;
}

.checkbox-mark .checkmark{
	border-radius: 2px;
}

.radio-mark .checkmark{
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-label:hover input ~ .checkmark {
	background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.custom-label input:checked ~ .checkmark {
	background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-label input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.custom-label.radio-mark .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #333;
}
.custom-label.checkbox-mark .checkmark:after {
	content: "\e013";
	font-family: 'Glyphicons Halflings';
	top: -1px;
	left: 2px;
	width: 8px;
	height: 8px;
	color: #333;
}

.csv-btn{
	margin-bottom: 10px;
}

@media (min-width: 1200px){
	.webcast_details_section {
	    width: 600px;
		margin-left: 0;
	}
	
	.logo_section{
		width: 570px;
	}
}

@media (max-width: 1200px){
	.webcast_details{
		padding: 0 0 0 15px;
	}
}

@media (max-width: 979px) and (min-width: 768px){
	.webcast_details_section, .logo_section{
	    width: 724px;
	}
}

@media (max-width: 767px){
	.webcast_details_section, .logo_section{
	    width: auto;
	}
	
	.webcast_details_section{
		 margin-left: 0px;
	}
}