<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ErrorSetting {
    color: red !important;
}

.Error-Pull {
    float: right !important;
}

.cus-comn-check .fg-label {
    padding-left: 20px;
}

.cus-comn-check input[type="checkbox"] {
    margin-top: 10px;
}




.image-block {
    min-height: 0 !important;
    padding: 20px;
    float: left;
    width: 100%;
    background: #e7e8e9;
    position: relative;
    z-index: 10;
}

    .image-block img.std-img {
        display: inline-block;
        width: 100px;
        height: auto;
        position: relative;
        z-index: 10;
        margin: 10px 0 0 0;
        border-radius: 100px;
        height: 100px;
    }

.name-block {
    display: inline-block;
    /*width:100%;*/
    position: relative;
    z-index: 10;
    margin: 55px 0 0 0;
    font-weight: bold;
}

    .name-block span {
        position: relative;
        z-index: 10;
    }

.mdl-prt {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}

.k-icon.k-clear-value.k-i-close {
    background-color: transparent !important;
    margin-top: 8px;
    float:right;
    margin-right:5px;
}


.CursorPointer {
    cursor: pointer !important;
}

.bootstrap-select .bs-searchbox {
    padding: 5px 5px 5px 40px;    
    margin-top: 1px;
    border: 1px solid;
}

    .bootstrap-select .bs-searchbox input {
        font-size: 20px;
    }

.svg-status {
    margin-right: 5px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kendo-crud-buttons {
    background-image: none !important;
    border-radius: 0px !important;
    background-color: white !important;
}

    .kendo-crud-buttons.k-grid-save-changes {
        background-color: forestgreen !important;
        color: white !important;
    }

    .kendo-crud-buttons.k-grid-cancel-changes {
        background-color: white !important;
        color: red !important;
    }

    .kendo-crud-buttons span.k-icon {
        background-image: none !important;
    }

    .kendo-crud-buttons .k-icon.k-update:before {
        font-family: 'FontAwesome';
        content: "\f0c7";
        color: white;
    }

    .kendo-crud-buttons .k-icon.k-cancel:before {
        font-family: 'FontAwesome';
        content: "\f05e";
        color: red;
    }

label.error{
    color:red;
    margin-top:5px;
}</pre></body></html>