.kfileitem {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px;
}

.kfile {
    /* border: 1px solid lightgray; */
    /* margin-left: 0px !important;
    margin-right: 0px !important; */
    margin: 3px 1px 3px 1px !important;
    padding: 0px !important;
    text-align: left;
}

.kfileheading {
    background-color: #E8E8E8;
    padding-right: 3px;
    padding-left: 3px;
}

.kfilecontents {
    background-color: #F8F8F8;
    padding-right: 3px;
    padding-left: 3px;
}

.downfile i {
    color: #057590;
}

.modal-backdrop.show {
    display: block;
}

.Zebra_DatePicker_Icon_Wrapper {
    width: auto !important;
}

.Zebra_DatePicker_Icon {
    min-width: 16px;
}

.ksmallbtn {
    color: white !important;
    border-color: transparent;
    background: #3AC0C3;
    border-radius: 5px;
}

.ksmallbtn:hover {
    color: white !important;
    background-color: #057590;
    border-color: #3AC0C3;
}

h5 {
    margin: 0 10px;
}

.close {
    min-width: 15px;
}

button i {
    margin: 2.5px 5px 0px 0px;
}

.kfile-new {
    /* border: 1px solid lightgray; */
    /* margin-left: 0px !important;
    margin-right: 0px !important; */
    margin: 3px 15px 3px 15px !important;
    padding: 0px !important;
    text-align: left;

    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px !important;
    background: #F8F8F8;
    border-left: 3px solid #057590;
    /* width: 100%; */
    margin-bottom: 20px !important;
}

.kfile-new:hover {
    background: #fcedd2;
    border-left: 3px solid green;
}

.kfile-new:hover i {
    color: #057590;
}

.kfile-new i {
    color: #3AC0C3;
    font-size: 20px;
    margin-right: 15px;
}

.kfile-new .kleft {
    display: flex;
    align-items: center;
}

.kfile-new .col-md-6 {
    /* display: flex !important; */
    align-items: center !important;
    padding-left: 10px;
}

.kfile-new input[type=file] {
    padding: 5px 5px;
    width: inherit;
}

.kfile-new .kleft .kreq {
    font-weight: bold;
}

input[type=password][disabled],
input[type=text][disabled],
input[type=file][disabled],
textarea[disabled],
select[disabled] {
    color: rgb(102, 102, 102);
}

.kdel i {
    color: red !important;
}