@CHARSET "ISO-8859-1";

#footer {
	float:left;
	width:100%;
	height:190px;
	text-align:center;	
	font-size:.8em;
	font-family: 'titillium_webregular';
/* 	padding:0px 20% 2% 20%; */
	
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1578c9 0%, #3d568c 100%) repeat scroll 0 0;
    color: #FFFFFF;
    border-left: 1px solid #0070A8;
    border-bottom: 1px solid #0B4170;
    border-top: 1px solid #0B4170;
    overflow-x:hidden;
    overflow-y:hidden;
}

#layout-logo {
	width: auto;
	padding: 0px;
	margin: 2px;
	line-height: 30px;
	float: inherit; 
}

#layout-logo img {
	height: 60px;
	margin: 3px;
	
}

#layout-menubar {
    float: left;
    padding-top: 67px;
    background-color: #3D3D3D;
    z-index: 998;
}


#layout-bg-gradient {
	display:block; box-sizing:content-box;
	border-bottom:solid 1px #0b4170; border-top:solid 1px #0b4170;
	background: #1578c9;
	background: -moz-linear-gradient(top, #1578c9 0%, #0b66b1 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #1578c9), color-stop(100%, #0b66b1));
	background: -webkit-linear-gradient(top, #1578c9 0%, #0b66b1 100%);
	background: -o-linear-gradient(top, #1578c9 0%, #0b66b1 100%);
	background: -ms-linear-gradient(top, #1578c9 0%, #0b66b1 100%);
	background: linear-gradient(to bottom, #1578c9 0%, #0b66b1 100%);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}

#layout-portlets-cover {
	padding-top:67px;
	min-height: calc(100vh - 260px);
}

#layout-mobile-title {
	display: none;
}
					
#Warning {
	font-color: #ffe5e5;
	padding:10px 0 10px 0px;
	margin:10px 0 5px 0;
}

.Clear {
	clear: both;
}

.Container45{
	width: 45%;
	float: left;
}

.LabelHeader {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699
        ), color-stop(1, #00557F));
    background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699',
        endColorstr='#00557F');
    background-color: #006699;
    color: #FFFFFF;
}

.MarBot20{margin-bottom:20px;}

.MarRight50{margin-right:50px;}
					
.MaxWid510{max-width:510px;}

.MinWid300{min-width:300px;}
.MinWid450{min-width:450px;}
.MinWid510{min-width:510px;}

.PasDetailsGrid {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.PasDialogPanel {
	float: left;
	text-align:left;
	margin-bottom: 20px;
	max-width:720px;
	overflow-x: hidden !important;
}

.PasPanel{
	float:left;
	margin-left:10px;
	margin-bottom:20px;
	clear:both;
}


body {
	background-color: #FFFFFF;
	margin: 0px;
	overflow-x: hidden;
}

a {
	color:#A3DFEE;
	font-weight: bold;
}


MEDIA QUERIES ****************************************************************************************************************
@media (min-width: 1921px) {
	.PasPanel {width: 50%; max-width: 1000px;}
	.PasDialogPanel {max-height: 900px;}
}

@media (min-width: 1201px) {
	.PasPanel {width: 50%; max-width: 800px;}
	.PasDialogPanel {max-height: 700px;}
}

@media (min-width: 641px) {
	.PasPanel {width:90%; max-width: 800px;}
	.PasDialogPanel {max-height: 500px;}
}

@media (max-width: 640px) {
	#layout-portlets-cover {padding-top: 130px;}
	.PasPanel {width: 90%;}
	.PasDialogPanel {max-height: 200px;}
}

@media (max-width: 605px) {
	#layout-title {display: none;}
	#mobile-app-title {display: none;}
	#layout-mobile-title {display: inline;}
}

