/* Minification failed. Returning unminified contents.
(11774,26): run-time error CSS1019: Unexpected token, found ':'
(11774,26): run-time error CSS1042: Expected function, found ':'
(11774,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(/content/themes/base/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(/content/themes/base/images/animated-overlay.gif);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/content/themes/base/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/content/themes/base/images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/content/themes/base/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/content/themes/base/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/content/themes/base/images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/content/themes/base/images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/content/themes/base/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/content/themes/base/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #ffffff;text-shadow:0 1px 0 #fff}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center,.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-center,.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=")!important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=")!important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==")!important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=")!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#428542}.toast-error{background-color:#bd362f}.toast-info{background-color:#28809a}.toast-warning{background-color:#a96504}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}
.ngProgressLite {
	pointer-events: none;
}

.ngProgressLiteBar {
	background: #29d;
	position: fixed;
	z-index: 11000;
	top: 0;
	left: 0;
	height: 3px;
}

.ngProgressLite .ngProgressLiteBarShadow {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

    .ngGrid {
        background-color: #fdfdfd;
    }

    .ngGrid input[type="checkbox"] {
        margin: 0;
        padding: 0;
    }

    .ngGrid input {
        vertical-align: top;
    }

    .ngGrid.unselectable {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

.ngViewport {
    overflow: auto;
    min-height: 20px;
}

    .ngViewport:focus {
        outline: 0;
    }

.ngCanvas {
    position: relative;
}

.ngVerticalBar {
    position: absolute;
    right: 0;
    width: 0;
}

.ngVerticalBarVisible {
    width: 1px;
    background-color: #d4d4d4;
}

.ngHeaderContainer {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    background-color: inherit;
}

.ngHeaderCell {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
}

    .ngHeaderCell.pinned {
        z-index: 1;
    }

.ngHeaderSortColumn {
    position: absolute;
    overflow: hidden;
}

.ngTopPanel {
    position: relative;
    z-index: 1;
    background-color: #eaeaea;
    border-bottom: 1px solid #d4d4d4;
}

.ngSortButtonDown {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-color: gray transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    height: 0;
    width: 0;
}

.ngNoSort {
    cursor: default;
}

.ngHeaderButton {
    position: absolute;
    right: 2px;
    top: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    z-index: 1;
    background-color: #9fbbb4;
    cursor: pointer;
}

.ngSortButtonUp {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-color: gray transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    width: 0;
}

.ngHeaderScroller {
    position: absolute;
    background-color: inherit;
}

.ngSortPriority {
    position: absolute;
    top: -5px;
    left: 1px;
    font-size: 6pt;
    font-weight: bold;
}

.ngHeaderGrip {
    cursor: col-resize;
    width: 10px;
    right: -5px;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: transparent;
}

.ngHeaderText {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}


.ngHeaderButtonArrow {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 4.5px 0 4.5px;
    border-color: #4d4d4d transparent transparent transparent;
}

.ngPinnedIcon {
    background-image: url(/app/bower_components/ng-grid/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAmElEQVQoU33PQapBURjA8UtkwJuaWYGSgfQWYBMvczPmTCzAAGVuaA228BZhRCkDGSmE31FucuRfvzq3vr5zT/JSjSU7DsypEPXDkDVn2hSIytJhw4kWGaLCxgHh2gt/RBuLzNhz5caWPjnSqqw4EraFfwznf8qklWjwy4IRTerkiQoPGtPl40OehcEJvcfXl8LglLfBJLkDcMgbgHlHhK8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 10px;
    width: 10px;
}

.ngUnPinnedIcon {
    background-image: url(/app/bower_components/ng-grid/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAlElEQVQoU33PPQrCQBRF4fFnI2KfZVi5ARvdgo1l6mwmkCJVOgluwd5OwUoDtnoOxAei8cLXTN7cvEl/skCNDCMPfsUPO5zQwOHIDEvYtMURHe6wOVLgigvOePRyeDkyR4ln7wZ/7XfFBu8B23+aDJjrHGAwza7hjtHJvDmHg7b7Bru7AMjK7Rw2ObBVHDY5oGk9AKQNB2zy8MBTgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    position: absolute;
    height: 10px;
    width: 10px;
    right: 5px;
    top: 5px;
}

.ngColMenu {
    right: 2px;
    padding: 5px;
    top: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #bdd0cb;
    position: absolute;
    border: 2px solid #d4d4d4;
    z-index: 1;
}

.ngColListCheckbox {
    position: relative;
    right: 3px;
    top: 4px;
}

.ngColList {
    list-style-type: none;
}

.ngColListItem {
    position: relative;
    right: 17px;
    top: 2px;
    white-space: nowrap;
}

.ngMenuText {
    position: relative;
    top: 2px;
    left: 2px;
}

.ngGroupPanel {
    background-color: #eaeaea;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
}

.ngGroupPanelDescription {
    margin-top: 5px;
    margin-left: 5px;
}

.ngGroupList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ngAggHeader {
    position: absolute;
    border: 0;
}

.ngGroupElement {
    float: left;
    height: 100%;
    width: 100%;
}

.ngGroupIcon {
    background-image: url(/app/bower_components/ng-grid/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAEFJREFUKFNjoAhISkr+h2J5JDZODNXGwGBsbPwfhIGAA8bGh6HaGBiAGhxAGJmND4M1gQCSM0adCsVQbcPcqQwMALWDGyDvWPefAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -2px;
    top: 2px;
}

.ngGroupedByIcon {
    background-image: url(/app/bower_components/ng-grid/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAElJREFUKFNjoAhISkr+R8LyaHwMDNXGwGBsbPwfhoGAA5mPDUO1oWpE52PDYE0gALTFAYbR+dgwWBMIoPlh1I9ADNU2NPzIwAAAFQYI9E4OLvEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -2px;
    top: 2px;
}

.ngGroupName {
    background-color: #fdfdfd;
    border: 1px solid #d4d4d4;
    padding: 3px 10px;
    float: left;
    margin-left: 0;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

.ngGroupArrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

.ngGroupingNumber {
    position: absolute;
    right: -10px;
    top: -2px;
}

.ngAggArrowCollapsed {
    position: absolute;
    left: 8px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #000;
}

.ngGroupItem {
    float: left;
}

    .ngGroupItem:first-child {
        margin-left: 2px;
    }

.ngRemoveGroup {
    width: 5px;
    -moz-opacity: .4;
    opacity: .4;
    margin-top: -1px;
    margin-left: 5px;
}

    .ngRemoveGroup:hover {
        color: black;
        text-decoration: none;
        cursor: pointer;
        -moz-opacity: .7;
        opacity: .7;
    }

.ngAggArrowExpanded {
    position: absolute;
    left: 8px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #000 transparent;
}

.ngAggregate {
    position: absolute;
    background-color: #c9dde1;
    border-bottom: 1px solid beige;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: -1px;
    left: 0;
}

.ngAggregateText {
    position: absolute;
    left: 27px;
    top: 5px;
    line-height: 20px;
    white-space: nowrap;
}

.ngRow {
    position: absolute;
    border-bottom: 1px solid #d4d4d4;
}

    .ngRow.odd {
        background-color: #fdfdfd;
    }

    .ngRow.even {
        background-color: #f3f3f3;
    }

    .ngRow.selected {
        background-color: #c9dde1;
    }

.ngCell {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
}



.ngCell.pinned {
    z-index: 1;
}

.ngCellText {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.ngCellTextAlignCenter {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    text-align:center
}

.ngSelectionCell {
    margin-top: 9px;
    margin-left: 6px;
}

.ngSelectionHeader {
    position: absolute;
    top: 11px;
    left: 6px;
}

.ngCellElement:focus {
    outline: 0;
    background-color: #b3c4c7;
}

.ngRow.canSelect {
    cursor: pointer;
}

.ngSelectionCheckbox {
    margin-top: 9px;
    margin-left: 6px;
}

.ngFooterPanel {
    background-color: #eaeaea;
    padding: 0;
    border-top: 1px solid #d4d4d4;
    position: relative;
}

.nglabel {
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 5px;
}

.ngTotalSelectContainer {
    float: left;
    margin: 5px;
    margin-top: 7px;
}

.ngFooterSelectedItems {
    padding: 2px;
}

.ngFooterTotalItems.ngnoMultiSelect {
    padding: 0 !important;
}

.ngPagerFirstBar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: -3px;
}

.ngPagerButton {
    height: 25px;
    min-width: 26px;
}

.ngPagerFirstTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #4d4d4d transparent transparent;
    margin-left: 2px;
}

.ngPagerNextTriangle {
    margin-left: 1px;
}

.ngPagerPrevTriangle {
    margin-left: 0;
}

.ngPagerLastTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #4d4d4d;
    margin-left: -1px;
}

.ngPagerLastBar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: 1px;
}

.ngFooterTotalItems {
    padding: 2px;
}

table.sortable span.sign {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th.arrow:after {
    content: '';
}

table.sortable span.arrow, span.reversed, th.arrow.down:after, th.reversedarrow.down:after, th.arrow.up:after, th.reversedarrow.up:after {
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    border-color: #ccc transparent transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;
}

    table.sortable span.arrow.up, th.arrow.up:after {
        border-color: transparent transparent #ccc transparent;
        margin-top: -7px;
    }

table.sortable span.reversed, th.reversedarrow.down:after {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}

    table.sortable span.reversed.up, th.reversedarrow.up:after {
        border-color: #ccc transparent transparent transparent;
        margin-top: -2px;
    }

table.sortable span.az:before, th.az.down:after {
    content: "a .. z";
}

table.sortable span.az.up:before, th.az.up:after {
    content: "z .. a";
}

table.sortable th.az.nosort:after, th.AZ.nosort:after, th._19.nosort:after, th.month.nosort:after {
    content: "..";
}

table.sortable span.AZ:before, th.AZ.down:after {
    content: "A .. Z";
}

table.sortable span.AZ.up:before, th.AZ.up:after {
    content: "Z .. A";
}

table.sortable span._19:before, th._19.down:after {
    content: "1 .. 9";
}

table.sortable span._19.up:before, th._19.up:after {
    content: "9 .. 1";
}

table.sortable span.month:before, th.month.down:after {
    content: "jan .. dec";
}

table.sortable span.month.up:before, th.month.up:after {
    content: "dec .. jan";
}

table.sortable thead th:not([data-defaultsort=disabled]) {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

table.sortable thead th:hover:not([data-defaultsort=disabled]) {
    background: #efefef;
}

table.sortable thead th div.mozilla {
    position: relative;
}
.cg-busy{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}

.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    display:block !important;
}
.cg-busy-animation.ng-hide-remove {
    opacity:0;
    -webkit-transform:translate(0px,-40px);
    -moz-transform:translate(0px,-40px);
    -ms-transform:translate(0px,-40px);
    -o-transform:translate(0px,-40px);
    transform:translate(0px,-40px);
}
.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
    -webkit-transform:translate(0px,0px);
    -moz-transform:translate(0px,0px);
    -ms-transform:translate(0px,0px);
    -o-transform:translate(0px,0px);
    transform:translate(0px,0px);
}
.cg-busy-animation.ng-hide-add {
    opacity:1;
    -webkit-transform:translate(0px,0px);
    -moz-transform:translate(0px,0px);
    -ms-transform:translate(0px,0px);
    -o-transform:translate(0px,0px);
    transform:translate(0px,0px);
}
.cg-busy-animation.ng-hide-add.ng-hide-add-active {
    opacity:0;
    -webkit-transform:translate(0px,-40px);
    -moz-transform:translate(0px,-40px);
    -ms-transform:translate(0px,-40px);
    -o-transform:translate(0px,-40px);
    transform:translate(0px,-40px);
}

.cg-busy-backdrop {
	background-color:white;
	opacity:.7;
}

/* All styles below are for the default template. */

.cg-busy-default-wrapper {
	text-align:center;
}

