main > .container {
    padding: 15px;
}


.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

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

a {
    color: #0563c1;
	text-decoration: underline;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

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

h2, .h2 {
    font-size: 1.9rem;
}

.link-button {
    min-width: 120px;
    padding: 6px 10px;
    background-color: #002e5a;
    border: 1px solid #002e5a;
    color: #fff!important;
    display: inline-block;
    text-align: center;
    font-size: 1.28em;
    text-transform: lowercase;
	border-radius: 0rem;
}

/*.link-button:hover {
    background-color: #fff;
	border: 1px solid #002e5a;
    color: #002e5a!important;
}*/

/*.link-button:focus, .link-button.focus {
    color: #fff;
    background-color: #002e5a;
    border-color: #002e5a;
	box-shadow: none;
}*/

.link-button:active, .link-button.active {
    color: #fff;
    background-color: #002e5a;
    border-color: #002e5a;
	box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled):hover, 
.btn-success:not(:disabled):not(.disabled):focus, 
.btn-primary:not(:disabled):not(.disabled):hover, 
.btn-primary:not(:disabled):not(.disabled):focus, 
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle,.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #002e5a!important;
	background-color: #fff;
    border-color: #002e5a;
	box-shadow: none;
}

a.link-button {
	text-decoration: none;
}

.jumbotron {
    padding: 0 1rem;
}

p {
    margin: 1rem 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 1.5rem 0;
}