html,
body {
    height: 100%;
}

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

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

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

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

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

.sh-info-box {
	margin: 25px 0 25px 0;
	padding: 15px 0 15px 0;
	border-radius: 0.5rem !important;
	border: 2px solid #BFBFBF !important;
}

.sh-info-box img {
	width: 8rem;
}

/* 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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

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

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-light .navbar-toggler {
    color: #666;
    border-color: #666;
}

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

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

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

.navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-top: 5px solid #005481;
    border-bottom: 3px solid #BFBFBF;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

fieldset {
	margin-top: 15px;
}

legend {
	border-bottom: 2px solid #005481;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

.eyecatch {
	font-family: 'Handlee', cursive;
	font-size: 2.5rem;
	line-height: 130%;
	color: #E16406;
}

.bg-sh {
    background-color: #C0CDD4 !important;
}

.footer-right-box
{
	text-align: right;
}

@media(max-width:992px) {
	.nav li > form > button.logout
	{
		display:block;
		text-align: left;
		width: 100%;
		padding: 10px 15px;
	}
	.footer-right-box
	{
		text-align: left;
	}
	.wrap > .container
	{
		padding: 110px 15px 20px;
		margin: 0;
	}
	.shInfo {
		text-align: center;
	}
}

.footer {
    min-height: 120px;
    background-color: #005481;
    color: #fff;
    border-top: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.top-space {
margin-top: 5rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #BFBFBF !important;
    border-radius: 0.5rem !important;
	margin: 15px 0 15px 0;
}

.card-title {
    margin-bottom: 0.75rem;
    font-weight: bold;
    color: #E16406;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
        padding-right: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #BFBFBF !important;
        border-top-color: rgb(206, 212, 218);
        border-right-color: rgb(206, 212, 218);
        border-bottom-color: rgb(206, 212, 218);
        border-left-color: rgb(206, 212, 218);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
