.notifier-results {
    z-index: 2147483643;
    position: fixed;
    display: none;
}

    .notifier-results.notifier-bottomleft {
        top: inherit;
        bottom: 0px;
        left: 70px;
    }

#errorNotifier {
    background-color: #fff;
    border: 0;
    padding: 4px 6px 0px;
    color: #555;
}

    #errorDialog .modalIcons span, #errorNotifier span {
        margin: 0 2px;
    }

#errorNotifier .error, #errorDialog .error, .modalIcons .error {
    color: #c26565;
}

#errorNotifier .warning, #errorDialog .warning, .modalIcons .warning, .icon-warning2 {
    color: #826430;
}

    #errorIcons span, #errorNotifier span, .warningDiv, .errorDiv {
        font-size: 14px !important;
    }

.warningDiv {
    background-color: #f7f6cd;
    border-color: #f7f6cd !important;
}

.errorDiv {
    background-color: #f4d1d0;
    border-color: #f4d1d0 !important;
}

#errorDialog .modal-body {
    overflow-y: scroll;
    max-height: 350px;
}

#errorDialog .modalIcons {
    display: flex;
}