﻿#header{
	background: rgba(63, 170, 250, 1);
	height: 150px;
}

#menuContainer{
	background: rgba(0,0,0,0.6);
	height: 75px;	
	position: relative;
	vertical-align: top;
	padding-left: calc(10% - 15px);
	padding-right: 10%;
}

#logoLink {
	text-decoration: none;
}

#logoLink:focus,
#logoLink:hover,
#logoLink:active{
	outline: none;
	text-decoration:none;
}

#topLogo:active,
#topLogo:hover,
#topLogo:focus{
	outline: none;
}

/* Main Navigational Items */


#navBarTopper{
	color: white;
	height: 20px;
	padding: 0;
	margin: 0;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	padding-left: 5px;
}

#navBar{
	display: inline-block;
	float:right;
}

#navMenu{
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 45px;
	height: 45px;
	float: right;
}

	#navMenu > li{
		display: inline;
		color: white;
		padding-right: 3px;
		padding-left: 5px;
		border-left: 1px solid white;
		font-size: 15px;
		cursor: pointer;
	}

		#navMenu > li:first-child,
		#navMenu > li:last-child{
			border-left: 0;
		}

		#navMenu > li:last-child {
			padding-left: 15px !important;
			cursor: initial;
		}

		#navMenu > li > a,
		#navMenu > li > a:link,
		#navMenu > li > a:visited,
		#navMenu > li > a:hover,
		#navMenu > li > a:active,
		#navMenu > li > a:focus{
			color: white;
		}

/* Warning Popout Styling */

#warningsIcon{
	color: red;
	font-size: 25px;
	padding-left: 30px;
	display: inline-block;
	cursor: pointer;
	height: 75px;
	line-height: 75px;
}

#warningsPopout{
	position: absolute;
	top: 0px;
	background: white;
	width: 700px;
	line-height: normal;
	z-index: 9999;
}

	#warningsPopout > div {
		padding: 10px;
	}

		#warningsPopout > div > ul{
			list-style-type: none;
			padding: 0;
		}
	#warningsPopout > ul > li{
		padding-top: 5px;
	}
	#warningsPopout > div > ul > li:first-child{
		padding-top: 0;
	}

.warningItem,
.warningItem > a,
.warningItem > a:link,
.warningItem > a:visited,
.warningItem > a:hover,
.warningItem > a:active,
.warningItem > a:focus{
	color: red;
	font-weight: bold;
}

#warningsPopout a{
	text-decoration:underline;
}

/* Drop Down Menu */

#optionsWrapper{
	display: inline-block;
	position: relative;
}

#optionIcon{
	color: white;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
}

.popOutMenu{
	vertical-align: top;
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0);
}

	.popOutMenu > div{
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}

.popOutTriangle {
	margin-left:auto;
	margin-right:10px;
	width:0px !important;
	height:0px;
	border-bottom: 10px solid #fff;
	border-left: 10px solid rgba(0,0,0,0);
	border-right: 10px solid rgba(0,0,0,0);
}

.menuList{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	background-color: #fff;
}

	.menuList > li  {
		padding: 5px;
		color: #222;
		position: relative;
	}

		.menuList > li:not(:last-child)  {
			border-bottom: 1px rgba(0,0,0,0.1) solid;
		}

		.menuList > li > a,
		.menuList > li > a:link,
		.menuList > li > a:visited,
		.menuList > li > a:hover,
		.menuList > li > a:active,
		.menuList > li > a:focus{
			color: #222;
		}

		.menuList > li:hover {

			color: white;
		}

	.menuList .menuItem {
		float:right;
	}

#optionsPopout{
	font-size: 10pt;
	z-index: 9999;
	top: 90%;
	right: -10px;
	width: 150px;
	line-height: normal;
}

#optionsWrapper:hover #optionsPopout{
	display: block !important;
}

/* Option sub menus*/

#optionsMenu > li:hover > .subMenu{
	display: block;
	border: 1px rgba(0,0,0,0.1) solid;
}

.subMenu{
	font-size: 8pt;
	top: 0px;
	left: 100%;
	width: 150px;
}

.subMenuList > li:hover {

	color: white;
	cursor: pointer;
}