.cg-busy-default-sign{
	display: inline-block;
	position:relative;
	padding-bottom: 6px;
	color:#333333;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	background-color:#e9eeee;
	border:1px solid #dddddd;
	border-top-width:0;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.cg-busy-default-text{
	margin:13px 12px 6px 49px;
	font-size:16px;
	color:#555;
	text-align: left;
	max-width: 400px;
}
.cg-busy-default-spinner{
	position:absolute;
	width:25px;
	height:25px;
	display:inline-block;
	top:12px;
	left:14px;
}
.cg-busy-default-spinner div{
	width:12%;
	height:26%;
	background:#000;
	position:absolute;
	left:44.5%;
	top:37%;
	opacity:0;
	-webkit-animation:cg-busy-spinner-anim 1s linear infinite;
	-moz-animation:cg-busy-spinner-anim 1s linear infinite;
	-ms-animation:cg-busy-spinner-anim 1s linear infinite;
	-o-animation:cg-busy-spinner-anim 1s linear infinite;
	animation:cg-busy-spinner-anim 1s linear infinite;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
	box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.cg-busy-default-spinner div.bar1{
	-webkit-transform:rotate(0deg) translate(0, -142%);
	-moz-transform:rotate(0deg) translate(0, -142%);
	-ms-transform:rotate(0deg) translate(0, -142%);
	-o-transform:rotate(0deg) translate(0, -142%);
	transform:rotate(0deg) translate(0, -142%);
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
	-ms-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
}
.cg-busy-default-spinner div.bar2{
	-webkit-transform:rotate(30deg) translate(0, -142%);
	-moz-transform:rotate(30deg) translate(0, -142%);
	-ms-transform:rotate(30deg) translate(0, -142%);
	-o-transform:rotate(30deg) translate(0, -142%);
	transform:rotate(30deg) translate(0, -142%);
	-webkit-animation-delay:-0.9167s;
	-moz-animation-delay:-0.9167s;
	-ms-animation-delay:-0.9167s;
	-o-animation-delay:-0.9167s;
	animation-delay:-0.9167s;
}
.cg-busy-default-spinner div.bar3{
	-webkit-transform:rotate(60deg) translate(0, -142%);
	-moz-transform:rotate(60deg) translate(0, -142%);
	-ms-transform:rotate(60deg) translate(0, -142%);
	-o-transform:rotate(60deg) translate(0, -142%);
	transform:rotate(60deg) translate(0, -142%);
	-webkit-animation-delay:-0.833s;
	-moz-animation-delay:-0.833s;
	-ms-animation-delay:-0.833s;
	-o-animation-delay:-0.833s;
	animation-delay:-0.833s;
}
.cg-busy-default-spinner div.bar4{
	-webkit-transform:rotate(90deg) translate(0, -142%);
	-moz-transform:rotate(90deg) translate(0, -142%);
	-ms-transform:rotate(90deg) translate(0, -142%);
	-o-transform:rotate(90deg) translate(0, -142%);
	transform:rotate(90deg) translate(0, -142%);
	-webkit-animation-delay:-0.75s;
	-moz-animation-delay:-0.75s;
	-ms-animation-delay:-0.75s;
	-o-animation-delay:-0.75s;
	animation-delay:-0.75s;
}
.cg-busy-default-spinner div.bar5{
	-webkit-transform:rotate(120deg) translate(0, -142%);
	-moz-transform:rotate(120deg) translate(0, -142%);
	-ms-transform:rotate(120deg) translate(0, -142%);
	-o-transform:rotate(120deg) translate(0, -142%);
	transform:rotate(120deg) translate(0, -142%);
	-webkit-animation-delay:-0.667s;
	-moz-animation-delay:-0.667s;
	-ms-animation-delay:-0.667s;
	-o-animation-delay:-0.667s;
	animation-delay:-0.667s;
}
.cg-busy-default-spinner div.bar6{
	-webkit-transform:rotate(150deg) translate(0, -142%);
	-moz-transform:rotate(150deg) translate(0, -142%);
	-ms-transform:rotate(150deg) translate(0, -142%);
	-o-transform:rotate(150deg) translate(0, -142%);
	transform:rotate(150deg) translate(0, -142%);
	-webkit-animation-delay:-0.5833s;
	-moz-animation-delay:-0.5833s;
	-ms-animation-delay:-0.5833s;
	-o-animation-delay:-0.5833s;
	animation-delay:-0.5833s;
}
.cg-busy-default-spinner div.bar7{
	-webkit-transform:rotate(180deg) translate(0, -142%);
	-moz-transform:rotate(180deg) translate(0, -142%);
	-ms-transform:rotate(180deg) translate(0, -142%);
	-o-transform:rotate(180deg) translate(0, -142%);
	transform:rotate(180deg) translate(0, -142%);
	-webkit-animation-delay:-0.5s;
	-moz-animation-delay:-0.5s;
	-ms-animation-delay:-0.5s;
	-o-animation-delay:-0.5s;
	animation-delay:-0.5s;
}
.cg-busy-default-spinner div.bar8{
	-webkit-transform:rotate(210deg) translate(0, -142%);
	-moz-transform:rotate(210deg) translate(0, -142%);
	-ms-transform:rotate(210deg) translate(0, -142%);
	-o-transform:rotate(210deg) translate(0, -142%);
	transform:rotate(210deg) translate(0, -142%);
	-webkit-animation-delay:-0.41667s;
	-moz-animation-delay:-0.41667s;
	-ms-animation-delay:-0.41667s;
	-o-animation-delay:-0.41667s;
	animation-delay:-0.41667s;
}
.cg-busy-default-spinner div.bar9{
	-webkit-transform:rotate(240deg) translate(0, -142%);
	-moz-transform:rotate(240deg) translate(0, -142%);
	-ms-transform:rotate(240deg) translate(0, -142%);
	-o-transform:rotate(240deg) translate(0, -142%);
	transform:rotate(240deg) translate(0, -142%);
	-webkit-animation-delay:-0.333s;
	-moz-animation-delay:-0.333s;
	-ms-animation-delay:-0.333s;
	-o-animation-delay:-0.333s;
	animation-delay:-0.333s;
}
.cg-busy-default-spinner div.bar10{
	-webkit-transform:rotate(270deg) translate(0, -142%);
	-moz-transform:rotate(270deg) translate(0, -142%);
	-ms-transform:rotate(270deg) translate(0, -142%);
	-o-transform:rotate(270deg) translate(0, -142%);
	transform:rotate(270deg) translate(0, -142%);
	-webkit-animation-delay:-0.25s;
	-moz-animation-delay:-0.25s;
	-ms-animation-delay:-0.25s;
	-o-animation-delay:-0.25s;
	animation-delay:-0.25s;
}
.cg-busy-default-spinner div.bar11{
	-webkit-transform:rotate(300deg) translate(0, -142%);
	-moz-transform:rotate(300deg) translate(0, -142%);
	-ms-transform:rotate(300deg) translate(0, -142%);
	-o-transform:rotate(300deg) translate(0, -142%);
	transform:rotate(300deg) translate(0, -142%);
	-webkit-animation-delay:-0.1667s;
	-moz-animation-delay:-0.1667s;
	-ms-animation-delay:-0.1667s;
	-o-animation-delay:-0.1667s;
	animation-delay:-0.1667s;
}
.cg-busy-default-spinner div.bar12{
	-webkit-transform:rotate(330deg) translate(0, -142%);
	-moz-transform:rotate(330deg) translate(0, -142%);
	-ms-transform:rotate(330deg) translate(0, -142%);
	-o-transform:rotate(330deg) translate(0, -142%);
	transform:rotate(330deg) translate(0, -142%);
	-webkit-animation-delay:-0.0833s;
	-moz-animation-delay:-0.0833s;
	-ms-animation-delay:-0.0833s;
	-o-animation-delay:-0.0833s;
	animation-delay:-0.0833s;
}

@-webkit-keyframes cg-busy-spinner-anim{
	from {opacity: 1;}
	to {opacity: 0.25;}
}
@-moz-keyframes cg-busy-spinner-anim{
	from {opacity: 1;}
	to {opacity: 0.25;}
}
@keyframes cg-busy-spinner-anim{
	from {opacity: 1;}
	to {opacity: 0.25;}
}

/*!
 * ui-grid - v3.0.0-RC.18-7774d30 - 2015-02-03
 * Copyright (c) 2015 ; License: MIT 
 */
.ui-grid {
  border: 1px solid #d4d4d4;
  box-sizing: content-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.ui-grid-vertical-bar {
  position: absolute;
  right: 0;
  width: 0;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #d4d4d4;
}
.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
  content: "";
  display: table;
}
.ui-grid-clearfix:after {
  clear: both;
}
.ui-grid-invisible {
  visibility: hidden;
}
.ui-grid-top-panel-background {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-header {
  border-bottom: 1px solid #d4d4d4;
  box-sizing: content-box;
}
.ui-grid-top-panel {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-header-viewport {
  overflow: hidden;
}
.ui-grid-header-canvas {
  position: relative;
}
.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-header-canvas:after {
  clear: both;
}
.ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  float: left;
  top: 0;
  bottom: 0;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
}
.ui-grid-header-cell .sortable {
  cursor: pointer;
}
.ui-grid-header .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}
.ui-grid-column-menu-button {
  position: absolute;
  right: 1px;
  top: 0;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down {
  vertical-align: sub;
}
.ui-grid-column-menu-button-last-col {
  margin-right: 25px;
}
.ui-grid-column-menu {
  position: absolute;
}
/* Slide up/down animations */
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Slide up/down animations */
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ui-grid-filter-container {
  padding: 4px 10px;
  position: relative;
}
.ui-grid-filter-container .ui-grid-filter-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 10px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-render-container {
  position: inherit;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-render-container:focus {
  outline: none;
}
.ui-grid-viewport {
  min-height: 20px;
  position: relative;
}
.ui-grid-viewport :focus {
  outline: none;
}
.ui-grid-canvas {
  position: relative;
  padding-top: 1px;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-row:last-child .ui-grid-cell {
  border-bottom-color: #d4d4d4;
  border-bottom-style: solid;
}
.ui-grid-no-row-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  font-size: 2em;
  text-align: center;
}
.ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}
.ui-grid-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-cell-contents {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}
.ui-grid-cell-contents-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.ui-grid-row-header-cell {
  background-color: #F0F0EE !important;
  border-bottom: solid 1px #d4d4d4;
}
.ui-grid-native-scrollbar {
  position: absolute;
  overflow: scroll;
}
.ui-grid-native-scrollbar.vertical {
  top: 0;
  right: 0;
  height: 100%;
  overflow-x: hidden;
  width: 17px;
}
.ui-grid-native-scrollbar.horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
  height: 17px;
}
.ui-grid-footer-panel-background {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-footer-panel {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-grid-footer {
  float: left;
  width: 100%;
}
.ui-grid-footer-viewport {
  overflow: hidden;
}
.ui-grid-footer-canvas {
  position: relative;
}
.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-footer-canvas:after {
  clear: both;
}
.ui-grid-footer-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-footer-cell:last-child {
  border-right: 0;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  right: 0;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 3px;
}
.ui-grid-menu-button .ui-grid-menu {
  right: 0;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  overflow-y: scroll;
  max-height: 300px;
  border: 1px solid #d4d4d4;
}
.ui-grid-menu {
  z-index: 2;
  position: absolute;
  overflow: hidden;
  padding: 0 10px 20px 10px;
  cursor: pointer;
  box-sizing: content-box;
}
.ui-grid-menu .ui-grid-menu-inner {
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  position: relative;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li {
  padding: 8px;
  cursor: pointer;
}
.ui-grid-menu .ui-grid-menu-inner ul li:hover {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul li.ui-grid-menu-item-active {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  background-color: #cecece;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.ui-grid-sortarrow {
  right: 5px;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
}
.ui-grid-sortarrow.down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@font-face {
  font-family: 'ui-grid';
  src: url(/app/bower_components/angular-ui-grid/ui-grid.eot);
  src: url(/app/bower_components/angular-ui-grid/ui-grid.eot#iefix) format('embedded-opentype'), url(/app/bower_components/angular-ui-grid/ui-grid.woff) format('woff'), url(/app/bower_components/angular-ui-grid/ui-grid.ttf?) format('truetype'), url(/app/bower_components/angular-ui-grid/ui-grid.svg?#ui-grid) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ui-grid';
    src: url(/app/bower_components/font/ui-grid.svg?12312827#ui-grid) format('svg');
  }
}
*/
[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
  font-family: "ui-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ui-grid-icon-blank::before {
  width: 1em;
  content: ' ';
}
/*
* RTL Styles
*/
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
  float: right !important;
}
.ui-grid[dir=rtl] .ui-grid-scrollbar-horizontal {
  left: inherit;
  right: 0;
}
.ui-grid[dir=rtl] .ui-grid-native-scrollbar.vertical {
  left: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-column-menu-button {
  position: absolute;
  left: 1px;
  top: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
  border-left: 1px solid;
  border-color: #d4d4d4;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
  width: 0;
}
.ui-grid[dir=rtl] .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  left: 0;
  right: auto;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
  left: 0;
  right: auto;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
  right: initial;
  left: 0;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  right: initial;
  left: 10px;
}
/*
   Animation example, for spinners
*/
.ui-grid-animate-spin {
  -moz-animation: ui-grid-spin 2s infinite linear;
  -o-animation: ui-grid-spin 2s infinite linear;
  -webkit-animation: ui-grid-spin 2s infinite linear;
  animation: ui-grid-spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-cell-focus {
  outline: 0;
  background-color: #b3c4c7;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
div.ui-grid-cell input {
  border-radius: inherit;
  padding: 0;
  width: 100%;
  color: inherit;
  height: auto;
  font: inherit;
  outline: none;
}
div.ui-grid-cell input:focus {
  color: inherit;
  outline: none;
}
div.ui-grid-cell input[type="checkbox"] {
  margin: 9px 0 0 6px;
  width: auto;
}
div.ui-grid-cell input.ng-invalid {
  border: 1px solid #fc8f8f;
}
div.ui-grid-cell input.ng-valid {
  border: 1px solid #d4d4d4;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.movingColumn {
  position: fixed;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.movingColumn .ui-grid-icon-angle-down {
  display: none;
}

.ui-grid-pager-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ui-grid-pager-container {
  float: left;
}
.ui-grid-pager-control {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 135px;
  float: left;
}
.ui-grid-pager-control button {
  height: 25px;
  min-width: 26px;
}
.ui-grid-pager-control input {
  height: 26px;
  width: 50px;
  vertical-align: top;
}
.ui-grid-pager-control .first-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
.ui-grid-pager-control .first-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
.ui-grid-pager-control .next-triangle {
  margin-left: 1px;
}
.ui-grid-pager-control .prev-triangle {
  margin-left: 0;
}
.ui-grid-pager-control .last-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
.ui-grid-pager-control .last-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
.ui-grid-pager-row-count-picker {
  float: left;
}
.ui-grid-pager-row-count-picker select {
  height: 26px;
  width: 60px;
}
.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
  margin-top: 3px;
}
.ui-grid-pager-count-container {
  float: right;
  margin-top: 4px;
  min-width: 50px;
}
.ui-grid-pager-count-container .ui-grid-pager-count {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-pinned-container {
  float: left;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
  left: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-render-container-body {
  float: left;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-column-resizer {
  top: 0;
  bottom: 0;
  width: 5px;
  position: absolute;
  cursor: col-resize;
}
.ui-grid-column-resizer.left {
  left: 0;
}
.ui-grid-column-resizer.right {
  right: 0;
}
.ui-grid.column-resizing {
  cursor: col-resize;
}
.ui-grid.column-resizing .ui-grid-resize-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #aeaeae;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row-saving .ui-grid-cell {
  color: #848484 !important;
}
.ui-grid-row-dirty .ui-grid-cell {
  color: #610b38;
}
.ui-grid-row-error .ui-grid-cell {
  color: #ff0000 !important;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #c9dde1 !important;
}
.ui-grid-disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.ui-grid-selection-row-header-buttons {
  cursor: pointer;
  opacity: 0.1;
}
.ui-grid-selection-row-header-buttons.ui-grid-row-selected {
  opacity: 1;
}
.ui-grid-selection-row-header-buttons.ui-grid-all-selected {
  opacity: 1;
}

.ui-grid-icon-plus-squared:before {
  content: '\c350';
}
/* '썐' */
.ui-grid-icon-minus-squared:before {
  content: '\c351';
}
/* '썑' */
.ui-grid-icon-search:before {
  content: '\c352';
}
/* '썒' */
.ui-grid-icon-cancel:before {
  content: '\c353';
}
/* '썓' */
.ui-grid-icon-info-circled:before {
  content: '\c354';
}
/* '썔' */
.ui-grid-icon-lock:before {
  content: '\c355';
}
/* '썕' */
.ui-grid-icon-lock-open:before {
  content: '\c356';
}
/* '썖' */
.ui-grid-icon-pencil:before {
  content: '\c357';
}
/* '썗' */
.ui-grid-icon-down-dir:before {
  content: '\c358';
}
/* '썘' */
.ui-grid-icon-up-dir:before {
  content: '\c359';
}
/* '썙' */
.ui-grid-icon-left-dir:before {
  content: '\c35a';
}
/* '썚' */
.ui-grid-icon-right-dir:before {
  content: '\c35b';
}
/* '썛' */
.ui-grid-icon-left-open:before {
  content: '\c35c';
}
/* '썜' */
.ui-grid-icon-right-open:before {
  content: '\c35d';
}
/* '썝' */
.ui-grid-icon-angle-down:before {
  content: '\c35e';
}
/* '썞' */
.ui-grid-icon-filter:before {
  content: '\c35f';
}
/* '썟' */
.ui-grid-icon-sort-alt-up:before {
  content: '\c360';
}
/* '썠' */
.ui-grid-icon-sort-alt-down:before {
  content: '\c361';
}
/* '썡' */
.ui-grid-icon-ok:before {
  content: '\c362';
}
/* '썢' */
.ui-grid-icon-menu:before {
  content: '\c363';
}
/* '썣' */
.ui-grid-icon-spin5:before {
  content: '\ea61';
}
/* '' */
.angucomplete-holder {
    position: relative;
    /*width: 200px;*/
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: 5px;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: 400px;
}

.angucomplete-searching {
    color: #1178CD;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url(/assets/default.png);
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.angucomplete-required {
    background-color:indianred;
    color:red;
    border-color:red;
    border-width:2px;
}

.contentBlock .content div.fixedCol span.autocomplete-input {
    vertical-align:middle;
    height:26px;
    width:223px;
    border-radius:4px;
    display: inline-block;
}


/*
 Keep in mind that you want to combine both CSS
 classes together to avoid any CSS-specificity
 conflicts
*/
.reveal-animation.ng-enter {
    -webkit-transition: .5s ease-in all; 
    -o-transition: .5s ease-in all; 
    -moz-transition: .5s ease-in all; 
    transition: .5s ease-in all; 
 
    /* The animation preparation code */
    height: 0px;
    width:0px;
    opacity:0;
}
.reveal-animation.ng-enter.ng-enter-active {
    /* The animation code itself */
    height: 195px;
    width: inherit;
    opacity:1;
}

.reveal-animation.ng-leave {
    -webkit-transition: .5s ease-in all; 
    -o-transition: .5s ease-in all; 
    -moz-transition: .5s ease-in all; 
    transition: .5s ease-in all; 
 
    /* The animation preparation code */
    height: 195px;
    width:inherit;
    opacity:1;
}
 
.reveal-animation.ng-leave.ng-leave-active {
/* The animation code itself */
    height: 0px;
    width:0px;
    opacity:0;
}


/*
 Keep in mind that you want to combine both CSS
 classes together to avoid any CSS-specificity
 conflicts
*/
.reveal-tree-animation.ng-enter {
    -webkit-transition: .5s linear all; 
    -o-transition: .5s linear all; 
    -moz-transition: .5s linear all; 
    transition: .5s linear all; 
 
    /* The animation preparation code */
    max-height: 0px;
}
 
.reveal-tree-animation.ng-enter.ng-enter-active {
    /* The animation code itself */
    max-height: 75px;
}

.reveal-tree-animation.ng-leave {
    -webkit-transition: .5s linear all; 
    -o-transition: .5s linear all; 
    -moz-transition: .5s linear all; 
    transition: .5s linear all; 
 
    /* The animation preparation code */
    max-height: 75px;
}
 
.reveal-tree-animation.ng-leave.ng-leave-active {
/* The animation code itself */
    max-height: 0px;
}

.reveal-logo-animation.ng-leave {
    -webkit-transition: .5s linear all; 
    -o-transition: .5s linear all; 
    -moz-transition: .5s linear all; 
    transition: .5s linear all; 
 
    /* The animation preparation code */
    max-height: 75px;
}
 
.reveal-logo-animation.ng-leave.ng-leave-active {
/* The animation code itself */
    max-height: 0px;
}

#menu ul li {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-left: 2px solid grey;
}
#menu ul li:first-child {
    border-left: none;
}

/*
li {
    list-style-type: none;
}
    */
.icon {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
}
.expanded {
    background-image: url(/Content/frangTree/expanded.png);
}
.collapsed {
    background-image: url(/Content/frangTree/collapsed.png);
}

.label {
    color: green;
}
.label.folder {
    color: darkmagenta;
}

ul .tree-drag > div > span.label {
    background-color: lightsalmon;
}
.tree-drag-over > div > span.label {
    background-color: darkseagreen;
}
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/content/images/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/content/images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/content/images/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/content/images/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(/content/images/colorpicker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(/content/images/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(/content/images/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(/content/images/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(/content/images/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(/content/images/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(/content/images/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(/content/images/colorpicker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.prettycheckbox, .prettyradio {
    display: block;
    padding: 0;
    margin: 0;
}

    .prettycheckbox > a, .prettyradio > a {
        height: 30px;
        width: 30px;
        display: block;
        float: left;
        cursor: pointer;
        margin: 0;
        background: url(/app/bower_components/angular-pretty-checkable/images/sprites-sfa68604977.png);
    }

        .prettycheckbox > a:focus, .prettyradio > a:focus {
            outline: 0 none;
        }

    .prettycheckbox label, .prettyradio label {
        display: block;
        float: left;
        margin: 6px 5px;
        cursor: pointer;
    }

        .prettycheckbox a.disabled, .prettycheckbox label.disabled, .prettyradio a.disabled, .prettyradio label.disabled {
            cursor: not-allowed;
        }

    .prettycheckbox > a {
        background-position: -2px -4px;
    }

        .prettycheckbox > a:focus {
            background-position: -32px -4px;
        }

        .prettycheckbox > a.checked {
            background-position: -62px -4px;
        }

            .prettycheckbox > a.checked:focus {
                background-position: -92px -4px;
            }

            .prettycheckbox > a.checked.disabled {
                background-position: -152px -4px;
            }

        .prettycheckbox > a.disabled {
            background-position: -122px -4px;
        }

    .prettyradio > a {
        background-position: -182px -4px;
    }

        .prettyradio > a:focus {
            background-position: -212px -4px;
        }

        .prettyradio > a.checked {
            background-position: -242px -4px;
        }

            .prettyradio > a.checked:focus {
                background-position: -272px -4px;
            }

            .prettyradio > a.checked.disabled {
                background-position: -332px -4px;
            }

        .prettyradio > a.disabled {
            background-position: -302px -4px;
        }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8a6d5489863d819ba55b)
 * Config saved to config.json and https://gist.github.com/8a6d5489863d819ba55b
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/app/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(/app/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/app/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/app/bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/app/bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1367px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  border-color: #d58512;
  border: solid 1px #000000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1024px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
    .nav > li > a,
    .nav > li > span {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
        .nav > li > a:hover,
        .nav > li > span:hover,
        .nav > li > a:focus,
        .nav > li > span:focus {
            text-decoration: none;
            background-color: #eeeeee;
        }
    .nav > li.disabled > a
    .nav > li.disabled > span {
        color: #777777;
    }
    .nav > li.disabled > a:hover,
    .nav > li.disabled > span:hover,
    .nav > li.disabled > a:focus,
    .nav > li.disabled > span:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed;
    }
    .nav .open > a,
    .nav .open > span,
    .nav .open > a:hover
    .nav .open > span:hover,
    .nav .open > a:focus,
    .nav .open > span:focus {
        background-color: #eeeeee;
        border-color: #428bca;
    }
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
    .nav > li > a > img,
    .nav > li > span > img {
        max-width: none;
    }
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
    .nav-tabs > li > a,
    .nav-tabs > li > span {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }
        .nav-tabs > li > a:hover,
        .nav-tabs > li > span:hover {
            border-color: #eeeeee #eeeeee #dddddd;
        }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > span,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > span:hover,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > span:focus {
        color: #555555;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-bottom-color: transparent;
        cursor: default;
    }
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
    .nav-tabs.nav-justified > li > a,
    .nav-tabs.nav-justified > li > span {
        text-align: center;
        margin-bottom: 5px;
    }
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
    .nav-tabs.nav-justified > li > a,
    .nav-tabs.nav-justified > li > span {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > span {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > span,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > span:hover,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > span:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a
    .nav-tabs.nav-justified > li > span {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > span,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > span:hover,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > span:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a,
.nav-pills > li > span {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > span,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > span:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > span:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-justified > li > span {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-justified > li > span {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs-justified > li > span {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > span,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > span:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > span:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs-justified > li > span {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > span,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > span:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > span:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1024px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1024px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1024px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: left;
  margin-left: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}

  .navbar-toggle-always-show {
      display: inherit !important;
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > span,
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > span,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > span {
    line-height: 20px;
      color: black;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > span:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > span:focus {
    background-image: none;
  }
}
@media (min-width: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a,
  .navbar-nav > li > span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 1024px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1023) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > span:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > span:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > span,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > span:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > span:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > span,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > span:hover,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > span:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > span,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > span:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > span:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 1023) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > span {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > span:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > span:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > span,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > span:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > span:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > span,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > span:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > span:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > span {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > span:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > span:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > span,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > span:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > span:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > span,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > span:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > span:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > span,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > span:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > span:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 1023) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > span {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > span:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > span:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > span,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > span:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > span:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > span,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > span:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > span:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #000000;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: -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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: -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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: -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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: -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);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 992px) {
  .modal-vid {
    width: 660px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8a6d5489863d819ba55b)
 * Config saved to config.json and https://gist.github.com/8a6d5489863d819ba55b
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2d6ca2;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  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: -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);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

[class*="fb-grid"]{box-sizing:border-box;display:flex;flex-flow:row wrap;margin:0 -.5rem;}.fb-col,[class*="fb-col-"]{box-sizing:border-box;flex:0 0 auto;padding:0 .5rem 1rem;}.fb-col{flex:1 1 0%;}.fb-grid.fb-col,.fb-grid[class*="fb-col-"]{margin:0;padding:0;}[class*="fb-grid-"][class*="-noGutter"]{margin:0;}[class*="fb-grid-"][class*="-noGutter"]>[class*="fb-col"]{padding:0;}[class*="fb-grid-"][class*="-center"]{justify-content:center;}[class*="fb-grid-"][class*="-right"]{justify-content:flex-end;align-self:flex-end;margin-left:auto;}[class*="fb-grid-"][class*="-top"]{align-items:flex-start;}[class*="fb-grid-"][class*="-middle"]{align-items:center;}[class*="fb-grid-"][class*="-bottom"]{align-items:flex-end;}[class*="fb-grid-"][class*="-reverse"]{flex-direction:row-reverse;}[class*="fb-grid-"][class*="-column"]{flex-direction:column;}[class*="fb-grid-"][class*="-column"]>[class*="fb-col-"]{flex-basis:auto;}[class*="fb-grid-"][class*="-column-reverse"]{flex-direction:column-reverse;}[class*="fb-grid-"][class*="-spaceBetween"]{justify-content:space-between;}[class*="fb-grid-"][class*="-spaceAround"]{justify-content:space-around;}[class*="fb-grid-"][class*="-equalHeight"]>[class*="fb-col"]{display:flex;}[class*="fb-col-"][class*="-top"]{align-self:flex-start;}[class*="fb-col-"][class*="-middle"]{align-self:center;}[class*="fb-col-"][class*="-bottom"]{align-self:flex-end;}[class*="fb-col-"][class*="-first"]{order:-1;}[class*="fb-col-"][class*="-last"]{order:1;}[class*="grid-1"]>.fb-col,[class*="grid-1"]>[class*='fb-col-']{flex-basis:100%;max-width:100%;}[class*="grid-2"]>.fb-col,[class*="grid-2"]>[class*='fb-col-']{flex-basis:50%;max-width:50%;}[class*="grid-3"]>.fb-col,[class*="grid-3"]>[class*='fb-col-']{flex-basis:33.33333%;max-width:33.33333%;}[class*="grid-4"]>.fb-col,[class*="grid-4"]>[class*='fb-col-']{flex-basis:25%;max-width:25%;}[class*="grid-5"]>.fb-col,[class*="grid-5"]>[class*='fb-col-']{flex-basis:20%;max-width:20%;}[class*="grid-6"]>.fb-col,[class*="grid-6"]>[class*='fb-col-']{flex-basis:16.66667%;max-width:16.66667%;}[class*="grid-7"]>.fb-col,[class*="grid-7"]>[class*='fb-col-']{flex-basis:14.28571%;max-width:14.28571%;}[class*="grid-8"]>.fb-col,[class*="grid-8"]>[class*='fb-col-']{flex-basis:12.5%;max-width:12.5%;}[class*="grid-9"]>.fb-col,[class*="grid-9"]>[class*='fb-col-']{flex-basis:11.11111%;max-width:11.11111%;}[class*="grid-10"]>.fb-col,[class*="grid-10"]>[class*='fb-col-']{flex-basis:10%;max-width:10%;}[class*="grid-11"]>.fb-col,[class*="grid-11"]>[class*='fb-col-']{flex-basis:9.09091%;max-width:9.09091%;}[class*="grid-12"]>.fb-col,[class*="grid-12"]>[class*='fb-col-']{flex-basis:8.33333%;max-width:8.33333%;}@media screen and (max-width:4000px){[class*="_lg-1"]>.fb-col,[class*="_lg-1"]>[class*='fb-col-']{flex-basis:100%;max-width:100%;}[class*="_lg-2"]>.fb-col,[class*="_lg-2"]>[class*='fb-col-']{flex-basis:50%;max-width:50%;}[class*="_lg-3"]>.fb-col,[class*="_lg-3"]>[class*='fb-col-']{flex-basis:33.33333%;max-width:33.33333%;}[class*="_lg-4"]>.fb-col,[class*="_lg-4"]>[class*='fb-col-']{flex-basis:25%;max-width:25%;}[class*="_lg-5"]>.fb-col,[class*="_lg-5"]>[class*='fb-col-']{flex-basis:20%;max-width:20%;}[class*="_lg-6"]>.fb-col,[class*="_lg-6"]>[class*='fb-col-']{flex-basis:16.66667%;max-width:16.66667%;}[class*="_lg-7"]>.fb-col,[class*="_lg-7"]>[class*='fb-col-']{flex-basis:14.28571%;max-width:14.28571%;}[class*="_lg-8"]>.fb-col,[class*="_lg-8"]>[class*='fb-col-']{flex-basis:12.5%;max-width:12.5%;}[class*="_lg-9"]>.fb-col,[class*="_lg-9"]>[class*='fb-col-']{flex-basis:11.11111%;max-width:11.11111%;}[class*="_lg-10"]>.fb-col,[class*="_lg-10"]>[class*='fb-col-']{flex-basis:10%;max-width:10%;}[class*="_lg-11"]>.fb-col,[class*="_lg-11"]>[class*='fb-col-']{flex-basis:9.09091%;max-width:9.09091%;}[class*="_lg-12"]>.fb-col,[class*="_lg-12"]>[class*='fb-col-']{flex-basis:8.33333%;max-width:8.33333%;}}@media screen and (max-width:85em){[class*="_md-1"]>.fb-col,[class*="_md-1"]>[class*='fb-col-']{flex-basis:100%;max-width:100%;}[class*="_md-2"]>.fb-col,[class*="_md-2"]>[class*='fb-col-']{flex-basis:50%;max-width:50%;}[class*="_md-3"]>.fb-col,[class*="_md-3"]>[class*='fb-col-']{flex-basis:33.33333%;max-width:33.33333%;}[class*="_md-4"]>.fb-col,[class*="_md-4"]>[class*='fb-col-']{flex-basis:25%;max-width:25%;}[class*="_md-5"]>.fb-col,[class*="_md-5"]>[class*='fb-col-']{flex-basis:20%;max-width:20%;}[class*="_md-6"]>.fb-col,[class*="_md-6"]>[class*='fb-col-']{flex-basis:16.66667%;max-width:16.66667%;}[class*="_md-7"]>.fb-col,[class*="_md-7"]>[class*='fb-col-']{flex-basis:14.28571%;max-width:14.28571%;}[class*="_md-8"]>.fb-col,[class*="_md-8"]>[class*='fb-col-']{flex-basis:12.5%;max-width:12.5%;}[class*="_md-9"]>.fb-col,[class*="_md-9"]>[class*='fb-col-']{flex-basis:11.11111%;max-width:11.11111%;}[class*="_md-10"]>.fb-col,[class*="_md-10"]>[class*='fb-col-']{flex-basis:10%;max-width:10%;}[class*="_md-11"]>.fb-col,[class*="_md-11"]>[class*='fb-col-']{flex-basis:9.09091%;max-width:9.09091%;}[class*="_md-12"]>.fb-col,[class*="_md-12"]>[class*='fb-col-']{flex-basis:8.33333%;max-width:8.33333%;}}@media screen and (max-width:80em){[class*="_sm-1"]>.fb-col,[class*="_sm-1"]>[class*='fb-col-']{flex-basis:100%;max-width:100%;}[class*="_sm-2"]>.fb-col,[class*="_sm-2"]>[class*='fb-col-']{flex-basis:50%;max-width:50%;}[class*="_sm-3"]>.fb-col,[class*="_sm-3"]>[class*='fb-col-']{flex-basis:33.33333%;max-width:33.33333%;}[class*="_sm-4"]>.fb-col,[class*="_sm-4"]>[class*='fb-col-']{flex-basis:25%;max-width:25%;}[class*="_sm-5"]>.fb-col,[class*="_sm-5"]>[class*='fb-col-']{flex-basis:20%;max-width:20%;}[class*="_sm-6"]>.fb-col,[class*="_sm-6"]>[class*='fb-col-']{flex-basis:16.66667%;max-width:16.66667%;}[class*="_sm-7"]>.fb-col,[class*="_sm-7"]>[class*='fb-col-']{flex-basis:14.28571%;max-width:14.28571%;}[class*="_sm-8"]>.fb-col,[class*="_sm-8"]>[class*='fb-col-']{flex-basis:12.5%;max-width:12.5%;}[class*="_sm-9"]>.fb-col,[class*="_sm-9"]>[class*='fb-col-']{flex-basis:11.11111%;max-width:11.11111%;}[class*="_sm-10"]>.fb-col,[class*="_sm-10"]>[class*='fb-col-']{flex-basis:10%;max-width:10%;}[class*="_sm-11"]>.fb-col,[class*="_sm-11"]>[class*='fb-col-']{flex-basis:9.09091%;max-width:9.09091%;}[class*="_sm-12"]>.fb-col,[class*="_sm-12"]>[class*='fb-col-']{flex-basis:8.33333%;max-width:8.33333%;}}@media screen and (max-width:64em){[class*="_xs-1"]>.fb-col,[class*="_xs-1"]>[class*='fb-col-']{flex-basis:100%;max-width:100%;}[class*="_xs-2"]>.fb-col,[class*="_xs-2"]>[class*='fb-col-']{flex-basis:50%;max-width:50%;}[class*="_xs-3"]>.fb-col,[class*="_xs-3"]>[class*='fb-col-']{flex-basis:33.33333%;max-width:33.33333%;}[class*="_xs-4"]>.fb-col,[class*="_xs-4"]>[class*='fb-col-']{flex-basis:25%;max-width:25%;}[class*="_xs-5"]>.fb-col,[class*="_xs-5"]>[class*='fb-col-']{flex-basis:20%;max-width:20%;}[class*="_xs-6"]>.fb-col,[class*="_xs-6"]>[class*='fb-col-']{flex-basis:16.66667%;max-width:16.66667%;}[class*="_xs-7"]>.fb-col,[class*="_xs-7"]>[class*='fb-col-']{flex-basis:14.28571%;max-width:14.28571%;}[class*="_xs-8"]>.fb-col,[class*="_xs-8"]>[class*='fb-col-']{flex-basis:12.5%;max-width:12.5%;}[class*="_xs-9"]>.fb-col,[class*="_xs-9"]>[class*='fb-col-']{flex-basis:11.11111%;max-width:11.11111%;}[class*="_xs-10"]>.fb-col,[class*="_xs-10"]>[class*='fb-col-']{flex-basis:10%;max-width:10%;}[class*="_xs-11"]>.fb-col,[class*="_xs-11"]>[class*='fb-col-']{flex-basis:9.09091%;max-width:9.09091%;}[class*="_xs-12"]>.fb-col,[class*="_xs-12"]>[class*='fb-col-']{flex-basis:8.33333%;max-width:8.33333%;}}[class*='grid']>[class*="col-1"]{flex-basis:8.33333%;max-width:8.33333%;}[class*='grid']>[class*="col-2"]{flex-basis:16.66667%;max-width:16.66667%;}[class*='grid']>[class*="col-3"]{flex-basis:25%;max-width:25%;}[class*='grid']>[class*="col-4"]{flex-basis:33.33333%;max-width:33.33333%;}[class*='grid']>[class*="col-5"]{flex-basis:41.66667%;max-width:41.66667%;}[class*='grid']>[class*="col-6"]{flex-basis:50%;max-width:50%;}[class*='grid']>[class*="col-7"]{flex-basis:58.33333%;max-width:58.33333%;}[class*='grid']>[class*="col-8"]{flex-basis:66.66667%;max-width:66.66667%;}[class*='grid']>[class*="col-9"]{flex-basis:75%;max-width:75%;}[class*='grid']>[class*="col-10"]{flex-basis:83.33333%;max-width:83.33333%;}[class*='grid']>[class*="col-11"]{flex-basis:91.66667%;max-width:91.66667%;}[class*='grid']>[class*="col-12"]{flex-basis:100%;max-width:100%;}[class*="grid"]>[push-left*="off-0"]{margin-left:0;}[class*="grid"]>[push-left*="off-1"]{margin-left:8.33333%;}[class*="grid"]>[push-left*="off-2"]{margin-left:16.66667%;}[class*="grid"]>[push-left*="off-3"]{margin-left:25%;}[class*="grid"]>[push-left*="off-4"]{margin-left:33.33333%;}[class*="grid"]>[push-left*="off-5"]{margin-left:41.66667%;}[class*="grid"]>[push-left*="off-6"]{margin-left:50%;}[class*="grid"]>[push-left*="off-6"]{margin-left:50%;}[class*="grid"]>[push-left*="off-7"]{margin-left:58.33333%;}[class*="grid"]>[push-left*="off-8"]{margin-left:66.66667%;}[class*="grid"]>[push-left*="off-9"]{margin-left:75%;}[class*="grid"]>[push-left*="off-10"]{margin-left:83.33333%;}[class*="grid"]>[push-left*="off-11"]{margin-left:91.66667%;}[class*="grid"]>[push-right*="off-0"]{margin-right:0;}[class*="grid"]>[push-right*="off-1"]{margin-right:8.33333%;}[class*="grid"]>[push-right*="off-2"]{margin-right:16.66667%;}[class*="grid"]>[push-right*="off-3"]{margin-right:25%;}[class*="grid"]>[push-right*="off-4"]{margin-right:33.33333%;}[class*="grid"]>[push-right*="off-5"]{margin-right:41.66667%;}[class*="grid"]>[push-right*="off-6"]{margin-right:50%;}[class*="grid"]>[push-right*="off-6"]{margin-right:50%;}[class*="grid"]>[push-right*="off-7"]{margin-right:58.33333%;}[class*="grid"]>[push-right*="off-8"]{margin-right:66.66667%;}[class*="grid"]>[push-right*="off-9"]{margin-right:75%;}[class*="grid"]>[push-right*="off-10"]{margin-right:83.33333%;}[class*="grid"]>[push-right*="off-11"]{margin-right:91.66667%;}@media screen and (max-width:4000px){[class*='grid']>[class*="_lg-1"]{flex-basis:8.33333%;max-width:8.33333%;}[class*='grid']>[class*="_lg-2"]{flex-basis:16.66667%;max-width:16.66667%;}[class*='grid']>[class*="_lg-3"]{flex-basis:25%;max-width:25%;}[class*='grid']>[class*="_lg-4"]{flex-basis:33.33333%;max-width:33.33333%;}[class*='grid']>[class*="_lg-5"]{flex-basis:41.66667%;max-width:41.66667%;}[class*='grid']>[class*="_lg-6"]{flex-basis:50%;max-width:50%;}[class*='grid']>[class*="_lg-7"]{flex-basis:58.33333%;max-width:58.33333%;}[class*='grid']>[class*="_lg-8"]{flex-basis:66.66667%;max-width:66.66667%;}[class*='grid']>[class*="_lg-9"]{flex-basis:75%;max-width:75%;}[class*='grid']>[class*="_lg-10"]{flex-basis:83.33333%;max-width:83.33333%;}[class*='grid']>[class*="_lg-11"]{flex-basis:91.66667%;max-width:91.66667%;}[class*='grid']>[class*="_lg-12"]{flex-basis:100%;max-width:100%;}[class*="grid"]>[push-left*="_lg-0"]{margin-left:0;}[class*="grid"]>[push-left*="_lg-1"]{margin-left:8.33333%;}[class*="grid"]>[push-left*="_lg-2"]{margin-left:16.66667%;}[class*="grid"]>[push-left*="_lg-3"]{margin-left:25%;}[class*="grid"]>[push-left*="_lg-4"]{margin-left:33.33333%;}[class*="grid"]>[push-left*="_lg-5"]{margin-left:41.66667%;}[class*="grid"]>[push-left*="_lg-6"]{margin-left:50%;}[class*="grid"]>[push-left*="_lg-6"]{margin-left:50%;}[class*="grid"]>[push-left*="_lg-7"]{margin-left:58.33333%;}[class*="grid"]>[push-left*="_lg-8"]{margin-left:66.66667%;}[class*="grid"]>[push-left*="_lg-9"]{margin-left:75%;}[class*="grid"]>[push-left*="_lg-10"]{margin-left:83.33333%;}[class*="grid"]>[push-left*="_lg-11"]{margin-left:91.66667%;}[class*="grid"]>[push-right*="_lg-0"]{margin-right:0;}[class*="grid"]>[push-right*="_lg-1"]{margin-right:8.33333%;}[class*="grid"]>[push-right*="_lg-2"]{margin-right:16.66667%;}[class*="grid"]>[push-right*="_lg-3"]{margin-right:25%;}[class*="grid"]>[push-right*="_lg-4"]{margin-right:33.33333%;}[class*="grid"]>[push-right*="_lg-5"]{margin-right:41.66667%;}[class*="grid"]>[push-right*="_lg-6"]{margin-right:50%;}[class*="grid"]>[push-right*="_lg-6"]{margin-right:50%;}[class*="grid"]>[push-right*="_lg-7"]{margin-right:58.33333%;}[class*="grid"]>[push-right*="_lg-8"]{margin-right:66.66667%;}[class*="grid"]>[push-right*="_lg-9"]{margin-right:75%;}[class*="grid"]>[push-right*="_lg-10"]{margin-right:83.33333%;}[class*="grid"]>[push-right*="_lg-11"]{margin-right:91.66667%;}}@media screen and (max-width:85em){[class*='grid']>[class*="_md-1"]{flex-basis:8.33333%;max-width:8.33333%;}[class*='grid']>[class*="_md-2"]{flex-basis:16.66667%;max-width:16.66667%;}[class*='grid']>[class*="_md-3"]{flex-basis:25%;max-width:25%;}[class*='grid']>[class*="_md-4"]{flex-basis:33.33333%;max-width:33.33333%;}[class*='grid']>[class*="_md-5"]{flex-basis:41.66667%;max-width:41.66667%;}[class*='grid']>[class*="_md-6"]{flex-basis:50%;max-width:50%;}[class*='grid']>[class*="_md-7"]{flex-basis:58.33333%;max-width:58.33333%;}[class*='grid']>[class*="_md-8"]{flex-basis:66.66667%;max-width:66.66667%;}[class*='grid']>[class*="_md-9"]{flex-basis:75%;max-width:75%;}[class*='grid']>[class*="_md-10"]{flex-basis:83.33333%;max-width:83.33333%;}[class*='grid']>[class*="_md-11"]{flex-basis:91.66667%;max-width:91.66667%;}[class*='grid']>[class*="_md-12"]{flex-basis:100%;max-width:100%;}[class*="grid"]>[push-left*="_md-0"]{margin-left:0;}[class*="grid"]>[push-left*="_md-1"]{margin-left:8.33333%;}[class*="grid"]>[push-left*="_md-2"]{margin-left:16.66667%;}[class*="grid"]>[push-left*="_md-3"]{margin-left:25%;}[class*="grid"]>[push-left*="_md-4"]{margin-left:33.33333%;}[class*="grid"]>[push-left*="_md-5"]{margin-left:41.66667%;}[class*="grid"]>[push-left*="_md-6"]{margin-left:50%;}[class*="grid"]>[push-left*="_md-6"]{margin-left:50%;}[class*="grid"]>[push-left*="_md-7"]{margin-left:58.33333%;}[class*="grid"]>[push-left*="_md-8"]{margin-left:66.66667%;}[class*="grid"]>[push-left*="_md-9"]{margin-left:75%;}[class*="grid"]>[push-left*="_md-10"]{margin-left:83.33333%;}[class*="grid"]>[push-left*="_md-11"]{margin-left:91.66667%;}[class*="grid"]>[push-right*="_md-0"]{margin-right:0;}[class*="grid"]>[push-right*="_md-1"]{margin-right:8.33333%;}[class*="grid"]>[push-right*="_md-2"]{margin-right:16.66667%;}[class*="grid"]>[push-right*="_md-3"]{margin-right:25%;}[class*="grid"]>[push-right*="_md-4"]{margin-right:33.33333%;}[class*="grid"]>[push-right*="_md-5"]{margin-right:41.66667%;}[class*="grid"]>[push-right*="_md-6"]{margin-right:50%;}[class*="grid"]>[push-right*="_md-6"]{margin-right:50%;}[class*="grid"]>[push-right*="_md-7"]{margin-right:58.33333%;}[class*="grid"]>[push-right*="_md-8"]{margin-right:66.66667%;}[class*="grid"]>[push-right*="_md-9"]{margin-right:75%;}[class*="grid"]>[push-right*="_md-10"]{margin-right:83.33333%;}[class*="grid"]>[push-right*="_md-11"]{margin-right:91.66667%;}}@media screen and (max-width:80em){[class*='grid']>[class*="_sm-1"]{flex-basis:8.33333%;max-width:8.33333%;}[class*='grid']>[class*="_sm-2"]{flex-basis:16.66667%;max-width:16.66667%;}[class*='grid']>[class*="_sm-3"]{flex-basis:25%;max-width:25%;}[class*='grid']>[class*="_sm-4"]{flex-basis:33.33333%;max-width:33.33333%;}[class*='grid']>[class*="_sm-5"]{flex-basis:41.66667%;max-width:41.66667%;}[class*='grid']>[class*="_sm-6"]{flex-basis:50%;max-width:50%;}[class*='grid']>[class*="_sm-7"]{flex-basis:58.33333%;max-width:58.33333%;}[class*='grid']>[class*="_sm-8"]{flex-basis:66.66667%;max-width:66.66667%;}[class*='grid']>[class*="_sm-9"]{flex-basis:75%;max-width:75%;}[class*='grid']>[class*="_sm-10"]{flex-basis:83.33333%;max-width:83.33333%;}[class*='grid']>[class*="_sm-11"]{flex-basis:91.66667%;max-width:91.66667%;}[class*='grid']>[class*="_sm-12"]{flex-basis:100%;max-width:100%;}[class*="grid"]>[push-left*="_sm-0"]{margin-left:0;}[class*="grid"]>[push-left*="_sm-1"]{margin-left:8.33333%;}[class*="grid"]>[push-left*="_sm-2"]{margin-left:16.66667%;}[class*="grid"]>[push-left*="_sm-3"]{margin-left:25%;}[class*="grid"]>[push-left*="_sm-4"]{margin-left:33.33333%;}[class*="grid"]>[push-left*="_sm-5"]{margin-left:41.66667%;}[class*="grid"]>[push-left*="_sm-6"]{margin-left:50%;}[class*="grid"]>[push-left*="_sm-6"]{margin-left:50%;}[class*="grid"]>[push-left*="_sm-7"]{margin-left:58.33333%;}[class*="grid"]>[push-left*="_sm-8"]{margin-left:66.66667%;}[class*="grid"]>[push-left*="_sm-9"]{margin-left:75%;}[class*="grid"]>[push-left*="_sm-10"]{margin-left:83.33333%;}[class*="grid"]>[push-left*="_sm-11"]{margin-left:91.66667%;}[class*="grid"]>[push-right*="_sm-0"]{margin-right:0;}[class*="grid"]>[push-right*="_sm-1"]{margin-right:8.33333%;}[class*="grid"]>[push-right*="_sm-2"]{margin-right:16.66667%;}[class*="grid"]>[push-right*="_sm-3"]{margin-right:25%;}[class*="grid"]>[push-right*="_sm-4"]{margin-right:33.33333%;}[class*="grid"]>[push-right*="_sm-5"]{margin-right:41.66667%;}[class*="grid"]>[push-right*="_sm-6"]{margin-right:50%;}[class*="grid"]>[push-right*="_sm-6"]{margin-right:50%;}[class*="grid"]>[push-right*="_sm-7"]{margin-right:58.33333%;}[class*="grid"]>[push-right*="_sm-8"]{margin-right:66.66667%;}[class*="grid"]>[push-right*="_sm-9"]{margin-right:75%;}[class*="grid"]>[push-right*="_sm-10"]{margin-right:83.33333%;}[class*="grid"]>[push-right*="_sm-11"]{margin-right:91.66667%;}}@media screen and (max-width:64em){[class*='grid']>[class*="_xs-1"]{flex-basis:8.33333%;max-width:8.33333%;}[class*='grid']>[class*="_xs-2"]{flex-basis:16.66667%;max-width:16.66667%;}[class*='grid']>[class*="_xs-3"]{flex-basis:25%;max-width:25%;}[class*='grid']>[class*="_xs-4"]{flex-basis:33.33333%;max-width:33.33333%;}[class*='grid']>[class*="_xs-5"]{flex-basis:41.66667%;max-width:41.66667%;}[class*='grid']>[class*="_xs-6"]{flex-basis:50%;max-width:50%;}[class*='grid']>[class*="_xs-7"]{flex-basis:58.33333%;max-width:58.33333%;}[class*='grid']>[class*="_xs-8"]{flex-basis:66.66667%;max-width:66.66667%;}[class*='grid']>[class*="_xs-9"]{flex-basis:75%;max-width:75%;}[class*='grid']>[class*="_xs-10"]{flex-basis:83.33333%;max-width:83.33333%;}[class*='grid']>[class*="_xs-11"]{flex-basis:91.66667%;max-width:91.66667%;}[class*='grid']>[class*="_xs-12"]{flex-basis:100%;max-width:100%;}[class*="grid"]>[push-left*="_xs-0"]{margin-left:0;}[class*="grid"]>[push-left*="_xs-1"]{margin-left:8.33333%;}[class*="grid"]>[push-left*="_xs-2"]{margin-left:16.66667%;}[class*="grid"]>[push-left*="_xs-3"]{margin-left:25%;}[class*="grid"]>[push-left*="_xs-4"]{margin-left:33.33333%;}[class*="grid"]>[push-left*="_xs-5"]{margin-left:41.66667%;}[class*="grid"]>[push-left*="_xs-6"]{margin-left:50%;}[class*="grid"]>[push-left*="_xs-6"]{margin-left:50%;}[class*="grid"]>[push-left*="_xs-7"]{margin-left:58.33333%;}[class*="grid"]>[push-left*="_xs-8"]{margin-left:66.66667%;}[class*="grid"]>[push-left*="_xs-9"]{margin-left:75%;}[class*="grid"]>[push-left*="_xs-10"]{margin-left:83.33333%;}[class*="grid"]>[push-left*="_xs-11"]{margin-left:91.66667%;}[class*="grid"]>[push-right*="_xs-0"]{margin-right:0;}[class*="grid"]>[push-right*="_xs-1"]{margin-right:8.33333%;}[class*="grid"]>[push-right*="_xs-2"]{margin-right:16.66667%;}[class*="grid"]>[push-right*="_xs-3"]{margin-right:25%;}[class*="grid"]>[push-right*="_xs-4"]{margin-right:33.33333%;}[class*="grid"]>[push-right*="_xs-5"]{margin-right:41.66667%;}[class*="grid"]>[push-right*="_xs-6"]{margin-right:50%;}[class*="grid"]>[push-right*="_xs-6"]{margin-right:50%;}[class*="grid"]>[push-right*="_xs-7"]{margin-right:58.33333%;}[class*="grid"]>[push-right*="_xs-8"]{margin-right:66.66667%;}[class*="grid"]>[push-right*="_xs-9"]{margin-right:75%;}[class*="grid"]>[push-right*="_xs-10"]{margin-right:83.33333%;}[class*="grid"]>[push-right*="_xs-11"]{margin-right:91.66667%;}}
/* ======= Alerts ======== */

.alertBar {
    z-index: 1000;
    font-size: 12px;
    font-family: Verdana, Sans-Serif;
}

.topBar {  
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #dddddd;
    box-shadow: rgba(0,0,0,0.3) 0px 3px 3px;
    border-bottom: 1px solid #888888;
    color: #333333;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%,#d8d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%,#d8d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%,#d8d8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
}

.bottomBar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #dddddd;
    box-shadow: rgba(0,0,0,0.3) 0px 5px 5px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #aaaaaa;
    color: #333333;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%,#d8d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%,#d8d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%,#d8d8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
}

.alertBar .closeButton {
    background-color: #aaaaaa;
    height: 15px;
    width: 16px;
    line-height: 12px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin-top: 7px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    font-family: Verdana;
    border-radius: 10px;
    font-size: 12px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #777777;
    position: absolute;
    top: 0px;
    right: 0px;
}

.alertBar * {
    margin-left: 10px;
    margin-right: 10px;
}

.yellowBar {
    background: #fcf8d6; /* Old browsers */
    background: -moz-linear-gradient(top, #fcf8d6 1%, #efdf73 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fcf8d6), color-stop(100%,#efdf73)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcf8d6 1%,#efdf73 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcf8d6 1%,#efdf73 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcf8d6 1%,#efdf73 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcf8d6 1%,#efdf73 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8d6', endColorstr='#efdf73',GradientType=0 ); /* IE6-9 */
}

/* ======= Popup Boxes ======= */

.popupContainer {
    position: absolute;
    display: none;
    background-color: #dddddd;
    border: 1px solid #bbbbbb;
    top: 50%;
    left: 50%;
    min-width: 300px;
    border-radius: 6px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    z-index: 20;
}

.popupContainer .alert-headerContainer {
    background: #0b4b7f; /* Old browsers */
        background: -moz-linear-gradient(top, #0b4b7f 1%, #1074c6 33%, #1069b2 66%, #0b4b7f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0b4b7f), color-stop(33%,#1074c6), color-stop(66%,#1069b2), color-stop(100%,#0b4b7f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #0b4b7f 1%,#1074c6 33%,#1069b2 66%,#0b4b7f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #0b4b7f 1%,#1074c6 33%,#1069b2 66%,#0b4b7f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #0b4b7f 1%,#1074c6 33%,#1069b2 66%,#0b4b7f 100%); /* IE10+ */
        background: linear-gradient(to bottom, #0b4b7f 1%,#1074c6 33%,#1069b2 66%,#0b4b7f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4b7f', endColorstr='#0b4b7f',GradientType=0 ); /* IE6-9 */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-weight: bold;
    line-height: 24px;
        height: auto;
    padding: 0 8px;
    text-align: left;
        border-bottom: none;
}

.popupContainer .alert-contentContainer {
        padding: 8px;
}

.popupContainer .alert-footerContainer {
        background-color: #bbbbbb;
        overflow: auto;
        line-height: 36px;
        height: auto;
}

.popupContainer .alert-footerContainer a {
    margin: 5px;
            height: 18px;
            line-height: 18px;
            float: left;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
            background-color: #eeeeee;
            padding: 3px 5px;
            text-decoration: none;
            color: #333333;
            box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.popupContainer .alert-footerContainer a.right {
                float: right;
}

.popupContainer.growlBox {
     top:65px;
    right:20px;
    left:auto;
    min-width:150px;
	position:absolute !important;
	z-index:20 !important;
    }

div.WarningMsg {
    margin-top: 10px;
    padding: 5px 15px 6px 25px;
    border: solid 1px #F0E290;
    background: #FBF8D4 url(/images/warning.png) no-repeat 5px 6px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

div.SuccessMsg {
    margin-top: 10px;
    padding: 5px 15px 6px 25px;
    border: solid 1px #A7DF8A;
    /*background: #F4F3F3 url(/images/success.png) no-repeat 5px 6px;*/
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    color: #336600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

div.InfoMsg {
    margin-top: 10px;
    padding: 5px 15px 6px 25px;
    border: solid 1px #D7D7D7;
    background: #F4F3F3 url(/images/information.png) no-repeat 5px 6px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

div.ErrorMsg {
    margin-top: 10px;
    padding: 5px 15px 6px 25px;
    border: solid 1px #EEB4B4;
    background: #FFE4E1 url(/images/failure.png) no-repeat 5px 5px;
    /*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    color: #990000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

    div.ErrorMsg ul, div.WarningMsg ul, div.InfoMsg ul {
        margin: 0;
        padding: 0 0 0 1px;
    }

        div.ErrorMsg ul li, div.WarningMsg ul li, div.InfoMsg ul li {
            list-style-type: none;
}
input, button, select, textarea {
    border-width: 1px;
}


.gridStyle {
    font-size: 12px;
    position: static !important;
    background-color: #dddddd;
}

.gridStyleNoBorders {
    border: 0px;
    font-size: 12px;
    position: static !important;
    background-color: #dddddd;
}

.gridStyle div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ngHeaderContainer {
    background-color: #cccccc;
}

.ngViewport {
    overflow-x: hidden !important; /* trying to fix horizontal scroll on grid when going from more to less rows*/
    overflow-y: hidden !important;
}

.ngRow {
    border: 2px groove #eeeeee;
}

    .ngRow.even {
        background-color: #dddddd;
    }

    .ngRow.odd {
        background-color: #f5f5f5;
    }

.ngCellText {
    position: static !important;
}

.ngCell i {
    font-size: 20px;
}

.ngHeaderScroller {
    background-color: transparent;
}

/*
input.ng-pristine.ng-invalid, select.ng-pristine.ng-invalid, textarea.ng-pristine.ng-invalid {
    border-color: black;
}
*/



input.ng-dirty.ng-invalid, select.ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid {
    border: 2px solid #850000 !important;
    /*border-color: red !important;*/
    background-color: #f2dede !important;

}

input:-webkit-autofill, input:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #333;
}

input[name = DealWizard__CreditScore] {
    -webkit-text-security: circle;
}

form.submitted input.ng-invalid, form.submitted textarea.ng-invalid, form.submitted select.ng-invalid {
    border: 1px solid red;
}

.center {
    text-align: center;
}

.ngCellText {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
}


.btn {
    /* margin-right: 8px; - removed because it breaks needed default button styles - JW */
    cursor: pointer;
}

a.btnHref {
    cursor: pointer;
}

.ptr {
    cursor: pointer;
}

.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

    .angular-ui-tree-handle:hover {
        color: #438eb9;
        background: #f4f6f7;
        border-color: #dce2e8;
    }

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

/* angular-ui-tree css file */
.angular-ui-tree-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: -moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
}

.angular-ui-tree-nodes {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .angular-ui-tree-nodes .angular-ui-tree-nodes {
        padding-left: 20px;
    }

.angular-ui-tree-node, .angular-ui-tree-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.angular-ui-tree-hidden {
    display: none;
}

.angular-ui-tree-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
}

.angular-ui-tree-handle {
    text-decoration: none;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
    line-height: 20px;
}

.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: .8;
}


.icon-list {
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 20px;
    padding: 0px;
}

    .icon-list a {
        width: 25%;
        margin: 0 4%;
        text-align: center;
    }

        .icon-list a:hover {
            text-decoration: none;
        }

.button-as-icon {
    background: none !important;
    border: none;
    padding: 0;
    color: #333333;
    text-decoration: none;
    text-shadow: -1px -1px 0px rgba(255,255,255,0.5), 1px 1px 0px rgba(0,0,0,0.3);
    margin: 0px 5px;
    font-size: 16px;
    height: 20px;
    line-height: 16px;
    min-width: 21px;
    max-width: fit-content;
}

    .button-as-icon.resetPassword {
        width: 26px;
    }

    .button-as-icon.blue {
        color: rgb(0,100,205);
    }

    .button-as-icon:disabled {
        color: grey !important;
        cursor: default;
    }

.button:disabled {
    background-color: gray !important;
    cursor: default !important;
}

/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.ui-datepicker-trigger {
    display: none;
}

.alert {
    margin-bottom: 10px;
}

.landing-page-message-information {
    background-color: #ffffff;
    color: black;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}

.landing-page-message-error {
    background-color: #f2dede;
    color: black;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}

.landing-page-message-warning {
    background-color: #fcf8e3;
    color: black;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}


.contentContainer.tabbed .tab.active {
    color: #555555;
    border: 2px solid #ffffff;
    border-bottom: 0px;
    margin-bottom: -2px;
    background: none;
    background-color: #ffffff;
    padding-bottom: 6px;
}

.contentContainer .pageContainer button.bigblueicon {
    color: #ffffff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    background: rgb(11,75,127);
    background: -moz-linear-gradient(top, rgba(11,75,127,1) 1%, rgba(16,116,198,1) 33%, rgba(16,105,178,1) 66%, rgba(11,75,127,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(11,75,127,1)), color-stop(33%,rgba(16,116,198,1)), color-stop(66%,rgba(16,105,178,1)), color-stop(100%,rgba(11,75,127,1)));
    background: -webkit-linear-gradient(top, rgba(11,75,127,1) 1%,rgba(16,116,198,1) 33%,rgba(16,105,178,1) 66%,rgba(11,75,127,1) 100%);
    background: -o-linear-gradient(top, rgba(11,75,127,1) 1%,rgba(16,116,198,1) 33%,rgba(16,105,178,1) 66%,rgba(11,75,127,1) 100%);
    background: -ms-linear-gradient(top, rgba(11,75,127,1) 1%,rgba(16,116,198,1) 33%,rgba(16,105,178,1) 66%,rgba(11,75,127,1) 100%);
    background: linear-gradient(to bottom, rgba(11,75,127,1) 1%,rgba(16,116,198,1) 33%,rgba(16,105,178,1) 66%,rgba(11,75,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4b7f', endColorstr='#0b4b7f',GradientType=0 );
    margin: 5px 10px 10px 0px;
    display: inline-block;
    border-radius: 5px;
    border-width: 0px;
    text-decoration: none;
    font-size: 20px;
}

.buttonsLeft {
    display: inline-block;
}

.buttonsRight {
    float: right;
}

.button {
    height: 26px;
    display: inline-block;
    line-height: 20px;
    background-color: rgb(22,150,255);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    border: 1px solid #105596;
    color: #ffffff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    padding: 3px 5px;
}

button.resetPassword .fa-repeat {
}

button.resetPassword .fa-lock {
    font-size: .7em;
    bottom: 4px;
}

button.resendEmail .fa-envelope-o {
    font-size: .7em;
    top: 14px;
    position: absolute;
}

.reprint .fa-print {
    top: 12px;
    font-size: 12px;
    position: absolute;
}

span.drop .fa-lock {
    font-size: .7em;
    bottom: 4px;
}

.contentBlock .headerUtility {
    right: 0px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    width: auto;
    position: absolute;
    text-align: right;
    z-index: 3;
    background-color: #bbbbbb;
    box-shadow: inset 1px 0px 3px rgba(0,0,0,0.3);
}

.contentBlock .content div.auto-width {
    width: auto !important;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000000;
    opacity: 0.3;
    z-index: 3;
}

.contentBlock .content div label {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}

.contentBlock .content h5 {
    float: left;
    clear: both;
    margin: 10px 0px 5px 0px;
    font-size: 14px;
}

.contentBlock .content h4 {
    float: left;
    clear: both;
    margin: 10px 0px 5px 0px;
    font-size: 16px;
}

.contentBlock .content div.double input.half {
    vertical-align: middle;
    height: 24px;
    width: 100px;
}

.contentBlock .content div select, 
.contentBlock .content div input {
    height: 24px;
    vertical-align: middle;
    margin: -5px 0px;
}

.popup {
    display: block;
    position: absolute;
    top: 30%;
    max-height: 100%;
    overflow: auto;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #888888;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    z-index: 10;
}

    .popup .footer {
        border-top: 1px solid #cccccc;
        padding: 7px;
        text-align: right;
        height: auto;
        background-color: #eeeeee;
        clear: both;
    }

    .popup .body div {
        min-height: 28px;
    }

    .popup div select, .popup div input {
        height: 24px;
        width: 200px;
        vertical-align: middle;
    }

        .popup div input[type="checkbox"] {
            width: 20px;
            margin-left: 0px;
        }

/* prevent other inputs from rendering on top of the datepickers */
/* previously set to 999 but it wasn't working with bootstrap modals. Changed to 1051 */
.datepicker {
    position: absolute;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 4px;
    background-clip: padding-box;
    z-index: 1051 !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #105596;
    border-top: none;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #efefef;
    box-shadow: inset 0px 0px 7px rgba(0,0,0,0.3), 0px 0px 15px rgba(0,0,0,0.5);
}




/*
@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}
*/

.grid-cell-align-center {
    text-align: center;
}

.grid-cell-align-right {
    text-align: right;
}

.grid-cell-align-left {
    text-align: left;
}

.grid-cell-border {
    border: 1px solid navy;
}

/* Portal */
.menuButton {
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.3) 0px 2px 2px;
    height: 150px;
    width: 150px;
    display: inline-block;
    margin-bottom: 40px;
    text-decoration: none;
}

    .menuButton .inner {
        background: #dddddd;
        background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 50%, #aaaaaa 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(50%,#eeeeee), color-stop(100%,#aaaaaa));
        background: -webkit-linear-gradient(top, #dddddd 0%,#eeeeee 50%,#aaaaaa 100%);
        background: -o-linear-gradient(top, #dddddd 0%,#eeeeee 50%,#aaaaaa 100%);
        background: -ms-linear-gradient(top, #dddddd 0%,#eeeeee 50%,#aaaaaa 100%);
        background: linear-gradient(to bottom, #dddddd 0%,#eeeeee 50%,#aaaaaa 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#aaaaaa',GradientType=0 );
        border: 1px solid #ffffff;
        height: 148px;
        width: 148px;
        border-radius: 9px;
        text-align: center;
        line-height: 148px;
        margin: 0 0;
        display: block;
    }

        .menuButton .inner span.icon {
            font-family: icons;
            font-size: 90px;
            height: 90px;
            display: block;
            color: #285983;
            line-height: 138px;
            margin-top: 10px;
            margin-bottom: 60px;
            width: 148px;
            float: none;
            /* margin: 10px auto 55px auto; */
        }

        .menuButton .inner span.label {
            line-height: 20px;
            display: block;
            clear: both;
            margin-top: 10px;
            color: #888888;
            font-size: 16px;
        }
/* End Portal */

.table-small-font {
    font-size: 8pt;
}

.table-medium-font {
    font-size: 10pt;
}

.table-large-font {
    font-size: 12pt;
}

.dd-option-text {
    line-height: inherit !important;
}

.line-height {
    float: none;
    margin: 0px !important;
}
.contentBlock .content.acceptDeclineConfig div label {
    width:80%;
}

/* Image DropDown Custom Classes */
.dd-container {
    position:initial !important;
}

.dd-option-image, .dd-selected-image {
    max-width: 220px !important;
}

.dd-selected-text {
    padding-top: 20px;
    float: left;
    clear: both;
    line-height:normal !important;
}

.dd-option-text {
    padding-top: 20px;
    float: left;
    clear: both;
}

.dd-image-right {
    float: left !important;
    margin: 0px !important;
}

.dd-options {
    overflow: scroll;
    max-height: 300px;
    position:absolute;
}

.submitted .tab-content-invalid a {
    color: red !important;
}

.icon-large {
    font-size: 20pt !important;
}

.icon-medium {
    font-size: 14pt;
}

.background-white {
    background-color: white;
}

.no-underline {
    text-decoration: none !important;
}

tr.selectable {
    cursor: pointer;
}

    tr.selectable:hover th,
    tr.selectable:hover td {
        background-color: #d0d0d0 !important;
    }

.contentBlock .content a.button .onoff {
    background-color: #ffffff;
    height: 8px;
    display: inline-block;
    width: 8px;
    border: 1px solid #ffffff;
}

.contentBlock .content a.button.on .onoff {
    background-color: #00dd00;
}

a.button .onoff {
    background-color: #ffffff;
    height: 8px;
    display: inline-block;
    width: 8px;
    border: 1px solid #ffffff;
}

a.button.on .onoff {
    background-color: #00dd00;
}


input[type='checkbox'].selectedByInheretance {
    opacity: .50;
    filter: alpha(opacity=50); /* IE<9 */
}

checkbox.selectedDirectly {
}

.glyphicon-blackboard:before {
    content: "\E218";
}

.glyphicon-triangle-right:before {
    content: "\E250";
}

.glyphicon-door:before {
    content: "\1F6AA";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.survey form {
    float: left;
    margin-left: 20px;
    width: 600px;
}

.survey .imageHolder {
    float: right;
    border: 1px solid #888888;
    border-radius: 10px;
    height: 300px;
    width: 300px;
    margin-right: 20px;
    margin-top: 15px;
    overflow: hidden;
}

    .survey .imageHolder img {
        width: 100%;
    }

.survey label.question {
    margin: 50px 0px 10px 0px;
    display: block;
    font-size: 32px;
    color: #0a477a;
    width: 510px;
    clear: left;
}

.survey fieldset {
    float: left;
    clear: left;
}

.survey .ui-radio-on {
    color: #ffffff;
}

    .survey .ui-radio-on .ui-btn-text {
        color: #000000;
    }

.survey .slider-label {
    width: 560px;
    margin-left: -16px;
}

.survey .short .slider-label {
    margin-left: 51%;
    width: 50%;
    white-space: nowrap;
}

.survey .slider-label span {
    margin: 5px 0px;
    display: inline-block;
    width: 52px;
    text-align: center;
}

.survey .short .slider-label span {
    width: 33%;
    margin: 5px 0px;
    text-align: center;
}

.survey .slider-label span:first-child {
    margin-left: 0px;
}

.survey .slider-label span:last-child {
    margin-right: 0px;
}

.survey .short label {
    float: left;
    width: 58%;
    display: block;
    padding: 15px 0px 15px 2%;
}

.survey .short .sliderBackground {
    overflow: auto;
}

    .survey .short .sliderBackground:nth-child(2n) {
        background-color: #e4e4e4;
    }

.survey .short {
    width: 590px;
    margin-top: 20px;
}

    .survey .short .ui-slider {
        display: block;
        width: 200px;
        float: left;
    }

.survey .ui-slider-switch {
    width: 100px;
}

.survey .navigationButtons {
    clear: both;
    float: right;
}

.survey fieldset.small {
    width: 400px;
    margin-bottom: 20px;
}


/*Specific Styles for md width (tablet)*/
@media (min-width: 992px) {

    .service_tray {
        margin-bottom: 0;
    }

        .service_tray a img {
            height: 76px;
            width: 76px;
        }

        .service_tray a span {
            font-size: 11px;
        }

    button.pinBtn {
        padding: 10px 5px;
        font-size: 2.5em;
    }

        button.pinBtn#pinClear, button.pinBtn#pinBackspace {
            font-size: 2em;
            padding-top: 13px;
            background: none;
        }

    .surveyReport .panel-body {
        max-height: 680px;
        overflow-y: scroll;
    }
}

/*Specific styles for lg width (desktop) */
@media (min-width: 1367px) {

    /*Interactive Menu: Service Tray */
    .service_tray {
        margin-bottom: 20px;
    }

        .service_tray a img {
            height: 90px;
            width: 90px;
        }

        .service_tray a span {
            font-size: 11px;
        }

    button.pinBtn {
        font-size: 2em;
    }

    .surveyReport .panel-body {
        max-height: 800px;
        overflow-y: scroll;
    }

    .modal-dialog.disclosure-show {
        width: 900px;
    }

        .modal-dialog.disclosure-show .modal-body {
            max-height: 500px;
            overflow-y: auto;
            overflow-x: hidden;
        }
}


div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.st-sort-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 2px;
    position: relative;
}

    .st-sort-header i.fa-sort-desc {
        position: absolute;
        top: 0;
    }
    .st-sort-header i.fa-sort-asc {
        position: absolute;
        top: 5px;
    }

    .goalsVsActuals input, .goalsVsActuals select{
        margin-right: 2%;
    }

    .goalsVsActuals table {
        margin-right:2%;
        margin-left:2%;
        display:inline-block; 
        width: auto;
        vertical-align:top;
    }

    .goalsVsActuals td input {
        width: 70%;
    }

    .goalsVsActuals .vehicleInputs{
        display:inline-block; 
        width:10%;
    }

    .goalsVsActuals .vehicleInputs span{
        display:block;
        text-align:center;
    }

    .goalsVsActuals .vehicleInputs input {
         margin: 0px 5px 5px 5px; 
         width:30%;
    }

    .goalsVsActuals .marginShift {
        margin-left: 3%;
    }
    
    .visibleLabel {
        overflow: visible !important;
    }
    .surveyvspacer {
        height: 10px;
    }
    .surveypanel {
        background-color: #f3f3f3;
        padding-bottom: 15px !important;
        margin-bottom: 10px;
    }
    
    .dragndropcursor {
        cursor: pointer;
    }

    .surveycolumn {
        width: 45% !important; 
        overflow: visible;
    }

    ol li.list-group-item { 
    list-style: decimal inside;
    display: list-item;
}

    .eightypercent-width { width: 80%;}
    .full-width { width: 100%;}
    .report-helper {
        width: 20%; 
        margin-top: 10px;
        background-color: rgb(253, 253, 253);
    }
    .report-helper .panel-footer {
        color: black;
        background-color: rgb(221, 221, 221);
    }
    .helper-help {
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #000000;
        text-shadow: 0 1px 0 #ffffff;
    }

.workflow-short-cuts .dealtype:nth-child(odd) .role-workflow {
    background-color: rgba(56, 124, 183, 0.39) !important;
}
.role-workflow {
    padding-top: 12px;
    padding-left: 15px; 
}

.workflow-short-cuts .content {
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden !important;
}

.dealtype-parent {
    padding: 10px;
    padding-left: 15px;
    background: #387cb7;
    color: white;
}
.workflow-editor {
    margin: 0;
    margin-right: -8px;
}
.workflow-action {
    padding-top: 7px;
    font-size: 17px;
    padding-bottom: 0px;
}

.workflow-short-cuts .content .fb-grid {
     margin: 0px;
}

.role-workflow {
    color: rgba(51, 51, 51, 0.95);
}

.role-workflow span {
    font-style: italic;
    color: rgb(14, 100, 170);

}

.flite-admin-workflow .btn-primary {
    float: right;
    height: inherit;
    background-image: none;
    vertical-align: inherit;
    margin: -5px 0px;
    background-image: none;
}

.flite-admin-workflow .section-header {
    padding-top: 10px !important;
    background: #387cb7 !important;
    color: white !important;
}

.flite-admin-workflow .workflow-editor:nth-child(odd) .workflow-editor-row.menu-item-row {
    background-color: rgba(56, 124, 183, 0.39) !important;
}

.flite-admin-workflow .workflow-editor-row.workflow-editor-header {
    padding-top: 0px;
    padding-left: 15px !important;
    background-color: #b1cce3;
    color: black;
}

.flite-admin-workflow .workflow-editor-row.workflow-editor-header div {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #b1cce3;
    color: black;
}
    
.flite-admin-workflow .workflow-editor-row.workflow-editor-header.top,
.flite-admin-workflow .workflow-editor-row.workflow-editor-header.top div{
    padding-bottom: 0px;
}
.flite-admin-workflow .workflow-editor-row.workflow-editor-header.top {
    padding-top: 0px;
}


.flite-admin-workflow .workflow-editor-row.section-header {
    padding-left: 15px;
}

.flite-admin-workflow .workflow-editor-row.menu-item-row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 15px !important;
}

.flite-admin-workflow .workflow-editor-row.menu-item-row .menu-item {
    padding: 0px;
    padding-top: 10px !important;
}

 .flite-admin-workflow .workflow-editor-row .title {
     padding-left: 20px !important;
 }

.flite-admin-workflow .workflow-editor-row.menu-item-row .sort {
    padding-top: 7px !important;
}

.flite-admin-workflow .workflow-editor-row.menu-item-row .drop-down {
    padding-top: 13px !important;
    height: 28px;
    padding-right: 5px
}

.flite-admin-workflow .workflow-editor .content {
    padding-left: 0px !important;
    padding-left: 0px !important;
    overflow: visible;
}

.workflow-editor-options {
    margin: 1px;
    padding: 1px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.workflow-editor-options .btn {
    margin: 0px;
}

.workflow-editor-options div {
    margin-bottom: 1px;
    padding-bottom: 1px;
}

.flite-admin-workflow .btn {
    background-image: none;
}

.menu-item-row .no-padding {
    padding: 0px !important;
}
.menu-item .title {
    padding-left: 10px;
}

#divPopup {
    position: absolute;
    top: 130px;
    left: 100px;
}

#divPopup span {
    background-color: #B46D6D;
    padding: 12px;
    color: whitesmoke;
}

.floatLeft {
    float: left;
}

.margin3 {
    margin-top: 3px;
}

.fa-slash:before {
    content: "/";
    color: red;
    font-weight: bold
}

.fa-stack-inline {
    width: 1em;
    height: 1em;
    line-height: 1em
}

.go-mobile {
    font-size: 2em !important
}

@media print {
    body .nonSurveyPrintContent {
      display: none;
    }
    #printSection, #printSection * {
      visibility:visible;
    }
    #printSection {
      position:absolute;
      left:0;
      top:0;
    }
}

.clickableText {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: white;
    height: 95%;
    margin-right: 4px;
    margin-top: 1px;
}

.rating-header-button-offset {
    margin-top: -2px;
}

.navbar-default .navbar-nav > li > a {
    cursor: pointer;
}

.pagination li a input {
    padding: 0;
    margin: -5px 0;
}

ul.pagination li label.pagination-label {
    min-width: min-content;
    width: fit-content !important;
}

ul.pagination li span.pagination-span select.pagination-control,
ul.pagination li span.pagination-span input.pagination-control#currentPage {
    width: 55px !important;
    text-align: center;
}

.prettycheckbox label, .prettyradio label {
    margin: 2px 5px;
}

th[st-sort],
th[data-st-sort] {
    cursor: pointer;
}

div.alertMessageInfo {
    color: #0b4b7f;

}

div.alertMessageSuccess {
    color: darkgreen;
}

div.alertMessageWarning {
    color: darkorange;
}

div.alertMessageError {
    color: #850000;
}

.loading-message {
    display: flex;
    width: 100%;
    background-color: aliceblue;
    padding: 10px;
}

.deal-information-navigation .pending-changes,
.deal-information-navigation .pending-changes:hover,
.deal_edit .pending-changes,
.deal_edit .pending-changes:hover {
    background: none;
    border: none;
}

.feeFlagContainer {  
    display: flex;
    flex-wrap: wrap;
    column-gap: 11px;
    margin: 0px 5px;
}

.contentBlock .content .feeFlagContainer div label {
    width: auto;
}

.saveAndRecalculateButton {
    color: black;
    padding: 0;
    border: none;
    background: transparent;
}

.saveAndRecalculateButton:disabled {
    color: rgb(92, 92, 92);
}
#main-navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 0;
}

    #main-navbar-collapse .nav.navbar-nav {
        margin: 0;
    }

.headerContainer.banner {
    display: flex;
    justify-content: space-between;
}

    .headerContainer.banner .logoContainer {
        flex: 1 1 auto;
    }

        .headerContainer.banner .logoContainer a {
            margin: unset;
        }

    .headerContainer.banner .utilityMenu.headerUtility {
        width: unset;
    }

.headerUtility {
    right: unset !important;
}

.breadcrumbs-and-alerts {
    display: flex;
    justify-content: space-between;
}

    .breadcrumbs-and-alerts .view-only-mode {
        background: #333;
        margin: 5px 2px 3px;
        padding: 5px 8px;
        color: white;
    }

    .breadcrumbs-and-alerts .alerts {
        padding: 10px 20px 8px 20px;
    }

.sr-only {
    display: none !important;
}

span[role="tab"] {
    cursor: pointer;
}

.pagination > li > a,
.pagination > li > span {
    color: #347AB7 !important;
}

ul.pagination li span.pagination-span {
    padding: 4px 8px;
    border-radius: 4px;
    display: inline;
    font-size: 13px;
}

    ul.pagination li span.pagination-span label.pagination-label {
        font-weight: normal;
    }

a,
a:hover,
a:focus,
table tr td a,
.pager a,
.button-as-icon.blue {
    color: #347AB7;
}

.dropdown-toggle:focus {
    outline: auto;
}

.btn-primary {
    background-image: unset;
    background-color: #1A75CF;
}

    .btn-primary:disabled, .btn-primary[disabled] {
        color: #ffffff;
        background-color: #657A72;
        border-color: #679C88;
        opacity: unset;
    }

.btn-warning {
    background-image: unset;
    background-color: #A5660E;
}

.btn-default {
    background-color: #e0e0e0;
}

.copywrite a {
    text-decoration: underline;
}

.form-control {
    border-color: #707070;
}

    .form-control:focus {
        border: 2px solid #000;
        box-shadow: none;
    }

.table-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.btn.btn-icon {
    padding: unset;
    margin: unset;
    background: unset;
}

.form-group-flex-container {
    display: flex;
    gap: 3px;
}

    .form-group-flex-container label {
        width: 35%;
        min-width: 35%;
        overflow-wrap: break-word;
    }

    .form-group-flex-container div {
        flex: 1;
    }

.form-group-flex-section {
    flex: 1;
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 7px;
}

.deal-header-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2px;
}

.ref_ProductPricing {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

    .ref_ProductPricing label {
        margin-right: 5px;
    }

    .ref_ProductPricing select {
        height: 27px;
    }

.menutemplate {
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    column-gap: 2px;
}

.btn:focus {
    border: 2px solid #000;
    outline: none;
}

.errmsgcontainer {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 5px;
}

.errormsg {
    width: 100%;
    overflow-wrap: break-word;
    color: #850000;
    direction: ltr;
    margin-left: 36%;
}

.errormsgterm {
    width: 100%;
    overflow-wrap: break-word;
    color: #850000;
    direction: ltr;
}

.configure-menu--header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .configure-menu--header .configure-menu--header-section.left {
        flex: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: baseline;
        column-gap: 25px;
    }

    .configure-menu--header .configure-menu--header-section.right {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-end;
        align-items: baseline;
        column-gap: 25px;
    }


    .configure-menu--header .configure-menu--header-section .configure-menu--header-section-item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 3px;
    }

.configure-menu--header-section-item .form-label {
    min-width: fit-content;
    margin-right: 2px;
}

.configure-menu--header-section-item select {
    min-width: 100px;
}

.outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
}

.inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin: 10px 0;
}

.econtract-globalTools {
    top: 75px;
}

.contractRow .econtract-customContract-tools {
    padding-top: 20px;
    padding-left: 38px;
}

.contractRow .econtract-productContract-tools {
    padding-top: 20px;
    padding-left: 38px;
}

.rating_Tabs .header {
    display: flex;
    justify-content: space-between;
}

    .rating_Tabs .header .header_names {
        flex: 1;
        display: flex;
        justify-content: space-between;
        column-gap: 5px;
        margin: 0 10px;
    }

        .rating_Tabs .header .header_names .multiHeaderBlock {
            display: flex;
            align-items: center;
            padding-top: 2px;
            column-gap: 5px;
        }

            .rating_Tabs .header .header_names .multiHeaderBlock select {
                margin-left: unset;
            }

    .rating_Tabs .header .header_actions {
        display: flex;
    }

footer[role="contentinfo"] {
    margin-bottom: 20px;
}

body {
    min-width: unset !important;
}

.navbar .navbar-header {
    margin: unset;
}

.deal-search-filters .right-section {
    display: flex;
    justify-content: flex-end;
}

#saleToolsFullScreen a.product {
    margin: unset !important;
}

.panel#saleToolsFullScreen .panel-body .sales-products {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

div.contentBlock div.content div.errmsgcontainer label {
    margin-bottom: unset;
}

.contentBlock .content div.fixedCol textarea {
    width: 63% !important;
}

.contentBlock .content div.subSection.myDeals {
    color: #616161;
}

.contentBlock .content div select,
.contentBlock .content div input {
    margin: 0px;
}

.contentBlock .content div select {
    margin-bottom: 5px !important;
}

.contentBlock.oneColumn div.content div.fixedCol {
    margin: unset;
}

.contentBlock.twoColumn .content .row [class*="col-"] div.fixedCol {
    width: 100%;
    margin: unset;
}

.rateterm.quick-hide {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

    .rateterm.quick-hide .section {
        flex: 2 1 auto;
        display: flex;
        align-items: baseline;
        column-gap: 5px;
    }

        .rateterm.quick-hide .section label {
            flex: 1 1 auto;
        }

        .rateterm.quick-hide .section input {
            flex: 2 1 auto;
        }

        .rateterm.quick-hide .section.actions {
            flex: 1 1 auto;
        }

.productRating.contentContainer .content.buttons .left {
    float: left;
}

.productRating.contentContainer .content.buttons .right {
    float: right;
}

.product-images .filter-actions {
    display: flex;
    justify-content: space-between;
}

.tabbed.wizard .tabContainer .tab .dealWizard-step {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
}

    .tabbed.wizard .tabContainer .tab .dealWizard-step span {
        flex: 0 0 auto;
        margin-right: unset;
    }

.vehicle-warranty table.table tbody tr th {
    background: inherit;
    font-weight: normal;
}

#validationModal span[angucomplete-alt] .angucomplete-holder input {
    border: solid 1px #707070;
}

    #validationModal span[angucomplete-alt] .angucomplete-holder input:focus {
        border: solid 2px black;
        box-shadow: unset;
    }

.sale-product-taxes .edit-tax {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

    .sale-product-taxes .edit-tax .edit-tax-group {
        display: flex;
        column-gap: 7px;
    }

    .sale-product-taxes .edit-tax label {
        flex: 0 1 auto;
        max-width: 100px;
    }

    .sale-product-taxes .edit-tax input {
        flex: 0 1 auto;
    }

        .sale-product-taxes .edit-tax input[type="checkbox"] {
            flex: 0 1 auto;
        }

.sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group {
    display: flex;
    flex: 1 1 auto;
}

    .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group label {
        flex: 0 0 auto;
        width: 25%;
    }

    .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }

        .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields input,
        .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields select {
            width: 100%;
        }

        .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields.inline {
            flex-direction: row;
            column-gap: 10px;
        }

            .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields .section,
            .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields.inline .section {
                display: flex;
                flex: 1 1 auto;
            }

                .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields .section input[type="checkbox"],
                .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields .section input[type="radio"],
                .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields.inline .section input[type="checkbox"],
                .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields.inline .section input[type="radio"] {
                    width: 15px;
                }

                .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields .section label,
                .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group .fields.inline .section label {
                    width: auto !important;
                }

#add-file-confirmation-modal .fixedCol {
    width: 100%;
}

.generate-menu .package table tfoot {
    height: 31px;
}

.copy-all-prices .fa-stack-1x,
.copy-all-prices .fa-stack-2x {
    text-align: left;
}

.copy-all-prices .fa-stack-1x {
    top: 0px;
    left: 5.5px;
    font-size: 6px;
}

.copy-all-prices .fa-stack-2x {
    margin: 0;
}

.add-finance-provider {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    column-gap: 3px;
}


div.edit-product div.edit-products div.contentBlock div.content div.fixedCol {
    margin: 0;
    padding: 0;
    width: 33%;
}

    div.edit-product div.edit-products div.contentBlock div.content div.fixedCol div.errmsgcontainer select {
        margin-bottom: 0 !important;
    }

    div.edit-product div.edit-products div.contentBlock div.content div.fixedCol div.errmsgcontainer span {
        margin-bottom: 5px;
    }

#landing-save-article-modal .contentBlock,
#landing-save-video-modal .contentBlock {
    margin: 0;
}

    #landing-save-article-modal .contentBlock .content,
    #landing-save-video-modal .contentBlock .content {
        padding: 0;
    }

        #landing-save-article-modal .contentBlock .content .fixedCol,
        #landing-save-video-modal .contentBlock .content .fixedCol {
            margin: 0 !important;
            padding: 5px !important;
        }

#landing-save-article-modal input.with-button,
#landing-save-video-modal input.with-button {
    width: 55% !important;
}

.menuProduct .contentBlock .content .row .fixedCol,
.accounting .contentBlock .content .row .fixedCol,
.userEdit .contentBlock .content .row .fixedCol,
.userClientSearch .contentBlock .content .row .fixedCol,
.client-settings-insurance .contentBlock .content .row .fixedCol,
.customers-edit .contentBlock .content .row .fixedCol {
    margin: 0;
    padding: 0;
    width: 100%;
}

.selected_products tfoot td:nth-child(2) {
    background-color: #dddddd !important;
}

.xs_scroll {
    overflow-x: auto !important;
}

@media screen and (min-width: 1024px) {
    body {
        min-width: 880px !important;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .headerContainer.banner .utilityMenu.headerUtility {
        text-align: right;
    }

    .ref_ProductPricing {
        display: flex;
        justify-content: space-between;
        flex-direction: column !important;
    }

    .md_scroll {
        overflow-x: scroll !important;
    }

    .salesToolPage .innerContainer {
        display: flex !important;
        flex-direction: column;
        width: unset !important;
    }

        .salesToolPage .innerContainer .salesDescription {
            width: unset;
            height: unset;
        }

        .salesToolPage .innerContainer .salesTools {
            width: unset;
        }

    .contractRow {
        margin-bottom: 15px;
    }

    .econtract-globalTools {
        top: unset;
        text-align: center;
        border-bottom: 1px solid #dcdcdc;
    }

    .contractingStyle .productName {
        height: unset !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .contractRow .econtract-customContract-tools {
        padding-top: 10px;
        text-align: center;
        border-bottom: 1px solid #dcdcdc;
    }

    .contractRow .econtract-productContract-tools {
        padding-top: 10px;
        text-align: center;
        border-bottom: 1px solid #dcdcdc;
    }

    .contentBlock .content div.fixedCol input.paymentDate {
        width: calc(54% - 35px) !important;
    }

    .menutemplate {
        width: auto;
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .rateterm.quick-hide {
        flex-direction: column;
    }

        .rateterm.quick-hide .section input {
            flex: 1 1 auto;
        }
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .contentBlock.oneColumn {
        width: calc(50% - 17px) !important;
    }

    .contentBlock .content div.fixedCol input.withButton {
        width: calc(63% - 33px) !important;
    }

    .contentBlock .content div.fixedCol input.paymentDate {
        width: calc(54% - 35px) !important;
    }
}

@media screen and (max-width: 768px) {
    .deal-search-filters .right-section {
        margin-top: 7px;
        justify-content: left;
    }

    .contentBlock .content div.fixedCol:nth-child(3n-2) {
        margin-left: 0;
        margin-right: 0;
    }

    .contentBlock .content div.fixedCol {
        width: 100%;
    }

    div.edit-product div.edit-products div.contentBlock div.content div.fixedCol:not(:last-child) {
        padding-right: 2%;
    }
}

@media screen and (min-width: 768px) {
    .accounting .contentBlock .content .row [class*="col-"] .fixedCol,
    .userEdit .contentBlock .content .row [class*="col-"] .fixedCol,
    .userClientSearch .contentBlock .content .row [class*="col-"] .fixedCol,
    .client-settings-insurance .contentBlock .content .row [class*="col-"] .fixedCol,
    .customers-edit .contentBlock .content .row [class*="col-"] .fixedCol {
        padding-right: 80px;
    }

    div.edit-product div.edit-products div.contentBlock div.content div.fixedCol:not(:first-child) {
        padding-left: 2%;
    }
}

@media screen and (max-width: 640px) {
    .contentBlock.oneColumn,
    .contentBlock.twoColumn {
        margin-left: 0px;
        margin-right: 0px;
        width: 100% !important;
    }

    .edit-products .contentBlock .content div.fixedCol {
        width: unset !important;
    }

    .tabbed.wizard .tabContainer .tab:first-of-type {
        padding-left: 30px !important;
    }

    .tabbed.wizard .tabContainer .tab {
        display: flex !important;
        width: 90% !important;
    }

    .deal-header-actions {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 5px;
    }

        .deal-header-actions .center {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            row-gap: 5px;
        }

        .deal-header-actions .left,
        .deal-header-actions .center,
        .deal-header-actions .right {
            width: 100%
        }

    .rating_Tabs .headerControls {
        height: unset !important;
    }

    .rating_Tabs .header {
        flex-wrap: wrap;
    }

        .rating_Tabs .header .header_names {
            flex-direction: column;
        }

            .rating_Tabs .header .header_names .multiHeaderBlock {
                flex-direction: column;
                align-items: flex-start;
                flex: 1;
            }

                .rating_Tabs .header .header_names .multiHeaderBlock select {
                    width: 100%;
                }

        .rating_Tabs .header .header_actions {
            flex-wrap: wrap;
            width: 100%;
        }

            .rating_Tabs .header .header_actions button.btnHeader {
                width: 100%;
                height: 37px;
                margin-right: unset;
                margin-top: unset;
            }
}

@media screen and (min-width: 481px) and (max-width: 1023px) {
    .headerContainer.banner {
        flex-direction: column;
        justify-content: normal;
        height: unset;
    }

    .headerContainer .logoContainer a {
        width: 96vw !important;
    }

    .contentBlock .content .btn-group.wideButtons > .btn {
        margin-left: unset !important;
    }
}

@media screen and (max-width: 480px) {
    html {
        display: flex;
        flex-wrap: wrap;
    }

    body {
        min-width: 50vh !important;
    }

    .headerContainer.banner {
        flex-direction: column;
        justify-content: normal;
        height: unset;
    }

        .headerContainer.banner .logoContainer a {
            width: 100% !important;
            margin: unset !important;
        }

        .headerContainer.banner .utilityMenu.headerUtility a {
            margin: unset;
            margin-right: 7px;
        }

    .navbar-toggle {
        margin-left: unset;
    }

    .breadcrumbs-and-alerts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .breadcrumbs-and-alerts .view-only-mode {
            margin: 0;
            width: 100%;
            padding: 8px 0px 8px 18px;
        }

        .breadcrumbs-and-alerts .alerts {
            padding: 10px 15px 8px 15px;
        }

    .breadcrumb {
        padding: 10px 15px 8px 15px !important;
    }

    .pageContainer {
        padding: unset !important;
    }

    .contentBlock {
        margin-left: unset !important;
        margin-right: unset !important;
    }

        .contentBlock table input {
            width: unset !important;
        }

        .contentBlock .header {
            background-color: #1A75CF !important;
        }

        .contentBlock .content .btn-group.wideButtons > .btn {
            width: 100% !important;
            padding: 6px !important;
            margin-bottom: 6px !important;
        }

        .contentBlock .content div.myDeals {
            width: 100% !important;
        }

            .contentBlock .content div.myDeals select {
                width: 100% !important;
            }

        .contentBlock .content div label {
            width: 85% !important;
        }

        .contentBlock .content div.fixedCol {
            width: 100% !important;
            padding: unset !important;
            margin: unset !important;
            margin-bottom: 5px !important;
        }

            .contentBlock .content div.fixedCol input[type="text"],
            .contentBlock .content div.fixedCol input[type="textarea"],
            .contentBlock .content div.fixedCol input[type="email"],
            .contentBlock .content div.fixedCol input[type="tel"],
            .contentBlock table input[type="text"],
            .contentBlock table input[type="textarea"],
            .contentBlock table input[type="email"],
            .contentBlock table input[type="tel"],
            .contentBlock table select,
            .contentBlock .content.rateterm input[type="text"],
            .contentBlock .content.rateterm input[type="textarea"],
            .contentBlock .content.rateterm input[type="email"],
            .contentBlock .content.rateterm input[type="tel"],
            .angucomplete-holder input {
                width: 100% !important;
            }

            .contentBlock .content div.fixedCol textarea {
                width: 100% !important;
            }

            .contentBlock .content div.fixedCol input.withButton {
                width: 88% !important;
            }

            .contentBlock .content div.fixedCol .radioGroup {
                padding-left: 10px !important;
                margin-top: 0px !important;
                margin-bottom: 10px !important;
            }

            .contentBlock .content div.fixedCol select {
                width: 100% !important;
            }

        .contentBlock.oneColumn {
            display: block !important;
        }

            .contentBlock.oneColumn .content div.fixedCol {
                width: 100% !important;
                clear: both !important;
            }

        .contentBlock.twoColumn {
            width: 100% !important;
        }

            .contentBlock.twoColumn .content div.fixedCol {
                width: 100% !important;
                clear: both !important;
            }

    .edit-products .contentBlock .content div.fixedCol {
        width: 100% !important;
    }

    .contentBlock .content div.fixedCol span.autocomplete-input {
        width: 100% !important;
    }

    .rm_scroll_sm {
        min-width: unset !important;
    }

    .sm_chkbox input[type="radio"] {
        margin: -5px 2px 0px 2px !important;
    }

    .xs_margin-bottom {
        margin-bottom: 5px !important;
    }

    .flexcol {
        display: flex;
        flex-direction: column !important;
    }

    .dflex {
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        margin: 5px 0px;
    }

    .dflex-section {
        flex: 1 1 auto;
        display: block;
    }

    .errormsg {
        margin-left: 0px !important;
    }

    .btn-group, .btn-group-vertical {
        display: flex !important;
        align-items: baseline !important;
        width: 100%;
    }

    .deal-header-actions .dropdown,
    .deal-header-actions .btn,
    .deal-header-actions button,
    .deal-header-actions select {
        width: 100%;
    }

    .deal-header-actions button {
        border-radius: 4px !important;
    }

    .ref_ProductPricing.buttons #GenerateMenu__MenuSave {
        width: 100%;
    }

    .menutemplate {
        text-align: center;
        width: auto;
        display: flex;
        padding-right: 2px;
        align-items: baseline;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 2px;
        margin-bottom: 5px;
    }

        .menutemplate select {
            width: 100%;
        }

        .menutemplate .button-container {
            display: flex;
            flex-direction: column;
            row-gap: 5px;
            width: 100%;
        }

            .menutemplate .button-container button {
                width: 100%;
                border-radius: 4px !important;
            }

    .form-group-flex-container {
        flex-direction: column !important;
    }

    .form-horizontal .form-group,
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .form-horizontal .form-group {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin: 0px !important;
    }

    .loginContainer {
        width: 80% !important;
        padding: 25px !important;
    }

    nav .pagination input[type="text"],
    nav .pagination select {
        width: 55px !important;
    }

    .content select {
        width: 100% !important;
    }

    .stepGroup .col-xs-3.progressItemContainer {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .modal-xl {
        width: unset !important;
    }

    #clearSearch {
        width: 100% !important;
        margin-top: 7px !important;
    }

    .headerControls {
        height: unset !important;
    }

    .configure-menu .configure-menu--header {
        flex-direction: column;
    }

    .configure-menu .configure-menu--header {
        flex-direction: column;
    }

        .configure-menu .configure-menu--header .configure-menu--header-section.left,
        .configure-menu .configure-menu--header .configure-menu--header-section.right {
            flex-direction: column;
            flex: 1;
            width: 100%;
        }

        .configure-menu .configure-menu--header .configure-menu--header-section .configure-menu--header-section-item {
            width: 100%;
        }

            .configure-menu .configure-menu--header .configure-menu--header-section .configure-menu--header-section-item.actions {
                flex-direction: column;
                align-items: stretch;
            }

        .configure-menu .configure-menu--header .configure-menu--header-section.right button {
            width: 100%;
        }

    .configure-menu .panel.product-list button#clearFilterOptions {
        width: 100%;
    }

    .fees-accessories .filters .clear-filters {
        margin-top: 15px;
    }

    .productRating.contentContainer .content.buttons {
        height: unset;
        padding: unset;
        margin: unset;
    }

        .productRating.contentContainer .content.buttons .left {
            float: unset;
        }

        .productRating.contentContainer .content.buttons .right {
            float: unset;
        }

        .productRating.contentContainer .content.buttons button {
            width: 100%;
        }


    .sale-taxes .contentBlock.twoColumn.edit-tax .edit-tax-group {
        flex-direction: column;
    }

    #ratingOptionsModal .form-group-flex-container {
        flex-direction: row !important;
    }

    #landing-save-article-modal input.with-button,
    #landing-save-video-modal input.with-button {
        width: 88% !important;
    }
}

.deal-review .contentBlock .content div label {
    width: unset;
    margin-bottom: unset;
    padding: unset;
    line-height: unset;
}

.deal-review input:disabled {
    background-color: rgb(235, 235, 228);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    -webkit-appearance: textfield;
    color: rgb(84, 84, 84);
    cursor: default;
}

.deal-review input.withButton {
    width: calc(100% - 33px);
}

.deal-review .input-group-btn .btn {
    padding: 2px;
    width: 30px;
    border-left: none;
    border-color: #aaaaaa;
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.deal-review .fb-col {
    padding-bottom: unset;
}

.deal-review.contentContainer .contentBlock.dealClosingInputs textarea {
    height: unset;
    resize: vertical;
}

@media screen and (max-width: 320px) {
    .contentBlock .content div.fixedCol input.withButton {
        width: 87% !important;
    }

    #landing-save-article-modal input.with-button,
    #landing-save-video-modal input.with-button {
        width: 84% !important;
    }
}

@media (max-width: 320px) {
    .rateProdSelect {
        width: auto !important;
    }
}

.dashboardemailsetup .email-events-migration-notif .important {
    color: #EB0000;
}

.menuTemplateDefault .table-menu-template {
    font-weight: unset;
}

.label-success-active {
    background-color: #306d30;
}

.label-danger-inactive {
    background-color: #af3734;
}

.copy-dealer .prettycheckbox label.strong {
    font-weight: bold;
}

.R1insights-ad .press-release a {
    font-weight: 100;
}

.surveyList .panel.panel-default .panel-body .table .label.label-info {
    background-color: #20809D;
}

.surveyList .panel.panel-default .panel-body .table .label.label-warning {
    background-color: #A5660E;
}

.surveyList .panel.panel-default .panel-body .table span.disabled {
    color: #707070;
    opacity: unset;
}

.client-settings-vendors .contentBlock.oneColumn .content a.disabled {
    opacity: unset;
    background-color: #657A72;
    border-color: #679C88;
}
/*@import url(/Content/contracting/rating.css);*/

.pageContainer .bodyContainer a 
{
    color:#2a5d8c;
    font-weight:normal;
    padding-left:0px;
}

.pageContainer .message 
{
    margin:10px;
    color:#ff2222;
    background:#ffeeee;
    border:1px solid #ff2222;
    padding:10px;
    padding-left:20px;
    border-radius:10px;
    width:580px;
    margin:10px auto;
    font-size:11px;
}

.pageContainer .message.successmessage 
{
    color:#00cc00;
    background:#eeffee;
    border:1px solid #00cc00;
    margin:10px;
    padding:10px;
    padding-left:20px;
    border-radius:10px;
    width:580px;
    margin:10px auto;
    font-size:11px;
}

.pageContainer .remitHeader
{
    width:100%;
    color:black;
    text-align:left;
}

.pageContainer .remitVoidMessage 
{
    margin:10px;
    color:#000000;
    background:#ffeeee;
    border:1px solid #555555;
    padding:10px;
    border-radius:10px;
    width: 55%;
    margin:10px auto;
    font-size:11px;
    text-align:left;
}

.pageContainer .remitListItem
{
    font-weight:normal;
    list-style-type:none;
    margin-bottom:-5px;
}

.pageContainer input.readonly 
{
    color:#555555;
    background:none;
    /*border:1px solid #999999;*/
    border:none;
}

.pageContainer .headerContainer 
{
    
}

.pageContainer .bodyContainer 
{
    font-family:Verdana;
    font-size:12px;
    margin:0px auto;
    margin-top:30px;
    position:relative;
}

.pageContainer .bodyContainer ul 
{
    width:1000px;
    margin:0px auto;
}

.pageContainer .bodyContainer ul li 
{
    font-size:12px;
    margin:5px;
}

.pageContainer .progress 
{
    width:866px;
    margin:0px auto;
    display:block;
    overflow:auto;
    text-align:center;
    margin-bottom:15px;
    padding-right:11px;
}

.pageContainer .three_column .progress {
    padding-right: 0px;
}

.pageContainer .progress a
{
    display:inline-block;
    height:77px;
    width:77px;
    border:1px solid #cccccc;
    border-radius:5px;
    margin:10px 12px;
    text-align:center;
    text-decoration:none;
    vertical-align:text-bottom;
}

.pageContainer .progress a.done { color:#000000 !important; }
.pageContainer .progress a.othdone { background-color:#caffca; }
.pageContainer .progress a.hddone { background-color:#fb6a22; cursor:default !important; }

.pageContainer .progress a.highlighted { background-color:#ededf2; border-color:#bbbbbb; box-shadow:rgba(0,0,0,0.3) 0px 2px 2px; font-size:12px; height:99px; width:99px; margin:14px 3px; }
.pageContainer .progress a.active { box-shadow:rgba(0,0,0,0.3) 0px 2px 2px; border-color:#bbbbbb; }
.pageContainer .progress a.disabled { color:#cccccc !important; cursor:default; }

/* Chrysler workflow group, move to separate css when able. */

.pageContainer .progress a.done { cursor:default !important; }

/* end Chrysler */

.pageContainer .progress a:before
{
    /*content:attr(name);*/
    font-family:icons,Verdana;
    font-size:50px;
    text-shadow:1px 1px 2px rgba(0,0,0,0.3);
    display:block;
    height:68px;
    line-height:68px;
    width:88px;
    margin:10px auto 0px auto;
	text-align:center;
}

.pageContainer .progress a.active:before { border-color:#bbbbbb; }

.pageContainer .progress a span 
{
    float:right;
    position:relative;
    right:17px;
    bottom:22px;
    width:0px;
}

.pageContainer .group 
{
    clear:both;
    width:916px;
    height:70px;
    margin:0px auto;
}

.pageContainer .four_column .group {width:822px;}
.pageContainer .three_column .group {width:715px;}

.pageContainer h3
{
    padding:8px 10px 10px 10px;
    height:52px;
    margin:0px;
    color:#000000;
    width:140px;
    font-size:14px;
    float:left;
}

.pageContainer h3 span 
{
    display:table-cell;
    vertical-align:middle;
    width:140px;
    height:65px;
    text-align:right;
}

@font-face {
  font-family: 'icons';
  src: url(/fonts/fontawesome-webfont.eot);
  src: url(/fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
     url(/fonts/fontawesome-webfont.woff) format('woff'),
     url(/fonts/fontawesome-webfont.ttf) format('truetype'),
     url(/fonts/fontawesome-webfont.svg#FontAwesome) format('svg');
  font-weight: normal;
  font-style: normal;
}
.pageContainer h3 span.status { font-family:icons,Verdana; color:#aaaaaa; }
.pageContainer h3 span.status { border:none; cursor:default; display:block; width:32px; padding:3px 0px; font-size:24px; }
.pageContainer h3 span.status:hover { background:none; }
                          
.pageContainer .new:before { content: "\f055"; font-family:icons; }   
.pageContainer .empty:before { content: "\f10c"; font-family:icons; }
.pageContainer .rate:before { content: "\f019"; font-family:icons; }
.pageContainer .validate:before { content: "\f046"; font-family:icons; }
.pageContainer .generate:before { content:"\f016"; font-family:icons; }
.pageContainer .execute:before { content:"\f040"; font-family:icons; }
.pageContainer .finalize:before, .finalized:before { content:"\f00c"; font-family:icons;} /* Removed checked before because this impacts styles globally in an undesired manner */

.pageContainer .group div a.done:before { color:#444444; }
.pageContainer .group div a.active:before { color:#2a5d8c; font-size:32px; }
.pageContainer .group div a.disabled:before { color:#bbbbbb; }

.pageContainer .group div a.active { border:1px solid #bbbbbb; background:#ffffff; border-radius:3px; width:43px; height:47px; line-height:54px; margin:-5px 31px -10px 31px; box-shadow:rgba(0,0,0,0.3) 0px 1px 1px; }
.pageContainer .group div a.issue { border:1px solid #444444; background:#444444; border-radius:3px; width:43px; height:47px; line-height:54px; margin:-5px 31px -10px 31px; box-shadow:rgba(0,0,0,0.3) 0px 1px 1px; font-size:32px; }
.pageContainer .group div a.highlighted { background:#ededf2; }

/* Chrysler workflow group, move to separate css when able. 

.pageContainer .group div a.active { cursor:default !important; }
.pageContainer .group div a.issue { cursor:default !important; }
.pageContainer .group div a.highlighted { cursor:default !important; }
.pageContainer .group div a.done { cursor:default !important; }
.pageContainer .group div a.disabled { cursor:default !important; }

/* end Chrysler */

.pageContainer .group div a.checked:before { content:"\f00c"; font-family:icons; color:#00cc00; }
.pageContainer .group div a.issue:before { content:"\f06a"; font-family:icons; color:#eeee00; }

.pageContainer h3 span.finalized:before { color:#ffffff; }
 
.pageContainer div.checkboxLabel {
    margin: 0px auto;
    width: 610px;
}
   
.pageContainer .group input[type=checkbox]{
    float: left;
    margin-top: 25px;
    height: 20px;
    width: 20px;
}

.pageContainer .group 
{
    line-height: 40px;
    height: 40px;
    width: 544px;
    margin: 14px 10px;
    overflow: show;
    float: left;
    background-color: #fdfdfd;
    border: 1px solid #cccccc;
    border-radius: 7px;
    margin-bottom: 8px;
    margin-left: 29px;
}

.pageContainer .group div.withCheckbox {
    margin-left:3px;
} 

.pageContainer .four_column .group div {width:430px;}
.pageContainer .three_column .group div {width:323px;}

.pageContainer .progressBarBackground 
{
    margin:0px;
    border:none;
    position:relative;
    height:40px;
    z-index:1;
    bottom:39px;
}

.pageContainer .group div div.hdProgressBarBackground 
{
    background:#fb6a22;
}

.pageContainer .othProgressBarBackground 
{
    background:#caffca;
}

.pageContainer .group div div.stopped 
{
    background:#ffff99;
}

.pageContainer .group div a 
{
    margin:2px 42px 0px 42px;
    display:block;
    float:left;
    width:23px;
    position:relative;
    text-align:center;
    white-space:nowrap;
    font-size:18px;
    line-height:36px;
    text-decoration:none;
    z-index:2;
}

.pageContainer .group div a.hddone {
    cursor: default !important;
}

.pageContainer .group div a.disabled {
    cursor: default !important;
}

.pageContainer .group div a.othdone, .pageContainer .group div a.othactive  {
    cursor: default !important;
}

.pageContainer .group div.tools 
{
    height:52px;
    margin:0px;
    width:140px;
    padding:0px 10px;
    overflow:hidden;
    background:none;
    border:none;
    border-radius:none;
    margin-bottom:8px;
}

.pageContainer .group div.tools a 
{
    margin:10px 10px 0px 0px;
    display:block;
    float:left;
    width:20px;
    text-align:center;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:18px;
    line-height:52px;
    text-decoration:none;
}

.pageContainer .group div.global 
{
    border-top: 1px solid #dddddd;
    position: relative;
    width: auto;
    padding-left: 20px;
    float: left;
}

.pageContainer .five_column div.global {
    left: 696px;
}

.pageContainer .four_column div.global {
    left:582px;
}

.pageContainer .three_column div.global {
    left: 475px;
}

.pageContainer .group div.global span 
{
    float:left;
    line-height:16px;
    margin-top:10px;
    margin-right:20px;
}

.pageContainer .group div.global a 
{
    line-height:20px;
}

.pageContainer .remove:before { content: "\f014"; font-family:icons; font-style:normal}
.pageContainer .print:before { content: "\f02f"; font-family:icons; font-style:normal }
.pageContainer .email:before {
    content: "\f0e0";
    font-family: icons;
    font-style: normal
}
.pageContainer .details:before {
    content: "\f05a";
    font-family: icons;
    font-style: normal
}
.pageContainer .help:before {
    content: "\f059";
    font-family: icons;
    font-style: normal
}
.pageContainer .issue:before {
    content: "\f06a";
    font-family: icons;
    font-style: normal
}
.pageContainer .deallink:before {
    content: "DL";
    font-family: Verdana, sans-serif;
    font-style: normal
}
.pageContainer .finance:before {
    content: "\f09d";
    font-family: icons;
    font-style: normal
}

.pageContainer .progress a.done, .progress a.disabled 
{
    font-size:11px;
    vertical-align:text-bottom;
}

.pageContainer .progress a.active 
{
    vertical-align:text-bottom;
    font-size:11px;
}

.pageContainer .progress a.done:before, .pageContainer .progress a.disabled:before 
{
    font-size:32px;
    line-height:35px;
    height:35px;
    width:40px;
}

.pageContainer .progress a.active:before
{
    font-size:32px;
    line-height:45px;
    height:35px;
    width:50px;
}


/* --- signature --- */

.pageContainer .signatureContainer .header h3
{
    line-height:30px;
    border-top-left-radius:9px;
    border-top-right-radius:9px;
    margin-top:0px;
    padding-left:10px;
    text-align:left;
    width:580px;
    color:#ffffff;
    float:none;
    background: #2a5d8c;
    height:30px;
    padding:0px 10px;
    margin:0px;
}

.pageContainer .header h3 .close 
{
    float:right;
    background-color:#ffffff;
    margin:0px;
    margin-top:3px;
    padding:6px !important;
    line-height:10px;
    height:10px;
    font-size:13px;
    width:10px;
    text-decoration:none;
    border-radius:30px;
}

.pageContainer .signatureContainer .header h3 span 
{
    float:right;
    font-weight:normal;
    border: none;
    display: block;
    height: auto;
    line-height: auto;
    text-align: right;
    font-weight: normal;
    color: white;
    text-decoration: none;
    margin:0px 10px 0px 0px;
    width: auto;
    padding: 0px;
    font-size: 16px;
    cursor: default;
}

.pageContainer .signatureContainer 
{
    background-color:#eeeeee;
    border-radius:10px;
    border:1px solid #888888;
    overflow:auto;
    margin-left:-300px;
    left:50%;
    width:600px;
    margin-bottom:15px;
    position:absolute;
    top:150px;
    display:none;
    box-shadow:rgba(0,0,0,0.3) 0px 4px 4px;
}

.pageContainer .signatureContainer .header p
{
    padding:10px;
    margin:0px;
}

.pageContainer .signatureContainer .header p:after 
{
    content:" ";
    display:block;
    height:0px;
    width:100%;
    margin-top:20px;
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(255,255,255,0.4);
}

.pageContainer .signatureContainer .body 
{
    padding:10px;
}

.pageContainer .signatureContainer .body h4 
{
    margin:0px;
}

.pageContainer .signatureContainer .body div 
{
    width:45%;
    margin:0px 2%;
    float:left;
}

.pageContainer .signatureContainer div.signatureBox 
{
    background:#ffffff;
    display:block;
    height:40px;
    width:225px;
    border:1px solid #222222;
}

.pageContainer .signatureContainer div.initialBox
{
    background:#ffffff;
    display:block;
    height:40px;
    width:125px;
    border:1px solid #222222;
}

.pageContainer .signatureContainer .footer 
{
    padding:25px 10px 10px 10px;
    clear:both;
}

.pageContainer .button 
{
    float:left;
    display:block;
    padding:4px 7px;
    border-radius:4px;
    background-color:#2a5d8c;
    border:1px solid #444444;
    color:#ffffff;
    text-decoration:none;
    margin:5px 5px 5px 0px;
}

.pageContainer .nextButton, .pageContainer .doneButton, .pageContainer .prevButton
{
    float:right;
    margin-bottom:10px;
}

.pageContainer .prevButton 
{
    float:left;
}

.pageContainer .toolbar 
{
    display:none;
}

.pageContainer .toolbar a 
{
    height:100px;
    width:100px;
    float:left;
    border:1px solid #dddddd;
    margin-right:10px;
}

.pageContainer .overlay 
{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;
    display:none;
}

.pageContainer .signatureContainer .body div.esign 
{
    float:left;
    width:62%;
    border-right:1px solid rgba(0,0,0,0.1);
    margin:0px;
    padding:10px;
    text-align:left;
}

.pageContainer .signatureContainer .body div.wetsign 
{
    float:left;
    width:29%;
    border-left:1px solid rgba(255,255,255,0.4);
    margin:0px;
    padding:10px;
}

.pageContainer .signatureContainer .body div a 
{
    float:left;
    width:70px;
    text-align:center;
    margin:18px 33px;
    height:70px;
    border:1px solid #bbbbbb;
    border-radius:8px;
    background:#dddddd;
    padding:20px;
    text-decoration:none;
}

.pageContainer .signatureContainer .body div a:before 
{
    display:block;
    height:50px;
    width:100%;
    font-size:40px;
}

.pageContainer .signatureContainer .body div a.done { color:#000000; }
.pageContainer .signatureContainer .body div a.othdone { background-color:#caffca; }
.pageContainer .signatureContainer .body div a.hddone { background-color:#fb6a22; }
.pageContainer .signatureContainer .body div a.highlighted { background-color:#ededf2; border-color:#bbbbbb; box-shadow:rgba(0,0,0,0.3) 0px 2px 2px; }
.pageContainer .signatureContainer .body div a.active { box-shadow:rgba(0,0,0,0.3) 0px 2px 2px; border-color:#bbbbbb; background:#ffffff; }

.hidden {
    display:none !important;
}

/* ------- details --------- */

.pageContainer div.detailsContainer 
{
    line-height: 40px;
    overflow: hidden;
    float: none;
    height:auto;
    background-color: #eeeeee;
    border: 1px solid #CCC;
    border-radius: 8px;
    left:50%;
    width:600px !important;
    top:50px;
    margin:0px;    
    padding-bottom: 8px;
    margin-left:-300px;
}

.pageContainer div.detailsContainer .header
{
    border-top-left-radius:9px;
    border-top-right-radius:9px;
}

.pageContainer div.detailsContainer .body 
{
    overflow-y:auto;
    overflow-x:hidden;
    height:100%;
    max-height:350px;
}

.pageContainer div.detailsContainer .body div[id*="_ux_detailGridHeader"]
{
    background:none;
    border:none;
    font-weight:bold;
    line-height:10px;
    height:20px;
}

.pageContainer div.detailsContainer .body div[id*="_ux_productName"] 
{
    background:none;
    border:none;
    font-weight:bold;
    padding-left:10px;
    width:568px;
}

.pageContainer div.detailsContainer div  
{
    height:auto;
    font-weight:normal;
    margin:0px;
    line-height: 40px;
    padding:0px;
    background-color: #eeeeee;
    width: 580px;
    margin: 0px;
    overflow: default;
    float: none;
    border: 0px;
    border-radius: 0px;
}

.pageContainer div.detailsContainer .body div 
{
    width:578px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    border-top:1px solid rgba(255,255,255,0.9);
    border-left:1px solid rgba(0,0,0,0.1);
    border-right:1px solid rgba(0,0,0,0.1);
    background:#fcfcfc;
}

.pageContainer div.detailsContainer .footer 
{
    height:0px;
    line-height:0px;
    margin-bottom:10px;
    display:none;
}

.pageContainer div.detailsContainer .body div span 
{
    width:31%;
    margin-left:2%;
    display:block;
    float:left;
}


/* ------------ help ------------- */

.pageContainer .bodyContainer .help_link 
{
    position:absolute;
    right:30px;
    top:0px;
    text-decoration:none;
    text-align:vertical;
}

.pageContainer .bodyContainer .help_link:before 
{
    font-size:20px;
    position:relative;
    top:4px;
    margin-right:5px;
}

.pageContainer .helpContainer 
{
    position:absolute;
    width:650px;
    top:0px;
    left:50%;
    margin-left:-325px;
    display:none;
    background:#ffffff;
    z-index:3;
    border-radius:8px;
    padding-bottom:10px;
}

.pageContainer .helpContainer p 
{
    clear:left;
    text-indent:-52px;
    padding-left:63px;
    padding-right:5px;
}

.pageContainer div.helpContainer h3
{
    padding:0px 10px;
    line-height:30px;
    height:30px;
    width:580px;
    margin:0px;
    color:#ffffff;
    background: #2a5d8c;
    margin-bottom:10px;
}

.pageContainer div.helpContainer .legend ul 
{
    border:1px solid #dddddd;
    display:block;
    clear:both;
    float:left;
    width:578px;
    list-style:none;
    padding:0px;
    margin:5px;
    background:#fcfcfc;
    margin-left:10px;
}

.pageContainer div.helpContainer .legend ul li 
{
    width:23%;
    height:20px;
    line-height:20px;
    float:left;
}

.pageContainer div.helpContainer .legend ul.description li 
{
    width:100%;
}

.pageContainer div.helpContainer .icon 
{
    font-size:16px;
    float:left;
    margin-right:10px;
    height:20px;
    width:20px;
}

.pageContainer div.helpContainer .icon:before 
{
    display:block;
    line-height:20px;
    height:20px;
    position:relative;
    top:2px;
}

.pageContainer div.helpContainer .done { border-radius: 4px; color:#000000; border:1px solid #bbbbbb; }
.pageContainer div.helpContainer .othdone { background-color:#bbffbb; }
.pageContainer div.helpContainer .hddone { background-color:#fb6a22; }
.pageContainer div.helpContainer .highlighted { border-radius: 4px; background-color:#ededf2; border:1px solid #bbbbbb; box-shadow:rgba(0,0,0,0.3) 0px 2px 2px; }
.pageContainer div.helpContainer .active { border-radius: 4px; box-shadow:rgba(0,0,0,0.3) 0px 2px 2px; border:1px solid #bbbbbb; }
.pageContainer div.helpContainer .disabled { border-radius: 4px; color:#cccccc; cursor:default; border:1px solid #dddddd; }


/* ========== Popups ============= */

.pageContainer .popupContainer .header h3
{
    line-height:30px;
    border-top-left-radius:9px;
    border-top-right-radius:9px;
    padding-left:10px;
    text-align:left;
    width:580px;
    color:#ffffff;
    float:none;
    background: #2a5d8c;
    height:30px;
    padding:0px 10px;
    margin:0px 0px 10px 0px;
}

.pageContainer .popupContainer .header h3 span 
{
    float:right;
    font-weight:normal;
    border: none;
    display: block;
    height: auto;
    line-height: auto;
    text-align: right;
    font-weight: normal;
    color: white;
    text-decoration: none;
    margin:0px 10px 0px 0px;
    width: auto;
    padding: 0px;
    font-size: 16px;
    cursor: default;
}

.pageContainer .popupContainer 
{
    background-color:#eeeeee;
    border-radius:10px;
    border:1px solid #888888;
    overflow:auto;
    margin-left:-300px;
    left:50%;
    width:600px;
    margin-bottom:15px;
    position:absolute;
    top:0px;
    display:none;
    box-shadow:rgba(0,0,0,0.3) 0px 4px 4px;
    z-index:3;
}

.pageContainer .popupContainer .header p
{
    margin:15px 10px;
}

.pageContainer .popupContainer .body 
{
    padding:10px;
}

.pageContainer .popupContainer .body h4 
{
    margin:0px;
}

.pageContainer .popupContainer .body div 
{
    width:45%;
    float:left;
}

.pageContainer .popupContainer div.signatureBox 
{
    background:#ffffff;
    display:block;
    height:40px;
    width:225px;
    border:1px solid #222222;
}

.pageContainer .popupContainer div.initialBox
{
    background:#ffffff;
    display:block;
    height:40px;
    width:125px;
    border:1px solid #222222;
}

.pageContainer .popupContainer .footer 
{
    padding:25px 10px 10px 10px;
    clear:both;
}

.pageContainer .button 
{
    float:left;
    display:block;
    padding:4px 7px;
    border-radius:4px;
    background-color:#2a5d8c;
    border:1px solid #444444;
    color:#ffffff;
    text-decoration:none;
    margin:5px 5px 5px 0px;
}

.pageContainer .bodyContainer a.button {
    color:#ffffff;
}

.popupContainer .footer .button {
    color: #ffffff;
    padding:4px 7px;
    text-align:center;
    font-size:14px;
}

.pageContainer .nextButton, .pageContainer .doneButton, .pageContainer .prevButton
{
    float:right;
    margin-bottom:10px;
}

.pageContainer .prevButton 
{
    float:left;
}

.pageContainer .toolbar 
{
    display:none;
}

.pageContainer .toolbar a 
{
    height:100px;
    width:100px;
    float:left;
    border:1px solid #dddddd;
    margin-right:10px;
}

.pageContainer .overlay 
{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;
    display:none;
}

.pageContainer .popupContainer .body div.esign 
{
    float:left;
    width:62%;
    border-right:1px solid rgba(0,0,0,0.1);
    margin:0px;
    padding:10px;
    text-align:left;
}

.pageContainer .popupContainer .body div.wetsign 
{
    float:left;
    width:29%;
    border-left:1px solid rgba(255,255,255,0.4);
    margin:0px;
    padding:10px;
}

.pageContainer .popupContainer.signatureContainer .body div a 
{
    float:left;
    width:70px;
    text-align:center;
    margin:18px 33px;
    height:70px;
    border:1px solid #bbbbbb;
    border-radius:8px;
    background:#dddddd;
    padding:20px;
    text-decoration:none;
    font-size:12px;
}

.pageContainer .popupContainer.signatureContainer .body div a.disabled {
    cursor:default;
} 

.pageContainer .popupContainer.signatureContainer .body div a:before 
{
    display:block;
    height:50px;
    width:100%;
    font-size:40px;
	text-align:center;
}

.pageContainer .popupContainer.deallinkDialogContainer a.button {
    float: none;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: #2a5d8c;
    border: 1px solid #444444;
    color: #ffffff;
    text-decoration: none;
    margin: 5px 5px 5px 0px;
    line-height: 22px;
}

.pageContainer .popupContainer.deallinkDialogContainer a.button.disabled {
    cursor: default;
    background-color: #777;
}

.pageContainer .popupContainer.deallinkDialogContainer .header .message {
    margin: 10px;
    color: #ff2222;
    background: #ffeeee;
    border: 1px solid #ff2222;
    padding: 10px;
    padding-left: 20px;
    border-radius: 10px;
    width: auto;
    margin: 10px;
    font-size: 11px;
}

.pageContainer .popupContainer .body div a.done { color:#000000; }
.pageContainer .popupContainer .body div a.othdone { background-color:#caffca; }
.pageContainer .popupContainer .body div a.hddone { background-color:#fb6a22; }
.pageContainer .popupContainer .body div a.highlighted { background-color:#ededf2; border-color:#bbbbbb; box-shadow:rgba(0,0,0,0.3) 0px 2px 2px; }
.pageContainer .popupContainer .body div a.active { box-shadow:rgba(0,0,0,0.3) 0px 2px 2px; border-color:#bbbbbb; background:#ffffff; }


/* === Validate === */

.pageContainer .column { float:left; width:455px; padding:10px 0px 10px 10px; }
.pageContainer .column label { clear:both; float:left; line-height:24px; width:170px; font-weight:normal; }
.pageContainer .column input { float:left; width:200px; }
.pageContainer .column input[type="checkbox"] { float:left; width:15px; margin-right:185px; margin-top:5px; }
.pageContainer .column select { float:left; width:204px; }
.pageContainer .column div { border:1px solid #dddddd; overflow:auto; padding:10px; margin:10px; border-radius:7px; background-color:#f8f8f8; }
.pageContainer .column h4 { clear:both; float:left; width:100%; margin:10px 0px 10px 0px; padding:0px; color:#000000; font-size:14px; }

.pageContainer .column .issue { background-color:#f9f977; }
.pageContainer .column .issue:before { padding:2px 3px; font-size:14px; }

.pageContainer .column .error { background-color:#fef5f5; border:1px solid #dd5555; color:#cc0000; margin-top:0px; padding-left:25px; }

.pageContainer .validationErrors .bodyContainer, .pageContainer .validationAll .bodyContainer 
{
    font-size:13px;
    overflow-y:auto;
    overflow-x:hidden;
    background-color:#ffffff;
}

.pageContainer .validationErrors .button, .pageContainer .validationAll .button { height:13px; }

.pageContainer .validationErrors { width:800px; height:510px; margin-left:-400px; margin-top:100px;}
.pageContainer .validationErrors .header h3 { width:780px; }
.pageContainer .validationErrors .column { width:780px; border:none; }
.pageContainer .validationErrors .bodyContainer { height:370px; margin-top:0px; }
.pageContainer .validationErrors .column span { font-size:11px; padding:5px; width:340px; display:block; float:left; margin-left:10px; }
.pageContainer .validationErrors .column span li { list-style:none; }
.pageContainer .validationErrors .column div { margin:0px 0px 7px 0px; }
.pageContainer .validationErrors .column div div { border:none; padding:1px; margin:0px; }

.pageContainer .validationAll { width:980px; height:510px; margin-left:-450px; margin-top:100px;}
.pageContainer .validationAll .header h3 { width:960px; }
.pageContainer .validationAll .column { border:none; }
.pageContainer .validationAll .bodyContainer { height:370px; margin-top:0px; }
.pageContainer .validationAll .column span {  font-size:11px; padding:3px; width:365px; display:block; float:left; margin-left:0px; }
.pageContainer .validationAll .column span li { list-style:none; }
.pageContainer .validationAll .column div { margin:0px 0px 7px 0px; padding:0px 10px 10px 10px; border:0px; border:1px solid #dddddd; }
.pageContainer .validationAll .column div div { margin:0px; padding:0px 15px; border:none; }

.pageContainer .vscrollContainer { overflow:auto; overflow-x:hidden; border:1px solid #dddddd; }

/*
    Signature Capture    
*/
.signatureArea .signatureCapture
{
    margin-bottom: 5px;
}

.signatureArea .signatureCapture div.initial
{
    width: 100px;
    height: 75px;
    background-color: white;
    border: solid 1px #000;
    padding: 2px;
    color: #555;
}

.signatureArea .signatureCapture div.signature
{
    width: 250px;
    height: 75px;
    background-color: white;
    border: solid 1px #000;
    padding: 2px;
    color: #555;
}

.signatureArea .signatureCapture canvas.initial
{
    width: 100px;
    height: 75px;
    background-color: white;
    border: solid 1px #000;
    padding: 2px;
    color: #555;
}

.signatureArea .signatureCapture canvas.signature
{
    width: 250px;
    height: 75px;
    background-color: white;
    border: solid 1px #000;
    padding: 2px;
    color: #555;
}

canvas.capture
{
    width: 550px;
    height: 190px;
    background-color: white;
    border: solid 1px #FFF;
}

canvas.initials
{
    width: 350px;
    height: 190px;
    background-color: white;
    border: solid 1px #FFF;
}

object.signature
{
	height: 75px;
    width: 250px;
    background-color: rgba(255,255,255,0.7);
	left: 0px;
	border: solid #000 1px;
}

object.initial
{
	height: 75px;
    width: 100px;
	border: solid #000 1px;
    background-color: rgba(255,255,255,0.7);
}

div.signatureAreaPopupCollection
{
    width: 100%;
    height: 100%;
}

div.signatureAreaPopupCollection .sigWrapper
{
    text-align: center;
}

.pageContainer .bodyContainer .signatureStatusContainer a i {
    font-size:18px;
}

.pageContainer .bodyContainer .signatureStatusContainer a .fa-edit {
    color:#dd0000 !important;
}

.pageContainer .bodyContainer .signatureStatusContainer a .fa-check-square-o {
    color:#00bb00 !important;
}

.pageContainer .bodyContainer .signatureStatusContainer a.button {
    float: right;
    line-height: 21px;
    text-align: center;
    padding: 5px 10px;
}

.pageContainer .bodyContainer .signatureStatusContainer a.button {
    cursor:default;
    background-color:#666666;
}

.pageContainer .bodyContainer .signatureStatusContainer a.button.disabled {
    cursor:default;
}

.pageContainer .bodyContainer .signatureStatusContainer .headerRow .contentSpan {
    font-weight:bold;
}

.pageContainer .bodyContainer .signatureStatusContainer .headerRow .contentSpan:nth-child(3), .pageContainer .bodyContainer .signatureStatusContainer .contentRow .contentSpan:nth-child(3) {
    text-align:center;
    margin:0;
}

.pageContainer .bodyContainer .detailsContainer.signatureStatusContainer .body ul {margin:10px 0px 20px 0px;}
.pageContainer .bodyContainer .detailsContainer.signatureStatusContainer .body ul li {line-height:15px;}


/* =========================== New Contracting Styles =========================== */

.contractingStyle {
    }

        .contractingStyle .stepGroup {
            text-align: center;
        }

            .contractingStyle .stepGroup.stepGroupParent {
                margin-bottom: 10px;
            }

            .contractingStyle .stepGroup.stepGroupParent .ng-binding {
                margin-top:4px;
            }

            .contractingStyle .productName {
                text-align: right;
                height: 71px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-end;
                align-items: center;
                gap: 5px;
            }

                .contractingStyle .productName .name {
                    text-align: right;
                }

                .contractingStyle .productName div[modern-check-box] {
                    margin-top: 7px;
                }

        .contractingStyle .progressItemContainer {
            float: left;
            /*width: 20%;*/
            padding: 10px 0px;
            font-size: 18px;
            position:relative;
        }

        .contractingStyle .progressItemContainer:before {
            content:none !important; /*Hack until code can return state without step type*/
         }

        .contractingStyle .progressItem {
            border-top:1px solid #999999;
            border-bottom:1px solid #999999;
            width: 50px;
            height: 50px;
            border-radius: 25px;
            display: inline-block;
            background: #d5d9db;
            z-index:2;
            position:relative;
            box-shadow:inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -1px 0px rgba(0,0,0,0.3), 0px 2px 0px rgba(0,0,0,0.1);
        }

        .contractingStyle .stepGroupParent .progressItem {
            width:70px;
            height:70px;
            border-radius:35px;
        }

        .contractingStyle .progressItem:before {
            height: 40px;
            width: 40px;
            display: inline-block;
            border-radius: 20px;
            line-height: 40px;
            margin-top: 4px;
            font-size: 24px;
            text-shadow: 2px 1px 2px rgba(0,0,0,0.4);
            box-shadow:inset 0 -1px 0px rgba(0,0,0,0.3), inset 0 1px 0px rgba(0,0,0,0.3);
            background-color:#d5d9db;
        }

        .contractingStyle .stepGroupParent .progressItem:before {
            height:60px;
            width:60px;
            border-radius:30px;
            font-size: 38px;
            line-height: 60px;
        }

        .contractingStyle .progressItem.validate:before {padding-top: 2px;padding-left: 3px;}

        .contractingStyle .progressItemContainer:after {
            height: 16px;
            display: block;
            content: "";
            border-top:1px solid #999999;
            border-bottom:1px solid #999999;
            width: 100%;
            position: absolute;
            top: calc(50% - 8px);
            background: #d5d9db;
            z-index:1;
            box-shadow:0px 2px 0px rgba(0,0,0,0.1);
        }

        .contractingStyle .progressItemContainer.done:before {
            height: 10px;
            display: block;
            content: "" !important;
            width: calc(100% - 38px);
            position: absolute;
            top: calc(50% - 5px);
            right: calc(-50% + 19px);
            background-color: rgb(22,150,255);
            background-image: -moz-linear-gradient(right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
            background-image: -webkit-gradient(linear, right, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0)));
            background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
            background-image: -o-linear-gradient(right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
            background-image: -ms-linear-gradient(right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
            background-image: linear-gradient(to left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
            z-index: 3;
        }

        .contractingStyle .progressItemContainer.done:last-child:before {
            content:none !important;
        }

        .contractingStyle .stepGroupParent .progressItemContainer.done:before {
            right: calc(-50% + 29px);
            top: calc(50% - 17px);
            width: calc(100% - 58px);
        }

        .contractingStyle .stepGroupParent .progressItemContainer:after {
            top: calc(50% - 20px);
        }

        .contractingStyle .progressItemContainer:first-child:after {
            width: 50%;
            right: 0px;
        }

        .contractingStyle .progressItemContainer:last-child:after {
            width: 50%;
            left: 0px;
        }

            .contractingStyle .progressItem.done:before {
                color: #ffffff;
                background-color: rgb(22,150,255);
                background-image: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
                background-image: -webkit-gradient(linear, left, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0)));
                background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
                background-image: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
                background-image: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
                background-image: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
            }

            .contractingStyle .progressItem.disabled:before {
                color: #666666;
                background: #aaa;
                text-shadow: none;
            }

        .contractingStyle .toolCell {
            font-size: 22px;
            margin: 0px 7px;
        }

        .contractingStyle .toolCell.disabled {
            opacity: .5;
        }
        
        .contractingStyle .progressItem.clickable {
            background-color: rgb(22,150,255);
            background-image: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
            background-image: -webkit-gradient(linear, left, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0)));
            background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
            background-image: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
            background-image: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
            background-image: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
        }

        .contractingStyle .clickable:hover {
            cursor: pointer;
        }

        .contractingStyle .validationFieldError {
            display: block;
            padding-left: 20px;
            font-size: .95em;
            color: red;
            margin-bottom: 3px;
            margin-top: -3px;
        }

    .modal-xl {
        width: 60%;
    }

    /*.modal-md {*/
        /*width: 50%;*/
    /*}*/

    .modal-body {
        /*max-height: 500px;*/
        overflow-y: auto;
        overflow-x: hidden;
    }

    .modal-docuSignFrame {
        width: 70%;
        max-height: 700px;
    }

    .modal-iFrameFlite {
        width: 80%;
        height: 90%;
    }

    .modal-iFrameFlite .modal-content {
        height: 100%;
        width: 100%;
    }

    .modal-iFrameFlite .modal-content .modal-body {
        height: 100%;
        width: 100%;
        max-height: 94% !important; 
    }

    .modal-iFrameFlite .modal-content .modal-body > div {
        height: 100%;
    }

 .sig-button {
     height: 100px;
     width: 130px;
     padding-right: 10px;
 }
 .sig-button i {
     font-size: 30px;
 }
 .sig-button i.fa-pencil {
     padding-left: 20px;
 }
 .sig-button label {
     font-size: 13px;
 }

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(/Content/flexSlider/fonts/flexslider-icon.eot);
  src: url(/Content/flexSlider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(/Content/flexSlider/fonts/flexslider-icon.woff) format('woff'), url(/Content/flexSlider/fonts/flexslider-icon.ttf) format('truetype'), url(/Content/flexSlider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 30px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@charset "UTF-8";
/*
Trix 0.9.8
Copyright © 2016 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  color: #111;
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
  /*min-height: 54px;*/
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .button_group {
  display: inline-block;
  font-size: 0;
  margin: 0 8px 4px 0;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 5px;
  overflow: hidden; }
  trix-toolbar .button_group:last-of-type {
    margin-right: 0; }
  trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] {
    position: relative;
    font-size: 0;
    margin: 0;
    height: 28px;
    width: 40px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd; }
    trix-toolbar .button_group button::before, trix-toolbar .button_group input[type=button]::before {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      opacity: .6;
      content: ""; }
    trix-toolbar .button_group button.active, trix-toolbar .button_group input[type=button].active {
      background: #cbeefa; }
      trix-toolbar .button_group button.active::before, trix-toolbar .button_group input[type=button].active::before {
        opacity: 1; }
    trix-toolbar .button_group button:disabled::before, trix-toolbar .button_group input[type=button]:disabled::before {
      opacity: .125; }
    trix-toolbar .button_group button:not(:first-child), trix-toolbar .button_group input[type=button]:not(:first-child) {
      border-left: 1px solid #ccc; }
trix-toolbar .dialogs {
  position: relative; }
  trix-toolbar .dialogs .dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 8px;
    line-height: 12px;
    background: #fff;
    box-shadow: 0 0.3rem 1rem #ccc;
    border-top: 2px solid #888;
    border-radius: 5px;
    z-index: 5; }
    trix-toolbar .dialogs .dialog input[type=button] {
      font-size: 12px;
      height: 24px;
      width: 50px;
      padding: 1px 8px 0 8px;
      width: auto;
      opacity: .6;
      -webkit-appearance: none;
      -webkit-border-radius: 0; }
    trix-toolbar .dialogs .dialog input[type=url], trix-toolbar .dialogs .dialog input[type=text] {
      display: inline-block;
      height: 26px;
      font-size: 12px;
      padding: 0 8px;
      margin: 0 8px 0 0;
      border-radius: 5px;
      border: 1px solid #bbb;
      background-color: #fff;
      box-shadow: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      trix-toolbar .dialogs .dialog input[type=url].validate:invalid, trix-toolbar .dialogs .dialog input[type=text].validate:invalid {
        box-shadow: #F00 0px 0px 1.5px 1px; }
    trix-toolbar .dialogs .dialog.link_dialog {
      min-width: 300px;
      max-width: 600px; }
      trix-toolbar .dialogs .dialog.link_dialog .button_group {
        max-width: 110px; }
      trix-toolbar .dialogs .dialog.link_dialog input[type=url] {
        float: left;
        width: calc(100% - 120px); }
trix-toolbar .button_group button.bold::before {
  background-image: url(/Content/images/trix/trix_bold.svg); }
trix-toolbar .button_group button.italic::before {
  background-image: url(/Content/images/trix/trix_italicize.svg); }
trix-toolbar .button_group button.link::before {
  background-image: url(/Content/images/trix/trix_link.svg); }
trix-toolbar .button_group button.strike::before {
  background-image: url(/Content/images/trix/trix_strike.svg); }
trix-toolbar .button_group button.quote::before {
  background-image: url(/Content/images/trix/trix_quotes.svg); }
trix-toolbar .button_group button.code::before {
  background-image: url(/Content/images/trix/trix_code.svg); }
trix-toolbar .button_group button.bullets::before {
  background-image: url(/Content/images/trix/trix_unorderedlist.svg); }
trix-toolbar .button_group button.numbers::before {
  background-image: url(/Content/images/trix/trix_orderedlist.svg); }
trix-toolbar .button_group button.block-level.decrease::before {
  background-image: url(/Content/images/trix/trix_outdent.svg); }
trix-toolbar .button_group button.block-level.increase::before {
  background-image: url(/Content/images/trix/trix_indent.svg); }
trix-toolbar .button_group button.undo::before {
  background-image: url(/Content/images/trix/trix_undo.svg); }
trix-toolbar .button_group button.redo::before {
  background-image: url(/Content/images/trix/trix_redo.svg); }
@charset "UTF-8";
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  trix-editor [data-trix-mutable=true] img {
    box-shadow: 0 0 0 2px highlight; }
trix-editor .attachment .remove {
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 22px;
  font-size: 0;
  color: black;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
  trix-editor .attachment .remove:after {
    content: '×';
    font-size: 18px;
    font-weight: bold;
    opacity: 0.6; }
  trix-editor .attachment .remove:hover:after {
    opacity: 1; }
trix-editor .attachment .caption.caption-editing textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
@charset "UTF-8";
.trix-content blockquote {
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  border-left: 5px solid #ccc; }
.trix-content pre {
  font-family: monospace;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  white-space: pre-wrap;
  background-color: #eee; }
.trix-content ul, .trix-content ol, .trix-content li {
  margin: 0;
  padding: 0; }
  .trix-content ul li, .trix-content ol li, .trix-content li li {
    margin-left: 20px; }
.trix-content img {
  max-width: 100%;
  height: auto; }
.trix-content a[data-trix-attachment] {
  color: inherit;
  text-decoration: none; }
  .trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
    color: inherit; }
.trix-content .attachment {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 13px; }
  .trix-content .attachment.attachment-file {
    color: #333;
    line-height: 30px;
    padding: 0 16px;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment .caption {
    display: block;
    margin: 4px auto 0 auto;
    padding: 0;
    text-align: center; }
    .trix-content .attachment .caption .size:before {
      content: ' · '; }
    
.salestool.esp .slideContainer {
    width:720px;
    height:490px;
    background-color:#ffffff;
    position:absolute;
    z-index:1;
}

.salestool.esp .slideContainer {
    width:850px;
    height:575px;
    margin-left:-425px;
    margin-top:-265px;
    left:50%;
    top:45%;
    display:block;
    border-radius:9px;
}

.heightWidthTransition {
    /*display:block!important;*/
    -webkit-transition: height .8s, width .8s, left .8s, top .8s, bottom .8s, opacity .8s, margin-left .8s !important;
    -moz-transition: height .8s, width .8s, left .8s, top .8s, bottom .8s, opacity .8s, margin-left .8s !important;
    transition: height .8s, width .8s, left .8s, top .8s, bottom .8s, opacity .8s, margin-left .8s !important;
}

.salestool.esp .slideContainer.active {
    display:block;
}

.salestool.esp .slideContainer.active {
    z-index:12;
}

.salestool.esp .slideContainer .leftColumn .fadeOpacity {
    opacity:0;
    transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -webkit-transition: opacity .75s ease-in-out;
}

.salestool.esp .slideContainer.active .leftColumn * {
    opacity:1;
}

.salestool.esp .slideContainer .slideHeader {
    width: 100%;
    height: 52px;
    background-color:#ffffff;
}

.salestool.esp .slideContainer .slideHeader .logo {
    width:500px;
    float:left;
    display:block;
    background-image:none;
    height:52px;
}

.salestool.esp .slideContainer .slideHeader .counter {
    width:250px;
    float:left;
    display:block;
    padding-right:12px;
}

.salestool.esp .nextSlide {
    width:500px;
    height:440px;
    position:absolute;
    z-index:8;
    right:0px;
    top:52px;
}

.salestool.esp .nextSlide i {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #888888;
    font-size: 30px;
}

.salestool.esp .prevSlide {
    width:220px;
    height:440px;
    position:absolute;
    z-index:8;
    left:0px;
    top:52px;
}

.salestool.esp .prevSlide i {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #888888;
    font-size: 30px;
}

.salestool.esp .slideContainer .rightColumn {
    float: right;
    position:absolute;
    right:10px;
    top:62px;
    bottom:10px;
    width: 210px;
}

.salestool.esp .slideContainer .leftColumn {
    width:625px;
    position:absolute;
    top:52px;
    left:0px;
    height:435px;
}

.salestool.esp .slideContainer .leftColumn {top:30px;height:548px;width:625px;}
.salestool.esp .slideContainer .rightColumn {top:25px;}


.salestool.esp .slideContainer .leftColumn.grid {
    background: url(/Content/images/bg_grid.png);
    background-position:70px 10px;
    background-repeat:no-repeat;
}

.salestool.esp .slideContainer .leftColumn.grid .yaxis_labels {
    position:absolute;
    top:-15px;
    width:60px;
    left:5px;
    color:#9b9b9b;
}

.salestool.esp .slideContainer .leftColumn.grid .yaxis_labels strong {
    text-align:center;
    display:block;
    text-transform:uppercase;
    position:relative;
    bottom:5px;
    font-size:14px;
}

.salestool.esp .slideContainer .leftColumn.grid .yaxis_labels ul {
    list-style:none;
    padding:0px;
    margin:0px;
    text-align:right;
    font-size:11px;
}

.salestool.esp .slideContainer .leftColumn.grid .yaxis_labels ul li {
    margin: 0px 0px 37px 0px;
    line-height:13px;
}

.fw.salestool.esp .slideContainer .leftColumn.grid .yaxis_labels ul li:before, .fw.salestool.esp .slideContainer .leftColumn.grid .xaxis_labels ul li:before {
    content:none;
}

.salestool.esp .slideContainer .leftColumn.grid .xaxis_labels {
    position:absolute;
    bottom:6px;
    width:100%;
    left:45px;
    color:#9b9b9b;
}

.salestool.esp .slideContainer .leftColumn.grid .xaxis_labels strong {
    text-align:center;
    display:block;
    text-transform:uppercase;
    position:relative;
    font-size:14px;
    left: 10px;
    width: 100%;
}

.salestool.esp .slideContainer .leftColumn.grid .xaxis_labels ul {
    list-style:none;
    position:relative;
    top:3px;
    left:25px;
    padding:0px;
    margin:0px;
    text-align:right;
    font-size:11px;
}

.salestool.esp .slideContainer .leftColumn.grid .xaxis_labels ul li {
    float:left;
    width:50px;
    text-align:center;
}

.salestool.esp .slideContainer .leftColumn p {
    margin-left: 40px;
    width:340px;
    line-height:24px;
    font-size:16px;
}

.salestool.esp .slideContainer .counter {
    position:relative;
    top:3px;
    left:12px;
}

#esp.salestool.esp .slideContainer .counter {
    position:absolute;
    top:-40px;
    right:0px;
    text-align:right;
}

.salestool.esp .slideContainer .counter strong {
    display:block;
    text-align:center;
}

.salestool.esp .slideContainer .counter a {
    text-decoration: none;
    color: #ffffff;
    font-size:16px;
    background-color: #cccccc;
    display:inline-block;
    height:15px;
    width:15px;
    line-height:28px;
    text-align:center;
    margin:16px 4px;
    font-weight:bold;
    text-shadow:none;
}

.salestool.esp .slideContainer .counter a.active {
    background-color: #004396;
    color:#ffffff;
}

.salestool.esp .slideContainer .counter a {
    height:27px;
    width:27px;
}

.salestool.esp .slideContainer h1 {
    text-transform: uppercase;
    width:610px;
    text-align:left;
    margin:28px 0px 5px 40px;
    font-size:28px;
}

.salestool.esp .slideContainer h2 {
    width: 610px;
    text-align: left;
    line-height:22px;
    margin:0px 0px 0px 40px;
    font-size:20px;
    color:#a6a6a6;
    text-transform:uppercase;
}

.salestool.esp .slideContainer h3 {
    margin: 0px 0px 0px 40px;
}

.salestool.esp .slideContainer .rightColumn h3 {
    text-transform:uppercase;
    font-size:12px;
    margin-left:10px;
    float:left;
    clear:both;
    margin-top:10px;
    margin-bottom:0px;
    right:0px;
}

.salestool.esp .slideContainer .rightColumn h3:first-of-type {
    margin-top:0px;
}

.salestool.esp .slideContainer .rightColumn ul {
    float:left;
    font-size:11px;
    background-color:#ffffff;
    padding:5px;
    margin:1px 10px 1px 10px;
    border:1px solid #a6a6a6;
    width:188px;
    color:#a6a6a6;
    right:0px;
    font-weight:bold;
}

.salestool.esp .slideContainer .rightColumn ul li {
    list-style-type: none;
    font-size:10px;
    line-height:14px;
    color:#a6a6a6;
    font-weight:normal;
}

.salestool.esp .slideContainer .rightColumn ul.exclusions li {
    line-height:40px;
    font-size:12px;
    color:#888888;
    text-overflow: ellipsis;
    width: 177px;
    white-space: nowrap;
    overflow: hidden;
}

.salestool.esp .slideContainer .rightColumn ul.exclusions li img {
    height:30px;
    width:30px;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    border-radius:3px;
    border:1px solid #bbbbbb;
    background:#000000;
}

.salestool.esp .slideContainer .rightColumn ul.exclusions li:before {
    content:none;
}

.salestool.esp .slideContainer .rightColumn ul li:before {
    content: "- ";
}

.salestool.esp .slideContainer .rightColumn .vehicle_info {
    display:block;
    height:60px;
    width:178px;
    float:left;
    clear:both;
    margin-left:10px;
    margin-top:15px;
    border:1px solid #a6a6a6;
    font-size:12px;
    line-height:15px;
    padding:5px;
    background-color:#ffffff;
    color:#a6a6a6;
}

.salestool.esp .slideContainer .rightColumn .vehicle_info span {
    display: inline-block;
    clear:both;
    width: 60px;
    color:#000000;
}

.salestool.esp .vehicle_cost {
    background-color:#ffffff;
    background-image:url(/Content/images/vehicle_cost.png);
    background-position:50% 50%;
    background-repeat:no-repeat;
    display:block;
    height:60px;
    width:188px;
    float:left;
    clear:both;
    margin-left:10px;
    border:1px solid #a6a6a6;
}
.salestool.esp .vehicle_cost:hover {
    background-image:url(/Content/images/vehicle_cost_over.png);
}

.salestool.esp .vehicle_expense {
    background-color:#ffffff;
    background-image:url(/Content/images/vehicle_expense.png);
    background-position:50% 50%;
    background-repeat:no-repeat;
    display:block;
    height:60px;
    width:188px;
    float:left;
    clear:both;
    margin-left:10px;
    border:1px solid #a6a6a6;
}
.salestool.esp .vehicle_expense:hover {
    background-image:url(/Content/images/vehicle_expense_over.png);
}

.salestool.esp .slideContainer form {
    width: 500px;
    height:378px;
    margin-left:50px;
    margin-top:40px;
    position:relative;
}

.salestool.esp .slideContainer form .column_labels {
    float: left;
    width: 100%;
    line-height: 10px;
    height: 10px;
    font-size: 12px;
    text-align:right;
}

.salestool.esp .slideContainer form .column_labels span {
    margin: 0px 11px;
    width: 112px;
    display: inline-block;
    text-align:center;
}

.salestool.esp .slideContainer form label {
    float: left;
    width:200px;
    line-height:24px;
    margin:0px 0px 18px 5px;
    color:#a6a6a6;
    font-weight:bold;
}

.salestool.esp .slideContainer form input {
    margin-left:10px;
    height:18px;
    margin-bottom:18px;
}

.salestool.esp .slideContainer form label.make { width: 70px; }
.salestool.esp .slideContainer form input.make { width: 250px; }

.salestool.esp .slideContainer form label.year { width: 50px; }
.salestool.esp .slideContainer form input.year { width: 80px; }

.salestool.esp .slideContainer form label.model { width: 70px; }
.salestool.esp .slideContainer form input.model { width: 400px; }

.salestool.esp .slideContainer form label.vin { width: 70px; }
.salestool.esp .slideContainer form input.vin { width: 400px; }

.salestool.esp .slideContainer form label.expected_mileage { width: 240px; margin-bottom:8px; }
.salestool.esp .slideContainer form input.expected_mileage { width: 230px; margin-bottom:8px; }

.salestool.esp .slideContainer form label.comp { width: 240px; }
.salestool.esp .slideContainer form input.comp { width: 108px; }

.salestool.esp .slideContainer form label.power { width: 240px; }
.salestool.esp .slideContainer form input.power { width: 108px; }

.salestool.esp .slideContainer form label.esp_1 { width: 240px; }
.salestool.esp .slideContainer form input.esp_1 { width: 108px; }

.salestool.esp .slideContainer form label.esp_2 { width: 240px; }
.salestool.esp .slideContainer form input.esp_2 { width: 108px; }

.salestool.esp .slideContainer form label.esp_3 { width: 240px; }
.salestool.esp .slideContainer form input.esp_3 { width: 108px; }

.salestool.esp .slideContainer form input {
    float: left;
}

.salestool.esp .slideContainer form .buttonContainer {
    position: absolute;
    bottom: 0px;
    right: -68px;
    height:42px;
}

.salestool.esp .slideContainer form .buttonContainer input {
    height: 24px;
    width: 70px;
    background: #d9d9d9;
    color:#476066;
    border:1px solid #a6a6a6;
    cursor:pointer;
}
/*
.salestool.esp #slide1 {background: url(/Content/images/bg_1.png); background-position:bottom;}
.salestool.esp #slide2 {background: url(/Content/images/bg_2.png); background-position:bottom;}
.salestool.esp #slide3 {background: url(/Content/images/bg_3.png); background-position:bottom;}
.salestool.esp #slide4 {background: url(/Content/images/bg_4.png); background-position:bottom;}
.salestool.esp #slide5 {background: url(/Content/images/bg_5.png); background-position:bottom;}
*/
.slideContainer {background-position:top right; background-size:cover;}
.ding_dent .slideContainer {background: url(/Content/images/bg/ding_dent.jpg);}
.gap .slideContainer {background: url(/Content/images/bg/gap.png);}
.glass .slideContainer {background: url(/Content/images/bg/glass.png);}
.interior .slideContainer {background: url(/Content/images/bg/int_alt2.png);}
.key_replacement .slideContainer {background: url(/Content/images/bg/key.png);}
.roadside .slideContainer {background: url(/Content/images/bg/roadside.png);}
.tire_wheel .slideContainer {background: url(/Content/images/bg/tw.png);}
.total_care .slideContainer {background: url(/Content/images/bg/total.png);}
.vsc .slideContainer {background: url(/Content/images/bg/vsc_alt.png);}

.salestool.esp .graph {
    position:absolute;
    bottom:38px;
    left:71px;
    z-index:2;
    border-top:2px solid rgba(0,0,0,0.5);
    border-right:2px solid rgba(0,0,0,0.5);
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    overflow:hidden;
}

.salestool.esp .graph span {
    margin: 5px;
    position:relative;
    z-index:5;
    color:#000000;
}
.salestool.esp .graph.cust_power, .salestool.esp .graph.cust_factory, .salestool.esp .graph.cust_cpo, .salestool.esp .graph.profile .redbox {
    border-top:3px solid rgb(255,0,0);
    border-right:3px solid rgb(255,0,0);
    z-index: 20;
}
.yellowBox{
    border-top:3px solid rgb(255,255,0);
    border-right:3px solid rgb(255,255,0);
    z-index: 20;
}

.salestool.esp .graph.factory { background-color: rgba(115,138,148,0.6); }
.salestool.esp .graph.power { background-color: rgba(202,222,232,0.6); }
.salestool.esp .graph.cpo { background-color: rgba(202,222,232,0.6); }
.salestool.esp .graph.espOne { background-color: rgba(100,241,62,0.6); }
.salestool.esp .graph.espTwo { background-color: rgba(43,191,14,0.6); }
.salestool.esp .graph.espThree { background-color: rgba(58,158,62,0.6); }

.salestool.esp .graph.risk {
    background: -moz-linear-gradient(left,  rgba(255,0,0,0) 0%, rgba(255,0,0,0.1) 25%, rgba(255,0,0,0.3) 50%, rgba(255,0,0,0.1) 75%, rgba(255,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,0)), color-stop(25%,rgba(255,0,0,0.1)), color-stop(50%,rgba(255,0,0,0.3)), color-stop(75%,rgba(255,0,0,0.1)), color-stop(100%,rgba(255,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.1) 25%,rgba(255,0,0,0.3) 50%,rgba(255,0,0,0.1) 75%,rgba(255,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.1) 25%,rgba(255,0,0,0.3) 50%,rgba(255,0,0,0.1) 75%,rgba(255,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.1) 25%,rgba(255,0,0,0.3) 50%,rgba(255,0,0,0.1) 75%,rgba(255,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.1) 25%,rgba(255,0,0,0.3) 50%,rgba(255,0,0,0.1) 75%,rgba(255,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00ff0000',GradientType=1 ); /* IE6-9 */
}
.salestool.esp .graph.risk span {
    color: #ffffff;
    font-size: 36px;
    bottom: 100px;
    right: 130px;
}
.salestool.esp .graph.profile {
    top:124px;
    bottom:auto;
    left:179px;
    padding:5px;
    background-color:rgba(240,240,240,0.9);
    border:none;
    box-shadow:1px 1px 4px rgba(0,0,0,0.2);
    z-index:5;
    white-space:nowrap;
}

.salestool.esp .graph.profile strong {
    float:left;
    clear:left;
    width:220px;
    height:auto;
    display:block;

    white-space: normal;
    overflow-wrap: normal;
    word-wrap: normal; /* Edge doesn't support overflow-wrap */
}

.salestool.esp .graph.profile span {
    float:left;
    width:150px;
    height:20px;
    display:block;
    position:relative;
    margin:0px;
    padding:0px;
}

.salestool.esp .graph.profile .redbox {
    position:absolute;
    bottom:5px;
    right:5px;
    height:15px;
    width:15px;
}

.salestool.esp .graph.opt1 span, .salestool.esp .graph.opt2 span, .salestool.esp .graph.opt3 span {
    font-size:16px;
    color:#115B1F;
    text-shadow:0px 0px 3px rgba(255,255,255,0.5);
}

.salestool.esp .graph.opt1 {
    background: -moz-linear-gradient(left,  rgba(100,240,60,0) 0%, rgba(100,240,60,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(100,240,60,0)), color-stop(100%,rgba(100,240,60,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(100,240,60,0) 0%,rgba(100,240,60,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(100,240,60,0) 0%,rgba(100,240,60,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(100,240,60,0) 0%,rgba(100,240,60,0.9) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(100,240,60,0) 0%,rgba(100,240,60,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064f03c', endColorstr='#e664f03c',GradientType=1 ); /* IE6-9 */
}
.salestool.esp .graph.opt2 {
    background: -moz-linear-gradient(left,  rgba(40,190,15,0) 0%, rgba(40,190,15,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,190,15,0)), color-stop(100%,rgba(40,190,15,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(40,190,15,0) 0%,rgba(40,190,15,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(40,190,15,0) 0%,rgba(40,190,15,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(40,190,15,0) 0%,rgba(40,190,15,0.9) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(40,190,15,0) 0%,rgba(40,190,15,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0028be0f', endColorstr='#e628be0f',GradientType=1 ); /* IE6-9 */
}
.salestool.esp .graph.opt3 {
    background: -moz-linear-gradient(left,  rgba(50,150,60,0) 0%, rgba(50,150,60,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(50,150,60,0)), color-stop(100%,rgba(50,150,60,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(50,150,60,0) 0%,rgba(50,150,60,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(50,150,60,0) 0%,rgba(50,150,60,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(50,150,60,0) 0%,rgba(50,150,60,0.9) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(50,150,60,0) 0%,rgba(50,150,60,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0032963c', endColorstr='#e632963c',GradientType=1 ); /* IE6-9 */
}

.salestool.esp .parts_breakdown
{
    width:100%;
    height:100%;
    position:relative;
    background:#ffffff;
}

.salestool.esp .parts_breakdown .car
{
    height:100%;
    width:100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:65%;
}

.salestool.esp .parts_breakdown .partBox
{
    /*border:1px solid #cccccc;*/
    background-color:#333333;
    color:#dddddd;
    box-shadow:1px 1px 1px rgba(0,0,0,0.3);
    /*height:55px;*/
    width:110px;
    position:absolute;
    font-size:13px;
    border-radius:3px;
    padding:4px 5px;
}

.salestool.esp .parts_breakdown .partBox strong
{
    font-size:14px;
    display:block;
    color:#ffffff;
}

.salestool.esp .backButton {
    z-index: 4;
    position:absolute;
    top:10px;
    right:10px;

    text-decoration: none;
    color: #bdbdbd;
    border: none;
    font-size:16px;
    background: none;
    display:block;
    height:30px;
    width:30px;
    line-height:30px;
    text-align:center;
    font-weight:bold;
}

.salestool.esp .expense_graph {
    height: 100%;
    width: 100%;
    background: #fff; /* Old browsers */
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
    border: 1px solid #ccc;
    border-radius:9px;
}

.salestool.esp .barGraph
{
    height:300px;
    line-height:300px; /*matches height*/
    padding:0px;
    margin:0px;
    position:relative;
    top:50px;
    left:120px;
    width:642px;
    white-space:nowrap;
}

.salestool.esp .bar
{
    margin:0px 0px;
    border-width:1px;
    border-style:solid;
    padding:0px;
    width:18.3px;
    display:inline-block;
    vertical-align:bottom;
    opacity:1;
    box-shadow:inset 1px 1px 0px rgba(255,255,255,0.6), 1px 1px 3px rgba(0,0,0,0.5);
}

.salestool.esp .bar:first-child {margin:0px;}
.salestool.esp .bar:last-child {margin:0px;}

.salestool.esp .bar.breakin {background-color:#FEDE01;border-color:#FEDE01;}
.salestool.esp .bar.reliable_1 {background-color:#f9bd01;border-color:#f9bd01;}
.salestool.esp .bar.reliable_2 {background-color:#f08201;border-color:#f08201;}
.salestool.esp .bar.reliable_3 {background-color:#e94f01;border-color:#e94f01;}
.salestool.esp .bar.least {background-color:#dd0000;border-color:#dd0000;}

.salestool.esp .top_label {
    margin:0px auto 0px auto;
    height:30px;
}

.salestool.esp .top_label span {
    line-height: 30px;
    height:30px;
    float:left;
    color:#777;
    font-size:22px;
    text-transform:uppercase;
    width:50%;
    text-align:center;
}

.salestool.esp .left_label {
    position:absolute;
    left:10px;
    width:100px;
    height:100%;
}

.salestool.esp .left_label span {
    width: 100%;
    clear: both;
    float:left;
    margin:100px 0px;
    color:#777;
    text-align:center;
    text-transform:uppercase;
}

.salestool.esp .years_label, 
.salestool.esp .period_label, 
.salestool.esp .mileage_label {
    border: 2px solid #ddd;
    margin: 3px auto 0px auto;
    height: 30px;
}



    .salestool.esp .years_label span {
        float: left;
        color: #777;
        height: 30px;
        display: block;
        position: relative;
        line-height: 12px;
        width: 63px;
        text-align: center;
        font-size: 9px;
        font-weight: bold;
    }

.salestool.esp .period_label > div {
    /*height: 30px;*/
    padding-top: 312px;
    line-height: 10px;
    float: left;
    color: #777;
    position: relative;
    bottom: 309px;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
}

.salestool.esp .period_label div.breakin {
    width: 64px;
}
.salestool.esp .period_label div.reliable {
    width: 100px;
}

.salestool.esp .period_label div.segmented {
    border-right:2px dashed #ddd;
}


.salestool.esp .period_label div.least {
    width: 372px;
}

.salestool.esp .color_label {
    margin:6px auto 0px auto;
    height:30px;
    line-height:30px;
}

.salestool.esp .color_label div {
    height: 20px;
    padding-top: 10px;
    line-height: 25px;
    float: left;
    color: #777;
    position: relative;
    /*bottom: 275px;*/
    text-align:left;
    text-transform:uppercase;
    font-size:14px;
    margin-top:10px;
    width: 100%;
}

.salestool.esp .color_label div span {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin:0px 7px 0px 25px;
    width: 20px;
    box-shadow:inset 1px 1px 0px rgba(255,255,255,0.6), 1px 1px 3px rgba(0,0,0,0.5);
}

.salestool.esp .color_label div span.factory_warranty,
.color_period_label div.breakin div {
    background-color: #FEDE01;
}

.salestool.esp .color_label div span.moderate,
.color_period_label div.reliable div {
    background-color: #ff9900;
}

.salestool.esp .color_label div span.vsc,
.color_period_label div.least div {
    background-color: #dd0000;
}

.color_period_label div div {
    margin: -2px 0 0 2px;
    padding: 2px;
    color: #000;
    font-weight: bold;
}

.color_period_label div.breakin div {
    width: 64px;
}
.color_period_label div.reliable div {
    margin-left: 4px;
}
.color_period_label div.least div {
    width: 470px;
}
/* GAP */
.salestool.esp.gap .slideContainer .leftColumn p {
    width: 260px;
    float: left;
    clear: left;
    margin-left: 40px;
    font-size: 14px;
    line-height: normal;
}

.salestool.esp.gap .slideContainer .leftColumn .gapGraph {
    float: right;
    width:150px;
    clear:right;
    height:400px;
}

.salestool.esp.gap .slideContainer .leftColumn .gapGraph .bar {
    width: 40px;
}

.salestool.esp.gap .slideContainer .leftColumn .gapGraph div.owe {
    height: 100%;
    background-color:#c80909;
    border:1px solid #c80909;
    position:absolute;
    bottom:70px;
    height:295px;
    right:110px;
}

.salestool.esp.gap #slide2.slideContainer .leftColumn .gapGraph div.owe {
    right: 109px;
}

.salestool.esp.gap .slideContainer .leftColumn .gapGraph div.gap {
    height: 100%;
    background-color:#2fa837;
    border:1px solid #2fa837;
    margin-left:5px;
    height:295px;
    position:absolute;
    bottom:70px;
    right:60px;
}

.salestool.esp.gap .slideContainer .leftColumn .gapGraph div.value {
    height: 35%;
    position: absolute;
    bottom:70px;
    right:60px;
    border: none;
    background-color: #b9d1df;
    border: 1px solid #b9d1df;
    z-index:12;
}

.salestool.esp.gap #slide4.slideContainer .leftColumn .gapGraph div.value {
    box-shadow:inset 1px 1px 0px rgba(255,255,255,0.6);
}

.salestool.esp.gap .slideContainer .leftColumn .gapGraph strong.owe {
    top:60px;
    position:absolute;
    left:360px;
    width:100px;
}

.salestool.esp.gap .slideContainer .leftColumn .gapGraph strong.value {
    display:block;
    width:100px;
    position:absolute;
    right:-50px;
    bottom:35%;
    margin-bottom:50px;
}

.salestool.esp.gap .slideContainer .leftColumn .gapGraph strong.gap {
    display:block;
    width:90px;
    position:absolute;
    right:-40px;
    bottom:72%;
    margin-bottom:50px;
}

.salestool.esp.gap .slideContainer h1 {
    text-transform: uppercase;
    width:610px;
    text-align:left;
    margin:28px 0px 5px 40px;
    font-size:22px;
    color:#000000;
}

/* Maintenance */

.salestool.esp.maintenance .leftColumn {
    width: 700px;
}

.salestool.esp.maintenance .leftColumn p {
    width: 400px;
    font-size:20px;
}

.salestool.esp.maintenance h2 {
    margin-bottom: 40px;
}

.salestool.esp.maintenance #slide3 p {
    width: 500px;
    position: absolute;
    bottom: 20px;
    font-size:14px;
}

.salestool.esp ul {
    font-size: 18px;
    list-style-type: none;
}

.salestool.esp ul li {
    line-height: 50px;
}

.salestool.esp ul li:before {
    content: "- ";
    margin: 0 1em;
}

.salestool.esp ul.smallText {
    font-size: 14px;
}

.salestool.esp ul.smallText li {
    display: block;
    float: left;
    width: 49%;
    line-height:20px;
}

/* ESP */

.salestool.esp ul li {
    line-height: 13px;
}

.salestool.esp ul li:before {
    content: none;
    margin:0px;
}

.salestool.esp .slideContainer h1 {
    text-transform: uppercase;
    width:530px;
    text-align:right;
    margin:28px 0px 5px 0px;
    font-size:22px;
}

.salestool.esp #slide1.slideContainer h1 {margin-left:90px;}

.salestool.esp .slideContainer h2 {
    width: 530px;
    text-align: right;
    color:#636363;
    line-height:22px;
    margin:0px 0px 0px 0px;
    font-size:14px;
    text-transform:uppercase;
}
.salestool.esp #slide1.slideContainer h2 {margin-left:90px;}

/* Tire & Wheel */

.salestool.esp.tire_wheel #slide1 h2 {
    width: 400px;
    margin-top:30px;
}

.salestool.esp.tire_wheel h2 {
    margin-bottom: 20px;
    font-weight:normal;
    font-size:24px;
    line-height:40px;
}

.salestool.esp.tire_wheel h3 {
    width:400px;
}

.salestool.esp.tire_wheel h3 span {
    float: right;
}

.salestool.esp.tire_wheel #slide2 p {
    margin-top:0px;
    padding:7px;
    width:240px;
    padding-right:100px;
}

.salestool.esp.tire_wheel #slide2 p.footnote {
    background: none;
    width: 450px;
    position:absolute;
    bottom:20px;
}

.salestool.esp.tire_wheel #slide3 p {
    font-size:20px;
    width:500px;
}

.salestool.esp.tire_wheel ul li {
    margin-left: 40px;
    line-height: 30px;
}

.salestool.esp.tire_wheel ul li:before {
    content: none;
}

.salestool.esp .user_mileage {
    position: absolute;
    top: 270px;
}

.warrantyHeader {
    position: absolute;
    z-index: 5;

    margin-left: 70px;

    /*background: rgba(255,255,255,0.5);*/
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;
}

.warrantyHeader .esp {
    margin-top:20px;
}
.warrantyHeader .esp .options {
    font-size: 20px !important;
}
.warrantyHeader .esp .fourOptions {
    font-size: 17px !important;
}

.warrantyHeader .esp span {
    color: rgb(58,158,62);
    font-weight: bold;
}
.warrantyHeader .esp .options span {
    margin-left: 23px;
}
.warrantyHeader .esp .fourOptions span {
    margin-left: 9px;
}

.plots .you_are_here {
    position: absolute;
    left: 71px;
    bottom: 38px;
    z-index: 20;
}

.plots .you_are_here span {
    width: 100px;
    left: -45px;
    position: absolute;
    color : black
}
.plots .you_are_here .label-danger {
    background-color: yellow;
}
.plots .you_are_here .line {
    background-color: yellow;
    height: 250px;
    width: 3px;
}

.plots .warranty .line {
    background-color: #ff9900;
    height: 200px;
    width: 3px;
}

.expense_graph .you_are_here {
    top: 150px;
    position: absolute;
}

.expense_graph .warranty{
    top: 175px;
    position: absolute;
}

.expense_graph .you_are_here.yellowBox {
    border-top: 0;
    border-right: 3px solid #FEDE01;
    z-index: 20;
}

.expense_graph .warranty.orangeBox{
    border-top: 0;
    border-right:3px solid #ff9900;
    z-index: 20;
}
.expense_graph span.graphLabel {
    width: auto;
    left: -45px;
    position: absolute;
    color : black;
    padding:10px;
    text-transform:uppercase;
}

.cust_power, .cust_cpo {
    position: absolute;
    left: 71px;
    bottom: 38px;
    /*z-index: 20;*/
}

.graphLabel.label-danger {
    background-color: red;
}
.graphLabel.label-warning {
    background-color: #FEDE01;
    color: black;
}

.graphLabel.label-factory {
    background-color: #ff9900;
    color: black;
}

.cust_factory {
    position: absolute;
    left: 71px;
    bottom: 38px;
    z-index: 20;
}
span.graphLabel {
    display: block;
    width: 110px;
    left: -45px;
    position: absolute;
    white-space: pre-wrap;
    font-size: 13px;
    z-index: 20;
    /*color : black*/
}

.youAreHereLabel {
    top: 150px;
}

.warrantyLabel {
    top: 175px;
}

.expiredText {
    color:red;
    font-weight: bold;
    margin-left: 15px;
}

.frameHolder{
    position: absolute;
}

.frameHolder.graph{
    left: 50%;
    top: 7%;
}
.frameHolder.summary {
    padding-left: 3%;
    width: 100%;
}
.frameHolder.interactiveVideo {
    width: 100%;
}

.frameHolder.left {
    margin-left: -110%;
}
.frameHolder.interactiveVideo.left {
    /*padding-right: 100%;*/
}
.frameHolder.display {
    margin-left: 0;
}
.frameHolder.right {
    margin-left: 110%;
}
.factoryWarranty .btn:focus, .factoryWarranty .btn:active:focus, .factoryWarranty .btn.active:focus {
    outline: 0 !important;
}

.plots .warranty .line {
    background-color: #ff9900;
    height: 200px;
    width: 3px;
}

.expense_graph .warranty{
    top: 175px;
    position: absolute;
}

.graphLabel.label-factory {
    background-color: #ff9900;
    color: black;
}
.youAreHereLabel {
    top: 140px;
}

.warrantyLabel {
    top: 175px;
}

/*************************************/
/*Factory Warranty Review With Video*/
/*************************************/
.factory-warranty-with-video * {
    font-family: 'Roboto Condensed', sans-serif;
}
.factory-warranty-with-video .fa {
    font: normal normal normal 14px/1 FontAwesome;
}

.factory-warranty-with-video {
    margin-left: 10px;
    margin-right: 10px;
}
.fwr-video-header {
    background-color: #95be4f;
    color: #ffffff;
    height: 9vh;
    position: relative;
    z-index: 200;
    border-radius: 10px 10px 0 0;
}
.fwr-video-header .header-title {
    font-size: 3vh;
    line-height: 3vh;
 }

@keyframes headerFocusAnim {
    0% {opacity: 0.3;}
    50% {opacity: 1;}
    100% {opacity: 0.3;}
}
.fwr-video-header .warranty {
    margin-top: 5px;
}

.highlight-step {
    animation-name: headerFocusAnim;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.fwr-video-header .warranty,.fwr-video-header .not-covered-title {
    opacity: 0.3;
}
.fwr-video-header .warranty.clicked,.fwr-video-header .not-covered-title.clicked {
    opacity: 1;
}

.fwr-video-header .warranty img {
    float: left;
    width: 6vh;
    height: 6vh;
    margin-right: 4%;
    border-radius: .85vh;
}

.fwr-video-header .title {
    text-align: left;
    font-size: 2vh !important;
    font-weight: bold;
}
.fwr-video-header .text {
    text-align: left;
    font-size: 2vh;
}

.fwr-body {
    background-color: white;
    border-radius: 0 0 10px 10px;
}
.factory-warranty-with-video .left-pane {
    margin: 5px 20px 20px 20px;
}
.navigation-list {
    height: 85%;
    min-height: 75vh;
    border: 1px solid #cccccc;
    border-radius: 1vh;
    background-color: #ececec;
    z-index: 50;
}
.navigation-list.invisible {
    opacity: 0;
}
.navigation-list .header {
    /*height: 4vh;*/
    font-size: 3vh;
    padding: 1.3vh;
    text-align: center;
    text-transform: uppercase;
    border-top-right-radius: 1vh;
    border-top-left-radius: 1vh;
    margin-bottom: 0.5rem;
}
.back .navigation-list .header {
    background-color: #aa0000;
    color: #ffffff;
}
.front .navigation-list .header {
    background-color: #95be4f;
    color: #ffffff;
}

.navigation-list .product {
    opacity: 0.15;
}
.navigation-list .product.clicked {
    opacity: 1;
}
.navigation-list .product.selected {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 100%);
}
.navigation-list .img-holder {
    height:7vh;
    width: auto;
    margin-left: 1vh;
    margin-right: 0.5vh;
    margin-bottom: 0.5vh;
    padding-top: 0.25vh;
}
.navigation-list img {
    height: 7vh;
    width: auto;
    background-color: #aa0000;
    border-radius: 1vh;
    border: 1px solid #dddddd;
}

.navigation-list .product-title {
    font-size: 2vh;
    font-weight: bold;
    padding-bottom: 0;
}
.navigation-list .product-description {
    font-size: 1.5vh;
    padding-bottom: 0;
}
.navigation-list .info-body {
    font-size: 1.8vh;
    padding: 5px 10px 0 10px;
}
.navigation-list .info-body li{
    padding-bottom: 10px;
}

.video-info {
    position: relative;
    height: 100%;
}
.factory-warranty-with-video .video-info .videoLoader {
    height: 400px;
    text-align: center;
}
.factory-warranty-with-video .video-info .videoLoader [class*="fb-grid-"] {
    /* This sucks and should be removed .. trying to get this thing centered quickly and the height is not inheriting */
    height: 400px;
}
.factory-warranty-with-video .video-info .videoLoader i {
    opacity: 0.1;
    font-size: 100px;
}

.factory-warranty-with-video videogular, .factory-warranty-with-video .video-info .videoLoader {
    z-index: 1;
    position: absolute;
    right: 55%;
    transform: translateX(50%) translateY(50%);
    min-width: 100%;
    width: 110%;
    overflow: hidden;
    bottom: 50%;
    min-height: 100%;
    height: auto;
}

.factory-warranty-with-video videogular video {
    height: auto;
    max-height:74vh;
    width: 100%;
    background-color: white;
}

.info-pane {
    position: relative;
    z-index: 100;
    font-size: 2vh;
    -webkit-transition: -webkit-all .5s ease 0s;
    transition: all .5s ease 0s;
    height: auto;
    width: 70vh;
    margin-left: calc(50% - (65vh/2));
    background: rgba(60,60,60,0.8);
    border: 2px solid #ffffff;
    border-radius: 2vh;
    color: #ffffff;
    opacity: 0;
}
.info-pane.visible {
    opacity: 1;
}

.info-pane .info-title {
    font-size: 3vh;
    padding-top: 2vh;
    text-transform: uppercase;
}
.factory-warranty-with-video .info-body {
    font-size: 1.6vh;
}
.info-pane .info-footer-text {
    font-size: 1.4vh;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.info-pane [class*="fb-grid-"] {
    height: 100%;
}
.info-pane [class*="fb-grid-"] {
    margin-left: 0.5vh;
}
.info-pane .right-side {
    border-left: 2px solid #ffffff;
    margin-top: 2vh;
    height: 30vh;
}
.info-pane .right-side .title {
    line-height: 7vh;
    font-size: 2vh;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.info-pane .right-side .images {
    padding-left: calc(50% - 9.2vh);
    max-width: 100%;
    max-height: 80%;
}
.info-pane .right-side .images img{
    width: 17.5vh;
    height: auto;
    position: absolute;
    opacity: 0;
    transition: opacity .5s;
}
.info-pane .right-side .images .image-text {
    position: absolute;
    opacity: 0;
    top: 27vh;
}
.info-pane .right-side .images .active{
    opacity: 1;
}

.factory-warranty-with-video .not-covered-title {
    height: 100%;
    border-radius: 0 10px 0 0;
    background-color: rgb(181,10,0);
}

/***************************************************/
/***              User Enable Message            ***/
/***************************************************/
.fwrAlert {
    position: absolute;
    width: 100%;
    padding: 10px;

}

.fwrAlert p {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    margin-left: 20px;
}

.fwrAlert button {
    padding: 3px 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.33;
    margin-left: 560px
}

.factory-warranty-with-video .left-pane {
    z-index: 10;
}
.factory-warranty-with-video .left-pane .back {
    width: 100%;
}
.factory-warranty-with-video .left-pane {
    opacity: 1;
}
.factory-warranty-with-video .left-pane.init {
    opacity: 0.01;
}

@media (max-width: 1280px) {
    .fwr-video-header .title {
        font-size: 1.9vh !important;
    }
    .fwr-video-header .text {
        font-size: 1.8vh;
    }
}

div[flip] {
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
div[flip] .front, div[flip] .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

div[flip] .front {
    /* for firefox 31 */
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
div[flip] .back {
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

div[flip].showFront {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

div[flip].showBack {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.salestool .slideContainer {
    width:720px;
    height:490px;
    background-color:#ffffff;
    position:absolute;
    z-index:1;
    display:none;
}

.salestool .slideContainer.active {
    z-index: 12;
    display:block;
}

.salestool .slideContainer .slideHeader {
    width: 100%;
    height: 52px;
	background-color:#ffffff;
    padding-right: 90px;
}

.salestool .slideContainer .slideHeader .logo {
    width:500px;
    float:left;
    display:block;
}

.salestool .slideContainer .slideHeader .counter {
    width:250px;
    float:left;
    display:block;
    padding-right:12px;
}

.salestool .nextSlide {
	width:500px;
	height:440px;
	position:absolute;
	z-index:8;
	right:0px;
	top:52px;
}

.salestool .nextSlide i {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #888888;
	font-size: 30px;
}

.salestool .prevSlide {
	width:220px;
	height:440px;
	position:absolute;
	z-index:8;
	left:0px;
	top:52px;
}

.salestool .prevSlide i {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #888888;
	font-size: 30px;
}

.salestool .slideContainer .rightColumn {
    float: right;
    position:absolute;
    right:10px;
    top:62px;
    bottom:10px;
    width: 210px;
}

.salestool .slideContainer .leftColumn {
    width:625px;
    position:absolute;
    top:52px;
    left:0px;
    height:435px;
}

.salestool .slideContainer .leftColumn.grid {
    background: url(/Content/images/bg_grid.png);
    background-position:70px 10px;
    background-repeat:no-repeat;
}

.salestool .slideContainer .leftColumn.grid .yaxis_labels {
    position:absolute;
    top:10px;
    width:60px;
    left:5px;
    color:#9b9b9b;
}

.salestool .slideContainer .leftColumn.grid .yaxis_labels strong {
    text-align:center;
    display:block;
    text-transform:uppercase;
    position:relative;
    bottom:5px;
}

.salestool .slideContainer .leftColumn.grid .yaxis_labels ul {
    list-style:none;
    padding:0px;
    margin:0px;
    text-align:right;
    font-size:11px;
}

.salestool .slideContainer .leftColumn.grid .yaxis_labels ul li {
    margin: 0px 0px 37px 0px;
}

.salestool .slideContainer .leftColumn.grid .xaxis_labels {
    position:absolute;
    bottom:1px;
    width:100%;
    left:45px;
    color:#9b9b9b;
}

.salestool .slideContainer .leftColumn.grid .xaxis_labels strong {
    text-align:center;
    float:right;
    display:block;
    text-transform:uppercase;
    position:relative;
}

.salestool .slideContainer .leftColumn.grid .xaxis_labels ul {
    list-style:none;
    position:relative;
    top:3px;
    left:25px;
    padding:0px;
    margin:0px;
    text-align:right;
    font-size:11px;
}

.salestool .slideContainer .leftColumn.grid .xaxis_labels ul li {
    float:left;
    width:50px;
    text-align:center;
}

.salestool .slideContainer .leftColumn p {
    margin-left: 40px;
}

.salestool .slideContainer .counter {
    position:relative;
    top:3px;
    left:12px;
}

.salestool .slideContainer .counter strong {
    display:block;
    text-align:center;
}

.salestool .slideContainer .counter a {
    text-decoration: none;
    color: #ffffff;
    font-size:16px;
    background-color: #cccccc;
    display:inline-block;
    height:15px;
    width:15px;
    line-height:28px;
    text-align:center;
    margin:16px 4px;
    font-weight:bold;
	text-shadow:none;
}

.salestool .slideContainer .counter a.active {
    background-color: #326ea6;
	color:#ffffff;
}

.salestool .slideContainer h1 {
    text-transform: uppercase;
    width:610px;
    text-align:left;
    margin:28px 0px 5px 40px;
    font-size:28px;
}

.salestool .slideContainer h2 {
    width: 610px;
    text-align: left;
    line-height:22px;
    margin:0px 0px 0px 40px;
    font-size:20px;
    color:#a6a6a6;
    text-transform:uppercase;
}

.salestool .slideContainer h3 {
    margin: 0px 0px 0px 40px;
}

.salestool .slideContainer .rightColumn h3 {
    text-transform:uppercase;
    font-size:20px;
    position:relative;
    right:150px;
    width:300px;
    margin-top:50px;
}

.salestool .slideContainer .rightColumn ul {
    position:relative;
    right:150px;
    margin-left:0px;
    font-weight:bold;
    width:300px;
    /*font-size:11px;
    border:1px solid #a6a6a6;
    color:#a6a6a6;
    background-color:#ffffff;*/
}

.salestool .slideContainer .rightColumn ul li {
    list-style-type: none;
    font-size:17px;
    line-height:30px;
    /*color:#a6a6a6;*/
    font-weight:normal;
}

.salestool .slideContainer .rightColumn ul.red, .salestool .slideContainer .rightColumn h3.red {color:#cc0000;}
.salestool .slideContainer .rightColumn ul.green, .salestool .slideContainer .rightColumn h3.green {color:#00aa00;}

.salestool .slideContainer .rightColumn ul li:before {
    content: "- ";
}

.salestool .slideContainer .rightColumn .vehicle_info {
    display:block;
    height:60px;
    width:178px;
    float:left;
    clear:both;
    margin-left:10px;
    margin-top:15px;
    border:1px solid #a6a6a6;
    font-size:12px;
    line-height:15px;
    padding:5px;
    background-color:#ffffff;
    color:#a6a6a6;
}

.salestool .slideContainer .rightColumn .vehicle_info span {
    display: inline-block;
    clear:both;
    width: 60px;
    color:#000000;
}

.salestool .vehicle_cost {
    background-color:#ffffff;
    background-image:url(/Content/images/vehicle_cost.png);
    background-position:50% 50%;
    background-repeat:no-repeat;
    display:block;
    height:60px;
    width:188px;
    float:left;
    clear:both;
    margin-left:10px;
    border:1px solid #a6a6a6;
}
.salestool .vehicle_cost:hover {
    background-image:url(/Content/images/vehicle_cost_over.png);
}

.salestool .vehicle_expense {
    background-color:#ffffff;
    background-image:url(/Content/images/vehicle_expense.png);
    background-position:50% 50%;
    background-repeat:no-repeat;
    display:block;
    height:60px;
    width:188px;
    float:left;
    clear:both;
    margin-left:10px;
    border:1px solid #a6a6a6;
}
.salestool .vehicle_expense:hover {
    background-image:url(/Content/images/vehicle_expense_over.png);
}

.salestool .slideContainer form {
    width: 500px;
    height:378px;
    margin-left:50px;
    margin-top:40px;
    position:relative;
}

.salestool .slideContainer form .column_labels {
    float: left;
    width: 100%;
    line-height: 10px;
    height: 10px;
    font-size: 12px;
    text-align:right;
}

.salestool .slideContainer form .column_labels span {
    margin: 0px 11px;
    width: 112px;
    display: inline-block;
    text-align:center;
}

.salestool .slideContainer form label {
    float: left;
    width:200px;
    line-height:24px;
    margin:0px 0px 18px 5px;
    color:#a6a6a6;
    font-weight:bold;
}

.salestool .slideContainer form input {
    margin-left:10px;
    height:18px;
    margin-bottom:18px;
}

.salestool .slideContainer form label.make { width: 70px; }
.salestool .slideContainer form input.make { width: 250px; }
 
.salestool .slideContainer form label.year { width: 50px; }
.salestool .slideContainer form input.year { width: 80px; }

.salestool .slideContainer form label.model { width: 70px; }
.salestool .slideContainer form input.model { width: 400px; }

.salestool .slideContainer form label.vin { width: 70px; }
.salestool .slideContainer form input.vin { width: 400px; }

.salestool .slideContainer form label.expected_mileage { width: 240px; margin-bottom:8px; }
.salestool .slideContainer form input.expected_mileage { width: 230px; margin-bottom:8px; }

.salestool .slideContainer form label.comp { width: 240px; }
.salestool .slideContainer form input.comp { width: 108px; }

.salestool .slideContainer form label.power { width: 240px; }
.salestool .slideContainer form input.power { width: 108px; }

.salestool .slideContainer form label.esp_1 { width: 240px; }
.salestool .slideContainer form input.esp_1 { width: 108px; }

.salestool .slideContainer form label.esp_2 { width: 240px; }
.salestool .slideContainer form input.esp_2 { width: 108px; }

.salestool .slideContainer form label.esp_3 { width: 240px; }
.salestool .slideContainer form input.esp_3 { width: 108px; }

.salestool .slideContainer form input {
    float: left;
}

.salestool .slideContainer form .buttonContainer {
    position: absolute;
    bottom: 0px;
    right: -68px;
    height:42px;
}

.salestool .slideContainer form .buttonContainer input {
    height: 24px;
    width: 70px;
    background: #d9d9d9;
    color:#476066;
    border:1px solid #a6a6a6;
    cursor:pointer;
}

.salestool .graph {
    position:absolute;
    bottom:20px;
    left:71px;
    z-index:2;
    border:1px solid rgba(0,0,0,0.5);
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    overflow:hidden;
}

.salestool .graph span {
    margin: 5px;
    position:absolute;
    z-index:5;
    color:#000000;
}

.salestool .graph.factory { background-color: rgba(115,138,148,0.6); }
.salestool .graph.power { background-color: rgba(202,222,232,0.6); }
.salestool .graph.risk { 
    background: -moz-linear-gradient(left,  rgba(255,0,0,0) 0%, rgba(255,0,0,0.1) 25%, rgba(255,0,0,0.3) 50%, rgba(255,0,0,0.1) 75%, rgba(255,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,0)), color-stop(25%,rgba(255,0,0,0.1)), color-stop(50%,rgba(255,0,0,0.3)), color-stop(75%,rgba(255,0,0,0.1)), color-stop(100%,rgba(255,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.1) 25%,rgba(255,0,0,0.3) 50%,rgba(255,0,0,0.1) 75%,rgba(255,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.1) 25%,rgba(255,0,0,0.3) 50%,rgba(255,0,0,0.1) 75%,rgba(255,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.1) 25%,rgba(255,0,0,0.3) 50%,rgba(255,0,0,0.1) 75%,rgba(255,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.1) 25%,rgba(255,0,0,0.3) 50%,rgba(255,0,0,0.1) 75%,rgba(255,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00ff0000',GradientType=1 ); /* IE6-9 */
}
.salestool .graph.risk span {
    color: #ffffff;
    font-size: 36px;
    bottom: 100px;
    right: 130px;
}
.salestool .graph.factory { background-color: rgba(115,138,148,0.6); }
.salestool .graph.profile {
    top:124px;
    bottom:auto;
    left:179px;
    padding:5px;
    background-color:rgba(255,255,255,0.9);
    border:none;
    box-shadow:1px 1px 4px rgba(0,0,0,0.2);
    z-index:5;
    white-space:nowrap;
}

.salestool .graph.profile strong {
    float:left;
    clear:left;
    width:220px;
    height:20px;
    display:block;
}

.salestool .graph.profile span {
    float:left;
    width:150px;
    height:20px;
    display:block;
    position:relative;
    margin:0px;
    padding:0px;
}

.salestool .graph.opt1 span, .salestool .graph.opt2 span, .salestool .graph.opt3 span {
    font-size:16px;
    color:#115B1F;
    text-shadow:0px 0px 3px rgba(255,255,255,0.5);
}

.salestool .graph.opt1 {
    background: -moz-linear-gradient(left,  rgba(100,240,60,0) 0%, rgba(100,240,60,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(100,240,60,0)), color-stop(100%,rgba(100,240,60,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(100,240,60,0) 0%,rgba(100,240,60,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(100,240,60,0) 0%,rgba(100,240,60,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(100,240,60,0) 0%,rgba(100,240,60,0.9) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(100,240,60,0) 0%,rgba(100,240,60,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064f03c', endColorstr='#e664f03c',GradientType=1 ); /* IE6-9 */
}
.salestool .graph.opt2 {
    background: -moz-linear-gradient(left,  rgba(40,190,15,0) 0%, rgba(40,190,15,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,190,15,0)), color-stop(100%,rgba(40,190,15,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(40,190,15,0) 0%,rgba(40,190,15,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(40,190,15,0) 0%,rgba(40,190,15,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(40,190,15,0) 0%,rgba(40,190,15,0.9) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(40,190,15,0) 0%,rgba(40,190,15,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0028be0f', endColorstr='#e628be0f',GradientType=1 ); /* IE6-9 */
}
.salestool .graph.opt3 {
    background: -moz-linear-gradient(left,  rgba(50,150,60,0) 0%, rgba(50,150,60,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(50,150,60,0)), color-stop(100%,rgba(50,150,60,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(50,150,60,0) 0%,rgba(50,150,60,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(50,150,60,0) 0%,rgba(50,150,60,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(50,150,60,0) 0%,rgba(50,150,60,0.9) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(50,150,60,0) 0%,rgba(50,150,60,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0032963c', endColorstr='#e632963c',GradientType=1 ); /* IE6-9 */
}

.salestool .backButton {
    z-index: 4;
    position:absolute;
    top:10px;
    right:10px;

    text-decoration: none;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    font-size:16px;
    background-color: #000000;
    display:block;
    height:30px;
    width:30px;
    line-height:30px;
    text-align:center;
    font-weight:bold;
}

.salestool .expense_graph {
    height:100%;
    width:100%;
    background: rgb(50,90,100); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(50,90,100,1) 0%, rgba(130,180,200,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(50,90,100,1)), color-stop(100%,rgba(130,180,200,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(50,90,100,1) 0%,rgba(130,180,200,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(50,90,100,1) 0%,rgba(130,180,200,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(50,90,100,1) 0%,rgba(130,180,200,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(50,90,100,1) 0%,rgba(130,180,200,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325a64', endColorstr='#82b4c8',GradientType=1 ); /* IE6-9 */
}

.salestool .barGraph 
{
    height:300px;
    line-height:300px; /*matches height*/
    padding:0px;
    margin:0px;
    position:relative;
    top:50px;
    left:120px;
    width:642px;
}

.salestool .bar 
{
    margin:0px;
    border-width:1px;
    border-style:solid;
    padding:0px;
    width:24px;
    display:inline-block;
    vertical-align:bottom;
    opacity:1;
    box-shadow:inset 1px 0px 0px rgba(255,255,255,0.6), 1px 1px 20px rgba(0,0,0,0.3);
}

.salestool .bar:first-child {margin:0px;}
.salestool .bar:last-child {margin:0px;}

.salestool .bar.breakin {background-color:#e3e300;border-color:#e3e300;}
.salestool .bar.reliable_1 {background-color:#ff9900;border-color:#ff9900;}
.salestool .bar.reliable_2 {background-color:#ff6600;border-color:#ff6600;}
.salestool .bar.reliable_3 {background-color:#ff3300;border-color:#ff3300;}
.salestool .bar.least {background-color:#ff0000;border-color:#ff0000;}

.salestool .top_label {
    margin:0px auto 0px auto;
    height:30px;
}

.salestool .top_label span {
    line-height: 30px;
    height:30px;
    float:left;
    color:#ffffff;
    font-size:22px;
    text-transform:uppercase;
    width:50%;
    text-align:center;
}

.salestool .left_label {
    position:absolute;
    left:10px;
    width:100px;
    height:100%;
}

.salestool .left_label span {
    width: 100%;
    clear: both;
    float:left;
    margin:100px 0px;
    color:#ffffff;
    text-align:center;
    text-transform:uppercase;
}

.salestool .years_label, .salestool .period_label {
    border:2px solid #ffffff;
    margin:3px auto 0px auto;
    height:30px;
}

.salestool .years_label span {
    float: left;
    color: #ffffff;
    height: 30px;
    display: block;
    position: relative;
    line-height: 30px;
    width: 106px;
    text-align: center;
}

/*.salestool .period_label div {*/
    /*height: 30px;*/
    /*padding-top: 315px;*/
    /*line-height: 30px;*/
    /*float: left;*/
    /*color: #ffffff;*/
    /*position: relative;*/
    /*bottom: 315px;*/
    /*text-align:center;*/
    /*text-transform:uppercase;*/
    /*font-size:12px;*/
/*}*/

/*.salestool .period_label div.breakin {*/
    /*width: 107px;*/
    /*border-right:2px dashed #ffffff;*/
/*}*/
/*.salestool .period_label div.reliable {*/
    /*width: 153px;*/
    /*border-right:2px dashed #ffffff;*/
/*}*/
/*.salestool .period_label div.least {*/
    /*width: 372px;*/
/*}*/

.salestool .color_label {
    margin:6px auto 0px auto;
    height:30px;
    line-height:30px;
}

.salestool .color_label div {
    height: 30px;
    line-height: 30px;
    float: left;
    color: #ffffff;
    position: relative;
    bottom: 315px;
    text-align:center;
    text-transform:uppercase;
    font-size:16px;
    margin-top:10px;
}

.salestool .color_label div span {
    display: inline-block;
    height: 28px;
    vertical-align: middle;
    margin:0px 7px 0px 25px;
    width: 28px;
    box-shadow:inset 1px 1px 0px rgba(255,255,255,0.6), 1px 1px 3px rgba(0,0,0,0.5);
}

.salestool .color_label div span.factory_warranty {
    background-color: #e3e300;
}

.salestool .color_label div span.vsc {
    background-color: #ff0000;
}

.salestool .slideContainer {
    background-position:bottom right;
    background-size:cover;
    background-repeat:no-repeat;
}

.salesToolPage .salestool .slideContainer {
    overflow: hidden;  
    border-radius: 5px; 
}

.salestool.gap .slideContainer {background: url(/Content/images/bg_gap.png);}
.salestool.vsc .slideContainer {background: url(/Content/images/bg_vsc.png);}
.salestool.tireWheel .slideContainer {background: url(/Content/images/bg_tire.png);}
.salestool.dingDent .slideContainer {background: url(/Content/images/bg_ding.png);}
.salestool.glass .slideContainer {background: url(/Content/images/bg_glass.png);}
.salestool.glassprotect .slideContainer {background-color: #2266b7;background-image: url(/Content/images/bg_glass_protect.png);}
.salestool.interior .slideContainer {background: url(/Content/images/bg_int.png);}
.salestool.key .slideContainer {background: url(/Content/images/bg_key.png);}
.salestool.roadside .slideContainer {background: url(/Content/images/bg_road.png);}
.salestool.exterior .slideContainer {background: url(/Content/images/bg_ext.png);}
.salestool.environmental .slideContainer {background: url(/Content/images/bg_env.png);}
.salestool.maintenance .slideContainer {background: url(/Content/images/bg_maint.png);}
.salestool.theft .slideContainer {background: url(/Content/images/bg_theft.png);}
.salestool.lease .slideContainer {background: url(/Content/images/bg_lease.png);}
.salestool.life .slideContainer {background: url(/Content/images/bg_life.png);}
.salestool.tips .slideContainer {background: url(/Content/images/bg_tips.png);}
.salestool.total_loss .slideContainer {background: url(/Content/images/bg_total_loss.png);}
.salestool.total_care .slideContainer {background: url(/Content/images/bg_total.png);}
.salestool.traffic .slideContainer {background: url(/Content/images/bg_traffic.png);}

.salestool .slideContainer .leftColumn p {
    width: 260px;
    float:left;
    clear:left;
    margin-left:40px;
}

.salestool .slideContainer .leftColumn .gapGraph {
    float: right; 
    width:150px;
    right:40px;
    clear:right;
    height: 240px;
    position: relative;
    bottom: -60px;
    overflow:visible;
}

.salestool .slideContainer .leftColumn .gapGraph .bar {
    width: 40px;
}

.salestool .slideContainer .leftColumn .gapGraph div.owe {
    height: 100%;
    background-color:#c80909;
    border:1px solid #c80909;
    position:absolute;
    height:295px;
    right:110px;
    bottom:30px;
}

.salestool #slide2.slideContainer .leftColumn .gapGraph div.owe {
    right: 109px;
}

.salestool .slideContainer .leftColumn .gapGraph div.gap {
    height: 100%;
    background-color:#2fa837;
    border:1px solid #2fa837;
    margin-left:5px;
    height:295px;
    position:absolute;
    bottom:30px;
    right:60px;
}

.salestool .slideContainer .leftColumn .gapGraph div.value {
    height: 35%;
    position: absolute;
    bottom:30px;
    right:60px;
    border: none;
    background-color: #b9d1df;
    border: 1px solid #b9d1df;
    z-index:12;
}

.salestool .slideContainer .gapGraph div.green, .salestool .slideContainer .gapGraph div.red, .salestool .slideContainer .gapGraph div.blue {
    position: absolute;
    bottom:0px;
    right:110px;
    border: none;
}

.salestool .slideContainer .gapGraph div.green {
    background-color:#2fa837;
    border:1px solid #2fa837;
}
.salestool .slideContainer .gapGraph div.blue {
    background-color: #555555;
    border: 1px solid #555555;
}
.salestool .slideContainer .gapGraph div.red {
    background-color:#c80909;
    border:1px solid #c80909;
}

.salestool #slide4.slideContainer .leftColumn .gapGraph div.value {
    box-shadow:inset 1px 1px 0px rgba(255,255,255,0.6);
}

.salestool .slideContainer .leftColumn .gapGraph strong{
    background: rgba(255,255,255,0.8);
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.salestool .slideContainer .leftColumn .gapGraph strong.owe {
    display:block;
    width:100px;
    position:absolute;
    right:140px;
    bottom:72%;
    margin-bottom:50px;
}

.salestool .slideContainer .leftColumn .gapGraph strong.value {
    display:block;
    width:100px;
    position:absolute;
    right:-50px;
    bottom:35%;
    margin-bottom:50px;
}

.salestool .slideContainer .leftColumn .gapGraph strong {
    display:block;
    width:110px;
    position:absolute;
    right:-20px;
    bottom:72%;
    margin-bottom:50px;
}

.salestool .slideContainer h1 {
    text-transform: uppercase;
    width:610px;
    text-align:left;
    margin:28px 0px 5px 40px;
    font-size:22px;
    color:#000000;
}

.salestool ul {
    font-size: 18px;
    list-style-type: none;
}

.salestool ul li {
    line-height: 50px;
}

.salestool ul li:before {
    content: "- ";
    margin: 0 1em;   
}

.salestool ul.smallText {
    font-size: 14px;
}

.salestool ul.smallText li {
    display: block;
    float: left;
    width: 49%;
    line-height:20px;
}

/* ESP */

.salestool.esp ul li {
    line-height: 13px;
}

.salestool.esp ul li:before {
    content: none;
    margin:0px;
}

.salestool.esp .slideContainer h1 {
    text-transform: uppercase;
    width:540px;
    text-align:right;
    margin:28px 0px 5px 0px;
    font-size:22px;
}

.salestool.esp #slide1.slideContainer h1 {
    text-align: left;
    margin-left:40px;
}

.salestool.esp .slideContainer h2 {
    width: 540px;
    text-align: right;
    color:#636363;
    line-height:22px;
    margin:0px 0px 0px 0px;
    font-size:14px;
    text-transform:uppercase;
}

.salestool.esp #slide1.slideContainer h2 {
    text-align: left;
    margin-left:40px;
}

/* Tire & Wheel */

.salestool.tire_wheel #slide1 h2 {
    width: 400px;
    margin-top:30px;
}

.salestool.tire_wheel h2 {
    margin-bottom: 20px;
    font-weight:normal;
    font-size:24px;
    line-height:40px;
}

.salestool.tire_wheel h3 {
    width:400px;
}

.salestool.tire_wheel h3 span {
    float: right;
}

.salestool.tire_wheel #slide2 p {
    margin-top:0px;
    padding:7px;
    background: -moz-linear-gradient(left,  rgba(218,231,239,1) 0%, rgba(218,231,239,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(218,231,239,1)), color-stop(100%,rgba(218,231,239,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(218,231,239,1) 0%,rgba(218,231,239,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(218,231,239,1) 0%,rgba(218,231,239,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(218,231,239,1) 0%,rgba(218,231,239,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(218,231,239,1) 0%,rgba(218,231,239,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae7ef', endColorstr='#00dae7ef',GradientType=1 ); /* IE6-9 */
    width:240px;
    padding-right:100px;
}

.salestool.tire_wheel #slide2 p.footnote {
    background: none;
    width: 450px;
    position:absolute;
    bottom:20px;
}

.salestool.tire_wheel #slide3 p {
    font-size:20px;
    width:500px;
}

.salestool.tire_wheel ul li {
    margin-left: 40px;
    line-height: 30px;
}

.salestool.tire_wheel ul li:before {
    content: none;
}




.salestool.new .nextSlide i {
    color: rgba(255,255,255,0.5);
    text-shadow:none;
}

.salestool.new .slideContainer .rightColumn {
    width: 50%;
    position: absolute;
    top: 102px;
    right: 0px;
    height: 388px;
}

.salestool.new .slideContainer .rightColumn .frame {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.02) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.02))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.02) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.02) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.02) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.02) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#05000000',GradientType=0 ); /* IE6-9 */

    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), 0px 3px 3px rgba(0,0,0,0.3);

    height: 300px;
    width: 300px;
    border-radius: 15px;
    top: calc(50% - 180px);
    position: absolute;
    overflow:hidden;
}

.salestool.new .slideContainer .rightColumn .frame p {
    font-size:14px;
    color:silver;
    padding:5px 10px;
    width:280px;
    text-align:center;
}

.salestool.new .slideContainer .leftColumn {
    width: 50%;
    position: absolute;
    top: 102px;
    left: 0px;
    height: 388px;
}

.salestool.new {
    background: #2266b7; /* Old browsers */
}

.salestool.new .slideContainer .leftColumn p {
    width: 260px;
    float:left;
    clear:left;
    margin-left:20px;
    margin-right:20px;
}

.salestool.new .slideContainer p {
    color:rgba(255,255,255,0.7);
    text-shadow:none;
    line-height:27px;
    font-weight:normal;
    padding-left:30px;
    padding-right:30px;
    font-family:Tahoma, Verdana, sans-serif;
    font-size:16px;
}

.salestool.new .slideContainer ul {
    color:rgba(255,255,255,0.7);
    text-shadow:none;
    line-height:27px;
    font-weight:normal;
    padding-left:30px;
    padding-right:30px;
    font-family:Tahoma, Verdana, sans-serif;
    font-size:16px;
}

.salestool.new .slideContainer h1 {
    text-transform: uppercase;
    width:610px;
    text-align:left;
    margin:15px 0px 10px 20px;
    font-size:22px;
    color:rgba(255,255,255,0.5);
    text-shadow:none;
    font-family:Tahoma, Verdana, sans-serif;
}




/*
    SWDS - GAP
*/

@keyframes fade {
    from {opacity:0;}
    to {opacity:1;}
}

@keyframes pop {
    100% {transform:scale(1,1);}
}

@keyframes slide {
    100% {transform:translateX(0);}
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(/fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(/fonts/RobotoCondensed-Bold.ttf);
    font-weight: bold;
}


.salesTools .swds_gap {
    text-shadow:none;
    color:#ffffff;
    font-family:'Roboto Condensed';
}

.salesTools .swds_gap .header {
    font-size: 32px;
    padding-left: 15px;
    padding-top: 8px;
    text-transform: uppercase;
    line-height: 29px;
    background-image:url(/Content/images/SWDS/SWDS_GAP/header_red.png);
}

.salesTools .swds_gap .header span {
    display:block;
    font-size:18px;
}


.salesTools .swds_gap .salesDescription {display:none;}
.salesTools .swds_gap .innerContainer {width:789px;height:500px;}
.salesTools .swds_gap  {width:789px;height:500px;}
.salesTools .swds_gap  .slideContainer {width:789px;height:500px;overflow:hidden;}
.salesTools .swds_gap  .salesToolsBlock {width:789px;height:500px;}

.salesTools .swds_gap .textColumn {
    position: absolute;
    left: 20px;
    top: 100px;
    bottom: 15px;
    right: 640px;
    display:none;
}
.salestool .swds_gap .textColumn p {
    font-size:15px;
}

.salesTools .swds_gap  div {
    z-index : 6;
}
.swds_gap #slide1 {
    background-image: url(/Content/images/SWDS/swds_gap/1_graph_bg.png);
    background-repeat: no-repeat;
    background-position: 80px 80px;
    background-size: 640px 380px;
    animation-name: fade;
    animation-duration: .5s;
}

.swds_gap #slide1 .label1 {
    position: absolute;
    top: 170px;
    left: 60px;
    color: #dddddd;
    width: 10px;
    font-size: 19px;
    font-weight: bold;
}

.swds_gap #slide1 .label2 {
    position: absolute;
    bottom: 10px;
    left: 330px;
    color: #dddddd;
    font-size: 19px;
    font-weight: bold;
}

.swds_gap #slide1 .label3 {
    position: absolute;
    right: 160px;
    top: 210px;
    height: 130px;
    width: 230px;
    padding: 15px 0px 40px 40px;
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    background-image: url(/Content/images/SWDS/swds_gap/1_bubble.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: slide;
    animation-delay:.5s;
    animation-duration: 2s;
    transform:translateX(500px);
    animation-fill-mode: forwards;
}

.swds_gap #slide1 .line {
    background-image: url(/Content/images/SWDS/swds_gap/1_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 80px;
    top: 170px;
    width: 640px;
    height: 290px;
    position: absolute;
    z-index:5;
    animation-name: fade;
    animation-duration: 2s;
}

.swds_gap #slide2 {
    background-image: url(/Content/images/SWDS/swds_gap/1_graph_bg.png);
    background-repeat: no-repeat;
    background-position: 80px 80px;
    background-size: 640px 380px;
}

.swds_gap #slide2 .label1 {
    position: absolute;
    top: 170px;
    left: 60px;
    color: #dddddd;
    width: 10px;
    font-size: 19px;
    font-weight: bold;
}

.swds_gap #slide2 .label2 {
    position: absolute;
    bottom: 10px;
    left: 300px;
    color: #dddddd;
    font-size: 19px;
    font-weight: bold;
}

.swds_gap #slide2 .label3 {
    position: absolute;
    top: 254px;
    left: 343px;
    right: 408px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}

.swds_gap #slide2 .label4 {
    color: #888888;
    text-transform: uppercase;
    right: 10px;
    left: 675px;
    position: absolute;
    top: 400px;
    text-align: center;
}

.swds_gap #slide2 .label5 {
    position: absolute;
    right: 120px;
    top: 174px;
    height: 240px;
    width: 340px;
    padding: 20px 5px 40px 95px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background-image: url(/Content/images/SWDS/swds_gap/2_bubble.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: pop;
    animation-delay:.5s;
    animation-duration: 1s;
    transform:scale(0,0);
    animation-fill-mode: forwards;
}

.swds_gap #slide2 .line {
    background-image: url(/Content/images/SWDS/swds_gap/2_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 80px;
    top: 170px;
    width: 640px;
    height: 290px;
    position: absolute;
    z-index:5;
}

.swds_gap #slide3 {
    background-image: url(/Content/images/SWDS/swds_gap/1_graph_bg.png);
    background-repeat: no-repeat;
    background-position: 80px 80px;
    background-size: 640px 380px;
}

.swds_gap #slide3 .label1 {
    position: absolute;
    top: 170px;
    left: 60px;
    color: #dddddd;
    width: 10px;
    font-size: 19px;
    font-weight: bold;
}

.swds_gap #slide3 .label2 {
    position: absolute;
    bottom: 10px;
    left: 330px;
    color: #dddddd;
    font-size: 19px;
    font-weight: bold;
}

.swds_gap #slide3 .label3 {
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    left: 200px;
    width: 86px;
    height: 85px;
    padding: 24px 18px;
    text-align: center;
    top: 200px;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    background-image: url(/Content/images/SWDS/swds_gap/burst.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.swds_gap #slide3 .label4 {
    position: absolute;
    color: #000000;
    top: 403px;
    left: 87px;
    text-align: center;
    text-transform: uppercase;
    right: 556px;
    bottom: 45px;
    font-size: 12px;
    font-weight: bold;
}
.swds_gap #slide3 .label5 {
    font-size: 22px;
    position: absolute;
    right: 65px;
    top: 156px;
    height: 240px;
    width: 340px;
    padding: 20px 5px 40px 52px;
    text-align: center;
    text-transform: uppercase;
    background-image: url(/Content/images/SWDS/swds_gap/3_bubble.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: slide;
    animation-delay:.5s;
    animation-duration: 2s;
    transform:translateX(500px);
    animation-fill-mode: forwards;
}
.swds_gap #slide3 .label6 {
    position: absolute;
    left: 450px;
    top: 233px;
    right: 220px;
    font-size: 15px;
    animation-name: slide;
    animation-delay:.5s;
    animation-duration: 2s;
    transform:translateX(500px);
    animation-fill-mode: forwards;
}
.swds_gap #slide3 .label6 span:nth-child(odd) {
    display: inline-block;
    width: 62%;
}
.swds_gap #slide3 .label7 {
    position: absolute;
    left: 596px;
    top: 243px;
    right: 100px;
    font-size: 18px;
    line-height: 21px;
    animation-name: slide;
    animation-delay:.5s;
    animation-duration: 2s;
    transform:translateX(500px);
    animation-fill-mode: forwards;
}

.swds_gap #slide3 .currency {
    font-size: 92px;
    color: #d9252c;
    position: absolute;
    top: 280px;
    left: 250px;
}

.swds_gap #slide3 .line {
    background-image: url(/Content/images/SWDS/swds_gap/3_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 80px;
    top: 170px;
    width: 640px;
    height: 290px;
    position: absolute;
    z-index:5;
}

.swds_gap #slide4 {
    background-image: url(/Content/images/SWDS/swds_gap/1_graph_bg.png);
    background-repeat: no-repeat;
    background-position: 80px 80px;
    background-size: 640px 380px;
}

.salesTools .swds_gap #slide4 .header {
    background-image:url(/Content/images/SWDS/SWDS_GAP/header_green.png);
}

.swds_gap #slide4 .label1 {
    position: absolute;
    top: 170px;
    left: 60px;
    color: #dddddd;
    width: 10px;
    font-size: 19px;
    font-weight: bold;
}

.swds_gap #slide4 .label2 {
    position: absolute;
    bottom: 10px;
    left: 330px;
    color: #dddddd;
    font-size: 19px;
    font-weight: bold;
}

.swds_gap #slide4 .label3 {
    position: absolute;
    color: #000000;
    text-transform: uppercase;
    left: 230px;
    width: 146px;
    height: 95px;
    padding: 24px 18px;
    top: 160px;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
}

.swds_gap #slide4 .label4 {
    position: absolute;
    color: #000000;
    top: 403px;
    left: 87px;
    text-align: center;
    text-transform: uppercase;
    right: 556px;
    bottom: 45px;
    font-size: 12px;
    font-weight: bold;
}
.swds_gap #slide4 .label5 {
    font-size: 17px;
    position: absolute;
    right: 65px;
    top: 156px;
    height: 240px;
    width: 340px;
    padding: 10px 5px 40px 5px;
    text-align: center;
    text-transform: uppercase;
    background-image: url(/Content/images/SWDS/swds_gap/4_bubble.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: slide;
    animation-delay:.5s;
    animation-duration: 2s;
    transform:translateX(500px);
    animation-fill-mode: forwards;
}
.swds_gap #slide4 .label6 {
    position: absolute;
    left: 454px;
    top: 223px;
    right: 135px;
    font-size: 15px;
    animation-name: slide;
    animation-delay:.5s;
    animation-duration: 2s;
    transform:translateX(500px);
    animation-fill-mode: forwards;
}

.swds_gap #slide4 .label6 div {
    text-align:center;
}

.swds_gap #slide4 .label6 span:nth-child(odd) {
    display: inline-block;
    width: 62%;
}

.swds_gap #slide4 .label6 span {
    padding-left:10%;
}

.swds_gap #slide4 .label7 {
    position: absolute;
    top: 303px;
    left: 404px;
    width: 300px;
    animation-name: slide;
    animation-delay:.5s;
    animation-duration: 2s;
    transform:translateX(500px);
    animation-fill-mode: forwards;
}

.swds_gap #slide4 .label8 {
    position: absolute;
    color: #888888;
    font-size: 30px;
    text-transform: uppercase;
    top: 100px;
    left: 150px;
    transform: rotate(-8deg);
    font-weight: bold;
}

.swds_gap #slide4 .line {
    background-image: url(/Content/images/SWDS/swds_gap/4_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 80px;
    top: 145px;
    width: 660px;
    height: 310px;
    position: absolute;
    z-index: 5;
}



.goWidgetContainer input.withButton {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: calc(100% - 35px);
    display: inline-block;
}

.goWidgetContainer .input-group-btn {
    display: inline-block;
    width: 34px;
    margin-left: -3px;
}

.goWidgetContainer .goBar {
    height: 34px;
    box-shadow: inset -1px -1px 2px rgba(255,255,255,0.5), 2px 2px 2px rgba(0,0,0,0.5);
    color: white;
    margin-top: 5px;
}

.goWidgetContainer .goBarDouble {
    position: relative;
}

    .goWidgetContainer .goBarDouble .background2 {
        position: absolute;
        right: 0px;
        height: 33px;
        background-color: rgba(0,0,0,0.15);
    }

.goWidgetContainer .goBar .label {
    display: inline;
    padding: 0;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    font-size: 16px;
    line-height: 32px;
    margin-left: 10px;
    text-transform: uppercase;
}

.goWidgetContainer .goBar .subLabel {
    font-size: .6em;
    vertical-align: middle;
}

.goWidgetContainer .goBar .number {
    font-size: 28px;
    float: right;
    margin-right: 10px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
}


.printPreviewContainer {
    position: absolute;
    inset: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    border: 2px solid #242424; 
    background: #323232;
    overflow: hidden;
}

.printPreviewTopBar {
    flex: 0;
    padding: 6px;
    background: white;
    border-bottom: 1px solid #242424;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.printPreviewTopBar > button.btn {
    margin: 0;
}

.printPreviewTopBarSpacer {
    flex: 1;
}

.printPreviewArea {
    flex: 1;
    color: white;
}

.printPreviewArea > iframe {
    width: 100%;
    height: 100%;
}
