@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);

.navbar-default {
	background-color: #e1e4e6;
	border-color: #cfd4d7;
	background-image: none;
}
.navbar-text {
	font-size: 1.7em;
	margin: 25px 0;
}
.navbar-brand {
	padding: 11px 15px;
}
.navbar a img:hover {
	opacity: 0.6;
}
.navbar {
	position: relative;
	min-height: 80px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

/* Common Styles for Eval Page */
#eval body{
	color:#000d4a;
	font-size:1.1em;
	background-color:#fff;
}

#eval .jumbotron{
	background-color:#ffffff;
	color:#000d4a;
}

#eval a {
	text-decoration: none;
	color:#000d4a;
}

#eval a:hover {
	text-decoration: underline;
}

#eval h1, #eval h2 {
	color:#000d4a;
}

#eval h1 {
	font-size:4.3em;
}

#eval h2 {
	font-size:3.3em;
}

#eval h1 strong, #eval h2 strong {
	color:#2364b0;
}

#eval .lead{
	color:#000d4a;
}
#eval h4{
	color:#000d4a;
	font-weight:500;
}

#eval img{
	margin-bottom:15px;
}

#eval legend{
	color:#2364b0;
	padding-bottom:5px;
}

#eval label {
    color: #000D4A;
    font-size: 1.1em;
    font-weight: 300;
		margin-top:10px
}

#eval .btn-primary{
	background-image: linear-gradient(to bottom,#f79639 0,#e67525 100%);
	background-color: #f79639;
	border-color: #f79639;
}

#eval .btn-primary:hover{
	background-image: linear-gradient(to bottom,#e67525 0,#f79639 100%);
	background-color: #f79639;
	border-color: #f79639;
}

#eval small {
	color: #8c8e8f;
}

#eval hr{
	border-color:#e1e4e6;
}

.hidden-control {
	display:none;
}

/* ------------------ Footer Styles ------------------ */
.copyright{
	margin-top:10px;
	font-size:.8em;
}

.copyright a{
	color:#fff;
    text-decoration: underline;
}

.copyright a:hover {
    color: #2a6496;
    text-decoration: underline;
}
.disclaimer{
	font-size:.8em;
	text-align: justify;
}

.disclaimer a {
	color:#fff;
	text-decoration: underline;
}

.disclaimer a:hover {
	color:#000d4a;
	text-decoration: underline;
}

footer hr{
	border-top:1px solid #000d4a;
	margin-top:10px;
}
/* ------------------ END Footer Styles ------------------ */

/* ----- START hidden submit button ----- */

.hidden-submit {
	background-color: transparent;
	border: medium none;
	cursor:default;
}

.hidden-submit:focus {
	border: none;
	border-image-source: none;
	color: transparent;
	padding: 0;
}

/* ----- END hidden submit button ----- */

/* ----- START validation styles ----- */

.field-validation-error {
	background-color: #fbe3e4;
	border: 2px solid #a94442;
	padding:15px 5px;
}

/* -- Styling for Error Message Block -- */
.error-message-block {
  background-color: #f5f7f8;
  border-left: 10px solid #F33;
  margin: 20px 0;
  padding: 20px;
  font-size: 1.1em;
  display: none;
}

.error-message-block h3 {
	color: #f33;
	margin-top: 0;
	font-size: 1.05em;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	font-weight: 700;
}

.error-message-block ul {
  padding-left: 15px;
}

.error-message-block li {
	padding-bottom: 5px;
}

/* -- ADDED TO MATCH NOLO -- */
.label-error{
	color: #a94442;
}

.field-error-message{
	color: #a94442;
	font-size:12px;
	font-style: italic;
}

/* ----- END validation styles ----- */

/* Media screen size 1200px Style */

	@media (min-width: 1200px){
	/* Success Styles */
		#success .mainContent{
			top:40px;
			padding-right:60px;
		}

		#success img{
			margin:50px 10px 50px 80px;
			top:0;
		}

	/*Error Styles */
		#error .mainContent{
			top:75px;
			padding-right:60px;
		}

		#error img{
			margin:20px 10px 50px 80px;
			top:0;
		}

		#error .lawqaIcon{
			margin:10px 20px 15px 0;
			float:left;
		}

	/* Notice Styles */
		#notice .mainContent{
			top:40px;
			padding-right:60px;
		}

		#notice img{
			margin:50px 10px 50px 80px;
			top:0;
		}

		#notice .lawqaIcon{
			margin:10px 20px 15px 0;
			float:left;
		}
		
	}


/* ---- START new styles to match Nolo ----- */

.panel-heading{
		padding:10px 0;
}

.panel-title{
		background-color: #f0f0f0;
		border-left: 5px solid #2364B0;
		padding: 15px;
		margin-bottom: 20px;
		font-size: 1.1em;
		font-weight:700;
}

.label-primary{
    background-color:#2364B0;
}

btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 8px 12px 7px;
    font-size: 14px;
    line-height: 19px;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

