/*===============================================================================================================================
== COMMON LAYOUT ELEMENTS
===============================================================================================================================*/
#layoutRootContainer {
	width: 100%;
	margin: 0;
	position: relative;
	min-height: 100%;
}
* html #layoutRootContainer { height:100%; }

#layoutContentRoot {
	width: 100%;
	padding-bottom: 240px;
}

#layoutContentRoot:after {
	content: " ";
	display: block;
	clear: both;
}
* html #layoutContentRoot { height:1px; }

#layoutContent {
	max-width: 1200px;
	margin: 20px auto 0 auto;
	padding: 0 10px;
}

/*===============================================================================================================================
== HEADER
===============================================================================================================================*/
#layoutHeader {
	background-color: rgb(7, 71, 166);
	width: 100%;
	height: 70px;
	overflow: visible;
}

#headerTitle {
	width: 250px;
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: -595px;
}

#headerTitleLogo {
	width: 54px;
	height: 54px;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 5px;
}

#headerTitleText {
	font-size: 20pt;
	font-weight: 300;
	color: white;
	display: inline-block;
	vertical-align: middle;
}

/*===============================================================================================================================
== HEADER MENU / MAIN MENU
===============================================================================================================================*/
#mainMenu {
	width: 900px;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -350px;
	text-align: right;
}
#mainMenu a {
	color: white;
	font-size: 12pt;
	margin: 0 15px;
}
#mainMenu a:hover {
	color: #e2ffb5;
}

#userMenu {
	width: 60px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#userMenu:hover {
	background: #0e4cac;
	cursor: pointer;
}

#headerAvatar {
	max-width:36px;
	max-height:36px;
}

#headerDownArrow {
	width:8px;
	height:8px;
}

#userMenuAnonym {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
#userMenuAnonym:hover {
	background-color: #4197ee;
}
#userMenuAnonym img {
	width: 48px;
	height: 48px;
	vertical-align: middle;
}

#userMenuPanel {
	width: 250px;
	top: 55px;
	right: 15px;
	display: none;
	position: absolute;
	background-color: #0e4cac;
	z-index: 60;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #75a1de;
	text-align: left;
}
#userMenuPanel a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}
#userMenuPanel a:hover {
	background-color: #ddd;
	color: black;
}

#mainMenuButton {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	display: none;
	text-align: center;
	vertical-align: middle;
}
#mainMenuButton:hover {
	background-color: #4197ee;
}
#mainMenuButton img {
	width: 48px;
	height: 48px;
	vertical-align: middle;
}

#mainMenuPanel {
	width: 250px;
	top: 60px;
	right: 10px;
	display: none;
	position: absolute;
	background-color: #0e4cac;
	z-index: 60;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #75a1de;
	text-align: left;
}
#mainMenuPanel a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
}
#mainMenuPanel a:hover {
	background-color: #ddd;
	color: black;
}

.userMenuInfoHead {
	display: block;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}

.userMenuInfo {
	display: block;
	color: #ddd;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
}

/* Smartphones & Tablets */
@media only screen and (max-width: 1400px)
{
	#mainMenu {
		margin-left: -350px;
	}
}
@media only screen and (max-width: 1200px)
{
	#headerTitle {
		left: 5px;
		margin-left: 0;
	}

	#mainMenu {
		display: none;
	}

	#mainMenuButton {
		display: block;
	}

	#userMenu {
		display: none;
	}

	#userMenuAnonym {
		display: none;
	}
}

/*===============================================================================================================================
== FOOTER
===============================================================================================================================*/
#layoutFooter {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 220px;
	margin: 0;
	padding: 0;
	background-color: #032b67;
	box-shadow: 0 0 20px #999;
	-moz-box-shadow: 0 0 20px #999;
	-webkit-box-shadow: 0 0 20px #999;
	text-align: center;
	color: white;
}

#footerLinks {
	text-align: center;
	font-size: 10pt;
	margin: 20px 0;
}
#footerLinks a {
	padding: 5px;
	color: #c9d4de;
}
#footerLinks a:hover {
	color: #e2ffb5;
}

#footerCopyright {
	display: block;
	font-size: 9pt;
}

#footerVersion {
	display: block;
	font-size: 10pt;
}

/*===============================================================================================================================
== COMMON STYLES
===============================================================================================================================*/
.commonSeparator {
	height: 1px;
	width: 100%;
	background: #aaa;
	display: block;
	margin: 5px 0;
}

.commonImageAligner {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin: 0;
}

.commonTitle {
	color: #444;
	font-size: 20pt;
	padding-top: 20px;
}

.commonSubtitle {
	color: #444;
	font-size: 13pt;
}

.commonLabel {
	color: #2667cc;
	font-size: 11pt;
}

.commonLabelLarge {
	font-size: 13pt;
}

.commonSection {
	margin-bottom: 20px;
}

.commonSectionTitle {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}
.commonSectionTitle a {
	font-weight: normal;
}
.commonSectionTitle a:hover {
	text-decoration: underline;
}
.commonSectionTitle a[disabled]:hover {
	text-decoration: none;
}

.commonSectionCommands {
	float: right;
	padding: 0 5px;
}

