/* STRUCTURE HIGH-LEVEL VARIABLES
----------------------------------------------- */
html, body {
	margin:0px;
	padding:0px;
}
body {
	background:#fff;
}
#uitk-container {
	position:relative;
}
#header {
	height:50px;
	background:#fff;
	border-bottom:1px solid #eaeaea;
}
#headerTopLeft {
	padding:0 0 0 18px;
}
#headerTopRight {
	position:absolute;
	right:10px;
}
#headerHelp {
	float:right;
	padding-top:13px;
	margin-right:12px;
}
#headerHelp a {
	display:inline-block;
}
#headerAcctSettings {
	float:right;
	margin-left:5px;
}
#headerAcctSettings .x-btn {
	background:transparent none;
	border:0;
}
#headerAcctSettings .x-btn-inner {
	padding-top:12px !important;
}
#headerAcctSettings .fa {
	color:#777;
	font-size:20px;
	line-height:normal;
}
#headerAcctSettings .x-over .fa,
#headerAcctSettings .x-btn-menu-active .fa {
	color:#333;
}
#logo {
	float:left;
	display:inline-block;
	padding-top:6px;
}
#acct {
	float:right;
	margin-left:20px;
	line-height:49px;
}
#acct a + a{
	margin-left:5px;
}
#acctButton {
	float:right;
	margin:0 0 0 8px;
	background:none;
}
#acctButton .x-btn-inner {
	padding-top:0 !important;
}
#acctButton .actBtnInner {
	padding:5px 0;
	display: inline-block;
}
#acctButton .actBtnInner .userProfileImg {
	padding: 0 0 0 10px;
	display: inline-block;
}
#acctButton .actBtnInner .actBtnLabels {
	height:35px;
	padding: 3px 0;
	float: left;
	text-align: right;
	line-height:28px;
}
#acctButton .actBtnInner.hasCampLabel .actBtnLabels {
	font-size: 11px;
	line-height: 15px;
}
#acctButton .actBtnInner .actBtnLabels .campLabel {
	color: #025FA2;
}


.hdMenuTitle {
	display:block;
	font-size:10px;
	text-transform:uppercase;
	color:#999;
	font-weight:normal;
	padding:0 10px;
}
.hdMenuTitle1 {
	padding-top:10px;
}
#headerNavigation {
	float:left;
}
#logo + #headerNavigation {
	margin-left:10px;
}
.acctButtonOptions {
	border-bottom:1px solid #eee !important;
}
.acctButtonOptions .x-box-inner {
	max-height:180px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-right:10px;
}
.irHeaderMenu,
#acctButtonTopMenu {
	z-index:99999 !important;/* ensure menu appears on top of masks */
}
.irHeaderSplit {
	float:left;
}
.irHeaderSplit .x-btn {
	padding:2px 4px;
	background:transparent none;
	border:0;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
	        border-radius:0;
}
.irHeaderSplit .x-btn .x-btn-inner {
	font-size:14px;
	font-weight:600;
	color:#656565;
}
.irHeaderSplit .x-btn-over,
.irHeaderSplit .x-btn-menu-active {
	background:#F6F6F6;
}
.irHeaderSplit .activeHeaderLink button .x-btn-inner,
.irHeaderSplit .activeHeaderLink em.x-btn-split-right:after {
	color:#025FA2;
}
#campaignButton .x-btn-inner strong b {
	max-width:200px;
	overflow:hidden;
	text-overflow:ellipsis;
}
#campaignButton .x-btn-inner strong span {
	margin-left:2px;
}
.irHeaderSplit .noMenuButton em.x-btn-split-right {
	padding-right:0 !important;
	background:none;
}
#acctButton .x-btn .x-btn-inner {
	font-size:12px;
	font-weight:normal;
	color:#333;
}
#acctButton .x-btn em.x-btn-split-right:after {
	margin-top:-7px;
}
#acctButton i,
#acctButtonMenu i {
	font-style:normal;
}
#acctSettings .x-btn-mc .x-btn-inner {
	line-height:52px !important;
}
#left-content {
	width:200px;
	position:absolute;
	top:50px;
	bottom:40px;
	left:0;
	background:#f1f1f1;
}
#left-content.ln-col {
	width:16px;
}
#left-content.ln-col #controlPanel {
	display:none;
}
#leftNavToggler {
	position:absolute;
	top:0;
	right:0;
	background:#E8E8E8;
	border:0;
    -webkit-border-radius:0px;
       -moz-border-radius:0px;
            border-radius:0px;
}
#leftNavToggler .x-btn-inner {
	color:#BDBDBD;
	font-size:14px;
}
#leftNavToggler.x-over {
	background:#E0E0E0;
}
#main-content {
	position:relative;
}
#left-content + #main-content {
	margin-left:200px;
}
#left-content.ln-col + #main-content.ln-col {
	margin-left:16px;
}
#left-content.ln-col + #main-content.ln-col:before {
	width:16px;
}
#topHelpBox {
	position:relative;
	background:#FAFAFA;
}
#topHelpBox .uitkInformationBox {
	padding:15px 25px;
}
#topHelpBox .uitkInfoboxTitle {
	margin:0;
	font-size:26px;
	font-weight:normal;
}
#topHelpBox .uitkInfoboxTitle span {
	font-size:14px;
	color:#666;
}
#topHelpBox .uitkInfoboxContent {
	max-width:650px;
	margin:6px 0 0;
	line-height:1.4;
}
#topHelpBox .uitkInfoboxSubTitle {
	margin:2px 0 0;
	color:#666;
	font-size:16px;
	font-weight:normal;
}
#topHelpBoxToggler {
	padding:4px 8px;
	display:inline-block;
	color:#005DA7;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}
