

/****************************
 *--------FRAME WORK--------*
 ****************************/
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height: 1.428571429;
	color: #333333;
	min-height: 800px;
	background: #fff; 
}
h1, h2, h3 {
    margin: 0 !important;
}
section {
    margin: auto;
    width: 100%;
}

.holder {
	max-width: 960px;
	margin:auto;
}

#loginform {
    background-color: #F3F3F3;
    border-bottom: 10px solid #861961;
    float: none;
    margin: 40px auto auto;
	margin-bottom:10px;
    padding: 15px;
}

 #loginform .input-group{
		padding:20px;
 }
 
#sidebar {
    background-color: #f0f0f0;
    color: #333;
    left: 0;
    min-height: 1000px;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 99999;
		-webkit-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.15);
		-moz-box-shadow:    5px 0px 5px 0px rgba(50, 50, 50, 0.15);
		box-shadow:         5px 0px 5px 0px rgba(50, 50, 50, 0.15);		
}
#logo{
	width:100%;
	height: 107px;
	background-color: #861961;
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}

#sideinfo{
	padding:15px;
}

#informationsidenote{
	height: 1000px;
}
#lemap {
    height: 350px;
    width: 100%;
}

#informationsidenote h4{
	border-bottom: 1px solid #861961;
}

 #navigation a{
	color: #333;
	padding:10px 20px;
	border-top:1px solid #d2d2d2;
 }
		#navigation li:last-of-type a{
		 border-top:1px solid #d2d2d2;
		 border-bottom:1px solid #d2d2d2;
		} 
		#navigation a:hover{
		background-color: #e3e3e3;
		border-left:3px solid #861961;
	 }
		#navigation i{
		color: #861961;
		margin-right: 5px;
	 }	
	#reportsubmenu	 {
		display:none;
	}
	#reportsubmenu{
		margin:0px;
		padding:0px;
	}	
	##reportsubmenu li {
		list-style: none outside none;
		margin: 0;
		width: 100%;
	}
	#reportsubmenu li a{
		display:block;
		padding:5px;
		background-color:#DFDFDF;
	}
	#reportsubmenu li a i {
		margin-left: 48px;
	}
#mainpanel {
    margin-left: 210px;
	margin-bottom:100px;
    max-width: 960px;
    padding-top: 20px;
}
#welcomemessage{
	font-size:30px;
}

#editbutton{
	position: absolute;
	right:0px;
	top:0px;
	height: 57px;
}
#savebutton {
    height: 57px;
    position: absolute;
    right: 63px;
    top: 0;
}
#cancelbutton{
	position: absolute;
	right:0px;
	top:0px;
	height: 57px;
}
#pdfbutton{
    height: 57px;
    position: absolute;
    right: 63px;
    top: 0;

}
#mailbutton{
    height: 57px;
    position: absolute;
    right: 126px;
    top: 0;

}
.configsavebutton {
    height: 49px;
    position: absolute;
    right: 0;
    top: 0px;
}

#searchform{
	padding-top: 30px;
}
#searchresults{
	padding-top:20px;
}

#searchinput{
	height: 48px;
}

 .activepage{
		border-left:3px solid #333;	
 }

 .nopad {
	padding:0px;
 }

.panelcontent {
    background-color: #F9F9F9;
		border:1px solid #d2d2d2;
		margin-bottom: 20px;
		padding: 15px;
}
	.paneltitle {
			background-color: #FCEFFA;
			border-color: #871962;
			border-style: none none solid;
			border-width: 0 0 5px;
			display: block;
			font-size: 1.4em;
			font-weight: 700;
			padding: 10px;
			position: relative;
			width:100%;
	}
 .searchresults tr{
	cursor: pointer;
 }
 
 legend {
    background-color: #fceffa;
    border-color: #871962;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 5px;
    color: #333333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    padding: 10px;
    width: 100%;
	position:relative;
}
fieldset{
	position: relative;
}
 #quotealert{
	position:fixed;
	top:0px;
	width:100%;
	z-index:999999;
	left:0px;

 }
 
 #quotealert .alert{
		text-align: center;
		font-size: 20px;
		border-bottom:2px solid #d2d2d2;		
 }
 #fixedfooter{
 	background-color:#d2d2d2; 
 	position:fixed;
	bottom:0px;
	width:100%;
	left:0px;
	height:30px;

	z-index:999999;	
 
 }
 #footerpanel{
 	background-color:#d2d2d2;
	float:none;
	margin-left:210px;
 }
 #alertcloser{
	color: #000;
 }
 
.salecontent, .purchasecontent{
	display:none;
}
.totalamount{
	padding:10px;
	border-top: 1px solid #861961;
	border-bottom: 1px solid #861961;
}

#salepreview, #purchasepreview{
	position:absolute;
	top:0px;
}

#emailplaceholders {
    padding-top: 160px;
}

.reportbreakdown li{
	list-style: none;
}

.nopad{
	padding:0px !important;
}
.canvas {

    max-width: 100%;
    height: 100%;
}
