﻿#spinner {
    display: none;
}

#spinner .busy {
    display: block !important;
}

#icon .busy {
    display: none;
}

.input-validation-error {
    border: 2px solid orangered;
    background-color: #A4D233;
    color: white;
    margin-top: 2px;
}

.input-validation-error span {
    border: 2px solid orangered;
    background-color: #A4D233;
    color: white;
    margin-top: 2px;
}

.field-validation-error {
    color: #A4D233;
    border: 0px solid red;
    padding: 2px;
}

.text-green {
    color: #A4D233;
}

.bg-green {
    background-color: #A4D233;
}

.text-purple {
    color: #A51890;
}

.bg-purple {
    background-color:#A51890 
}