header .container h1 {
  background: url('../img/demo-yourlender-logo.png');
  background-size: 195px 25px;
  width: 195px;
  height: 25px;
  margin-top: 35px;
  float:left;
	margin-right: 15px;
}

footer .container {
    background: url('../img/powered-by-verifier.png') right center no-repeat;
	min-height: 100px;
}

footer .nologo {
	background: none;
}
.alert {
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
}
.alert .glyphicon {
  position: absolute;
  left: 20px;
  top: 15px;
}


/* ----- verifier additions may 2015 ----------  */

.nav {
	margin-top: 30px;
}

.nav + .panel {
	margin-top: 0;
}

.nav-pills > li {
	width: 19.5%;
	text-align: center;
}

.nav-pills > li a {
	height: 140px;
	padding-top: 21px;
	background: #625F5E;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
}

.nav-pills > li a:hover {
	background: #3E5AA4;
	color: #fff;
}

.nav-pills > li.active a,
.nav-pills > li.active a:hover {
	background: #e6e6e6;
	color: #3E5AA4;
}

@media (min-width: 426px) {
	.nav-pills > li {
		width: 19.6%;
	}	
	
	.nav-pills > li a {
		font-size: 14px;
	}
}

@media (min-width: 509px) {
	.nav-pills > li a {
		font-size: 16px;
	}	
}


@media (min-width: 552px) {
	.nav-pills > li a {
		font-size: 18px;
	}	
}

@media (min-width: 561px) {
	.nav-pills > li {
		width: 19.7%;
	}	
}

@media (min-width: 583px) {
	.nav-pills > li a {
		height: 120px;
	}
}

@media (min-width: 686px) {
	.nav-pills > li a {
		font-size: 20px;
	}
}


@media (min-width: 992px) {
	.nav-pills > li {
		width: 19.8%;
	}	
	
	.nav-pills > li a {
		height: 100px;
	}
}

table#ocr td {
	color: #0d934b;
}

table#ocr img {
	height: 200px;
	width: auto;
	margin-top: 10px;
	display: block;
	border: 10px solid #ddd;
}

table#ocr img:hover {
	border: 10px solid #ccc;
}

.modal #docpreview {
	width: 100%;
}

.modal #docpreview img {
	width: 100%;
	height: auto;
}

.modal button.close {
	background: none;
	border: none;
	position: absolute;
	right: 10px;
	font-size: 20px;
}

table#ocr button {
	margin-top: 0;
	background: transparent;
	border: 1px solid #625f5e;
	font-size: 0.7em;
	padding: 3px 7px 2px;
	margin-bottom: 5px;
}

table#ocr button:hover {
	background: #ddd;
}

table#ocr button:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	table#ocr button {
		margin-bottom: 0;
	}	
}

table#ocr tr.danger-row th {
	color: #A84344;
	border-left: 10px solid #A84344
}

table#ocr tr.danger td,
table#ocr tr.danger th,
table#ocr tr td.danger,
table#ocr tr th.danger {
	color: #A84344;
}

table#ocr tr.danger .btn-xs,
table#ocr tr th.danger .btn-xs,
table#ocr tr td.danger .btn-xs {
	color: #A84344;
	border-color: #A84344;
	font-size: 12px;
}

table#ocr tr.danger .btn-xs:hover,
table#ocr tr th.danger .btn-xs:hover,
table#ocr tr td.danger .btn-xs:hover {
	color: #fff;
	background-color: #A84344;
}

table#ocr tr.warning td,
table#ocr tr.warning th,
table#ocr tr td.warning,
table#ocr tr th.warning {
	color: #8a6d3b;
}

table#ocr .alert {
	font-size: 14px;
	padding: 5px 10px 5px 50px;
	margin: 5px 0;
}

table#ocr .alert label {
	font-size: 14px;
}

table#ocr .alert .glyphicon {
	left: 10px;
	top: 10px;
}

table#ocr .alert .collapse {
	margin-top: 10px;
}

table#ocr .alert .collapse.in + button {
	margin-top: 0;
}

table#ocr .alert .collapse + button,
table#ocr .alert .collapse + button + button {
	margin-top: 5px;
}

.well button {
	margin-top: 0;
	margin-right: 20px;
}

.well .btn:first-of-type {
	margin-bottom: 10px;
	display: block;
}

@media (min-width: 768px)  {
	.well .btn:first-of-type {
		margin-bottom: 0;
		display: inline-block;
	}	
}

.well .btn-group {
	text-align: center;
	line-height: 1;
}

.well .btn-group:hover {
	color: #f93c00;
}

.well .btn-group .btn {
	margin-right: 0;
	margin-bottom: 7px;
	width: 100%;
}

.well .smallhead {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
}


p.lead {
	margin-top: 10px;
}

.split-field.input-group input {
	width: 30%;
}

.split-field.input-group select {
	float: left;
	margin-left: 10px;
	width: 40%;
}

/* change to blue */

header {
	border-color: #3E5AA4;
}

header h2 {
	font-family: 'Lato', 'sans-serif';
	font-weight: 400;
	font-size: 20px;
	margin-top: 46px;
	float:left;
	margin-right: 15px;
}


/*
header h3 {
	background: url('../img/powered-by-verifier.png') right center no-repeat;
	width: 187px;
	height: 41px;
	text-indent: -9000px;
	float: right;
	margin-top: 27px;
}
*/

section h2,
a {
  color: #3E5AA4;
}

a:hover {
	color: #33548e
}

.btn-primary {
	background-color: #3E5AA4;
	border-color: #3E5AA4;
}

button.btn-default {
	border-color: #3E5AA4;
	background-color: #fff;
	color: #3E5AA4;
}

button.btn-default:hover {
	border-color: #3E5AA4;
	background-color: rgba(78,   116,   181, 0.13);
	color: #3E5AA4;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
	background-color: #33548e;
	border-color: #3E5AA4;
}

.well .btn-group:hover {
	color: #3E5AA4;
}

footer {
	border-color: #3E5AA4;
}

/* ------ additions March 2016 ------- */

.alert .btn,
.alert .btn:hover {
	margin-top: 0;
}

.alert-danger .btn-link {
	color: #a94442;
	border: none;
	text-decoration: underline;
}

.alert-danger .btn-link:hover {
	color: #a94442;
	border: none;
	text-decoration: none;
}

.progress-bar {
	background-color: #3E5AA4;
}

.progress-bar-success {
	background-color: #5cb85c;
}

/*
.modal .modal-body p {
	font-size: 17px;
}
*/


.panel > .list-group {
	margin-bottom: 20px;
}

.demo-only .btn-primary {
	background-color: #3D58A6;
}