.commonPropertyLabel {
	font-size: 11pt;
	width: 200px;
	text-align: right;
	padding-right: 3px;
	padding-bottom: 2px;
	display: inline-block;
	color: #666;
}

.commonPropertyValue {
	font-size: 11pt;
	color: black;
	padding-bottom: 2px;
}

.commonLinkLabel {
	color: #034af3;
	cursor: pointer;
}
.commonLinkLabel:hover {
	text-decoration: underline;
}

.commonHint {
	color: #666;
	font-style: italic;
	font-size: 10pt;
}

.commonSectionEmpty {
	text-align: center;
	font-size: 18pt;
	color: #666;
}

.commonSubLink:link {
	color: #888;
}
.commonSubLink:hover:link {
	color: #536c8d;
}

.commonDropZone {
	width: 100%;
	height: 80px;
	margin: 10px auto;
	background-color: #eee;
	color: #888;
	padding-top: 70px;
	border: 1px solid #bbb;
	word-wrap: break-word;
	overflow: hidden;
	text-align: center;
}

.commonDropZoneLabel {
	margin: 0 auto;
	color: #888;
	font-size: 8pt;
    text-align: center;
}

.commonCenteredPanel {
	width: 100%;
	text-align: center;
}

.commonAutoHeight {
	height: auto;
}

.commonTopMargin {
	margin-top: 20px;
}

.commonBold {
	font-weight: bold;
}

.commonHidden {
	display:none;
}

.commonSectionHeader {
	display: table;
	width: 100%;
	margin: 25px 0 5px 0;
}

.commonSectionHeaderTitle {
	display: table-cell;
	color: #444;
	font-size: 20pt;
	padding-top: 10px;
	text-align: left;
    width: 1%;
    white-space: nowrap;
}

.commonSectionHeaderOptions {
	display: table-cell;
	text-align: right;
}

.layoutCenteredPanel {
	margin: 0 auto;
	text-align: center;
}

.layoutSpacer1X {
	display: block;
	height: 10px;
}

.layoutSpacer2X {
	display: block;
	height: 20px;
}

.layoutSpacer5X {
	display: block;
	height: 50px;
}

.layoutLineSpacer {
	display: inline-block;
	margin: 0 3px;
}

/*===============================================================================================================================
== NOTIFICATION PANEL / CONFIRM DIALOG / OVERLAYS
===============================================================================================================================*/
#commonNotificationPanel {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 60%;
	text-align: center;
	padding: 10px 30px 10px 14px;
	font-size: 12pt;
	z-index: 5000;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	border-radius: 5px;
}

#commonNotificationClose {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 16px;
	height: 18px;
}

#commonNotificationClose:hover {
	background-color: #ddd;
	cursor: pointer;
}

#commonNotificationClose img {
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

#commonConfirmDialog {
	display: none;
	position: fixed;
	top: 30%;
	left: 0;
	width: 100%;
	background: white;
	z-index: 5000;
}

#commonConfirmDialog p {
	padding: 5px 10px 0 10px;
	font-size: 14px;
	text-align: center;
}

#commonConfirmHeader {
	padding: 10px 15px;
	color: #2667cc;
	text-align: center;
	border-bottom: 1px solid #eee;
	font-size: 18px;
}

#commonConfirmActions {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

#commonFullOverlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0.8;
	background-color: white;
}

#commonFullOverlayDark {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0.7;
	background-color: black;
}

@media only screen and (max-width: 480px)
{
	#commonFullOverlay {
		background-color: black;
	}
	#commonNotificationPanel {
		padding: 10px 20px 10px 10px;
		font-size: 11pt;
		max-width: 400px;
	}
}

/*!*===============================================================================================================================*/
/*== POPUPS
/*===============================================================================================================================*!*/
.commonPopup {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	background-color: #fff;
	border: 1px solid #bbb;
	z-index: 1100;
	color: black;
	text-align: left;
	-moz-box-shadow: 0 0 20px #bbb;
	-webkit-box-shadow: 0 0 20px #bbb;
	box-shadow: 0 0 20px #bbb;
}

.commonPopupFull {
	display: none;
	position: fixed;
	top: 30%;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1100;
	color: black;
	text-align: left;
}

.commonPopupHeader {
	padding: 10px 15px;
	color: #2667cc;
	font-size: 18px;
	text-align: center;
}

.commonPopupBody {
	margin: 5px 15px 15px 15px;
}

