a:hover, a:focus
{
	color:#ffffff;
}
.img-responsive { margin:0 auto; }

.dropdown-menu.form .has-error .help-block,
.dropdown-menu.form .has-error .control-label,
.dropdown-menu.form .has-error .radio,
.dropdown-menu.form .has-error .checkbox,
.dropdown-menu.form .has-error .radio-inline,
.dropdown-menu.form .has-error .checkbox-inline
{
	color:#000000;
}

.form-group .form-control-feedback
{
	display: none;
}

.form-group.has-feedback .form-control-feedback
{
	display: block;
}

.btn.btn-havas
{
	color: #fff;
	background-color: #d2002d;
	border-color: #d2002d;
	border-radius:0px;
	text-align:center;
	text-transform:none;
	padding:10px;
}

.btn.btn-havas:hover,
.btn.btn-havas:focus
{
	background: #b60027;
	border-color:#b60027;
}

.btn.btn-havas.active
{
	background: #b60027;
	border-color:#b60027;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus
{
	/*background: #b60027;
	color: #ffffff;*/
	background:#333333;
	background:rbga(0,0,0,0.8);
}

.menubtn-primary
{
	width:100%;
	padding:10px;
}

.menubtn-secondary
{
	min-width:110px;
	margin:5px;
	font-size:10pt;
}

.menubtn-other
{
	margin:5px;
	min-width:80px;
	font-size:10pt;
}

.fa-btn
{
	font-size:20pt;
}

body
{
	font-family: 'Open Sans', arial, sans, sans-serif;
	background:#fbfbfb;
}
.fa-gotham {
	font-family: 'Open Sans', arial, sans, sans-serif;
	font-size: 0.7em;
	line-height: 3.2em;
}

@-webkit-keyframes roll
{
	from { -webkit-transform: rotate(0deg) }
	to { -webkit-transform: rotate(360deg) }
}

@-moz-keyframes roll
{
	from { -moz-transform: rotate(0deg) }
	to { -moz-transform: rotate(360deg) }
}

@keyframes roll
{
	from { transform: rotate(0deg) }
	to { transform: rotate(360deg) }
}

.barrelRoll{
	-moz-animation-name: roll;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: 1;
	-webkit-animation-name: roll;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	animation-name: roll;
	animation-duration: 2s;
	animation-iteration-count: 1;
}

body,html
{
	height: 100%;
}

::-moz-selection
{
	color: #ffffff;
	background: #333333;
}

::selection
{
	color: #ffffff;
	background: #333333;
}

a, a:hover
{
	color: #fff;
}

body.login,
body.forgot-password
{
	background-color:#808080;
	color: #ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: fixed;
	background-repeat: no-repeat;
	padding-top:100px;
}

body.login.seasonSpring,
body.forgot-password.seasonSpring,
#searchOverlay.seasonSpring
{
	background-image: url('/images/spring_season_image.jpg');
}

body.login.seasonSummer,
body.forgot-password.seasonSummer,
#searchOverlay.seasonSummer
{
	background-image: url('/images/summer_season_image.jpg');
}

body.login.seasonSummerPM,
body.forgot-password.seasonSummerPM,
#searchOverlay.seasonSummerPM
{
	background-image: url('/images/summer_season_image_pm.jpg');
}


body.login.seasonAutumn,
body.forgot-password.seasonAutumn,
#searchOverlay.seasonAutumn
{
	background-image: url('/images/autumn_season_image.jpg');

}

body.login.seasonWinter,
body.forgot-password.seasonWinter,
#searchOverlay.seasonWinter
{
	background-image: url('/images/winter_season_image.jpg');
}

.loginForm{}

.loginForm .form-control::-moz-placeholder,
#searchOverlay .form-control::-moz-placeholder
{
	color: #ffffff;
	opacity: 1;
}

.loginForm .form-control:-ms-input-placeholder,
#searchOverlay .form-control:-ms-input-placeholder
{
	color: #ffffff;
}
.loginForm .form-control::-webkit-input-placeholder,
#searchOverlay .form-control::-webkit-input-placeholder
{
	color: #ffffff;
}

.loginHeader
{
	font-size: 1.6em;
	margin:40px 0;
}

.loginForm label
{
	display:none;
}

.loginForm input,
#searchOverlay input
{
	border:3px solid #ffffff;
	background: transparent;
	border-radius: 0;
	color:#ffffff;
	font-family: gothamlight, gothambook, arial, sans, sans-serif;
	text-align: center;
	height: 50px;
}

.loginForm input[type=submit],
.loginform button[type=submit]
{
	background:#e30030;
	border: none;
	border-radius: 0;
	font-weight: bold;
	padding:0px 40px;
}

.loginForm input[type=submit]:hover,
.loginform button[type=submit]:hover
{
	color: #ffffff
}

.navbar.navbar-havas
{
	/*background:#d2002d;*/
	border-radius:0;
	margin:0;
}
.navbar.navbar-havas .navbar-nav>li>.dropdown-menu {
	background: #d2002d;
	border-radius: 0;
	color: #ffffff;
}
.navbar.navbar-havas .navbar-nav>li>.dropdown-menu a {
	color: #ffffff;
	padding: 5px 20px;
}
.navbar.navbar-havas .navbar-nav>li>.dropdown-menu a:hover{
	/*background: #b60027;*/
	color: #ffffff;
}

.navbar.navbar-havas .navbar-brand.report-brand{
	background: url('/images/reporting-logo.png') no-repeat left center;
	padding-left: 70px;
}

.navbar.navbar-havas .navbar-nav>li>a
{
	font-family: gothamlight, gothambook, arial, sans, sans-serif;
	line-height: 33px;
	font-size: 16px;
}

.navbar.navbar-havas .navbar-toggle .icon-bar
{
	background:#ffffff;
}

.navbar.navbar-havas .navbar-toggle
{
	height: 49px;
}

.navbar.navbar-havas .nav>li>a:hover,
.navbar.navbar-havas .nav>li>a:focus
{
	/*background: #b60027;*/
	/*background:#333333;*/
	background:rgba(0,0,0,0.4);
	color: #ffffff;
}

.navbar.navbar-havas .nav .open>a,
.navbar.navbar-havas .nav .open>a:hover,
.navbar.navbar-havas .nav .open>a:focus
{
	background: #b60027;
	color: #ffffff;
}
.dropdown-menu
{
	left:auto;
	right:15px;
}

.dropdown-menu.form
{
	width:300px;
	padding:20px;
	background: #d2002d;
	color:#ffffff;
}

.form-group .help-block
{
	color: #ffffff;
	color: rgba(255,255,255,0.8)
}

.breadcrumb.col-md-12
{
	border-radius: 0;
	background: #202020;
	margin-bottom:0px;
}

.leftSidebar
{
	margin-bottom:20px;
}

.leftSidebar h3, .gridArea h3
{
	margin-top:12px;
	margin-bottom:13px;
	min-height:30px;
	line-height:30px;
}


.viewController{}

.viewController li
{
	display:inline;
	margin-right:10px;
}

.listView li.fancy
{
	display:none;
}
.listView li.compact
{
	display:inline;
}

.gridView li.fancy
{
	display:block;
}
.gridView li.compact
{
	display:none;
}

.gridView .itemActions .col-xs-4 .btn-havas
{
	width: 100%;
}


.viewController li:first-child
{
	margin-right:20px;
}

.viewController li:last-child
{
	margin-right:0;
}

/*.viewGrid,.viewGrid a
{
	color: #000;
}*/

.viewGrid.gridView li.item
{
	position: relative;
	float:left;
	margin:0px 0px 10px 0px;
	width:100%;
}

.gridArea.insp .viewGrid.gridView li.item
{
	margin:0px 10px 10px 0px;
	width:48%;

}

.viewGrid.gridView li.item div
{
	background-size: cover;
	background-repeat: no-repeat;
}

.viewGrid.gridView li.item.lgItem
{
	width:424px;
	height: 426px;
}

.viewGrid.gridView li.item.mdItem
{
	width:328px;
	height: 332px;
}

.viewGrid.gridView li.item .itemDetails
{
	display: none;
	background:rgba(0,0,0,0.8);
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	color: #ffffff;
	padding:10px;
}

.viewGrid.gridView li.item .itemDetails .itemJobNumber
{
	font-weight:normal !important;
}

.viewGrid.gridView li.item .itemJobNumber
{
	position: absolute;
	right: 0;
	bottom:0;
	width:130px;
	height: 45px;
	background: #d2002d;
	margin:0;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	z-index:20;
	display: block;
	font-weight:normal;
}

.viewGrid.gridView li.item .gridMenu
{
	border-top: solid 1px #ffffff;
	margin:0;
	padding:10px 0 0;
}

.viewGrid.gridView li.item .gridMenu,
.viewGrid.gridView li.item .gridMenu a
{
	color: #ffffff
}

.viewGrid.gridView li.item .gridMenu li
{
	padding-right:10px;
	border-right: 1px solid #ffffff;
}
.viewGrid.gridView li.item .gridMenu li:last-child
{
	border-right: none
}

.viewGrid.listView > li > .itemJobNumber
{
	display: none;
}

.viewGrid.listView > li
{
	list-style: none;
}

.viewGrid.listView > li
{
	background-image: none !important;
}

.viewGrid.listView li.folderItem
{
	background: #7b7b7b;
}

.viewGrid.listView li.folderItem a
{
	display: block;
	width: 100%;
	height: 50px;
	padding:10px;
	color: #ffffff;
	font-size:24px;
	font-family: gothamlight, gothambook, arial, sans, sans-serif;
}

.viewGrid.listView li.folderItem a i
{
	font-size:28px;
	margin-right:5px;
}

.viewGrid.listView > li a:hover
{
	text-decoration: none;
}

.viewGrid.listView > li .itemDetails
{
	position: relative;
	float: left;
	width: 66%;
}
.viewGrid.listView > li .itemDetails .gridMenu{ display: none; }

.viewGrid.listView > li .itemDetails .itemFileType
{
	float: left;
	margin: 0 20px 15px 0;
	width: 40px;
	height: auto;
}

.viewGrid.listView > li .itemDetails .secondaryInfo
{
	font-size:12px;
}

.viewGrid.listView > li .itemDetails .tertiaryInfo
{
	font-size:12px;
}

.viewGrid.listView > li .itemDetails .itemDescriptionIcon
{
	text-align:left;
	width:18px;
	font-size:14px;
	line-height:14px;
}

.viewGrid.listView > li .itemDetails p
{
	margin:0;
}
.viewGrid.listView > li .itemDetails .itemJobTitle
{
	font-weight: bold;
	font-family: gothambook;
}

.viewGrid.listView > li .itemActions
{
	border-radius: 0;
}

.viewGrid.listView > li .itemActions.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.viewGrid.listView > li .itemActions.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child)
{
		border-radius: 0;
}

