html,
body {
    height: 100%;
    font-size: 14px;
}

a {
    color: #157EE0;
}

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

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

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

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

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

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

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


.bg-brand {
    background: linear-gradient(135deg, #0F3E6F 0%, #1961B1 100%);
}

.breadcrumb-item a {
    color: #157EE0;
}

.btn.btn-brand {
    background: linear-gradient(135deg, #0F3E6F 0%, #1961B1 100%);
    border-color: transparent;
    color: #fff;
}

.nav-link-logout {
    background: transparent;
    border: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

.nav-link-logout:hover,
.nav-link-logout:active {
    color: rgba(255, 255, 255, 0.75);
}

.btn.btn-brand-light {
    background: linear-gradient(135deg, #1961B1 0%, #157EE0 100%);
    color: #fff;
}

.btn.btn-brand-light:hover,
.btn.btn-brand-light:active {
    background: linear-gradient(135deg, #0F3E6F 0%, #1961B1 100%);
    color: #fff;
}

.required.has-error input,
.required.has-error .help-block {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.kv-sort-icon .fa-sort-amount-down-alt:before {
    content: "\f160";
}

.page-item.active .page-link {
    background-color: #157EE0;
    border-color: #157EE0;
}

.page-link {
    color: #157EE0;
}

.logo-hover a.navbar-brand {
    position: relative;
}

.logo-hover a.navbar-brand:hover img {
    opacity: 0;
}

.logo-hover a.navbar-brand:hover:after {
    opacity: 1;
}

.logo-hover a.navbar-brand::after {
    content: "QSI EJV";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f1f1f1;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 24px;
    white-space: nowrap;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
}


.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    border-left: none;
}