﻿.field-validation-error
{
    display: none!important;
}

.validator-callout
{
	background: #FFFBCE; /*url('/Themes/Default/Images/Warning.gif') no-repeat ;*/
	max-width: 250px;
	min-width:150px;
	z-index: 99999;
}
.nolines .callout {
    position: absolute;
    /*top: -20px!important;
    left: 150px!important;*/
    display: none;
    border: 1px solid #ff7070;
    background-position: 6px 6px;
    margin-left: 15px;
    padding: .5em 2em .5em 10px;
    color: #fff;
    font-family: Arial, Verdana !important;
    /*font-size: 95% !important; */
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    min-height: 70px;
    background-color: #ff7070;
    z-index: 10001;
}
.help-callout
{
	background: #FFFBCE url('/Themes/Default/Images/Help_24x24_72.png') no-repeat ;
	max-width: 15em;
    min-width: 10em;
	z-index: 10001;
}

.callout {
    /*color: #ff0000; */
    display: none;
    border: 1px solid #ff7070;
    /*margin: 0 .5em;*/
    background-position: 6px 6px;
    margin-left: 15px;
    /*margin: 0 1em .5em 33px;*/
    padding: .5em 2em .5em 10px;
    color: #fff;
    font-family: Arial, Verdana !important;
    /*font-size: 95% !important; */
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    min-height: 70px;
    max-height: unset;
    background-color: #ff7070;
    z-index: 10001;
}


.callout .closeButton
{
	background: url('/Themes/Default/Images/CloseButton.gif') center center no-repeat;
	position: absolute;
	top: 3px;
	right: 3px;
	height: 10px;
	width: 6px;
	cursor: pointer;
}

.callout h1
{
	font-weight: normal !important;
	font-size: 105% !important;
	border: none!important;
	color: #fff !important;
	margin-top: 0 !important;
	margin-bottom: 0!important;
	text-align: left!important;
	margin-left: 0!important;
	font-weight: bold!important;
	background-color: transparent!important;
	padding: 0!important;
	width: 100%;
    box-shadow:inherit!important;
	min-height: 24px;
	min-width: 24px;
}

.callout-pointer
{
	position:absolute;
	top: 7px;
	left: -16px;
	height: 1px; 
	width: 1px; 
	border-right: 10px solid #ff7070; /* #C89664; */
	border-top: 1px solid black;
	border-bottom: 10px solid transparent; 
	border-left: 1px;
}
.callout-pointer
{
	position:absolute;
	top: 3px;
	left: -16px;
	height: 1px; 
	width: 1px; 
	border-right: 15px solid #ff7070; /* #C89664; */
	border-top: 1px solid black;
	border-bottom: 15px solid transparent; 
	border-left: 0;
}

.callout-content
{
   
    margin-left: 0!important;
    padding-top: 3px;
    float: left;
    width:auto;
   color:#fff!important;
    font-weight:normal!important;
}

.field-validation-valid
{
    display: none!important;
}

.input-validation-error
{
    /*border: 1px solid #c88!important;*/
    background-color: #fff!important;
}

input[type='text'].input-validation-error, select.input-validation-error
{
    border: 1px solid #ff7070!important;
}

.validation-summary-errors
{
    font-weight: bold;
    /*color: #ff0000;*/
    border: 1px solid #f00;

/*    position: absolute;
    top: -5em;  */
    /*right: -10em;*/
    left: 0;
    /*margin: 1em; */
    margin-bottom: 1em;
    padding: .5em;
    color: #FFF;
/*    background-color: #aaa; */
	background: #ff7070;
    width:100%!important;
    min-width:initial;
    float:left;


}
.validation-summary-errors a{
    color:#fff!important;
    text-decoration-color:#ffffff!important;
    text-decoration:underline solid;
}

.validation-summary-errors span
{
	font-weight: normal !important;
	font-size: 105% !important;
	color: #003399 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0;
	display: block;
	text-align: center;
}

.validation-summary-errors ul
{
	padding: 0;
	margin: 0;
}

.validation-summary-errors li
{
	margin: 0 .5em;
	list-style-type: none;
    display: block;
}

.validation-summary-valid
{
    display: none;
}
