/* CSS for the footer, only for non-phones */
@media screen and (min-width: 768px) {
	
	html {
	  position: relative;
	  min-height: 100%;
	}
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 60px;
	}
	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 60px;
	  text-align: center;
	  font-size: smaller;
	}
}

*{
	/*Override default text size for all of bootstrap*/
	font-size: 13px;
	/*line-height: 1.428;*/
	/*border: 1px solid red;*/
	/*border-radius: 15px ;*/
}

#foot_links li {
	display: inline;
	margin: 0;
	padding: 0 20px;
}


#logoLink {
	display: block;
	width: 290px;
	height: 80px;
	padding: 0px;
	margin-top: 15px;
	background-image: url(/images/enva.jpg);
	background-size: 165px ;
	background-repeat: no-repeat;
	/*border: 1px solid purple;*/


}

#topBanner {
	width: 728px;
	height: 100px;
	margin-top: 15px;
	display:inline-flex;
	/*border: 1px solid black;*/
}

#rightBanner1 {
	width: 240px;
	height: 120px;
	margin-bottom: 5px;
	border: 1px solid #672e92;
}

#rightBanner2 {
	width: 240px;
	height: 120px;
	margin-bottom: 5px;
	border: 1px solid #672e92;
}

#rightBanner3 {
	width: 240px;
	height: 120px;
	margin-bottom: 5px;
	border: 1px solid #672e92;
}


#rightBanner4 {
	width: 240px;
	height: 120px;
	margin-bottom: 5px;
	border: 1px solid #672e92;
}

.noPadding {
	padding: 0px 0px 0px 0px;
}

.padding1 {
	padding: 1px 1px 1px 1px;
}

.padding2 {
	padding: 2px 2px 2px 2px;
}

.padding3 {
	padding: 3px 3px 3px 3px;
}

.padding4 {
	padding: 4px 4px 4px 4px;
}

.padding5 {
	padding: 5px 5px 5px 5px;
}


.filled {
	/*border:solid 1px black;*/
	background-color: rgba(246, 246, 246, 0.99);
}


/*
 .menuBar {
 	height: 32px;
 	margin: 0;
 	padding: 0;
	
 	background: #A171C6;
 	background: -moz-linear-gradient(top, #A171C6 0%, #672E92 100%);
 	background: -webkit-gradient(left top, left bottom, color-stop(0%, #A171C6), color-stop(100%, #672E92));
 	background: -webkit-linear-gradient(top, #A171C6 0%, #672E92 100%);
 	background: -o-linear-gradient(top, #A171C6 0%, #672E92 100%);
 	background: -ms-linear-gradient(top, #A171C6 0%, #672E92 100%);
 	background: linear-gradient(to bottom, #A171C6 0%, #672E92 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A171C6', endColorstr='#672E92', GradientType=0 );
 }
*/


.admin_controls {
	float: right;
}