/*!
 * Wine competition new styles and enhancements for Bootstrap 5.x
 * @author Kartik Visweswaran, Krajee Solutions, Jan 2022
 */
html,
body {
    height: 100%;
}

.admin {
	background-color: #aaa;
}
.kv-side-nav .nav-link {
    border-radius: 0;
}

.wrap {
	background-color: #ddd;
}
.wrapX {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background-image: url("../images/shutterstock_135809981.jpg");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    opacity: 1;
}

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

.wrap:not(.wrap-dialog) > .container {
    background-color: #fff;
    min-height: 95vh;
}

.footer {
		font-size: 90%;
//    height: 50px;
//    background-color: transparent;
    border-top: 1px solid #ddd;
    padding-top: 10px;
//    color: white;
//    font-size: 1.1em;
//    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

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

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

/**
 * Krajee navbar dropdown caret styling
 */
.navbar .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

/**
 * Following styles updated to help bump up font styling for Bootstrap 5.x theme.
 * This is to match the earlier version's UI large look & feel.
 * @author Kartik Visweswaran, Krajee Solutions, Jan 2022
 */
.body-content {
    font-size: 1.1em;
    text-align: justify;
}

.kv-form-bs4 .form-label:not(.form-check-label), .kv-form-bs4 .col-form-label:not(.form-check-label) {
    color: #851532;
    font-size: 1.2em;
}

.kv-form-bs4 .form-select, .kv-form-bs4 .form-control,
div > p, .navbar li:not(.dropdown-header) {
 /*   font-size: 1.2em; */
 font-size: 1em;
}

@media screen and (max-width: 576px) {
    .body-content {
        font-size: 1em;
    }
}

/**
 * Krajee grid components styling enhancements
 */
.kv-grid-bs4 .summary {
    text-align: right;
    margin-bottom: 10px;
    font-style: italic;

}

.kv-grid-bs4 > .pagination {
    justify-content: end;
    margin-bottom: 0;
}