
/* lib\layout\contextual\source\ContextualLayout.css */

/* ContextualLayout.css - popup positioning and border radius adjustments */

/*for popups above activator*/
.vertical.above {
  top: auto;
  margin-top:-10px;
  bottom: 100%;
  margin-bottom: 10px;
}
/*for popups below activator*/
.vertical.below {
  margin-top:10px;
}
/*for popups on the left of the activator*/
.right.horizontal {
  margin-left: -11px;
}
/*for popups on the right of the activator*/
.left.horizontal {
  margin-left: 10px;
}
/*corners*/
/*vertical top corners*/
/*for popups on the left of the activator*/
.vertical.right.corner {
  margin-left: 0px;
}
/*for popups on the right of the activator*/
.vertical.left.corner {
  margin-left: 0px;
}
.vertical.below.left.corner {
  border-top-right-radius: 0px;
}
.vertical.below.right.corner {
  border-top-left-radius: 0px;
}
/*vertical bottom corners*/
.left.above.corner {
  border-bottom-right-radius: 0px;
}
.right.above.corner {
  border-bottom-left-radius: 0px;
}
/*horizontal bottom corners*/
.left.low.corner {
  border-bottom-left-radius: 0px;
}
.right.low.corner {
  border-bottom-right-radius: 0px;
}
/*horizontal top corners*/
.left.high.corner {
  border-top-left-radius: 0px;
}
.right.high.corner {
  border-top-right-radius: 0px;
}

/* lib\layout\fittable\source\FittableLayout.css */

.enyo-fittable-rows-layout {
	position: relative;
}

.enyo-fittable-rows-layout > * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* float when not stretched */
	float: left;
	clear: both;
}

/* non-floating when stretched */
.enyo-fittable-rows-layout.enyo-stretch > * {
	float: none;
	clear: none;
}

