﻿.requiredSymbol::after {
    content: " *";
    font-weight: bold;
    color: red;
}

sbody {
    padding-bottom: 20px;
}

body label {
    font-size: 13px;
    font-weight: 600;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.login-box .logo small {
    font-size: 20px !important;
    color: black !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.btn-sm {
    margin-right: 5px;
}

.head {
    margin-bottom: 30px;
}

.btn.bg-cyan {
    background-color: #FF5722 !important;
    color: #fff;
}

.custom-header-panel {
    font-size: 24px;
    background-color: #F44336 !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.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;
}

.k-grid input[type="checkbox"] + label:before,
.k-grid input[type="checkbox"]:not(.filled-in) + label:after {
    border: none !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ccc !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;
}

.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;
}

.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;
    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% !important;
    height: 34px;
}

    .form-control-input.k-multiselect {
        height: inherit !important;
    }

.clearMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.clearPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-bottom-10 {
    margin-bottom: 10px;
}

.shade-Background {
    background-color: #eee;
    padding: 7px;
    pointer-events: none;
}


.hideSelected li.k-state-selected {
    display: none;
}

.card .header {
    padding: 0px !important;
}

    .card .header label {
        font-size: 20px;
        margin: 5px 0px 5px 10px;
    }

.header.bg-cyan {
    background-color: #FF5722 !important;
    color: #fff;
}

.sidebar .menu .list .ml-menu i.material-icons {
    margin-top: 0px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
