@charset "utf-8";
/* CSS Document */

.Bfquiz_plusTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align: left;
}

.Bfquiz_plusIntro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
}

.Bfquiz_plusCustomerQuestion {
	padding:10px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.Bfquiz_plusCustomerOptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.Bfquiz_plusQuestion {
	padding:5px;
	background-color: #abc;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.Bfquiz_plusOptions {
	padding:10px;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	background-color: #ffffff !important;
}

.Bfquiz_plusQuestionFooter {
	display: block;
	height: 2px;
	line-height: 2px;
	background-color: lightgrey;
	color: #000;
	width: 100%;
	margin: 10px auto 10px auto;
	padding: 0;
	text-align: left;
}

.bfradiohorizontal {
       padding:15px;
       display: inline;
}

.polls_color_1{ background-color: #8D1B1B; border: 2px ridge #B22222; }

.polls_color_2{ background-color: #6740E1; border: 2px ridge #4169E1; }

.polls_color_3{ background-color: #8D8D8D; border: 2px ridge #D2D2D2; }

.polls_color_4{ background-color: #CC8500; border: 2px ridge #FFA500; }

.polls_color_5{ background-color: #5B781E; border: 2px ridge #6B8E23; }

.progressbar_color_1{ background-color: #009966; border: 2px ridge #009933; }

/***** FOR TIMED QUIZ *****/
#txt {
   border:2px solid red;
   font-family:verdana;
   font-size:16pt;
   font-weight:bold;
   background: #FECFC7;
   width:80px;
   text-align:center;
   color:#000000;
}

.timeremaining{
   font-family:verdana;
   font-size:16pt;
   font-weight:bold;
   background: #FECFC7;
   color:#000000;
   width:290px;
   padding: 3px;
}
/*************************/


.Bfquiz_plusSuppressQuestion {
/* the following will make question look like name, email & company fields */
	padding:3px;
	width: 70px;
	float: left;
	font-weight:bold;
	text-align:left;

/* the following will make question look like other question fields */
	/*float: left;
	padding:10px;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;*/
}

.Bfquiz_plusSuppressOptions {
/* the following will make question look like name, email & company fields */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	font-weight: normal;
	text-align: left;

/* the following will make question look like other question fields */
	/*padding:10px;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;*/
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

.icon-32-new {
	background-image:url("../images/icon-32-new.png");
}

.icon-32-addNew {
	background-image:url("../images/icon-32-new.png");
}

.width-45 {
    float: left !important;
    width: 100% !important;
}

.width-55{
	width: 100% !important;
}

.bfincorrect{
	color: red;
}