﻿/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Start for Message box */
/*.formPopup{
	background-color: #FFFFFF;
    border: 1px solid #125D91;
    border-radius: 5px !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    color: #125D91;
    display: none;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    margin: 0 auto;
    padding:10px;*/
    /*position: absolute;*/
    /*text-align: center;
    max-width: 520px;
    z-index: 999;
	line-height: 21px;
}*/

/*#centerLoadingDiv{
    height: 60px;
    position: absolute;
    width: 200px;
    z-index: 999;
    display:none;
	}
.loading {
    background-color: white;
    border: 1px solid #125D91;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    color: #125D91;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 13px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 200px;
}
.CLDShowHide
{
    background-color:gray;
    display:none;
    height:100%;
    overflow:hidden;
    position:absolute;
    width:100%;
    z-index:99;
    opacity:0.8;
}*/
/* End for Message box */