﻿*:fullscreen *:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    overflow: auto !important;
}

/* width */
.custom-scroll::-webkit-scrollbar,
.nice-select ul.list::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track,
.nice-select ul.list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb,
.nice-select ul.list::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .custom-scroll::-webkit-scrollbar-thumb:hover,
    .nice-select ul.list::-webkit-scrollbar-thumb:hover {
        background: #555;
        width: 15px;
    }

.requiredSymbol::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.header-multiselect {
    width: 97.5%;
    text-align: center;
    background: #f9f9f9;
    padding: 5px;
    font-weight: 700;
}

.k-grid td .btn-sm {
    padding: 2px 5px;
    margin: 2px 0px;
}

.btn-sm-excel {
    margin: 3px 0px 0px 5px !important;
}

.k-grid-header th,
.k-grid td {
    font-size: 12px !important;
}

    .k-grid td[role=gridcell] a,
    .k-grid td[role=gridcell] a:focus {
        background-color: #666 !important;
        border-color: #666 !important;
    }
        .k-grid td[role=gridcell] a:focus {
            box-shadow: 0 0 0 .2rem rgba(128,128,128,.5);
        }

        .k-grid td[role=gridcell] a:hover i {
            color: white;
        }

.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error + .nice-select {
    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;
}

.kendo-label {
    padding-right: 0.5em !important;
    vertical-align: middle !important;
    color: white !important;
}

.toolbar {
    float: right;
}

.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;
    width: 200px;
}

.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;
    display: block;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    height: 32px;
}

.form-control-input-multiSelect {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
}

    .form-control-input .k-input,
    .form-control-input-multiSelect .k-input {
        padding-left: 6px !important;
    }

.custom-form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 5px 8px;
    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;
}

.k-list-container ul[aria-multiselectable=true] li.k-state-selected {
    background-color: #0b286c;
    color: white;
}

.custom-filter input,
.custom-filter .k-combobox,
.custom-filter .k-datepicker {
    margin-right: 10px;
}

.btn-group span,
.btn-group input {
    float: left;
    margin: 10px 0px 20px 0px;
}

.input-group-addon,
.input-group-btn {
    width: inherit;
}

.btn-group input.custom-form-control {
    padding: 3.5px 8px;
    border-radius: 0px;
}

.shade-Background {
    background-color: #f5f5f5;
    padding: 10px;
    min-height: 2.9em;
    pointer-events: none;
}
