﻿
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1700px;
    }
}

.footer {
    text-align: right;
}

.menu-content {
    width: auto;
}

.navbar-brand {
    padding: 0;
}

.centered {
    text-align: center;
}

    .centered > dl > dd > select {
        margin-left: auto;
        margin-right: auto;
        width: 175px;
    }

.bannerImage {
    height: 43px;
}

.banner {
    background: white;
    border-bottom-color: #bf1d1b;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

    .banner > .row > a {
        color: black;
    }

.menu-container {
    background: #bf1d1b;
}

.k-jaha-menu {
    background: #bf1d1b;
    border: none;
    border-style: none;
}


    .k-jaha-menu > .k-item {
        border: none !important;
        border-style: none !important;
    }

    .k-jaha-menu > .k-state-hover > .k-link {
        background-color: #b7b7b7;
    }

    .k-jaha-menu > .k-item > .k-link {
        color: white;
    }

    .k-jaha-menu > .k-item, .k-state-highlight > .k-link {
        color: black !important;
    }

.banner .row {
    margin: 0;
    margin: 0;
}

.body-content {
    margin-top: 15px;
}

.navbar-right {
    line-height: 50px;
    padding-right: 10px;
}

.navbar-btn {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.validation-summary-errors {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
