
.complesary {color:#bd3a3a;}



.leftRowInput {
    float: left;
    margin-right: 1%;
    width: 48%;
}

.endRowInput {
    float: right;
    width: 49%;
    margin-right: 2%;
}
input.k-textbox {
    height: 2.694em;
    text-indent: .8em;
    line-height: 1.6em;
}

.fizeBig {
    font-size: 18px;
    color: #3E3A39;
    font-weight: bold;
}

.newInput {
    border-radius: 7px !important;
    width: 100%;
    height: 35.2px;
    border: 1px solid #B4B4B5;
    color: #036EB7 !important;
}

.k-textbox {
    background-color: #fafafa;
    border-color: #f0f0f0;
}

.k-input, .k-multiselect-wrap, .k-textbox>input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
    background-color: #fff;
    color: #444;
}

input.k-textbox, textarea.k-textbox {
    padding: 2px .3em;
}



input.k-textbox {
    height: 2.694em;
    text-indent: .8em;
    line-height: 1.6em;
}

.SelectionHeader {
    background-color: #ffffff;
    height: 25px;
    cursor: pointer;
    margin-bottom: 2px;
    line-height: 25px;
    margin: auto 1 auto 1;
    margin-top: 10px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    padding-top: 8px;
}

.SelectionHeader {
    background-color: #ffffff;
    height: 40px;
    cursor: pointer;
    margin-bottom: 2px;
    line-height: 40px;
    margin: auto 1px auto 1px;
    margin-top: 10px;
    vertical-align: middle;
}

.multipleListCheckBox {
    float: left;
    margin-top: 13px;
    margin-left: 5px;
}

.k-radio, input.k-checkbox {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
    -webkit-appearance: none;
    overflow: hidden;
}
.k-checkbox-label, .k-radio-label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    vertical-align: text-top;
    line-height: 16px;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
}
.k-checkbox-label, .k-radio-label {
    line-height: 18px;
}

.k-checkbox-label:hover:before, .k-checkbox:checked+.k-checkbox-label:hover:before, .k-checkbox:checked:hover+.k-checkbox-label:before, .k-checkbox:hover+.k-checkbox-label:before {
    border-color: #7f7f7f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-checkbox+.k-checkbox-label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 50%;
    width: 1em;
    height: 1em;
}
.k-checkbox-label:before {
    border-color: #7f7f7f;
    background: #fff;
    border-radius: 1px;
}