﻿/*Modal Popup
------------------------------------------------*/
/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	/*FOR OTHER MAJOR BROWSERS*/ 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px;  
	/*FOR IE*/ 
	behavior: url(~/App_Themes/Default/Images/border-radius.htc);
}

.modalPopup
{
	background-color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	/*FOR OTHER MAJOR BROWSERS*/ 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px;  
	/*FOR IE*/ 
	behavior: url(~/App_Themes/Default/Images/border-radius.htc);
}

.rounded-corners
{/*FOR OTHER MAJOR BROWSERS*/ 
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px; 
 -khtml-border-radius: 5px;
 border-radius: 5px;
 /*FOR IE*/ 
 behavior: url(~/App_Themes/Default/Images/border-radius.htc);
}

/****Password Strength****/
.PasswordTextBox_Indicator
{
	background-color: Gray;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	z-index: 11000;
}

.Password_StrengthText1
{
	background-color: Red;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 11001;
}

.Password_StrengthText2
{
	background-color: Orange;
	color: Black;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 11002;
}

.Password_StrengthText3
{
	background-color: Yellow;
	color: Black;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 11003;
}

.Password_StrengthText4
{
	background-color: #6af35f;
	color: Black;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 11004;
}

.Password_StrengthText5
{
	background-color: Green;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 11005;
}

.datepicker{ z-index: 9999999 !important;}