﻿.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;
    }