﻿*:fullscreen *:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    overflow: auto !important;
}

/* width */
.custom-scroll::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .custom-scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
        width: 15px;
    }

.pricing .pricing-title {
    border-radius: 3px 3px 0px 0px;
}

.pricing .k-grid-header {
    padding-right: 0px !important;
}

.pricing .k-grid.k-widget {
    border-width: 0px 0px 0px 0px !important;
}

.pricing .k-auto-scrollable {
    padding-right: 0px !important;
}

.pricing .k-scrollbar-vertical {
    width: 5px !important;
}

.pricing .k-grid tbody td {
    text-align: left !important;
}

.k-grid .k-button.k-grid-add {
    padding: 5px 10px;
}

.k-grid td .btn-sm {
    padding: 2px 5px;
    margin-right: 5px;
}

.btn-sm-excel {
    margin: 3px 0px 0px 5px !important;
}

.k-grid-header th,
.k-grid td {
    font-size: 12px !important;
}

.field-validation-error {
    color: #e80c4d;
    display:block;
}

.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;
}

.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;
    width: 250px;
}

.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: 30px;
}

.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 {
    overflow-y: auto;
    max-height: 200px;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.hideSelected li.k-state-selected {
    display: none;
}

.isHideFirst .k-grid-header > tr > th:first-child,
.isHideFirst tbody > tr > td:first-child,
.isHideFirst .k-grid-footer > tr > td:first-child {
    display: none;
}

.isHideSecond .k-grid-header > tr > th:nth-child(2),
.isHideSecond tbody > tr > td:nth-child(2),
.isHideSecond .k-grid-footer > tr > td:nth-child(2) {
    display: none;
}

.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;
}