/* setting to enforce margin collapsing */
/* NOTE: rows cannot have margin left/right */
.enyo-fittable-rows-layout.enyo-stretch.enyo-margin-expand > * {
	float: left;
	clear: both;
	width: 100%;
	/* note: harsh resets */
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.enyo-fittable-columns-layout {
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.enyo-locale-right-to-left .enyo-fittable-columns-layout {
	text-align: right;
}

.enyo-fittable-columns-layout.enyo-center,
.enyo-locale-right-to-left .enyo-fittable-columns-layout.enyo-center {
	text-align: center;
}

.enyo-fittable-columns-layout > * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
	white-space: normal;
}

.enyo-fittable-columns-layout > table {
	display: inline-table;
}

.enyo-fittable-columns-layout.enyo-tool-decorator > * {
	vertical-align: middle;
}

/* repair clobbered white-space setting for pre, code */
.enyo-fittable-columns-layout > pre, .enyo-fittable-columns-layout > code {
	white-space: pre;
}

.enyo-fittable-columns-layout > .enyo-fittable-columns-layout, .enyo-fittable-columns-layout > .onyx-toolbar-inline {
	white-space: nowrap;
}

/* NOTE: columns cannot have margin top/bottom */
.enyo-fittable-columns-layout.enyo-stretch > * {
	height: 100%;
	/* note: harsh resets */
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.enyo-locale-right-to-left .enyo-fittable-columns-layout {
	direction: rtl;
	text-align: right;
}
.enyo-locale-right-to-left .enyo-fittable-columns-layout.force-left-to-right {
	direction: ltr;
	text-align: left;
}


.enyo-flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.enyo-flex-container.enyo-center {
	justify-content: center;
}
.enyo-flex-container.columns {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.enyo-flex-container.rows {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.enyo-flex-item {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.enyo-flex-item.flex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.enyo-flex-container.nostretch > .enyo-flex-item {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}


/* lib\layout\list\source\List.css */

.enyo-list {
	position: relative;
}

.enyo-list-port {
	overflow: hidden;
	position: relative;
}

.enyo-list-holdingarea {
	position: absolute;
	left: 0;
	right: 0;
}

.enyo-list-port.horizontal {
	white-space: nowrap;
	width:  1000000px;
	height: 1000000px;
}

.enyo-list-port.vertical {
	height: 1000000px;
}

.enyo-list-page {
	position: absolute;
	left: 0;
}

.enyo-locale-right-to-left .enyo-list-page {
	left: auto;
	right: 0;
}

.enyo-list-page.vertical {
	left: 0;
	right: 0;
}

.enyo-list-holdingarea {
	top: -10000px;
}

.enyo-pinned-list-placeholder {
	border: 1px solid red;
	position: absolute;
	top: 0; left: 0;
	z-index: 1000;
	background: transparent;
	overflow: hidden;
}

.enyo-pinned-list-placeholder button {
	width: 100px; height: 100%;
	position: absolute;
	top: 0; right: 0;
}

.enyo-list-reorder-container {
	position: absolute;
	top: 0; left: 0;
	z-index: 1000;
	background: transparent;
	overflow: hidden;
}

.enyo-animatedTopAndLeft {
	-webkit-transition: top 0.1s linear, left 0.1s linear;
	-moz-transition: top 0.1s linear, left 0.1s linear;
	-o-transition: top 0.1s linear, left 0.1s linear;
	transition: top 0.1s linear, left 0.1s linear;
}

/* lib\layout\list\source\PulldownList.css */

.enyo-list-pulldown {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
}

.enyo-puller {
	position: relative;
	height: 50px;
	font-size: 22px;
	color: #444;
	padding: 20px 0 0px 34px;
}

.enyo-puller-text {
	position: absolute;
	left: 80px;
	top: 22px;
}

.enyo-puller-arrow {
	position: relative;
	background: #444;
	width: 7px;
	height: 28px;
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
}

.enyo-puller-arrow:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #444;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
}

.enyo-puller-arrow-up {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.enyo-puller-arrow-down {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/* lib\layout\list\source\GridListImageItem.css */

/*
	Put anything you reference with "url()" in ../assets/
	This way, you can minify your application, and just remove the "source" folder for production
*/
.enyo-gridlist-imageitem {
	width: 100%;
	height: 100%;
	color: #fff;
}
.enyo-gridlist-imageitem img {
	display: block;
	width: 100%;
}
.enyo-gridlist-imageitem >.caption,
.enyo-gridlist-imageitem >.sub-caption {
	font-size: 10pt;
	z-index: 10;
	padding-top: 10px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}
.enyo-gridlist-imageitem.centered > .caption,
.enyo-gridlist-imageitem.centered > .sub-caption {
	text-align: center;
}
.enyo-gridlist-imageitem.disabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.enyo-gridlist-imageitem.sized-image.use-caption.use-subcaption {
	padding-bottom: 50px;
}
.enyo-gridlist-imageitem.sized-image.use-caption,
.enyo-gridlist-imageitem.sized-image.use-subcaption {
	padding-bottom: 25px;
}
.enyo-gridlist-imageitem.sized-image > .image {
	width: 100%;
	height: 100%;
}
.enyo-gridlist-imageitem.sized-image.use-caption.use-subcaption > .caption {
	position: absolute;
	bottom: 22px;
}
.enyo-gridlist-imageitem.sized-image > .caption {
	position: absolute;
	bottom: 0;
}
.enyo-gridlist-imageitem.sized-image > .sub-caption {
	position: absolute;
	bottom: 0;
}


/* lib\layout\panels\source\arrangers\Arranger.css */

.enyo-arranger {
	position: relative;
	overflow: hidden;
}

.enyo-arranger.enyo-fit {
	position: absolute;
}

.enyo-arranger > * {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.enyo-arranger-fit > * {
	/* override any width/height set on panels */
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
}


/* lib\layout\panels\source\Panels.css */

.enyo-panels {
}

.enyo-panels-fit-narrow {
}

@media all and (max-width: 800px) {
	.enyo-panels-fit-narrow > * {
		min-width: 100%;
		max-width: 100%;
	}
}

.enyo-panels-force-narrow > * {
	min-width: 100%;
	max-width: 100%;
}


/* lib\layout\tree\source\Node.css */

.enyo-node {
	cursor: default;
	padding: 4px;
}

.enyo-node img {
	vertical-align: middle;
	padding-right: 6px;
}

.enyo-node-box {
	overflow: hidden;
}

.enyo-node-client {
	position: relative;
}

.enyo-animate .enyo-node-box, .enyo-animate .enyo-node-client {
	-ms-transition-property: height, top;
	-ms-transition-duration: 0.2s, 0.2s;
	-moz-transition-property: height, top;
	-moz-transition-duration: 0.2s, 0.2s;
	-o-transition-property: height, top;
	-o-transition-duration: 0.2s, 0.2s;
	-webkit-transition-property: height, top;
	-webkit-transition-duration: 0.2s, 0.2s;
	transition-property: height, top;
	transition-duration: 0.2s, 0.2s;
}


/* lib\layout\imageview\source\ImageViewPin.css */


.pinDebug {
	background:yellow;
	border:1px solid yellow;
}

/* lib\onyx\css\onyx.less */

/* Onyx default parameters defined here */
/* Paths */
/* application importing Onyx Less files will have to override this  */
/* variable. Otherwise, Onyx image load will fail with a 404 error  */
/* Fonts */
/* ---------------------------------------*/
/* Text Colors */
/* ---------------------------------------*/
/* Background Colors */
/* ---------------------------------------*/
/* Border Radius */
/* ---------------------------------------*/
/* Padding */
/* ---------------------------------------*/
/* Icon Sizes */
/* ---------------------------------------*/
/* Disabled Opacity */
/* ---------------------------------------*/
/* Gradient Overlays */
/* ---------------------------------------*/
/* Images */
/* ---------------------------------------*/
/* Onyx rules defined here */
/* onyx-classes.less - combined CSS (less) files for all released Onyx controls
   into single onyx.less file to avoid IE bug that allows
   a maximum of 31 style sheets to be loaded before silently failing */
.onyx {
  color: #333333;
  font-family: 'Helvetica Neue', 'Nimbus Sans L', Arial, sans-serif;
  font-size: 20px;
  cursor: default;
  background-color: #eaeaea;
  /* remove automatic tap highlight color */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* prevent IE from inheriting line-height for these elements */
.onyx-button,
.onyx label,
.onyx input {
  line-height: normal;
}
.onyx-selected {
  background-color: #c4e3fe;
}
/* LESS pre-calculations */
/* Individual Widget CSS */
/* Icon.css */
.onyx-icon,
.onyx-icon-toggle {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.onyx-icon.onyx-icon-button.active,
.onyx-icon.onyx-icon-button.pressed,
.onyx-icon-toggle.active {
  background-position: 0 -32px;
}
.onyx-icon.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* Button.css */
.onyx-button {
  outline: 0;
  /**/
  color: #292929;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  /**/
  margin: 0;
  padding: 6px 18px;
  overflow: hidden;
  /**/
  border-radius: 3px;
  /* for IE8 */
  border: 1px solid #707070;
  border: 1px solid rgba(15, 15, 15, 0.2);
  /*
		The border and the gradient interact in a strange way that
		causes the bottom-border (top if the gradient is aligned top)
		to be lighter than other borders.
		We can fix it by using the darker bottom border below, but
		then there are a few rogue pixels that end up very dark.
	*/
  /* border-bottom: 1px solid rgba(15, 15, 15, 0.5); */
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  /**/
  background: #e1e1e1 url('../lib/onyx/images/gradient.png') repeat-x bottom;
  background-size: contain;
  /**/
  text-overflow: ellipsis;
  /* the following cause arcane problems on IE */
  /*
	min-width: 14px;
	min-height: 20px;
	*/
}
/*
	IE8 can't handle these selectors in tandem:
	.onyx-button.active, .onyx-button:active:not([disabled]) {

	the effect is as if .onyx-button.active doesn't exist
*/
.onyx-button.active,
.onyx-button.pressed {
  background-image: url('../lib/onyx/images/gradient-invert.png');
  background-position: top;
  border-top: 1px solid rgba(15, 15, 15, 0.6);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.onyx-button[disabled] {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.onyx-button > img {
  padding: 0px 3px;
}
/* Remove the focused inner-border style in Firefox (Windows) */
.onyx-button::-moz-focus-inner {
  border: 0;
}
/* Checkbox.css */
.onyx-checkbox {
  cursor: pointer;
  height: 32px;
  width: 32px;
  background: url('../lib/onyx/images/checkbox.png') no-repeat;
  /* reset for ? */
  margin: 0px;
  /* these entries cause toggle-button and checkbox to line up properly*/
  display: inline-block;
  vertical-align: middle;
}
.onyx-checkbox[checked] {
  background-position: 0px -32px;
}
.onyx-checkbox[disabled] {
  opacity: 0.4;
}
/* Grabber.css */
.onyx-grabber {
  background: url('../lib/onyx/images/grabbutton.png') no-repeat center;
  width: 23px;
  height: 27px;
}
/* Popup.css */
.onyx-popup {
  font-size: 16px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 6px;
  color: #ffffff;
  background: #4c4c4c url('../lib/onyx/images/gradient.png') repeat-x 0 bottom;
}
.onyx-popup-decorator {
  position: relative;
}
/* Groupbox.css */
.onyx-groupbox > * {
  display: block;
  /*box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);*/
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  /*padding: 10px;*/
  /* reset styles that make 'item' look bad if they happen to be there */
  border-radius: 0;
  margin: 0;
  font-size: 16px;
}
/* needed for MathJax support */
.onyx-groupbox > script {
  display: none;
}
.onyx-groupbox > *:first-child {
  border-top-color: #aaaaaa;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
}
.onyx-groupbox > *:last-child {
  border-radius: 0 0 4px 4px;
}
.onyx-groupbox > *:first-child:last-child {
  border-radius: 4px;
}
.onyx-groupbox-header {
  padding: 2px 10px;
  /**/
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  /**/
  background-color: #4c4c4c;
  border: none;
  background: #4c4c4c url('../lib/onyx/images/gradient.png') repeat-x 0 10px;
}
.onyx-groupbox .onyx-input-decorator {
  display: block;
}
.onyx-groupbox > .onyx-input-decorator {
  border-color: #aaaaaa;
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.onyx-groupbox > .onyx-input-decorator:first-child {
  border-width: 1px;
  border-radius: 4px 4px 0 0;
}
.onyx-groupbox > .onyx-input-decorator:last-child {
  border-radius: 0 0 4px 4px;
}
.onyx-groupbox > .onyx-input-decorator:first-child:last-child {
  border-radius: 4px;
}
/* Input.css */
.onyx-input-decorator {
  padding: 6px 8px 10px 8px;
  border-radius: 3px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  margin: 0;
}
.onyx-input-decorator.onyx-focused {
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.onyx-input-decorator.onyx-disabled {
  /* FIXME: needed to color a disabled input placeholder. */
  /*-webkit-text-fill-color: #888;*/
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.onyx-input-decorator > input {
  /* reset */
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  font-size: 16px;
  box-shadow: none;
  /* FIXME: hack for styling reset on Android */
  /* -webkit-appearance: caret;*/
}
.onyx-input-decorator.onyx-focused > input {
  cursor: text;
}
.onyx-input-decorator.onyx-disabled > input {
  cursor: default;
}
/* Menu.css */
.onyx-menu,
.onyx.onyx-menu {
  min-width: 160px;
  top: 100%;
  left: 0;
  margin-top: 2px;
  padding: 3px 0;
  border-radius: 3px;
}
.onyx-menu.onyx-menu-up {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
}
.onyx-toolbar .onyx-menu {
  margin-top: 11px;
  border-radius: 0 0 3px 3px;
}
.onyx-toolbar .onyx-menu.onyx-menu-up {
  margin-top: 0;
  margin-bottom: 10px;
  border-radius: 3px 3px 0 0;
}
.onyx-menu-item {
  display: block;
  padding: 10px;
}
.onyx-menu-item:hover {
  background: #284152;
}
.onyx-menu-divider,
.onyx-menu-divider:hover {
  margin: 6px 0;
  padding: 0;
  border-bottom: 1px solid #aaa;
}
.onyx-menu-label {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.onyx-menu-label:hover {
  background: none;
}
/* customize a toolbar to support menus */
.onyx-menu-toolbar,
.onyx-toolbar.onyx-menu-toolbar {
  position: relative;
  z-index: 10;
  overflow: visible;
}
/* Submenu.css */
.onyx-submenu {
  background: rgba(0, 0, 0, 0.25) url('../lib/onyx/images/gradient-invert.png') repeat-x 0 top;
}
/* Picker.css */
.onyx-picker-decorator .onyx-button {
  padding: 10px 18px;
}
.onyx-picker {
  top: 0;
  margin-top: -3px;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: black;
  background: #e1e1e1;
}
.onyx-picker.onyx-menu-up {
  top: auto;
  bottom: 0;
  margin-top: 3px;
  margin-bottom: -3px;
}
.onyx-picker .onyx-menu-item {
  text-align: center;
}
.onyx-picker .onyx-menu-item:hover {
  background-color: transparent;
}
.onyx-picker .onyx-menu-item.selected,
.onyx-picker .onyx-menu-item.active,
.onyx-picker .onyx-menu-item:active:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #cde7fe;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.onyx-picker .onyx-menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.onyx-picker:not(.onyx-flyweight-picker) .onyx-menu-item:first-child,
.onyx-flyweight-picker :first-child > .onyx-menu-item {
  border-top: none;
}
.onyx-picker:not(.onyx-flyweight-picker) .onyx-menu-item:last-child,
.onyx-flyweight-picker :last-child > .onyx-menu-item {
  border-bottom: none;
}
/* TextArea.css */
.onyx-input-decorator > textarea {
  /* reset */
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  font-size: 16px;
  box-shadow: none;
  /* Remove scrollbars and resize handle */
  resize: none;
  overflow: auto;
  /* FIXME: hack for styling reset on Android */
  /* -webkit-appearance: caret;*/
}
.onyx-input-decorator.onyx-focused > textarea {
  cursor: text;
}
.onyx-input-decorator.onyx-disabled > textarea {
  cursor: default;
}
.onyx-textarea {
  /* need >=50px for scrollbar to be usable on mac */
  min-height: 50px;
}
/* RichText.css */
.onyx-input-decorator > .onyx-richtext {
  /* reset */
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  font-size: 16px;
  min-height: 20px;
  min-width: 100px;
  box-shadow: none;
  /* FIXME: hack for styling reset on Android */
  /* -webkit-appearance: caret;*/
}
.onyx-input-decorator.onyx-focused > .onyx-richtext {
  cursor: text;
}
.onyx-input-decorator.onyx-disabled > .onyx-richtext {
  cursor: default;
}
/* RadioButton.css */
.onyx-radiobutton {
  padding: 8px 12px;
  margin: 0;
  outline: 0;
  /**/
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  /**/
  background: #e7e7e7 url('../lib/onyx/images/gradient.png') repeat-x bottom;
  /* IE8 */
  border: 1px solid #333333;
  border: 1px solid rgba(15, 15, 15, 0.2);
  /* turn off right-border in a way IE8 ignores, because IE8 does not support :last-child */
  border-right-color: rgba(0, 0, 0, 0);
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.onyx-radiobutton:first-child {
  border-radius: 3px 0 0 3px;
}
.onyx-radiobutton:last-child {
  border-radius: 0px 3px 3px 0px;
  /* IE8 */
  border-right: 1px solid #333333;
  border-right: 1px solid rgba(15, 15, 15, 0.2);
}
.onyx-radiobutton.active {
  color: #ffffff;
  background: #0091f2 url('../lib/onyx/images/gradient-invert.png') repeat-x top;
  border-top: 1px solid rgba(15, 15, 15, 0.6);
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.2);
}
/* TabButton.css */
.onyx-radiobutton.onyx-tabbutton {
  padding: 8px 34px;
  font-size: 20px;
  border-radius: 0px;
}
/* TabBar.css */
.onyx-tab-bar {
  width: 100%;
  z-index: 10;
  background-color: #cacaca;
  padding-top: 1px;
}
.onyx-tab-bar-scroller {
  padding-top: 2px;
}
.onyx-tab-bar-scroller > .enyo-thumb {
  border: 0px;
}
.onyx-tab-wrapper {
  padding: 3px 0px 3px 0px;
}
.onyx-tab-line {
  position: relative;
  margin-top: -0.1em;
  border-top: 1px solid #646464;
  z-index: 2;
}
.onyx-tab-rug {
  position: relative;
  padding: 0.3em;
  background-color: #cacaca;
  z-index: 4;
}
/* TabBarItem.css */
.onyx-tab-item {
  display: inline;
  position: relative;
  border: 1px solid #646464;
  margin: 0px 2px 0px 2px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #b1b1b1;
  z-index: 1;
  padding-top: 0.2em;
  padding-bottom: 0.7em ;
  vertical-align: baseline;
}
.onyx-tab-item.active {
  border-bottom: 1px solid #cacaca;
  background-color: #cacaca;
  z-index: 3;
  padding-top: 0.3em;
}
.onyx-tab-item:hover {
  background-color: #cacaca;
}
.onyx-tab-item button {
  overflow: hidden;
  margin: 3px;
  border: 1px solid transparent;
  background-color: transparent ;
}
.onyx-tab-item-dissolve {
  display: inline-block;
  height: 90%;
  width: 2em;
  top: 2px;
  right: 19px;
  position: absolute;
  background: linear-gradient(to right, #b1b1b1 0%, rgba(177, 177, 177, 0) 100%);
  /* W3C */
  background: -moz-linear-gradient(right, #b1b1b1 0%, rgba(177, 177, 177, 0) 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(left, rgba(177, 177, 177, 0), #b1b1b1);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #b1b1b1), color-stop(100%, rgba(177, 177, 177, 0)));
  /* Chrome,Safari4+ */
  background: -o-linear-gradient(left, #b1b1b1 0%, rgba(177, 177, 177, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(177, 177, 177, 0) 0%, #b1b1b1 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b1b1b1, endColorstr=#ffb1b1b1, GradientType=1);
  /* IE6-9 */
}
.onyx-tab-item-dissolve.active {
  background: linear-gradient(to right, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
  /* W3C */
  background: -moz-linear-gradient(right, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(left, rgba(202, 202, 202, 0), #cacaca);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #cacaca), color-stop(100%, rgba(202, 202, 202, 0)));
  /* Chrome,Safari4+ */
  background: -o-linear-gradient(left, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(202, 202, 202, 0) 0%, #cacaca 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cacaca, endColorstr=#ffcacaca, GradientType=1);
  /* IE6-9 */
}
.onyx-tab-item-hovered {
  background: linear-gradient(to right, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
  /* W3C */
  background: -moz-linear-gradient(right, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(left, rgba(202, 202, 202, 0), #cacaca);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #cacaca), color-stop(100%, rgba(202, 202, 202, 0)));
  /* Chrome,Safari4+ */
  background: -o-linear-gradient(left, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(202, 202, 202, 0) 0%, #cacaca 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cacaca, endColorstr=#ffcacaca, GradientType=1);
  /* IE6-9 */
}
.onyx-tab-item-close {
  display: inline-block;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url('../lib/onyx/images/close-inactive.png');
}
.onyx-tab-item-close:hover {
  background-image: url('../lib/onyx/images/close-active.png');
}
/* ToggleButton.css */
.onyx-toggle-button {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  min-width: 64px;
  vertical-align: middle;
  text-align: center;
  /* */
  border-radius: 3px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4);
  background: #8bba3d url('../lib/onyx/images/gradient-invert.png') repeat-x bottom;
  background-size: auto 100%;
  /* label */
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.onyx-toggle-button.off {
  background-color: #b1b1b1 !important;
}
.onyx-toggle-button-knob {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 1px;
  border-radius: 3px;
  background: #f6f6f6 url('../lib/onyx/images/gradient.png') repeat-x;
  background-size: auto 100%;
}
.onyx-toggle-button .onyx-toggle-button-knob {
  box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  float: right;
}
.onyx-toggle-button.off .onyx-toggle-button-knob {
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  float: left;
}
.onyx-toggle-button.disabled,
.onyx-icon-button.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.onyx-toggle-content {
  min-width: 32px;
  padding: 0 6px;
}
.onyx-toggle-content.empty {
  padding: 0;
}
.onyx-toggle-content.off {
  float: right;
}
.onyx-toggle-content.on {
  float: left;
}
/* Toolbar.css */
.onyx-toolbar {
  /*
		line-height is unreliable for centering, instead
		use vertical-align: middle to align
		elements along a common centerline and use
		padding to fill out the space.
	*/
  padding: 9px 8px 10px 8px;
  /**/
  border: 1px solid #3A3A3A;
  background: #4c4c4c url('../lib/onyx/images/gradient.png') repeat-x 0 bottom;
  background-size: contain;
  color: #ffffff;
  /**/
  white-space: nowrap;
  overflow-y: visible;
  font-size: 20px;
}
.onyx-toolbar-inline > *,
.enyo-fittable-columns-layout.onyx-toolbar-inline > * {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 6px 5px;
  box-sizing: border-box;
}
/* needed for MathJax support */
.onyx-toolbar-inline > script,
.enyo-fittable-columns-layout.onyx-toolbar-inline > script {
  display: none;
}
.onyx-toolbar .onyx-icon-button {
  margin: 3px 2px 1px;
}
.onyx-toolbar .onyx-button {
  color: #f2f2f2;
  background-color: #555656;
  border-color: rgba(15, 15, 15, 0.5);
  margin-top: 0;
  margin-bottom: 0;
  height: 36px;
}
.onyx-toolbar .onyx-input-decorator {
  margin: 1px 3px;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0px 6px 5px 6px;
}
.onyx-toolbar .onyx-input-decorator.onyx-focused {
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.onyx-toolbar .onyx-input-decorator .onyx-input {
  color: #e5e5e5;
  font-size: 14px;
}
.onyx-toolbar .onyx-input-decorator .onyx-input:focus {
  color: #000000;
}
.onyx-toolbar .onyx-input-decorator .onyx-input:focus::-webkit-input-placeholder {
  color: #dddddd;
}
/* Tooltip.css */
.onyx-tooltip {
  z-index: 20;
  left: 0;
  padding: 4px 6px;
  margin-top: 4px;
  margin-left: -6px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background: #216593 url('../lib/onyx/images/gradient.png') repeat-x 0 bottom;
  border-radius: 3px;
  white-space: nowrap;
}
/*move the tooltip over to the right when displaying the right arrow so it aligns better with the decorator*/
.onyx-tooltip.right-arrow {
  left: 30px;
}
/*prep the left & right arrows using before & after - left arrow uses before & right arrow uses after*/
.onyx-tooltip::before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 16px;
}
.onyx-tooltip::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  margin-left: -12px;
}
/*The following 3 rules handle the left & right arrows when the tooltip is displayed below the activator*/
.onyx-tooltip.below {
  top: 100%;
}
.onyx-tooltip.below.right-arrow::after {
  border-bottom: 6px solid #1D587F;
  top: -6px;
}
.onyx-tooltip.below.left-arrow::before {
  border-bottom: 6px solid #1D587F;
  top: -6px;
}
/*The following 3 rules handle the left & right arrows when the tooltip is displayed above the activator*/
.onyx-tooltip.above {
  top: -100%;
}
.onyx-tooltip.above.right-arrow::after {
  content: '';
  border-top: 6px solid #1D587F;
  top: 100%;
}
.onyx-tooltip.above.left-arrow::before {
  content: '';
  border-top: 6px solid #1D587F;
  top: 100%;
}
/* ProgressBar.css */
.onyx-progress-bar {
  margin: 8px;
  height: 8px;
  border: 1px solid rgba(15, 15, 15, 0.2);
  border-radius: 3px;
  background: #b8b8b8 url('../lib/onyx/images/gradient-invert.png') repeat-x;
  background-size: auto 100%;
}
.onyx-progress-bar-bar {
  height: 100%;
  border-radius: 3px;
  background: #58abef url('../lib/onyx/images/gradient.png') repeat-x;
  background-size: auto 100%;
}
.onyx-progress-bar-bar.striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.onyx-progress-bar-bar.striped.animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
/* ProgressButton.css */
.onyx-progress-button {
  position: relative;
  height: 36px;
  line-height: 36px;
  color: #f1f1f1;
  font-size: 16px;
  text-overflow: ellipsis;
}
.onyx-progress-button-bar {
  height: 36px;
}
.onyx-progress-button-icon {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
}
.onyx-progress-button-client {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 36px;
  margin-left: 8px;
}
.onyx-progress-button-client > * {
  display: inline-block;
}
/* needed for MathJax support */
.onyx-progress-button-client > script {
  display: none;
}
/* Slider.css */
.onyx-slider {
  position: relative;
  margin: 8px 20px;
}
.onyx-slider-taparea {
  position: absolute;
  top: -11px;
  height: 28px;
  width: 100%;
}
.onyx-slider-knob {
  position: relative;
  height: 40px;
  width: 40px;
  background: url('../lib/onyx/images/slider-handle.png') left top no-repeat;
  margin: -23px -20px;
}
.onyx-slider-knob.active,
.onyx-slider-knob.pressed {
  background-position: 0 -40px;
}
/* RangeSlider.css */
.onyx-range-slider-knob {
  top: -17px;
}
.onyx-range-slider-label {
  position: relative;
  top: -18px;
  text-align: center;
  white-space: nowrap;
}
/* Item.css */
.onyx-item {
  padding: 14px;
}
.onyx-highlight,
.onyx-highlight.onyx-swipeable-item-content {
  background-color: #dedfdf;
}
.enyo-selected,
.enyo-selected.onyx-swipeable-item-content {
  background-color: #c4e3fe;
}
.onyx-item.onyx-swipeable-item {
  overflow: hidden;
  padding: 0;
}
.onyx-swipeable-item-content {
  background-color: #eaeaea;
  box-sizing: border-box;
  padding: 18px 6px;
  min-height: 40px;
}
/* Spinner.css */
.onyx-spinner {
  width: 59px;
  height: 58px;
  display: inline-block;
  background: url('../lib/onyx/images/spinner-dark.gif') no-repeat 0 0;
}
.onyx-spinner.onyx-light {
  background: url('../lib/onyx/images/spinner-light.gif') no-repeat 0 0;
}
/* MoreToolbar.css */
.onyx-more-toolbar {
  overflow: visible;
  position: relative;
  z-index: 10;
}
.onyx-more-toolbar.active {
  z-index: 11;
}
.onyx-more-menu {
  left: auto;
  right: 0px;
  min-width: 0;
}
.onyx-more-toolbar .onyx-more-menu > * {
  float: right;
  clear: both;
  margin: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.onyx-more-button {
  background-image: url('../lib/onyx/images/more.png');
  width: 32px;
  height: 32px;
}
/* DatePicker.css */
.onyx-datepicker-month {
  min-width: 75px;
}
.onyx-datepicker-day {
  min-width: 60px;
}
.onyx-datepicker-year {
  min-width: 70px;
}
/* TimePicker.css */
.onyx-timepicker-hour {
  min-width: 60px;
}
.onyx-timepicker-minute {
  min-width: 60px;
}
.onyx-timepicker-ampm {
  min-width: 60px;
}
/* ButtonColors.css */
.onyx-button.onyx-blue {
  background-color: #35A8EE;
  color: #F2F2F2;
}
.onyx-button.onyx-affirmative {
  background-color: #91BA07;
  color: #F2F2F2;
}
.onyx-button.onyx-negative {
  background-color: #C51616;
  color: #F2F2F2;
}
.onyx-button.onyx-dark {
  background-color: #555656;
  color: #F2F2F2;
}
.onyx-button.onyx-light {
  background-color: #cacaca;
  color: #2F2F2F;
}
/* ContextualPopup.css */
.onyx-contextual-popup-title {
  font-weight: bold;
  padding: 24px 32px 0px;
}
.onyx-contextual-popup-scroller {
  padding: 24px 32px;
}
.onyx-contextual-popup-action-buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.onyx-contextual-popup-action-button {
  margin-left: 5px;
  margin-right: 5px;
}
.onyx-contextual-popup,
.onyx.onyx-contextual-popup {
  font-size: 16px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 6px;
  color: #ffffff;
  background: #4c4c4c;
}
/*setup the nub*/
.onyx-contextual-popup::after {
  content: '';
  position: absolute;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/*for popups above activator*/
.onyx-contextual-popup.vertical.above {
  top: auto;
  margin-top: -10px;
  bottom: 100%;
  margin-bottom: 10px;
}
/*for popups below activator*/
.onyx-contextual-popup.vertical.below {
  margin-top: 10px;
}
/*for popups on the left of the activator*/
.onyx-contextual-popup.right.horizontal {
  margin-left: -11px;
}
/*for popups on the right of the activator*/
.onyx-contextual-popup.left.horizontal {
  margin-left: 10px;
}
/*nub positioning*/
/*horizontally centered nub*/
.onyx-contextual-popup.vertical::after {
  position: absolute;
  left: 45%;
  border-bottom: 10px solid #4c4c4c;
  border-top: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
/*nub near horizontal left*/
.onyx-contextual-popup.vertical.right::after {
  left: 0%;
  margin-left: 20px;
}
/*nub near horizontal right*/
.onyx-contextual-popup.vertical.left::after {
  left: 100%;
  margin-left: -55px;
}
/*downward facing nub*/
.onyx-contextual-popup.vertical.above::after {
  top: 100%;
  border-top: 10px solid #4c4c4c;
  border-bottom: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.onyx-contextual-popup.vertical.below.right::after {
  top: 0%;
  margin-top: -10px;
  border-bottom: 10px solid #4c4c4c;
  border-left: 10px solid transparent;
}
.onyx-contextual-popup.vertical.below.left::after {
  top: 0%;
  margin-top: -10px;
  border-right: 10px solid transparent;
}
/*nub positioning for left/right popups*/
/*vertically centered nub for popups on left of activator*/
.onyx-contextual-popup.right::after {
  left: 100%;
  top: 47%;
  margin-right: 20px;
  border-left: 10px solid #4C4C4C;
}
/*nub near vertical top for popups on left of activator*/
.onyx-contextual-popup.right.high::after {
  top: 35px;
  border-left: 10px solid #4C4C4C;
}
/*nub near vertical bottom for popups on left of activator*/
.onyx-contextual-popup.right.low::after {
  top: 100%;
  margin-top: -55px;
  border-left: 10px solid #4C4C4C;
}
/*vertically centered nub for popups on right of activator*/
.onyx-contextual-popup.left::after {
  left: 0%;
  margin-left: -20px;
  top: 45%;
  border-right: 10px solid #4C4C4C;
}
/*nub near vertical top for popups on right of activator*/
.onyx-contextual-popup.left.high::after {
  top: 35px;
  border-right: 10px solid #4C4C4C;
}
/*nub near vertical bottom for popups on right of activator*/
.onyx-contextual-popup.left.low::after {
  top: 100%;
  margin-top: -55px;
  border-right: 10px solid #4C4C4C;
}
/*corners*/
/*vertical top corners*/
/*for popups on the left of the activator*/
.onyx-contextual-popup.vertical.right.corner {
  margin-left: 0px;
}
/*for popups on the right of the activator*/
.onyx-contextual-popup.vertical.left.corner {
  margin-left: 0px;
}
.onyx-contextual-popup.vertical.below.left.corner {
  border-top-right-radius: 0px;
}
.onyx-contextual-popup.vertical.below.right.corner {
  border-top-left-radius: 0px;
}
.onyx-contextual-popup.vertical.below.left.corner::after {
  top: 0%;
  left: 100%;
  margin-top: -10px;
  margin-left: -19px;
  border-right: 10px solid #4c4c4c;
  border-top: 10px solid transparent;
}
.onyx-contextual-popup.vertical.below.right.corner::after {
  top: 0%;
  left: 0%;
  margin-left: -1px;
  border-left: 10px solid #4c4c4c;
  border-top: 10px solid transparent;
}
/*vertical bottom corners*/
.onyx-contextual-popup.left.above.corner {
  border-bottom-right-radius: 0px;
}
.onyx-contextual-popup.right.above.corner {
  border-bottom-left-radius: 0px;
}
.onyx-contextual-popup.vertical.left.above.corner::after {
  top: 100%;
  margin-left: -19px;
  border-right: 10px solid #4C4C4C;
  border-bottom: 10px solid transparent;
  border-top: none;
}
.onyx-contextual-popup.vertical.right.above.corner::after {
  top: 100%;
  left: 0%;
  margin-left: -1px;
  border-left: 10px solid #4c4c4c;
  border-bottom: 10px solid transparent;
  border-top: none;
}
/*horizontal bottom corners*/
.onyx-contextual-popup.left.low.corner {
  border-bottom-left-radius: 0px;
}
.onyx-contextual-popup.right.low.corner {
  border-bottom-right-radius: 0px;
}
.onyx-contextual-popup.left.low.corner::after {
  top: 100%;
  left: 0%;
  margin-top: -19px;
  margin-left: -12px;
  border-bottom: 10px solid #4c4c4c;
  border-right: 10px solid #4c4c4c;
}
.onyx-contextual-popup.right.low.corner::after {
  top: 100%;
  left: 100%;
  margin-top: -19px;
  border-bottom: 10px solid#4c4c4c;
  border-left: none;
}
/*horizontal top corners*/
.onyx-contextual-popup.left.high.corner {
  border-top-left-radius: 0px;
}
.onyx-contextual-popup.right.high.corner {
  border-top-right-radius: 0px;
}
.onyx-contextual-popup.left.high.corner::after {
  top: 0%;
  left: 0%;
  margin-top: -1px;
  margin-left: -12px;
  border-top: 10px solid #4C4C4C;
  border-bottom: none;
}
.onyx-contextual-popup.right.high.corner::after {
  top: 0%;
  left: 100%;
  margin-top: -1px;
  margin-left: -9px;
  border-top: 10px solid #4C4C4C;
  border-bottom: none;
}
/* some default colors */
.onyx-dark {
  background-color: #555656;
}
.onyx-light {
  background-color: #cacaca;
}
.onyx-green {
  background-color: #91BA07;
}
.onyx-red {
  background-color: #C51616;
}
.onyx-blue {
  background-color: #35A8EE;
}


/* source\style\LWB.less */

body {
  background-image: -ms-radial-gradient(center, ellipse closest-side, #800058 0%, #32002b 100%);
  /* IE10+ */
  background-image: -moz-radial-gradient(center, ellipse closest-side, #800058 0%, #32002b 100%);
  /* Mozilla Firefox */
  background-image: -o-radial-gradient(center, ellipse closest-side, #800058 0%, #32002b 100%);
  /* Opera */
  background-image: -webkit-gradient(radial, center center, 0, center center, 125, color-stop(0, #800058), color-stop(100, #32002b));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-radial-gradient(center, ellipse closest-side, #800058 0%, #32002b 100%);
  /* Webkit (Chrome 11+) */
  background-image: radial-gradient(ellipse closest-side at center, #800058 0%, #32002b 100%);
  /* W3C Markup */
}
.hidden {
  display: none !important;
}
.firstGrabber {
  opacity: 0;
  width: 2px;
}
.biblered {
  color: #CC0000;
}
.narrowFitShow,
.narrowFitShowInline {
  display: none;
}
.buttonAffirmative {
  background-color: #007c00;
  color: white;
}
.messageContent,
.verseContent {
  -webkit-touch-callout: none;
}
.verseContent {
  font-weight: bold;
  -moz-column-fill: auto;
  /*padding-right:0.5em;*/
  /*-moz-column-count: 3;
    column-count: 3;
    -webkit-column-count: 3;*/
  /*-webkit-column-gap: 10px;*/
  position: relative;
  text-align: justify;
  /*height:100%;*/
  /*-webkit-user-select: auto;*/
  /* 
    &.highlighting {
        p {
            display: inline;
            &:after {
                content: "\a\a";
                white-space: pre;
            }
        }
    }
    */
}
.verseContent p {
  text-align: justify;
  font-weight: normal;
  display: block;
  margin-top: 0px;
  margin-bottom: 1.5em;
  padding: 0px;
}
.verseHeading {
  text-align: center !important;
  padding-left: 25px;
  padding-right: 25px;
}
.versenumber {
  font-size: 1em;
}
.highlight_text {
  text-align: justify;
  float: left;
  width: 100%;
  background-color: #BCE954;
}
.search_highlight {
  text-decoration: underline;
  background-color: #FFFF00;
}
.messagetext {
  text-align: justify;
  padding: 5px;
}
.messagetext.autoScrollHighlight {
  color: #800058;
  background-color: #c6f3b8;
  /* border-width: 5px;
        border-color: black;
        border-style: groove;*/
}
.paranum {
  color: #CC0000;
  font-weight: bold;
  font-size: 0.7em;
  padding-right: 10px;
}
.reference {
  color: #0033FF;
  font-style: italic;
  font-size: 0.7em;
}
.song {
  font-style: italic;
  margin-left: 20pt;
  margin-right: 20pt;
}
.nosong {
  font-style: normal;
}
.scripture_block {
  font-weight: bold;
  margin-left: 2em;
  margin-right: 2em;
}
.noscripture {
  font-weight: normal;
}
.bold {
  font-weight: bold;
  display: inline;
}
.nobold {
  font-weight: normal;
}
.headerTitle {
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  position: absolute;
  left: 50px;
  right: 40px;
  height: 20px;
  top: 5px;
  color: #ffd5f6;
}
.headerSearchContainer {
  position: absolute;
  left: 50px;
  right: 40px;
}
.headerSearchContainerExpand {
  left: 5px;
  right: 5px;
}
.selectedVerse {
  background-color: rgba(173, 216, 230, 0.18) !important;
  border: 1px solid;
  padding: 4px;
}
.versePopup {
  width: 50%;
}
.selectedParagraph {
  background-color: lightblue !important;
}
.bibleMenuSelect,
.messageMenuSelect,
.searchMenuSelect,
.videoMenuSelect,
.supportPageSelect,
.main-button-down,
.streamSelect,
.bookmarkCategoryListSelect,
.bookmarkListSelect {
  background-image: -ms-linear-gradient(top, #7a8e8e 0%, #e4ffff 100%);
  background-image: -moz-linear-gradient(top, #7a8e8e 0%, #e4ffff 100%);
  background-image: -o-linear-gradient(top, #7a8e8e 0%, #e4ffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7a8e8e), color-stop(1, #e4ffff));
  background-image: -webkit-linear-gradient(top, #7a8e8e 0%, #e4ffff 100%);
  background-image: linear-gradient(to bottom, #7a8e8e 0%, #e4ffff 100%);
  border-bottom: 1px solid #004c68 !important;
  border-top: 1px solid #004c68 !important;
}
.bibleMenuSelect,
.messageMenuSelect,
.videoMenuSelect,
.bookmarkCategoryListSelect,
.bookmarkListSelect {
  font-weight: bold;
}
.messageTitleContainer {
  vertical-align: middle;
  max-width: 90%;
  padding-left: 3px;
}
.offlineIndicator {
  width: 28px;
  vertical-align: middle;
  max-height: 22px;
}
.alternateLang {
  color: #999999;
}
.enyo-list-port {
  top: -2px;
  /* Fix Bible chapter alignment */
}
.mainScroller {
  background-color: #EAEAEA;
  border-style: solid;
  border-color: #32002B;
  border-width: 2px 2px 0px 3px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.mainScroller .enyo-touch-scroller > div {
  height: 100%;
  /* fix scroller issues in android */
}
.main-page {
  background-color: #32002B !important;
  /*max-width: 350px;*/
  width: 100%;
  background-size: contain;
  /* Forces background to adjust to size of page */
}
.mainButton {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 8px;
  /*height:85px; */
  /*height:79px;*/
  height: 11% !important;
  /* important for scroller issues in android */
  min-height: 60px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.mainMenuButton {
  width: 50px;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  vertical-align: middle;
}
.mainButtonLabel {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 70px;
  margin: auto;
  height: 20px;
}
.mainButtonLabelLong {
  height: 40px;
}
.menuBottom {
  background-color: #EAEAEA;
  border-style: solid;
  border-width: 0px 2px 3px 3px;
  border-color: #32002B;
  vertical-align: top;
  height: 30px;
  color: #32002B;
  font-size: 10px;
  padding: 2px;
  text-align: center;
}
.mainpane {
  height: 100%;
}
.mainPanel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.mainPanelDrawer {
  width: 250px;
}
.mainPanelDrawer > div {
  height: 100%;
  width: 100%;
}
.onyx-focused > input {
  color: #000000 !important;
}
.onyx-spinner {
  background-size: 100% 100%;
}
img,
div {
  border: none;
}
#leftPane {
  width: 150px !important;
  vertical-align: top;
  display: inline !important;
  float: left;
}
#rightPane {
  float: left;
  vertical-align: middle;
  height: 100%;
  right: 0px;
  left: 150px;
  position: absolute;
}
.lwbGradient,
.lwbHeaderBar {
  background-image: -ms-linear-gradient(top, #800058 0%, #32002b 100%);
  /* IE10 Consumer Preview */
  background-image: -moz-linear-gradient(top, #800058 0%, #32002b 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, #800058 0%, #32002b 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #800058), color-stop(1, #32002b));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, #800058 0%, #32002b 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #800058 0%, #32002b 100%);
  /* W3C Markup, IE10 Release Preview */
}
.lwbHeaderBar {
  color: #d5d5ff;
  /*padding:2px;*/
  vertical-align: middle;
  position: relative;
  height: 50px;
  overflow: visible;
  border: 0px;
  padding-left: 0px;
}
.lwbHeaderBar .menuControl {
  width: 25px;
  height: 38px;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  position: absolute;
  top: -8px;
  left: 0px;
}
.confirmPrompt {
  width: 500px;
  max-width: 90%;
}
.lwbplayer {
  background-color: #32002b;
}
.playerLive .onyx-slider-knob,
.playerLive .onyx-progress-bar-bar {
  display: none;
}
.playerTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.playerPosition {
  color: #003030 !important;
  padding-left: 5px;
}
.playerTitle,
.playerPosition {
  font-size: 0.9em;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.playerSliderContainer {
  height: 45px !important;
  background-color: #EAEAEA;
  border: 2px solid #FFFFFF;
  position: relative;
  /*overflow: hidden;*/
  padding-right: 4px;
  padding-bottom: 1px;
  border-radius: 3px 3px 3px 3px;
}
.playerPositionControl {
  background: none;
  border: none;
  height: 42px;
  position: relative;
  margin: 0px;
}
.playerPositionControl .onyx-slider-knob {
  position: absolute;
  top: 10px;
  margin-left: -7px;
  width: 20px;
  height: 20px;
  background-image: url('../assets/sliderBallOff.png');
  background-size: contain;
  margin-top: 0px;
}
.playerPositionControl .onyx-progress-bar-bar {
  background-image: -ms-linear-gradient(top, #ffffff 0%, #8a9c9c 50%, #dfffff 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #8a9c9c 50%, #dfffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #8a9c9c 50%, #dfffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #8a9c9c), color-stop(1, #dfffff));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #8a9c9c 50%, #dfffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #8a9c9c 50%, #dfffff 100%);
  border: 2px solid #004c68;
  height: 37px;
}
.playerControls {
  /*padding-left:10px !important;*/
}
.playerPositionControl .onyx-slider-knob.active,
.playerPositionControl .onyx-slider-knob.pressed,
.playerPositionControl .onyx-slider-knob:active:hover {
  background-image: url('../assets/sliderBallOn.png');
  background-position: 0px;
}
.intrologo {
  opacity: 1;
  -webkit-transition: opacity 1.5s linear 1.5s;
  -moz-transition: opacity 1.5s linear 1.5s;
  -ms-transition: opacity 1.5s linear 1.5s;
  transition: opacity 1.5s linear 1.5s;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  max-height: 150px;
  max-width: 150px;
  width: 50%;
  margin: auto;
}
.LWBAppContainer {
  opacity: 0;
  -webkit-transition: opacity 1.5s linear 1.5s;
  -moz-transition: opacity 1.5s linear 1.5s;
  -ms-transition: opacity 1.5s linear 1.5s;
}
/*.tabButton {
    height: 34px;
    background-color: #d8d8d8;
}

.enyo-button-depressed div {
    color: white !important;
}*/
/*.searchCategories button {
    font-size:0.7em !important;
    padding-left:0px !important;
    padding-right:0px !important;
    white-space: nowrap;
}*/
.resultMessageDescription {
  font-size: .6em;
  font-weight: normal;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.streamTitle {
  padding-bottom: 15px;
  font-size: 1.3em;
  text-align: center;
  padding-top: 10px;
}
.nowPlayingLabel {
  font-weight: bold;
}
.nowPlayingTitle {
  font-size: 0.8em;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.supportSelector,
.settingsSelector {
  background-color: #32002B;
}
.supportSelector .onyx-radiobutton,
.settingsSelector .onyx-radiobutton {
  background-color: #6b4566;
  font-size: 0.9em;
  white-space: nowrap;
  padding-left: 0px;
  padding-right: 0px;
  color: #d5d5ff;
  border-radius: 7px 7px 0px 0px;
  text-shadow: none;
}
.supportSelector .onyx-radiobutton.active,
.settingsSelector .onyx-radiobutton.active {
  border: none;
  border-bottom: 2px solid #eaeaea;
  background-color: #eaeaea;
  color: black;
  box-shadow: none;
  border-color: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.aboutFooter {
  font-size: 0.7em;
}
.borderShadow {
  background: url('../assets/sliding-shadow-orig.png') repeat-y;
  height: 100%;
  position: absolute;
  width: 20px;
  left: -20px;
  top: 0px;
}
.lwbpane > div {
  box-shadow: -4px -4px 4px rgba(0, 0, 0, 0.3);
  background-color: #EAEAEA;
  height: 100%;
}
.settingsRowText {
  margin-right: 15px;
  margin-left: 5px;
}
.settingsRowLarge {
  line-height: 35px;
}
.settingsRadioGroup {
  display: inline;
}
.settingsRadioGroup button {
  display: inline;
}
.settingsDownloadStatusText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.settingsProgressBarText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.settingsPickerButton button {
  width: 200px;
}
.listItem {
  padding: 10px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.listItemBorder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.bibleReferenceIndicator {
  display: inline;
  width: 16px;
  padding-left: 7px;
}
.biblePageDisplay {
  text-align: center;
  background-color: transparent;
}
.biblePageDisplay span {
  display: inline-block;
  text-align: center;
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 10px;
  font-weight: bold;
  color: #D5D5FF;
}
.biblePageCurrent {
  background-color: #770055;
}
.biblechapterpane {
  width: 55px;
  top: -1px !important;
}
.bibleBookPane {
  width: 180px;
  height: 100%;
}
.messagePlayButton {
  /*background-color: #e7e7e7 !important;
    color: black !important;*/
}
.toggleBar {
  margin: 0px;
}
.toggleBar button {
  background: none;
  background-image: -ms-linear-gradient(top, #676767 0%, #4c4c4c 40%);
  background-image: -moz-linear-gradient(top, #676767 0%, #4c4c4c 40%);
  background-image: -o-linear-gradient(top, #676767 0%, #4c4c4c 40%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #676767), color-stop(0.4, #4c4c4c));
  background-image: -webkit-linear-gradient(top, #676767 0%, #4c4c4c 40%);
  background-image: linear-gradient(to bottom, #676767 0%, #4c4c4c 40%);
  color: #e6e6e6;
}
.toggleBar button,
.toggleBar button.active {
  border: 0px;
  font-size: 15px;
  height: 40px;
  min-width: 40px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  box-shadow: none;
}
.toggleBar button.active,
.bookmarkButton.active,
.messagePlayButton.active {
  background: none;
  background-image: -ms-linear-gradient(top, #4a003f 30%, #a5008f 100%);
  /* IE10 Consumer Preview */
  background-image: -moz-linear-gradient(top, #4a003f 30%, #a5008f 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, #4a003f 30%, #a5008f 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #4a003f), color-stop(1, #a5008f));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, #4a003f 30%, #a5008f 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #4a003f 30%, #a5008f 100%);
  /* W3C Markup, IE10 Release Preview */
  color: white;
}
.sermonDownloadProgressBar {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  margin: 0px;
  height: 28px;
}
.sermonDownloadProgressBar .onyx-progress-button-icon {
  display: none;
}
.sermonDownloadProgressBar .onyx-progress-button-bar {
  height: inherit;
}
.sermonParagraphPicker {
  display: inline-block;
}
/* Video Play button attributes */
.video {
  position: relative;
}
.video a {
  position: absolute;
  display: block;
  background: url('../assets/video/videoplaybutton.png');
}
.videoThumbnailPane {
  width: 300px;
  height: 100%;
}
.videoThumb {
  height: 55px !important;
  border: 1px solid white !important;
  -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
  margin-right: 10px;
}
.videoLabel {
  position: absolute;
  display: inline-block;
  margin-right: 10px;
}
.videoBox {
  position: relative;
  background-image: -ms-radial-gradient(center, circle farthest-corner, #b3b3b3 0%, #000000 40%, #000000 100%);
  /* IE10 Consumer Preview */
  background-image: -moz-radial-gradient(center, circle farthest-corner, #b3b3b3 0%, #000000 40%, #000000 100%);
  /* Mozilla Firefox */
  background-image: -o-radial-gradient(center, circle farthest-corner, #b3b3b3 0%, #000000 40%, #000000 100%);
  /* Opera */
  background-image: -webkit-gradient(radial, center center, 0, center center, 448, color-stop(0, #b3b3b3), color-stop(0.4, #000000), color-stop(1, #000000));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-radial-gradient(center, circle farthest-corner, #b3b3b3 0%, #000000 40%, #000000 100%);
  /* Webkit (Chrome 11+) */
  background-image: radial-gradient(circle farthest-corner at center, #b3b3b3 0%, #000000 40%, #000000 100%);
  /* W3C Markup, IE10 Release Preview */
}
.videoPlayerContainer {
  height: 100%;
  width: 100%;
}
.videoLoadIcon {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  max-height: 30%;
  max-width: 23%;
  margin: auto;
}
.subtitles {
  color: #FFFFFF;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
}
.subtitle-language-picker button {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.supportPageSelectorPane {
  width: 150px;
  height: 100%;
}
.supportImg {
  width: 100%;
}
.supportPage {
  padding: 5px;
}
.streamPaneContainer {
  margin-top: 10px;
  width: 100%;
}
.streamInfoLabel {
  color: #002a00;
  font-weight: bold;
}
.streamInfo {
  margin-bottom: 10px;
}
.streamScripture {
  padding: 5px;
}
.streamScriptureText,
.streamScriptureReference {
  font-size: 0.7em;
}
.streamScriptureReference {
  font-weight: bold;
}
.streamInfoContainer {
  height: 100%;
}
.streamsList {
  width: 15%;
  min-width: 120px;
  height: 100%;
}
/* Newsletter CSS */
/* Please use classnames and don't apply css attributes to everything - this affects the whole app not just the newsletter stuff */
.newsletterSignupButton {
  position: absolute;
  margin: auto;
  right: 0px;
  left: 45px;
  width: 200px;
  color: white;
  font-size: 14px;
}
.newsletterDownloadButton {
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0px;
  width: 125px;
  color: white;
  font-size: 14px;
}
.signupErrors {
  color: #FF0000;
  border: #FF0000 solid 2px;
}
.newsletter fieldset {
  border: none;
}
.newsletter form {
  width: 400px;
  margin: 20% auto;
  padding: 15px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.newsletter input {
  border: none;
  background-color: none;
}
.newsletterSubjectsPane {
  width: 25%;
  height: 100%;
}
.newsletterTitles {
  font-size: .9em;
}
.newsletterTitles div {
  font-size: .6em;
  font-style: italic;
  text-align: right;
  margin-top: 3px;
  margin-right: 5px;
}
.newsletterContent {
  min-width: 300px;
  text-align: justify;
}
#signup-email,
#Fname,
#Lname,
#Emailaddr {
  border: 1px solid #999999;
  color: #9E9E9E;
  padding: 5px;
  margin-left: 10px;
  margin-right: 4px;
}
#signup-email,
#Fname,
#Lname,
#Emailaddr :focus {
  border-color: #9FCBFF;
  background-color: #DFEEFF;
  background-image: none;
  color: #000;
}
#enabled-subscribe-button {
  background-color: #a3cd7f;
  color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  text-shadow: 1px 1px 1px #0f1419;
}
.subscribeButton,
#subscribeButton {
  background-color: #007c00;
  color: white;
}
#enabled-unsubscribe-button {
  background-color: #cd7fa3;
  color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  text-shadow: 1px 1px 1px #0f1419;
}
#signup-button,
#enabled-subscribe-button:hover {
  cursor: pointer;
  background-color: #7FB9FF;
}
#signup-response {
  display: inline;
  margin-left: 4px;
  padding-left: 20px;
}
.response-waiting {
  background: url('../source/style/loading.gif') no-repeat;
}
.response-success {
  background: url('../source/style/tick.png') no-repeat;
}
.response-error {
  background: url('../source/style/cross.png') no-repeat;
}
.pagecontent {
  margin-bottom: 20px;
  font-size: 0.85em;
}
.pagecontent div {
  width: inherit;
  margin-right: 0px;
  margin-bottom: 7px;
}
.pagecontent p a img {
  min-width: 250px;
  width: 85% !important;
  height: auto !important;
}
.pagecontent .pageheading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.style7 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.style16 {
  font-weight: bold;
  margin-bottom: 3px;
}
.style24 {
  font-weight: bold;
  margin-bottom: 3px;
  margin-right: 0px;
}
.style3 {
  margin-bottom: 3px;
  text-align: justify;
}
.style31 {
  font-style: italic;
}
.excerptscolumn {
  text-align: justify;
}
.statsgraphtitle {
  font-weight: bold;
}
.statsgraphsubtitle {
  font-weight: bold;
}
.referencescripture {
  font-size: 14px;
  font-style: italic;
  color: #000000;
}
.QACategoriesPane {
  width: 15%;
  min-width: 100px;
  height: 100%;
}
.AnswersContent {
  min-width: 300px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.QADownloadButton {
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0px;
  width: auto;
  color: white;
}
.wmbImageLink {
  text-decoration: underline;
  font-weight: bold;
}
.wmbMessageLink {
  text-decoration: underline;
  font-weight: bold;
}
.bookmarkPopup {
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  height: 80%;
  max-height: 800px;
  background: #DBE8E8;
  border: 3px solid #4c4c4c;
  overflow: hidden;
}
.bookmarkPopup .onyx-contextual-popup-scroller {
  padding: 0px;
}
.bookmarkPopup .onyx-contextual-popup-title {
  display: none;
}
.bookmarkPopup .onyx-contextual-popup-action-buttons {
  padding-top: 5px;
}
.bookmarkPopupSections {
  background: #4c4c4c;
  border-radius: 8px;
  border: 5px solid #4c4c4c;
}
.bookmarkPopupSectionsList {
  padding: 3px;
  border: 1px solid #737373;
  border-radius: 8px;
  height: 95%;
}
.bookmarkPopupCategorySelected {
  background: #7a8e8e;
  font-weight: bold;
}
.bookmarkTestCategory {
  background-color: #98AFC7;
  text-decoration: underline;
  font-weight: bold;
}
.bookmarkCategoryColor {
  width: 12px;
  height: 12px !important;
  margin-right: 5px;
  border: 1px solid #000000;
  vertical-align: middle;
}
.bookmarkGroup {
  display: inline;
}
.showBookmarkPopup {
  min-width: 250px;
  max-width: 80%;
  width: 30%;
}
.bookmarkCategory_-1,
.bookmarkCategory_overlap,
.bookmarkCategory_multiple {
  background-color: #98AFC7;
}
.bookmarkPanel,
.streamScripture,
.aboutFooter,
.bookmarkBackupBox {
  background-image: -ms-linear-gradient(top, #839595 0%, #dbe8e8 8px);
  /* IE10 Consumer Preview */
  background-image: -moz-linear-gradient(top, #839595 0%, #dbe8e8 8px);
  /* IE10 Consumer Preview */
  background-image: -o-linear-gradient(top, #839595 0%, #dbe8e8 8px);
  /* IE10 Consumer Preview */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #839595), color-stop(8px, #dbe8e8));
  /* IE10 Consumer Preview */
  background-image: -webkit-linear-gradient(top, #839595 0%, #dbe8e8 8px);
  /* IE10 Consumer Preview */
  background-image: linear-gradient(to bottom, #839595 0%, #dbe8e8 8px);
  /* IE10 Consumer Preview */
  border: 0px !important;
  padding: 5px;
}
.bookmarkBackupBox {
  /* height: 200px; */
}
.bookmarkPanel {
  height: 40px;
}
.newCategoryContainer {
  background: #4c4c4c;
  padding: 3px;
  border: 1px solid #737373;
  border-top: none;
  border-radius: 0px 0px 8px 8px;
}
/* Healing Line Text Heading Formatting */
.healingLineHeading {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: left;
  line-height: 32px;
  border-top: 1.25px solid #000000;
  border-bottom: 1.25px solid #000000;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}
.bookmarkSaveDeviceListItem {
  background: none;
  padding: 10px;
  border-bottom: 1px solid #FFFFFF;
}
.bookmarkSaveDeviceList .selected {
  background: #7a8e8e;
  font-weight: bold;
}


/* source\style\LWB-narrow.less */

/* CSS settings for small mobile devices */
@media all and (max-width: 600px) {
  /*.lwbpane > div {*/
  /*    min-width: 100%;*/
  /*    max-width: 100%;*/
  /*}*/
  /*.bibleBookPane {
	min-width: 50% !important;
	max-width:50% !important;
    }*/
  /*    .bibleChapterPane {*/
  /*	min-width:0% !important;*/
  /*	max-width:100% !important;*/
  /*	width:55px !important;*/
  /*    }*/
  .mainpane {
    min-width: 0px !important;
    font-size: 0.9em;
    max-width: 170px !important;
    width: 170px !important;
  }
  /* .referencesPane,*/
  .searchResultsPane,
  .searchResultsPreviewPane,
  .bookmarkPreviewPane .newsletterContentPane,
  .newsletterSubjectsPane,
  .messageListPane,
  .messageContentPane,
  .referencesPane {
    min-width: 100%;
    max-width: 100%;
  }
  .narrowFitHide {
    display: none;
  }
  .narrowFitShow {
    display: inherit;
  }
  .narrowFitShowInline {
    display: inline;
  }
  .bookmarkPopup {
    width: 90%;
    max-width: 300px;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
    height: 70%;
  }
  .bookmarkPopup > div {
    padding: 12px 16px;
  }
  /*.referencesPane {
		min-width: 200px;
	}*/
  .streamScripture {
    max-height: 95px;
  }
}

