
/*# sourceMappingURL=custom.min.css.map */
/*
LMIS Custom css


*/

----- File upload ------
    /* To specify font size and color */
.e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn, .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn, .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
    font-family: cursive;
    height: 40px;
    background-color: aquamarine;
    color: coral;
}

/* To specify height */
.e-upload.e-control-wrapper, .e-bigger.e-small .e-upload.e-control-wrapper {

    width: 100%;

}

/* To specify background color */
.e-upload .e-upload-files .e-upload-file-list {
    background-color: beige;
}

------- End ------
---- Grid -----
.e-grid .e-headercell {
    background-color: #66afe9;
!important; /* Override the header background color */
    color: #131313;
    font: bold;

}

.e-grid .e-groupdroparea.e-grouped {
    background-color: #4b6c87;
!important;
}


.e-grid {
    font-family: cursive;
}

---- End ----
---- Toolbqar --
.e-grid .e-toolbar .e-btn {
    background-color: #deecf9;
}

.e-grid .e-toolbar .e-btn {
    background-color: #deecf9;
}

.custom-toast-class {
    padding-top: 105px; /* Adjust the padding value as needed */
}

.e-icons {
    color: #ff0000;
    font-size: 15px !important;
}

------ End ------
----- Dialog -----
.control-section {
    padding-left: 10px;
}

#target {
    height: 100%;
    min-height: 350px;
}

span.close-icon {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
}

span.error-msg {
    color: #66afe9;
    display: inline-block;
    position: relative;
}

.error-detail.col-lg-8 {
    position: relative;
    left: 45px;
    margin: 20px 0px 21px;
}

.e-icons.close-icon.col-lg-2:before {
    content: '\e7e9';
    font-size: 15px;
    color: #d9534f;
    position: relative;
    left: -12px;
}

.e-dialog .e-footer-content {
    background-color: #f8f8f8;
}


.e-dialog.e-control.e-popup {
    padding: 0px;
}

.e-dialog.e-control .e-dlg-header-content {
    padding: 10px;
}

.e-dialog.e-control .e-footer-content {
    padding: 8px 12px;
}

.e-dialog.e-control .e-dlg-content {
    padding: 15px 10px 10px;
}

.e-treeview !important; {
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border: 0px solid; 
    border-color: var(--color-sf-border-light);
    border-radius: 4px;
}

#target {
    height: 100%;
    min-height: 350px;
}


----- End ---------
