@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
html {
	min-height: 100%;
	height: 100%;
	position: relative;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	height: 100%;
}
/*
* { border: 1px solid red; } */

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

h1 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h6 {
	font-size: 11px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color:rgba(0,191,255,1.00);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0,191,255,0.6);
  outline: 0 none;
}
.label-1 {
    font-weight: normal !important;
}
ul li, ol li {
    line-height: 25px; /*or whatever height you like*/
	margin: 0 !important;
	padding: 0 !important;
}
iframe { 
border: 1px #cccccc solid; 
}
/* BOOTSTRAP 
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color:#FF0004 !important;
}

.has-error .form-control {
    border-color: #FF0004 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
*/
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.grecaptcha-badge {
	display: none !important;
}
[class*="col-sm-1"] {
    padding-top: 15px;
    padding-bottom: 15px;
}
[class*="col-sm-2"] {
    padding-top: 15px;
    padding-bottom: 15px;
}
[class*="col-sm-3"] {
    padding-top: 15px;
    /*padding-bottom: 15px;*/
}
[class*="col-sm-4"] {
    padding-top: 15px;
    padding-bottom: 15px;
}
[class*="col-sm-6"] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.extra-col-style-1 {
    background-color:#F7F7F7;	
    border: 1px solid #ddd;
}
/* Padding */
.padding-all-15 {
	padding: 15px;
}
.padding-left-30px {
	padding-left: 30px;
}
.padding-top-15px {
	padding-top: 15px;
}
.margin-bottom-25px {
	margin-bottom: 25px;
}

.text-align-center {
	text-align: center;
}
.extra-height-90px {
	height: 90px;
}
.extra-height-150px {
	height: 150px;
}
.extra-height-70px {
	height: 70px;
}
.extra-height-40px {
	height: 40px;
}
.nopadding-top {
   padding-top: 0 !important;
}
.nopadding-bottom {
   padding-bottom: 0 !important;
}
.col-centered{
	float: none;
	margin: 0 auto;
}
.text-justify {
    text-align: justify;
    text-justify: inter-word;
}
ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
	margin-bottom: 10px;
}

#medicalhistory2nodescr {
  display: none;
}
#medicalhistory3nodescr {
  display: none;
}
#currentassistechenvmodiexh {
  display: none;
}

/* navbar */
.navbar-inverse {
	background-color: #E4E4E4;
	border-color:#DFDFDF;
	background-image: none;
	background-repeat: no-repeat;
 }
.navbar-inverse .navbar-nav>li>a {
    color:#000000;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 20px;
}
.container-1 {
	width: 100%;
	min-height: 100%;
	height: auto;
    display: table;
}
.container-2 {
	width: 100%;
	min-height: 100%;
	height: auto;
    display: table;
}
.step-num {
	width: 100%;
	float: left;
	clear:both;
	text-align: center;
}
.step-title {
	width: 100%;
	float: left;
	clear:both;
	text-align: center;
}

/* Intake Form Steps */

.wizard {
    margin: 20px auto;
    background: #fff;
}
.step-container {
	width: 10%;
	height: 130px;
	float: left;
	box-sizing:border-box;
	border: 2px solid #FFFFFF;
	background-color:#EFEFEF;
}
span.step-container {
    width: 100%;
    height: 70px;
	float: left;
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
}
.wizard li.active span.step-container {
    background: #fff;
    border: 2px solid #5bc0de;
    
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

/* ALIGN TEXT */
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}

/* Background color */
.bg-green {
	background-color: #92ff78;
}
.bg-red {
	background-color: #FF0004;
}
/* TEXT COLOR */
.white {
	color: #FFFFFF;
}
.white a:link {
    color:#FFFFFF;
	text-decoration: none;
}
.white a:visited {
    color:#FFFFFF;
	text-decoration: none;
}
.white a:hover {
    color:#ff6823;
	text-decoration: none;
}
.black {
	color: #000000;
}
.red {
	color:#a94442;
}
.gray-bg {
	background-color:#F5F5F5;
}
.legend-0 {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	margin-left: 0px;
}
.legend-1 {
	background-color: #b6d7a8;
	padding-top: 0px;
	margin-left: 0px;
}
.legend-2 {
	background-color: #fff2cc;
	padding-top: 0px;
	margin-left: 0px;
}
.legend-3 {
	background-color: #f6b26b;
	padding-top: 0px;
	margin-left: 0px;
}
.legend-4 {
	color: #FFFFFF;
	background-color: #cc0000;
	padding-top: 0px;
	margin-left: 0px;
}
.legend-5 {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	margin-left: 0px;
}
.graph-container {
	color: #FFFFFF;
	background-color:#B3B3B3;
	border: 1px solid #9A9A9A;
}
.graph-4 {
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
	font-size: 10px;
	padding-right: 5px;
}
/* MARGIN */
.margin-left-10 {
	margin-left:10px;
}
.margin-left-50 {
	margin-left:50px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}

