html, body { font-family: 'PT Sans', arial, sans-serif; height: 100%; color: #444444; background: #898d8d; margin:0; }
#wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -60px; }
.container { }
.header { }
.header img { width: 100%; }
#footer { background-color: #ffffff; box-shadow: 0 0 14px #d4d4d4; padding-top: 10px; }
h1 { color: #2b5a80; text-align: center; font-size: 40px; line-height: 70px; text-transform: uppercase; }

.controls strong { position: absolute; padding-top: 5px; }
.notes-wrapper { overflow: hidden; overflow-y: scroll; }
.notification { position: fixed; top: 165px; z-index: 100 }
.tip-title { background: #000; background: rgba(0,0,0,0.7); color:#fff; padding: 1px 6px; border-radius: 3px; box-shadow: 0 2px 4px #ddd; max-width: 250px }
.tip-text { display: none}
.lead .label { font-size: 21px; padding: 5px 8px; font-weight: normal; }
.pagination label { margin-bottom: 0; }
.wide { width: 90px; }
.form-horizontal .control-label { width: 250px; margin-right: 20px; }
.form-horizontal .controls { margin-left: 280px; }

.btn {
}

.btn-primary:after {
	position: absolute;
	right: 1rem;
	content: '\203a';
}

.btn-primary {
	position: relative;
	padding-left: 1rem;
	padding-right: 3rem;
  font-weight: bold;
  border: 1px solid #2b5a80;
  background: #2b5a80;
}

.bg-primary {
	background: #6facde !important;
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: #0075bc;
  background: #0075bc;
}


.btn-info,
.btn-info:hover,
.btn-info:focus {
  border-color: #0075bc;
  background: #0075bc;
}


.pagination a { color: #6facde; }
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  color: #0075bc;
}

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #0075bc;
  font-weight: bold;
}

.page-item.active .page-link {
  border-color: #0075bc;
  background: #0075bc;
}


.form-actions {
  border: 0;
  background: none transparent;
}

