﻿body {
    display:flex;
    flex-direction: column;
    min-height: 100vh;
}

.requiredSymbol::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.form-control-input {
    height: 33px;
}

.toolbar {
    float: right;
}

.kendo-label {
    padding-right: 0.5em !important;
    vertical-align: middle !important;
}

.kendo-search-text {
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 28px;
    padding-left: 5px;
}

@media (max-width: 360px) {
    body {
        padding-top: 35px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        padding-top: 90px !important;
    }
}

.custom-map {
    border: 2px solid darkgray;
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
}

.custom-map-search + .select2-container {
    top: 50px;
    z-index: 2000;
    left: 10px;
}

.H_ib_content {
    min-width: 300px !important;
    font-weight: bold !important;
}

body {
    padding-top: 50px;
}

.navbar-inverse {
    background-color: #428bca !important;
    border-color: #3b6d99 !important;
}

    .navbar-inverse .navbar-brand {
        color: white !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white !important;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #3b6d99 !important;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #fff !important;
        border-bottom-color: #fff !important;
    }

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-sm {
    margin-right: 5px;
    padding: 4px 8px;
}

.dropdown-menu > li > a:hover {
    color: #262626 !important;
    background-color: #f5f5f5 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #262626 !important;
    background-color: #d3d3d3 !important;
}

.panel-heading {
    padding: 5px 15px;
}

    .panel-heading label {
        font-size: 20px;
        margin: 0px;
    }

.k-grid td {
    vertical-align: middle !important;
    padding: .4em .6em !important;
}

.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.hideSelected li.k-state-selected {
    display: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -5px !important;
    border-radius: 4px !important;
}

.az-footer {
    margin-top: auto;
    background: white;
    width: 100%
}

    .az-footer .container {
        font-size: 12px;
        padding: 5px 0px 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