.itemActions .dropdown-menu
{
	border-radius: 0;
	background:#d2002d;
	margin-top:0;
}

.itemActions .dropdown-menu a
{
	color: #ffffff;
}

@-webkit-keyframes logopulse
{
	0% {
		margin: 0 1px;
		opacity: 1;
		text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin: 0 8px;
		opacity: 0.1;
		text-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

@-moz-keyframes logopulse
{
	0% {
		margin: 0 1px;
		opacity: 1;
		text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin: 0 8px;
		opacity: 0.1;
		text-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

@-o-keyframes logopulse
{
	0% {
		margin: 0 1px;
		opacity: 1;
		text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin: 0 8px;
		opacity: 0.1;
		text-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

@keyframes logopulse
{
	0% {
		margin: 0 1px;
		opacity: 1;
		text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin: 0 8px;
		opacity: 0.1;
		text-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

/**
 * Dot left pulse begin
 */
@-webkit-keyframes dotleftpulse
{
	0% {
		margin-left: 1px;
		opacity: 1;
		box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin-left: 8px;
		opacity: 0.1;
		box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

@-moz-keyframes dotleftpulse
{
	0% {
		margin-left: 1px;
		opacity: 1;
		box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin-left: 8px;
		opacity: 0.1;
		box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

@-o-keyframes dotleftpulse
{
	0% {
		margin-left: 1px;
		opacity: 1;
		box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin-left: 8px;
		opacity: 0.1;
		box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

@keyframes dotleftpulse
{
	0% {
		margin-left: 1px;
		opacity: 1;
		box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin-left: 8px;
		opacity: 0.1;
		box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}
/**
 * Dot left pulse end
 */

/**
 * Dot right pulse begin
 */
@-webkit-keyframes dotrightpulse
{
	0% {
		margin-right: 1px;
		opacity: 1;
		box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin-right: 8px;
		opacity: 0.1;
		box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

@-moz-keyframes dotrightpulse
{
	0% {
		margin-right: 1px;
		opacity: 1;
		box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin-right: 8px;
		opacity: 0.1;
		box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

@-o-keyframes dotrightpulse
{
	0% {
		margin-right: 1px;
		opacity: 1;
		box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin-right: 8px;
		opacity: 0.1;
		box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}

@keyframes dotrightpulse
{
	0% {
		margin-right: 1px;
		opacity: 1;
		box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	}
	100% {
		margin-right: 8px;
		opacity: 0.1;
		box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
	}
}
/**
 * Dot right pulse end
 */

.processingScreen .newBrowser,
.processingScreen .oldBrowser
{
	display: none;
}
.section
{
	height: 120px;
	padding: 30px 0;
}
.section h3
{
	height: 60px;
	margin: 0;
	line-height: 60px;
	font-weight: 300;
	text-align: center;
	font-size: 20px;
}
.loading-container {
	height: 60px;
	text-align: center;
}
.loading-container:before {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	content: "";
}
.loading {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-logo {
	margin: 0 5px;
	font-size: 28px;
	color: #fff;
	-webkit-animation: logopulse 500ms alternate infinite;
}
.icon-logo.poop {
	font-size: 50px;
}
.icon-logo:before {
	content: "\e60a";
}
.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	vertical-align: middle;
	border-radius: 100%;
}
.dot.left {
	margin-left: 5px;
	-webkit-animation: dotleftpulse 500ms alternate infinite;
	-moz-animation: dotleftpulse 500ms alternate infinite;
	-o-animation: dotleftpulse 500ms alternate infinite;
	animation: dotleftpulse 500ms alternate infinite;
}
.dot.left.one {
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-o-animation-delay: 150ms;
	animation-delay: 150ms;
}
.dot.left.two {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	animation-delay: 300ms;
}
.dot.left.three {
	-webkit-animation-delay: 450ms;
	-moz-animation-delay: 450ms;
	-o-animation-delay: 450ms;
	animation-delay: 450ms;
}
.dot.right {
	margin-right: 5px;
	-webkit-animation: dotrightpulse 500ms alternate infinite;
	-moz-animation: dotrightpulse 500ms alternate infinite;
	-o-animation: dotrightpulse 500ms alternate infinite;
	animation: dotrightpulse 500ms alternate infinite;
}
.dot.right.one {
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-o-animation-delay: 150ms;
	animation-delay: 150ms;
}
.dot.right.two {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	animation-delay: 300ms;
}
.dot.right.three {
	-webkit-animation-delay: 450ms;
	-moz-animation-delay: 450ms;
	-o-animation-delay: 450ms;
	animation-delay: 450ms;
}
#searchOverlay
{
	background-color:#d2002d;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 1000;
	display:none;
}

#searchOverlay .close
{
	color: #ffffff;
	font-size: 6em;
	margin: 10px 20px;
	opacity: 1;
}

#searchOverlay #searchForm, .singleForm
{
	position: absolute;
	height: 100px;
	top:50%;
	margin-top:-50px;
	width: 500px;
	left:50%;
	margin-left:-250px;
}

#searchOverlay #searchForm label
{
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 2em;
}

#manatee{
	display:none;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: url('/images/manatee.gif') center center;
	z-index:1001;
}

.inspireFormContainer
{
	padding-top:10px;
}

.inspireFormContainer .help-block
{
	color: #000000;
	color: rgba(0,0,0,0.5);
}

.inspireFormContainer .loading-container
{
	color: #d2002d;
}
.inspireFormContainer .loading-container .dot
{
	background: #d2002d;
}

.gridArea.insp{}

.gridArea.insp a
{
	color: #d2002d;
}

.gridArea.insp .viewGrid.gridView
{
	list-style: none;
}

.gridArea.insp .viewGrid.gridView .item
{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 300px;
	background-image:none;
	margin-bottom:10px;
}

.gridArea.insp .viewGrid.gridView .itemDetails
{
	display: block;
	position: absolute;
	right:10px;
	top:10px;
	bottom:10px;
	width:60%;
	left: auto;
}

.gridArea.insp .viewGrid.gridView .itemDetails .itemInspTitle
{
	font-weight: bold;
	font-size: 20px;
}
.gridArea.insp .viewGrid.gridView img
{
	display: none;
}

.gridArea.insp .viewGrid.listView .item{
	display: block;
	width:100%;
}

.gridArea.insp .viewController
{
	margin-top:20px;
	margin-bottom:20px;
}
.gridArea .viewController
{
	margin-top:13px;
}

.gridArea.insp .viewGrid.listView .item{
	padding-bottom:10px;
}

.gridArea.insp .viewGrid.listView .itemDetails
{
	height: auto;
	float: left;
}

.gridArea.insp .viewGrid.listView .itemDetails p
{
}

.gridArea.insp .viewGrid.listView .itemDetails .itemInspTitle
{
	font-weight: bold;
	font-size: 2.5em;
}

.gridArea.insp .viewGrid.listView  img
{
	float: right;
	width:250px;
	height:auto;
}
.gridArea.insp .viewGrid.listView  img.lb-img:hover{
	cursor:pointer;
}
.top-Margin20{
	margin-top:20px;
}
.nav-tabs>li>a{
	background:#b60027;
}
.nav-tabs>li>a:hover {
	border-color: #d2002d #d2002d #b60027;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #ffffff;
	cursor: default;
	background-color: #d2002d;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.editable-click, a.editable-click, a.editable-click:hover{
	color: #b60027;
}
.clientDomainList
{
	padding:0;
}
.clientDomainList li{
	list-style: none;
}

.formStatus .loader,
.formStatus .msg
{
	display: none;
}
.clientBrandForm{
	padding-top:10px;
}
.clientBrandForm .form-group,
.clientBrandForm label
{
	margin-right:10px;
}
.clientBrandForm .loader{
	display: none;
}
.clientBrandTable{

}
.clientBrandTable a{
	color:#d2002d;
}
.sweet-alert .icon.warning .body{
	top:5px;
}
.sweet-alert .icon.success .line.tip{
	left:11px;
}
.sweet-alert .icon.success .line.long{
	right:3px;
}
#jonMcWee{
	position: absolute;
	left:50%;
	bottom:0;
	margin-left:-300px;
	z-index: 1000;
}

.view
{
	background: url('/images/blueprint.png');
	background-repeat:repeat;
}


.viewButtons
{
	float: right;
	padding:0;
	margin:0;
}
.viewButtons li
{
	display: inline;
}
.viewButtons li a
{
	background:#47c6dd;
	color:#ffffff;
	display: inline-block;
	width:30px;
	height: 30px;
	border-radius: 3px;
	font-size:20px;
	text-align: center;
	line-height: 30px;
}
.clientBarInfo .brandLogo{
	float: left;
}
.clientBarInfo .jobInfo
{
	float: left;
	margin-left:20px;
	color: #ffffff;
}

.clientBarInfo .jobInfo p
{
	font-size: 12px;;
}

.viewContainer{
	margin-top:40px;
}

.viewContainer .emailContainer
{
	display: block;
	width:600px;
	margin:0 auto;
}

.viewContainer .emailContainer.fullScreen
{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height: 100%;
}

#viewEmailContainer
{
	width:700px;
	margin:0 auto;
}

.login_action
{
	cursor:pointer;
	float:left;
	width:150px;
	height:150px;
	padding:20px;
	border-radius:75px;
	border-style:solid;
	border-color:#ffffff;
	border-width:2px;
	margin:15px;
}
.login_action:hover
{
	background-color:#ffffff;
	color:#303030;
}

#login_action_logout
{
	padding-top:30px;
}

.user_hidden
{
	display:none;
}

li.emptyListing
{
	padding:18px;
	background: #7b7b7b;
	color: #ffffff;
	border:none;
	font-size:18px;
}

.clientBar
{
	width:100%;
	margin:0 auto;
	background:#13171b;
	padding: 17px;
	height: 84px;
	-webkit-box-shadow: 0px 0px 42px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 42px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 42px 0px rgba(0,0,0,1);
}

.viewContainer
{

	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.email_box
{
	height:2000px;
	border-width:0px;
	padding:0px;
	overflow:hidden;
	width:100%;
	margin-top:0px;
	display:block;
	margin-bottom:40px;
	-webkit-box-shadow: 0px 0px 42px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 42px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 42px 0px rgba(0,0,0,1);
}


.email_box.mobileView
{
	width:340px;
	margin:0 auto;
}

.codeView
{

}

.textonly{
	display: none;
	background: #dedede;
	color: #000000;
}
.listing_panel .subtext
{
	margin-top:5px;
	font-size:10px;
	color:#999999;
}

.listing_panel .subtext_title
{
	color:#E2E2E2;
}

.listing_panel .btn_adjust
{
	padding-bottom:10px;
}

.listing_panel .btn_bottom_adjust
{
	padding-left:0px;
}


.listing_panel.minimised_panel
{
	padding-top:10px;
	padding-bottom:10px;
	min-height:30px;
}

.listing_panel.minimised_panel .btn_adjust
{
	padding-bottom:0px;
}

.listing_panel .info
{
	padding-right:30px;
}

.listing_panel .title
{
	font-size:20pt;
	line-height:19pt;
	padding-top:8px;
	padding-bottom:8px;
}

.listing_panel .accented_text
{
	color:#6F7F82;
}

.listing_panel .description
{
	font-size:10pt;
	line-height:1.1;
}

.codespex > div *
{
	box-sizing:content-box;
}

.codespexContainer
{
	margin-top:20px;
}

/**
	Analyse page
**/
body.analyse
{
	overflow:hidden;
}
#marker
{
	position:absolute;
	display:none;
	padding:15px;
	font-family: verdana;
	font-size:11px;
	color:#fff;
	max-width:400px;
	word-wrap:break-word;
	background-color:#06f;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#0cf), to(#06f));
	background:-moz-linear-gradient(#0cf, #06f);
	background:-o-linear-gradient(#0cf, #06f);
	background:linear-gradient(#0cf, #06f);
	z-index:5000;
}

#marker:after
{
	content:'';
	position:absolute;
	bottom:-20px;
	left:0px;
	border-width:20px 20px 0px 0px;
	border-style:solid;
	border-color:#06f transparent;
	display:block;
	width:0;
}

.clearTyped{
	display: none;
}

/**
	PDF page
**/
.pdfMenu{}
.pdfMenu .btnSubmit{
	margin-top:20px;
}
.movingBgCont
{
	position: relative;
}
.login-message
{
	background-color: rgba(70,0,0,0.65);
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	text-transform: initial;
}

#settings-menu .fa {
  line-height: 50px; }

#setting-dropdown {
  height: 50px;
  border: none;
  padding: 0px;
  padding-right: 20px;
  margin: 0px;
	background-color: transparent;
  }



#setting-dropdown:hover {
  background-color: transparent; }

#header-menu {
  position: absolute;
  right: 10px;
  cursor: pointer;
  height: 50px;
  color:#ffffff;
  border: none; }

#user-menu {
  float: left;
  padding-right: 12px;
  right: 34px;
  width: 160px;
  text-align: right;
  line-height: 50px;
  height: 50px; }

#settings-menu {
  float: right;
  line-height: 50px;
  height: 50px; }

#settings-menu .fa {
  line-height: 50px; }

	#header-menu .btn:hover, .btn:focus, .btn.focus
	{
		color:#f0f0f0;
		text-decoration:underline;
	}
	
	#header-menu .navbar-helia ul li a:hover, .navbar-helia ul li a:focus
	{
		color:#ffffff;
	}
	
	.admin-opts p, .user-prefs p
	{
		margin-top: 12px;
		margin-bottom: 12px;
	}
	
	.file-list,.file-list a
	{
		color:#000000;
	}
	
	.docs
	{
		padding:20px;
	}