html,
body {
    height: 100%;
}

body.blank {
    display: flex;
    padding: 40px 0;
}

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

body.blank .wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: -40px auto;
    padding: 15px;
}

body.blank .wrap > div {
    width: 100%;
}

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}

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

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

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

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

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

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

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

/* applicant view */
.preformatted {
    white-space: pre;
    overflow: auto;
}

.applicantHistoryContent {
    overflow: scroll;
}

/* additional badge classes */
.badge.disabled {
    opacity: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.badge.badge-size-medium {
    font-size: 1rem !important;
}

.badge.badge-outline-secondary {
    color: #6c757d;
    border: 1px solid #6c757d;
}

.badge-group > .badge:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.badge-group > .badge:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: -1px;
}

.badge-group > .badge:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

/* 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;
}

/* tables */

th {
    border-top: 0 !important;
    border-bottom: 1px solid lightgrey !important;
}

td,
th {
    font-size: 14px;
}

td .badge,
td small {
    font-size: 12px;
    font-weight: normal;
}

td .applicant-status {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    max-width: 90px;
}

tbody {
    border-bottom: 1px solid lightgrey
}

tr:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

#documentRequestList .documentToRequest:not(.documentToRequestTemplate):nth-child(2) hr
{
    display: none;
}