#topHelpBoxToggler .fa {
	font-size:20px;
}
#topHelpBoxToggler:hover {
	color:#f24c28;
}
#topHelpBox.topHelpHidden #topHelpBoxToggler {
	color:#777;
}
#topHelpBox.topHelpHidden #topHelpBoxToggler:hover {
	color:#005DA7;
}
.topHelpHidden .uitkInfoboxContent,
.topHelpHidden .uitkSlideShowTool .uitkHideText,
.uitkSlideShowTool .uitkShowText {
	display:none;
}
.topHelpHidden .uitkSlideShowTool .uitkShowText,
.uitkSlideShowTool .uitkHideText {
	display:block;
}
#topHelpBox .actionIcons,
#topHelpBox .actionButtons,
#topCustomAction {
	display:inline-block;
	vertical-align:middle;
}
#topHelpBox .actionIcons {
	margin-left:20px;
}
#topCustomAction {
	padding:3px 12px 0;
}
#relatedReportsCt {
	padding:0 2px 0 5px;
	display:inline-block;
}
#relatedReports {
	padding:0;
	background:none !important;
	border:0;
}
.fa-signal {
	color:#005DA7;
	font-size:16px;
}
#relatedReports .fa {
	color:#777;
	font-size:18px;
	font-weight:bold;
}
#relatedReports.x-btn-over .fa,
#relatedReports.x-btn-over em.x-btn-split-right:after {
	color:#005DA7;
}
#templateContainer {
	min-height:580px;
	position:relative;
	-webkit-border-radius: 0 7px 7px 0;
	   -moz-border-radius: 0 7px 7px 0;
	        border-radius: 0 7px 7px 0;
}
#irMainHeading {
	padding:15px 20px;
	vertical-align:bottom;
	font-weight:normal;
}
.floatingActionButtons {
	position:absolute;
	top:15px;
	right:20px;
}

/* footer */
#footer {
	width:100%;
	height:40px;
	padding:13px 30px 14px;
	font-size:11px;
	color:#AEAEAE;
	background:#FAFAFA;
	border-top:1px solid #F1F1F1;
}
#footer ul {
	width:50%;
	padding:0;
	float:left;
	text-align:left;
}
#footer div {
	overflow:hidden;
	text-align:right;
}
#footer li {
	display:inline;
}
#footer li + li {
	margin-left:8px;
}
#footer li a {
	color:#AEAEAE;
}
#footer li a:hover {
	color:#025FA2;
	text-decoration:none;
}
.hasIndicator .uitkActionMessageCt {
	top:40px;
}
.uitkActionMessageCt .fa-times {
	cursor: pointer;
}
/* CONTROL PANEL CONTENT VARIABLES
----------------------------------------------- */
.main-nav {
	padding:0;
	font-size:13px;
}
.main-nav li {
	clear:left;
	position:relative;
}
.main-nav li a {
	text-decoration: none;
	display:block;
	padding:14px 0 14px 15px;
	color:#7d7d7d;
	font-weight:600;
	font-size:14px;
	background-color:#F2F2F2;
}
.main-nav li a:hover,
.main-nav ul.level2 a:hover,
.main-nav ul.level2 a a:hover {
	color:#0C619E;
}
.main-nav li.initial a {
	border-left:6px solid #0C619E;
	padding-left:9px;
}
.main-nav li.selected a {
	font-weight: 600;
	color:#0C619E;
}
.main-nav ul.level2,.level2 ul {
	display:none;
}
.main-nav li.selected ul.level2 {
	margin:0px;
	padding:10px 0px;
	padding-left:15px;
	display:block;
	background-color:#F8F8F8;
}
ul.level2 ul {
	padding-left:35px;
}
.level2 .active ul {
	display:block;
	margin-bottom:10px;
}
.main-nav ul.level2 a {
	font-weight:normal;
	color:#333;
	background-color:transparent;
	border:0;
	padding:5px 32px 5px 10px;
}
.main-nav ul.level2 a i {
	margin-right:5px;
	color:#999;
}
.main-nav li.selected ul.level2 ul li {
	padding:4px 0;
}
.main-nav li.selected ul.level2 ul a {
	padding:2px 5px 2px 0;
	display:inline;
	font-size:12px;
}
.main-nav .uitkToggleCount b {
	background:#f24c28;
	position:absolute;
	right:7px;
	top:7px;
	text-shadow:none;
}
.main-nav li.selected ul.level2 li.active a,
.main-nav li.selected ul.level2 li.active li.active a {
	color:#0C619E;
	border:0;
}
.main-nav li.selected ul.level2 li.active li a {
	background:none;
	color:#333;
}
.main-nav li.selected ul.level2 li.active li.active a {
	background:none;
	font-weight:600;
}

