.progress-bar{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
	  box-shadow: none !important;
	background: transparent;
}

.progress{
    border-radius: 0px !important;
    background-color: #000 !important; 
	height: 2px;
}

.btn-ey { 
	/*font-family: EYInterstate-Light;*/
	border-radius:0;
	padding-left: 50px;
	padding-right: 50px;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #FFE600; 
	background-color: transparent; 
	border-color: #FFE600; 
} 

a.btn-ey, a.btn-ey:visited {
    color: #FFE600 !important;
} 
 
.btn-ey:hover, a.btn-ey:hover { 
	color: #000 !important; 
	background-color: #FFE600; 
	border-color: #FFE600; 
	text-decoration: none;
} 

.alert {
	border-radius: 0 !important;	
}

/*form*/
.form-question {
	text-align: left;
}
.has-error {

}

.form-answer .form-group {
	float: left;
	margin: 0px !important;	
	padding: 0px !important;	
	width: 20%;
	text-align: center;	
	display: inline-block;
}
label {
	font-family: EYInterstate-Light;
	font-weight: 300;
	font-size: 1.2em;
	padding-top: 4px;
}
label.required:after {
	color: #FFF;		
	content: " *";
}
.error {
	color: #A94442;
	font-size: 1em;
}
input, textarea, select {
	 border-radius: 0px !important;
	 background: #1A1A24 !important;
	 border-color: #1A1A24 !important;
	 color: #fff !important;
} 
.containerCbx {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
  cursor: pointer;  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerCbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #1A1A24;
  border: 1px solid #85858D;  
}

.containerCbx:hover input ~ .checkmark {
 
}

.containerCbx input:checked ~ .checkmark {
  
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none; 
}

.containerCbx input:checked ~ .checkmark:after {
  display: block;
}

.containerCbx .checkmark:after {
  left: 10px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 
input:focus + .checkmark
{
  background-color: #2E2E38;
}

._input-group {
	position: relative;
	margin: 0px 0px 40px 0px;
}

._input-group label {
	position: absolute;
	top: 20px;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 10px;
	padding: 0 12px;
	background-color: transparent;
	-webkit-transition: top .1s ease-in-out, font-size .1s ease-in-out;
	transition: top .1s ease-in-out, font-size .1s ease-in-out;
	cursor: text;
}
 
._input-group .active {
	top: 0px;
	font-weight: 300;
	font-size: 1em;
	line-height: 1em;
	color: #a9a9a9;	
	cursor: default;
}
 
._input-group input[type=text], ._input-group input[type=email], ._input-group input[type=password] {
	width: 100%;
	padding: 36px 22px 20px 22px;
	border: 0px;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.3em;		
	background-color: #1A1A24;
	color: #FFFFFF;
}
 
._input-group input[type=text]:focus, ._input-group input[type=email]:focus , ._input-group input[type=password]:focus {
	outline: none;
}

	.error.help-block {
		display: block;
	}
	
.table-responsive > .table {
	color: #FFF;
}

.table-responsive > .table {
	color: #FFF;
}

.table-responsive > .table tr:first-child, .table-responsive > .table tr.bg-yellow
{  
  background-color: #FFE600;
  color: #2E2E38;  
}

.table-responsive > .table tr:first-child td, .table-responsive > .table tr.bg-yellow td {
	border-right: 1px solid #2E2E38;
}
.table-responsive > .table tr:first-child td:last-child, .table-responsive > .table tr.bg-yellow td:last-child {
	border-right: 1px solid #FFFFFF;
}

.table-responsive > .table tr:not(:first-child) td:not(:first-child){
	text-align: right;
}