html, body {
    height: 100%;
	background-color: #efefef;
	scroll-behavior: smooth;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 30px 15px 20px;
}

.loading-overlay{
	position: fixed;
	top:0;
	left: 0;
	height:100% !important;
	width:100% !important;
	background-color: rgba(255, 255, 255, 0.8);
	z-index:9999999999;
	text-align:center;
	padding-top:50px;
	color:#0055a5;
	font-size:32px;
	font-weight:bold;
	display:none;
	overflow-x:hidden;
	transition: width 2s ease-out;
}

.cprdis{
	text-align:center;
	margin-top:20px;
	font-size:14px;
}

.alert{
    font-size: 22px;
    font-weight: bold;	
	padding:22px 0;
	text-align:center;	
}

.alert-help{
	text-align:left;
	padding:20px;
	font-weight:normal;
	width:100% !important;
}

.footer {
    background-color: #efefef;
    padding-top: 10px;
	text-align:center;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.text-blue{
	color:#0055a5;
}

.content-wrapper{
	background:#ffffff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    text-decoration: none;	
	padding:20px;
}

.content-wrapper h1{
	color:#0055a5;
	font-weight:bold;
	margin-bottom:20px;
	font-size:28px;
}

.font-web{
	font-size:20px;
	word-wrap: break-word;
}

.help-block{
	color:#FF0000;
}

.login-logo{
	text-align:center;
	padding:20px 0;
}

.guest-logo{
	max-height:130px;
}

.login-wrapper{
	background:#ffffff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    text-decoration: none;	
}

.login-content{
	background:#0055a5;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	color:#fff;
	text-align:center;
	height:100%;
	font-size:22px;
}

.login-content h1{
	font-weight:bold;
	font-size:40px;
}

.login-content h2{
	font-weight:bold;
	font-size:40px;
}

.login-form{
	padding:0 60px 20px 30px;
}

.login-form h2{
	color:#0055a5;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
}

.login-form h1{
	color:#0055a5;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
	font-size: 24px;
}

.vertical-center{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	width:80%;
}

.home-select-new{
	background:#0055a5;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	color:#fff;
	text-align:center;
	height:100%;
	font-size:22px;
	padding:40px 0;
}

.home-select-new h2{
	color:#fff;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
}

.home-select-existing{
	font-size:22px;
	text-align:center;
	color:#0055a5;
	padding:40px 0;
}

.home-select-existing h2{
	color:#0055a5;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
}

.home-title{
	text-align:center;
	color:#0055a5;
	padding-left:20px;
	font-weight:bold;
}

.home-intro{
	font-size:18px;
}

.home-intro h2{
	color:#0055a5;
	font-weight:bold;
}

.home-intro h5{
	color:#0055a5;
	font-weight:bold;
}

.home-icons{
	margin:20px 0;
	color:#0055a5;
}

.doc-cover{
	font-weight:bold;
	width: 100%;
	margin-top:5px;
	border: none;
}

.doc-cover th{
	vertical-align: top;
	text-align:left;
	padding-top:15px;
	width:100px;
}

.doc-cover td{
	vertical-align: top;
	padding-top:15px;
	border: none;
}

.doc-cover-noa{
	font-weight:bold;
	width: 100%;
	margin-top:5px;
	border: none;
}

.style-signature{
	font-family: 'Brush Script MT', cursive;
	color:#ff0000;
	font-size:42px;
}

.style-signature:focus{
	font-family: 'Brush Script MT', cursive;
	color:#ff0000;
	font-size:42px;
}

.pdf-only{
	display:none;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a2605b;
    background: #f2dedf;
    border: 2px solid #e5d4d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.correspondence-text{
	font-size:20px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
	
	.wrap > .container {
		padding: 15px;
	}	
	
	.guest-logo{
		max-height:120px;
		padding:10px;
	}	
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

@media (max-width: 576px) {
	.vertical-center {
		margin: 0;
		position: relative;
		top: 0;
		left: 0;
		-ms-transform: none;
		transform: none;
		width: 100%;
		padding:20px 0;
	}
}