/* Top Header Area */
.header{
	top: 0;
	left: 0;
	width: 100%;
	height: 71px;
	position: sticky;
	z-index: 500;
	margin: 0;
	border: 0;
	padding: 0 5px 0 52px;
	background: url('../images/bg.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #0b0b0b;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	scrollbar-gutter: stable;
}

.logo{
	float: left;
	text-align: left;
	margin: 0;
	border: 0;
	padding: 10px 0 0 0;
}

.logo img{
	width: 250px;
	margin: 0;
	border: 0;
	padding: 0;
}

.topRight {
	float: right;
	text-align: right;
	margin: 0;
	border: 0;
	padding: 13px 47px 0 0;
	color: #fff;
	position: relative;
}

.exportMenu{
	position: relative;
}

.avatar{
	float: left;
	text-align: left;
	margin: 0;
	border: 0;
	padding: 0 10px 0 0;
}

.avatarName{
	float: left;
	text-align: right;
	font-family: 'montserratregular', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 5px 0 0 0;
}



/* Hover Menu */
.hidden-menu, .hidden-export-menu{
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	display: none;
	list-style: none;
	width: 100%;
	padding: 0;
	z-index: 100;
}

.menuParent:hover .hidden-menu, .menuParent:focus .hidden-menu{
	display: block;
}

.exportMenu:hover .hidden-export-menu{
	display: block;	
}

.hidden-menu a, .hidden-export-menu a, .hidden-export-menu button {
    display: block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background: #0b0b0b;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}

.hidden-export-menu button{
	width: 100%;
	border: none;
}

.hidden-menu a:hover, .hidden-export-menu a:hover, .hidden-export-menu button:hover {
    background: #bbbbbb;
}

.hidden-menu .last, .hidden-export-menu .last{
	border-bottom-left-radius: .5em;	
	border-bottom-right-radius: .5em;	
}

.impersonationRow{
	background-color:#f0e38c;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	position: fixed;
	width: 100%;
}

.impersonationRow p{
	margin: 0px;	
	padding: 12px;
}

/* Main Page Structure */
.pageContainer{
	height: auto;
	min-height: 100%;
	box-sizing: border-box;
}

.sideMenu{
	position: fixed;
	background: #3f3e3e;
	width: 150px;
	height: auto;
	min-height: 100%;
}

.svgLogo{
	fill: #fff;
}

.sideMenuList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sideMenuList li a{
	display: block;
	font-family: 'montserratlight', sans-serif;
	font-weight: normal;
	width: 150px;
	line-height: 5.4em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

.sideMenuList li a:hover{
	background: #7d7d7d;
	color: #fff;
}

.sideMenuList li.currentItem a{
	background-color: #7d7d7d;
	color: #ffffff;
	background-image: url('../images/nav-bg.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.sideMenuList li a:before{
	font-family: 'FontAwesome';
	line-height: 2.5em;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 2.5em;
	-webkit-font-smoothing: antialiased;
}

.icon-search:before{
	content: "\e004";
}

.icon-archive:before{
	content: "\e005";
}

.icon-download:before{
	content: "\e006";
}

.icon-location:before{
	content: "\e007";
}

.icon-images:before{
	content: "\e009";
}

.icon-pencil:before{
	content: "\e008";
}

.iconText{
	display: block;
	padding-top: 35px;
	color: #ffffff;
	font-family: 'montserratlight', sans-serif;
}

/* Main Content */
.mainSection{
	width: 100%;
	padding: 40px 52px 50px 200px;
	margin: 0px;
	background: transparent;
	box-sizing: border-box;
}

.screenTitle {
	font-family: 'montserratbold';
	font-size: 30px;
	line-height: 30px;
	background: linear-gradient(to right, #fb6b5e 0%, #e32c6a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 0 39px 0;
	padding: 0;
}

.screenSubTitle {
	font-family: 'montserratbold';
	font-size: 20px;
	line-height: 20px;
	background: linear-gradient(to right, #fb6b5e 0%, #e32c6a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: -30px 0 39px 0;
	padding: 0;
}

.exportButton{
	font-family: 'montserratregular', sans-serif;
	font-size: 14px;
	color: #fff;
	border: 2px solid #ffffff;
	background: rgb(251,75,58);
	background: -moz-linear-gradient(-45deg,  rgba(251,75,58,1) 0%, rgba(223,39,115,1) 99%);
	background: -webkit-linear-gradient(-45deg,  rgba(251,75,58,1) 0%,rgba(223,39,115,1) 99%);
	background: linear-gradient(135deg,  rgba(251,75,58,1) 0%,rgba(223,39,115,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4b3a', endColorstr='#df2773',GradientType=1 );
	padding: 6px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
}

#logoutModal{
	width: 365px;
	height: 183px;
}

.tfaContent{
	color: black;
}

.tfaContent .title{
    display: block;
	text-align: center;
    font-family: 'montserratbold', sans-serif;
    font-size: 22px;
    color: #000;
    margin: 10px 0 0 0;
    border: 0;
    padding: 0;
}
