﻿.has-error {
    border-color: #F44336 !important;
    /*color: #F44336;*/
}
.has-warning {
    border-color: #FF7043 !important;
    /*color: #F44336;*/
}
.blockUI{
    z-index: 9999 !important;
}
@media (min-width: 576px) {
    .modal-center-col-border-left-right {
        border: solid 1px #ddd;
        border-top: none;
        border-bottom: none;
    }
    .modal-center-col-border-left {
        border: solid 1px #ddd;
        border-top: none;
        border-bottom: none;
        border-right: none;
    }
    .modal-center-col-border-right {
        border: solid 1px #ddd;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }
}
.select2-search__field {
    width: 100% !important;
}
.pimankus-shadow {
    box-shadow: 0px 0px 5px 3px rgb(46 125 50 / 30%) !important;
}
.danger-shadow {
    box-shadow: 0px 0px 5px 3px rgb(244 67 54 / 30%) !important;
}