html,
body {
    height: 100%;
}

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

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

.footer {
    height: 30px;
}

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



/* 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;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.full {
    background: url('../images/intro-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 0 0 10em 0.4em #000;
}


.navbar {
    border-color: transparent;
    background-color: rgba(50, 50, 50, 0.5);
}
.jumbotron{
    background-color: rgba(255, 255, 255, 0.7);
}
.intro-message {
    position: relative;
    padding-top: 15%;
    padding-bottom: 20%;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 40px;
}

.footer a{
    color: inherit;
}
textarea{
    overflow:hidden;
}

.decline-box{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
footer p{
    color: rgba(200,200,200,0.3);
}

.loader {
    display: inline-block;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.flag-icon-rounded {
    border-radius: 50%;
    height: 1.2em;
    background-size: cover !important;
}
.flag-label{
    margin-left: 0.3em;
}

.compact-flags li {
    padding: 0.5em !important;
    margin: 0 !important;
    --bs-nav-link-padding-x: 0.1rem !important;
    --bs-nav-link-padding-y: 0.1rem !important;
}

.removal-card {
    backdrop-filter: blur(3px);
}

.removal-confirmed {
    max-width: 48rem;
    margin: 0 auto 1rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(53, 127, 70, 0.18);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(239, 252, 243, 0.96) 0%, rgba(224, 245, 231, 0.86) 100%);
    box-shadow: 0 18px 40px rgba(33, 80, 46, 0.08);
}

.removal-confirmed__eyebrow {
    margin-bottom: 0.65rem;
    color: #2f7a45;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.global-reject-option {
    max-width: 32rem;
    margin: 0 auto;
    padding: 0.35rem 0 0.15rem;
    color: rgba(33, 37, 41, 0.76);
}

.global-reject-option__label {
    margin-bottom: 0.35rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(33, 37, 41, 0.48);
}

.global-reject-option__text {
    max-width: 28rem;
    margin: 0 auto 0.9rem;
    color: rgba(33, 37, 41, 0.62);
}

.jumbotron .global-reject-option__button {
    padding: 0.38rem 0.72rem;
    font-size: 0.74rem;
    line-height: 1.2;
    border-width: 1px;
    color: rgba(33, 37, 41, 0.62);
    background: rgba(255, 255, 255, 0.42);
}

.jumbotron .global-reject-option__button:hover,
.jumbotron .global-reject-option__button:focus {
    color: rgba(33, 37, 41, 0.82);
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(33, 37, 41, 0.28);
}
