/* User Styles
/	Date: 03-18-2014
/	Project: Chargeit+ - New App
/	Designer: Steven Lindgren 
/	Version: 1.0
/	Framework: ZURB Foundation 5
/	Source: http://foundation.zurb.com/
*/	


.body						{ font-family: Open Sans, serif; }

#bgp1						{ background: url(../img/main_bg_blue.jpg)repeat-x #ffffff; }


.header-bar-2					{ width: 100%; height: 64px; background:#3389bb; margin: 0px 0px 50px 0px; }
.center                     { margin: 0px auto 0px auto; text-align:center;}







.reg-box-2					{ border: 5px solid #cbd0d2; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background: #fff; margin: 0px 0px 50px 0px; padding:40px; }
.reg-box-2 h1			    { font-family: Open Sans, serif; color: #000000;  font-size: 27px; line-height: 1em; font-weight:400; padding: 0px; margin: 20px 0px 5px 0px; }
.reg-box-2 h2			    { font-family: Open Sans, serif; color: #000000;  font-size: 16px; line-height: 1.3em; font-weight:200; padding: 10px 0px 10px 0px; margin: 0px 0px 5px 0px; }
.reg-box-2 h3				{ font-family: Open Sans, serif; color: #000000;  font-size: 15px; font-weight:600; padding: 10px 0px 10px 0px; margin: 0px 0px 5px 0px; }
.reg-box-2 form				{ font-family: Open Sans, serif; }
.reg-box-2 p                { font-family: Open Sans, serif; }
.reg-box-2 span             { color:#4166d4;}

.main_use                   { width:100%; background: #ffffff; padding:0px 0px 10px 0px; font-family: Open Sans, serif;  }
.main_use_con               { margin:auto;  }
.main_use_con h1            { font-size:48px; color:#44a7cf; text-align:center; font-weight:200; padding:0px 0px 0px 0px; }
.main_use_con h2            { font-size:18px; color:#000000; text-align:center; font-weight:600; padding:10px 0px 0px 0px; }
.use_mod                    { color:#12141b; text-align:center; float:left; }
.use_mod h1                 { font-size:18px; font-weight:700; }
.use_mod p                  { font-size:14px; font-weight:400; padding:0px 10px 0px 10px; }
.use_mod img                { margin:20px 0px 0px 0px;}


.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 
	
	border-right:15px solid orange; 
}


.footer-bar					{ width: 100%; height:auto;  background: #e2e2e2; margin: 40px 0px 0px 0px; }
.footer-bar	p				{ font-family: Open Sans, serif; /*font-family: Open Sans, serif;*/ font-weight: 300; color: #413e3e; font-size: .8em; line-height: 1.3em; }
.footer-bar a				{ color: #5d99e4; text-decoration:none; }
footer						{ margin-top: 10px; text-align:left; }

.compliant					{ font-size: 20px; }

.clear						{ margin-bottom: 40px; clear: both; }

/* JBR DEV CODE ----------------------------------------------------- */
.modalBackground		{ background-color:Gray; filter:alpha(opacity=70); opacity:0.7;}
.modalPopup           	{ background-color:White; border-width:3px; border-style:solid; border-color:Gray; padding:3px; width:250px;}