﻿.view-switcher {
    padding: 0.5em; 
    font-weight: normal;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*messsages*/


.message {
    color: rgb(9, 146, 37);
    font-weight: bold;
    text-shadow: none;
}

.warning {
    color: rgb(68, 56, 251);
    font-weight: bold;
    text-shadow: none;
}

.error {
    color: red;
    font-weight: bold;
    text-shadow: none;

}

.ui-body-b .simple-link a:visited,.ui-body-b .simple-link a{
    color: white;
    font-weight: normal;
    text-shadow: none;
    display: inline;
}

