﻿.divError {
    height: 15px;
    font-size: 13px;
}

.alert-success {
    color: #fff;
    background-color: #28a745;
    border-color: #23923d;
}
.alert-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #d32535;
}

.validationError {
    height: 13px;
    font-size: 14px;
}

.errorDiv {
    height: 15px;
    font-size: 13px;
}

body .select2-container--default.select2-container--open .select2-selection--single {
    height: 28px !important;
    line-height: 28px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

body .select2-container--default .select2-selection--single {
    height: 28px !important;
    line-height: 28px !important;
}


