/* DATA SPRINGS Inc. - DYNAMIC REGISTRATION STYLE SHEET */

label {
    font-family: 'open sans'; 
    font-weight: bold; 
    font-size: 11px; 
    margin-top: 10px;
    margin-bottom: 2px !important; 
    margin-left: 0px !important;
}

.DynamicRegistration_MainPanel input[type="text"], .DynamicRegistration_MainPanel [type="textarea"], .DynamicRegistration_MainPanel [type="password"], .DynamicRegistration_MainPanel textarea, .DynamicRegistration_MainPanel select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    box-sizing: border-box;
    height: auto !important;
    margin: 0;
    padding: 5px;
    width: 100% !important;
}

#dnn_ctr1112_DynamicRegistration_pnlRegistration {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #D5D5D5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #DADADA, 0 -3px 0 #E6E6E6 inset;
}

.DynamicRegistration_Captcha img {
  width: 85px;
  margin-bottom: 17px;
}
.DynamicRegistration_Maintable {
    margin: 20px;
    text-decoration: none;
    align:centre;
    text-align: centre;
}
#dnn_ctr1112_DynamicRegistration_pnlAJAXFields
{
margin:20px;
}
#dnn_ctr1112_DynamicRegistration_tblEmail
{
}

#dnn_ctr1112_DynamicRegistration_tblQuestions
{
    text-decoration: none;
    align:centre;
    text-align: centre
}

#dnn_ctr1112_DynamicRegistration_tblQuestions tr
{
   padding: 10px;
}

#SaveForm
{
  text-align:right;
}

.DynamicRegistration_Label
{
    font-weight: Normal;
    font-size: 10.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    vertical-align: middle;
}



/******** FOR THE AUTOSUGGEST BOX *******/
.NodeDefault {font-size:12px;cursor:hand;text-decoration:none;color:#555;}
.NodeIconDefault {cursor:hand;}
.ChildNodeDefault, .SpecialNode {font-size:12px;cursor:hand;text-decoration:none;color:#555;}
.SpecialNodeHover{background-color:green;color:#fff;}
.DisabledNode {color:Gray;}
.SelClass {background-color:#fc2f00;color:White;}
.HoverClass {background-color:#fc2f00;color:#fff;}
.MenuBarClass {border-right:1px outset;border-top:1px outset;border-left:1px outset;width:140px;border-bottom: 1px outset;background-color:#ededed;}
.MenuClass {background-color: silver;border: outset 1px;}
.SpecialNode {color: Yellow;}




.DynamicRegistration_watermark
{

background-color: #EF5050;
font-size: 8.5pt;
color: #003366;

}

.DynamicRegistration_RequiredFieldAsterik
{
     font-size: 6.5pt;
     color: #CC0202;
}

.DynamicRegistration_RequiredField
{
  color: #DB4437;
  font-size: 11px;
}

.DynamicRegistration_ValidationSummary
{
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}

.DynamicRegistration_Textbox
{
  display:block;
  border: 1px solid #999;
  height: 25px;
  margin: 1px;
  padding: 1px 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.DynamicRegistration_Password
{
  display:block;
  border: 1px solid #999;
  height: 25px;
  margin: 1px;
  padding: 1px 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}


.DynamicRegistration_Watermark
{
 font-size: 6.5pt;
background-color: #CCCCCC;
}

.DynamicRegistration_FieldError
{

background-color: #EF5050;

}


.DynamicRegistration_Dropdownlist
{
  font-weight: bold;
    font-size: 11.5pt;
    color: #003366;
   
}

.DynamicRegistration_Listbox
{

}

.DynamicRegistration_Checkbox
{

}


.DynamicRegistration_Checkboxgroup
{
  font-weight: bold;
   

}

.DynamicRegistration_Country
{
  display:block;
  border: 1px solid #999;
  height: 25px;
  margin: 1px;
  padding-left: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.DynamicRegistration_DisabledTextBox
{
  color: #6E6E6E;
  background-color: #efefef;
  display:block;
  border: 1px solid #999;
  height: 25px;
  margin: 1px;
  padding: 1px 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3)
}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}




/*  ADVANCED STYLES FOR PASSWORD STRENGTH */
.top_testresult{
	font-weight: bold;
	font-size:13px;
	font-family: arail,helvetica,san-serif;
	color:#666;
	padding:0;
	margin:0 0 2px 0;
}
.top_testresult span{
	padding:6px ;
	margin:0;
}
.top_shortPass{
	background:#edabab;
	border:1px solid #bc0000;
	display:block;
}
.top_shortPass span{
	
}
.top_badPass{
	background:#edabab;
	border:1px solid #bc0000;
	display:block;
}
.top_badPass span{
	
}
.top_goodPass{
	background:#ede3ab;
	border:1px solid #bc9f00;
	display:block;
}
.top_goodPass span{

}
.top_strongPass{
	background:#d3edab;
	border:1px solid #73bc00;
	display:block;
}
.top_strongPass span{

}




/* 	RESULT STYLE  */
.testresult{
	font-weight: bold;
	font-size:13px;
	font-family: arial,helvetica,san-serif;
	color:#666;
	padding:0px 0px 12px 10px;
	margin-left:10px;
	display: block;
	height:28px;
	float:right;
}
.testresult span{
	padding:10px 20px 12px 10px;
	margin: 0px 0px 0px 20px;
	display:block;
	float:right;
	white-space: nowrap;
}
.shortPass{
	background:url(/DesktopModules/Dynamic Registration/images/red.png) no-repeat 0 0;
}
.shortPass span{
	background:url(/DesktopModules/Dynamic Registration/images/red.png) no-repeat top right;
}

.badPass{
	background:url(/DesktopModules/Dynamic Registration/images/red.png) no-repeat 0 0;
}
.badPass span{
	background:url(/DesktopModules/Dynamic Registration/images/red.png) no-repeat top right;
}
.goodPass{
	background:url(/DesktopModules/Dynamic Registration/images/yellow.png) no-repeat 0 0;
}
.goodPass span{
	background:url(/DesktopModules/Dynamic Registration/images/Yellow.png) no-repeat top right;
}
.strongPass{
	background:url(/DesktopModules/Dynamic Registration/images/green.png) no-repeat 0 0;
}
.strongPass span{
	background:url(/DesktopModules/Dynamic Registration/images/green.png) no-repeat top right;
}


/* Dynamic Forms jQuery Ratings Control */ 
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/desktopmodules/Dynamic%20Forms/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/desktopmodules/Dynamic%20Forms/images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END Dynamic Forms jQuery Ratings CSS */




