/* SUPPORT WARNING */
#supportWarning {
	height:40px;
	background:#FEEE77;
	text-align:center;
}
#supportWarning h1 {
	font-size:16px;
	line-height:40px;
	color:#333;
}
#supportWarning h1 span {
	color:#F00;
}
#stagingIndicator {
	height:40px;
	text-align:center;
	background:#6ad6fe;
}
#stagingIndicator h1 {
	font-size:16px;
	line-height:40px;
	color:#333;
	background:#6ad6fe;
	width: 100%;
	position: absolute;
	z-index: 200;
	white-space: nowrap;
}
#marketPlaceIndicatorIndicator {
    height:40px;
    background: #fbf5b9;
    text-align:center;
}
#marketPlaceIndicatorIndicator h1 {
    font-size:12px;
    line-height:40px;
}

#environmentWarningMessageV2 {
    position: fixed;
    z-index: 999999999999;
    bottom: 0;
    right:0;
    border-radius: 10px 0 0 0;
    box-shadow: 0 0 10px;
    opacity: 0.8;
    font-size: 14px;
    user-select: none;
    text-align: center;
    width: 400px;
    height: 30px;
    line-height: 30px;
	pointer-events: none;
}

#environmentWarningMessageV2 span {
	color:#F00;
}

/* STRUCTURE AND PADDING/MARGIN LOW-LEVEL VARIABLES
----------------------------------------------- */
.boxThird {
	float: left;
	width: 32.5%;
	margin-right: 1%;
}
.boxFourth {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.boxFourthLast {
	float: left;
	width: 25%;
}
.boxFifth {
	float: left;
	width: 19%;
	margin-right: 1%;
}
.boxTwoThirdsLast {
	float: left;
	width: 66.3%;
}
.boxThreeFourths {
	float: left;
	width: 74%;
	margin-right: 1%;
}
.boxNineTenths {
	float: left;
	width: 89%;
	margin-right: 1%;
}

.boxTallMedNormalizer {
	min-height: 145px;
}
.appMinWidth {
	min-width:980px;	
}
.appMinheight {
	min-height: 690px;
	position:relative;
}
.appMinheightTaller {
	min-height: 800px;
}
.outsideTopMaxMargin {
	margin-top: 20px;
}
.outsideTopMaxNegativeMargin {
	margin-top:-20px;
}
.outsideTopMedMargin {
	margin-top: 5px;
}
.outsideBottomBoxMargin {
	margin-bottom: 10px;
}
.outsideBottomMaxMargin {
	margin-bottom: 20px;
}
.outsideLeftMaxMargin {
	margin-left:20px;
}
.outsideRightMaxMargin {
	margin-right: 20px;
}
.outsideLeftRightMaxMargin {
	margin-right: 20px;
	margin-left: 20px;
}
.outsideTopMinBoxPadding {
	padding-top: 2px;
}
.outsideEvenMedPadding {
	padding: 5px;
}
.outsideLeftMedBoxPadding {
	padding-left: 5px;
}
.outsideRightMedBoxPadding {
	padding-right: 5px;
}
.outsideTopBottomMedBoxPadding {
	padding: 5px 0;
}

.outsideBoxPadding {
	padding: 0 10px 10px 10px;
}
.outsideLeftRightBoxPadding {
	padding-left:10px;
	padding-right:10px;
}
.outsideTopBoxPadding {
	padding-top: 10px;
}
.outsideRightBoxPadding {
	padding-right: 10px;
}
.outsideLeftRightMoreBoxPadding {
	padding: 0 15px;
}
.outsideTopBottomMaxBoxPadding {
	padding:20px 0;
}
.outsideBottomMoreBoxPadding {
	padding-bottom: 15px;
}
.outsideLeftRightMaxPadding {
	padding: 0 20px;
}

.settingsNavigationWrapper {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid lightgray;
}

/*
	This is for the v2 "Impact Icons".
	There is a small chance that a v2 icon gets used
	in v1 and this is to cover for that possibility.
*/
.ia {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
}
