.error-message {
    background-color: #fce4e4;
    border: 1px solid #fcc2c3;
    float: left;
    padding: 20px 30px;
}
.error-text {
    color: #cc0033;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 1px 1px rgba(250,250,250,.3);
}
.error-field {
    border-color: #AA0A00!important;
    background-color: rgba(170, 10, 0, 0.1)!important;
}
.dv-loading-full {
    z-index: 999999999 !important;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--app_loader) 50% 50% no-repeat rgba(0, 0, 0, 0.4);
}
.select2-container--open {
    z-index: 9999999
}
.pull-left{float:left!important;}
.pull-right{float:right!important;}
