﻿#global-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /* background: #fff; */
    background: #0000003b !important;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100vh;
}

.requiredSymbol::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer;
}

.k-grid td .btn-sm {
    padding: 2px 5px;
}

.k-grid-header th,
.k-grid td {
    font-size: 12px;
}

.k-grid .k-grid-header th.k-header {
    font-weight: 700;
}


.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;
}

.k-grid-toolbar {
    display: flex;
}

    .k-grid-toolbar input[type=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;
        width: auto;
        margin-left: auto;
    }

.form-control-input {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 35px;
}

    .form-control-input.k-multiselect {
        height: inherit !important;
    }

.input-group .form-control-input {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

    .input-group .form-control-input .k-state-default {
        background-color: #fafafa;
        border-color: #f0f0f0;
        border-width: 1px;
        padding-bottom: 0.14em;
    }

input[readonly].form-control,
input[readonly].form-control-input {
    background-color: #eee;
    padding: 7px;
    pointer-events: none;
}

.form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.shade-Background {
    background-color: #eee;
    padding: 7px;
    pointer-events: none;
    min-height: 2.5em;
}

.k-list-container ul[aria-multiselectable=true] li.k-state-selected {
    background-color: #00cdd1;
    color: white;
}

.header-multiselect {
    width: 97.5%;
    text-align: center;
    background: #f9f9f9;
    padding: 5px;
    font-weight: 700;
}

.Zebra_DatePicker_Icon,
.modal-dialog .Zebra_DatePicker_Icon {
    top: 10px !important;
}

#map {
    height: 60%;
    min-height: 450px;
    width: 50vw;
}

.mapStyle {
    height: 50%;
    min-height: 450px;
    width: 34vw;
}

@media only screen and (max-width: 600px) {
    #map {
        height: 60%;
        min-height: 450px;
        margin: 0 auto;
        width: 75vw;
    }

    .mapStyle {
        height: 50%;
        min-height: 450px;
        margin: 0 auto;
        width: 49vw;
    }

    button {
        margin-top: 5px;
    }
}

.aiia-wizard-progress-buttons-wrapper {
    display: none !important;
}

.outer-container {
    font-family: sans-serif;
    font-size: 14px;
}

.outer-container {
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.step-content {
    padding: 5px 0;
}

.aiia-wizard-button-previous {
    margin-right: 15px;
}

.aiia-wizard-buttons-wrapper {
    text-align: right;
}

.aiia-wizard-progress-buttons-placeholder li {
    text-align: center;
}

    .aiia-wizard-progress-buttons-placeholder li.active {
        padding: 10px 15px !important;
        background: #337ab7;
    }

        .aiia-wizard-progress-buttons-placeholder li.active a {
            color: #fff !important;
        }

        .aiia-wizard-progress-buttons-placeholder li.active h4 {
            color: #fff !important;
        }

    .aiia-wizard-progress-buttons-placeholder li a {
        position: relative;
        display: block;
        padding: 10px 15px !important;
        color: #337ab7 !important;
    }

    .aiia-wizard-progress-buttons-placeholder li h4 {
        color: #337ab7 !important;
    }
