.table-cell, .table-cell-mobile {
  display: table-cell;
  vertical-align: top;
  position: relative; /* Allows menu rollover/popups to overlap adjacent cell */
}
@media (max-width: 800px) {
  .table-cell {
    display: block;
  }
}
.moduleJS {
	/* better button fonts:  /localsite/partner-menu.html */
    font-family: 'Open Sans', 'Helvetica Neue', HelveticaNeue, calibri, arial, sans-serif;
}
.layerSection {
	min-width:  32px;
	min-height: 32px;
	color: #333;
	clear: both;
}
.layerSection:last-child {
	margin-bottom: 12px;
}
.layerSectionClick {
    padding: 6px 8px 3px 18px;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    cursor: pointer;
    text-transform: none;
    white-space: nowrap;
}
@media (max-width: 1100px) {

	.sectionArrowHolder {
		display: none;
	}
	.revealButton {
		display: none;
	}
	.hideMenuPackage {
		display: none;
	}
}
.layerCheckboxes {
	/* min-width: 500px; */
	width: 100%;
	/* padding: 20px 4px 20px 20px; */
}
.layerCheckboxes .dontsplit {
	/* padding-bottom: 8px; */
}
.layerCheckboxes .first .dontsplit {
	marginX:0px !important;
	/* margin-right:10px !important; */
	paddingX:0px !important;
}
.layerCbRow {
	display:none;
	padding: 1px 0px 0px 27px;
	color: #888;
	clear: both;
	overflow: auto;
}
.layerCbTitle {
	white-space:nowrap;
	margin-top: 6px;
	margin-left: 22px;
	margin-right: 25px;
	font-size: 15px;
	pointer-events: none; /* Allow pass through */
	font-family: 'Open Sans Condensed', sans-serif;
}
.layerCbRow:hover {
	background: #ececec;
	color: #555;
}
.menuBuddy {
	paddingX: 20px 0 20px 40px;
	padding-top: 20px;
}
.sectionArrowHolder {
    float: right;
    padding-top: 12px;
}
.leftArrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0px 7px 8px;
	border-color: transparent transparent transparent #777;
	margin-top: -8px;
}
.leftArrow:hover {
	border-color: transparent transparent transparent #999;
}
.downArrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 8px 0 7px;
	border-color: #555 transparent transparent transparent;
	margin: -6px 0px 0 0;
}
.downArrow:hover {
	border-color: #999 transparent transparent transparent;
}

#partnerMenuHolder {
	min-width: 185px;
}
.absoluteWhenNarrow {
		z-index: 1;
		min-width: 160px;
}
@media (min-width: 1401px) {
	.layerSectionTitle {
		display: block !important;
	}
}
@media (max-width: 1400px) {
	#partnerMenuHolder {
		min-width: 32px;
		max-width: 100px; /* Less than 120px to trigger clicks without opening submenu */
	}
	.layerSectionTitle {
		width: 180px; /* required for background color to be visible */
		color: #fff;
		background-color: #333;
		margin-top: -8px;
		margin-left:  -10px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 8px;
	}
	.absoluteWhenNarrow {
		z-index: 1;
		min-width: 38px;
		max-width: 38px;
		top: 0;
		bottom: 0;
		overflow: visible;
	}
	.layerSection {
		/* max-width: 38px; Avoid, else background is not visible. */
		white-space: nowrap;
		overflow: visible;
	}
	.layerSectionTitle {
		display: none;
	}
	.layerSection:last-child {
		margin-bottom: 0px;
	}
	.layerSectionIcon {
		float: initial;
		min-height: 20px;
	}
	.layerSectionClick {
		min-width: auto;
		padding-left: 8px;
		min-height: 42px;
	}
	.layerCbRow {
		display:none !important;
	}
	.sectionArrowHolder {
		display:none;
	}
}

.layerSectionOpenX {
	max-width: auto;
	overflow: visible;
	max-width: 200px; /* allow background color to be visible */
	background-color: #efefef;
	borderX: 1px solid #777;
	marginX:  -1px;
	margin-leftX: 0px;
	z-index: 100000;
}

.layerAction {
	clear:both;
	float:right;
	width: 100%;
	z-index: 9999;
	min-height: 34px;
	/* border: 1px solid red; */
	cursor: pointer;
}
.layerActionActive {
	/* color: #3B99FC !important; */
}
.moduleJS .layerActionActive:before {
	color:#fff;
}
.layerActionIcon {
	margin-top: 2px;
	float:right;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	margin-top: 12px;
	margin-right: 8px;
	/* background-color: #272727; */
}
.layerActionIcon:before {
	padding: 2px;
	line-height: 23px;
	font-size: 17px;
	color: #bbb;
	font-weight: 100;
	font-family: "Material Icons";
	content: "\E5D3"; /* Three dots */
}
.layerActionIconNoFeed:before {
	content: ""; /* Blank since no feed for layer. */
}
.layerActionActive {
	background-color: #3B99FC;
}
.layerActionActive:before {
	padding: 1px;
	font-size: 20px;
	color: #000;
	font-family: "Material Icons";
	content: "\E876"; /* checkbox */
	font-weight: 100;
}
.moduleJS .overlaysInSide .layerCbRow {
	position: relative;
}
.moduleJS .overlayAction {
	borderX: 1px solid red;
	position: absolute;
	right: 0px;
	bottom: 0px;
	top:0px;
	width:30px;
	padding-right: 6px;
}
.layersCB {
	display: none;
}
.searchHeader {
	/* overflow: visible; */
}
.navClone {
	float: left;
	background-color: rgba(55, 55, 55, 0.8);
	margin:20px 0 20px 20px;
	display:none;
}
.navClone .layerSectionClick {
	display: none;
}
.navClone .layerCbRow {
	display: block;
}

