/*
 * jQuery Minimun Password Requirements 1.1
 * http://elationbase.com
 * Copyright 2014, elationbase
 * Check Minimun Password Requirements
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
#pr-box {
    font: 13px/16px sans-serif;
	position: absolute; 
	z-index:1000;
	display:none;
	width:250px;
	max-width:100%;
}
#pr-box i { 
    width: 0; 
	height: 0; 
	/*margin-left: 20px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #23a86d;*/
}
#pr-box-inner {
	margin-top: 6px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#pr-box p {
	padding:5px 10px 0px 10px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
#pr-box ul {
	padding:7px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
#pr-box ul li {
	list-style: none;
	padding:3px;
	font-size:13px;
}
#pr-box ul li span {
	width:9px;
	height:9px;
	display:block;
	float:left;
	border-radius:100%;
	margin-right:10px;
}
#pr-box ul li span:before {
    font-family: 'FontAwesome';
    content: "\f00c ";
    width: 9px !important;
    height: 9px !important;
    display: block !important;
    float: left !important;
    border-radius: 100% !important;
    margin-right: 10px !important;
}
#pr-box.light {
	color:#2d2f31;
}
#pr-box.light p {
	background-color:#f1f1f1;
	color:#f1f1f1;
	font-size:14px;
	color:#000;
}
#pr-box.light ul {
	background-color:#f1f1f1;
}
#pr-box.light ul li span:before {
	/*background-color:#f1f1f1;
	border:3px solid #23a86d;*/
	font-family: 'FontAwesome';
    content: "\f00d ";
	color: red;
}
#pr-box.light ul li span.pr-ok:before {
	/*background-color:#23a86d;
	border:3px solid #23a86d;*/
	font-family: 'FontAwesome';
    content: "\f00c ";
	color: green;
}
#pr-box.dark {
	color:#f1f1f1;
}
#pr-box.dark p {
	background-color:#23a86d;
}
#pr-box.dark ul {
	background-color:#2d2f31;
}
#pr-box.dark ul li span {
	background-color:#2d2f31;
	border:3px solid #23a86d;
}
#pr-box.dark ul li span.pr-ok {
	background-color:#23a86d;
	border:3px solid #23a86d;
}

div#pr-box-inner p {
    margin: 0 !important;
}
div#pr-box-inner ul {
    margin: 0 !important;
}

#ur-box {
    font: 13px/16px sans-serif;
	position: absolute; 
	z-index:1000;
	display:none;
	width:250px;
	max-width:100%;
}
#ur-box i { 
    width: 0; 
	height: 0; 
	/*margin-left: 20px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #23a86d;*/
}
#ur-box-inner {
	margin-top: 6px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#ur-box p {
	padding:5px 10px 0px 10px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
#ur-box ul {
	padding:7px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
#ur-box ul li {
	list-style: none;
	padding:3px;
	font-size:13px;
}
#ur-box ul li span {
	width:9px;
	height:9px;
	display:block;
	float:left;
	border-radius:100%;
	margin-right:10px;
}
#ur-box ul li span:before {
    font-family: 'FontAwesome';
    content: "\f00c ";
    width: 9px !important;
    height: 9px !important;
    display: block !important;
    float: left !important;
    border-radius: 100% !important;
    margin-right: 10px !important;
}
#ur-box.light {
	color:#2d2f31;
}
#ur-box.light p {
	background-color:#f1f1f1;
	color:#f1f1f1;
	font-size:14px;
	color:#000;
}
#ur-box.light ul {
	background-color:#f1f1f1;
}
#ur-box.light ul li span:before {
	/*background-color:#f1f1f1;
	border:3px solid #23a86d;*/
	font-family: 'FontAwesome';
    content: "\f00d ";
	color: red;
}
#ur-box.light ul li span.ur-ok:before {
	/*background-color:#23a86d;
	border:3px solid #23a86d;*/
	font-family: 'FontAwesome';
    content: "\f00c ";
	color: green;
}
#ur-box.dark {
	color:#f1f1f1;
}
#ur-box.dark p {
	background-color:#23a86d;
}
#ur-box.dark ul {
	background-color:#2d2f31;
}
#ur-box.dark ul li span {
	background-color:#2d2f31;
	border:3px solid #23a86d;
}
#ur-box.dark ul li span.ur-ok {
	background-color:#23a86d;
	border:3px solid #23a86d;
}

div#ur-box-inner p {
    margin: 0 !important;
}
div#ur-box-inner ul {
    margin: 0 !important;
}