html,
body {
    height: 100vh;
    background-size:     cover;
    background-repeat:   repeat-y;
    background-position: center center;
}

.wrap {
    min-height: calc(100% - 115px);
    height: auto;
    margin: 0 auto -120px;
    padding: 0 0 120px;
}

.wrap > .container {
    padding: 25px 45px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', serif;
    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 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: #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: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* ---------------------------------------------------
    LOGIN STYLE
----------------------------------------------------- */
.img-header {
    width: 120px;
    margin: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.core-content {
    width: 400px;
    border-radius: 10px;
    margin: auto;
    text-align: center;
}

.login {
    background-color: white;
}
/*
.login > img,
.site-request-password-reset >img,
#signup-container > img,
#signup-confirmation > img{
    -webkit-filter: invert(56%) sepia(44%) saturate(1429%) hue-rotate(342deg) brightness(89%) contrast(87%);
    filter: invert(56%) sepia(44%) saturate(1429%) hue-rotate(342deg) brightness(89%) contrast(87%);
    display: inline;

    max-width: 100%;
    max-height: 100%;
}
*/
#login-form > a {
    color: red;
    text-decoration: none;
    font-size: 0.75em;
}

.form-check > input {
    display: block;
    vertical-align: middle;
}

.form-check > label {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75em;
}

.btn-signup-complete {
    width: 100%;
    max-width: 150px;
    font-weight: bold;
    background: transparent;
    color: #ed6c34;
    border: 1px solid #ed6c34;
}

.btn-signup-complete:hover {
    width: 100%;
    max-width: 150px;
    font-weight: bold;
    background: #ed6c34;
    color: white;
    border: 1px solid #ed6c34;
}

.btn-login {
    width: 100%;
    max-width: 120px;
    font-weight: bold;
    background: linear-gradient(to right, #ed6c34, rgba(220, 124, 25, 0.8));
    color: white;
    border: none;
}

.btn-login:hover {
    background-color: #ed6c34;
}

.btn-step1 {
    margin-top: 20px;
}

.login-register {
    margin-top: 15px;
}

.login-register a {
    color: #ed6c34;
    text-decoration: none;
}

.login-register b {
    font-size: 0.75em;
}

.site-request-password-reset > p {
    font-size: 0.65em;
}

#signup-step1-container > p, #signup-step2-container > p, #signup-step3-container > p, #signup-confirmation > p {
    font-size: 0.75em;
}

.form-group > .hint-block {
    font-size: 0.6em;
}

.form-group > .help-block {
    font-size: 0.6em;
}

label {
    width: 100%;
    text-align: left;
    margin: auto;
    font-weight: bold;
    font-size: 0.8em;
}

::placeholder {
    font-size: 0.70em;
}

.hint-block > a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.step-hr:not([size]) {
    height: 2px;
}

/* ---------------------------------------------------
    FOOTER STYLE
----------------------------------------------------- */

.footer {
    display: inline-block;
    width: 100%;
    height: 120px;
    margin-top: 40px;
    border-top: 1px solid #aaa;
    padding: 30px 20px 0 20px;
    align-content: center;
}

.footer > p {
    display: block;
    text-align: center;
    font-size: 0.70em;
}

.footer > img {
    display: block;
    margin: auto;
    text-align: center;
    width: 160px;
}
