body {
	background-color:#cccccc;
    background-image:url('/images/bg-grid.png');
	background-position:center top !important;
	margin: 0px;
	font-family: "Open Sans";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 22px;
}

.inline-block{
	display:inline-block !important;	
}

#info_container{
  width:1214px;
  min-height:675px;
  text-align:left;
  background-color:#FFF;
}
 
#header_panel{
  padding:7px 20px 0px 20px;
  min-height:94px;max-height:94px;height:94px;
  border-top:4px solid #272a5f;
}

#menu_panel{ 
  padding:20px;
  color:white;
  background-color:#272a5f;
  font-size:16px;
  
}

#page_container{ 
  padding:10px 20px;

}
#question_panel{ 
  padding:20px 20px 0px 20px;
}

#question_image_container{ 
  padding-left:20px;
}

.answer_select{
padding-top:4px;font-weight:normal; font-size:12px; font-style:italic;
}

#answers_panel{ 
  padding:10px 20px;
  
}

#answers_panel_image{ 
  padding-left:20px;
  
}

.test_container{
  height:75px;
  font-size:18px;
  vertical-align:text-bottom;
  line-height:22px;
      margin-left: -6px !important;
}

.test_button{
  cursor:pointer;
  margin-bottom	:5px;
}
.test_answer{
  position:absolute;
  display:inline;
  width:auto;
  max-width:1108px;
  cursor:pointer;
  margin-top:25px;
  vertical-align:bottom;
  padding-left:10px;
 	
}

.test_answer_long{
  position:absolute;
  display:inline;
  width:1108px;
  cursor:pointer;
  margin-top:15px;
    padding-left:10px;

}
#navi_panel{
	width:1214px;
	background-color:#ffffff;
	border-bottom:12px solid #303335;
	min-height:63px;
	padding-bottom:10px; 

}
#navi_options{
  text-align:left;
  padding:10px 20px 0px 20px;  
}
#buttons{
  display:inline-block;
  float:right;
  text-align:right;
}
 
.h1{
	text-align: left;
	color: #272a5f;
	font-weight: 600 !Important;
	font-size:22.285705px;
	font-family: Open Sans Condensed;
}
.h2{
	text-align: left;
	color: #272a5f;
	font-weight: 600 !Important;
	font-size:30px;
	font-family: Open Sans Condensed;
	line-height:40px;
}
.white{
	color:white !important;	
}
.grey{
	color:#303335 !important;	
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #21b384;
    text-decoration: none !important;
    background: transparent;
}

.btn-success {
    color: #ffffff !important;
    background-color: #272a5f;
    border-color: #272a5f;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-lg, .btn-group-lg > .btn {
    /* padding: 10px 16px; */
    font-size: 15px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm{
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #21b384;
    text-decoration: none !important;
    background: transparent;
	color: #ffffff !important;
    background-color: #272a5f;
    border-color: #272a5f;
	
	width:100px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #008ac0;
  border-color: #008ac0;
}

table{
	width:100%;
    padding:0px;
	margin:0px;
}

A:link{
	text-decoration: none;
		color:#000000; 

}
A:visited{
  text-decoration: none;
	color:#000000; 
} 
A:active{
	text-decoration: none;
	color:#000000;
}
A:hover{
  text-decoration: underline;
	color:#000000; 
}


#popup_panel{ 
  padding:20px;
  color:white;
  background-color:#5da553;
  font-size:16px;
  
}

.filter-on{
    border-radius: 3px 3px 0px 0px;
    background-color: #272a5f;
    border-color: #272a5f;
	width:200px;
	height:38px;
}

.filter-off{
	border-radius: 3px 3px 0px 0px;
	background-color: #999999 !important;
    border-color: #999999 !important;
	width:200px;
	height:38px;
}
.filter-border{
	width:100%;
	border-top:1px solid #272a5f;
	margin-bottom:5px;
}