/* TITLES */
.title-1 {
	font-size: 18px;
	font-weight:bold;
}
.title-2 {
	font-size: 16px;
}
.title-3 {
	font-size: 14px;
	font-weight:bold;
}
.text-4-sm {
	font-size: 11px;
	font-weight:bold;
}

/* Text  */
.sm-text-1 {
	font-size: 10px;
}
.sm-text-2 {
	font-size: 8px;
}
/* BOOTSTRAP */

.dropzone {
    min-height: 150px;
    border: 1px dashed rgba(0, 0, 0, 0.3) !important;
    background: white;
    padding: 20px 20px;
}

#message-bar-1 {
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 50px;
}
#message-bar-2 {
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
}
.thumb-col-1-inner-cell {
	height: 120px;
	overflow: hidden;
}
.thumb-col-1-inner-cell img {
    height:100%;
	position: absolute;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
}

.thumb-col-1 {
	width: 280px;
	box-sizing:padding-box; 
	padding: 10px;
	float: left;
}
.btn-primary {
    background-image: -webkit-linear-gradient(top,#ff6823 0,#fe5000 100%) !important;
    background-image: -o-linear-gradient(top,#ff6823 0,#fe5000 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff6823),to(#fe5000)) !important;
    background-image: linear-gradient(to bottom,#ff6823 0,#fe5000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6823', endColorstr='#fe5000', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #fe5000 !important;
}
.btn-primary {
    color: #fff;
    background-color: #fe5000 !important;
    border-color: #fe5000 !important;
	margin-bottom: 3px;
}
.btn-success {
    background-image: -webkit-linear-gradient(top,#ff6823 0,#fe5000 100%) !important;
    background-image: -o-linear-gradient(top,#ff6823 0,#fe5000 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff6823),to(#fe5000)) !important;
    background-image: linear-gradient(to bottom,#ff6823 0,#fe5000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6823', endColorstr='#fe5000', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #fe5000 !important;
}

.btn-success {
    color: #fff;
    background-color: #fe5000 !important;
    border-color: #fe5000 !important;
	margin-bottom: 3px;
}
#header-1 {
	width: 100%;
	height: 40px;
	background-color: #E4E4E4;
	color: #FFFFFF;
	margin-bottom: 25px;
	text-align: right;
	display: table;
}
.footer {
	position:fixed;
	bottom: 0;
	width: 100%;
	height:50px;
	color: #FFFFFF;
	text-align: center;
  	line-height: 50px; /* Vertically center the text there */
	font-size: 0.9em;
	background-color: #636466;
}
#main-container {
	width: 100%;
	min-height: 100%;
	height: auto;
    display: table;
}
#main-container-2 {
	width: 100%;
	height: 100%;
    display: table;
}
#inner-container {
	width: 62%;
	height: 100%;
	margin: auto; 
}
#inner-container-2 {
	width: 100%;
	margin-bottom: 55px;
	float: left;
}
#section-1 {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
#form-container-1 {
	width: 600px;
	height: 100%;
	margin-bottom: 10%;
	float: left;
}
#form-container-2 {
	width: 25%;
	margin-right:37.5%;
	margin-left:37.5%;
	float: left;
}
#menu-2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.thumb-1-container {
	max-width: 300px;
	height: 260px;
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
}
.thumb-1 {
	max-width: 200px;
	max-height: 200px;
	float: left;
	overflow:hidden;
	border-style: solid;
    border-width: 1px;
	border-color:#C7C7C7;
}
.thumb-1-other {
	max-width: 200px;
	max-height: 200px;
	float: left;
	overflow:hidden;
}
.thumb-2-container {
	max-width: 300px;
	height: 170px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
}
.thumb-2 {
	max-width: 300px;
	max-height: 150px;
	float: left;
	overflow:hidden;
}

