@charset "utf-8";

/* ~~ Header styles ~~ */
header {
    position: fixed;
    background-color: #3a392d;
    height: 134px; /* 102 + 32 */
    width: 100%;
    background-image: url('../Images/Silhouette.png');
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 99;
}

header nav {
	color: white;
	background-color: #2a2925;
	height: 32px;
	width: 100%;		
	line-height: 32px;
	vertical-align: middle;
}

header nav ul {
	padding-left: 0px;
	display: inline;
}

header nav ul li {
	padding-left: 20px;
	display: inline;
	background-image: none;
}

header nav a {
	color: white;
	text-decoration: none;
}

header nav a:hover {
	text-decoration: underline;
}

.header-banner {
	height: 102px;
	width: 100%;
}

.header-title {
	float: right;
	margin-top: 13px;
	margin-right: 20px;	
	color: #7a7660;
	font-size: 28pt;
}

.header-sub-title {
	float: right;
	clear: both;
	margin-top: 0px;
	margin-right: 20px;
	color: #90ad1f;
	font-size: 18pt;
}


/* ~~ Main body / content styles ~~ */
body {
    background-color: #b0c949 !important;
}

.content {    
	background-color: #b0c949;
	background-image: url(../Images/BackgroundGradient.png);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 550px;
}

.content-container {    
	overflow: auto;
	min-height: 510px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 100px;
}

.content-main-container {
    margin-top: 134px;
	overflow: auto;
	padding: 10px;    
}

.content-main-container li {
	margin-left: -30px;
}


/* Left column */
.content-menu-container {
/*    margin-top: 134px;
	float: left;
	width: 244px;
	min-height: 510px;*/
	width: 0px;
	display: none;
}

/* Right column */
.content-main-container {
	margin-left: 0px;
	min-height: 510px;
	background-color: white;
}

.content-menu-container nav
{
	width: 244px;
	background-color: #7a7660;
	padding-bottom: 2px;
}


/* Search */
.content-menu-search {
    margin: 0px;
    padding: 0px;
	margin-top: 10px;
	width: 244px;
}


/* ~~ Footer styles ~~ */
footer {
    position: fixed;
    bottom: 0px;
	background-color: #2a2925;
	height: 84px;
	width: 100%;
	color: #d3ec08;
    z-index: 99;
}

.footer-logo {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}

copyright {
}

.footer-copyright {
	float: left;
	padding-top: 20px;
	margin-left: 20px;	
}



/* Two column */

/* Single column */
.content-main-container_1col {
	overflow: auto;
	min-height: 510px;
	background-color: white;
}

.content-main-container_1col {
	padding: 10px;
}

.content-main-container_1col li {
	margin-left: -30px;
}

.left-align {
	float: left;
}

.right-align {
	float: right;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}


/* ~~ Login license summary ~~ */
#loginLicenseSummary {
    margin-right: 40px;    
}

.hidden {
    display: none;
}





/* Loading spinner image */

.dialog-loading-image-spinner {
    display: none;
    width: 100%;
    height: 100px;
    line-height: 80px;
    text-align: center;
    border: dashed 1px grey;
    margin-bottom: 15px;
    background-color: transparent;
}

.page-loading {
    display: none;
}


.page-loading-image-spinner {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110%;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color: #95a60a;
}

.page-loading-image-spinner-content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


.page-loading-image-spinner-content-inner {
    top: 25%;
    position: relative;
    margin: 0px auto;

    width: 600px;
    padding: 30px;
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #ffffff;
    border: dashed 1px grey;
    text-align: center;

}


.page-loading-image-spinner-content-inner2 {
    top: 50%;
    position: relative;
    margin: 0px auto;

    /*width: 540px;*/
    padding: 30px;
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #ffffff;
    border: dashed 1px grey;
    text-align: center;

}


.page-loading-text {
    font-size: 200%;
}

.page-loading-image {

}

.ui-tabs {
    z-index: 10;
}



#logoutForm {
    width: 80px;
    float: right;
}

/* Mobile landscape (480x320) */
/*@media (max-width: 640px) and (max-height: 480px) {*/
@media (max-width: 570px) and (max-height: 410px) {
	header {
		position: relative;
		background-color: #3a392d;
		height: 134px; /* 102 + 32 */
		width: 100%;
		background-image: url('../Images/Silhouette.png');
		background-repeat: no-repeat;
		background-position: left top;
		z-index: 99;
	}
	
	header nav {
		color: white;
		background-color: #2a2925;
		height: 32px;
		width: 100%;		
		line-height: 32px;
		vertical-align: middle;
	}
	
	.content-main-container {
		margin-top: 10px;
		overflow: auto;
		padding: 10px;    
	}

	.content-container {    
		overflow: auto;
		min-height: 510px;
		margin-left: 5px;
		margin-right: 5px;
		padding-top: 5px;
		padding-bottom: 20px;
	}


	footer {
		position: relative;
		background-color: #3a392d;
		height: 84px;
		width: 100%;
	}
	
	.footer-logo {
		float: right;
		width: 110px;
		height: 15px;
	}
	
	.footer-logo img {
		width: 110px;
		height: 15px;		
	}
}



/* Mobile portrait (320x480) */
@media (max-width: 340px) and (max-height: 500px) {
	header {
		position: relative;
		background-color: #3a392d;
		height: 134px;
		width: 100%;
		background-image: url('../Images/Silhouette.png');
		background-repeat: no-repeat;
		background-position: left top;
		z-index: 99;
	}
	
	header nav {
		color: white;
		background-color: #2a2925;
		height: 32px;
		width: 100%;		
		line-height: 32px;
		vertical-align: middle;
	}
	
	.content-main-container {
		margin-top: 10px;
		overflow: auto;
		padding: 10px;    
	}

	.content-container {    
		overflow: auto;
		min-height: 510px;
		margin-left: 5px;
		margin-right: 5px;
		padding-top: 5px;
		padding-bottom: 20px;
	}


	footer {
		position: relative;
		background-color: #3a392d;
		height: 84px;
		width: 100%;
	}
	
	.footer-logo {
		float: right;
		width: 110px;
		height: 15px;
	}
	
	.footer-logo img {
		width: 110px;
		height: 15px;		
	}
}
