@charset "utf-8";
/* 
REA FRAMEWORK BOOTSTRAP CSS 
REA Inc Copyright 2014
This file has CSS pertaining to the REA Framework.
Do not edit this file - your site styles can go into style.css
*/
.inline-list{
	list-style:none;	
}
.inline-list li input{
	margin-right:5px;
}
.inline-list li input, .inline-list li span{
	float:left;
}
.inline-list li{
	clear:both;
}
#footer{
	margin-top:10px;	
	text-align:left;
	font-size:12px;
	line-height:normal;
}

/*operations menu*/
#rea-operations .operations{
	margin:0;
	padding:0;
}

#rea-operations .operations-label{
	float:left; 
	line-height:32px;	
	padding: 0 0 0 5px;
}


#rea-operations{
	background-color:#e5f1f4;	
	margin: 0 0 20px 0;
}

/*bootstrap padding fix*/
.row{
	margin-left:0;	
}

/*action icons*/
.action-icon{
	float:left;
	width:24px;
	height:24px;
}

/*account page*/
#account-page label{
	float:left;
	width:100px;
}

/*flash messages*/
.flash{
	display:block;
	padding:10px 10px 10px 40px;
	font-weight:bold;
	margin:0 auto 20px auto;
	color:#fff;
	width:90%;
}
.flash-warning{
	background: url('../images/warning.png') 5px center no-repeat #FF9912;	
}
.flash-success{
	background: url('../images/success.png') 5px center no-repeat #63AB62;
}
.flash-error{
	background: url('../images/error.png') 5px center no-repeat #E3170D;
}
.flash-info{
	background: url('../images/info.png') 5px center no-repeat #50A6C2;	
}

/*error summary & messages*/
.errorMessage{
	color:red;	
}
.errorSummary{
	color:red;	
}
.errorSummary p{
	margin-bottom:0px;	
}
.errorSummary ul{
	margin-bottom:10px;
}

/*multipart file upload*/
.MultiFile-label{
	border:1px solid #ccc;
	padding:10px;
}

.forgot-pass{
	float:left;
	font-size:12px;	
	padding-bottom:10px;
}

.clear{
	clear:both;	
}