/*
 * Style for desktops or iPad in landscape orientation.
 * The viewport must be at least 556px in width.
 */

/*
 * Style home page nav bar and page.
 */
.largeUI .navTabBar {
	position: absolute;
	display: block;
	visibility: visible;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	min-width: 556px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 4px;
	padding-bottom: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 110%;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: darkblue;
	overflow: hidden;
}

.largeUI .navTabBar .navTabElt {
	float: left;
	width: 90px;
	height: 50px;
	margin-left: 5px;
	margin-bottom: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
}

.largeUI .navTabBar .titleButton {
	float: right;
}

.largeUI .navTabElt {
	color: white;
}

.largeUI .navTab-unsel {
	background-color: rgb(160,160,170);
}

.largeUI .navTab-sel {
	background-color: darkblue;
}

.largeUI .navTabDropdown-wrapper {
	position: absolute;
	z-index: 1000;
	font-size: 12.5px;
	font-weight: bold;
	line-height: 110%;
	background-color: white;
	text-align: left;
	border: 2px solid rgb(160,160,170)
}

.largeUI .navTabDropdown {
	width: 100%;
}

.largeUI .navTabDropdown tr {
	border-top: 1px solid #B4B4B4 !important;
}

.largeUI .navTabDropdown td {
	text-align: center;
	height: 44px;
	padding: 6px 0px;
}

.largeUI .navTabDropdown-unsel {
	background-color: white;
	color: black;
}

.largeUI .navTabDropdown-sel {
	background-color: darkblue;
	color: white;
}

.largeUI .unselected-tab {
	color: white;
	background-color: gray;
}

.largeUI .selected-tab {
	color: white;
	background-color: darkblue;
}

/* style the upper and lower parts of each tab */

.largeUI .navTabEltTop,
.largeUI .navTabEltBot {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.largeUI .navTabEltTop {
	height: 37px;
	padding: 1px 0 0 0;
}

.largeUI .navTabEltBot {
	height: 12px;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	vertical-align: bottom;
	padding: 0;
}

/*
 * Style the regular pages
 */
.largeUI .homeMain {
	position: absolute;
	top: 56px;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 1366px;
}

.largeUI .page {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.largeUI .viewHeaderBar {
	position: absolute;
	top: 0;
	left: 0;
}

.largeUI .popupPage {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	border: solid grey;
	border-width: 0 3px 3px 3px;
	z-index: 10;
}

.largeUI .pageMain {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.largeUI .popupPage .pageMain {
	max-width: 1112px;
}

.largeUI .pageContent {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.largeUI .viewHeaderBar + .pageContent {
	position: absolute;
	width: auto;
	height: auto;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 4px;
	overflow-y: auto;
}

.largeUI .pageSelector {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 190px;
	background-color: white;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.largeUI .popupPage .pageSelector,
.largeUI .popupPage .pageMain {
	top: 50px;
}
