@charset "utf-8";
/* CSS Document */

body{
	padding-top:40px;
}
html, body{
	height:100%;
}
/*body{
	height:84.1% !important;
}*/
#ACAFrame{
	display:block;
}
#dli-container{
	height:100%;
	background:rgba(255,255,255,0.95);
	margin:112px auto 0px auto;
}
#dli-header{
	background:#fff;
	padding:9px 0px 9px 0px;
	-webkit-box-shadow: 0 4px 6px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 4px 6px 0px rgba(0,0,0,0.45);
	box-shadow: 0 4px 6px 0px rgba(0,0,0,0.45);
}
#dli-logo img{
	height:50px;
	margin:0px 0px 0px 0px;
}
#dli-social ul{
	margin:5px 0px 0px 0px;
	padding:0px;
}
#dli-social ul li{
	list-style-type:none;
	display:inline;
	margin-left:15px;
}
#dli-search{
	padding:0px 13px 0px 5px;
}
#dli-search-wrapper{
	margin: 5px 0px 0px 0px;
	height:40px;
	width:100% !important;
	background-color:#fff;
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	-webkit-box-shadow:inset 0 0 3px 1px #dcdcdc;
	-moz-box-shadow:inset 0 0 3px 1px #dcdcdc;
	box-shadow:inset 0 0 3px 1px #dcdcdc;
}
#dli-search-wrapper form{
	margin:0px;
	padding:0px 3px 0px 0px;
}
#search-url{
	height:36px;
	width:85%;
	border:0px;
	padding:0px 0px 0px 8px;
	background-color:transparent;
	font-size:18px;
	color:#a2a2a2;
}
.srch-btn{				
	height: 36px;
	width:10% !important;
	margin:1px 0px 0px 0px;
	border:0px;
	background-image: url(../img/search_icon.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
}
#template-header-nav{
	margin:0px 25px 0px 0px !important;
}
#template-header-nav li a, #template-footer li a{
	font-size:13px !important;
}
#template-header{
	height: auto !important;
}
#template-footer{
	height:60px !important;
	margin-top:50px !important;
	background-color:#fff !important;
}
#dli-content{
	padding:15px;
	min-height:100%;
}
#banner-wrapper{
	margin:-15px -30px 10px -30px;
}
.banner{
	height:164px;
	padding:10px;
	background-image:url(../img/portal-banner.jpg);
	-webkit-box-shadow:inset 0 4px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 4px 6px 0px rgba(0,0,0,0.4);
	box-shadow:inset 0 4px 6px 0px rgba(0,0,0,0.4);
}
#pol-link{
	margin-bottom:10px;
}
#pol-title h1{
	color:#FFF;
	font-size:48px;
	font-weight:bold;
	text-align:right;
	margin-bottom:2px;
}
#license-title h1{
	color:#FFF;
	font-size:48px;
	font-weight:bold;
	text-align:right;
	margin-bottom:2px;
}
#portal-notice{
	color:#FFF;
	height:20px;
	position:relative !important;
	bottom:0px !important;
	text-align:right;
}
#iframe-wrapper{
	height:100%;
	clear:both;
	display:block;
	margin-bottom:10px;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#dli-container{
		margin:60px auto 0px auto;
	}
	#pol-title h1{
		text-align:center;
		margin-top:0px;
	}
	#license-title h1{
		font-size:35px;
		text-align:center;
		margin-top:0px;
	}
	#portal-notice{
		text-align:center;
	}
	#template-footer{
		height:180px !important;
		margin-bottom:0px !important;
	}
	body{
		padding-top:0px;
	}
	#template-header{
		width:1170px !important;
	}
	#template-page-wrapper{
		width:auto !important;
	}
	img.bg {/* Set rules to fill background */
		min-height:100%;
		min-width:1024px;/* Set up proportionate scaling */
		width:100%;
		height:auto;/* Set up positioning */
		position:fixed;top:0;left:-100px !important;
		z-index:-1;
		display:none;
	}
	#template-footer{
		width:1170px !important;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {

}