a .btn-warning{
	color: #fff;
}

.btn-default {
    height: 36px;
    padding: 3px 5px;
    background-color: #fff;
    border: 1px solid #999;
    width:100%;
    border-radius: 0;
    vertical-align: middle;
    margin:1px 0;
    background-image:none;
    color: #999;
}
	
.btn-default:hover {
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
	font-weight:300;
}

.btn-default:active, .btn-default.active {
	background-color: #2364b0;
	color: #fff;
	border: 1px solid #2364b0;
}

.btn-default:focus {
	background-color: #2364b0;
	color: #fff;
	border: 1px solid #2364b0;
}

.radio{
	width:100%;
	display:inline-block;
}

.col-xs-6 {
    display: inline-block;
    width: 50%;
}

.btn-warning{
	border-radius:0;
	background-image:none;
	background-color: #ff8814;
	margin-top:20px;
	border: none;
}

.text-small{
	font-size:.8em
}

#eval a.btn-warning{
	color:#fff;
}

.top-section {
	padding: 0;
}

/* -- mobile  specific-- */
@media (max-width: 767px){
	.btn-group, .btn-group-vertical {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}
	
	.panel-heading {
		padding:0
	}
	
	.navbar-brand img{
		width: 60%;
		height:auto;
	}
	
	.navbar {
		min-height: 50px;
	}
	
	.panel-title {
		padding: 10px;
		margin-bottom: 10px;
		font-size: 15px;
		font-weight: 500;
	}
	
	.btn-warning{
		margin-top:10px;
	}
	
	.or-bar{
		height: 30px;
		margin: 10px auto;
	}
	
	.col-xs-6{
		padding: 0 3px;
	}
	
	.AttorneyInput{
		padding: 0 15px;
	}
	
	#eval label {
		font-weight:500;
	}
	
	#eval img {
    margin-bottom: 8px;
}
	
		/* -- step 2 mobile -- */
		#step2 .eval-point{
			padding-bottom: 10px;
			font-size:14px;
		}

		#step2 .eval-info-entry{
			font-weight: 700;
		}
	
		#step2 input{
			margin-top:15px;
		}

		#step2 .hidden-submit{
			border:none;
		}
	
		#step2 .committment{
			font-size:12px;
			color:#999;
			border:1px solid #dad9d9;
			padding:15px;
			margin-top:20px;
		}

		#step2 .btn-warning{
			margin-top:15px;
			text-transform:uppercase;
		}
	
		#step2 .eval-point {
			padding-bottom: 5px 20px 10px;
			font-size: 14px;
			background-color: #EEF0F1;
			padding-top: 5px;
			
	}
	
	.field-validation-error {
			background-color: #FBE3E4;
			border: 2px solid #A94442;
			padding: 8px 12px 7px;
	margin-left: 0;
	}

}

/* -- desktop specific -- */

@media (min-width: 768px){
	.field-validation-error {
	   background-color: #FBE3E4;
	   border: 2px solid #A94442;
	   padding: 15px;
	   margin-left: 15px;
	}

	.desktop-container{
		width:720px;
	}
	
	.desktop-button{
		display:inline-block;
		padding:0px 2px;
	}

	.IncidentInput {
    width: 100%;
    padding-top: 10px;
    margin-left: 10px;
}
	
	.AttorneyInput {
    width: 100%;
    padding-top: 10px;
    margin-left: 10px;
}

	.panel-title{
		margin-left:-10px;
		font-weight:300;
		font-size: 1.4em;
	}
	
	label{
		padding-top:10px
	}
	
	.desktop-radio{
		padding-left:0;
	}

/* -- step 2 for desktop --*/

#step2 .panel-title {
		background-color:#fff;
		border:none;
		text-align: center;
}

#step2 .eval-info{
		background-color: #eef0f1;
		padding:20px;
}

#step2 .eval-point{
	padding-bottom: 10px;
	font-size:14px;
}

#step2 .eval-info-entry{
	font-weight: 700;
}

#step2 input{
	margin-top:15px;
}

#step2 .hidden-submit{
	border:none;
}

#step2 .committment{
	font-size:12px;
	color:#999;
	border:1px solid #dad9d9;
	padding:15px;
	margin-top:20px;
}

#step2 .btn-warning{
	margin-top:15px;
	text-transform:uppercase;
}

#step2 .field-validation-error{
	padding: 8px 12px 7px;
	margin-left: 0;
}
}


/* ---- END new styles to match Nolo ----- */

/* Media screen size 1199px Style */
@media (max-width: 1199px) and (min-width: 992px){
/* Success Styles */
	#success img{
		margin:120px 0 0 35px;
	}

/*Error Styles */
	#error img{
		margin:50px 0 0 40px;
	}
	#error .lawqaIcon{
		margin:10px 20px 15px 0;
		float:left;
	}

/* Notice Styles */
	#notice img{
		margin:90px 0 0 20px;
	}

	#notice .lawqaIcon{
		margin:10px 20px 15px 0;
		float:left;
	}
}