.forminputfields {
	width:500px;
	height: 25px;
	padding:5px;
	margin-bottom:10px;
}
.formbuttons {
	height: 25px;
	padding:5px;
}
.formtextarea {
	width:500px;
	height: 100px;
	padding:5px;
}
.profile-card {
	background-color: #f3f3f3;
}
.error {
	font-size: 14px;
	color:#FF0004;
}
.error a:link {
    color:#FF0004;
	text-decoration: none;
}
.error a:visited {
    color:#FF0004;
	text-decoration: none;
}
.error a:hover {
    color:#FF0004;
	text-decoration: none;
}

.error-2 {
	font-size: 16px;
}

.success {
	font-size: 14px;
	color:#B5D232;
}
.success a:link {
    color:#B5D232;
	text-decoration: none;
}
.success a:visited {
    color:#B5D232;
	text-decoration: none;
}
.success a:hover {
    color:#B5D232;
	text-decoration: none;
}

.success-2 {
	font-size: 16px;
}

/* UPLOAD SECTION */
.form-wrap{
    width: 50%;
	text-align: left;
}
.form-wrap form{
	border-bottom: 1px dotted #ddd;
}
.form-wrap #output{
    margin: 10px 0;
}
.form-wrap .error{
    color: #d60000;
}
.form-wrap .images {
    width: 100%;
    display: block;
    border: 1px solid #e8e8e8;
}
.form-wrap .thumbnails {
    width: 32%;
    display: inline-block;
}

.paginate {
font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
}
.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	text-decoration:none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	color: #000;
}
.paginate span.current {
    margin: 2px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
}
.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	color:#DDD;
}
.landing-page {
	background-image: url('images/landing_page_bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100%;
}
#logo {
	width: 10%;
	float: left;
}
#main-nav-1 {
	float: right;
	width: 90%;
	padding: 10px;
}
#header-1-inner {
	width: 62%;
	display: table;
	margin: auto;
}
#login-form-container {
	width: 50%;
	height: auto;
	margin: auto;
	display: table;
}
#login-form-1 {
	width: 280px;
	min-height: 320px;
	height: auto;
	background: rgba(255,255,255,0.9);
	padding: 50px;
	-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 6px 6px rgba(0,0,0,0.3);
	box-shadow: 0 6px 6px rgba(0,0,0,0.3);
	margin: auto;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
	border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
}
#signup-form-container {
	width: 50%;
	height: auto;
	margin: auto;
	display: table;
}
.pause-normal {
    color:#FFFFFF;
    font-size: 20px;
	background-color:#BCBCBC;
	padding: 5px 13px;
    border-radius: 4px;
}
.play-normal {
    color:#FFFFFF;
    font-size: 20px;
	background-color:#D9D9D9;
	padding: 5px 13px;
    border-radius: 4px;
}
.Actions {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none !important;
}
	
	p.legend_flip {
		cursor:pointer;
		line-height: 30px;
		font-size:16px;
		padding:5px;
		text-align:left;
		background:#000;
		border:solid 0px;
		color:#ffffff;
		user-select:none;
		margin-bottom: 0px !important;
	}
	
	div.legend_panel {
		display:none;
	}
	p.legend_2_flip {
		cursor:pointer;
		line-height: 30px;
		font-size:16px;
		padding:5px;
		text-align:left;
		background:#000;
		border:solid 0px;
		color:#ffffff;
		user-select:none;
		margin-bottom: 0px !important;
	}
	
	div.legend_2_panel {
		display:none;
	}

	p.quest_1_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}

	div.quest_1_panel {
		display:none;
	}

	p.quest_2_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_2_panel {
		display:none;
	}

	p.quest_3_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_3_panel {
		display:none;
	}

	p.quest_4_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_4_panel {
		display:none;
	}

	p.quest_5_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_5_panel {
		display:none;
	}

	p.quest_6_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_6_panel {
		display:none;
	}

	p.quest_7_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_7_panel {
		display:none;
	}

	p.quest_8_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_8_panel {
		display:none;
	}

	p.quest_9_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_9_panel {
		display:none;
	}

	p.quest_10_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_10_panel {
		display:none;
	}

	p.quest_11_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_11_panel {
		display:none;
	}

	p.quest_12_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_12_panel {
		display:none;
	}

	p.quest_13_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_13_panel {
		display:none;
	}

	p.quest_14_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_14_panel {
		display:none;
	}

	p.quest_15_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_15_panel {
		display:none;
	}

	p.quest_16_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_16_panel {
		display:none;
	}

	p.quest_17_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_17_panel {
		display:none;
	}

	p.quest_18_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_18_panel {
		display:none;
	}

	p.quest_19_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_19_panel {
		display:none;
	}

	p.quest_20_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_20_panel {
		display:none;
	}

	p.quest_21_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_21_panel {
		display:none;
	}

	p.quest_22_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_22_panel {
		display:none;
	}

	p.quest_23_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_23_panel {
		display:none;
	}

	p.quest_24_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_24_panel {
		display:none;
	}

	p.quest_25_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_25_panel {
		display:none;
	}

	p.quest_26_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_26_panel {
		display:none;
	}

	p.quest_27_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_27_panel {
		display:none;
	}

	p.quest_28_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_28_panel {
		display:none;
	}

	p.quest_29_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_29_panel {
		display:none;
	}

	p.quest_30_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_30_panel {
		display:none;
	}

	p.quest_31_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_31_panel {
		display:none;
	}

	p.quest_32_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_32_panel {
		display:none;
	}

	p.quest_33_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_33_panel {
		display:none;
	}

	p.quest_34_flip {
		cursor:pointer;
		line-height: 30px;
		padding:5px;
		text-align:left;
		background:rgba(255,255,255,0.5);
		border:solid 5px rgba(255,255,255,0.5);
		color:#000;
		user-select:none;
		margin-bottom: 1px !important;
	}
	
	div.quest_34_panel {
		display:none;
	}

	.panel-color-1 {
		background-color: #ffe7c2;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.panel-color-2 {
		background-color: #d1cdcd;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.panel-color-3 {
		background-color: #5fc8ff;
		padding-top: 10px;
		padding-bottom: 10px;
	}
