
/*# sourceMappingURL=custom.min.css.map */
#preloader{
    background-color:rgb(255, 255, 255,0.5) !important;
}


.parsley-errors-list {
    margin: 0;  
    padding: 0
}

    .parsley-errors-list > li {
        list-style: none;
        color: #f75964;
        margin-top: 5px;
        padding-left: 20px;
        position: relative
    }

        .parsley-errors-list > li:before {
            content: "\f0159";
            font-family: "Material Design Icons";
            position: absolute;
            left: 2px;
            top: -1px
        }

.parsley-error {
    border-color: #f75964
}

.parsley-success {
    border-color: #5ad092
}

.filter-control > input[type=search] {
    border-color: lightgray;
}

.search-input {
    border-color: lightgray !important;
}

.select2-selection__clear {
    top: 4px !important;
    right: 25px !important;
}

.select2-container--open {
    z-index: 9999 !important;
}

/*.swal2-container {
    z-index: 20000 !important;
}
*/