.subMenuList > li:hover > a{

	color: white;
	cursor: pointer;
}

.subMenuList > li:hover > a:hover {

	color: white;
	text-decoration:none;
}

/* Page start select styling */
.pageStartWrapper{
	height: 75px;
	line-height: 75px;
	padding-left: 10%;
}

.currentPageText{
	font-size: 25px;
	color: white;
}

/* Main Content Styling */

#wrapper {
	position: relative;
	width: 100%;
	background: white;
}
.masterContainer{
	width: 80%;
	margin: auto;
	background: white;
}

/* Footer Styling*/

#footer{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#333333;
}

#footerLogo{
	margin-left: auto;
	height: 35px;
	display: block;
	padding-right: 10px;
}

#footer > div{
	vertical-align: Top;
	display: inline-block;
	text-align:center;
	width: 100%;
	color: #8C98A4;

}

#footerMiddleLeft{
	height: 35px;
	border-right: 1px solid #8C98A4;
	text-align:right;
	vertical-align: top;
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}

#footerMiddleRight{
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	color: #8C98A4;
	text-align:left;
	font-style: italic;
	font-size:20px;
	display: inline-block;
	vertical-align: middle;
}

.footerMiddle{
	vertical-align: Top;
	display: inline-block;
	text-align:center;
	margin: auto 0;

}

.CopyWriteSection{
	margin-top: 10px;
}

/* Popout Content Windows */
.masterPopover{
	position: fixed;
	top: 5%;
	left: 5%;
	right: 5%;
	bottom: 5%;
	background-color: white;
	z-index: 10000;
	display: none;
	border: 1px solid #444;
}

.dialogPopover {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	z-index: 10000;
	display: none;
	border: 1px solid #444;
}

.masterPopover > iframe{
	height: calc(100% - 30px);
	width: calc(100% - 1px);
}

.smallPopover,.clientNotesPopover{
	left: calc((100% - 638px)/2);
	right: calc((100% - 638px)/2);
	z-index: 15000 !Important;
}

#grdClientNotes {
	margin: 10px 0px 0px 10px;
	width: calc(100% - 20px);
}

.popoverHeader{
	background: #4F4F4F;
	height: 30px;
	line-height: 30px;
	display: flex;
}

.closePopoverButton{
	background-color: #3A3A3A;
	cursor: pointer;
	width:30px;
	text-align:center;
	margin-left:auto;
}

.popoverHeader > span {
	color: white;
	margin-left: 10px;
	font-size: 15px;
	font-weight:bold;
}

.closePopoverButton > span {
	color: white;
	font-size: 15px;
}

/* Loading Div */

#fadeOut{
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	position: fixed;
	background-color: white;
	z-index: 9999;
}

#LoadingDiv{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.80);
	z-index: 999999;
	display: block;
}

#loadingDivSpinner{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -33px;
	margin-top: -33px;
}

#LoadingCancel > img{
	position: fixed;
	top: 55%;
	left: 50%;
	margin-left: -29px;
	margin-top: 2px;
}

#LoadingCancel > div{
	position: fixed;
	top: 55%;
	left: 50%;
	text-align: center;
	width: 60px;
	margin-left: -17px;
	font: 16px bold;
}

.analyticsControls{
	height: 25px;
	right:10%;
	z-index: 500;
	position:absolute;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0);
	border-radius: 2px;
	color: white;
}

.analyticsControlButton{
	color: #0070bf;
	background-color: white;
	border: 1px solid white;
	height:100%;
	display: inline-block;
	margin-right:10px;
}

.orangeButton {
	color: white;
	background-color: #de6401;
	border: 1px solid #b04f01;
}

.analyticsPopOver{
	font-size: 12px;
	padding: 8px;
	color: white;
	text-align: left;
	position: absolute;
	width: 100%;
	top: 20px;
	z-index: 2000;
	display: none;
	background-color: white;
	color: black;
	border: 1px solid #0070bf;
	border-radius: 10px;
}

.analyticsButton{
	display:block;
	margin-left:auto;
	padding:5px;

}


html, body {
	background-color: #2E2E38;
	height: 100%
}

#wrapper {
	min-height: calc(100% - 90px);
}

form {
	height: 100%
}
#footer{
	height:	90px;
}
