﻿/* Validtion Messages */

.info, .success, .warning, .error, .validation
{
    border: 1px solid;
    margin: 20px 0px;
    padding: 8px 8px 8px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 1.2em;
}
.info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Content/Images/info.png');
}
.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../Content/Images/success.png');
}
.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../Content/Images/warning.png');
}
.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Content/Images/error.png');
}
.btn-warning-bold
{
    font-weight: bold;
}

/* Error Page */
.errorClass
{
    float: left;
    margin-top: -10px;
}
.errorMessage
{
    margin-left: 80px;
}
/* Password Reset */

.divPasswordReset
{
    margin-top: 20px;
    clear: both;
}
.divPasswordReset > div
{
    height: 50px;
}

.validationDiv {
    /*margin-left: 455px;*/
    clear: both;
}

.labelDiv
{
    padding: 2px;
    margin-top: 12px;
}
.textFieldPassword, .textFieldConfirmPassword 
{
    margin-bottom: 2px;
}
/*.labelDiv, .textFieldPassword, .textFieldConfirmPassword
{
    float: left;
}*/
/*.textFieldPassword
{
    margin-left: 80px;
}
.textFieldConfirmPassword
{
    margin-left: 39px;
}*/