.commonPopupCloseButton {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 24px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.commonPopupCloseButton:hover {
	background-color: #eee;
}

.commonPopupCloseButton img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.commonPopupButtons {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

/* Smartphones */
@media only screen and (max-width: 480px)
{
	.commonPopup {
		left: 0;
		margin-left: 0;
		width: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

/*!*===============================================================================================================================*/
/*== ACTIVITY INDICATORS
/*===============================================================================================================================*!*/
.commonProgressPanel {
	display: none;
	position: absolute;
	left: 50%;
	top: 150px;
	width: 130px;
	height: 90px;
	margin-left: -65px;
	z-index: 5000;
}

.commonProgressInline {
	position: static;
	margin: 0 auto;
}

.commonPopupProgress {
	top: 50px;
	position: static;
	margin: 20px auto;
}

#commonWaitPanel {
	display: none;
	position: fixed;
	left: 50%;
	top: 30%;
	margin-left: -130px;
	width: 260px;
	height: 180px;
	z-index: 5000;
}

.commonWorkerLoadingFullscreen {
	position: absolute;
	margin-left: -80px;
	margin-top: -120px;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 120px;
	text-align: center;
	font-size: 10px;
}

.commonWorkerLoadingItem {
	background-color: #444;
	height: 100%;
	width: 16px;
	display: inline-block;
	margin: 0 5px;
	-webkit-animation: anim_stretchdelay 1.2s infinite ease-in-out;
	animation: anim_stretchdelay 1.2s infinite ease-in-out;
}

.commonWaitItem {
	background-color: #444;
	height: 100%;
	width: 32px;
	display: inline-block;
	margin: 0 7px;
	-webkit-animation: anim_stretchdelay 1.2s infinite ease-in-out;
	animation: anim_stretchdelay 1.2s infinite ease-in-out;
}

@-webkit-keyframes anim_stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4); }
	20% { -webkit-transform: scaleY(1.0); }
}

@keyframes anim_stretchdelay {
	0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); }
	20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); }
}

/*===============================================================================================================================
== ERROR PAGES
===============================================================================================================================*/
#errorPageContainer {
  	-webkit-box-sizing: border-box;
    box-sizing: border-box;
  	position: relative;
  	height: 100vh;
}

#errorPageContainer .errorPageWrapper {
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.errorPageWrapper {
  	max-width: 520px;
  	width: 100%;
  	line-height: 1.4;
  	text-align: center;
}

.errorPageWrapper .errorPageInfo {
  	position: relative;
  	height: 240px;
}

.errorPageWrapper .errorPageInfo h1 {
  	font-family: 'Montserrat', sans-serif;
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  	font-size: 252px;
  	font-weight: 900;
  	margin: 0 0 0 -20px;
  	color: #262626;
  	text-transform: uppercase;
  	letter-spacing: -40px;
}

.errorPageWrapper .errorPageInfo h1 > span {
  	text-shadow: -8px 0 0 #fff;
}

.errorPageWrapper .errorPageInfo h3 {
  	font-family: 'Cabin', sans-serif;
  	position: relative;
  	font-size: 16px;
  	font-weight: 700;
  	text-transform: uppercase;
  	color: #262626;
  	margin: 0;
  	letter-spacing: 3px;
  	padding-left: 6px;
}

.errorPageWrapper h2 {
  	font-family: 'Cabin', sans-serif;
  	font-size: 20px;
  	font-weight: 400;
  	text-transform: uppercase;
  	color: #000;
  	margin-top: 0;
  	margin-bottom: 25px;
}

.errorPageWrapper a {
  	font-family: 'Cabin', sans-serif;;
	font-size: 14pt;
	text-decoration: none;
	color: #034af3;
}

@media only screen and (max-width: 767px)
{
  	.errorPageWrapper .errorPageInfo {
    	height: 200px;
  	}
  	.errorPageWrapper .errorPageInfo h1 {
    	font-size: 200px;
  	}
}

@media only screen and (max-width: 480px)
{
  	.errorPageWrapper .notfound-404 {
   		height: 162px;
  	}
  	.errorPageWrapper .notfound-404 h1 {
		font-size: 162px;
		height: 150px;
		line-height: 162px;
 	}
  	.errorPageWrapper h2 {
    	font-size: 16px;
  	}
}

/*===============================================================================================================================
== DATA FILTERING
===============================================================================================================================*/
.commonFilterInfo {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	padding-left: 30px;
}

.commonFilterItem {
	display: inline-block;
	padding: 3px 25px 3px 5px;
	background-color: #ecece5;
	border: 1px solid #ddd;
	font-size: 8pt;
	margin-right: 5px;
	border-radius: 5px;
}

.commonFilterItemLabel {
	font-weight: bold;
	text-align: left;
	font-size: 7pt;
}

.commonFilterItemValue {
	text-align: left;
}


/*===============================================================================================================================
== ELEMENT COLORING
===============================================================================================================================*/
.colorBlack {
	color: black;
}
.colorRed {
	color: red;
}
.colorBlue {
	color: darkblue;
}
.colorOrange {
	color: darkorange;
}
.colorYellow {
	color: yellow;
}
.colorGreen {
	color: green;
}

.backBlack {
	background-color: black;
}
.backRed {
	background-color: red;
}
.backBlue {
	background-color: darkblue;
}
.backOrange {
	background-color: darkorange;
}
.backYellow {
	background-color: yellow;
}
.backGreen {
	background-color: green;
}
.backLightGreen {
	background-color: #62c462;
}
.backPurple {
	background-color: #70089d;
}
.backLightGray {
	background-color: #ccc;
}

/*===============================================================================================================================
== FORM / DIALOGS / COMPONENTS
===============================================================================================================================*/
#valueEntryDialog {
	top: 20%;
	width: 800px;
	margin-left: -400px;
}