.lengend_row {
	margin-left: -20px !important;
	margin-right: 0px !important;
}
.wizard .nav-tabs > li {
	width: 70px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100% !important;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	text-decoration: none;
}

.accordion:hover {
  background-color: #ccc; 
}
.accordion_panel {
    padding: 0 10px;
    display: none;
    background-color: white;
    overflow: hidden;
	margin-bottom: 50px;
	margin-top: 20px;
}
/* Mobile Layout: 480px and below. */


/* Tablet Layout: 576px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 576px) {
	#login-form-1 {
		width: 280px;
		min-height: 320px;
		height: auto;
		background: rgba(255,255,255,0.9);
		padding: 50px;
		-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 6px 6px rgba(0,0,0,0.3);
		box-shadow: 0 6px 6px rgba(0,0,0,0.3);
		margin: auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		display: table-cell;
		vertical-align: middle;
}
	.riskfactor_legend-mobile {
		display: block;
	}
	.riskfactor_legend-desktop {
		display: none !important;
	}
	.wizard .nav-tabs > li {
    	width: 70px;
	}
	
}

/* Desktop Layout: 768px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
	#login-form-1 {
		width: 280px;
		min-height: 320px;
		height: auto;
		background: rgba(255,255,255,0.9);
		padding: 50px;
		-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 6px 6px rgba(0,0,0,0.3);
		box-shadow: 0 6px 6px rgba(0,0,0,0.3);
		margin: auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.riskfactor_legend-mobile {
		display: none;
	}
	.riskfactor_legend-desktop {
		display: block;
	}
	.wizard .nav-tabs > li {
    	width: 10%;
	}
}
.copyright {
	width: 50%;
	text-align: left;
	margin-top: 5px;
	float: left;
}
.copyright-logo {
	width: 50%;
	text-align: right;
	float: left;
}
.btn:focus,.btn:active {
   outline: #ff6823 !important;
}