/* Error de minimización. Devolviendo el contenido no minimizado.
(4119,1): run-time error CSS1019: Unexpected token, found '@import'
(4119,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700")'
(9225,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9226,8): run-time error CSS1035: Expected colon, found '{'
(9241,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9242,8): run-time error CSS1035: Expected colon, found '{'
(11145,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11146,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11155,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11156,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! jQuery UI - v1.12.1 - 2018-11-11
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.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 {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.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-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.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: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.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: 20px;
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.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("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.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;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: 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: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	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 override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.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 .ui-tabs-anchor {
	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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	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;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,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-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!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:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../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:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.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"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-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:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.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,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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%}.mark,mark{padding:.2em;background-color:#fcf8e3}.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:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}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:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;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{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{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=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-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,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],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-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],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}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.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 .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .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-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{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;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.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:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.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,.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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-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:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(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-left-radius:4px;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-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.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-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;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=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.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.3333333;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}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.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}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;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=checkbox],.input-group-addon input[type=radio]{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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{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{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.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{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.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{margin-bottom:5px;text-align:center}.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{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;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:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@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 .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;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:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.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{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.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{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.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;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.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,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.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:700}.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{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.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}}@-o-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{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-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-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{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:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.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,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border: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>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.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 embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.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,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(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:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(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:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.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-bottom:0;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,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;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:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;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{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.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;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.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%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(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-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left: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}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.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!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.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!important}tr.visible-md{display:table-row!important}td.visible-md,th.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!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.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!important}tr.visible-print{display:table-row!important}td.visible-print,th.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}}
/*# sourceMappingURL=bootstrap.min.css.map */

body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.datepicker {
    width: auto !important;
    z-index: 999999;
}

.modal-open .ui-datepicker {
    z-index: 2000 !important;
}



/**LOADING**/
.container-loading {
    opacity: 0.6;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    position: fixed;
    text-align: center;
}

    .container-loading div {
        width: 260px;
        top: 50%;
        left: 50%;
        opacity: 1;
        position: absolute;
        margin-left: -130px;
        margin-top: -50px;
        color: #fff;
        font-weight: bold;
    }

        .container-loading div img {
            width: 80px;
        }

.ui-datepicker .ui-datepicker-prev {
    background: #ffffff;
    background: url(~/../../../Content/images/iconfinder_arrow-left-01_186410.png) center no-repeat;
}

.ui-datepicker .ui-datepicker-next {
    background: #ffffff;
    background: url(~/../../../Content/images/iconfinder_arrow-right-01_186409.png) center no-repeat;
}

.ui-widget-content .ui-state-default, .ui-widget-header {
    border: none;
    font-weight: normal;
    color: #000;
    background: #fff;
    text-decoration: none;
}

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        background-color: #00b3ff;
        color: #ffffff !important;
        border-radius: 0.3em;
    }

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        /*background-color: #00b3ff;*/
        font-weight: bold;
        color: #000000 !important;
        border-radius: 0.3em;
        border: 1px solid #00b3ff;
    }

a.ui-state-default,
.ui-datepicker th {
    text-align: center !important;
}

.ui-datepicker-week-end {
    font-weight: bold;
    color: #ff0000 !important;
    border-radius: 0.3em;
    border: 1px solid #00b3ff;
}
/**FIN LOADING**/

/*! Generated by Live LESS Theme Customizer */
.label,sub,sup{vertical-align:baseline}
body,figure{margin:0}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable{max-height:340px}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:10px;-webkit-tap-highlight-color:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,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-color:transparent}
a:active,a:hover{outline:0}
b,optgroup,strong{font-weight:700}
dfn{font-style:italic}
h1{margin:.67em 0}
mark{background:#ff0;color:#000}
sub,sup{font-size:75%;line-height:0;position:relative}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;vertical-align:middle}
svg:not(:root){overflow:hidden}
hr{box-sizing:content-box;height:0}
pre,textarea{overflow:auto}
code,kbd,pre,samp{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[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-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
@media print{blockquote,img,pre,tr{page-break-inside:avoid}
*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-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:""}
blockquote,pre{border:1px solid #999}
thead{display:table-header-group}
img{max-width:100%!important}
h2,h3,p{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
.navbar{display:none}
.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}
.label{border:1px solid #000}
.table{border-collapse:collapse!important}
.table td,.table th{background-color:#fff!important}
.table-bordered td,.table-bordered th{border:1px solid #ddd!important}
}
.img-thumbnail,body{background-color:#fff}
.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-warning{background-image:none}
@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../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:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.glyphicon-asterisk:before{content:"\002a"}
.glyphicon-plus:before{content:"\002b"}
.glyphicon-eur:before,.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"}
.glyphicon-cd:before{content:"\e201"}
.glyphicon-save-file:before{content:"\e202"}
.glyphicon-open-file:before{content:"\e203"}
.glyphicon-level-up:before{content:"\e204"}
.glyphicon-copy:before{content:"\e205"}
.glyphicon-paste:before{content:"\e206"}
.glyphicon-alert:before{content:"\e209"}
.glyphicon-equalizer:before{content:"\e210"}
.glyphicon-king:before{content:"\e211"}
.glyphicon-queen:before{content:"\e212"}
.glyphicon-pawn:before{content:"\e213"}
.glyphicon-bishop:before{content:"\e214"}
.glyphicon-knight:before{content:"\e215"}
.glyphicon-baby-formula:before{content:"\e216"}
.glyphicon-tent:before{content:"\26fa"}
.glyphicon-blackboard:before{content:"\e218"}
.glyphicon-bed:before{content:"\e219"}
.glyphicon-apple:before{content:"\f8ff"}
.glyphicon-erase:before{content:"\e221"}
.glyphicon-hourglass:before{content:"\231b"}
.glyphicon-lamp:before{content:"\e223"}
.glyphicon-duplicate:before{content:"\e224"}
.glyphicon-piggy-bank:before{content:"\e225"}
.glyphicon-scissors:before{content:"\e226"}
.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"}
.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"}
.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20bd"}
.glyphicon-scale:before{content:"\e230"}
.glyphicon-ice-lolly:before{content:"\e231"}
.glyphicon-ice-lolly-tasted:before{content:"\e232"}
.glyphicon-education:before{content:"\e233"}
.glyphicon-option-horizontal:before{content:"\e234"}
.glyphicon-option-vertical:before{content:"\e235"}
.glyphicon-menu-hamburger:before{content:"\e236"}
.glyphicon-modal-window:before{content:"\e237"}
.glyphicon-oil:before{content:"\e238"}
.glyphicon-grain:before{content:"\e239"}
.glyphicon-sunglasses:before{content:"\e240"}
.glyphicon-text-size:before{content:"\e241"}
.glyphicon-text-color:before{content:"\e242"}
.glyphicon-text-background:before{content:"\e243"}
.glyphicon-object-align-top:before{content:"\e244"}
.glyphicon-object-align-bottom:before{content:"\e245"}
.glyphicon-object-align-horizontal:before{content:"\e246"}
.glyphicon-object-align-left:before{content:"\e247"}
.glyphicon-object-align-vertical:before{content:"\e248"}
.glyphicon-object-align-right:before{content:"\e249"}
.glyphicon-triangle-right:before{content:"\e250"}
.glyphicon-triangle-left:before{content:"\e251"}
.glyphicon-triangle-bottom:before{content:"\e252"}
.glyphicon-triangle-top:before{content:"\e253"}
.glyphicon-console:before{content:"\e254"}
.glyphicon-superscript:before{content:"\e255"}
.glyphicon-subscript:before{content:"\e256"}
.glyphicon-menu-left:before{content:"\e257"}
.glyphicon-menu-right:before{content:"\e258"}
.glyphicon-menu-down:before{content:"\e259"}
.glyphicon-menu-up:before{content:"\e260"}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family:"Helvetica Neue",Arial,Arial,Arial;font-size:14px;line-height:1.42857143;color:#555}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#009fe3;text-decoration:none}
a:focus,a:hover{color:#006996;text-decoration:underline}
a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail{padding:4px;line-height:1.42857143;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.img-circle{border-radius:50%}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.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}
[role=button]{cursor:pointer}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Arial,Arial,Arial;font-weight:500;line-height:1.2;color:#317eac}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#999}
.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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}
address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre{line-height:1.42857143}
dt,kbd kbd,label{font-weight:700}
@media (min-width:768px){.lead{font-size:21px}
}
.small,small{font-size:85%}
.mark,mark{background-color:#fcf8e3;padding:.2em}
.list-inline,.list-unstyled{list-style:none;padding-left:0}
.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:#999}
.text-primary{color:#009fe3}
a.text-primary:focus,a.text-primary:hover{color:#007bb0}
.text-success{color:#468847}
a.text-success:focus,a.text-success:hover{color:#356635}
.text-info{color:#3a87ad}
a.text-info:focus,a.text-info:hover{color:#2d6987}
.text-warning{color:#c09853}
a.text-warning:focus,a.text-warning:hover{color:#a47e3c}
.text-danger{color:#b94a48}
a.text-danger:focus,a.text-danger:hover{color:#953b39}
.bg-primary{color:#fff;background-color:#009fe3}
a.bg-primary:focus,a.bg-primary:hover{background-color:#007bb0}
.bg-success{background-color:#dff0d8}
a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}
.bg-info{background-color:#d9edf7}
a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}
.bg-warning{background-color:#fcf8e3}
a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}
.bg-danger{background-color:#f2dede}
a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}
pre code,table{background-color:transparent}
.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}
dl,ol,ul{margin-top:0}
ol,ul{margin-bottom:10px}
ol ol,ol ul,ul ol,ul ul{margin-bottom:0}
.list-inline{margin-left:-5px}
.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}
dl{margin-bottom:20px}
dd{margin-left:0}
@media (min-width:768px){.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[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #999}
.initialism{font-size:90%;text-transform:uppercase}
blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}
blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}
blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;color:#999}
blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}
.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}
caption,th{text-align:left}
code,kbd{padding:2px 4px;font-size:90%}
.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}
.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}
address{margin-bottom:20px;font-style:normal}
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}
kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(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;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}
.container,.container-fluid{margin-right:auto;margin-left:auto}
pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;border-radius:0}
.container,.container-fluid{padding-left:15px;padding-right:15px}
.pre-scrollable{overflow-y:scroll}
@media (min-width:768px){.container{width:750px}
}
@media (min-width:992px){.container{width:970px}
}
@media (min-width:1200px){.container{width:1170px}
}
.row{margin-left:-15px;margin-right:-15px}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}
}
caption{padding-top:8px;padding-bottom:8px;color:#999}
.table{width:100%;max-width:100%;margin-bottom:20px}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}
.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}
.table>tbody+tbody{border-top:2px solid #ddd}
.table .table{background-color:#fff}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}
.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{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}
.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.dropdown-menu{float:left}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}
.table-responsive{overflow-x:auto;min-height:.01%}
@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}
.table-responsive>.table{margin-bottom:0}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}
.table-responsive>.table-bordered{border:0}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
}
fieldset,legend{padding:0;border:0}
fieldset{margin:0;min-width:0}
legend{display:block;width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;color:#555;border-bottom:1px solid #e5e5e5}
label{display:inline-block;max-width:100%;margin-bottom:5px}
input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}
input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}
.form-control,output{display:block;font-size:14px;line-height:1.42857143;color:#555}
input[type=file]{display:block}
input[type=range]{display:block;width:100%}
select[multiple],select[size]{height:auto}
input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}
output{padding-top:9px}
.form-control{width:100%;height:38px;padding:8px 12px;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(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,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.form-control::-moz-placeholder{color:#999;opacity:1}
.form-control:-ms-input-placeholder{color:#999}
.form-control::-webkit-input-placeholder{color:#999}
.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#468847}
.form-control::-ms-expand{border:0;background-color:transparent}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}
.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}
textarea.form-control{height:auto}
@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:38px}
.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],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-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:54px}
}
.form-group{margin-bottom:15px}
.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}
.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}
.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}
.checkbox+.checkbox,.radio+.radio{margin-top:-5px}
.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}
.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}
.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}
.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:34px}
.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}
.form-group-sm .form-control,.input-sm{font-size:12px;padding:5px 10px;border-radius:3px}
.input-sm{height:30px;line-height:1.5}
select.input-sm{height:30px;line-height:30px}
select[multiple].input-sm,textarea.input-sm{height:auto}
.form-group-sm .form-control{height:30px;line-height:1.5}
.form-group-sm select.form-control{height:30px;line-height:30px}
.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}
.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}
.form-group-lg .form-control,.input-lg{font-size:18px;padding:14px 16px;border-radius:6px}
.input-lg{height:54px;line-height:1.3333333}
select.input-lg{height:54px;line-height:54px}
select[multiple].input-lg,textarea.input-lg{height:auto}
.form-group-lg .form-control{height:54px;line-height:1.3333333}
.form-group-lg select.form-control{height:54px;line-height:54px}
.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}
.form-group-lg .form-control-static{height:54px;min-height:38px;padding:15px 16px;font-size:18px;line-height:1.3333333}
.has-feedback{position:relative}
.has-feedback .form-control{padding-right:47.5px}
.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:38px;height:38px;line-height:38px;text-align:center;pointer-events:none}
.collapsing,.dropdown,.dropup{position:relative}
.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:54px;height:54px;line-height:54px}
.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}
.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b}
.has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#c09853}
.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e}
.has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#b94a48}
.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392}
.has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede}
.has-feedback label~.form-control-feedback{top:25px}
.has-feedback label.sr-only~.form-control-feedback{top:0}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#959595}
@media (min-width:768px){.form-inline .form-control-static,.form-inline .form-group{display:inline-block}
.form-inline .control-label,.form-inline .form-group{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 .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}
.form-inline .input-group>.form-control{width:100%}
.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.form-inline .checkbox label,.form-inline .radio label{padding-left:0}
.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}
.form-inline .has-feedback .form-control-feedback{top:0}
}
.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:9px}
.form-horizontal .checkbox,.form-horizontal .radio{min-height:29px}
.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}
.form-horizontal .has-feedback .form-control-feedback{right:15px}
@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}
.form-horizontal .form-group-lg .control-label{padding-top:15px;font-size:18px}
.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}
}
.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;border:1px solid transparent;white-space:nowrap;padding:8px 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.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}
.btn.focus,.btn:focus,.btn:hover{color:#555;text-decoration:none}
.btn.active,.btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}
.btn-default{color:#555;background-color:#fff;border-color:rgba(0,0,0,.1)}
.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#555;background-color:#e6e6e6;border-color:rgba(0,0,0,.1)}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#555;background-color:#d4d4d4;border-color:rgba(0,0,0,.1)}
.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:rgba(0,0,0,.1)}
.btn-default .badge{color:#fff;background-color:#555}
.btn-primary{color:#fff;background-color:#009fe3;border-color:#009fe3}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#007bb0;border-color:#004663}
.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#007bb0;border-color:#0074a6}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#00628c;border-color:#004663}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#009fe3;border-color:#009fe3}
.btn-primary .badge{color:#009fe3;background-color:#fff}
.btn-success{color:#fff;background-color:#73a839;border-color:#73a839}
.btn-success.focus,.btn-success:focus{color:#fff;background-color:#59822c;border-color:#324919}
.btn-success.active,.btn-success:active,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#59822c;border-color:#547a29}
.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#476723;border-color:#324919}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}
.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#73a839;border-color:#73a839}
.btn-success .badge{color:#73a839;background-color:#fff}
.btn-info{color:#fff;background-color:#009fe3;border-color:#009fe3}
.btn-info.focus,.btn-info:focus{color:#fff;background-color:#007bb0;border-color:#004663}
.btn-info.active,.btn-info:active,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#007bb0;border-color:#0074a6}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#00628c;border-color:#004663}
.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#009fe3;border-color:#009fe3}
.btn-info .badge{color:#009fe3;background-color:#fff}
.btn-warning{color:#fff;background-color:#dd5600;border-color:#dd5600}
.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#aa4200;border-color:#5e2400}
.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#aa4200;border-color:#a03e00}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#863400;border-color:#5e2400}
.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#dd5600;border-color:#dd5600}
.btn-warning .badge{color:#dd5600;background-color:#fff}
.btn-danger{color:#fff;background-color:#c71c22;border-color:#c71c22}
.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#9a161a;border-color:#570c0f}
.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#9a161a;border-color:#911419}
.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#7b1115;border-color:#570c0f}
.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c71c22;border-color:#c71c22}
.btn-danger .badge{color:#c71c22;background-color:#fff}
.btn-link{color:#009fe3;font-weight:400;border-radius:0}
.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}
.btn-link:focus,.btn-link:hover{color:#006996;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#999;text-decoration:none}
.btn-group-lg>.btn,.btn-lg{padding:14px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-group-xs>.btn,.btn-xs{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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}
.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .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{height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}
.dropdown-toggle:focus{outline:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.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-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
.dropdown-header,.dropdown-menu>li>a{white-space:nowrap;padding:3px 20px;line-height:1.42857143}
.dropdown-menu-right,.dropdown-menu.pull-right{left:auto;right:0}
.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.input-group-btn>.btn+.btn{margin-left:-1px}
.dropdown-menu>li>a{display:block;clear:both;font-weight:400;color:#333}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#fff;background-color:#009fe3}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#009fe3}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#999}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}
.open>.dropdown-menu{display:block}
.open>a{outline:0}
.dropdown-menu-left{left:0;right:auto}
.dropdown-header{display:block;font-size:12px;color:#999}
.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}
.nav-justified>.dropdown .dropdown-menu,.nav-tabs.nav-justified>.dropdown .dropdown-menu{left:auto;top:auto}
.pull-right>.dropdown-menu{right:0;left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}
@media (min-width:768px){.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-vertical>.btn,.btn-group>.btn{position:relative;float:left}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}
.btn-toolbar{margin-left:-5px}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}
.btn .caret,.btn-group>.btn:first-child{margin-left: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,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}
.btn-lg .caret{border-width:5px 5px 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:first-child:not(:last-child){border-radius:4px 4px 0 0}
.btn-group-vertical>.btn:last-child:not(:first-child){border-radius:0 0 4px 4px}
.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=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.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 .form-control:focus{z-index:3}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:54px;padding:14px 16px;font-size:18px;line-height:1.3333333;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:54px;line-height:54px}
select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.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}
select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}
.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}
.nav>li,.nav>li>a{position:relative;display:block}
.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:8px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}
.badge,.label{text-align:center;font-weight:700;white-space:nowrap}
.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}
.input-group-addon.input-lg{padding:14px 16px;font-size:18px;border-radius:6px}
.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{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{z-index:2;margin-left:-1px}
.nav{margin-bottom:0;padding-left:0;list-style:none}
.nav>li>a{padding:10px 15px}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}
.nav>li.disabled>a{color:#999}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#009fe3}
.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.nav>li>a>img{max-width:none}
.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs>li{float:left;margin-bottom:-1px}
.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;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{text-align:center;margin-bottom:5px;margin-right:0;border-radius:4px}
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}
@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}
.nav-tabs.nav-justified>li>a{margin-bottom:0;border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}
}
.nav-pills>li{float:left}
.nav-justified>li,.nav-stacked>li{float:none}
.nav-pills>li>a{border-radius:4px}
.nav-pills>li+li{margin-left:2px}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#009fe3}
.nav-stacked>li+li{margin-top:2px;margin-left:0}
.nav-justified{width:100%}
.nav-justified>li>a{text-align:center;margin-bottom:5px}
.nav-tabs-justified{border-bottom:0}
.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}
@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}
.nav-justified>li>a{margin-bottom:0}
.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}
}
.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}
.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,.1);-webkit-overflow-scrolling:touch}
.navbar-collapse.in{overflow-y:auto}
@media (min-width:768px){.navbar{border-radius:4px}
.navbar-header{float:left}
.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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}
}
.carousel-inner,.embed-responsive,.modal,.modal-open,.progress{overflow:hidden}
@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}
}
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}
.navbar-static-top{z-index:1000;border-width:0 0 1px}
.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}
.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;font-size:18px;line-height:20px;height:50px}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}
.navbar-brand>img{display:block}
@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}
.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}
.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}
}
.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;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}
.navbar-nav{margin:7.5px -15px}
.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}
@media (max-width:767px){.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 .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}
.navbar-nav .open .dropdown-menu>li>a{line-height:20px}
.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}
}
.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-danger,.progress-striped .progress-bar-info,.progress-striped .progress-bar-success,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
@media (min-width:768px){.navbar-toggle{display:none}
.navbar-nav{float:left;margin:0}
.navbar-nav>li{float:left}
.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}
}
.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:6px -15px}
@media (min-width:768px){.navbar-form .form-control-static,.navbar-form .form-group{display:inline-block}
.navbar-form .control-label,.navbar-form .form-group{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 .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}
.navbar-form .input-group>.form-control{width:100%}
.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}
.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}
.navbar-form .has-feedback .form-control-feedback{top:0}
}
.btn .badge,.btn .label{position:relative;top:-1px}
.breadcrumb>li,.pagination{display:inline-block}
@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}
.navbar-form .form-group:last-child{margin-bottom:0}
}
@media (min-width:768px){.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-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{margin-bottom:0;border-radius:4px 4px 0 0}
.navbar-btn{margin-top:6px;margin-bottom:6px}
.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:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}
.navbar-left{float:left!important}
.navbar-right{float:right!important;margin-right:-15px}
.navbar-right~.navbar-right{margin-right:0}
}
.navbar-default{background-color:#009fe3;border-color:#0088c2}
.navbar-default .navbar-brand{color:#fff}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#fff;background-color:none}
.navbar-default .navbar-text{color:#ddd}
.navbar-default .navbar-nav>li>a{color:#fff}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#fff;background-color:#007bb0}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ddd;background-color:transparent}
.navbar-default .navbar-toggle{border-color:#007bb0}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#007bb0}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#0088c2}
.navbar-inverse,.navbar-inverse .navbar-toggle{border-color:#008dca}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#007bb0;color:#fff}
@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#fff}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:#007bb0}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ddd;background-color:transparent}
}
.navbar-default .btn-link,.navbar-default .btn-link:focus,.navbar-default .btn-link:hover,.navbar-default .navbar-link,.navbar-default .navbar-link:hover{color:#fff}
.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ddd}
.navbar-inverse{background-color:#009fe3}
.navbar-inverse .navbar-brand{color:#fff}
.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:none}
.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#fff}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:#008dca}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#008dca}
.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#0086bf}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#008dca;color:#fff}
@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#008dca}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#008dca}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#fff}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:#008dca}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}
}
.navbar-inverse .btn-link,.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover,.navbar-inverse .navbar-link,.navbar-inverse .navbar-link:hover{color:#fff}
.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#ccc}
.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}
.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}
.breadcrumb>.active{color:#999}
.pagination{padding-left:0;margin:20px 0;border-radius:4px}
.pager li,.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;color:#009fe3;background-color:#fff;border:1px solid #ddd;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:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#006996;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#999;background-color:#f5f5f5;border-color:#ddd;cursor:default}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}
.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:18px;line-height:1.3333333}
.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;line-height:1.5}
.badge,.close,.label{line-height:1}
.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>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}
.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}
.pager .next>a,.pager .next>span{float:right}
.pager .previous>a,.pager .previous>span{float:left}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}
.label{display:inline;padding:.2em .6em .3em;font-size:75%;color:#fff;border-radius:.25em}
a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}
.label:empty{display:none}
.label-default{background-color:#999}
.label-default[href]:focus,.label-default[href]:hover{background-color:grey}
.label-primary{background-color:#009fe3}
.label-primary[href]:focus,.label-primary[href]:hover{background-color:#007bb0}
.label-success{background-color:#73a839}
.label-success[href]:focus,.label-success[href]:hover{background-color:#59822c}
.label-info{background-color:#009fe3}
.label-info[href]:focus,.label-info[href]:hover{background-color:#007bb0}
.label-warning{background-color:#dd5600}
.label-warning[href]:focus,.label-warning[href]:hover{background-color:#aa4200}
.label-danger{background-color:#c71c22}
.label-danger[href]:focus,.label-danger[href]:hover{background-color:#9a161a}
.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;color:#fff;vertical-align:middle;background-color:#009fe3;border-radius:10px}
.badge:empty{display:none}
.media-object,.thumbnail{display:block}
.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}
a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#009fe3;background-color:#fff}
.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}
.list-group-item>.badge{float:right}
.list-group-item>.badge+.badge{margin-right:5px}
.nav-pills>li>a>.badge{margin-left:3px}
.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;background-color:#eee}
.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}
.alert .alert-link,.close{font-weight:700}
.alert,.thumbnail{margin-bottom:20px}
.jumbotron>hr{border-top-color:#d5d5d5}
.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}
.jumbotron .container{max-width:100%}
@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}
.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}
.jumbotron .h1,.jumbotron h1{font-size:63px}
}
.thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}
.thumbnail a>img,.thumbnail>img{margin-left:auto;margin-right:auto}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#009fe3}
.thumbnail .caption{padding:9px;color:#555}
.alert{padding:15px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.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}
.modal,.modal-backdrop{right:0;bottom:0;left:0}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#356635}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#2d6987}
.alert-warning{background-color:#fcf8e3;border-color:#fbeed5;color:#c09853}
.alert-warning hr{border-top-color:#f8e5be}
.alert-warning .alert-link{color:#a47e3c}
.alert-danger{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}
.alert-danger hr{border-top-color:#e6c1c7}
.alert-danger .alert-link{color:#953b39}
@-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{height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#009fe3;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}
.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}
.progress-bar.active,.progress.active .progress-bar{-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-success{background-color:#73a839}
.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-info{background-color:#009fe3}
.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-warning{background-color:#dd5600}
.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-danger{background-color:#c71c22}
.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.media{margin-top:15px}
.media:first-child{margin-top:0}
.media,.media-body{zoom:1;overflow:hidden}
.media-body{width:10000px}
.media-object.img-thumbnail{max-width:none}
.media-right,.media>.pull-right{padding-left:10px}
.media-left,.media>.pull-left{padding-right:10px}
.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}
.media-middle{vertical-align:middle}
.media-bottom{vertical-align:bottom}
.media-heading{margin-top:0;margin-bottom:5px}
.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:#fff;border:1px solid #ddd}
.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}
a.list-group-item,button.list-group-item{color:#555}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}
button.list-group-item{width:100%;text-align:left}
.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#999;cursor:not-allowed}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#999}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#009fe3;border-color:#009fe3}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}
.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#b0e7ff}
.list-group-item-success{color:#468847;background-color:#dff0d8}
a.list-group-item-success,button.list-group-item-success{color:#468847}
a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}
a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#468847;background-color:#d0e9c6}
a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#468847;border-color:#468847}
.list-group-item-info{color:#3a87ad;background-color:#d9edf7}
a.list-group-item-info,button.list-group-item-info{color:#3a87ad}
a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}
a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#3a87ad;background-color:#c4e3f3}
a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#3a87ad;border-color:#3a87ad}
.list-group-item-warning{color:#c09853;background-color:#fcf8e3}
a.list-group-item-warning,button.list-group-item-warning{color:#c09853}
a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}
a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#c09853;background-color:#faf2cc}
a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#c09853;border-color:#c09853}
.list-group-item-danger{color:#b94a48;background-color:#f2dede}
a.list-group-item-danger,button.list-group-item-danger{color:#b94a48}
a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}
a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#b94a48;background-color:#ebcccc}
a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#b94a48;border-color:#b94a48}
.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}
.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:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}
.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-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}
.panel-title{margin-top:0;font-size:16px}
.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.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,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-right-radius:3px;border-top-left-radius:3px}
.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-left:15px;padding-right:15px}
.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}
.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}
.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.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,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.panel>.table-responsive{border:0;margin-bottom:0}
.panel-danger,.panel-danger>.panel-heading,.panel-default,.panel-default>.panel-heading,.panel-info,.panel-info>.panel-heading,.panel-primary,.panel-primary>.panel-heading,.panel-success,.panel-warning,.panel-warning>.panel-heading{border-color:#ddd}
.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+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}
.panel-group .panel-footer{border-top:0}
.panel-danger>.panel-heading+.panel-collapse>.panel-body,.panel-default>.panel-heading+.panel-collapse>.panel-body,.panel-info>.panel-heading+.panel-collapse>.panel-body,.panel-primary>.panel-heading+.panel-collapse>.panel-body,.panel-success>.panel-heading+.panel-collapse>.panel-body,.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}
.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
.panel-danger>.panel-footer+.panel-collapse>.panel-body,.panel-default>.panel-footer+.panel-collapse>.panel-body,.panel-info>.panel-footer+.panel-collapse>.panel-body,.panel-primary>.panel-footer+.panel-collapse>.panel-body,.panel-success>.panel-footer+.panel-collapse>.panel-body,.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}
.panel-default>.panel-heading{color:#555;background-color:#f5f5f5}
.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#555}
.panel-primary>.panel-heading{color:#fff;background-color:#009fe3}
.panel-primary>.panel-heading .badge{color:#009fe3;background-color:#fff}
.panel-success>.panel-heading{color:#468847;background-color:#73a839;border-color:#ddd}
.panel-success>.panel-heading .badge{color:#73a839}
.panel-info>.panel-heading{color:#3a87ad;background-color:#009fe3}
.panel-info>.panel-heading .badge{color:#009fe3}
.panel-warning>.panel-heading{color:#c09853;background-color:#dd5600}
.panel-warning>.panel-heading .badge{color:#dd5600}
.panel-danger>.panel-heading{color:#b94a48;background-color:#c71c22}
.panel-danger>.panel-heading .badge{color:#c71c22}
.embed-responsive{position:relative;display:block;height:0;padding:0}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}
.embed-responsive-16by9{padding-bottom:56.25%}
.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,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}
.well-lg{padding:24px;border-radius:6px}
.well-sm{padding:9px;border-radius:3px}
.close{float:right;font-size:21px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
.popover,.tooltip{text-decoration:none;font-family:"Helvetica Neue",Arial,Arial,Arial;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal}
.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}
.modal-content,.popover{background-clip:padding-box}
.modal{display:none;position:fixed;top:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(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:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}
.modal-backdrop{position:fixed;top:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}
.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{top:0;border-width:0 5px 5px;border-bottom-color:#000}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.42857143}
.modal-body{position:relative;padding:20px}
.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
.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,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}
.modal-sm{width:300px}
}
.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
@media (min-width:992px){.modal-lg{width:900px}
}
.tooltip{position:absolute;z-index:1070;display:block;text-align:left;text-align:start;font-size:12px;opacity:0;filter:alpha(opacity=0)}
.tooltip.in{opacity:.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:#fff;text-align:center;background-color:#000;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:#000}
.tooltip.top-left .tooltip-arrow{right:5px}
.tooltip.top-right .tooltip-arrow{left:5px}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{left:50%;margin-left:-5px}
.tooltip.bottom-left .tooltip-arrow{right:5px;margin-top:-5px}
.tooltip.bottom-right .tooltip-arrow{left:5px;margin-top:-5px}
.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;text-align:start;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}
.carousel-caption,.carousel-control{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6)}
.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;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}
.carousel,.carousel-inner{position:relative}
.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:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}
.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}
.popover.left>.arrow:after,.popover.right>.arrow:after{content:" ";bottom:-10px}
.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}
.popover.right>.arrow:after{left:1px;border-left-width:0;border-right-color:#fff}
.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}
.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}
.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#fff}
.carousel-inner{width:100%}
.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}
.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}
@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}
.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}
.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}
.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}
}
.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:.5;filter:alpha(opacity=50);font-size:20px;text-align:center;background-color:transparent}
.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(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,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}
.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}
.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;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 #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:transparent}
.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}
.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;text-align:center}
.carousel-caption .btn,.text-hide{text-shadow:none}
@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}
.carousel-caption{left:20%;right:20%;padding-bottom:30px}
.carousel-indicators{bottom:20px}
}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{content:" ";display:table}
.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row: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}
.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}
.invisible{visibility:hidden}
.text-hide{font:0/0 a;color:transparent;background-color:transparent;border:0}
.navbar-default,.navbar-inverse{background-repeat:no-repeat;border-bottom:1px solid #007bb0}
.btn,.navbar .navbar-nav>li>a,.navbar-brand{text-shadow:0 1px 0 rgba(0,0,0,.1)}
.navbar-default .badge,.navbar-inverse .badge{background-color:#fff;color:#009fe3}
.affix{position:fixed}
@-ms-viewport{width:device-width}
@media (max-width:767px){.visible-xs{display:block!important}
table.visible-xs{display:table!important}
tr.visible-xs{display:table-row!important}
td.visible-xs,th.visible-xs{display:table-cell!important}
.visible-xs-block{display:block!important}
.visible-xs-inline{display:inline!important}
.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!important}
tr.visible-sm{display:table-row!important}
td.visible-sm,th.visible-sm{display:table-cell!important}
.visible-sm-block{display:block!important}
.visible-sm-inline{display:inline!important}
.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!important}
tr.visible-md{display:table-row!important}
td.visible-md,th.visible-md{display:table-cell!important}
.visible-md-block{display:block!important}
.visible-md-inline{display:inline!important}
.visible-md-inline-block{display:inline-block!important}
}
@media (min-width:1200px){.visible-lg{display:block!important}
table.visible-lg{display:table!important}
tr.visible-lg{display:table-row!important}
td.visible-lg,th.visible-lg{display:table-cell!important}
.visible-lg-block{display:block!important}
.visible-lg-inline{display:inline!important}
.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!important}
tr.visible-print{display:table-row!important}
td.visible-print,th.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}
.hidden-print{display:none!important}
}
.navbar-default{background-image:-webkit-linear-gradient(#0db6ff,#009fe3 60%,#0091cf);background-image:-o-linear-gradient(#0db6ff,#009fe3 60%,#0091cf);background-image:linear-gradient(#0db6ff,#009fe3 60%,#0091cf);filter:none;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);box-shadow:0 1px 10px rgba(0,0,0,.1)}
.navbar-inverse{background-image:-webkit-linear-gradient(#0db6ff,#00adf7 60%,#0098d9);background-image:-o-linear-gradient(#0db6ff,#00adf7 60%,#0098d9);background-image:linear-gradient(#0db6ff,#00adf7 60%,#0098d9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0db6ff', endColorstr='#ff0098d9', GradientType=0);filter:none}
@media (max-width:767px){.navbar .dropdown-header,.navbar .dropdown-menu a{color:#fff}
}
.btn .caret{border-top-color:#fff}
.btn-default:hover{color:#555}
.btn-default .caret{border-top-color:#555}
.btn-default{background-image:-webkit-linear-gradient(#fff,#fff 60%,#f5f5f5);background-image:-o-linear-gradient(#fff,#fff 60%,#f5f5f5);background-image:linear-gradient(#fff,#fff 60%,#f5f5f5);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);filter:none;border-bottom:1px solid #e6e6e6}
.btn-primary{background-image:-webkit-linear-gradient(#0db6ff,#009fe3 60%,#0091cf);background-image:-o-linear-gradient(#0db6ff,#009fe3 60%,#0091cf);background-image:linear-gradient(#0db6ff,#009fe3 60%,#0091cf);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0db6ff', endColorstr='#ff0091cf', GradientType=0);filter:none;border-bottom:1px solid #007bb0}
.btn-success{background-image:-webkit-linear-gradient(#88c149,#73a839 60%,#699934);background-image:-o-linear-gradient(#88c149,#73a839 60%,#699934);background-image:linear-gradient(#88c149,#73a839 60%,#699934);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);filter:none;border-bottom:1px solid #59822c}
.btn-info{background-image:-webkit-linear-gradient(#0db6ff,#009fe3 60%,#0091cf);background-image:-o-linear-gradient(#0db6ff,#009fe3 60%,#0091cf);background-image:linear-gradient(#0db6ff,#009fe3 60%,#0091cf);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0db6ff', endColorstr='#ff0091cf', GradientType=0);filter:none;border-bottom:1px solid #007bb0}
.btn-warning{background-image:-webkit-linear-gradient(#ff6707,#dd5600 60%,#c94e00);background-image:-o-linear-gradient(#ff6707,#dd5600 60%,#c94e00);background-image:linear-gradient(#ff6707,#dd5600 60%,#c94e00);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);filter:none;border-bottom:1px solid #aa4200}
.btn-danger{background-image:-webkit-linear-gradient(#e12b31,#c71c22 60%,#b5191f);background-image:-o-linear-gradient(#e12b31,#c71c22 60%,#b5191f);background-image:linear-gradient(#e12b31,#c71c22 60%,#b5191f);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);filter:none;border-bottom:1px solid #9a161a}
.panel-danger .panel-heading,.panel-danger .panel-title,.panel-info .panel-heading,.panel-info .panel-title,.panel-primary .panel-heading,.panel-primary .panel-title,.panel-success .panel-heading,.panel-success .panel-title,.panel-warning .panel-heading,.panel-warning .panel-title{color:#fff}
.panel-danger>.panel-heading .badge,.panel-info>.panel-heading .badge,.panel-primary>.panel-heading .badge,.panel-success>.panel-heading .badge,.panel-warning>.panel-heading .badge{background-color:#fff}
.fa{position:relative;top:1px;display:inline;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:0.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.28571em;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:0.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.fa.pull-left{float:left;margin-right:.3em}.fa.pull-right{float: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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal,.fa-rotate-left,.fa-undo,.fa-mail-reply,.fa-reply,.fa-caret-square-o-left{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{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-rotate-left,:root .fa-undo,:root .fa-mail-reply,:root .fa-reply,:root .fa-caret-square-o-left,: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:#ffffff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:"✉"}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:"✏"}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:"+"}.fa-minus:before{content:"−"}.fa-asterisk:before{content:"*"}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-camera-retro:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-upload:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-credit-card:before{content:""}.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:"☁"}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-table:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:"✉"}.fa-rotate-left:before,.fa-undo:before{content:""}:root .fa-rotate-left,:root .fa-undo{filter:none}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-plus-square:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-spinner:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}:root .fa-mail-reply,:root .fa-reply{filter:none}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-flag-o:before{content:""}.fa-terminal:before{content:""}.fa-location-arrow:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-microphone:before{content:""}.fa-calendar-o:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:"€"}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"¥"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"₽"}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}:root .fa-caret-square-o-left{filter:none}.fa-dot-circle-o:before{content:""}.fa-plus-square-o:before{content:""}.fa-envelope-square:before{content:"✉"}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-tree:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-header:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}

.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}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.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}.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}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.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}input.ui-button{padding:.4em 1em}.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}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}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}.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}.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%;list-style-image:url(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;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}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.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("images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.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 #000}.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}.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}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em;background:linear-gradient(to bottom,#fff,#c8c8c8)}.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,.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}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.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;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;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 #999;background:#dadada;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.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)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.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{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}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}.prettyprint{padding:8px;background-color:#f7f7f9;border:1px solid #e1e1e8}.prettyprint[class*="linenums"]{-webkit-box-shadow:inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;-moz-box-shadow:inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;box-shadow:inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0}.prettyprint .com{color:#93a1a1}.prettyprint .lit{color:#195f91}.prettyprint .pun,.prettyprint .opn,.prettyprint .clo{color:#93a1a1}.prettyprint .fun{color:#dc322f}.prettyprint .str,.prettyprint .atv{color:#d14}.prettyprint .kwd,.prettyprint .tag{color:#1e347b}.prettyprint .typ,.prettyprint .atn,.prettyprint .dec,.prettyprint .var{color:teal}.prettyprint .pln{color:#48484c}ol.linenums{margin:0 0 0 33px}ol.linenums li{padding-left:12px;color:#bebec5;line-height:18px;text-shadow:0 1px 0 #fff}.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media(min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media(min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media(min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em!important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.rateit{display:-moz-inline-box;display:inline-block;position:relative;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.rateit .rateit-range{position:relative;display:-moz-inline-box;display:inline-block;background:url(../img/star.gif);height:16px;outline:none}.rateit .rateit-range *{display:block}* html .rateit,* html .rateit .rateit-range{display:inline}*+html .rateit,*+html .rateit .rateit-range{display:inline}.rateit .rateit-hover,.rateit .rateit-selected{position:absolute;left:0}.rateit .rateit-hover-rtl,.rateit .rateit-selected-rtl{left:auto;right:0}.rateit .rateit-hover{background:url(../img/star.gif) left -32px}.rateit .rateit-hover-rtl{background-position:right -32px}.rateit .rateit-selected{background:url(../img/star.gif) left -16px}.rateit .rateit-selected-rtl{background-position:right -16px}.rateit .rateit-preset{background:url(../img/star.gif) left -48px}.rateit .rateit-preset-rtl{background:url(../img/star.gif) left -48px}.rateit button.rateit-reset{background:url(../img/delete.gif) 0 0;width:16px;height:16px;display:-moz-inline-box;display:inline-block;float:left;outline:none;border:none;padding:0}.rateit button.rateit-reset:hover,.rateit button.rateit-reset:focus{background-position:0 -16px}.rating-star{display:block;font-size:0;margin:0;padding:0}.rating-star-empty{background:url(../img/star.gif) 0 0;width:16px;height:16px}.rating-star-filled{background:url(../img/star.gif) left -32px;width:16px;height:16px}@-webkit-viewport{width:device-width;}@-moz-viewport{width:device-width;}@-ms-viewport{width:device-width;}@-o-viewport{width:device-width;}@viewport{width:device-width;}.masthead .toolbar{float:right}.masthead .toolbar-row{clear:right;float:right;margin:15px 0}.masthead .toolbar-row+.toolbar-row{margin-top:0}.masthead .toolbar .toolbar-item{display:block;float:left;margin:0 0 0 15px}.masthead .toolbar .toolbar-item.toolbar-text{padding:10px 0}.toolbar-search{width:240px}.masthead .toolbar .shopping-cart-status,.masthead .toolbar .shopping-cart-status .count{display:none}.masthead .toolbar .shopping-cart-status.visible,.masthead .toolbar .shopping-cart-status .count.visible{display:inline}.masthead.well{border-left:none;border-right:none;border-top:none;margin:0;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.masthead.tabs>.container{position:relative}.masthead.tabs .weblinks>.nav-tabs{margin-bottom:0;border-bottom:none}.masthead.tabs .weblinks>.nav-tabs>li>a:hover,.masthead.tabs .weblinks>.nav-tabs>li>a:focus{border-bottom-color:transparent}@media(min-width:768px) and (max-width:991px){.masthead .toolbar .username{display:none}}@media(min-width:992px){.toolbar-search{width:280px}.masthead.tabs .weblinks{position:absolute;bottom:0;right:15px}}.header-navbar{border-width:1px 0;margin:0;z-index:auto}.header-navbar.navbar-empty{display:none}.navbar-nav>li>a>img{vertical-align:text-top}.navbar-nav .shopping-cart-status,.navbar-nav .shopping-cart-status .count{display:none}.navbar-nav .shopping-cart-status.visible{display:block}.navbar-nav .shopping-cart-status .count.visible{display:inline}@media(min-width:768px){.navbar-search{width:280px}}@media(min-width:768px) and (max-width:991px){.header-navbar .username{display:none}}.footer{margin-top:40px}.footer.well{color:#777;border-left:none;border-right:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;padding:39px 0}.footer-bottom{padding:40px 0}@media(max-width:767px){.footer-list{padding-top:10px;padding-bottom:10px}}.content-panel>.panel-heading h1,.content-panel>.panel-heading h2,.content-panel>.panel-heading h3,.content-panel>.panel-heading h4,.content-panel>.panel-heading h5,.content-panel>.panel-heading h6{margin-bottom:0;margin-top:0}.content-panel>.panel-heading img{vertical-align:baseline}.content-panel .list-group-item .list-group-item-heading,.content-panel .list-group-item .list-group-item-text p:last-child,.content-panel .panel-body p:last-child,.content-panel .panel-body>.alert:last-child{margin-bottom:0}.content-panel .list-group-item .list-group-item-text{margin-top:5px;margin-bottom:5px}.content-panel .list-group-item .content-metadata{font-size:85%;line-height:20px}.content-panel .list-group-item .user-avatar{display:block;float:left;margin:0 10px 0 0}.content-panel>.list-group+.panel-footer{border-top:0 none}.content-panel .content-caption{margin-bottom:10px}.content-blog-count{height:1px;width:1px;position:absolute;overflow:hidden;top:-10px}.sidebar,.sidebar .section{margin-bottom:20px}.sidebar .section:last-child,.sidebar .section>:last-child{margin-bottom:0}@media(max-width:991px){.col-md-4 .sidebar{margin-top:40px}}.directory{margin-top:40px}.directory section{margin-bottom:40px;margin-top:40px}.directory section>.page-header,.directory section>.page-header h2{margin-top:0}.directory section>.panel{margin-top:20px}.directory .subnav .fa{color:#ccc;float:right;margin-left:5px;margin-top:4px}@media(min-width:768px){.directory section{margin-top:0}}.page-heading{padding-top:20px}.page-copy{margin-bottom:40px}.page-copy.no-value{margin-bottom:0}.page-video{margin-bottom:20px}.page-metadata .xrm-editable-text{margin-bottom:40px}.page-metadata .xrm-editable-text.no-value{margin-bottom:0}@media(max-width:767px){.page-header>.pull-right{float:none!important;margin:0 0 20px 0!important}.page-header>.btn-toolbar>.btn,.page-header>.btn-toolbar>.btn-group{margin-left:0;margin-right:5px}}.case-deflection{margin-bottom:40px}.search-results h2,.search-results .summary{margin-bottom:20px;word-wrap:break-word}.search-results li>h3,.search-results li>.title{margin-bottom:0}.search-results ul{list-style:none;margin:0;padding:0}.search-results li{margin-bottom:20px}.search-results li .fragment{margin:0}.search-results .querytext,.search-results .highlight{font-style:normal}.search-results .highlight{background-color:#fffcac}.search-results .rating-result,.search-results .star-result{color:#b76000}.search-results .star-result:before{font-size:20px;position:relative;font-weight:400;content:"☆";display:inline-block;padding-right:2px}.search-results .rating-result{padding-right:5px}.search-results .related-article{margin-top:5px}.search-results li h3 span{font-size:16px;margin-top:4px}.profile-img{display:block;margin-bottom:20px;max-width:100%}@media(max-width:767px){.pagination{overflow:auto;white-space:nowrap;width:100%}.pagination>li>a,.pagination>li>span{display:inline-block;float:none}}.entity-grid{overflow-y:visible}.entity-grid .view-grid{overflow-x:auto}.entity-grid .message{display:none;margin:20px 0 20px 0}.entity-grid .action-link{margin-left:5px}.entity-grid .action-link:first-child{margin-left:0}@media(max-width:767px){.entity-grid .view-grid>table{table-layout:auto}}.entity-grid-compact{font-size:85%}.entity-grid-compact .message{margin-top:0}.entity-grid-compact .entitylist-search{margin-bottom:10px;width:100%}.entity-grid-compact .view-toolbar .nav>li>.selected-view,.entity-grid-compact .view-toolbar .nav>li>a{padding:2px 8px}.entity-grid-compact .pagination>li>a,.entity-grid-compact .pagination>li>span{height:30px;width:30px}.view-loading{margin:15px 0 15px 0}.modal-form .modal-body iframe{width:100%;border:none;height:700px}.modal-body textarea{float:none!important;height:150px}.view-pagination .pagination{margin:15px 0 0 0}.entity-lookup .message{display:none}.entity-lookup .view-grid,.entity-associate .view-grid{width:100%;overflow:auto;height:300px;max-height:300px;font-size:85%}.entity-associate .view-grid{height:260px;max-height:260px}.entity-lookup .content-panel,.entity-associate .content-panel{margin-top:10px;margin-bottom:0}.entity-lookup .view-loading{position:fixed;left:45%;top:45%}.entity-associate .view-loading{position:fixed;left:45%;top:35%}.entity-associate .selected-records{height:65px;overflow-y:scroll}.entity-associate .selected-records .item{margin-right:10px;margin-bottom:10px;cursor:default}.entity-associate .selected-records .item:hover{background-color:inherit!important;cursor:default}.entity-associate .selected-records .item:active{box-shadow:inherit!important}.entity-lookup .selected-records .item .name{padding-right:8px;cursor:default}.entity-associate .selected-records .item .remove{cursor:pointer}.entity-lookup .modal-footer .btn-primary .fa-spin,.entity-associate .modal-footer .btn-primary .fa-spin{margin-right:5px}.form-loading{position:fixed;left:45%;top:35%}.loading-text{position:fixed;top:-9999px;left:-9999px;width:1px;height:1px;overflow:hidden}.form-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#666}.form-close:focus,.form-close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.form-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.entity-notes .message{display:none}.entity-notes .note .metadata{text-align:right}.entity-notes .attachment .link{overflow:hidden;word-wrap:break-word}.note .attachment .img{padding:0 15px 0 0}.entity-notes .note{margin-bottom:20px}.entity-notes .note{border-top:1px solid #ddd;padding-top:19px}.entity-notes .note:first-child{border:none;padding-top:0}.entity-notes .toolbar{margin-left:10px;margin-top:0}.entity-notes ul.pagination{margin:0}.entity-notes a.addnote{float:right}.entity-notes .attachment{margin-bottom:0}.entity-notes .attachment .img .thumbnail img{height:auto;width:auto;max-height:100px;max-width:100px}.entity-notes .modal .attachment .img{padding:0;margin-bottom:10px}.entity-notes .modal .attachment .link{padding:0;width:100%}.entity-notes .modal .attachment .thumbnail{margin-bottom:0}.entity-notes .modal .attachment{margin-bottom:20px}@media(max-width:767px){.entity-notes .note .metadata{margin-bottom:20px}.entity-notes .note .metadata{text-align:left}.entity-notes .note .toolbar{float:none;margin-bottom:20px;margin-left:0}.entity-notes ul.pagination{margin-top:10px}.entity-notes .addnote{float:none}}.rating .panel-heading .fa-star-o{margin-right:5px}.rating-count{vertical-align:text-top;margin-left:5px}.chart-loading{position:relative;top:45%;font-size:15px}.chart-loading .fa{padding-right:5px}.crm-chart .notification{position:relative;top:45%}.highcharts-title,.highcharts-yaxis-title,.highcharts-xaxis-title{font-family:"SegoeUI-Light-final","Segoe UI Light","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif!important;color:#666!important}.hide-chart-legend .highcharts-legend{display:none}.crm-chart .nodata{width:100%;position:absolute;top:45%;left:0;text-align:center}.dashboard{margin-top:40px}.dashboard .row{margin-top:20px}.dashboard .crm-chart{border:1px solid #ddd;padding:12px;height:400px}.dashboard .entity-grid{border:1px solid #ddd;padding:12px;height:400px}.dashboard .entity-grid .view-grid{height:90%;overflow:auto}.dashboard .entity-grid .view-grid.has-pagination{height:75%}.dashboard .view-empty,.dashboard .view-error,.dashboard .view-access-denied{margin-top:-200px}.dashboard .entity-grid .view-loading{margin-top:-200px;font-size:15px}.dashboard .entity-grid .view-toolbar .toolbar-actions{display:none}.dashboard .entity-grid .view-search{display:none}.dashboard .entity-grid .view-select{font-size:12px}.sharepoint-pagination .pagination{margin:0}.sharepoint-breadcrumbs{margin:0}.notifications{display:none;margin-top:20px;margin-bottom:20px}.btn-file{position:relative;overflow:hidden}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}input[readonly].file-input{background-color:#fff!important}.file-status{margin-top:15px}.file-status ul{list-style:none;padding-left:0}.entitylist-search{width:240px}.gridview-nav{margin-bottom:10px}.toolbar-nav{margin-bottom:20px}.feed-icon{color:#f28d34}.feed-icon:hover{color:#f60;text-decoration:none}.page-header .feed-icon{font-size:36px}.help-block.error{color:red}label.control-label.required:before{content:'* ';color:red;white-space:nowrap}label.control-label.required{word-break:break-all}.alert p:last-child{margin-bottom:0}.aggregate>li{margin-bottom:20px}.radio-list input[type="radio"]{margin:0 4px 2px 0}.radio-list label{display:inline-block}select.btn-select{display:none}.btn-select .dropdown-menu li>a{cursor:pointer}.addthis_toolbox{margin:0 0 20px 0;display:inline-block}.form-actions>.help-link{display:inline-block;padding-left:10px;vertical-align:middle}.grid-actions{border-bottom:1px solid #eee;margin-bottom:9px;padding-bottom:9px}.grid-actions ul.nav{margin:0}.grid-actions a.btn.action{margin-left:10px}.bootstrap-datetimepicker-widget ul{padding:0}ol.linenums{padding:0}.btn{white-space:normal}.btn-group .btn{white-space:nowrap}.input-group-btn .btn{white-space:nowrap}.tags{list-style-type:none;margin:20px 0;padding:0}.tags li{display:inline}.note .attachment .img{padding:0;padding-right:15px}.note .attachment .img .thumbnail{margin-bottom:0}.note .attachment .img .thumbnail img{height:auto;width:auto;max-height:100px;max-width:100px}.note .attachment .link{padding:0}.bootstrap-datetimepicker-widget .picker-switch>a{background-color:#fff;border:1px solid #ccc;-ms-border-radius:4px;border-radius:4px;cursor:pointer;display:block;font-size:18px;font-weight:400;line-height:1.33;padding:6px 12px}.bootstrap-datetimepicker-widget .picker-switch>a:hover{background-color:#e6e6e6}.badges,.badges .label{display:inline-block}.badges .label{margin:-3px 0;height:15px;line-height:13px;padding:1px 6px}.badges .label:empty{padding:2px}.nav-profile .list-group-item>.profile-alert{line-height:inherit}.nav[data-state="sitemap"]>.active>a,[data-state="sitemap"] .nav>.active>a{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out,color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out}.panel-footer.paging,.panel-footer.paging{display:none}.panel-footer ul.pagination{margin:0}.mce-menu-item:hover,.mce-menu-item.mce-selected,.mce-menu-item:focus{border:solid 1px #fff}.focus.btn-default,.btn-default:focus{color:#000}.dropdown-toggle:focus{border:1px dashed!important;border-color:#fff!important}.hidden-tooltip{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.dropdown-anchor-customize{height:1px;width:1px;position:absolute;overflow:hidden}.text-wrap{word-wrap:break-word}@media(max-width:767px){.table-fluid thead{display:none}.table-fluid tr,.table-fluid td{display:block;width:100%!important}.table-fluid tr{overflow:hidden;border-top:solid #ddd .3rem!important}.table-fluid td{vertical-align:top;word-break:break-all;padding-left:13rem!important}.table-fluid td:before{content:attr(data-th);font-weight:bold;display:inline-block;width:12rem;margin-left:-12rem;float:left;padding-right:1rem;word-break:normal}.table-fluid td:after{content:"";display:table;clear:both}.table-fluid .dropdown.action>a{width:10rem}}@media(max-width:900px){.table-ipad thead{display:none}.table-ipad tr,.table-ipad td{display:block;width:100%!important}.table-ipad tr{overflow:hidden;border-top:solid #ddd .3rem!important}.table-ipad td{vertical-align:top;word-break:break-all;padding-left:13rem!important}.table-ipad td:before{content:attr(data-th);font-weight:bold;display:inline-block;width:12rem;margin-left:-12rem;float:left;padding-right:1rem;word-break:normal}.table-ipad td:after{content:"";display:table;clear:both}.table-ipad .dropdown.action>a{width:10rem}}@media screen and (-ms-high-contrast:active){.close{opacity:1}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#ff0}}@media screen and (-ms-high-contrast:active){.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url('../js/select2/select2.png') no-repeat 0 1px}}@media screen and (-ms-high-contrast:active){.select2-arrow{background-image:linear-gradient(to top,red 0%,yellow 60%)}}@media screen and (-ms-high-contrast:active){.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid red;outline:none}}@media screen and (-ms-high-contrast:active){.select2-results .select2-highlighted{background:red}}input.select2-offscreen,input.select2-offscreen:focus{width:100%!important;height:100%!important}.modal h1{font-size:21px}.modal h2{font-size:18px}.entity-timeline{padding-left:0;padding-right:0}.entity-timeline .note{margin-bottom:0;border-top:0;padding-top:0;padding-left:0}.entity-timeline div:nth-of-type(even).note{background-color:#f5f5f5}.entity-timeline .note .metadata{text-align:left}.entity-timeline .note .row .col-sm-3{padding-left:30px;width:20%}.entity-timeline .note .row .header{text-align:left;padding-top:20px}.entity-timeline .note .row .header .metadata .postedon,.entity-timeline .note .row .header .metadata .createdby,.entity-timeline .note .row .header .metadata .modifiedon{text-align:left;font-size:12px;padding-bottom:10px}.entity-timeline .note .row .content{padding-top:20px;padding-bottom:16px}.entity-timeline .note .row .content .from,.entity-timeline .note .row .content .requiredattendees,.entity-timeline .note .row .content .cc,.entity-timeline .note .row .content .scheduledstartandend{font-size:15px}.entity-timeline .note .row .content .subject{font-size:15px;padding-top:16px;padding-bottom:16px}.entity-timeline .note .row .content .description{font-size:15px;word-wrap:break-word}.entity-timeline .note-attachment .row .attachment{padding-top:16px}.entity-timeline .glyphicon.glyphicon-calendar,.entity-timeline .glyphicon.glyphicon-envelope,.entity-timeline .glyphicon.glyphicon-earphone,.entity-timeline .glyphicon.glyphicon-user{font-size:x-large}.entity-form .notes-cell .info{font-size:15px;display:none}.entity-timeline .timelineheader{padding-left:0;padding-right:0}.entity-timeline .timelineheader .title{font-size:15px;width:auto;padding-left:0}.entity-timeline .timelineheader .buttoncontainer{width:auto;float:right;padding-right:0}.entity-timeline .timelineheader .buttoncontainer .addnote{font-size:15px;float:right}.entity-timeline .timelineheader .buttoncontainer .addnote.btn.btn-default{white-space:nowrap}.entity-timeline .notes-empty.message{padding-top:50px}.entity-timeline .notes-error.message{padding-top:50px}.entity-timeline .notes-access-denied.message{padding-top:50px}.entity-timeline a.loadmore{float:right;display:none}.entity-timeline .message{display:none}.entity-timeline .attachment{padding:0;margin-bottom:0}.comments{margin-bottom:40px}.comment{margin-bottom:20px}.comment .comment-metadata{margin-bottom:10px}.comment .rating{margin-bottom:20px}.comment .comment-controls{float:right;margin-bottom:10px;margin-left:10px}.post-comment-new-form .crmEntityFormView .validation-summary{display:none}@media(min-width:768px){.comment .rating{float:right;margin-bottom:10px;margin-left:10px}.comment .comment-metadata{margin-bottom:0;text-align:right}}#entity-list-map-options{margin-bottom:10px}#entity-list-map-locations{overflow-x:hidden;overflow-y:auto}#entity-list-map-error{display:none}#entity-list-map-locations .uom{float:right}.infobox{position:absolute;top:0;left:0;z-index:99999;width:250px}.infobox .title{font-weight:bold;font-size:14px}.infobox-content{font-size:11px;color:#000;text-shadow:0 0 2px #ccc;padding:4px 8px;border:1px solid rgba(25,25,25,.25);background-color:#fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:0 0 3px #555;-webkit-box-shadow:0 0 3px #555;-moz-box-shadow:0 0 3px #555}.infobox-content p{margin:0 0 5px 0}.infobox.top{padding-bottom:5px}.infobox.bottom{padding-top:5px}.infobox.right{padding-left:5px}.infobox.left{padding-right:5px}.infobox-arrow,.infobox-arrow-inner{position:absolute;border-color:transparent;border-style:solid;border-width:12px;height:0;width:0}.infobox.top .infobox-arrow{margin-top:96px;margin-left:38px;border-top-color:#fff;border-top-color:rgba(25,25,25,.2)}.infobox.bottom .infobox-arrow{margin-top:-23px;margin-left:38px;border-bottom-color:#fff;border-bottom-color:rgba(25,25,25,.2)}.infobox.right .infobox-arrow{margin-top:12px;margin-left:-25px;border-right-color:#fff;border-right-color:rgba(25,25,25,.2)}.infobox.left .infobox-arrow{margin-top:16px;margin-left:200px;border-left-color:#fff;border-left-color:rgba(25,25,25,.2)}.infobox.top .infobox-arrow-inner{margin-top:-12px;margin-left:-12px;border-top-color:#fff}.infobox.bottom .infobox-arrow-inner{margin-top:-12px;margin-left:-8px;border-bottom-color:#fff}.infobox.right .infobox-arrow-inner{margin-top:-12px;margin-left:-8px;border-right-color:#fff}.infobox.left .infobox-arrow-inner{margin-top:-16px;margin-left:-13px;border-left-color:#fff}.infobox-content .status{padding:1px 4px;color:#333;font-weight:bold}.infobox-content .priority{font-weight:bold}.MicrosoftMap.dd_directionsPanel{padding:0!important}.MicrosoftMap .dd_waypoint{padding:0!important}.MicrosoftMap .dd_itinerary li{padding:6px 0!important}.MicrosoftMap .dd_itinerary .dd_instruction{font-size:100%!important}.MicrosoftMap .dd_waypoint .dd_waypointDisplayText{font-size:105%!important}.BingMap{position:relative;width:100%;height:400px;border:0}.crmEntityFormView{}.crmEntityFormView .form-actions{margin-top:20px}span.crmEntityFormView{display:block}.crmEntityFormView .tab{margin-bottom:20px;width:100%}.crmEntityFormView .tab-title{border-bottom:1px solid #eee;-ms-text-rendering:optimizelegibility;text-rendering:optimizelegibility}.crmEntityFormView .section:first-child{margin:0}.crmEntityFormView .section{table-layout:fixed;width:100%}.crmEntityFormView .section-title{border-bottom-width:0;margin-bottom:5px}.crmEntityFormView .section-title.show-bar{border-bottom-width:1px;padding-bottom:4px}.crmEntityFormView .cell{padding:0 28px 20px}.crmEntityFormView .cell.zero-cell{display:none}.crmEntityFormView .cell.crmquickform-cell:first-child{border-right:1px solid #b3b3b3}.crmEntityFormView .cell.crmquickform-cell .info{color:#333}.crmEntityFormView .tab .tab-column{padding-left:20px;float:left}.crmEntityFormView .tab .tab-column:first-child{padding-left:0}.crmEntityFormView table.table td{padding:8px}.crmEntityFormView table.table td:first-child{padding:8px}@media(max-width:767px){.crmEntityFormView table.section,.crmEntityFormView table.section>thead,.crmEntityFormView table.section>thead>tr,.crmEntityFormView table.section>thead>tr>th,.crmEntityFormView table.section>thead>tr>td,.crmEntityFormView table.section>tbody,.crmEntityFormView table.section>tbody>tr,.crmEntityFormView table.section>tbody>tr>th,.crmEntityFormView table.section>tbody>tr>td,.crmEntityFormView table.section>tfoot,.crmEntityFormView table.section>tfoot>tr,.crmEntityFormView table.section>tfoot>tr>th,.crmEntityFormView table.section>tfoot>tr>td{display:block}.crmEntityFormView table.section{width:100%;overflow:auto}.crmEntityFormView .cell{margin-bottom:15px;padding:0;width:100%}.crmEntityFormView .cell.crmquickform-cell:first-child{border:none}.crmEntityFormView .cell.empty-cell{margin-bottom:0}.crmEntityFormView .tab .tab-column{display:block;margin-bottom:15px;padding:0;width:100%}.crmEntityFormView .tab:last-child,.crmEntityFormView .tab fieldset:last-child,.crmEntityFormView .tab .tab-column:last-child{margin-bottom:0}}.crmEntityFormView .cell div.control{clear:both}.crmEntityFormView .cell div.info.required label:after{content:' *';color:red}.crmEntityFormView .cell div.info.required div.validators{display:none}.crmEntityFormView .cell div.info div.validators{margin:0 0 0 3px;float:left;color:red}.crmEntityFormView td.cell{vertical-align:top}.crmEntityFormView .cell label{float:left;display:inline}.crmEntityFormView .cell label>label{margin-bottom:0}.crmEntityFormView .cell input[type=text],.crmEntityFormView .cell select,.crmEntityFormView .cell textarea{float:left;width:100%}.control .input-group .form-control.lookup{float:none}.crmEntityFormView .cell div.control span.checkbox{float:left;margin:0}.crmEntityFormView .cell div.control span.checkbox input[type="checkbox"]{margin-left:0}.crmEntityFormView .datetime-cell input.date{width:75px}.crmEntityFormView .datetime-cell select.time{width:100px}.crmEntityFormView .empty-cell{padding:0}.crmEntityFormView .empty-cell:only-child{display:none}.crmEntityFormView .state,.crmEntityFormView .status{padding:6px 12px}.crmEntityFormView .web-resource-cell{}.crmEntityFormView .web-resource-cell iframe{}.crmEntityFormView .cell .picklist input[type="radio"]{margin:2px 5px 5px 0;vertical-align:top}.crmEntityFormView .cell .picklist.horizontal input[type="radio"]{margin-left:10px}.crmEntityFormView .cell .picklist input[type="radio"]:first-child{margin-left:0}.crmEntityFormView .cell .picklist.horizontal span:not(:first-child) input[type="radio"]{margin-left:10px}.crmEntityFormView .cell .picklist label{float:none;font-weight:normal}.crmEntityFormView .cell.checkbox-cell div.info{float:none;clear:none;display:inline-block;*display:inline;padding-left:20px}.crmEntityFormView .cell.checkbox-cell div.control{clear:none;float:left;display:inline}.crmEntityFormView .cell.checkbox-cell div.info div.validators{display:inline;float:left;clear:none}.crmEntityFormView .cell.checkbox-cell label{clear:none;float:none;display:inline}.crmEntityFormView .cell.checkbox-cell:first-child{padding:0 10px 0 0}.crmEntityFormView .cell.boolean-radio-cell input[type="radio"]{margin:2px 5px 5px 10px;vertical-align:top}.crmEntityFormView .cell.boolean-radio-cell input[type="radio"]:first-child{margin-left:0}.crmEntityFormView .cell.boolean-radio-cell .boolean-radio span:nth-child(2) input[type="radio"]{margin-left:10px}.crmEntityFormView .cell.boolean-radio-cell label{float:none;display:inline}.crmEntityFormView .boolean-radio label{font-weight:normal}.crmEntityFormView .validation-summary h2{margin:0 0 1em 0;padding:0;font-size:1.2em}.crmEntityFormView .validation-summary ul{margin:0;padding:0;list-style:none}.crmEntityFormView .validator-text{color:red;margin:0 0 0 3px}.crmEntityFormView fieldset{margin:0;margin-bottom:20px;padding:0;border:0 none}.crmEntityFormView fieldset:empty{margin:0}.crmEntityFormView fieldset legend+.well{margin-top:0}.crmEntityFormView div.row.full div.cell{width:100%}.crmEntityFormView .actions{border-top:1px solid #e5e5e5;margin:20px 0;padding:19px 0 0 0}.crmEntityFormView .actions:empty{display:none}.crmEntityFormView .actions .btn:first-child{margin-right:5px}.crmEntityFormView .actions:after{content:".";display:block;height:0;clear:both;visibility:hidden}div.message.success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;-ms-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin-bottom:18px;padding:9px 39px 9px 14px;-ms-text-shadow:0 1px 0 rgba(255,255,255,.5);text-shadow:0 1px 0 rgba(255,255,255,.5)}div.message.error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;-ms-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin-bottom:20px;padding:9px 39px 9px 14px;-ms-text-shadow:0 1px 0 rgba(255,255,255,.5);text-shadow:0 1px 0 rgba(255,255,255,.5)}.crmEntityFormView .cell.picklist-matrix-cell{padding:0}.crmEntityFormView .picklist.horizontal.labels-top label{display:block}.crmEntityFormView .picklist.horizontal.labels-top td{padding-right:20px;text-align:center}.crmEntityFormView .picklist-matrix-cell .picklist.horizontal.labels-top input[type="radio"]{margin-left:0}.crmEntityFormView .picklist-matrix-cell div.info{width:250px;float:left}.crmEntityFormView .picklist-matrix-cell div.control{clear:none;float:left}.crmEntityFormView .picklist-matrix-cell div.control .picklist label{height:1px;padding-top:1px;overflow:hidden;display:block}.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.control .picklist label{height:auto;padding-top:0;display:block}.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.info{padding-top:18px;vertical-align:bottom}.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.control{margin-top:-10px;padding-top:10px}.crmEntityFormView div.description{margin-top:-2px;margin-bottom:2px}.crmEntityFormView div.description.below{margin:0}.crmEntityFormView div.description.above{clear:both}.crmEntityFormView div.description.right{float:right}.crmEntityFormView .cell.rank-order-cell{padding:0 0 3px 0}.crmEntityFormView .rank-order-cell div.info{padding-top:3px;width:150px}.crmEntityFormView .rank-order-cell div.control{clear:none;float:left;width:100px}.crmEntityFormView .rank-order-cell .validator-text{color:red;padding:0 0 0 3px}.crmEntityFormView .cell.constant-sum-cell{padding:0 0 3px 0}.crmEntityFormView .constant-sum-cell div.info{padding-top:3px;width:150px}.crmEntityFormView .constant-sum-cell div.control{clear:none;float:left;width:100px}.crmEntityFormView .constant-sum-cell div.control input.integer{text-align:center}.crmEntityFormView .constant-sum-cell .validator-text{color:red;float:left;margin:7px 0 0 3px}.crmEntityFormView .constant-sum-cell div.control input.total{clear:both;border:none;background-color:transparent;color:#000;border-top:solid 1px #555;font-weight:bold;text-align:center;width:30px;margin:3px 0 0 0}.crmEntityFormView .cell.stack-rank-cell{padding:0 0 3px 0}.crmEntityFormView .stack-rank-cell div.info{margin-top:9px;width:150px}.crmEntityFormView .stack-rank-cell div.control{clear:none;float:left;width:100px}.crmEntityFormView .stack-rank-cell .validator-text{color:red;padding:0 0 0 3px}.crmEntityFormView .sr-cell{padding:2px 25px;margin-top:5px;margin-bottom:5px;border:1px solid #000;float:left;line-height:1.8em}.crmEntityFormView .sr-cell:hover{cursor:pointer;background:#36566b;color:#fff}.crmEntityFormView .selected-cell{background:#014083;color:#fff}ol.progress{height:auto}ol.progress.left,ol.progress.right{margin-top:20px}ol.progress li span.number{padding-right:10px}ol.progress li span.glyphicon.glyphicon-ok{padding-left:10px}ol.progress.top li,ol.progress.bottom li{float:left}ol.progress li.incomplete{background:transparent;border:none}ol.progress.top li:first-child,ol.progress.bottom li:first-child,ol.progress.top li:last-child,ol.progress.bottom li:last-child{border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0}@media(max-width:767px){ol.progress.left,ol.progress.right{margin-top:0}ol.progress.left li,ol.progress.right li{float:left}ol.progress.left li:first-child,ol.progress.right li:first-child,ol.progress.left li:last-child,ol.progress.right li:last-child{border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0}}div.progress{background-color:#f5f5f5;-ms-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1) inset;-ms-box-shadow:0 1px 2px rgba(0,0,0,.1) inset;box-shadow:0 1px 2px rgba(0,0,0,.1) inset;height:20px;margin-bottom:20px;overflow:hidden;padding:0}div.progress .bar.zero{color:#0f0f0f;text-shadow:none;text-indent:10px}div.progress-numeric{margin:20px 0 20px 0;padding:10px;list-style:none;background:#fdfefd;border:solid 1px #f0f0f0;-moz-border-radius:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;-webkit-box-shadow:3px 3px 3px 0 #ccc;-moz-box-shadow:3px 3px 3px 0 #ccc;box-shadow:3px 3px 3px 0 #ccc;font-weight:bold}div.progress-numeric span.number{background-color:#e0e0e0;border-radius:20px 20px 20px 20px;color:#fff;display:inline-block;font-size:1.6em;height:40px;line-height:40px;text-align:center;vertical-align:middle;width:40px}div.progress-numeric span.number.total{background-color:#e0e0e0}.crmEntityFormView.readonly{padding-left:0}.crmEntityFormView.readonly .cell input:disabled,.crmEntityFormView.readonly .cell select:disabled,.crmEntityFormView.readonly .cell textarea:disabled{background:none;border:none;box-shadow:none;-moz-box-shadow:none;padding:0}.crmEntityFormView textarea[readonly]{display:block!important}.crmEntityFormView.readonly .cell div.info.required label:after{content:none}.crmEntityFormView.readonly .cell div.info label{font-weight:bold}.crmEntityFormView.centered .cell div.info{width:100%}.crmEntityFormView.centered .cell div.info label{width:100%;text-align:center}.crmEntityFormView.centered .cell input[type="text"],.crmEntityFormView.centered .cell select,.crmEntityFormView.centered .cell textarea{text-align:center}.payment,.purchase-summary{margin-bottom:20px;margin-top:20px}.purchase-summary .grand-total{font-weight:bold}.purchase-summary .total,.purchase-summary table.line-items .price,.purchase-summary table.line-items .qty{text-align:right}.purchase-summary .discount{color:red;vertical-align:top}.purchase-summary .discount-name{color:#ffa500}.purchase-summary table.line-items .price del{color:#666}.purchase-summary .line-item{border-bottom:1px solid #e3e3e3;margin-bottom:10px;padding-bottom:10px}.purchase-summary .line-item .column{vertical-align:text-top}.purchase-summary .line-item .column.selection{float:left;width:20px}.purchase-summary .line-item .column.selection+.column.title{margin-left:30px}.purchase-summary .line-item .column input[type="checkbox"],.purchase-summary table.line-items input[type="checkbox"]{margin:0 10px 0 0}.purchase-summary .line-item .quantity input{width:30px}.purchase-summary legend+.well{margin-top:20px}.purchase-summary table.line-items{margin-bottom:10px;width:100%}.purchase-summary table.line-items td.title{width:100%}.purchase-summary table.line-items td.qty{white-space:nowrap;padding-right:5px}.purchase-summary table.line-items td.price{white-space:nowrap}.purchase-summary table.totals{width:100%}.purchase-summary table.totals tr.total td:first-child{width:100%}.purchase-summary table.totals tr.total td{padding-left:10px}.purchase-summary table.line-items th,.purchase-summary table.line-items td{border-bottom:1px solid #e3e3e3;line-height:20px;padding:9px 0;text-align:left;vertical-align:top}@media(max-width:991px){.payment .form-horizontal .control-label{float:none;text-align:left}.payment .form-horizontal .controls{margin-left:0}}.entitylist-filter-option-group ul li[aria-hidden=true]{display:none}.entitylist-filter-option-group{vertical-align:top}.entitylist-filter-option-group .h4{display:block}.entitylist-filter-option-text{width:180px}.filter-vertical .entitylist-filter-option-text{width:100%}.entitylist-filter-option-group-box-overflow{max-height:210px;overflow-y:auto}iframe.quickform{display:block;border:none;height:0;width:100%}.container.quickform{margin:0;padding:0}.submit-btn-link{background:none!important;border:none;padding:3px 20px}.submit-btn-link:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.form-readonly .form-control,.crmEntityFormView .form-control[readonly][disabled],.crmEntityFormView .form-control.readonly{background:none;border:none;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;cursor:auto;padding-left:0;padding-right:0}.form-readonly .form-control:focus,.crmEntityFormView .form-control[readonly][disabled]:focus,.crmEntityFormView .form-control.readonly:focus{outline:1px dotted #212121;outline:5px auto -webkit-focus-ring-color}.form-readonly textarea.form-control,.crmEntityFormView textarea.form-control[readonly][disabled],.crmEntityFormView textarea.form-control.readonly{resize:none}.form-readonly select.form-control,.crmEntityFormView select.form-control.readonly{appearance:none;-webkit-appearance:none;-moz-appearance:none}.form-readonly select.form-control::-ms-expand,.crmEntityFormView select.form-control.readonly::-ms-expand{display:none}.form-readonly select.form-control option,.crmEntityFormView select.form-control.readonly option{padding-left:0;padding-right:0}.form-readonly .money .input-group>.input-group-addon,.crmEntityFormView .money .input-group.readonly>.input-group-addon{background:none;border:none;padding-left:0;padding-right:0}.form-custom-actions{margin-bottom:20px}.form-custom-actions .btn{margin-bottom:5px;margin-top:5px}.form-custom-actions .dropdown-menu{margin-top:-3px}@media screen and (min-width:768px){.form-action-container-right{float:right}.form-action-container-left{float:left}}.popover input{margin-bottom:10px}.hc_button__bold_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-24px}.hc_button__cut_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-312px}.hc_button__copy_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-264px}.hc_button__paste_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-360px}.hc_button__pastefromword_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1608px}.hc_button__undo_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-2208px}.hc_button__redo_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-2160px}.hc_button__link_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1296px}.hc_button__unlink_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1320px}.hc_button__image_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1008px}.hc_button__table_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-2040px}.hc_cke_button__horizontalrule_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-960px}.hc_button__specialchar_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-2016px}.hc_button__maximize_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1464px}.hc_button__source_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1944px}.hc_button__italic_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-48px}.hc_button__strike_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-72px}.hc_button__removeformat_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1776px}.hc_button__bulletedlist_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1368px}.hc_button__outdent_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1104px}.hc_button__indent_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1056px}.hc_button__blockquote_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-216px}.hc_button__horizontalrule_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-960px}.hc_button__pastetext_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1656px}.hc_button__numberedlist_icon:before{content:url('../js/ckeditor/skins/moono/icons.png');position:relative;left:0;top:-1416px}.editorContainer{width:100%;height:calc(100% - 25px)}.designer,.previewView,.htmlContentEditor,.htmlEditor{height:100%}.editorContainer .designerContentEditor .designerTabView .toolboxTabContent{height:0}.htmlTabButtonView,.previewTabButtonView{height:10px}.previewView.ui-tabs-panel,.browserPreviewHeader{overflow:auto}.browserPreviewFrameContainer{position:absolute;display:block;border-color:transparent;width:calc(100% - 100px);overflow:auto;padding-top:1px;padding-bottom:1px}.desktopPreview .browserPreviewFrameBorder,.tabletLandscapePreview .browserPreviewFrameBorder,.tabletPortraitPreview .browserPreviewFrameBorder,.mobileLandscapePreview .browserPreviewFrameBorder,.mobilePortraitPreview .browserPreviewFrameBorder{position:relative;background:#fff;padding-top:20px;padding-bottom:20px;border:2px solid #a8a8a8;border-radius:30px;margin:0 auto;min-height:calc(100% - 44px)}.iosScroll{overflow:auto;-webkit-overflow-scrolling:touch}.designer .designerIosContainer{position:absolute;overflow:auto}.designer .designerIosContainer .designerContentEditorFrameWrapper,.designer .designerIosContainer .designerContentEditorFrameWrapper .designerContentEditorFrame{position:relative}.browserPreviewContent{display:block;height:100%;width:100%}.browserPreviewContentTitle{padding-top:25px;padding-bottom:25px;display:block;text-align:center;margin-left:auto;margin-right:auto;font-size:14px}.browserPreviewContentTitleWarning{font-weight:bolder}.editorContainer .editorReadonlyTitle,.editorContainer .htmlEditorNotSupportedMessage{font-weight:bolder;font-size:16px;margin:auto;text-align:center;padding-top:10px}.browserPreview{display:flex;height:100%}.browserPreview .ui-tabs-panel{background:#f5f5f5}.previewView{display:flex}.previewView .ui-tabs-panel.browserPreview{display:flex;overflow:auto;width:100%}.editorContainer .designerContentEditor,.htmlEditor,.htmlPreview,.editorContainer table,.contentEditor.ui-tabs,.htmlContentEditorFrame,.designerContentEditorFrame,.fullPageContentEditorFrame,.previewView.ui-tabs-panel,.htmlContentEditor.ui-tabs-panel,.previewView.ui-tabs-panel,.previewView .ui-tabs-panel.browserPreview,.browserPreviewFrame,.fullPageContentEditor{height:100%}.editorContainer table tbody{vertical-align:top}.designerTabView{height:calc(100% - 35px);overflow-y:auto}.toolboxTabContent,.detailsTabContent,.contentEditor,.tabView{border:1px solid #d3d3d3}.editorContainer .contentEditor td.designer{width:100%;text-align:center;border:1px solid #a9a9a9;background:#fff}.editorContainer .contentEditor td.designer .designerContentEditorFrameWrapper{height:100%;display:flex}.browserPreview,.toolboxTabContent,.gallery,.detailsTabContent,.propertiesView,.stylesTabContent{width:300px}.toolboxTabContent img{padding:0;margin:2px;width:24px}.designerTabView,.previewPropertiesTabView{width:auto;vertical-align:top;background:#efefef;display:block;width:340px;overflow-y:auto}.htmlContentEditor,.browserPreview{width:auto}.htmlContentEditor{box-sizing:border-box}.browserPreview{background-color:#f5f5f5!important}.htmlEditor,.htmlPreview{padding:0!important}.stylesTabContent{padding:1em 1.2em}.stylesTabContent .empty-watermark{position:relative;text-align:center;top:30%;font-size:13px}.htmlContentEditorFrame,.designerContentEditorFrame,.fullPageContentEditorFrame{min-width:700px;border:none;width:100%}.editorContainer .ui-tabs .ui-state-disabled{display:none}.htmlContentEditor.ui-tabs-panel,.previewView.ui-tabs-panel{outline:1px solid #a9a9a9!important;background:#fff}.htmlContentEditor .htmlEditorContentTextArea{width:100%;height:100%;overflow:hidden}.previewView.ui-tabs .ui-tabs-panel{margin:0;padding:0}.previewView.ui-tabs{margin:0;padding:0}.htmlContentEditor .htmlTabButtonView,.previewView .previewTabButtonView{padding-bottom:1em}.editorContainer .contentEditor.ui-widget-content,.editorContainer .contentEditor.ui-widget-content.ui-tabs{width:auto;border-color:transparent;background:transparent}.contentEditor .designerTabButtonView,.contentEditor .designerTabView,.previewPropertiesTabButtonView,.previewPropertiesTabView{display:block;position:relative;left:.3em}.contentEditor .designerTabView{display:block!important}.menuBar{display:inline-flex;width:100%;cursor:auto;margin-bottom:10px}.menuBar .menuBarItems{display:flex;justify-content:center;cursor:auto}.menuBar .menuBarItems .toolbarButton{display:inline-block;text-align:center;margin-left:1em;margin-right:1em;cursor:pointer;margin-bottom:0;margin-top:10px}.toolbarButton{background:none;border-color:transparent;cursor:pointer;min-width:40px;width:auto;margin-bottom:0;padding:0}.toolsList,.selectedToolsDropdown{background-color:#efefef}.CCFSymbolFont{font-family:'CRMMDL2'}.menuBar .menuBarItems .undoButtonImage,.menuBar .menuBarItems .warningButtonImage,.menuBar .menuBarItems .redoButtonImage,.menuBar .menuBarItems .maximizeButtonImage,.menuBar .menuBarItems .addButtonImage{width:20px;height:20px;display:inline-block;background-repeat:no-repeat;margin-bottom:0}.menuBar .menuBarItems .undoButtonImage::before{content:''}.menuBar .menuBarItems .addButtonImage::before{content:''}.menuBar .menuBarItems .maximizeButton .maximizeButtonImage::before{content:''}.menuBar .menuBarItems .maximizeButton.maximizeButton-active .maximizeButtonImage::before{content:''}.menuBar .menuBarItems .warningButtonLabel,.menuBar .menuBarItems .undoButtonLabel,.menuBar .menuBarItems .redoButtonLabel,.menuBar .menuBarItems .addButtonLabel,.menuBar .menuBarItems .maximizeButtonLabel{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:0}.toolsDropdown{display:inline-block}.contentEditor.ui-tabs{position:inherit}.toolsList{z-index:1;margin:5px 0 0 1em;display:block;position:absolute;border:#ccc solid 1px;min-width:150px;background-color:#fff;box-shadow:3px 3px 5px #333;max-height:350px;overflow:auto}.toolsListTitle{padding:15px 10px 15px 10px;font-size:12pt;font-weight:bold;font-family:Segoe UI Semibold;width:auto;color:#505050;display:block}.toolsListItem{list-style-type:none;font-family:Segoe UI Regular;font-size:12pt;color:#505050;padding:0 0 15px 20px;height:25px}.focusedToolsListItem{background-color:rgba(38,124,215,.3)}.editorContainer .focusedToolsListItem button:focus{outline:none!important}.toolsListItem button{padding-top:12px;text-align:left;color:#666;background:none;border-color:transparent;cursor:pointer;width:100%}.menuBar .menuBarItems .redoButtonImage::before{content:''}.menuBar .menuBarItems .warningButtonImage{font-size:20px;color:red}.menuBarDivider{border-left:1px solid #a9a9a9;vertical-align:middle;display:inline-block;margin-right:1.5em;margin-left:1.5em;height:30px;margin-top:5px;margin-bottom:0}.editorContainer .designerContentEditor.ui-tabs-panel{margin:0;padding:0}.editorContainer .fullPageContentEditor.ui-tabs-panel{margin:0;padding:0}#sharedSpacesContainer{position:absolute;display:none;margin:auto}.editorContainer p,.editorContainer form,.editorContainer table,.editorContainer tr,.editorContainer td,.editorContainer div,.editorContainer tbody,.editorContainer thead,.editorContainer a,.editorContainer input,.editorContainer select,.editorContainer textarea,.editorContainer a:link,.editorContainer a:visited,.editorContainer a:hover,.editorContainer a:active,.detailsViewProperties{font-family:"Segoe UI Web Regular","Segoe UI","Tahoma","Helvetica",Arial,"sans-serif";font-weight:400;font-size:9pt;color:#666;outline:none}.editorContainer td{background-clip:padding-box}.editorContainer table{width:100%;border-collapse:separate}.editorContainer .ui-tabs .ui-tabs-nav{border-color:transparent;border-radius:0;background:transparent;padding-left:.3em;padding-top:0;margin-top:-.1em;position:relative}.editorContainer .ui-tabs .ui-tabs-nav .ui-tabs-anchor{padding:0}.editorContainer .ui-tabs-nav .ui-state-active .designerTabContainer{font-weight:600}.editorContainer .ui-widget-content.ui-tabs{border:1px solid #a9a9a9;border-radius:0}.editorContainer .ui-widget-header,.editorPopupCssClass .ui-widget-header{border-color:transparent;background:transparent;display:flex;align-self:center;cursor:auto}.editorContainer .ui-tabs .ui-tabs-nav{padding:0}.menuBar .ui-widget-header{margin-left:0;margin-bottom:0}.contentEditor.ui-tabs,.contentEditor .ui-tabs-nav .ui-state-default,.menuBar .ui-tabs-nav .ui-state-default,.htmlContentEditor.ui-corner-all,.previewView.ui-corner-all,.previewPropertiesTabView.ui-corner-all{border-radius:0}.contentEditor .ui-tabs-nav .ui-state-default,.menuBar .ui-tabs-nav .ui-state-default{background:transparent;color:#a9a9a9;border-color:transparent;margin-left:.8em}.contentEditor .ui-tabs-nav .ui-state-default .designerTabContainer,.menuBar .ui-tabs-nav .ui-state-default .designerTabContainer{border-right:1px solid #a9a9a9;padding-right:1em}.contentEditor .ui-tabs-nav .ui-state-default:last-child .designerTabContainer,.menuBar .ui-tabs-nav .ui-state-default:last-child .designerTabContainer{border-color:transparent}.menuBar .ui-tabs-nav .ui-state-active span,.browserPreviewTitle.active{border-bottom:2px solid #267cd7;padding-bottom:3px}.designerContentEditor .ui-tabs-nav .ui-tabs-anchor,.previewPropertiesTabButtonView .ui-tabs-nav .ui-tabs-anchor{padding:.5em 1em}.designerContentEditor .ui-tabs-nav .ui-state-default .designerTabContainer,.designerContentEditor .ui-tabs-nav .ui-state-active span,.previewPropertiesTabButtonView .ui-tabs-nav .ui-state-default .designerTabContainer,.previewPropertiesTabButtonView .ui-tabs-nav .ui-state-active span{border-color:transparent}.designerContentEditor .ui-tabs-nav .ui-state-active,.previewPropertiesTabButtonView .ui-tabs-nav .ui-state-active{background:#efefef}.designerTabView .ui-tabs-nav .ui-state-active{border-bottom:1px solid #efefef}.monaco-editor .view-overlays{border-left:1px dashed #ddd}.contentViewBlocks .contentBlockSection{margin-top:10px}.contentViewBlocks .contentBlockSection:first-child{margin-top:0}.contentViewBlocks .treeView,.detailsViewProperties .treeView{display:table;width:100%;padding-top:.5em}.contentViewBlocks .extrasToggle,.detailsViewProperties .extrasToggle{width:11px;height:11px;display:inline-block;background-repeat:no-repeat;border:0;background-position:0 -33px}.contentViewBlocks .extrasToggle::before,.detailsTabContent .detailsViewProperties .extrasToggle,.stylesTabContent .detailsViewProperties .extrasToggle::before,.previewView .detailsViewProperties .extrasToggle::before{content:''}.contentViewBlocks :hover.extrasToggle,.detailsViewProperties :hover.extrasToggle{background-position:0 -11px}.contentViewBlocks .extrasToggle.collapsed,.detailsViewProperties .extrasToggle.collapsed{background-position:0 0}.contentViewBlocks :hover.extrasToggle.collapsed,.detailsViewProperties :hover.extrasToggle.collapsed{background-position:0 -22px}.contentViewBlocks .extrasToggle.collapsed::before,.stylesTabContent .extrasToggle.collapsed::before,.detailsTabContent .detailsViewProperties .extrasToggle.collapsed,.previewView .detailsViewProperties .extrasToggle.collapsed::before{content:''}.contentViewBlocks .propertiesTitle,.detailsViewProperties .propertiesTitle{font-size:14px;font-weight:500;color:#165ec4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.detailsViewProperties .propertiesTitle{padding-left:5px}.propertiesTitleButton{background:none;border-color:transparent;cursor:pointer;width:auto;padding:0}.detailsViewProperties .treeViewItem{display:table-row}.detailsViewProperties .treeViewItem:first-child .treeViewItemField{padding-top:0}.detailsViewProperties .treeViewItem:last-child .treeViewItemField{padding-bottom:0}.detailsViewProperties .treeViewItemField{display:table-cell;white-space:nowrap;padding:.5em;padding-left:0;width:100px}.detailsViewProperties .treeViewItemField:first-child{padding-left:.2em}.detailsViewProperties .treeViewItemField:last-child{padding-right:0}.detailsViewProperties .treeViewItemColumn{display:table-column}.detailsViewProperties .propertyNameColumn{white-space:nowrap}.detailsViewProperties .propertyName{padding-right:1em;font-weight:600}.detailsViewProperties .attributeInput{border-width:1px;border-style:solid;border-color:#a9a9a9;box-sizing:content-box;height:30px;width:100%;padding:0 10px;box-sizing:border-box}.detailsViewProperties .attributeInput.inputImage,.detailsViewProperties .attributeInput.inputColor{width:calc(100% - 20px);vertical-align:middle;box-sizing:content-box}.detailsViewProperties .treeViewItemField .inputCheckbox{margin-right:5px;vertical-align:middle}.detailsViewProperties .treeViewItemField .inputRadioButton{margin-right:5px}.detailsViewProperties .treeViewItemField .inputRadioButton:nth-last-child(2){margin-left:5px}.detailsViewProperties .treeViewItemField .colorFilledRectangle{border-style:solid;border-width:1px 1px 1px 1px;border-color:#a9a9a9;width:18px;height:18px;display:inline-block;vertical-align:middle;box-sizing:content-box}.detailsViewProperties .treeViewItemField .colorPickerInput{position:relative;right:20px;opacity:0;vertical-align:middle;box-sizing:content-box;border:0;right:30px}.detailsViewProperties .srcInput{width:calc(100% - 18px - 2px);vertical-align:middle;box-sizing:content-box;display:inline-block}.detailsViewButton{background-color:#fff;background-position:center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:#a9a9a9;margin:0;width:18px;height:18px;display:inline-block;vertical-align:top;box-sizing:content-box}.toolboxTabContent .contentViewBlocks.ltr .contentBlockSection{text-align:left}.toolboxTabContent .contentViewBlocks.rtl .contentBlockSection{text-align:right}.toolboxTabContent .contentViewBlocks.ltr .propertiesTitle{padding-left:5px}.toolboxTabContent .contentViewBlocks.rtl .propertiesTitle{padding-right:5px}.toolboxTabContent .contentViewBlocks .contentBlockItems{width:100%;display:table}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemRow{display:table-row}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemRow:first-child .toolItemCell .tool-card .tool-card-button{margin-top:0}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemRow:last-child .toolItemCell .tool-card .tool-card-button{margin-bottom:0}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell{display:table-cell}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell .tool-card{width:140px;height:50px;margin:.5em}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell .tool-card .tool-card-button{border:1px solid #a8a8a8;background-image:none;padding:1em;white-space:nowrap;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;width:140px;height:50px;pointer-events:none}.editorContainer :focus,.undoButton:hover,.redoButton:hover,.addButton:hover,.maximizeButton:hover,.toolsListItem:hover,.warningButton:hover .selectedToolsDropdown,.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell .tool-card .tool-card-button:focus,.detailsViewProperties .attributeInput:focus,.detailsViewButton:focus,.editorPopupCssClass.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus,.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.editorPopupOkButton:focus,.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.editorPopupCancelButton:focus{outline:#3961c6 1px solid!important}.detailsViewProperties .treeViewItemField .siblingFocused{outline:#3961c6 1px dashed!important}.toolboxTabContent .contentViewBlocks.rtl .contentBlockItems .toolItemCell .tool-card{box-shadow:-2px 2px 0 #ddd}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell .tool-card:hover>.tool-card-button,.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell .tool-card.selectedToolItem .tool-card-button{background-color:#777}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell .tool-card:hover .tool-card-button .toolItemLabel,.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell .tool-card.selectedToolItem .tool-card-button .toolItemLabel{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell .toolItemLabel{vertical-align:middle;white-space:nowrap;display:inline-block;text-align:center;width:calc(100% - 24px);font-size:12px;color:#505050;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toolboxTabContent .contentViewBlocks .contentBlockItems .toolItemCell .toolItemIcon{vertical-align:middle}.fontIconSize{color:#fff;font-size:16px;display:flex!important;justify-content:center;align-items:center;margin:2px 2px 0 0;display:-ms-flexbox;-ms-flex-pack:center;height:24px;width:24px;margin:0 0 0 0}.iconContainer{display:inline-block;margin:0 0 0 0;vertical-align:middle;padding:0 0 0 0;width:auto;height:auto;float:none;border-radius:2px}.toolItemCell .toolItemIcon{background-color:#3961c6}.toolItemCell .toolItemIcon .imageTool::before{content:''}.toolItemCell .toolItemIcon .dividerTool::before{content:''}.toolItemCell .toolItemIcon .buttonTool::before{content:''}.toolItemCell .toolItemIcon .textTool::before{content:''}.toolboxTabContent .contentViewBlocks.ltr .contentBlockItems .toolItemCell:nth-child(1) .tool-card .tool-card-button{margin-left:0}.toolboxTabContent .contentViewBlocks.rtl .contentBlockItems .toolItemCell:nth-child(1) .tool-card .tool-card-button{margin-right:0}.toolboxTabContent .contentViewBlocks.ltr .contentBlockItems .toolItemCell:nth-child(2) .tool-card .tool-card-button{margin-right:0}.toolboxTabContent .contentViewBlocks.rtl .contentBlockItems .toolItemCell:nth-child(2) .tool-card .tool-card-button{margin-left:0}.toolboxTabContent .contentViewBlocks .contentBlockSection.contentBlockSection-loading .contentBlockSection-loading-message,.toolboxTabContent .contentViewBlocks .contentBlockSection.contentBlockSection-empty .contentBlockSection-empty-message{color:#165ec4;margin-left:10px}.toolboxTabContent .contentViewBlocks .contentBlockSection.contentBlockSection-loading.contentBlockSection-empty .contentBlockSection-empty-message{display:none}.browserPreviewFrame{display:block;margin:0 auto;border-color:transparent;top:10px}.browserPreviewFrame.desktopPreview{width:1280px}.browserPreviewFrame.tabletPortraitPreview{width:786px}.browserPreviewFrame.tabletLandscapePreview{width:1024px}.browserPreviewFrame.mobilePortraitPreview{width:320px}.browserPreviewFrame.mobileLandscapePreview{width:480px}.browserPreviewFrameBorder.desktopPreview{width:1300px}.browserPreviewFrameBorder.tabletLandscapePreview{width:1080px}.browserPreviewFrameBorder.tabletPortraitPreview{width:830px}.browserPreviewFrameBorder.mobilePortraitPreview{width:375px}.browserPreviewFrameBorder.mobileLandscapePreview{width:530px}.browserPreviewFrameContainer.lightweightMode .browserPreviewFrame{width:calc(100% - 5px)}.browserPreviewFrameContainer.lightweightMode{width:100%;height:100%;left:0;position:static}.browserPreviewHeader{vertical-align:top;background-color:#fff;text-align:center;height:100%;display:inline-table;border-right:1px solid #aaa}.browserPreviewTitle{display:inline-block;padding-bottom:10px;margin-left:auto;margin-right:auto;width:95px}.browserPreviewTitle:first-child{margin-top:20px}.browserPreviewHeaderIconButtonsGroup{display:flex;flex-direction:column;width:100%}.browserPreviewIcon{vertical-align:middle;opacity:.5;font-size:35px}.browserPreviewIcon.active{opacity:1}.browserPreviewIcon:hover{cursor:pointer}.browserPreviewDivider{margin:15px auto;width:50px;background-color:#aaa;height:1px}.previewButtonContainer{background:none;border-color:transparent;cursor:pointer;width:auto;height:auto;margin-bottom:15px;margin-left:auto;margin-right:auto;padding:0}.previewButtonContainer:last-child{margin-bottom:0}.browserPreviewIcon.desktopPreviewIcon::before{content:''}.browserPreviewIcon.tabletPortraitPreviewIcon::before{content:''}.browserPreviewIcon.tabletLandscapePreviewIcon::before{content:''}.browserPreviewIcon.mobilePortraitPreviewIcon::before{content:''}.browserPreviewIcon.mobileLandscapePreviewIcon::before{content:''}.loadingModal{display:none;position:absolute;top:0;left:0;width:100%;height:100%}.containerLoading{overflow:hidden}.containerLoading .loadingModal{display:block}.previewPropertiesTabButtonView .ui-tabs-nav.ui-widget-header{top:2px}.previewPropertiesTabButtonView,.previewPropertiesTabView{display:table-cell}.previewPropertiesTabView .propertiesView.ui-tabs-panel{padding:0;width:100%}.previewPropertiesTabView .detailsViewProperties{margin:0;padding:10px}.editorPopupCssClass.ui-dialog{background-color:#fff;box-shadow:3px 3px 5px #888;border:1px solid #ccc;border-radius:0;padding:0;border-color:transparent;z-index:1000!important;min-width:390px}.editorPopupCssClass.ui-dialog .ui-dialog-titlebar{padding:30px 20px 20px 20px;text-align:left;margin-bottom:0;margin-top:0}.editorPopupCssClass.ui-dialog .ui-dialog-titlebar .ui-dialog-title{font-size:28px;color:#505050;margin:0}.editorPopupCssClass.ui-draggable.imageGalleryCssClass .ui-dialog-titlebar{cursor:default}.editorPopupCssClass.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{right:20px;top:30px;height:21px;width:21px;border:none;padding-top:2px;float:right;margin:0;background-color:transparent}.editorPopupCssClass.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::before{content:'';font-family:'CRMMDL2';font-size:16px}.editorPopupCssClass.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon{background:none}.editorPopupCssClass.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-text{display:none}.editorPopupCssClass.ui-dialog .ui-dialog-content{text-align:left;font-size:13px;padding:0 20px;margin-bottom:30px}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane{width:100%;background-color:#ddd;bottom:0;padding:0;border-color:transparent}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{padding:10px 20px 10px 0}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{height:30px;min-width:90px;float:right;background-image:none;border-radius:0;margin:0 0 0 10px}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button .ui-button-text{font-size:14px;padding:.3em 1em}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active{outline:none}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus{box-shadow:inset 0 0 0 2px #fff;outline:none}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.editorPopupOkButton{color:#fff;background-color:#216ab7;border:1px solid #216ab7}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.editorPopupOkButton:hover{background-color:#216ab7;border-color:#216ab7}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.editorPopupOkButton:active{background-color:#04569c;border-color:#04569c}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.editorPopupCancelButton{color:#505050;background-color:#fff;border:1px solid #ccc}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.editorPopupCancelButton:hover{background-color:#eee}.editorPopupCssClass.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.editorPopupCancelButton:active{background-color:#ddd}.editorPopupCssClass.ui-widget input,.editorPopupCssClass.ui-widget select,.editorPopupCssClass.ui-widget textarea,.editorPopupCssClass.ui-widget label,.editorPopupCssClass.ui-widget button{font-family:Segoe\20UI;font-size:13px}.editorPopupCssClass.ui-dialog .propertiesTitleButton,.editorPopupCssClass.ui-dialog .extrasToggle{display:none}.previewPropertiesTabButtonView .ui-tabs-nav .ui-state-default .designerTabPaneLabel,.designerContentEditor .ui-tabs-nav .ui-state-default .designerTabPaneLabel{color:#505050;font-size:13px}.designerTabAnchor{display:none}.designerTabContainer{cursor:pointer}.designerContentEditor .ui-tabs-nav .ui-state-default{background-color:#ddd;border-top:2px solid #ddd;border-color:#ddd;height:33px;width:33.3%;margin:0;padding-bottom:0}.previewPropertiesTabButtonView .ui-tabs-nav .ui-state-default{height:33px;margin:0;padding-bottom:0;background-color:#f5f5f5;border-color:#f5f5f5;border-top:2px solid #267cd7}.designerContentEditor .ui-tabs-nav .ui-state-default:not(.ui-state-active){border-right:1px solid #ccc}.designerContentEditor .ui-tabs-nav .ui-state-default:last-child:not(.ui-state-active){border-right-color:#ddd}.editorContainer .previewPropertiesTabButtonView .ui-tabs-nav,.editorContainer .designerContentEditor .ui-tabs-nav{padding:0;border-left:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5}.designerContentEditor .ui-tabs-nav .ui-state-default .designerTabContainer{padding:6px 0;width:100%;text-align:center}.designerContentEditor .ui-tabs-nav .ui-state-active{background-color:#f5f5f5;border-color:#f5f5f5;border-top-color:#267cd7}.editorContainer .previewPropertiesTabView.ui-tabs,.editorContainer .designerContentEditor .designerTabView.ui-tabs{border-color:#f5f5f5;background:#f5f5f5;overflow-x:hidden}.previewPropertiesTabView .detailsViewProperties{margin:0;padding:15px}.contentViewBlocks .extrasToggle,.detailsViewProperties .extrasToggle{background-position:0 -11px;margin-left:3px}.contentViewBlocks .extrasToggle.collapsed,.detailsViewProperties .extrasToggle.collapsed{background-position:0 -0}.contentViewBlocks .extrasToggle.collapsed:hover,.detailsViewProperties .extrasToggle.collapsed:hover{background-position:0 0}.contentViewBlocks .propertiesTitle,.detailsViewProperties .propertiesTitle{color:#505050;font-size:13px}.detailsTabContent .detailsViewProperties .extrasToggle:not(.collapsed){margin-left:4px;padding-right:3px;margin-right:4px;margin-bottom:2px;width:0;height:0;border-top:6px solid transparent;border-right:5px solid #fff;background-image:none}.detailsTabContent .detailsViewProperties .extrasToggle.collapsed{margin-left:8px;padding-right:4px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #fff;background-image:none}.toolboxTabContent{width:auto}.detailsViewProperties:not(:last-child){margin-bottom:15px}.designerTabView.ui-tabs .detailsTabContent .detailsViewProperties .propertiesTitle{color:#fff;padding:5px 0;font-weight:normal}.designerTabView.ui-tabs .detailsTabContent .detailsViewProperties .treeView{background-color:#ccc;box-sizing:border-box;padding:10px}.designerTabView.ui-tabs .detailsTabContent .detailsViewProperties{background-color:#666}.detailsViewProperties input[type="text"]{color:#505050;font-size:12px;height:30px;padding:0 10px;box-sizing:border-box}input[type="text"].linkInput{color:#26a0da}.designerTabView.ui-tabs .stylesTabContent .detailsViewProperties .treeViewItemField{padding:0;width:50%;box-sizing:border-box;font-size:13px;font-weight:normal;color:#505050}.designerTabView.ui-tabs .detailsTabContent .detailsViewProperties .propertyName{display:block}.designerTabView.ui-tabs .detailsTabContent .detailsViewProperties .treeViewItemField{display:block;font-size:13px;color:#505050;margin-bottom:10px;padding:0;width:100%}.detailsViewProperties .treeViewItemField.propertyName{padding:0}.editorContainer td:first-child,.editorContainer td{padding:0!important}.editorContainer tr{height:auto!important;height:initial!important}.editorContainer .previewView tr:last-of-type{height:100%!important}.detailsViewButton,.detailsViewProperties .treeViewItemField .colorFilledRectangle,.detailsViewProperties .treeViewItemField .colorPickerInput{height:30px;width:30px;border-left:none}.detailsViewProperties .attributeInput.inputImage,.detailsViewProperties .attributeInput.inputColor{width:calc(100% - 53px)}.designerTabView.ui-tabs .stylesTabContent .detailsViewProperties .treeViewItem{display:table-row;height:45px}.toolboxTabContent .contentViewBlocks.ltr .contentBlockItems .toolItemCell .tool-card .tool-card-button{box-shadow:3px 3px 3px rgba(0,0,0,.3)}.designerTabView.ui-tabs .ui-tabs-panel{padding:20px 15px;width:100%;height:100%;box-sizing:border-box}.dontShowAgainCheckboxContainer{margin-top:20px}.dontShowAgainCheckboxContainer INPUT{width:auto}.editorPopupCssClass.ui-dialog.accessibilityPopup .ui-dialog-content{padding-top:2px;padding-bottom:2px}.accessibilityPopup .accessibilityLegend{width:100%;height:100%;padding-right:5px;padding-left:5px;overflow-y:auto;overflow-x:hidden}.accessibilityPopup .accessibilityLegend:focus{outline:2px solid #139ff7!important}.accessibilityPopup .accessibilityLegend .accessibilityLegendSectionLabel{font-size:20px;border-bottom:1px solid #aaa;margin:5px 0 15px}.accessibilityPopup .accessibilityLegend .accessibilityLegendSection{margin-left:5px}.accessibilityPopup .accessibilityLegend .accessibilityLegendSectionElementCaption{font-size:13px;font-weight:bold}.accessibilityPopup .accessibilityLegend .accessibilityLegendSectionElement{margin:10px}@media only screen and (min-width:768px) and (max-width:1280px){.htmlContentEditorFrame,.designerContentEditorFrame,.fullPageContentEditorFrame{min-width:0}.editorContainer{max-width:100%}}@font-face{font-family:'CRMMDL2';src:url('data:font/opentype;base64, d09GRgABAAAAAOVoAA8AAAAB1DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABWAAAAEgAAABgSlp5s1ZETVgAAAGgAAACBQAABeCBXolxY21hcAAAA6gAAAZuAAAJUMA6TC5jdnQgAAAKGAAAACAAAAAqCdkJr2ZwZ20AAAo4AAAA8AAAAVn8nuaOZ2FzcAAACygAAAAMAAAADAAIABtnbHlmAAALNAAA0HUAAbC+Ter2FmhlYWQAANusAAAANgAAADb8SviPaGhlYQAA2+QAAAAdAAAAJBAhB+ZobXR4AADcBAAAAVQAAASAeERZV2xvY2EAAN1YAAAEeAAABHjXikbQbWF4cAAA4dAAAAAgAAAAIALRAeVuYW1lAADh8AAAAtUAAAbo239JvnBvc3QAAOTIAAAAEwAAACD/UQB3cHJlcAAA5NwAAACJAAAA03i98g542mNgZv/DOIGBlYGDdRarMQMDozSEZr7IkMYkxMHKysXIxAgGDEAgwIAAvsEKCgwODLyfajnAfAjJAFbHAuEpMDAAAOZlB8t42hXJUxQYBgAEwclf2qa2bdu2bdu2bdu2bdu2bTtlur15734WAwz4fwYZPHCIgWGoMHQYJqqD+mHDcGH4MEIYMYwURg6jhFHDaGH0MEYYM4wVxg7jhHHDeGH8MEGYMEwUJg6ThEnDZGHyMEWYMkwVpg7ThGnDdGH6MEOYMcwUZg6zhFnDbGH2MEeYM8wV5g7zhHnDfGH+sEBYMCwUFg6LhEXDYmHxsERYMiwVlg7LhGXDcmH5sEJYMawUVg6rhFXDamH1sEZYM6wV1g7rhHXDemH9sEHYMGwUNg6bhE3DZmHzsEXYMmwVtg7bhG3DdmH7sEPYMewUdg67hF3DbmH3sEfYM+wV9g77hH3DfmH/cEA4MBwUDg6HhEPDYeHwcEQ4MhwVjg7HhGPDceH4cEI4MZwUTg6nhFPDaeH0cEY4M5wVzg7nhHPDeeH8cEG4MFwULg6XhEvDZeHycEW4MlwVrg7XhGvDdeH6cEO4MdwUbg63hFvDbeH2cEe4M9wV7g73hHvDfeH+8EB4MDwUHg6PhEfDY+Hx8ER4MjwVng7PhGfDc+H58EJ4MbwUXg6vhFfDa+H18EZ4M7wV3g7vhHfDe+H98EH4MHwUPg6fhE/DZ+Hz8EX4MnwVvg7fhG/Dd+H78EP4MfwUfg6/hF/Db+H3MDj8Ef4Mf4W/wz/h3zAk/gPilQDpAAAAeNqt1Xl0FEUeB/DftwiRsMakZ3q6OxoCCEgADUc2HGHVLAtIQEBZlGPBhSh3VlQiIBIOQTCwLBGWQ9FlEYQVNioihxxyBAJJSBCIYkQCBqWqe3qmJ0NWOQKxMi9kn4b31vfcX72a96tfd/0x9anqIiJQA9mJ7qSwiJ5yuEEO7qANFEnNOPFw3pgbPJa34gm8I0/mKbwfH8iH8DQ+nqfzZ3kGf5nP5gt5Fl/Cl/FNfBvfwffwfTyX5/NLvJJXCRKNRJRQRRPRXLQQKSJbrBbrxHqxSWwWOWKr2CkOisMiTxSIz0SJOCPOC0s4IiiuiOvihsnMxmakGWW6zDizg9nd7G2mmhnmVHOGudEsNk+Zn5ul5iXTNivMy+ZNC1YDy2V5rLutWCvO6mIlWz2sgdbj1hPWcOsZa5w1x1pgZVurrfNWucUtv3XDG+aN9LbzTvLO8mZ7V3jXeo96871B71VvlR1pu2zVbmv3tZfYy+w19np7o51jf2Bvs7fbR+x8u9Auts/Zjn3TF+Xz+OJ9E3xTfZm+ub75vgW+Rb5s317fEd9xX4m/od/l7+of7B/iT/NP8E/2L/e/6d/n/8LvdyKdWCfeSXIGOIOcoc5IJ80Z64x30p0MZ6oz3clysgODAiMCswPzA1mBpYFVga8DlYGqiueD8cGOwZeCmdXVUu2WUgSP5HfzpryNVErkD/E+vL9UGsXH8UkhpWk8k8+rVdoYUvpEKh2spxQrmtUqrRJrQ0rv1SrtF7lS6Zg4IU5LpbMhpQqpdE3cENVmhHlnnVKy2UsqTalTOmmWhJS8P1FS65S61SkNq1Na+ouVFKkUL5UW30bpWEjprO37mdKcOqXdvkP1lMZLpWW3VRrijKintNTZHBgceCrwilRaIpVKA0GpNDnoCiYEp9coVVdWl8eExbhioqk2Yibeyoxzsp8wiowNRp5x2Mg1imVeYOTJ6ibjXWO98Y7M3jAyjeeMQkM1uhtJBkLzWhrxeql+Wi/Wi/QCPV8/qh/W9+u79J36Dtk+ItJz9C36Ov1t/S19lb5SXyEri/VFepa+UJ+pp+tP68P1oXp7PUFvp5NWql3SvtPKZTupfamd0Yq0Qq1A26vt0XZqO7TtWoY2RbYxWpo2kkjrpz2idda6ajGay3PBU+b5ylPiyfMc8OzyrPFM9Az19PT08HTzuD3Rqle9qJ5XT6rFapG6W11DpI5QB6mpai/1QTVZTVI7qc1lrbXauuY/uW+6/W7Tfca91v26O0uOZ7tnuqe5Z4Sepbi7uKPdzFXmynUddO0icuXIPs812pXqSnS5XeHKdcVRLiplNW8rhUqekqt8qnysbFXeV7bcWm3lNWW+/J2mdFNaKk2iQ/WoA1H7Qt+/2sCb+BAf44DMjuELfIULMiun2wRO1WXH6z07gEP0PwIb6lVW0v8l8OSvmBt3m1po5+IuuH5Wb1SXMYTXm1ZV2+uHRXa9WhldYB1YSk3KZv23zKazW+vUkO6hvhQub6dYakRNKIL6URw1pqbUjH5DzeleepT6UyalUwtqSa3oPmotb7V4akNtaSy1o/vl1/IBSqAB1J460F0URR2pEw2kxyiRokmhMTSOhtEoSqLR1Is00qk3vUrzaDmlkpv60Fb6kCooQA5V0mW6TtfoKl2hH+h7NEQYoqEgqmaNEAk3YnAPCBHohPZIQCKS0Ap/xWIswSL8DVlYiteQjYV4HQuwDK9iOebj75iHFXgFKzEXqzAHqzEbb2CW3JGZWIOZeAsv423MwD/wEtZiOv6JaViHqXgHL2I9MuTNPQXv4gVsxPPYhOfwL0zGe3gWm/EXbEE6/o1JyMFEvI8J+ADj5T4fh60Yi48wBtvwjNz1T2M70rADo7ETo7ALf8YneAq7MRJ7MAJ78Sfsw3B8imHYj6Fyjw/BQTyJQ3gCuRiMw/gjjmAQ8vA4juIxeX4GIh8DUID+KMSjOI5+KEJfFCMVJ9AHn+ERnERvnEIvnEZPlOAP+Bw95Kn7Pc4gBV/iYZTiIXkGH8RZ/A5fozvOIRll6Ibz6IoL+AZdUI7OuIhKfIvL+A6XEARHBQQCMOHAgh9e+GDjP/geP+AKruIarqMKN3AT1YwYGGMNWBhryMLZHawRi2AKi2ZRrBOLYx1ZU7knm7H2rDlLYPeyB1gLdj9rydqxVqwtu4+1Ya1ZPGvCEtlvWReWxDr/CDBkbvoAAHjaY9BiCGUoYGhgWMXIwNjA7MB4gMEBiwgQAACqHAeVeNpdj79Ow0AMxnMktIQnQDohnXUqQ5WInemGSyTUJSUM56WA1Eqk74CUhcUDz+JuGfNiCMwR/i62v8/6fL9zp/nJfHacpUcqKVacN+Gg1AsO6u2Z/fkhT+82ZWFM1XlW92XBagmia04X9U2waMjQ9ZZMbR4ftpwtYpfFjvDScNKGTuptAHaov8cd4lU8ksUjhBLfT/F9jEv6tSxWhtOLJqwD916z86gBTMVjE3j0GhB/yKQ/dWcT42w5ZdvATnOCRJ/KAvdEmoT7S49/9aCS/4b7bci/q0H1Tdz0FvSHYcGCsKGXZ9tQCRpg+Q6E/GTGAAEAAgAIAAr//wAPeNq8vQl4G9W1AHzvLBp5ky3LkmzZlj2WJXnfFFlxEtty7Cx2djtkkbMSSMhKyB4CZNiyEgIJa6FACaGFNPSVtTS0KKWFtpQ1hb7i15ZXSHld0pauiS1N/nPuzMiyHKDt//1/nNHcuXPvnTt3Ofs5QzjyOCHCLeI2whOJkIBVtnplq/w4/8vY89zz8R5x2+CBu4SZcJdQxUxMUJikEQupJKcIgVyeCNXfIiTnRZJFTH97kaQTHn7NLC1CuqGRykHZbk38mMl5MnyIiqLEiKJwdPduQomN/kY6Z6rFx6RRZxoNUYHwRyMxW8wW4Y9yX2Jp/lwkth66A8+HFsyEZMCFXbZ6sH1rwGomsbASC/NRRdDPfDQWhvJ/JX+VsqQskgmtc1Ia9cMD4DFSVnwm93QkPiM+I8I9HZ8Z4Z7hnomYnknJYIXg7U3EJA1KgyRENpO95AF4dp7Dnmeyi7zXJNlEvszkKfN5eK/N54esMb7gmOag1yY2hyCrqTnQ5AhAIYfTa6NtNDjG5w/5xTrqt/mlOuopM0l+yWahkldyWqg9z+GUnF43dfLOkJsGmppDzhDfRkNiiDa5OXuehfOU1XHBMW2crakNznVwbYF8N2f6J6WUf1j9Wb6rS73xK2m5afD/K+qNXa589WcPU55SNf4wrYS7dLdxl+6Gu7TyYXUfJwjcH+apn5Z0+NrfvsvZ4Myvzz/6drsvXKp+Ou8P2l2aPfouzZ4XOzJz/8rx41fun2mcQ8umVlZOXRbSz0L5v9eZePKLqL+AZ8ETE4/7w8iuJt8d1VVuTXK38BxXkjrGzol1rkDKhCsLNoRM5TQqW9Morlnpmgtu/pqYIpGYElNMyhARFHVK/EV+h9pBXyYcgf+sfhFpgrassBj8soWvplbZH4LlCRPnlNtoQLLwkuyHmbe20XYqu3mnmYRn3lSv5hbNXb2zIxyHncEp4Y6dq+cW0T/W3zQznF9W6MyMb84uuqG394aibO5QprOwLN8E/ehsHb90YjlHwmGOlE9cOr6186A5v7g8r3rWBmvsduuGWdV55cX5ZuwaIfB2kgJ7PRvfzQ7dslJvUEuYSZyocEjKBXh9CueBOIkN8F6eNHu9cRL3cgNshIgUhdYkkk+q4CpkxW0n87D2JFiMQgCGyoYX8IrN5eOpPY3CPh8kigg7/e8fv7UgvPXYa2ev46LxsNK65sqVLfPv3jrH9jV6w48VelDdyhFFhaJD8PqBFYf7levOvnZsa5gq8XA8zCs0vSC/fOPhry7auOl1epAeRDjAQ2+EMOxNQodBDOx7BaAVVchlJnhnyLHCnp0GZZwSzERQ9vOyXca0k7p5u8fYPR7YTqE6irsqwHaZyQsbKpC0wYQTf/jDvMvi73NVl13kquLvXzYPrmln/12rxylzDp5avfrUwTnKuNV39U+a0XrVbbNm3XZV64z4G5WTFgfHLJlUWTlpyZjg4kmV/Inf/37eZcplarVy2TxI8jd4dz74wuVYGRu5/IUHd3qbH16AtbGVBQ//E2sltQLw1YCAdlJAiomXNMLbYZ9x0cIfvgKeKymuYe1g67kJIRasTIBNkuKq9+SpJAYzn+epd1FFgBXFwyrQDo5cIJhHlQtRl8/ngkNkBWPKRRh7nlXHohxsBRXmIA5FVZg7VhQOxBIHyAFJgVVXCDPQyvooAPQSAHoJuGAAesG5Dq4tkO8WGHQWxF0fvXpsSzi85dirH+1KTq9+5cmDK0KhFbc98cpqI33wyVdoo3o73RRRm+ibkjK6lpa+cICVhXpP3KbX09sQVquH1EMR+gZ94xI91nsW0HvqT30DP0NWYlJ3Vid38zNexROhm9Tb4ZkSGVlnuIuf+SaDz0ToZro5ogZI0kqwET/pJEvJVuyzhhsCOq6QU65pk+Dmcu15HKxoT1l5HQd3c9u48tTZQNwSclp4xDX+kJvnlMI6T16ep65QP3NnUzLUKw9R08enbu3uvvXUx+rgoUPqoHFFxdt3nX3tsa3h8NbHXju7azj98XXd+7ctlTdX7rjrRP+iJ+/aUblZXrptn6AktXvJM69c8il6D84rWuOjH0qVip41HePm3LKoqWnRLXPGdazpqdAgpJdBSBNQNBr0t8petm8A/g8OqN6LDD5SQr2SMqioXjqgCMqQog5QL1JHhHwH6ncCdMwAGGuDefBaRa9o9TqtIlJXVgpnMYzQLw4wjYsC0AZYB3OoEtPC3w1e+/v3fifu+f2DQ3tPCDv1H2HniaG9CHkB6OKq5KB36YRUUmrz2AMF1GOVlPNA5oQBaUgIaSlsxzjiMIUoiXU87Yt3ni2FrhDIZ83Wmu+fuO2KUOiK2058f01y2oBX+llSRlfV0heU0ZW1tKAkNcDOOK4KIhxY4d1kMXmUnIB3cYvYVUlfmXU8vlAoCGcEfOOpb3ixS+xkxdI0BZjjCISQEsMmqJ+1aG1yQI51jM8jl5mgmps2B6x1fCsFyszCI1nmFvmA1VTmqaJ+kfhWb9q4IBSas8QfPnTkzs6uO44cCvuXzAmFFmzctNpXXF+W6x4zuaKsrGLy4mBwsZYa484tqy9Ww6mrWanedP1NO670pLtcnvL08OHJZTVV5txav8vnUgn8+GtzzVU1ZZMPh9PLPS5XetnKHTddv8mu5JTmwH9utWiX69pnNTXNHF+V5XDnms25bkdW1fiZTU2z2uvkPNOj6eUNLW6OYA8mdGFvsFddE7CHKnG3NJSn839P2WYXrhSz7KXVxeZCi6WowCa6yzO+lpmbaabcZppeWMQRBPQqKSpMp/FD1Ay3vpZR7hZtBUUWS6G5uLrUniUChriRAqpORwpEUnRIVU3qSQBW5njSDlBrio69PoeutXmsARh5D9D7QRFwuA0oeJhTm5864c/PRxcfu3by5GuPLTbOE7fMDwTmb5k4cev8pqb5W29S8J9AVNywClV2qZ9GaA5fT7Mj6p/7+2lOZGhVv/rniIkkN4LnOIHqE5ObA1oEtpoKrWGbtAoqq5/G3oHaNJuv74cmY0X90D6DKRp0LoD3HH5HwMdUlmQbLzsZiWm8q+zj/B5HrlP2e4D2hzUXCMkmTgo054YkYpAQalhV1DAlF0lYhW1PoyxNoxSSxvzFP13x0vKXwzdMjF8Mv2yvdDor7S+HOTrxhvDLy19aIRKDFEE8Dy9DFYb31QTIjdLdp0+rN0aVsBKG/0pUvfH0abo7qkEixg062SzqVAd7KZw5RnmIif3jCMhNwAQBuSUtk8fVFBTUjJMvhI2U6cNcy4WwJTfXYopacmME38NE8M5QoowQxdQjWGiIFf1QQTKU53gpbupn/CIHKFiSjsUWxxZH+Dgfj3A8/2hsSYRXY1wEX5CHdScobN2NH73S5C+4piRlV/CFX5Txxbgr9UwYdX0eRtas4w/gIJC3le08wx0iELcqGYQXBmpLgqkymYf+TMl5gZyP78DJm8JtOv1nbcVJF2HFtZDt+K6OEuoGftLEgGUNrePSGYELgC9g3EME4KQOpHB4xPjNjM7xIWZAHoYykhiQhb9O9JQxMOg2mabUzCn5nxJZLmlZcsW1865Xz6tDQ796ad/0ktaF40pm12p33TXBGnch5y/0uWpr6sZO8k9dPrOnobC4riVUn1Xod9XU1I+dVANl4z83CmdVB1qaG3N9hQ3TgoXdN/7X25+c+z3fKUNrc7DguIWtJTMPfPd/h6hIhWvn7bxycUtJWZl2d9LYuppal68w/vNC1la8tTAwvaHQl9vY3BKoztIy5RLOrxWur6lx+Quz6kMtdcWFDT0zl0/Z+Mc/fvLmU7unwCga2JPJRmyyRggA63cBGLxBRgYoJpgNHG+da6wl/SiNSGxxg+YKGhAMtoK+zWkwseGNe3ZjtQUSy89Eph9c044wRyUIfdrXHJweXnxs55QpO48t5oiRiof/pWLAgXlm7JxvgLH5O2d4FMw37uNZ/RfKGBAAVlgl0McdQDQhQ+EHDGmQFgFGapgkt0RTgDjyXWZS5nbZYn9advb65c8+eCPSYDc++OxyLT13VvZl2w8d3nNV22B0+7sP9vc/+O52/fwjpGsmF1XZ+JxZc5PraOnrzy7Lnrvl4OF9G7q5p5OqsTMHDCGPYiPGDyLkmqFTydbEkDMY5tUhlkEBUMythn0IWEcOsjmyBvJMbh4nk/cFuSiiU0ShGmLFVDzqcxmY0eUTSHjDXXN/R0kcSLPfzb1rQ1iRBGfb+vnc3Pnr25yCxBGsJChG9SGWYhyXoOBvLKrew+rBP2yLrgkdOLx3dTi8eu/h/WMBFmbQB6RB01mcEmC/5Voq81QaPG/9Cf8EQtTY/J9IfxLC8X7uynCYuzLeT9j61mgqFFkA72yljM41AZELbJ+Csi46ED8+CMMVVzSJW580KJ0kaQzeIrNNQ8IM/mSsL8Lbzg9Kpti5iARX7FrhbRGoYyJ9AMxYHRhBCpydk8L0nx+E27E+/mQkdk4yoaTuXIQ/yS6TZXshuHAILprKplDk4K0eK4NDOlvGAf0WEq2P07zXNozkCXr2f3+X+kd4363f2TM1mQhd/tSnd5ZJH9S+rA6pr3x9JAdxGzX/9uUuRSW0cuwTZ/52YzIJew91fPzVil1EW09sDHOAA5cRXhucN1tOwHobKx+5bwmgBSUzD5xav/7UgZnIZ49bdai399CqcQIZAhYAGQlBodvWfff23t7bv7tOPUC3zTm8rq1t3eE5anpMSdp3hbDzcHQ+k4srD1ET7jeBNudqNL4gCeQQFT8+tae7ew+MzxCMz5BxRcVDj9Hq64Zy1m5k8hle1hPXPaa+d52ZXLKG3tp5ZeNa4c/Xqe89pgtrgtfRaj29cS1JooDSoN+E2mCFUrkQ6B+YMpzLDCprpA4V950Htkg5H9/H5/z5z3xO/JBvesWqH65U048cUdNX/nBVxXQfPcS7Yr+hf1DzeBf9DaK92KLr/n7djAdn0jNq7cwHZ8AFbWJcsQa/LSSflJEa0qzPT1BucjgB98GGLjNJVkxZKeZZ6yiSZXW8BxaX7LEiZJZkZK6A31MWHJs06dgCFG9MvqV5/E2dFBg3SjpvGt98y+SLsMd4X+nEKbPqVEUxKVCobtaUiaW8D9AFXjfDP6W+dsglyyLMtSwLv6mtHyQl9bIVr61yfYkmW2PcJ8/wvy591A4mfQSUg+iHHQq0C0+FFZM8wgxXWXVcZdTBM8NbJGkFYUnLcFlNGk6NKpyi9kVoH98HuzRRnXrpUxH1Kb43EuuFZ/IE6C8pzmRrhLINSf1pHAyrNWClyIQq8cUR7lFxQXwJPR5XFO4YEGIAA4/Hl0S4Y8Kx+GIFntPPPYovriRmC2ERNKW3A6Q+tjTYz5oQj6v9EmtjsJ9VFo8z2NQH+/CkNMjgjES1nlAJ4YkBWoQZw1AKYZZWyySdZOuSaAoHfKCE72zAMCFrGEwh0NJoNGI6J+HGzwKaHuAtsiQIPoETDyTpFmC4lP5+INQHoKMDAwPiEfWPNDeinlPPRWiu+scIbAObyPgICrAg1i/0qAMq4WwjS0Sw1qWkPOtHS3lS6dp/XcrjcBoqiDb6L8h4HvhPZDwH/rloWc8rGze+0rNs0T9H08eUpOZw/6F0h1OuWXVZXyTSd9mqazSpjMZ14kp1EQ+uMCeiIkkGRMakwVTC9eK3emwhXAhOawDmbOub/ep99Kr+N+lBHs7qg5EfqVvpwTfjr/woQlfAjTcU5Q0oot4HKYG80U+vwkxaAVlfjvxIeYN+FwpeAbffVLcO/X24NW02t0sXpf3EDrMZBCqqE2UaPJNA+Nt4JpGQjGsE4XjJiHi/pjnSV53sxVVHTfsjB5c1Ni47GInMuX5ebe286+c817680+PpXN7ev27r1nXPTZ05c2qkedy4ZvVubVHC8uzHZUm90v7Iu5/8c/fuf37yLlT/ztu/2rTpV29/Bxo4+uhTCxaefPQoNEFd999PXdDMSytXvgQNHZox41Az/bO2dI/julUHCMfhSBMmoxKRSrBZKaaGgP/6iqQwnUn64B+4A4TS44QXEXoA9+aVmL5PjEdiHK9GYkv4R3UuDvk5QjmANKZ+vSzbWv5k9m4xf4w/FonxMT7CJAwGhvSRJqBNZwFNvoZsBfhy8LPxJa3j/W7eScf4ZW2Q5WaKoiHZLeqKOlnTyNE8p4y8UDMw5SgWluQ6UURlThsPs+eEZmgbH5ItPOLaz9wh/Au+dbd8aW75uNrSTPqYV73bDP/oWm9MabxsakuN2xyfaXbXtEy9jD5iTkszx8vY75+8dC0WVO/28kZB7mmtoPrk3C/dss5HZ2SW1o5TS4eb5ym7oT6DNwCPf85+iitzDm9bVNy0cfu1E1Tl1l3h3R0du8O74mLzgqs3rfH712y6ekEzp2jZ2i8liWLcUHKxxuJF2w7PmXDt9o1DK5JaHc5OovKaU+elhqKomUvI2z0MDzN0AHOVOrJfV19Rh16u3VXx1Y+p455kYHDj3848GaKVwNJ0Rn9Lzalvv+E1mvd42Z2fPrU8GY5M3fOdrQpH1D/u+v7+HoYvVwJeIrCWlpKrmOTAVEx17s6EzJuJ8XmtdEybieogFQogD9GmSyE1ds7kpoyvoDqAsfLRtrsf+srdNy4PIc1/kYydXGGV+AwX8gyuDF6yVkwee5GxFKHlN979lYfu5m9YcPjZF0+2t5988dnDC3wuSuRiSRzmPESpWKbAb8TPRNSj6tHIGei3paSxa8HVe2czjkJunjR1UrOsn7CiMnvv1Qu6Gkss8ejcm6+YVJOXVzPpipvnAtNR29phN/gRe0drrc8VPwfN0vWRd7njwECICV2nl7QwLnCSBsH+DV0aCvKsMpNwyNzHHat7KhLCX6WiZ3VHd59x2Rc/k6pCQx0sr+jH6/Ly7fu7Dalx9/7ty+Xmx/qN6/7HLqaoz+h0oNFQ1aho+IFIr0qvAmYtIdVk+Wj5EM863hwCDlfUxMWIKinKU/ySh6J6HuhtBiCAesRbdkApAKg0GYtTWwghMVVC+RGKFesjfnWSq5Cb5ipElhsuuefl9s5ZTWUle56nDldTYahRtbqyzGpefk1NfWHLujr6UTT+w321XIt6Q+3kb63wz/DRXSa7LyTzSqroUg2juLLQRU/5I7/yR+qRsy90cd1yyGc37aUOc5aL/qkxVNjkUu3puZmSXKoWP386/lrtPm4sval2ck9WJt1VUtY4q6tdNrhGxKXVTJqJu9YzhvOVM0rCw3gzJosfJklS5lxs2jdwf6+y9U31k8fWvnri4IpmZe6XBvbOvG5+/RVP/fbWW3/71BX183fFbpxz8Ntr1nwb1aHamZ9R/8Qv1fOHH6MFb25tXnHwxKtr76DS/3ytsWrH0a8uwGpYfcHjR3Zyacn14Ay7eA/0+lbYxZ3kekxTmBNErppIrM40LA5zMr0CEkUmZ4o4bJQwDLN0WVga1ThSaiL+7qKSeTOb3UVNfQvXTlv/yccffO+x7ROLgjMDRd0VcNMeHBusKnD5a/0ub9uc+fOntWTZi+3lvsqmVrm1t7Otyl7a2Dq+Icvu80KWv6K7SC0rcrPy2g23vbKjxtl+9X3PvPqTH6sXuF4VhRvxk9xZd1Fp99zFTRVTiwMzmwu7djz+g4GPPlo7be2CvqYit7vIXjcmNCFc5m9rrPR57ZnByXPnzZ3anGVnbccfcNaEK+3FWY3jJzSVsqySIvqLoh5/RWtTpddrz2oY39pYaq9s7+xtXfaTN1795r3rW/mTXJ9G0T9FmL4JqfDaEaMsXmKU3ZzTEDr+e8NMGUvgpLI46O/BkRxTVeAuCvQuXDdt/W8+/uCVx7Z1FgZnjoFONy2e21OiD1vSMHu9bJj7JrZX4jCPa0weZk9RychhDtc4266+7+nXfvJj+nXkX/oi8afocRxne31g7HgYyp4ifaS//8FHH62Zvm5BX6DI3TxzXgl04d8bZ1gbMM6+4XFu6+ydsOyNN1/95j0bWnmNUeqNxE8a2jDcg7lAy9YyvT+zfpKNbSej2Dgoj2lGYGShDrvNyiykGFtlBY42hip7YsBDVEHywEtyQlZRg3ds0M7B49Ayy8SMABj9ZlISugcg+RSloKUlWJE/ZkbEO8jsA9AcYBBhMUEqDe1MoH/twGFdSVaTXeSwBlOd0BcGVn1+mF3oEK4NqkHZUJvU2MZD/3mTXR7jA4IqRXJIDbCrLyFmvYI1EOpSTcqSUkVUKqaHG7PoWg/KLhceb2/vuki62tuPL0Q5pkcsD3ZMbGsozm5o76nsWdrikngKTK2rZWnsQELZo53pTciU+Cdlqb8KbGiRly6dlcteWsmdtXSp3LIhoP4qa5KfsTHhlKpmUlDX7huKrlqPD2VPp1E1zHqD3Vq/yrL+4dM/OHXHAm97TUHDnNWbNjc2bt60ek7DBZLUDDubmCKiwRd7qLDY5mkqAWYXJk69UNLksRUX8pf7GrCbg6PqIeTuA9r8pNRPMoHnIIzb0SxCJD8F9p8lBQK8bl8cXiyu9EVMtSiMoUANSf2x3khvbADlr7wXlmEf78W0lpMkfxAZFWBFHlyEqZZM+AdI0ufHGf9Mqo6GmkPN5YEmp8PpgNW0PqKuFxpmz555++0vRN966tGHbr5pcf0kxyVIvJv+duYJjcSzVjiW3HALrTv2VvSF22+HlTugHonQI1z/NdG3WNbM2S2hK6/cP+meOWV3/uWpZck0X/ee72xhNF9pa/H1/UsuxwczHo1q9lJWGDGU71UaEiSDqiumlTQoUztFG6ogbjqmsYFfFJpwjMXl2JTFsX0YVdhakI96Lh6uMAetyESSYLkVGPwX1dM7dtD2F+G1oAj3ovoyXHbEp5AREkBmmyIncTGBJCqaT7FZ4ZmFpEBuRwmeTvmbDo2kpC/Nt5/dBV2+ZHm9rdFafiMdg9eNA7QSdMkWAWiwkxwiX0mhFFFRcCnC8TMJSYkJ8GDjN38BgZkKQlLuS+NqewJFikFS9nVfigY17ipFgZ5a2WtATa/cO6b5ieXLn2ge05uUe+H4KBsVkky2QkEumFpEnF3QPX/FGKNc/2PNl6RnjftjVszvLvAsajSuGxd5amfNXrRo9qzaEbmHUsQ2sbOj7NBSFZtMF6CwucoGDrqK1AHn00zGkTZc+8M6Xtnq9Fg1MzIE44Zqi5FBqCfR/4bFl/jECxcC/Z0VEqxqtA0bJDa5psAk4ZNVtglgrScOBD0cyt+BSEczR+xtRWd/QNh7kSjxMGpF+OjQhYIa2YbdB+IjxtT7WO3meJzerNH1bK9YSB7sF9RUw9Khok3HIEC3O9M4r8a0J5aEmTQ1DA7E9z4kehuumzjp2v7ghclr7vcILerAUAPtTq8N99aJakFduV1umVbta2mEd/jmxOugzkPcTqjTFOy/dmib5/41wjjqHczoresN16bzvy6oaWzxVU9rke3ldQWGbQ70bTKJkA3/4n7AdY4rf+Si/6JFbrpixKq+9CLX2KRm37ZpSUzX0JlRKzd1AYnTRqzUz1q52oOnbfON4MpiF1ObE0iqneMwbvFoGg/DhgkoRM2KMaRTiqnmImI4RTkY+5MNll2S8jBFvQgzP0IPGfuzDdapjbcm9JRDJFWtyLAESVjVYh87dSwRkp2i7JclZnP5+ZYtyTaZDHN4Fe55IKtVrxJ/XlG9yOuuOXVw9uyDp9YY5xRbq/hh3UBT0iwE8B+aJydXwXNslH0Vn2StSckZelyq1azwmaQijZrORIbOxM9E6Bn+jKk2MvQuVxdR6/h3kdIzdIglOiUaJC1Qz5MEKDzBEeiSYzDBMApB0aV+AFRAUUOMSTIA4+CmpgwrciTGoAAPZKrPJaCAA16P6odJGQwbcgoxqozAo4MMTEQFaEA7GO1s6BlyiYv4Ezazfqa20+FVAE2aqUYxO9EtQpYYoLxw9izrF2sOEbjCyCMYaOVLK9EkSGIo/4LyG/FLDOujYSzaGjGrFiSmBx94AOFbslS6ULeB+mL7vIDVYw/YPXz01r+//43ru7qu/8b7f781Ob3pvRfvWzdhwrr7Xnxv0+afGumfBnAxmMno8lr6AmGlNifX1tIie0XCIdkhGlqjolOwKTNhqaDzB5fzIryKhTl8ZP6toZExaNBPtCki+FDN2QPoz4SutBBWi6EpTYJwmsrUqetJBWX8qtt6e29bNV4xFKZKko5UwTtYAm9gARUYFoXxHjqlgXLnNJLFaDeURNtDVFd1Uf3gGaZZ9qOhnxlaL7TrENljUKFHr/zxlTBhaLmOG4mtIWYjhfouncPhE5aeTvZeniS7tk4yC/VSNBiwG4ecdJa/4Fqz19YutLQd9pKdCf210YX/qvFf+Kw0jNV55NgEXKUXobuAPoG1u8i0iALiS4KWX7hCLmpQ4xIpE9M6sktk9CAxiNZUqAsLm4lpIlDGzWQCDEyTmzaFAL26YQ2Umaqo36sZaAKURjxbhyYiiK9CXhPCPWA7mpw0vcxbmiaZ0sr8nowMf5UvLS6mt8xdPQ4FVyb1vK3UXWrLLCmTM/mwJ9xUZlL38LDbhaugT4Lp7yKhlKNhCv+GFMrta7l8cgWK1YqK6wWTSeTxhhrNrx7n6cy1IqTgL6qn4S3U76HeT8ctqTMImAYRC3rsABfDEA2uavQX4JGsQeWLExgnmJx6GnImw2+bEGVoZiiMJ/Rxeuv5/ucO4rgxmDULrihcNkae61fH60A77MJqiG2gmk/64CI5+Fz/8+o3AXZARUzTWYqyNfJ8v/r+MLRGaMYx3GMBWBYmXYbk0qBynM3BMT7GM0shGpB0IKfZukjWYfhml5jzFFtn0tiq7uYSd1E8oO5dwr1RPLXfXllicaXHp5ftVbuBIfEyCldkAJGJCfq9PJJduDpwewiKO9hd5e+BFpbQndxPiosu2N0l/jRoYW8ZrVGOCwMGkIYFyjE6b6i/n8NlhaCSYzgf7UVtphjMjc+AjPAaftqW4AsM5lEUwsueflBZ1LR6eexUhO+aNa//wbe3rjt+241TmM4YuL7V2w9KsaZFyoNPL9t/cXnspQg/adZbG7e+/WB/x9p9U5lwZezqxTNCJSQh19b0rAEmw4DnZ1KH00IzKWonfP42WkNpEv5GcgtdtTTVkIVSRqP5mS7Jm6KjFcg9tIiKn1x++SfqkPrxPfeoH6tD/7d8+f9RkRZxjlTsPNS45Kc7a+vra3f+VLh750+XaFdqfQrdbiIz97+0fsMp9G06tWH9S/tnqiSFQpjVf28gfO/MmfeGA/eqSuDefuP6ytGWiOYEHE2FcKSADoNQyvxL7LKIgnzGA8t2nWgn2pky83htWeBZs00HwMtMTofTig6JEN7okkTEjTj+y0bKmQUTpwuaff6E+VaTk4mOdImzYzy1snVvZ6L5JH7PzeVZoL/adhXr9gw8eJmy8x31tw8/rP72nZ3KZQ8O7LluXsOiqTVITrgLa7fsOTqDiaQXXB8TfK4w7jtaO/kbSwwRc9u2dYvKs60SL1CNJ5ke+OqAOnjnw9T5zk7W8p3UNPDVQOc1OVXTxlOmhklru3xSOZNWf/XoTjoNWmSmXvFo20RDal08dlaTc+5Vm9YtKmZbfZhaMPAaSWOOaQiJrIAk+CgfRSeAeLb469hbDN2fV0yXD7oFEtcG1YB2I+Y0nxSRUqDcCHPisoYSR8jqtNqcIauHZQRDVmaUkcYF0zjAzwD+UXeiTVs4jJjogqKISArFoyrzu4TpPasO4KRzUSUWpVG4w0eVoSgV2pVYB98eDse0jKiiRiXAxNQbP02VWPvz/MuwIn5jrAJdar///wt5Mq+ZvaShYdr/3yLl0yMtPJhdyL8sWm4NVPq8eZnBKX3z5075z0TLb77x6tP3rG/lz43sAjM80S3bFGYbk8XsezRZoUe3SEJZIdqsINjnlTjb1CIcEtLqcJgZqcRoZGJoBhCoCMxqRqP+bLIudUQbKaHfS73qAAKOmCIODHrNbEVc6BeZE5om+dKkcdWkiVyXbHWOkyvyEkCjBBnZzIRD7EcMUGvIFqIIECzUwcTNtJkJjC915QvqoMOq82uYznMagERizAZyf0f+vko9rf75wAWeMS6YXVja2F9Y29g0z1U7eP93VdeDXzkkNvtcZYWiIBaWeQsFs1DoveSVhtGtxRVOb6CmushdZaf3zf3hdhQYi8w4VFWQ21y/irbto/ZBsTmmcGcNtkd9Lr2uqqC+qiBKz8abH1RfnkI7ocGWiS2++qm9U+tTUj4XpxmVnnP63daKhooqt9uuXjV3IQqjkySM6FXIJJ5lFt5hZ8CeaRQYpGAusWN8aL7n5kx2M9l8ZJ4nTboI8w2kZZpn3pHNsBhQwskhp+AMdw2+2xV2CjitXZvvP/F0n8pYur6nT9y/uUvDAUMk/hYQSd9ceOLRe7om3fPIiYhmW81ggGYPL+tmuLBs0J8KbUo0s9qYohHwnObjoTDFMPIDFibNKkvAPDuzQUTSQcdXeKDpmz9kY7+awmP4OB+l7i71oae7NuhnZt43fNBb9HzuiJ5Ism1IZ/a4hsGjmcRTDBxFoqYYMyLlIxAb2y1I+chMh8Mx3bKkwzC0rkYLAhmo++NTbrzt+DokZebN4rsisVPLV2uEztyD21dfecVYeJqJTN23tgOJoo1vzWIk0vKL+zWSqSQ0Y/HqsUgm6VaETA9eTibCk5l2W/MOQKO2hDrb0GbTVJ237kgFVaRXdQW2emtWpqtxco16w7C++rkVvdN0dTW9PaHaLmCq7bV13FdKy6Ss3HT6e1ejmMe01OqtvtkVHWuWXFZDb0pSTBck9NLx8UyHXdSY0GHHl9atHVtYX1tTQP9gzmLQg9NwH1J1/4qvUZMA9By8vMdgwD1A2THzk1m3rZ4wYfVts2YfxPPB2YYflXE+TF2Dr4crqpSpu7/+2gfr1n3w2td3T1WqKsKvD1KXSJKrYlNxJbkyngVlyoHXb+n75qJtbz65Z1FDw6I9T765bdE3+255/cAU4KPZsma8ZyMh3oDdY9PkBqZi6oFXMSXLzQUeEfSso8qaaZU1UxctA8pG0c+GNb9SOW2NchQJBpaYNXffNcsiC6/YMjUaheTSSASShvW/1hD0AWhiUy3rQyaz7A4aVpfUhCapJyNqraLWRrj1ZiA9YrUR+v7gfPEJtSrCbYI6hrU6etkDVVJIeeoFnELljF//WvrThSuEqUP1wjtD36IPcMfR2CRMH4j10AeIkLA50XZznma/atMpUcOYjxmsIt5QlfgvaKv6SuRRtZ8ef9SEsoMkqxEurr4CN48px76oZWrXDQaTmr5I1P5HI+ortDUyumWiHIvQVrh17HNpaWuySEL3w8fDiyMKR6pggteoZRSOM9QqDYsnEIAinRdnUg1NIatDqCSYrssnvRq7eimPDTF1I8jD0TWkc4xF/UzHjfhHKRLVF1DwpXVlfYrsNUU2e8Ml/DVYPYSlw1jATHI1++AgLDUPo1WZgNWEIg51bD/94XGgREUUcYgKukgdZ5lxHBeGFFDVRok0bGXNvHRtOk3D63gFrxUTM7GOM40CO9gJDa95PSPpHrPo9OpyYGzVAdiTaN5bXisv2Z2ihjWTPIpFJhGkmlwFVYGpLsb8+R2cskOJb6SnOzZ2TGFC0NFex6hK5HX7et12Gr0zBBQPnP9FRCqLDZiRFPOe/2VE8mhSG5s0YDpH3KSK+bdbeMlCJZPgQackgPGhNj7kRzNLEbIBuAebBNxbdTya67t5p990dvdHrz8/p6zL9zX1qrM3//7dU3M9UyrmPPPKO+uPRmid+m4k9q6j0tnz1ee/t/IsvU9oYHlHN5z5/nNzIH/qI984dfkRURHar/7SYn+P5/4nldarv7yscnr51C29tfzRiHpGPRNpzG/M71o/vUI5oeazjKN8Xd+2HsiduGZ6FX+UJFGpdiKTugRNCCtZk0DjRCLND6OOmAmIfmvAxETEtqKyIpumK4ehZFeA7JU0qzM722lNgzbxZqy0pL6yItBRq5ZiJeSp6Ie1HYGKyvoS/sPBD/PL3cVWa7G7PF8txQ2uSwUzRsiSyOdJ8pI5aTxMnyuvo0Tb/1SHA5pHQKpcDuZaYZJKpn4dTv+nPQxoIT704/N7yCnDEsjP7V3SAQv1ESi9ke2ddNJLXkKqycPLvIfaMlCY4h8Tag6g/eQYn7/JqTszcnnFVG5qDjU5HXYLRZtLZx6zNjAx8xKgRuQ8RxEHWdW0zCc6oATcRR8Pk8Pp0JhIZpXAJDWBpuZWig4hZX5fKwVcrz2Q3UOV2/At/Q6G89FkbegYTiU76wt3kF528DJVuQzOH959N91FKceZxaq+KqABzZO6TFkmjuMprYAcycTDTShgFsXyCpmHJI39kpVfmSEIUzFRMbNCfZnCrVy7JTAulGNyibyZk2yWsq6y/AL1dMXsCrPAUc4kQoq2c1R0VDk84VL1J/AAuMOZBXz21pyiDLPb7cwyW1yZY1a30A5oWBIUzeEWZQRoksJ/OGnfJNEEzZV2lZqoYDZlmkS7027K4igvilavdVx5dzk8H3rKZzSGAhbR7a/xFnCc6bxZXCaYoeaEnRMKmrLTM0QKPJlLdNU6BT7b9V1owCQu49OgKucKujiBKxhbzDKXsmpp+aWyOT1DkBzp1XO8GagtMDi+fSzqVDauCViAYhqHLCiVKQI4QI+rY/fG7qVdQs9gPwD8gaEedUDap5LB86K5iz6rTldfgj1wnIFKIRHHSoP9lhROAFZcMuF/8SKGWlA0KwzkcxHc8Iz+UqQBUg+YdH7Cal8jJJsBaiZfAzg1RAwpeFVO1VbuC/R3+g09aHe7+g/1n6WB8jwjxzdxYYBOVE+Oo8vp8nHqSXXcF3kgc4SrnLwoYChUp1wrc7b4n6wNEzrLjbxA/6QqntvDPf6N+ATu+9+IR4YGv9hLmXIGBdph2AQMy+ESPDlzk0RFH3Ol1N/TaqimrSZi0J+GiZLBRDNtpHGRsHtShsLDbqyGZdNQwuFSCA8xGZqYyBlKlBKiyTZzZph3K0A/XQMl04At4PcmRciRWCgbvh8gnPf4caDlACHH+1GOCeQkQDZhYMhLgThA/vX4AFq9cejDg1oyBXGJpLD1ymBqAWtSYJTMRSb7xKWlsquEH70CNHQ2yuCoFSNC4Sq3I3ct06ZmfS0NOwszMtRMisMe9KYQmP8X9+mgW/hJ085rNy0M4nJJSNcHdPoURu9Vp5zJ16vt9HRsCnRCNdMdQCKZnC2Xz2C2Lcb06mSrPmIJHVe9odUWcZx0llSzSxhh7SsBsEy1P0D/UY3BV8XaLbcenb7ndydXKJNvemFTaGF7mSHxLGtfGLr+JxOHfpMqANdpL4wq1LasQ15x8nd7dnz4nTuqPEs3Xj/REMNOvH7jUk/dyS18qtAbev9X3efXDOOcA0Sa4eolG6JTQgMRNaAGIjSgacIGWQZ9I6K+IZkuGDT0sOa4UbNyk41lzYYlAERT6mDwzkDqvpegOVRYrj11YLaK2mtyW3bHkh1Txi3qKDN09GXhRS1TdiwOZ98WJ6NCqlwgqPOcfeDUWpTDkmkHty0pKVu6Wek0tPyduzctKytdvO3gdI6MjqUyzAuUkTCZm9gHwdGsQFqSssWuW8AHjCBSI9lnFOsglu95dO5oxiAnmyuJz3QUJZP4y09NW0iZSmww1duMAg2MN97yV4xmFQJXNMRruKdbNrcmMwsT2y6yx5tGuZAxGlFh88/rEB+InJCHBpDACMkUZkD5+V6ueg9XvffJ+J5qrlz9I6NVkPwHPo4PIsRbS4j4IJNfEqwJWHZPfN5e7oSm3yY6V67oUrNkqBgYhnmIa0yKYeWuGCt/iAEFM2xlw4odaXtjZQvKeea5ruBbwOpzAM3WkBxHxGpEC/Aam66aDkcTsQqPrPjGzdOm3fyNFbEP+dJ5913T0XHNfWp61LC6idKEeRoQAmEsiBUkAsXmYfGwYY0zlDAYVolOe7N15CVNLKZGEtmtaRg9uje00EoD1gT9neClJZJEhItsFTCLFZY7TIkDt5vgs/lHUuhxBuYAsgBpbNDlH8ZHkOViEis+bBEmwx6eM+zpYZJ4WP7Y75BuG4baBEmUbcwp0gN8Msbwo2USNcyVAfTJOsq3MRdibxsdD2WAhmDEZEBibyTwT2Z1VcaqaYbLRqfmBgswlImUkZmZztFm1beQy82gIlW/XTjFd5C/LF7qsqnf0ktl5+by6o+HG+HfU9djsdiJE/QDvSKPI+DKsKerxN/AE3yEjYVVkWua6rxmha7MyOag9WIVBxaaZnfT2no6M/PK6rEiBxXjZGphMYoN1C9B8QSNw+IkaNYal4rwwjAmrOiECWEskdKsbeLM7kWbpAuJe5olDeNwFZKViMjw2ZYUhKZISazAnIiGlcRnpWFFDbJAgrrVBtNWwSPjJDWR8G82JYQo6ihDiERCs3q6IL0gOUf0mWgcXMBqnL0wPU5ANJzWZpzJZBShj36sPq4W3U4f3KOuwAAJhsnJoDKcvndw3hbxyclDVTXC+wYdzKTJNvQ4NvhGnWSxI3ei0S4AhoGkZzYDGCAG2qQksCLIP4dOxiKTFFxkmBjNQlDT8npgZRNau8RJsocxxshBv8lVKBugkm5cf2l0T0eZ3KYKVpnbFOIP77DrlGgvDDgX/mrHZ5ICPTfHHktFXkI0OQoJnnXXKbTPn5HwnuKftHqds/s+h1BwXcaVpprPNaZGOYkTzWmKeUzdkfCcSsagGSRIukfGn0UvUA+jj4TRdsujvaHMCflYPGfpsRvmWm9ybvnqW5sWPHb71r46ZcpNL2y8ZrdBFchtC+NjDamxIUWmCTHZRcK9Wb7t/heu2PjSvul1fVtvf2zBjl++dKSq58N9BmUw8YaNS+nhZOEzNMMi73qlc6ZzWuRdFgcAiK6jEc4m2iKDR6mX2xCJ/1HMjQweIYZ9sEm5hDQTiSm2/2RmxeRN8FZaHipLoOJ5wk4YF0FPItGl6ZKHDQFUfbfZE/hb+BxbKyOG2DTN5ioNpwT1i3qPkg/5EkdqmYB+JNcX+jkvQhGmpUz8U0f+T/4X105A/g70M2MIb7xfAyTJx/A/Icmqkep3YkklNc8abeXlETcZB1ToNLpY96zR8BLurTGeNupsYhn+NvrZLs/Ur21LP0bIczKrLG2xYlgOTvPXsPAe+NFQHu79UD11NIf8IR8U9rfrdRCvOy2cT/LDHQAWwZAGMSToVwCy/LqOPsS4GcGOoT6ckl0K+ctMbir5ndCJRtgcgSam50J4IznRVCybMv4xhOWboQHJ76b16KstQQ2nj20jIcTc5X1+p/6UPIcdCW+kYSUHdAJhkd9h8js0cPXnrFK5JMtsNVuLCpzp6TlmSfLdWVlmKcrOyxHT6W2HqPjRS7f29Nz60kdawBPjior8XijFSdl2RytvErj4xE0fvHK8LStfMvHpBflU5KjgarGbslwFLksOb5Et6T5/MSfmZKdnOM1cNl9eYMn2BZz8xOyiyVMnF5dO8WfIbrspt6a+0ZmTbT2ZESgeu/hHV81/8uEjba5ip8uRw8ku0W5yy4683PL02poyZ1llWf64vPp8YZEkChLP8TSLk9KktHQTb7GWlvC8ZWxFtd3qLZezTMVl7nFFaQ4xK7/CV+Esm015vry0e2pngTRx59fXiuasrLziUqc5PdsEs5IG+H18tVhaLktWjncW2Pnc9qnTJvjLBGdta1leSaW9ihO59PR8d2bzOuFQWqZFpFyGJcMM3UirtYiSYBb5Jy41aof0EY2/56jMSzNb0qyW9GVmng5eNm7t/UvdbXJ5bWlhWYNPync5JT4nR+Qz0iVOEjItefkZvCk9PdOcxrtFjreFx4z1ekoyZ3NiWobk6yoRsu0ui604m3LpZeMKmouK0tPqGso6lrQWlhRmOup7eIvJWuwsEmwFRZnZuZmSOSvdZi3OsJYX8R5qMpvhIXxmRhpv4jkhp6TIWmr1VQjoO5NlqS2ttGU4Kp2mHEdVbVpuLWcBItZW7LWtvfb/fvLEOHtVVbW9dMqUye3BPMniKizKSXemif7itMwMDibGTLNycvh8b2Og0VYeCJW57Hn1lUWlXIZgaxpTn22xMEp0ONKoU48dZDDYKN1C4pmFozISqcoBYQChEdHN6LSEEZNUVHTtAMdEDYzgMhKGLtQ0Is6MoelixBBVkAxJVWqRf6GmphobXXPYir8W6G5dZqaZ5RgEdXNoWLvNOamTZ2jSn8b5EvpvDV4xR2yAGwdc1aVWTWfprHfGPmjY1YneGk0NvE8QtPzm/rm9teq2lUx2lK/ep/6GrurqxotMc+yJ4lJ57PSqqunF/AJ5olRe2zu3v1nTcAoCNIeOHJM6d0Fz0LyWby2tdkFz6kokErq71Pupi16VjxeeiXLsa8XY2li5tJifb8406CkWKQbl7R4m49GjMKPFHBqa6wgIpe4eTeYe9GgCIKQpJJi+Id1XjGOGNQrypMwWWRNKxpmrjET0saaGuF3RjSnxjHomDHtJqJIsCSsnY8kMsgRjbOUmm52H0L7CLtubBCdatpaz6COG5V1erkOgSfSdADwPmynZakSfX7X3iBY6SgsBFVx+4MkfbgDqBPp1kErXvB2JnRm2jmN2dzvfgekuMRhjpF2OLVSYw4NK1n774Gwg3EyZ+9TvnNZa1Fq/+t1vP7yrN2c/vGDvnLcjF05iKw+ntMwrGlN98re3Ik01tw7VbEgKcWTOwZeA2jwwm5gZb214cCRTF9pseQyFHa5zzWaWN7xp4bDhGaWDKCnGVU+Zt4JGylD9zGIqwQwwGh8TYkImqCZSmtJWu06iMkWADq1GhCLbvxjRRzwTidvUoxFqi/4HoXrEk1Ab3TDPCb/5z0LwsKCiJGG5k6/LmezGODIBp+Yyj2PD1EJEMyjjFQ5oLDQlHBAwYgzyTipTd7PY4gOcVyOmBi7xjIRCmIU9x5hMTibhhw1ygYhRZShsPEUgnLc/DiAS5iIM+fpj8BEChmzCmwoL6H8e9ks/i3jPLJC0vzQ9IbzG3TVE1F9CvXZO4d4a+iXwvWfgaha0dZqFsmcu1OfhgWgQF7+k54d3hOTNMtp7E0WVn+v5keTtkezH8TSjIj/L8UMiyc4eyZXjbB4UXIhAdqOtv8C+GCAHMRyawChzSveSAvET6RM9Lg+aUYobYgX8JztjR/gNOyHBkrEjOwnlCkiBaadeVouPxR3ZyW+Am/wnsYICSEKVWEGsgGEZTUujS2yNyIFpNIFqYq/Tqh61hz7fo74/FNQsEKFX6ns99Dn6XI/6npqs96TkNywu0Xomm0MrUpoiVtciE0ILv+vvX4aAyOAX4/30SCR+hquNqBtEZVl//++UEcI7dX2Eq8W765N8T0Rdx2B4ugR1yGHX03pkMw2umJgb+aCiaCoGBPKMlzBsPwTm58HQN9o44E1mVYHQQlB0+w+cJoHcIl0nxfRVtfxf8SditkNM1qXZDgkjfG756C1/e+8pXDJPvfe3W5LTm9//9n3rJ0xYf9+339+clA4oCnN+Z2aGCvtNaHWa5m+VYqNb0tIXyKi29DS9RRHCyNhPWDh1/PjOqnCYJSZWG3oezbudSXmZVUcJqWF+gnbZQFKAX63G3oJZSOiimJBURpE87HvD9gpAtMY76yy4Mc+aF/dFwvRqimGtBQtMK6fVQXOOxMIhF8mwziydGJYKmcwGEaXENSRIJgIGns885hAUotMZkAIBv+ZGS5mR7LCwvZraAd00oU8HJIdzrQnjNeC4mYeY3SMpaJGtCAP0OKyZ48eHgKRTmVXMIKQY8z2YCFwaVpjyLMyRxIslhPJUoeFoNIryIlyhaNbfP0DJcbWfRa7DNYibLzHPHGShBg8WqTGmXFJU6YQMzbDL1L4oZCMuRgPbdf/hpG8GabaZTqt2Ei1DKfaZ9I4U+8wNJkWjjUZZaG7giZG6BC2LkgqAcCy6OBPInye6DkCz/VGUVP/7zs+LwHmJr1pocI8FsPpIC6P5kYZZjStqOpRM4iSluZD6CF0WUR9WH47QZeojEVQDs7ico5vQm0fknNKKnhb+d2Q7EWw7iUYv/PzYoiPf7D96nf+05+TiRQPK5kwhiJVJlLJc3aYQcj1mMZGr0weQ++WkssO5DyXl6usBck8M5xrWlpC7BqCLUVa3uILcLWZ+uAVNMga5R4wWkmIO+0iDbnkqaFYjIyTqLCIKA9JohwLsTgCdiJIVcIi2nHx0+bNfVhY1bVjZt1ALG4a7bmHfyg1Ni5QvP/u/Lp+q+Fy0M2tNpG+hoR5b2BdZk4XezVBi+Z3nr+z98baLCUU5Jdt+3Hvl+Tu1ds9D7ShAA6rc+G7/3NeGTfJem9v/7o1ETGgGbLqUeOHoKJR8klcUdh+97lGtPSwKpaklrMz03m/1CiRFPDkrxbyWm9bRDkiQtHcY/EJcSYn3RB19P7jqqh/0IbhKlZdyo6xtLxIoatjBQEVdCUd3pUaguhDmou0dHe3xcJRxUbthDe1Gt1fdply0e60BZr0pAiVkRe+GNA64PFFm4k7ClL00TJ+hM+KwNr7JFdGAGlXfiG8WifqMWqQ2IgtATRdj/xP38vse+YBOV9Wl6hRqUd+gPbRD/Un8TS+d8RfE9cvIMrZTrTou0fnKNM5gVDRzxjQOrQ5FZqOoLoO/UvqIxonRZfQRdKuO0lL1Q/VD0zI0LUSFjbqMfkgfoY/oVR4Rmb7gwiO0FEtGEQ3Ag23kH7DS4yOs6mXGMelQNGFTE2KW9aN+OUXDRMZxPnomop45Gem71AnpTY4kxMLCiXdZtlp36XOSrp6HfgU03sNpDYSaA00l1KaFDrFpPwWcDAsPTcHqKSoBy+opGoxZWXz3e9Bq1fbNv4keh7NMXPmgwyNOHVR/CumpD8JP89tww2U702dz/Zdu7BYj6222/+KfsRcWOtSlhXb117yCHF+hgxYXOj6I/cxeiOVV5hCTHGHekGwX65okwxo4+cwcHk0JnZZG36LmCPVcF7VFJhFDiXXxkilF+qInM7425cyezDObQ2XkaUhf29irhOVhbNgpCHvH1LpD+sNhMKIkDLRaFLDM1ezrSgwWoPLUECy0ojhEhyqYb8CNYsjnR+RrwLGYlU9uR4Mt2I4pbJAyUTWx+VUlbMAA/BaQngvbIZE7TLKoSuKbGrD8E9FqleEItiq5dGvDuUi2J/JJNKlHl3wKQRWG4S9vAZrW0HS0ALc4SeelDYiLxOLwQFTqtCTTzRrBFXn80lkJZ/w4JSaFMDoUZ9G/jI4gGES9g6iZ7SRCspyMnIMNeTTpV4tFbbwjLq9E8AUWDgwbYuotRahlFc4l/ZIRu9RJ3LoVNoJP4EWYibdXtIpU9EKe6BW9iU8v0FN0C912HLmhOeoWdTwdz4kAOqMY90INw2IX1VOa1Xy84hfX0e1oqKX23vKR+o/VlFc+jO+g5z9U4uuMyI9Kki6LNOp2rtSQILAID4z6ReEALmktBMEQMxD5f0ERJhvWX4KGYsKWz6Shtjz22tmX0GQTPwMTVUaRUwkpzeeQU49tCfOnFTQJU+jL7Duaii6ttAA8ryVjAL93AH+yEHbprdqaQx4WOaZAkLkJeKws2hwuRCvjtHD7sv0ckAPsKxesAmV+8cyV3iQnpakeN1Xf2kg5JPatQfWgybUi6ctzUJNkMx+ZxOqNsZRmhYDssGZjACmMDKK71/Mr9YTqSyEnnks1GMJwXBR9BTRuhX1JJ2lLD/OJw0GqY0rSF++M4yLr1jCnqO38xAYxEkk6PQepJE2ww9u0VYROrZwumC2vp9RYP34rdQi8jBwt+4ykjfq4IJKGwFiMu3rd2uZbf35/nybleUV9/EAtd1dYEw41X37bk6+uix/bRO1VMX1JKDvPPH61ndu2LH7HtmsPZI2tpfWwH6zFzpbnP1H/cqcmJrpjfy13d+y4Jh9a9/oz926cZI59NX7s8pUC0dbUAfvVj5/ZeZHE71DoxKeUOfdPovXoaaHv7/mQ+hp5Bz+WYsS4TvpuV7NuVBDSvOf1C82fW4/SqVdiht82HAPdeNv4HldA+44XTb5AnSB+rcYiAKltHXkHbZGY2qGeWkSayB3VrumR8lkTq0d/3KvFj/nVE2eV+1u0tF7mjq7OOy9VpkUOtI1rzBBZM+t/viazoaG8ME1euePmG66prr7mhpt3XFmWBusbv+m1/aYbrqmp3nTDTdtXlqW79JxN1Ymc0fXKGxoy1/x8PeuemNkwri0g8+HE3c95NPeopTI0tWb0B8MCs4rYnZqpoUpL0ayAcQ0lKy1GSUvlJUtyQIS6C/MsPIcF85yiw12WYyk0F1WXOrJEMctRWl1kLqS3Y1YNfh5s+ANjyTk1UCj2l1H1LDllbofozMMOcLwlr9Atx7+RuPl5T05EpoQVmQu7zcVsBvArMDwjmvmEcQYN8BIjuMbU0WZ0hrHpYUz8os3Nw15D3k2mfj5AmfoGgxyZEdGhPwQgUwNIDH18YN5ucRVqa3hKec6cnmHqVs/ld0dWh8ZeFenOV891mzLSzegQwAuErto970C8XJNZoDUSs6JCvY8BRYBAn189+FOANwNlLaGxHodH9tipd1HTnJaSkpY5TYvUATtkOTxjQy1lqleoqVafUDXjikQ8Q8B2QbKSbCJ7yJdwP9KR+xG/Vztyd6J1W5PDpodIMz5XBDsTFXEwOAGZjQmOHGWyp6AnGAgGRsVQTrmW5vfOF7IK8tyz5y3wyaHGaru9sqaxWOWKG2sq7fbqxpDsWzBvtjuvIEuY3zvn3S28suWdLpsjg0d9W0xBLR6f4bAVTGipz3QEi/NDnb1NFB7T2xnKLw46MutbJgy+rZtWpNqYpn7QQPxZ7ztbPJdv2jlu3vpWh7O8Pj+/xuOg1OGpyc+vL3c6WtfPG7dz0+WeLe/09s6fH7s3uGn1PJdhLuSat3pTcOrMclNQLhrfWMpxpY3ji+SgqXwmZ9atx774YwfMHk7jKXM0XwdNTGxLw2/o8txptZ1R2vT0RS6K3Go8fFGoU9vVI4Afh+6ip1XIv0gep3CD0iRrLo55WTIvfmRKZZtMC2nIBogDDuYZ1njhIUW8PLbk00/DSuwhhS9Thty6/Pki0PKqm/5alz8zw3XmR6R9YcxE8kgZaSBjYS9NR00ifkbCz+ufr9YAOsVPV2v8fchN6YivGPAsKCjgLlZEYt5rcGafhaG5q7/SuOrJdiEjMzNjO373jf+wYUl94/jtEyZsH99Yv0TIsVitlu14+7rAntlYVt39ldXb259cNfh74Bc3vtS5Y3J0q/oHrkjL5d6pX9ww3MTQEb1daELYkGi2oWFxPa2YvSewvf2JVYNxrRPSlahzCj66unHTCx3JXzIcaZGENFPnSIuw5CBn+NVCFj+IHUmbIRBilJRI7dQvBUPo1870uUpyqDOeedMzOSxlio3BJCFrgsi4SPgoDavRaMINnumGFU7XbnEJq6WYkkwMMdJmG+14Tn35tPKcos8yW0GZMMulpILUAeSYgJSgMUXwgqIxgzjhGI0P5tEG17gOvCzUPcXvnDtYKBZ7mZ9Tbnm7a/vk9/bgJ5mE/PbTOxvvONtz/tM8+7ZAYHueY1X79zBnmuSJxM+of408Q6OOvO2Bwb937Ol67H4ToZXtP76xcf//TIPBWL7zdPu2no/vUBu69nQ03n/s2P2NHXvU4p3fa98+7ewd10fi71JL5Gneq92NPWHPUwJE/7IbYoEgWaHFhGQOkAzlIySzM6A+hgE3nY7A0FVBD0MJzZqDJNMcODUfcd0HjLfL+odE66hJaZ1Q0jVjXqO3utrbOG9GV8mEVpTIt04o7Zo2r6m8ZjgX2BQyb2pxs2tcf7s8pMjt/eNczcVT5yXyhOE8iaz50YLantYxTuv4qqrxVueY1p7aBT9aoyiQX989oSnfOmFkfpz07vBYCm0Vq3funTx5787VFbZCi2dH7yVz2ZznJ74yU0/uJk+Q7wDllrCTBu5Ml+M5U2R4tiB6FNtDViOCJXWOtBz9ooCuGsGXEtHVCITJp4aRTzU7TQ16qWD0MLkEbSFKZIwHZsg79fOCCV1dE9gG6OuxeazTGjdNQPkgC4fZ05vYFEWB7jrZa1xizNfCyb0ARBb1TS7EuK/Dd+q6A0XKpTiKodHftSGpQkg+il0cc3mVugD2+teqLh+D3VeS+svO8a9tLizcHBb+G+stOhZKc2Re5fGhbJMF2gw9ushodMyK+VNdnkWNxjULEVsRBmxWE65gYWKT7rimzl8xZiSD8hnn+NkU/olpDW6W4kwHjxIkySn5mSGgMyR6hqN1WCWmmY9/9FHE+B83nxiO3QF7QzjBHUu6fb2GuGNRhQ8zH1HNmkbRI6Zea0iO/q1YqUZZ+kWBgofhtywykXRvDwubasiR9XWC4uVFj4Z826ZpaRQ1D5dUv5k6zypJGT9T0DAARqYTW4fm9BCqmtTamFmt6WnbfHo6tSxVUpoeen20qDthK5zkO51B8hMxUfSX1i2QNHMXp1U2KcOO/EPMgILvZ2YYCn7kyui/iNEIJBIfiHsxzHW/OgD0gUh3wqxRXcLiIM3kSk3PZ8im0AAsCPOE4fV0ZTSqMBn41aPXBZttusYeaIggc6+AyaJlnuA47fM8njIpaPhtmCQzi4CqHepeS72tZKyrsZcW1Mq2fE+VJ/+RIZqWPSbgcxe46vOalpc3FVQEC/MbHbbafFely1thsZTLTtnp9zjq8x01ZQ5/ua5RBJwpHMuwT8pw5am7b8wqrCgsqfcWFxRkTXKW28vqKyoKCx0Oa3dpfJJY4y+pKcwyZ3RbgF1y2NPCUp7dlZfflZGW7iwv8NWmafS4nUlcAqSbfbX9YJKnRTUNal5DCaLbyoSb9mFnSzrS25J97+s/yZGymxZ0+HwdC5qqquRxVQUF1S3yhV/LLdUFBVXj5Koq4y7Ndla6c3Pd+C1hdqbrkjOs7krulZQS6vdSMiSCLcWebVow0ddXUNMi89PZg+CRsWfllpqCPt/EBU38dHzm0HmsqMaNJiiPKXo3puNXGbncvc7Kklyah+nYXCOX/zqm1A7Wgi3RwjlMjdB0+j9HYsc+IscMT0Kfq+VU6bxr1CfVJ6+h89gPXH6+gjNGWI0R1QilCgmbolJUixpkxU/Hww/Pr+f7YmGk+rhi9R+Pi1PU99Vp8f/+memJPYPfpqHr6CNM96i9Uc4U0pPQPYoJWz8Nm7cxj90RWJxp41KAn1ND5E79qxLwZ9H1WbzS2YpApLVTA3ZXtaqpUOe51rbJ7WhziLoAdDGRO9xCP+1RB3jSe3dIbQb89uPQ3b0IslqvugSIXONwPBUOC38d9DJr0vgd5vwcvhSpb4AnYlIslXRmN1BiaHfSeCuV0ziMRMMnCRk1g9Yoh2Z50QtE9MYeUMMSUcOP047CkSGT4/30ZaYC6xC8AOVWAm/V76WnH1ejSSGSTQkNqMR6oEkSAO95bAGbx89LQOQDUEsKLsWVlionnjyhlC4LKzSMEuS4Mmy+YFq2jIWhpeHoMmXYvlPRvqpwkK3SGpg7lJwhXcq+Tq+TmTKLYsc5IbtNDNEAsIqm7xbWd145O55fNGl8hcvjzch0ZMdd1paxlZUTugrjh8fODHqL3XncgX0PqAPq/9G/dqyZVtndTbMrKl1Lr1pWWBwurLnu5utq/L4cjnZ3pxd661qnN4hDQ//DbY/vN6TdgIXLgNNZqsnzDGDil0d+TpeJdhNu4XkOzfjPi9/VTcRY0yLIM82FgZIlpbi+LBeVzht+8KUrMmNxgwbRIndo8l5GEU0aA/wkuaDwQB34XGrYmCQsZrjx8H9nH72/SFCTjY63zD9NGfZZY3RPIoT0nIfmYJzpaCIoI/uKLw0zvYzB72tSf690zqzZenVghOGQU+fZbQa/m2zTl02bk4X/0jmduTkTW4+eWOGc0pxNtQtqb0GB66RJKL29RUubvlanCV6TLPy4Po2zoe/yZ1gI1UGFo5vMacn1tHRT4Ilb9yfbBmrpJKkz4uVaeIPLmMUY0/kBz/pvfsfL6mMfEzFJiSgidlEPIYIQhGfsprCm/5614xIWVcq4tXcvmjLLoJpmxd8aRRQrzT0XCEcdGfFHtHgjNCnWCNNP6Qbm75bvfOCFFYayfsULD+wsb34oYlBJkYfOpwAp/vXBaX0T+dIhpbVTGnbCuUg0mLlHUqRrSRrj6xuYhXQTRg8xMVMrIwXg2Uud1jHNQcYEOm1OoHGBhfTAxpREVoSZdwQ/8w+bQiAlrcyCfz4f+70QRudJWrxSoGZOzDD9bt9ujuMm3BS+SfzIZFknpmWZ4x9pxlijD644L3udxSRECzLOZxRQQBp6gj908kLmSXpYpK+Y0kWBFzIcGepsM/eqWW2VsqXtZ7eK47PMsc1SbnZGNKwk/qJl1hmShX2TmaszE/FdjKZN5dQPlZvqhh5b9uQNPT03PLlMWKSnuDq8NLLxzPwAEu1UJ3sxGy3SUZ9FN9UZTSQ/Y8a+K8ePv3LfjKHHjJT4burjYt8ef+XeGTP24n3tnBSZr/Cz8b4gHaamX3/r5indt3z712rsttvUwbPf2TetZ89LZ6mEXxF86WN18Pbb1Bi6tTDELhw6TKWPv31rNzYeJgHptPQGkYmXVCai4s8f4UUbDDAh6cgjWWNrHGhEAnQP0sIBWGQOWGa8LRu9MmGd1VNJ2mXOd+TkOPOl+K2nE/+4dvU0HXVcoKi2pN979fGrqSgKHMdz1LTl1H+/+19rzWaR4zNMi05IJNvuTBv8RlpOpnTTdyfqfzcO7f4u/W7Sf46mn19J07kX1ENpf+Wzrdm8OceclqHGM+j99Ej6H3M8Vquc/es0hC84Hrv18ehhe4nB/c/eGF7YXIWwoZj9UyiQhy9tQw9tO+4tXkuh8FAKe10ubzzKjfhyyPAxFMYXfmjvbUuhwzxsI1FYdt+TR+YJIuUE4fKDV4giL/DTTKeLy4dIefHp9pvad0+8IXwjnE/rbyhUxLeY6bOiJGa7s/N8NjWcxv3crJbk+fNsfht936y22bTktxB24LtG4V09pIrN+rSRs2786cFEZSt+gJrpOq0MYjAmxsHm3GkNNTcNs0CSku6wZWXZHOnDWvnijjKNqyvrKKZRph/IaQu3WstzJ4yNb2RzHb67J9udE+wbV7J1V+feTlMUWxgi2BZu84+tNqxGic1Ky9Ww1to17RP/wpna6aA2ArTdSu0wYFJj9+LA9lvTBV2PkrBgR0/hq8jNX2xvbHz8y7AWc/qpk0pNeoxyIBCYbJjTZMN+6tPqoViR0xCpw8lHR2NILT0aybE0LclLFqLUVFC6MaLecVKn/LgvlZSsXtE/Z8EY9cPN1806olw1rXLBnP4r1mAMzWcvn3Znl5mMfpaWNj6bMPrJ/F3woCSxTZ720KMGfUKXdd057TY1Dg9+e/N1m2npmMrpq5WjszafgUdTemj5sw8q/U0lJWTEl7UmJL6sJesOxsxDoBz2iNPEYWjykZ+ColqIUO1zWkD/fuaH7GtfVofUV74+0sPjNmr+7ctdQJokfUpL2fqdPVOTvTyWP/XpnWWPq394bcNIv5Ce/d/fRXNVhjdIFOjFMLN8BKilSUv17vod0H0MK8c+oFnHt1KHU9M54bd0k4U4ULPZTKrWtFHaHOj5pfqJ+uzzX1dfvLMxcJhmbOy8btUMO+zIsc09uyJNC1bVTGpwFRXP/v4v/rLbJE7cdP/8BQ9PmHJrm3PpxBtMu9rX11oKLTf8Y/NX1QvPL1u6xLRoAa2esSbMC9nZ09fvnyY28e4ZkSuCY9c2rPjyxg6TszF//v2bJk4KWwLe7h3+7CQc0jBid6OxNvR9PBo6GkZJ8DdME0uHkVPNLQHu9R80vUJ9c3LfY+N3TFh6dGVQ/TvNiFUbtyW3meD5/K8xhy+gwR/0TqJ5ZnHc2v+HuTcBbKM614bPmdHMyHa8yLIsW5YXWZbkPbZlybHjxLIdL7ETkjgLiZ2dELYkBEJCmoRkEiiENbkshUKXEGq6QLjQll6WlhhoSwul5ZLetre+bSmUftB74aO9bW9iaSb/ec+ZGY0kO4mB3v9zImk2jWbOnOU97/u8z3P/mj+or8X+DzsK9iJkMWYkDs2SMzCmaVpKHW5uCiVCSfOaHNh2Hg5UiwZu95QqY8pYqYeC3LlmXOhaenRs69axo0tdhRj/x0W3bp49ezMQz7PPlvX9VVX961u0Tyti4PieG+YCbmbuDT3srLFvYjzz8hCcBk4XunwmxrF+QTWfCj4V2XQy+mnSEmmk+NO8XGdCChsH9YcyT1HfPUOLMcuCC/g5Pbxv5LFpidACumnfvptaNt3x2PevvPL7j92xqaVi3qYOqcBTXZhXVuSTRHdNSQ7MSyJnEaBEt1956L7MpXde3lZfZ3eUkrZe3xuuya2v2/TE+9LYt9Q3DxxQ3/wWOxE76bLj993U4l+yaH5Job8oIzetavGy4SaYl5ymrDD3Y8uVN+L2ZzIWXX//sosOzHW1eip7QyXe1v6K+V9fAb9oyh3SI05GRmHyPz1ZxsNYBamnNap9AgKUvWLEblRAYouyMYNFTUOLFPLEuPoB7EwhoIaVaWKkYDyC5+QPPDdf4OQcgZSjks3ztcilXU+JNJJkZY6CH8mpJFnXZ7EgGiRj3BZUlIJ8W+exciE/akMXoWVoJVqN1qNNZNTagraj6xI43ALxKQylAtWzMoH0ONxCDDUHBCqcULjJTKlBCNgCIS+8IF0La8uYfE3QXhJqX9flhVo08o0jW0tivwMoJcT3gPtDpoE6nm9s2CBXXbpjf+em1aQ4kmkvvjimjpHBXWcJOKuHCOV4qNBSWnXF3tv6oW61XHrXCk0PSithUlylnhXH++UVwUUtxR7siZGHmkx/waE4JQMlNuCQlrthYfmStL8ppLqI+vM3OOLZmonx1CYCuwwVSwLwNs0SoSvXYndsE3arfyAVzg1kqDSNEnzh9EhZvlb9A3Zj8pqQYQkJjA9CksnvzkdXoFvR13W0FADqRQO7gEmvCz5kiFNJSUAh5kDhqUjAXDLsaN/RcA32aW3mx3qffOrLzaWBQGnzl596sjdxLXj11VsaspsaykXBseiS7ds3V1Zu3r79kovyBbG8oSm7YcvVVweDV2/fMhOOaT364IPd3Q8+eLQV9s3csv3c+5q3aeduPfIQ7HvoSKt2zm2SnFPZHSzpq4vKdX0lwe7KHG3doq/Lkq3ILhaWBfKsWVJZQ0VhtiRlF1Y0lElZ1rxAWaFoL7JJE0iyufLIUX7HS/6mkhkzSpr8Lzn8ZG+eyyZh+YL2BvJe8jWVZGaWNPleomeGvZRFR9YsG12nqVCvSaTmFHI6kp2lyUH65JkErQGaFk1lRgAOLTIu3gmDmleCrGemtZWI0Vw6DYxmkkWbrD1/Qcm0+9Y89rk9KxsaVu753GNrTMvJevQXmlorlqWcSls2Y2pZFuB5M0sBiaCj+FJRoubBy7SM8wH5P2WSjiinfENbjo3J5mvMQAGKljBFnvjzzCEsEcA2yOoYJtOXaV62JcK+hyMcmuraz0x57eS6fRhJ41p+ZzbLyJbS+EAaH8T41LD6BB4aVodEK35CHRrGQ+oTsT9x6GYVCSeG1RPqiWF8Ap9Ql6pLh/FSvDR6AsJTYMYcIG8HUhiwKBrax7jHQ8mvAxQKfZAMGQeS0+FY4ho9QOAOHsTo4MEYYp/wIu1ust+L/1rSK+GXLORUFu3T+BXxgHKQO6By+Ab1RmI5HOAOkv77gHpQZ1s18R8ksx8YAy02LAYyapDWC9q5jPOAA7YLKlCGqaWgUkiMquUbJNAdKNoQxWYdp6QJ6QTKh5zwNBxo0YangL4SEIPDeKt6z/Cp2B4wFfibT+nrE7x4il86rN4Daxz0Iae0lZh8ivoHWyVgpTXry1EFZYFMzoQWnE1maTY7eePH+EhsLDYmPKUc+TO3Vb3pQ+XuPy/SecQPq+ujH6kb8JctOZV41m71hy/swm27L4+9oY7xDbE3cIRvUMfMatpMO0XvJxMUVKAFObWXFXS442oqisYILzNSAlJWwvjEqERT6M+MwzB7huZzm3jiScv0oVYyr09UJU31Aydz2GLK8qddEZl/spH/7a4rBs16o4NXdA0u1d2+S9VTyQleoVzPzBLKcZKBb7YW2dS9AOrHr5YlC4uWhR9Zo/t41zyS7D0WiEXY0D+3rZzbFpVhflUeKQGwvCATCwahQ5KLRpH0+A2pfIJWN2z0FgK8FqSGSojXgI7AyCMT4yJYsZbR4zzTAgR9hRvVl9WXRh4R5Oj3ZL47Kj/CraFWmGncgXnZUlqeNNFaT9bwhlI51XwphQpxeHJ5wL3pgEgc/8Klj+7qlPXsPrlz16OX1vU3FemmW1FTv/pvhvr3zoubmi7eKRw6yzLHX3s6iso6S7k3Kj/7+KtbIxE9wS8S2frq45+tLB1ad0WLbge2XLFuyAbAFPPJBJqgTtrka6/x6I+WzAx8iMUfZS3+uNyIP36qOSz4Y+WwRBNyWPh7PuUkFkvSTChw7rmQwKSmIA8Yn3teZLknSZJpGNsnnyud0o6x0zeQcvoAroapHEzFq2goHoQ0g90Rt7g85iGAPBfGhMr6DzYB5LWXPiFkaeXwQPg4wsRAjCjGahxDqr/ruB5OhMz9DjRA8dhA1eWVAOzhgAQSL0CN53IdONQCfKqkXBkBcTZ2SA4vUJEFW2gyHyiUGezJVsRFttwxkMZlbH2hg1zmA/ZwxzzvrI0LQxkYLhrWe8r1da5jy536sXKMhZUAtn3NmRIsX3T4srkWfPHqb5ELhthkcdvyWVwGlwmJ7Qkb9AP5b5Gb3q124pOxw5BI9Qp+VosZUvy1QHodh8bo4oyzPkv0uqV7NOAjFynrKqEsz4Ny9Gl2LdwJDdQojMZ2lnWUc1zijwgGp3Qh7XN6KD8hhOcEymQqYcDbSOTHoHu2nVcFR1OctaKW+eofq5ZWO2c6uawzJfz6wvq82H9xN/KZ1ti7wliS7Mf1SRPWYqohKivLFrXjwjvSMiw8ltTFzgYXvjV2uCxSBsrfyfofMZQ8IwU3BOMOiKAuMkq9QOu2jaqT91MOhaA9QOGmNdgWdNq88UiDE5KqKRM5aMLNZK5lyWurwzYftjvtgFiWaHBBePzxx2N333O3+ror79e/emQHfjXP5cpT6n+d6z6W635ZFN8RrZbSmoYaj/grFl7AM5+788Wbdggi5rFo2cEtId3XrLvvvUtdm+fCnY+oj/GPufIm3shzPYPducfcufimH4tWSfwPsaiysa5cxCsrf3L6plcsG5TZAvd9rObneu253lz8Ibm3CJoljUk/MtpwGaqgmfla24UENbqsIaNsmqw5BCZphMFi0G3SpseNqWAAQ8OL0Gb7rK26N2z32e2+vObe6lylj97PrNZrW1tHehrLslzdO1bO2dsOBU8eERk7Y6RbJ+bE3TXrFgVBVpXj6vpWcs//7PT2H+P9QkbFnKVrNzUsOHJ1d7aA6PWzaEgpqiLLF6NtZLZ+r6HjZ8ujqTn0ysFkmoux088FJB5op0IsEcdGwV4tcwXbeTf46DvN4mFVnewh43m4BdiQ5PCWcEH/4sWRysrI4sX9BWS1YX0DmJAN65WDX23ZHvrKK3f7X7D8e/2hO+9oIbvI/+DGJtvs3v42X9K29p7UbfQ4FRmLvrb+3tm2po1BeojSvK+N46yZOZkZ4pjVaskuKK8Ne2IRT7i2vCDbYiXVQf0jThduxunqH0UpOp7+Pbzze+lKR9rnRfX3b3hrCtNEQVUlQZS4DFthaSVeqW+Mko1WLiO3wGPaaDryaX2hoKCytNCWwUmiIKlvSoJ6hHs3XcDeYHu4EhDe5/OS/aN8ZDaTf8xDlj99/1jcMxaT/wGeMW3SAeMYR3vemWQcW0VRjgZDSyiYHNbWgXw05l3P00PgaMlHdzo9RpazgyIsTLBafmzN8T29vXuOr4lEdMNMRZqd1xWJ6yS8IISWb+9gGzKiGbD3SVl9Q99Pvk2+Y1HeftvA3IrGzcrJZp+xJ/bLji2L6+nqzMb1CbtkcrB67O13ht9+Z4Sej0ZEu6W/S98jfZgNFaMm0lsjO0NO5EOR0OCmQGFAXhr9NDptGPglZ0sAHAM4IDlZZ3vVfYO3bJp96DNdN3fjFQu6MwsySS3bb3nNVlhoU5rx6JHCN08VHlFF/JVTP/2p+NHrp29+Bd+ei8s4Z2T7yj1yhkXpb8NRzOHPFdqiObZCS79SeOpUIV7ytdisN998k4zSHEIrRVl6VFNahbmdYEvjyHRui3ov1TP9SMmxLLRsi/5JEGqVJ5TP8O/j7fhvyr/oGVYScOtVolpi6W6B3rod046J3mrA0Km1SEFDUAEgsOBdJMOth0Jcea3CYNGEcRXNIFcWvbCQrjkroy48a2ax3+X0CjeIZJbmgZij09/UHHT8p0VjkSLGWWbxReUZlZUe4cAO/qHqRd680jKfK7+yNLch0m0vmhuuCPor24rLl1VWzAuVBaprZ1V2LuORb4HXHWpubJjpdPndTpdnVpUTwpqBjlBDXb2LZ3RCpFA+sLnlGfb8DEV2Ow9k52eJaY7ywtIiK78h2+evdlcUHnLm5gVmBxoGndkLZs4cCBZBr2NGIWUTm2Ummkd6nD3oTvQ19C30E5PmBIPXee3AChsE8BuM97agwdZOupiAN5AETHIIRrA53+nQshEYpyyZSWHTTnIqMsnyimbukjnElPAx1gE2yDji5O9OXVHYp58dHlAxePyJFUr6Mqup4K/9z51/2jHrf/aQnuviF1fyPIdf3bwZuwaDDT21ec6GBeEV9RjnuKsKvfXuGTNcNSXFdSU53O6mobay8o5Vs9xhV36wyBv25Q3MK252FndFHeSLDmfTYKhmnoO79FKuqdU7k3zTXVPmri3JnoN/H+yfma/+jBuYW9FdXLGsOryo2VUya/HRDKevsCDgtvH4qcLa2d7skiyHq8pz+WWbFyxgSgbAN8Zx1yl3HMPXp+elT0ykOdKV97kH1F/X1PvmLq5pWNVTNbi3oKbMXtLQXuwKVhbk+xqLFM/soaaW4U5vesa6HDuAhruWOXJX2rJih/0di2tmruyp8vpxvnL5wovxTe661pKiULUr39/omt3QtcTbPlQf6Oh25i1x5njnLg82LO/0v+CsLrXby6rzYxWzKh0WYdmMen/7YvUIvmYxwxCdsiLhBLleGyDvmOqfB/TAQVlAvAccOSOnlJ3c7aeiR09xtys7T42oZKtwgvlx5FPk/zDeircyDgAdybeAjHfXMSwfFj5GVgGrXqL9PLkpcfBfdGHXlYNV8aSCqsEruwaXg29k7fGwf/cCtgw+juWDCUcu/7dkd4eSklMSRwle4lm/67Z4QsFtu9Z7wsfXstMu2O3XlmEf+dmEY9cetyRnLMReS04BSX4ihsKDj3nbIDlWGXlzGB7B8Jux3czR9qYywo1aZO1BDJ/SnWws80zrRxP7hX9ob/CPbLAS0rpJ/Ck2LjqjNJVTelxPMo2LK0eepb6FCZlyVnCMXNSU2ydpnovVxMa7yVCDIXOLECllnZGWUXdivchocpftghsHdqak16TQ4McMbbuzkKBHg5rUv4bUL4bvG4I6v3SgbpHHlH9zZecAdSOufiTsv35wIO5SHJi3zR/tSXErpsBLNfnFs0ziC34TvL0ygNvvWETO6pzjU5+Ip+HsJq3mkdXsFwav92vL2rHll3WpKS0wpe1QH8BSaYKqETWhXrAuWO/VIiSIBvCJvUuKppI0AU1F2cPdTJrNc4HPPPDUWl0z4MZ/uXrWqrkeXTXgwDX98taLy6LfT1EOGGNd4fBXV9x+SZhhNHa+dfKeQMXa7TcYYkK3/m6gaMll+3r43mTZABOGuJzMGarIzHQQDbP8AlyCzZpoWKsQABf1eeweIY0DOmdSU/CkyVcsQFsDucJO0i4rK5RYoEq/oaqAEquoZJwfNKWqMvrkN7iYMowrcWV0pbsQ/yW4t0f5ylzw4/Fyklov/4XCInDuzVW+0rM3iP9bQt1XtcTOzL1zvn7H8++cy0stV3Vrj2wQqkc3/h5G9f1+JX9mRxZ/GznBmUuTy1P4Y/lF1RSgviurYyb3n2A7amwDOkcWi5b7qKq2GaXBOJ4cJrebOd5DPYPgDxdkltMk0blQTGayWhakOeKgnVNGRnKMTBVY6HxJQLTdKxqJtAoSjSZNAd7IEeHJdQEf03lYQfWYQCCkMQLoWSOOLJ7V3hCtvnrIkZP4MZlRIblrmmrcMn03+CBJEeOnr3/hpj6576YXrp+9rqtCB4hXdK2bbeyASaGZmNPbta6dZjZDRZjZM6uutr64oaG+ly7oHlxKD/P1WV9786837nv3haOVH5Wvu/Zgjw4T7zl47bryv1Td9b0/3HDjX9/82qzVddccOjpo5vMcPHromjqE8SliHJyQJqiqm4R5L00MgqjeE1jG6uPD+AP8gZg5jJecjkkSXVftyIQTI62+EYM6y2kaNiNn/DkShX+WFHpGyuvMB+1YWDai2tXcETxETouXcguHVTv+gPyKxJ1WQHLZatQoM8MsZaouBFd5IccqEfhIdbBMXLgTwP2aDhs5hZ5LHqVTY0zntIJMNymITmvZkYAMIqNMVOuNza9PoHgK9Vr7PJ/iKdPwiWpaPpP7wFlmO6Z86PqSiY9X958xtRY9/163JabISJ4i8Vii4KizGphFNxmiaNJs4Slzgi00n5CnDZrcNYtjTJKzO3VmrpnJPc3QtWdPOkgjrEyLCLN3jQJbZmRs8Jt4hJN9pLB8iqyOwAMVKOSLksvT0lVkRl3HkYcPjAfxXDL2rIOoAy1F69AlVCeIPG4vZUKJv6B0eY3QNZUjUmSmF5nZ8ufYh7XvS5TOlv2JzJrSpZdjkUBPsLg42BMIzAuWlATnBYoDgWJ4TbGdf0T/KrRG8iDhSdImADFmgXEjWMxfhBNhxE5aHODkqffF9sG3TbjddIrbJeM7HwDRQZuQAjoBo4llyseRGeK/f1CJv3fvnkWxbaTST4oT2fNfW6s2/mq7GWjCloW/Ltpzr9pd+aHawr2iWg9PCi9pm7UnHE6FqmgxOyuL2blQCR3bq1E9aqUc9FrbwIKdDNJODbktYamFuvDgOcPooS8zJnZRstFFaVb1/HBpiVsJqres5V53Dww7qkqzXOnKgvJblB/LFNvDU4kDWV8hBvPzZcq7IuqeEwW8GCer+y1ySbi/OjDgVhrX4s9wP3UXn3GUlAbS0pWBW8r5Jxi7BZVxjNJs5ML0cu4eclY600unvSfoN1KdICzlO/LAtUYVaQKQ9ygFWvz0LdQM3rYwfQs2OVucYMi2pNgqNs04puO29Pd9orivcZ+txtV8fbCktLQkeH1z0Eu20M3eYHyrq8a2T90b6A2ZSQnwe6QC8hTSeAZxDeZjJzlF/MTwe+qqklBvwAw7Fym6M0a7cI25BYKZqtVCyqCS1MuV1D8l6pXPS6ojno7CVwDT9L3mFnD8pkaPhO82+5Y+vWbLD75x+8awfPGxd+4IL59dpg/vZbNXhGuWxP4z2Y6ydHXtArfjrq4Ni9X/oKrxuCIcpAwOodLS5r5KAMWSe+XvrAlVV4Uvuf2xH151N85662t1FWu37enUh/fOvdvWVmR58W+SDFflm3Curp0XB8Pk9KBnjysWb4B1RSVnpWcvbWafJhyqrvJGEY6YYRyDOKhbbIxjdbfa8Qr0K7vxi6+A6xjwKpLGccAQtzxMAmn4lCJp4/1ENugAYLuPGBb2NMwLadjHp4EBDGpMMKUKMBg8lW2SmCw1xdPDO8iyg0q1KK9Xy6DvVsvWwwAFXK4ApHhrPakHP1j3/No8v23w7oGBuwdz/fa1z69r3NjUtLFxiu38ZGdR2S+oWTZ/3qQnmGI7tD6Nb3sOWoDWoCt11KbgAG9vuV+TVDR/Whj3VAlXSuf1pdhDN0B8B+S4eZywCnFNni3TBClxrKDeX5wmlPqrvU6/Kyq7/DanU1D3xT+d3mp/iWhb0sDJ9Ni2b7OP6HttZCPuruJskiJLOdzt3K+Stnh7vEL/bfpadUFDoUXOKQrkZy28ZNv6edYin69oRnN7OMv4sPasu3rTwqy6VjjqAfr2YF3rVjFzhqjefRbpy6u/s5oYNnRxW0SOUB9pKlerWf+MYldaYH5u0kgM6ryxk6xDLJ+ac1FNRh4ziNXpyVdFWZ8cq5pEiYLOv4XND3nD/oJoNGOLpiODwzPNHFPq5mNuJU8AM4gOFfZgYzkl6HxOt7cm5W5RR1OssBcZqkfZ9sgICIyOPMLd/Qh+EPpeMvxY6EjyhmGCTW6i3ZnMkPK2+rL68vAjuujoI5bfRCMyPxYFzDRFHjHmrGIyCrF8fKM79cf7U1YUKR0qjKeY5dQCxbNIZreXt7dffsei9msb1EHWV37bWwG9XZLnQRmVlaMaaQdgZQAeZjHciRVedQHrCp9uuLYdOkolhSdbptQeoIkyAZoUPpP9qc9FEnIRdN0L7Z3mIESpSq9AVY1gmMMUZgGIIpjXQs0TyX4Iy9KpgPZBBS4sGmu7iavVnsQ1LTMsj/4SGHF/TFNKMvkrijRvxSpquU4lkNfsh56WGghzsS+PeraoVZCFU9iHWMSZ9MFgKmAWLSB9NBgU58QMW7KczjmfmePx/LfTeQbFl7GczD7OF/Xc1d9/V09eZd6GK6/YqLqM1Y1XXLnh3FjiGIofuTjhNLCWxJ7Oved0ahcyschYNJVehpbV2kI9spRkgdbaMG5yakSdkPzMtH+5oA7ijquWYg3TW4MhYpJXgsMm3Xh/Fi4G2T+sc7dafn3VxuFdfW53367hjVdReVOqS4E0YVek+/EmKIXOwI7ls705Od7Zy3cMkFO4AnW5egvNrQuQDRakp+FxcmPdPU++tGbNS0/eU9cInRZPwV+AdwCetCh1lmBtTtm88jr5pvb2m+TrVjb7XbK7KB0z9WFK55de5CbjC7Mxpb9rGqpXAdYWT+rVY1LpZBxPsa40i1S8AIM0nwp0JfYRuiJJiiPQM3fVrJ794YtXvaVKKb6riXMYl8lb1YEkKi0Lmsp72H3D9rUVroVN64ZWcsnE/tEnzvtL8a3qG8lUWMiELzZ6BLMeHaZxB0PNTtV6hYkEZTrow0TTearIeBqivMfn9YNRdVMvtf9DMO8OVXGUJF0+twhO7BBFjVkZjx/1XJyhCUvQV51f6mYMaiYdZMnVq5QuRPPh0bbpJndQaxpT4gpHbOjknbQV6hhdHEc+6o1EHdfFth+QJ75nYSMGFBSmolzGaKAPefo4pzKlUyUgY5UD8DkMEWyM0JQKilEzzYemeE4dPgLFV2gSv8MU3sfkQ2msPN8ZojKjTgb30QCBGFMWKh0bwqLQgO+Aqc4LdTcPzr5i2az0A1mLd947NPJohzrWdqV5nZQ8OYiDIZmqrILnw8CAgOEut8+r7NvYlr/k8KZZfV23Ksi8hmG34f+WEGWhqSFz5IXUf5rMe6pLFpJhIy6AjKWQwNiJoTJRX6nT7zMIeKR4X0FXxMiaRwDzATgL+vkO4DM0+WNu0NA+nrgGS9fnDt/0led+eMnWf3/l8QP98pKjL78zceCGM2+/fHQpNyc2B55e+ewlDXli766LG6FBtm5ZPd85N5TdMHeAl02/QT9VihJhUsi/M1SQcZAXbJd/8+7tCysbVt/8jZ/uOvzhK1/c2tp61UM/+K9bZn8XaknDxfPqxMicjHmXyn3Q5D1zVjQ7yyvaq516/qCmuFdElcVok/VpVqrgjONdSK0i9V2hU2Lo5nnfyB//OPLuu/RdkscVFBvnfTwK+3wKUnzc+Li+k7xrT4laKbOJvdVD5h6L0AqYaZHmrSVyeUNBu8eWb3HSOhmuaCGdSNLeEK2sDoH38ORRekj90+CUxgax+xeX5efNX3fNnDnXrJufl3/ZL9Tur+Kavd86I39rL675qpq6/2XqwJ5Ad+OKu3t2edV53l2Wzk1v79r19iY+ZtoINq7cuq7b5+te1wo5TvszDl4ry9cezBAOJe6Bv1fVgbNoXnv7PAWBWonwHX0d6Rx6ZA6WRdrjbIrwt9XzDH3qBHdo2hQI9XNZ5lY0o9hTkUtBs2ORqCxdc6aEv4bPaVnV4ZEN+JCnY+WscJuOKmpT25I7dKDBdDYHG3JxhEINgUNKVvuUm4uXX7azIw51ikQ6dl62vLj+QK++pffAD5JGJD2+Kb1OqkyFoQ29lmbQ23CcQSNASTTsGsEGND07TiTloBQntgB0TnbNFwkviNvRFh6keK1AC0RX+XW//FfGpWERLRzHrX7sOzrXBk9e13H/Mcb+uH3WAke2rI5FaDqT/uLIa3j0dhbfJE3o9tFh6XXgYBBujj5kEGvMcGWS07+dpt5pkG/wObYsTlWwMzIG/+RsR4E1+qx8u8yNjakR+B8bU8dGRvWJwegIjU7FsTf6vNJD+rEQ4+eb9MVse5/Nx9sAG2zjmUYI2eBgOZ6T0XAoMkShJ9iAd/ag/PfbYBhmSosWU9JqTPuEYQ18V1EZL55j2dESm4+Pqts5Wd2Oj8Jsjyz9uGVCbv+uRQbfd4Q+6Rcowgx64VmonWzrQRdpSLMEfC+Fl3kcgUQwcDYm9xGUbAZ0mAKJvWQ0d5Ja4AtSD3YLngzvK/wuz3UWfXu1Dg6WxJd/ha21tQw+fAygxNc8/vhe+anNnIsm3agvDuOI+JfJQb94pSsv+uH2b5lgwuLL+KIYX4NzNDgxvufue+9SJFyl9srfSYfEnsiw+iJgd2g57CHl4EZ+YqEvRsvJDGejgbebnKmIkRkBDREPfETekHAOpiIbPTiAoVRaJHKsVjA2eWrSIsZs5MrMjJxFUzIWiVlbxtQ/y39+8kX5z3wkXkyvn5e2SF0G/EaFGepXCjO+MJZEXKT+KdOq5JwkZwY65DG9sMAysZp6CMZMcxEaIiPDOjIamTh3aJeQSLkDd+/zOqRJGHxYZ+ENgLclyJu6C6wXVCIDD+0VnqedRgbH8WnW1Y9ZfPKfcUNDZGwsoa/4qPMpdeyaa5J6C6OcXk7h49G6BODj+af0D3Or8xy+vLfTYqtIMTR2bGf9hN5TfJ/8Go+0nkKRTcWk9RLS96gWZx5FBq9EO9Dt6CuUO76UuiUZFVZLKcdLeHpeHcq84PSXB0J2HcBOseEMGs6Xz8T5NB4CQQdmFeI4ajykgdy5GiFTDD5g99uUX9Hyzbu58lTtF3//JWFkmg6hv2VmZeeU5Nxc3l1O/jdvbs7uWrKit66ub/mSruzmzUtCzbh7nn3T/luvGUiTmvd2hi5ZOcjN1nc3s6/ZLzlw+NoBy99cQdcvuEVfXISjFIX6kPXL0jfSOTU9Ol7Yv9LsUlrZX3hOl9Iu73xfSzPmYtw3MYeLOU4QcFq2o8TvdPpKHFlppCopt/Eqz6fZS2pL/5qeKwWqixr78DGnv9iRDbsxd5ZUr/RcsjtutwImN4/U/T40Amy6NgOV22LgTc3A3PxpPloBehgziNcDHQg8RGLZOUUNzRu+cvWAMyP9xkRAb2Su5TPTfHTqRxkZvXj0aAHD/3I/sRW2Hh9Z1L/yp0sqTDhgnFbe3eqeU/KZgwYUuD22YZoPpKi8q8zSpxS++WYhHvpaoS22ufeikpVvLr3IaC+vU27IMspVfD3aj26k3K7npniaZvnayVe8iUxSrPupxzxllOJhvzMP4gPeEHcUmKF8tqmYoYSJaZa3vOrh1jvNDFQcZagK39QLX1pXNiPUUDgjP8NtOULppCKkpCenk4r+eJqlj3cO9iQQVwGnVexbdQ14O7sYZWxOtzw20DXDlTWW0M/PRZvQbnQXuhd9Hj1M+3ngGQOOMX1gpDRjkpgvOQIijIZzcEPAkecN+ZsDOvWYBE+RmhLTfF4pY6rD5g9I9Ok4zY8KHs+Xb76jqM2BySBKWvyGB75+9woOljFm72Qjt/H2TZxAVjie4wbFkmk+vrEkMy3iK5rT/WTrJv+dG4xHp48qlirlurQb/nYDGXwFyaJGrJQBLT033ZpLOhcsciUekVwRtmZa0+xp+FdWdW5GYQYWZxRn4meib0/38Y5qI3iRL/a7shkZts562fxA9ZxLA1dlZ7yVHkOvTvf9MDm8CSpQJ1AnoSQrVLyLA7pxipBiwl6ymWmLp7QzfDCNA0KZGPl3mN/N744dttIVsomuQ46llt1qzswuNnj/4jnazB9uzmXVIuWQ/OLQPiVIxI7nbcdkQZfT017MZFIMGIQwPuGzImoDjIDHhdPl5jHS3Ek0gEFu/ZiW1Q0Y0evQd9GPIMzvJVNXL7ZnYCzmO/NFTfmITokoHxfIkJJOpTzgnwOiB2HSRoIeFncE6Qdjl7anKawDZ0AKAUsOsqWlyQlsmZJInqoXz8UB/eBmf6BJF07g8oqxdqyD+X6dwBBGekR6OWQs8uTluzkRnMrlfrOyBnc7Xn77clVeTj7fuu8+/peY53CuIyvY1pIjugTeykn2rPJ55QWF6ouViyutFtJqRIEs4Q4OC/nV+d5ImfqT6qXVZA9ntZAFvDPHnWEtKXFmWrNcM5qvaMWdlRdVSiLZLZCF2CXQAK0CHGnH1p55YibZxWNcSbZIIo+hcZL9QkWlh4d2GvstPX5zhsXya50/HZiKmNioIoOCG7e5/TPthU3Z6RkCxgLvElx1Tguf7XqBw7worOfToA9whVychSucVUw3rrNYyba0gjKPNT3DIuWn1yzxZZA9VmE93YP39BzuEUSyVDavTMQWqzhDFBxOh5hJDhIEMgy0VcyvIOVDrpHPaGwJZgklgVpfIceJ0W/IcY54yfDeQZsoQiWkZi+nWnBaHeZpFilLGIYsVlgC5mqbB5K/fFrGmJ7L1OJgfMVBnTcgAAASIVlYCMA/Ts3/pROMSpwpj/v67BqX4gWcI0Zlc8vBOWQZVcdJaxkfjSIhNmt9TwD8AmdpUpR/3tpZkKPLtG7BQWCvaCwROfVQTVORNa6hy7Zy8GXwUmAE7oWq3jXNAmIeRm+kGLCYyjiZxxRl50h4kx4KI79NWuso9k2giYzWZVe06slYrZcvbZvxWUpArHsoStsaKtIrfFklv08rrm038BplrdrmrPQ2OIHm2ghftmzOjJTnMBMtJDbb2jiP/nnzeAGK6dVpVMDhCMJV4AlmxL3Yg6E6Uh9GJIk5IFk4o3LTj589tmuePHvzrV/42tDQ175w6+bZ8rxdx579cewrIEk/wvk6OuMuY5EhTVVkPiX8hIqSPUC8XLNszxde2DryBfmSbq+3+xL5CyNbX/jCnmU1MeZcVr2BYjyXRqV9Bv5NkuncJIfYsiiNkzBNAtfpt4G+YSnAM4fVE7J6QjllDhFyW/GHau4wXhp7kN+snuA+MHi0GHO6ho+Hnr2EslyZsPE2wDVSj78ekCVlCK5KSpemO/Shtp5hqeSJjnTan5PenZSMwjp1qxZcVZP85sDEMUzjlNPkZBbh2rS4mqUYl0sQcgNYKPaCkoCTNDupbbpG9h0zIFQLi3Z3udve2UE/QFxeTrM5s7OdpOwXT3PAVy/t6LRS6ga1rK4zWFk1s3Qs7+elM6sqg511+C3K+lJWUFFSbLMVl1QUJJXNfKo7NV2+alI0WVhrAV6bz4OnXxQwKm+3WmNlWo2n/cC0b56/FIbuskgZDZ48lYffos/f3OLTyEyiWJtL6OgJEZKdROiEReMuaB1MO09RBJIhBYaBUVUa+xH31zyljNTg7TnGbcVjP7PqB5rNJdQ8UF/u11f9v066MUqbMausUoaimdNt3B6r4RPVhcmwClJOTfp60+qsFHk0yhiWam9RpTSbwOLLtgTifcs45wNyG/Jz4wJtfNhkUMEVgQE1ro5PUKWBWAIu3twDZCM3KkWVwDFg92IP7xGCPGn/ZFnXSQkwnRSsewr5Nerof+EIfu8HeKni+u0oh4+o737/W8pKy/pomSWunTLCXILbhvE9mMrLqmNjpHzGcIQn1YJeY2zHbu45qqYSozQ+9wyr20ze2yzkRBVkRGihkY3ljK1czzsmlqXTwYC0Xp+xVWMcJjXB56DDgENj4ApCZxZkiEYnuZkAQ98azisgGWbddUSWaXweG4LJclzRDstj4KGaGIOblWXLODHpweDulqPfs8ijo9BdAGmIhIybtxhSRzSfGqLzRk0DrkBG6kJ+4CHaP8fg3QLcbyPjShm3XgGql1F1hGydkPVCSmxHUGOKyDOsQW3AOZZGHhXA+JzE/nba7Ezmq4WZpNj0UKFb57XNmmadURycD6ORkbNodHxkZPTpikCgYiTc1haOfWR6yHrraR/ZYLGop8X5CxfO5z8Xv2+EabWEhPJR/Kq6uWJtMLi2Yjh854IFd4bVRawGXHEDd5K1G+WtkT/JrqBL/R9x/nOXXfbcfGWF6XalpBYCOJdGyhiRyBaVIMGXuOZjxQLeXVIwKXMSPgfucATuFeeMrF8/MgI3pD5Pi2F0fJQURHxacmYEmtUZxP+M3c4wuznyxT/J8p/IV+kdrGD37xuVR5FJ5SmDjOcsU0ZX8iDTE6Po07CkEzW1kEE/DfRJBDkO7DAKOObC69dHN1NB4DGQ0sTPj6jHFDTGj4o6wiT663gZEov82HpBnvjRXsscdeQkUFGqPcN4A0YvKuPmXqGV2GAr0CVoM6CIWREaOGLmntSBG0wFMdAC0yb6Dj5Oht5IBm8Y/vTkKijsuoG38Nyejb226sLQrmZbuS3LlRXc1dTm3924lyP7bmiUc2tdTbuCZDvZ27wrVFsmq3uToRqXGyUDPWM0xS55Rjt108ZiV22u3Eh/dm/jbn+b+dSF1bb4z5bVhtShZFvO1Ao1ZEBso8y9rNs3glFTAXNRr9XS8yEuEmrxpECLUG8AINUAtOAPkTtc78Pl6m/xXlWI7cUHdXzFcN/s9i6Kr+hrn91VE2B44gCc7EGt8lacWc0qrzbuWPVrnYVmow1oJ9je3tA586Q+6dBMRtBz3Z9y6NMYpqHj4V88X6lEOz6VETzOMjKDjKk1qB0NoCVoJbqclOeN6DZ0DzHpkvteYP7W5FSMJJFiiFuVU9lGD5VmBKdBkLUzbxZ15ZHZqJ0Bpqm8M5OotVNCaA+TevSRRS9ruMG5mtfDGR/q0CSd+KI0T1FPeMlFL11uZiqy/0w9LmULzvJCm4VMr22F5fmWbLWK534K/oCfcnxNxf4lRSVWbC0pWrLfh0dtZUX5tgxOVS05BZ580XYfz2H1j3Awt8b0Ld/BIXdpGr/IaLFaOzq0Xm9H0ZG517e66xfP6zezJ/G5P+OOpgmOSH9/cUlvb0e+JVNtyCnL0f+/sXhPeXhPO5bb94bL9y5Wtpc3R9qbZhT39XU4xAx8tNRjHBwxf23J3vKWve0qmnx8zUa5pG0s0HhjyHPUan89/pjVHztYVBmyiFoczhCx3e7KYhOpsg6P9lBK1LenWeHVIkpwjdjkjNT+zg5as59Mz8Dv4dPqYVw8/arNy7tlZbu8mwOP2+ntnX9JtVaZbzDZWtXukfosJYcz1WLl5fjlQlJLitWqGD+tJcG1dm7vRDPwZNF9QI0PoIvRCEVuar5H/WUPBR286cVMW30C6SAtUps/soxwcMIF41NJzfOqGUZy8h9+K3rMNG+U6bvKiDsBbB6fPkYpitNkGGp/vMk6115Jk0blrRvwI8a0kWHjztDkF9PskexINhKhDnNJZVVOxiQ215IA9RBX7fVNmQEl0mQ+BSb0THyQ/AogIsDLzCWlPg2uclSWZRbR1CdJJl+k2Y+U+lpWipv7aiC9KQjpTT9xu/7uKCnzWcmxt5RTL/VmimaitYkxyIERpC8YBH6gtukbUSnsIyqPakucxtzHEfObpsCRecWLuIPs8CnEetOWRznEeLqVEYHYuEjidKuMJx+ZiR5uLNBx2UGOhBpjeO2ghlCEtla/rEwRjvHMAwEg5CBqYF6eVg1ZI2ymj5vl/j/74ovqKxxqPXlSfVYW46pdMnWdUHVkGZlQtzwKa6hbyDAgwwH1FlP1RAA40YtjNOUM1mOQGNgkfL5UsCTzDbLBUtC3Am2uZ1FTg/olmWnj8VeFom8B8IbCHUipAxgu3l1xE6kZY83l5sSu64NZRVm2Mlvz9SFXrW1fozoY0AytAE1V6gOge99NIVVLI41BZaI/AsULEF/1sRAu07sv9Rsh9XBqYll5c2JuWuM+MO/2N+63VbkAf1varCWXaUlmDH+rZ4R6UQNq1tUwzOWME58BNsqbxkNEep2n5XjxYHPRwQwvPgtkOWwivSMIwxi3qCbePW9IElINADJXloHhZZIMGp+GdKKZyMGQvmz3SIy7nmxjEtYSBRADRBSIhxn8lovIakTfaNc4GyXaMxnJyLK+ptJ+jm3VKRyRiT2UsdCW0D4HvJcsN5rBIs10zFbg8w1yr1MVQZr6wiPW8wO8SqBY5y+p5Wr5lxQZ93PoR5z8I1Ko/ROaajgFXVEYDjIpxOs8xiYfJ+1Bqjg2UAkmgm4LTdwAan6Ono0F1s7QBisigyRUBgnzGOX4t1CwF1DlwgCmsiCVKZ8gn1j/YY1zDuG40KvHSCQmFwFqh+Siwi3kDchHPHHuOLKR6tZNSjUnyR2dYBRtenZhrBo6FpjScr/3N1hVBcvhASz3HGqdQExrWJ7TDW7bsSSsLeWT47+x8NlNYGJ1djA+ahhcWg/1kC6tel4jt0FRrA1+fgPjpyZFvC7fqvLwmFSUDKmlBHJmVno7HZeR7o3Pd8YB0jhOjG0zMfAxnj0oISZdons3A1Y0u4fMuDc4vNH/k6yZJy7v3raoxriarsMUyKz740tnLZpJHprQWokfjMrdc5gunmqITCiXFizbdmO/fiOAolblk/WfXaA79YNrFrXbWLxd64tZayslo+kQnSdrmV88eaY8PDryIOMyw1Dj0j5x9oMJWqbZDZukbGt0fzKQ/RMlPIjU/MCUFTiK0nPTh2l0wodlHfk+8atPltxA6wbps+qITb2NKpQ05ZcyTw0g0UgVEGlEjY5GbAdkjzsZXIrqWsSJTmlmGRMC0rZRPYwS0Q7c6E5hD7E2TrpLStzrO46tuOrdd8ZfHt3dXRS6qNk9EGC7XIG6gMuBf+sodvh8VU1zPHOGujqqHY6TjhK2IVA536163aXswJOO4hJHdaTGOXfb/d/84U9+AnRP2M4tHebeLSGno2ddP7e5e/dXXh5/5w9bFm5ZORSE36e75gSr/L68Yoda7qBnUx5y1kSq4Ywn2YZSN/6Ne35lYE4TOZBc0UmHo7qja2jO2p/85IffvH/bXH4UbxtWP+SGhqGHJX2epFgtKEjsgqvRDsjH0SaSpGUZRG8eQwvJZuKh9vAGW6MtGJ98Bm16c6shVVdvknMwwx/AfIXDZAiqqgKEyoE870wX9Yrub1k7LxCYt7ZFPQQ2jGumN089iOEDDjl4QB/p9t9SVAc6UHVFt+zXtx0Q9p22SPvOWMQYjyp71oZCa3sqsXyMfbu+6Jgqw5nhF1T5GDOTZrqO8Qg+6C/JhgFQhmV9KzZtJXbZTf+jWHn5tIIYmlRjhWGt2EnGJw/jt2b4FWjJDi3rlIGCPVrcl81tLLKJd1vzuoNC+Fma4wczHBquFSm4X6BkNYyHiRuJ+ligdcAUWCXjHNVLEEh/9j7tNQuoN2Ye9CzMa6DPJWGsongQpj5vPE57nD0RzPc4d0FY4zXIxoEWI0Ujm5qzQGWKZcg1iee+aAq9GJkpx0+Ruls1P1xW6lb+oj40yL1TXZJVlK5mFR3Ef3HgB6CTbKh/evjpomJo5P6+oltwthqR/d39K2BQMpksOrGJwUOubnUXl4b6qyv7i5UP5uF1+LNAd6Cm7S/A/+NQ90Pf27mDnrvPD71HcdFhGY89758XLKHlpY0ypcRGuw4dRl8l5cXi9vEC0xhzNRRNQql5zPn+uh8m3IEZB/ekzCnEMqZp3ClpknQ5IHlDLX7WYzsxo/powfm8aHXng5ZjvJiZ6yG1rM8iixGlduarIeO+f8TX9AwHJ6Vi6VjtvJ+n+Vcpk3ca1bDfPXJ3VRVdUhHNheVwFcT8489GiXJABfdZxgsvJDwiI7zNk8vRH/ErwZWdvsnjgF7vtnkP5DvhLuSUeCh8vaqKXJCdLSlnaWovB1AnjcXCCh6GTNRFc1nioljk2dmljzGRSR5HrWiCjGdnadIN6UF9lvFd+6Y5T1H3JU1TYAJIxshxYpMoSB3HPuXJ4DTnIeqqlGmI1bCixCQMFtKykH0aLCXkoRYV+DZoNrz2mXyr3DhHiYJlmX0CS0yUXjiFjMGFs93MMMKa5ghvKLM9iEbRPyfngYVbeCmRFC3An2udNCo7L5p5cYhJZE9sZ/akdleEzevkTNU4wPt40cvbw02Ql8zDBns43yk+A12Vbm2Ul35lqcutr5UWr3+guFRfc7uu/Jw3YNgnwZ7AC4/UXNTunXx/afED6+PfLS+96o74eeFTnCG+oDz+isX6wiNkMV3g7rpPzBCPHLE6rRxpsX3V+oHVg0X4oUddvT59Q2B+0S/VrxfNNwAzvl7Xz9W5RYvqjCPIJyYjda/gah6oNR+GXzIfNr9I/fovTSciP6X+Ny4w/RZ8YvXGdvwiVn6gPocxvh3vwupJ9SSHscaElOAvcpEal8DGIJisXJ55tB2aE5TioxyZ2IcFmw+ohTmDvU2zWCn3ADFXFdmIyiAQYOQiQICKr4n9TNdgEPR6yCx8MEJHmGc4dly5Vv0d9nB3Yc/RZ555RnnvRfzUi+oi+qYjKKT3yNXrCm4mXJ3gcwj+CpoVRgYDPo0ndo1VV3OAbGikjv2resmbfISPkAlORDnCXcNdoyxSaH6Pjh6bJR95+Io3Lrdk42Pq+tgz3LOk+N5Sf6T+CM+KBvhG3Bn7GcO5cJJCr6QAuVEZRNPiVNfY5xRoiUnkaiw+ch2Sma46tgYXrVd7YmNwJZEImQ43KkfgapQIJ3PlJiJq9dW71v0WP2zJwg+r62L9kU6+Sj2Jv4ZnwQX9a+xn6km+EVFPgT5W6rrNcyhvxRC1wCGN02fzscRAaLMULUlGTi9NUfWJedRxLdiElKlOPku8lXTqBg7ZGp0ZeVZBVqLprcuubIOxA+Oum7vT7el5VXZurLwj6BXVmzCpkdx7oOwUS5nb4MOlzYovOYR3G6mlr8a2DLRu7KsE2yAtNy3dIWHMqX93VreWhwWrQNFWke+cRd+x1ManMjHU20YnMn/LfclI4aVlQixoZHhOKgwlF4Tjj8qJtdm6qc7bDNe/ngZDtktF8Qc4PMHr/l2geEu6k5R8oUj8gY7wa6EYAD/FKr7i4zT0lDqi7TG1VJ/2JEEPYyFagtZStftpooZMN8Gn3qyBAhPf6bxyoFKehKkU2DqGlFPJzBrJ92n86T2BqUzwa571u2+dPxkrKWMiPZvMezqolQal9jMVmAE2Ew3vqa5opSGNbB49TsE+7Z+Gh5T5hci7wdzAqL72fGI3KOT1s/OKjO0SKTd8Gn5OwcQQzcrHqfvJzBqrWPMUxihsm10AvRBdz4XCx2WWxsy8YewgtU53CHKMaZKyw1Jma8oYl8ZTUCMWTqh21T6Ml8p4aUyOgxrFpRpNJDeqjOChKAL6yWE8BPzK6hMapoJaJq1oK7oH7P+4N4HJZV64M4Gb0pkwzdZkedzbVXi8sKiosLZv4equ1S+/9Pyjd25uLajvri3s8rJ9+R6/Jz8b35udl1Nc6q0JFzZ1h5vLs7OPZzkKakO9zeQodUuhO98TIIcdz85zZJeHfPbm1Qfu++pjj3HdnVckNsMrOgeGdAKKIeXNFL7sW4rIj9Lfrp1X72zdfOdXn3v55dWdaxb01cJ1wr7ycK23tDgnL1vdkk2vTjlj94XKsx155KLqZ9W7C/G9cFhLDTvseHZ2eXO4u2nRY4999b4Dq5str5Vt2H1bv95c+2/bvaGs5Xi8+R5XkxmDJRPvCvMRV5Hx6BKI34mUDAGmbT4/zHhBG4zOBCiIhwnmgkdxmk+Gl6/OfgvLF1eRGtrRKZd3lIJ3GWtRN57W4bbeM7K4aZoFzMsdnZx89uJrcb8tG69X/8lamMOVsSQHZmyLKHaw1c8dmxicbjHp+hsa88oAnRclUCrjZPKVyXntJgvtWcbrtu65cZ5OrHLoX7Zfc8BMq7Ls3jmxwRROlWcSYn7F/SNxukO+Nrgo7GasKbt/+927qwfeOqxzpnTt377OW3ZpF/eZJMIUtbEkNL86HhksduvEhxAZtGpMdalRDuCG1bJiGNdGMgMr887o2MjTiImsYk1slTHVMYYtYNeIam5/PZwRMwIbhgbKS8Q+mIX6qD9/LrAh0eQAbGsi1pzuQWjxUeQGWbU1leCmFnAEsOfRghP9NEY2InkSkpxWHvBmFEe8Z5BksYyod2YWZoLpJKqn7WUlZfYZpeWeGenlvrI0Lo2HwcEbaSoXuSfcAwF4HKVupZk8Dv7O9IyqUi0AK45BRpWiONxWPF99kRiwr6h3cByYTu7imRZRFHiacoXIS3kk1wajQkFNmxdf5nZBrLZyvvZEZqQXZRmR2ni7nUGVQHrQKtL77jBKxGsTaOasbkyayiPf6WhyZmomJY0qmuIvqUSqccEKqMl2SgCrlZMc+01GtoBvUvcQG/OKtpSCapkvWYSdSoQWknozFBj/niHcRh51EjfUlUlV8hp1TB4TI1A80TH+5JGybm9sYW/rxt7K5NLD8vwWGZ/5IRRcNyvDiD5XmITsSjZRdtMfY4E2PWYidmllGi9NWrsckxVncvUyl6ZeTlCbhJ1TFVNKfeL5eCHFb5/WnTM3Tnr/KbXnLf3uTXEgL7Gp50GeKOTIOBinIcTRKSNiyOMPkDfQtQ4aR5BbJWvaoRpbR5Cj0pB8RBnb+cbQ0MVy1YKr+6L/xtcsnKOs4xb6A+RHu6/7wiru50rtjtfuvxj4k2tXfLG9vVO++P7XdohUElK+eGjojZ0A410+ep/cKIcG5f5Hh/CY+viqL1zXTQ/Ey6JI7mxv/+KKn/8czkPuJEmb+xPqcods2ndsutJ2/z//85fChrZ24lrw6u1XmZS2r76ssvKyq01K21cxNW12TOvRhx7s6npIU9OGfZKcE5gXLB6oiStms/WPqZgdyOMN2evY3LjutYYglZBZ69esgAx+KR/0ztqnGFdeBKCISCO99INDejQVyyaPFMtegVl13EMBesJJ5zXPs2XzaQXzFFtA5jNHzXNqAxlp/E4ZqcEz4+whNoPX3hTk89CdwQTNZ1mXh1QgQgAj0QgepYMOTyFQo3jE1N40AJBK4wV0YiMgdUQZhXh0FJA0o6MxZLQuScsS0q8xj5R4MY38a/ELUwwD2yjmnS56yXWS6+MSxCsFykgOV6fKo6NkcobgIoFhH65L0xJTaeADrik2Sq49OsLL7MLOmvN68lEdaqecrxfIeFWFdUCdjo20ogvnuopmQFHCZLI04jHnIV0I1xVLvvJlZPGQ85acoQTlmqfPiQSd5U93APhYWhSD2ykoZsqGkjXfFgDbVMTgtmwuPwohcp+J18yKHKgAnpnGAIqdCXFj+Ik9jzDeske4m2OXyNEvJk+ckc5UdlbLqxjlkeHl4E13w7Q54bzBhIpLfwbiQJDLoJ9cMG7jLGJYFP0GjHPHMeOMJwx4qC6UJUxzG+m5leBduEAmMPXxmo7oryd54BdG8KU83dea8NTjjG5xZCFgwfKZn70FnDyk0NIwn4bZfJWR7/nwi2qHOi6hiXF8Uu3sBxH0YfUDWSUTatAeGAOqJx6gNBFlK+ijD+NcZZzzqR/SkVHjDGa/lfRLk/6AKCedlY6vDDMHqOMCdpaQR5OKTQP3FJVgAGsAKipIdlO9jDHu0Ylvc38ESV2q2m6nkQCZf015n3PGQjL3E/ztM+Mg0rsU7ulD3mfSX4Xf8qIWyDWxa30g1Xklg9t5cjXN/TIfiUUkuSRSHhtThrlHuUf9SVqHa5KyNc9ceeVC/b/wGrlIASnd9uIM/Dq56AXqAvxtJUXQUEHJYn/4G6bTaBYKLcF0VoKsj3SyJwE+beapwMJiruG0zDXI6pVwseS9AUrT8oFegNjOVOpluBIy89OKUrhHK0LqwshFSeVYRyy9EdAsjhcjIBdoViuAU0lRWohVMdeCNTlRsCmohB7YFNSaYFNBqYSnjkZJLouUwZU9CJdZ5F60YmlXVWVk6fIlpaVLVgxFKqu6ly1fhN2zP9vRccvsTMHR3tlZVNTZ2e4QMs/aFi7tSZvRs2Qwd0ZNeFaTT8zqXTzIQQaScgqs7VVwTyG4QRWJtqKa2ZXK56oiDWV5ada8spmd1dyVlbNrimyi+nhBXl6BWi1lWnKd2aKY7cy1ZEpctZTtstvIBl5Kz87LtOVni2bmtga0AW1nOAYtX5rB2ZMTpnV1FuG8Sdh0fhVXIaahYfJgLREwVfO8TSW8xcK1ru81pUVDTrW7wUPDk/g5fZ8531rbh0znwBZ3pAJY4jhRyMtSlloQ9+eJEh4Z6c+5vlzIf6YmuFYZIYE647PpFTNZAvXBjDZqn68KBldBdvXy2WSnr7G1JNBH5nbhvkDp7EZfGj2PJTsaK55p495SO/CLsT5PZwkZka14NzLlzlmJPZClWQS6Lo+GZCjGthZiDLDYITGVICUH08i4T0MCQ+9D5sjEFnhfud8wBtD774tIHY8OqOMMGacy5B11CArWidOC9STXqo7ce5d6/H383dGRGKOYfXbn+2RAGqXRxRGKhVAgqogpxvIEsagzqdId1hilcIvwAZAHDGNf9EcA47U8o44PS7TDGyHbZAoiHzGpkmZRZdcaOmMyz67NGg42fwCY7UC2gY7j4mPuQb/Ji8HfGYct8/PbelmPix+VYwcwvXT8oqWPTYoNN8WMOHpZeFzd5Mt6H64RwHYx0k2b7YgZNIdAG3uNNBCfJ42z2euwRZ7UdKDGsSDHTYfwANmPfRPH1Hn89cplv/2N6RegDCppGUzp6hE8jGNblDRv/rlUK2LzcbRMGYVL6p4TH2PPqVAxRC/zpfTye3RLiikwTcStHEMTLNnKkSaAWRxUv4it87A8cTzZxonAfpns5E0xEX3k5k2RnAI66zBHbxIjNjghSnOGnyQ6kxCNUdcmBWFM7ODAOmLymacihXTVqslQQePnwgJZgDE8QeWejkw+s4A9ZRYXbpv4L0s6s0KBEWaXkMc26JpYxjzBiOq6KT64btJ5gjNE5y62C54v+GIwPIB9eN5Zgw8oLGR15CxKnT0IFMksm+63gM3rPBqewUcNGs2agVmbABw4VDlMJle2dFiPILBpHZs2TjwIO3Lxh8PqCX6zkdNj8NpCpK+FWK0olWWC2qswmvhMNmvQ4aXqgdqnGEk2WTRjlQwZeGGcufYjgEEBjy+oFLElfhJThRmqM2GkOWpYq9zT7GZMuXqz0Gp0E/oa+hf0nI4qZnYChG3J0NhiFimjak95YgCGQzbrYrdlWBE8TljT/BRe5sLApo3MAGFDLDmejaYJbfi7xYHIZQfla/3+a+WDl0Uqi7MLczPyi8LVRebNMzKKwjVFgVXembVpddt3XhccvK/fmuP2ea2+FatWVlauXLXcL1X43DGUus3tq5D8y9mWFT6r1+fmIsZOmzNfXPnDtWt+sFJwFuTCofBlZROZrCvFyU1cLugMhBe1+hxWq8PXuijs73KmF3t9udUVM8rrWsrMu/IqbZnldWFP9exLM90FNr6A2DvZuYItI6PQkcNn580QhBl52XyOoxCnbkrdouw09llzbZl8WZGrjMuy2aWMAu1If8RFJyijGJlmJ5jGMqV95PmvR0eBpdDX1JJP8wcD9QJzPQlB3S3ljXuYwGK0T+2S+sTA5LGGpkJf5eLKm2Xf2o1rB+oCpeXrtu3etW2m5sWS24/c//mens8/cFd7cdbMW+69uzV49fYtM5lDK39o845tl3i9l2zbsXmJkzm0Zm7ZfjV/yyeBMcf4rlaLJV90emfOXdhA/VzlzQFXjqR5vpTv4/0mF1Z5hq+xeIaINDeY3wFusKaKAjBdCyoaPVKW1eHX3GBR/Mnwz9YkdtoaGr8fQAsZ/lTQ+mPh/JgM1pABk6GnlkraEMeZQu6Mj+X8kIwmr6jejOOYjDO0U0/S1RD3UeDY36eDw6il6hrql3JxYdzDgtAYKQOO2KVh1E7Zmpm3u1ysxoGpXd3xwEEaeMXTDIW7ILEpwLjQvN4ZgWp/miKcy+f9Q1NkwHI5eMnFv50Z07nsu/Clx4dBQmX4uECDKCBwe3hK93dszOT9589Sd7n6kuX7Orc9OHDAgKHzTR/18tehNuD31e47IFE3P5YuxM2vZ+7QW91qp9eevU296EJd/J/TwvbMvx97equd284u+T+3LbwgF/9CPa4PuvARWptnkue4GG2i6kfneZY0CoRZlCj+RKcV/jnnA4bYj/g3GiBSv296zOp70wj6TPW8WbhHfYnfT2NC6aYHz0UuONoT9zUBfmcV2g0xXTz9mG4SdjlBrmwKNLLl4ZW/2DFlwLdzV3PssykBXxMmWYljsblBXmfRMmGMFZlhjA9W8ZcOLj5HJLiwv46LJEeCnzLQxkocUM4NMjwxI9ZKwA8fYPhh2c7mWwynCigfllsyKT5gSryARBkAtZUUPbxkbxZMV73i+sl1zlNkz5M1yZdH/y0p0s+HkjY8DZloMjcwpcb5ZOtxeXVY5tH51dSpYqepRgKW5gZ04h+EpbH7pIBgD7TwQovTxzvxdETgyPs/Hlzzf9vVnx87pv68/aOP2nHtsWO4tv0j9esZ9jT/oJ/8T8tLb9zQ5GoqLCRvGxqn2P6/grhZn3iRH8GFq780rqJxo+nq7BlTbEcUm7VZOCE9qGGz9FkWD1rA4PAmJnN8fiWrJ4Z1hBYewUO6ki/n433qE8M6QmvcnIWpo8uKJ0WXJQStkzFmnClGOBXMTInnXsaxMoCWr6SZu3QiThFDNBOErfEQ0ZnSV0LxId8ti/1Bkv3lWe4ssjZTVpeQreIzlfNbytwlJqeJ4TjCb3L1CnRBsb9ZeY47TJbVIa6eXqa7qbe6eqBk0tR30LfXsmXNCJe45y4J1w+fLcac3VyWVBiMStbp7zDeJJcp1mTvKBCTvgMh62Qlq2FkzQhBloVQDf6DNA6S86fAjppcXRKlofuAGR34VGzr5KBQPjWExi1ldgYp2VPJYE/OFFXzQdoqWJZpKQh2KEnI4Q5q9rUXdJvZJ3jdfXCpJoR4srfIootFx2WjWb7zWSrloIduJxCEd5MmmYLGU6uVtYriEPKzydBexrmbML9/HD2Jvo2eQa+gV9FP/3+c6Wvw59lQNIKW3JqU2woyxv9Pzv5jl7Mgv/bA8L7JnAEMpfz/tEtAQFpDUdAk3gF1RKbWD3ABvKcxhrqoF1RLdpD0ZAcBZg6kUi8+Onmag2i0Uty4pB+SHFhewWGZvzI1yyGkt07o689+RGtvJapHTTTrHdlpMEZgWB4mmBfQ6BJA3dThoYSVyVkjlDaDdPs4dgCsk5q+1U0CqCU66yucxZ3l0KVBOpkkT545wuTEKbmCiBrX9NUoF0fw+86KeufEf9jscHLuQ0VUf49LuQlcegQySG44yRWNKX/g3GPKuzpmSeNpcxsxVdqb+QKk0kuBNCGQxlmpSJ8mqHnqlHxqGG8l/8aUd1RZ+c0wdwOpUi9TcW/wUcqn3gTU8pvkIPUe/o/KO5getJ9c8EvA1qMpoQooC6KBGsMIxJoDWAZ9c5rEHx0fsfiglwblemC0HaVbUnwKrNcDTmPkmSI3DJszyLBFTs4MO4OSs8fiblX2TtM2IHeMUgGMU+4zqgHK4hGlKIAuRldp469uYycmYFZhlpbp4aXpOaFSoPdoAsXTKxU5KaWS5hAJ6Mje9PS9DfvqB4O7gpX19ZXkY7B+X8OkW9WOJGOcUevqG6EzMVIkWdYkn3bek8a3qjjZCjfns+r5v4s/hfxf89hGefE+SbYv9yt9wEvI7EW8PK3MXmWuiYo7pdaEUVdSrRES79aj1ZqpY13nqg+8VhvUq7Tw11/UBwe5LCP8pWYWHUx82LKc8rAtT8HNQSAMbo7LdRefcbq1Oyz8X4kQxVlGgEfhEPocehB96R/FpnA+YAexD4AI6R/Pt/CBmZ4OPpMgQ8W0D/vf4GKQZPNlwGcshQ4FYuSUcfcs+TPhpDagf0qNOeE4TgrHY078eefgnP44uSnn4FzC47QIY0mlqP4LXPH8W9uUO2vr+EBtnbZqreh0HXe5yFy7f8GartXfZ3NtZ/28WheZ2nYXPuwqIvPULHxfVp6zNtw3IzgvHPRmZz9M5tnV4T4yz3apW9ghx7PtedneUEXuyOdf/d27VpRcdgplpqmr5Xa03ao+1nbrfLYa3VDkeriwm0yjXXXdbBr9/EvfJ9PohTCNdpGL66wI9oVrnXlZ6lUwZ1YmcitC3uw8O5tCF7nwveRSm/vC1QWOrIezs73B8LzgFe/+7tXPj2it9O/Ud9lN+tql5Jl8wlhIMj5Q2vNJohjq5SkTIqx8ouiDJQ4nAE4XPUdOTuDDKGJcGDaPQOdD8U+dtQjHOYpAGY8l0DA0CE3Cg94T2qEoT2hzTIqJ4Ok0VGbUTqeZUjsZjyDzAjL3zurcHJPpjqQojsRZOvR/k6iMKDKTULdQaZT4K1lfRECykaOMqC49SuCuqiBWbS3lAWMKfDCTlJxmLqsQo9ViDIi2xIn5ZC/49dFRsGXPUiIRsOXBdmUs+wAXVgy9efbi5OTP0dFRH9wDRuREZDYwSveoyAAUi1TwVUBRFrk3vatTLBsRcrB+9SwbL/VBmHHcCZo0Qe2TrlPd+jiiGRJwZepx0GsIbAPIRTyfGtYEyqAXZXk6lPwL00fFMqgEMH8h6wTwTQW0rsbzFdkV1oLKF0TCcEBy+shDsJM3GhqzCaYtvObasgGMEtA63FN//vOf1THNFuEn3fqBAZLk+37/e+Wpt97iKnfv3m1T75LxtfRNxv+XbV8USNphaR424f/oqI11lLSH5mG3MaS015bC4UeDWx7SuyQxzYFJaBd8DkZNSNqMmWWOkfAxkjlqAamDSbRzlBwUpsPQMiBFRaC1LolYD6N4Dm8iA5/Mtb4on+bQbvkkeQ4c0hjoBNpSypFf9ws5zYyJUkDTLmKuIsljcgd9SVYWxakSIxEdUs1e+DVZfTruB1KXmsgSJ37W0SE0gu+F0YDJJi92BqkdjWBBmy1gijRvsX/c0EmcKiBG+UnlsY8VFzFzCcjcXTL/l48d9ODIqAXlP0J6SsA9UfcmzFCxFHBINkYoLdB4Ie3kFHnpMH+CPzG8lHaOQOvF6Vm8XEjGg8RW9g0N80/EhoaHfiHjX0AliY1zZHarRfwyp+RfXYBWoTXoRnT/hTCwJml4+L2h83KwTo9kdxKmVpstJpuoWiORc3O18s9MTxZiaj5XIOJNIHT9e/5bF0bneuZnH4OLGuuYZhg9G9FcMp/qNVRAhw0dBUZ+SxG0bNRKfQKko4k/A9PzdAJDeNIzleIlS9smZWXkUXIZI3MhJ/8lFVOsDE6pCcrHJikyOVFARX0r7ktOfAZmrvMZlPOrSNO9sJkcvs5U3mJD9wK4ew1SeRmXqBsT6Ys5OU7tCy4T3b97GJ8eUd9RT0/CZaw+a6heZBqWj530oz4yB56HFqH16DIyt9uJ9qAbSLtKnTHQMFkpBrrvvHzg+sZNkH8Got2A+WG6B5480eHGTh8QifvDIS+ZXlCXL5aAerKehyXyVZ5Ri0NQHg5JJKRPnjBwxb5DQ25P2m847nXM/ZTj1Ia0HDGvrCBHUBWp0GmxOZyfh2C5+g55nSRH0f/4jQynw2ZxuKxYsLryeVu+87klcsU300p/XbF/iavUio8vlX3fTi/jdqfYcskzBlVesq+8dffcsZyynLIIeamRGaI90t9f1Lihzup22fFRE8U35fumh+GxvCK3teqyuoa1NWJxSb63fM+S9j3Kq4v3lLd8pv1Dz74l7XstuclCD2aG92rSprrIyHIxaUnb0F50G7oTfQu9Qj30TimRzx2ilwYXuyh5aTDTzsKb/Cflef/kPPx/EnLSyrrvv0gv2C0vf/7SrOJwgUCp2g/VOgfTPEXejvsZYfufPyUueOV1HtSWoC0BLenH5ff/bVHQVVFVpVeIBbc8syXDbW9kz7utd+71rVl+ro1xu+OcT4c2XpFB0Yk07G/aP4FcgGDK/pqBmogFyDxejGOcxlimkF6AB5msoGGNi81QnXF5ClkFmgcTY+z/67kyGZQjLAKoSHAm5vsDpO88l2ACMVVic1ia2ZpD3A9pGVSYeldguwUuvgfQQ+SexGkLhzg1yREheWo9TY59swqWpjTS4HdUTktkhGmEqD9Impfzx6ZVUSceSlDTitf3v4Xm2qYhRaJf9m3Js3p12kbC2QRdLi0CKSTNvuegJSn6Op/YT5/Ur1t27btwD0mS5kuodxJBnobghTtI1FXmkoRKrmMW6Py3jMz7B6i1ZNLpSWPqc6xWtaRxpHZTiZ5pi5Ppij6qCy/LipZJqKNT1/H5QmlLoXqKKvnw9mlVNUP4R3lQfTwcFuTYjDx+va72synTm09sBtD7UT+GXWlNUpyqQq2oHW1Eu5I1p7ChOQXDH5+oyZTSLqc7aCVoU+GPrNaF84dXbuArO50fGQpOyuAUTW66Sm+JGlYPkVZz2XPzR1a+fUNRfw0+kiD+FLs9tU19jLEhPUX/rB8NkpY4TEr/3ukooDHrwJA+YwTcxGowqZ85gpRYx2GfZt96YWJpCqLDvCaTBrw6lsttGdGYWSjNIl+65PpiHDk9zanWBWqqKUUdnXE5tVdrnXiHgjyRUl1SLSbL5fIQ/qusLJp+exBSdFBSVVB4DwjrpYGiHh/kg6kqKJYI6OgdYZp6w6CkN/bbUW4SLRR1TIlQGb0IjoAnzTyjAR2/Ek3vHmEm5IftTMiP/8RWIrcuLvh35Apd8G9MLeD/ycasuEjk41txmjagEqEtZgxuTtGVa47kc+gTqiqaPBWQGVbBWCzhlY0pT9DkKoecRhm0br+y5iyaWtrQgnQglSwYsoaX38CNJcsamvLwtVztKX87aaaZ8HvGzDJ2qZz6I/HfKEE1FPtmTOkTBW/sZs8KszpFpAmewo+bBW1M+qem+15vUjFNnrar60m1Ns/LY+vNykpx63cmWod2kPHjBobU/bQUlYVzajeLn7aKsnrCVueOndFUm+d4k1SbuT3/AOHkm72dbl2yWTmdbZfwTZNINuuZkbLGnZUDOXVME1PTEwZwCZMMxqdMvHtMKziaqCJszi+GswFvehmNDgCjqJFNKOg6Gzr1SDBgZ6FvfcGu5xwiHQIoke4D9CS4Eew7S5o8NxId9flkCE6IsrZg4AVpWuFozIcZF8l4zAfIHw75YiMQOiEjjrHEsYiONaknyKOMrFUQNaCMLroKkobuwQJohEqeEJ8CBtRjSTB0IQ6UHUdI1xg5I/O75ZiVf1mOfU+eBAkoMlYX+I9GAQdEvtahvjhCoTSaRDITWaCWuNVgJchCuaSUA6SEQygCjAuaDk2A+tZJURdyHlsQ1DRYSMYJxB7gOAWwEnV6e0OYpcbAbiHgsFDveXSUyv7SsBN1pkEEbsTHg8YTvQqBOqpk9QfHh/Fc9aXh48rzMi+KAm3pUXmUH6cwK+qYYwEfkAYBrdmREcaiBmVPngUPbmc9/wXiTBEhHZkQS+Vk/rsUbUKXoy1oO9ODMGwZc4cQpHcMTvoWvfWzvsGmbSAdHLPRKbdUEmC/mJLMJIYLDZMF3qKGtA68uOPl5bG1+nDCiqw8+lv4sCAweAobcnPBzYkfMo85UTkuwsteViOMEkVmtI9A107L7fPmtZtHLhGx9SgCo8aem9tQCLtEZD5Id3KafFJmX3wIzaeKMxuoFhrUa2DC0xVndHiu4UskNjlMbEi5amABe8pUWpQ8ZCavxVzNDUKkkF0VmZhd5XiyCGTD/oaGKnA5TYpNFlyPvscddqUpD5Fxtlfx0QCgRuUjm3POdcUhrLUgsq4HTIpc6m9pWAV7tZTZVPF1LBMjcHf1RXIspaGxnBE639N5dJF9krQQk71kn0RxGygFkkkiB5IoJJPgXiJF8YGYGo9SSSBbEkgieZSERYsN0iDeWQ1jrylVFZHxtJc8e4TJJUM0NH4T8IQDjhYnn4pXYPFGahzS0REiSE5s41H3HIApz+nW7+gsipA/8oCTLkYkbcdCIUudHXTA654jIsphMHRfixomj+3VlvuG9Pyevvz8JyIRXJBCUToe9YGhjtSrbRDN9inbcr18nzI+DnVAnxVJr5PiYnbuzeg2dBe6Gz2AHkbIBjBS3gkA5iCYBXYnbwf8k0Ra6EwsTZcmlLSRUPzFDCd/IEROFqAoGuwV/V4HOb1di2jCC/Q8vSE7m/R6QzBO4Jd++OjVWBAsHE9e1z3/y3998iprBsfxadbVj4n109Rl//96+xLwNqp73zmzSN5tWZJly5ZlWZZkxbtlWV5ie7xlsSGbsyFnJSGEJbyEbJCFTAIJJIGSxpdeUsLShvRS+kLDpdAWClehUNoLvU3hI4/etNy8PJKvwIMP2nIbW5rJO/9zZkYjOwkJ97vPtqzRaNYz55z/9vv//lKM/rDb0grtua1T80y5pklV/so0q9lWabOU5YJlENNeT6blCv1hLsOcVZBZYvolyriwCmWwP1UeSv8rl2vJ5bg8Sw6ryJnoEPp2xuf5k2x2n+1sevzja6zyjm4SY/Ar5doL0xKb6wsFxLPpaawJIU+GPZt9KKaI9C+3zCJio8xnzXLmkGlLJE90C4nk+5nrmGVYBhxgHiEYNhfuw2DM+iw+5LA0NYdLiU/c6rCYLbYCOzyJa32qgo0+GCiv6g17xv82liKTHdw8FnLmWiTAZmZ/Nv7xj4pQIAG5VvEojRUyTZ/ev4NDk3eJu4Q/XeNDVL4owg9kEcvc8L3W36ZQgEP43mXN5bnbc0ymnNvzypRvl2Vt5GNFmRcyi5DIZh8bzTqGHhbQL4VMgef4zIJMZVYa+6s0pcOck7b53EYhwVzjwyse6MEPI4YODPZLIv2Neaqq0s05yifZacp+ljvZ0Svpep/5NTz68phmwkG7gbmL2ck8ALgL/IysDmuAM8FwC3DXOtqammsRbvGQw26yApORl0hy0NzDnQJBrjnMgQjSBpYV/ltCZHzVvfzQifs2ZCAOmfj1wv3X+CxaWJOt4N8/ONJxK19a1VBVLnzAvmtzNj92g6m8uiHoFP6Paf/IyD8o97NZmTnF2dZjtR1ZzcdMf3nnwn1v8cvldoF9AykF/vL8Cgv6PP7nax0403J8ZQWo+8iZTPafi4MN1V4BLXTaEounDQl/MpXXNFaV8WnCH01fHBoZSZS6J7vw+PkZaq5e24WCOvqTzIdugk8agtq00D4+zyU6N25Prz0QQg48pYEpVIzHUieK4L+QNrKsZjyD4eflD3CwBGFB8iFpITZIX2qojJSX6CsWn1+nrJO+PD52AJ7Lk3seXIYQ4qDuL7zQ8kd/eHA+L7ACf+P+lfgzi7/iuUHTR8SgPBHF3TsmaV0Qd8JiX4JZexwrlTFenbn4SnlDGvqJYBZyS3PxH15QxHT2D2mK2xawWSvz0ak0pVPIELC5ZA1Y0c8SI6AoiFHlBMj5NL29MrBOXUbyqvrxnDOPSMsqFCYhCFLDwmGJNDeSVBiKJoYmi9B2LUWk43osJI+MlgLFrcoRl1uyRuzDU3qm2ibZxA55HemlojQ3vyI/PNTm3ri19/5e7kvcUCdoW7q6yynGprzbxUoZBdZs6fl1IlFBJb1t+If7Ov7CmlrQX2lboC4LsguINTdMXxzavDuDT7Ri2YDb7yOLFXZFjNWCKrKtBRnQiqxIzyAzhgYR1Nn3Vdx/IC/PTzQfOtsWwNgk9y4Ql7eXNI7unrBCZ/LYA5GA2WF2ELPD7IgEAC8gktu97ZHB+1e277q7Z08vmn9db3ZhNt7mHn5H8obm5RddZJ6cfur3x3d1rUU/Olj0/qmigwpj+uK3F/a8hfbnozLWIa5duEXK5OVpbSiO2MT72sUL54ry45+ufWLa+++/cK/ID15kik6dKkLznsKzlHZPZoJeK2UizBzmVmYjcw+NzQYILTHcY8TNcmaEZxe7Fyt0eM6h4Sn6gPmwAExrNChVKtjp91y5v46ipsPaGgjRhgtCbSiiV7dnb7P4rf9o9VvkD0hb2PZUvld9+MwT/LzcyQMzxGAsVjN13uye3KZVTeW95fjPumLHA3cOyG/RT3h1bs/seVNrtK0ay/vKUW+fdeU9e9cN1EyBlaFVD1Y5ahy9/e4ON0okO8lXsx6fxc58fCaKk1Z8LO1J87MZrJIhB1BatrXYW3BoLfuQw++y52IDF/eei1gPycgvrXYP4gHpYlm8Lj3XXup3OHyl9hzYRt7LsgrHpVvxRn8rxGvJnsqX1cB4wLHGAWYyeAbchFOni1QWwcIBpahiVlVLgykHaSDSAJSBBNwSfjeDLa66ENKRN0Ki6SFSqS4AvIqcdPaPP1+bli6wbLZp2Quv/e65DVhU8yxrFu5O9KuEQ5JJt7dV4Qom6ouxt8FmIM7jt2PAnvQUH4tfQP8TPZ15AV+pxZv3WYayVdmeoXB5+XlcjitL+ZJ3EeziV9L+mCAq1+VP2Zr/EEXPXWQSMVCRY5plEyP6OJJUHqNcre6LhTI30TIa2Fa3AgMWyDSfJWTh8MssXQCSDIbkaGKFuWNp39mzfYvlNyXKFwQOByB/lJAiLev76Ezfol1J5CbJWBpSWbYasQWQZNkSUmjiuVSTZgKjgHlMGYm+Bxxc70WVlwN3P/r8Eo0m4N6f/o+WGzo9GlHAjnXTpDULyuJvjCcKQDE4hPRe9J/m71/RTHP/N575l5FAxZK123u17P+9/zFQPPvmbf3clHHZ/zQLXcRjOIZ7VC5TABzvVmpt+kJ2PHxV6xNRmwt3onBIFE3YcMTWibevgn9xDLc+1n7BhTkm8S9W9HlFLgbiRRal/d4p5SgmMzJRkbHEUcTyKd79at0jHQMNXG1FBFWq1T3S6gJeJoeDmIBeS0h7T9YH5C5fFVBmKLU8q1LM0yqBV0j5oLhYUuFa5ZU1ZFhnEkRTO6luYknWWBVUOBe8CKLpmyMfgRIQiq6O4cujRZlMzGhqtbokAhJdEgGpUAQk2hkkHV5S05ApA/MoAJUZXkpWm0tCIdFloZAKhUIi4H8ALCojSCqqIo94+RgstmgFcY0+jVMR2Jyklw6nJDnQvmphAEFKlgznjyoUqTmqZlPDBas5SzKpp1StocJ9jhQvu1mvK58EMlpTygpZiCtGYLi4PBGXCCEy3fVu5KxL3HtptJxSJ3ajkwa/fCo4Lv6UgdUOLSH4VTJv03x5Ho+2cqaB6SAeBC+B/JuTPQkciaTEgt6dLpt8ZQyXc8/VAi0mpNKrNXslYKRXe9CVCkkov9Ei5CQGNEd5TqJ1e4kjSOs1snSFyhHc/1Wj4SoXI8ljb2Q6saZ8I75Hf4U6OebjicUf8Oppqo0OIKs2Uq8UtCMLuT87UnVAbc4Eri3V8QiwZ2RqvkM5feTWN3704MqINP/w6d3b5ouaM6q0uGbDnpHrd3/83Mq6BffMWPXC9LEv/E4RLhHVTPnxEm1+7Nx02+KKvDxEQqt8jQaUZoW77o2sfPBHb9z6LWT+8If1vetIyEKCw6d3ruirWPncx7tv+KeDd1X5Ns9kl+GDxuAAcqyzR5u4XZFZjY5IiULOqeigaoZkoK4i7ZMG9Zp11lviYA1ZNNChRZMgyTX4S2CqCifrzQPOw0CLO3aMlILUeO40IJIewYVL0T7gL1mrzjmcOI3yP4PtuVhCp9rjGW3GSegNC1QFcKucHphOkNAO+M+ly6CVYXYHdMdKZi2d4S0q+ynSil8ZPKa611SrUx2wq0E1TapiQXTpMt0cHeyE+lhgaD4KS/D3KJl0YvCeSpOX9ngB0+Zxw3SYYLj5oZkRF6n0vUhSLlnBW8IjGujr8SRx1sTomg8cn0/9yLqDt2zdNw3wchyXxuCxGLxpw/Zu+Oz5Xly6ZD1vdhimDTg2njzUHB05pUVhDqxLxlKMmTnCFZg4k+EU+tJr6T72dQydajxFbb8r03UySOfSTCfyQDNnJQlrCEfHTg8LPigOIAm+4bHT/NFx26tJ2PjOYD4mW8eHQSlTd5UodndcHyvHFmaE4DYWqLONh/JGWlQEtcXQm6A1fB7E6X2J6hnjfbUh6viA/8Qbj0j/ogQV8iU60FgMWo0YCKefTfYh0oqxccyVsmtLWha3YtQRsDzL3rr7DmUvJ0HPEoi/nVW1avSk3nugkX2Au0r2H+QBBNZ4XksWCKkREH0jKbiAzt50vmGS843Kqx5IR994wqHM61F0LMFc23yzJoryE6c5n/I53lle9V+bb3h9dFA5s1pFBevcXleSNVcpZ4zktkJtRb9n6exjw1cjcRL810obbtgw9LjrctzWJcHgVQidkbvQ4NcKHNk4UKlPJn1CXafroX6hll4IqU4wanzazJJaAVgHlYI7eFytPhWEeKkSwJTDwIRVToVoUaPqpMzF9+bk7K3f55pZ37q5pbilpAT/29xaP9O1r974TUsk0qKul78ax1LPq5Q6lFcngYfN7a0tkeaW1k2t9bNcexv2mk0mM35zzarHq1qaI8lv8BnoevlIIz0gPjDpvI2qvklzOjwqw8bELA4d7pHEdwhqavaE7AxB0rRMQ0aGzFwhCyOx7LK6ZZlCcixydW1yvLT1EQnRw8xgFpPqOVieEiYefGUe/O4BNVhdBjnry4UtiNcANjJT/m6LUSEVNEUUr+IuS/zNqXQViorTYVVGHlVysIw9dxHW/B1+Wx3epq6OA5waY9RXVVX1Ir6h9y/PGc4nGZXI+5yCyRL761yfDY7K/1ieXJW7Ly6pGqy6kXIFQnFq20kG2y5IctmuZNuROnneMCSBhwVwUeHtmvzg5RXUBgnQueZyxhzuCcVT3Fn+yjLTRdwkjU0h+6dYuGBhk1nT3FJX6nc6vMJ2k7ep0wPD30w0+RQjDhAoIMdlCZ3PKZSyrAUZKBboCtfX1Dol/Ax9luJwU2N9naPYV+JwelqCDjybAAPZ2MXzJluakyA6sPZptSA0xjvj5yX2XBp+i5/HEreJPc+wtFVIvmEmeDo8+h8AgceI3W1i0BplejyAXlIG+D/wJEatWnjAaWWsX2Zjyoj9JhKrB+oMgpMQtEEBzykRqvw7zDCzOHKQAKhWmIECNNXGAWFVvJE6xat0afipsNJ9J/s2T3l/j/I5y/CFXSfubjhwbuDClzb7plBos63AzBTYNodCm+y2hNS3p7vx0NNPH2rs3iNXdb0OWw5yn3IHo4k1uLviewl2/evOhr1/HMRdafndJ7o2DXx0QKnHezUcOnLkUEP3nj7DcuINcgp8YPS/7369a/PguQPoZGJNlDuoDOO+n3LvgFcMMmGme8K960oSd4VGMJm9zURKReyEg1hrhNR7BxMNHU3cEeVGVl+mGayWXf74Rnwfu+7p2tHz9CGlQm2F1HsHhJDEjUQTd/BvXKEZenZ03SNX2W3+XRZriK1VG8GIOKFPvVJlKeq+iuduVW+NOoBAfQ2ANwH0NtwA9vLA1z3vm9U7Mh9Q6zqREUPNWHLrTx+6igetuNS7YWfJJFdcoGnVkFkdtNukkBGhpd1lhLBhrmLuvJb71B8x4WWkoTfa1bHmdXUFfq66SfKgD2RmOFvKWCHxoa3RVb+sgYyGPkc9Gr26kkDX0njoJF3bsKze1Whz1CeeKGtxZmTCmBHY+NXVEFI9b2W6pLOS7FtSe8wTBjnlAwOHFogmv6BtcH/vTVzHftorLxT+zLbE31EuonrlUdbBrkzs5wJKC+pXXlHuQEuVk2kMFVkKYehh8VRNvIAScB0SbyXNuZ5o0wbVqyDMBKFwyjK+KkFd1hiE46pHC08z+iJiWBGqbahfWNXsYDORoFpBTFka/0lbPqYlChv4jDJJjtN05mYS26eeoXBTc7JeUAAbRV5IzQbxpqr8Lmx6NSOd9seOQL9rjkDXTdHnChxwR/CLu6cpprp8/JpbursLxsf5xHcR07DswNKlB5Y1IEZMiCzj6lze17e808Wu8mX2diQYIQVmk5+l3Ihva3HlAKfnaiBGc3Q7/hHfsfM8J72z8MnNU6ZsfnLhO8onBYh5p2PtvMbGeWs7Ek3+2uo532k+i9vGiHXxtpUpK1ZJ0vAiR5nBf2tlAkw/M+dSWZ4TyHaA7c+LNT3Ntc9zZocpWViewGLNqcyAZBiH1X342DiddTwsq3Llb37+1KY+qX3V3sPPzJnzzOG9q9qlvk1P/fw3vHz3tP6p8rAMf4l7y8VFbQHX9DtnTqImAjVCzCZ3V5lgot5/GkFgJePpLg3T4qSquVsOv7Zm+LC0otfr7V0hHR5e89rhLXOrkCxvyS2cop5WeWbgW9K6mnB7877Hn1PtHnp6b783PUcoiZTQk5ILMDACREgmxQyKVNUhhPZUgKEniT4MaMhCjw4iBJMsnY3UIETYKovrym228rpiUC6M8EHBQB2lwgaTCD4CJpQlvcQLFgZwDDiWlAoP1PmrRJGTprSlQADxv8RjSr/S9+GHfyKI6lT+0BJ8u+NpR6C8B60xZ/FIRCsi/hR4h0Rt+av3hpURtGb4PbSfeMJ1Kg4DLcdFJq4S3UXf4yRjBGIusxDbu0uJryNHgMRWY4QhiQBxYJFD/R6gjoabAumsXx/IFLhJhIlqt1iRx5eO+Jd4l7/a52StFRX+AuXd+q29/VuGw431nF/gwK3RPDx3To2yaRXa56wqs9TO33Jd6+SlfRWFyqPKeXRz33Sw5rPSEj90lXlarps06ToX9wTxHLEiVlffVjYqG7kD6W0zFgyGuCKfpxxO0Rge3tLfuxWfwlHnAAeHpazKSU5RM2fucPPQ4w+s8a4vmbt6S+/0PuUQcqLVheAv8PZ4Es+44BwtnjIX+qUSE0lhrrVcQeITg/7FEW4wynHTTD3uxMNIJIbV4i2iVUYgTVsLKtAkKqx/gMiGaqMeTk09wEo3K+J7KFA2AkIvzrDP57ktci6NKtQGuzOzpezM7mBtnCClZYmS4nyBdxgjcDFJIslL1O7rurl2lzVYgM4oZQVB667am7vQGTXbRTY/oEucMsg18dkFQuHoDfuwvihgBRgivvidYqk5mcN9XEzECNXk2O/YdZ/LB7kv5Yf/wt4RfwOb3FwvFC6UjkR5R+LkiYfPoCf5XGCcVA59sFr59SbUdhdquUv5VX7ipBLjGruU16NHZCd7/kg0FY0eJNjN65nZzDzcD4dVf9uVkZxoHME8tjO9+EYCIZUiOLULmkn/H2NKQgO15UlUUXntgAFzRMknjSifc8+L6zhpndgwynDPi4lcQRrX7wR4Fk0rF4yDC3mLpi1YqcOJWGkCjkwiSgEJmkkQ60ztZ6aUfubD0ncJ4WJUe5mPRDY4O7Ek1eAwWJLANIO7GKSJqZxjCGxIyE/3pBJ2qHwdwWRoS+uLYmG1WFkpVheKCSm5DNScpU5xmsJME52lsMSSpTGYXFLyTSYGv9QuK9UvnjOluHjK0KJ6vLxoCJbnLMbLSsxdl+dfNzi4zp9X5zYsK/8x3pexLOnDMPovDJWKXVhOSERGeC/VSKGJTROmjWacvOxXnvtMucg7fu7j8ci8dNPFUlsMlka3w0Q2WIUnMrZU6TBMhzxPpsPo3Dm1+nS4YE7li+Gl0yaNmw25y7XohHZUl5WzeF6rGoyUleKzvoRPe/kpsnbO3GjzpnfmBZuWrLpr1vgJcqJ3A3RXtfYidW/QZereoFylIQuwjEDNYM17AVF/s8E/M0rQE5Lul7jIqH6JMTzZ0WpYlAskaQtaVJbtSrUaFFwDZ0nxNBlinuQqzOB7SUc+ykXmC3vJNeFzsl+KQEOb6leBSlkkTsniMZ8IwwwNeXxEV8YX+gQWrjdqjiFF86IQIG9MkkhUBA9otIUA7A3SA/ivHKR2zFJSMZGEAhDhBFdVxwBE+ydojiyJLXRyPoqmpPTPV5EDaGIgGqDsBEcptwO62B1vfndFdmK7MD6SsLh7+4abgvhRcNkrD70pn2+Y4XTW2LLqu2dUXU0+IAuWBLtDYneOkWrdM/a9ssbEXJhQLotnXJGZIe5UnFnzyr4ZM4tnNjgjpcH+hpKrTQ/kIQxhoh7VKjw/DhHNm2jL6SoJpk7DSEeordGezn6Ncs4zVPf0uIGd2O0hOijrL3RqDnFnIUK/Rf+mNBphMwCBGYeqT2Oo/ty/vROCY53b++mBE6/UrmjSXPdNK/DEnLiJO8xOGV9nRJ6QccBwKXfccFX3izgHwlbF1d5WPKqMfBYdubaLR+vpXsy4Z1J3lc8EgedY5fSiBlEKZcbVXrv8FyyXoaFKqhqrSiTyX9fZr/mJvCxxBMbZOL2ltrrR0zC9taa2sUzrgeR58IYawDQrTUOKqVwLRFe3k3KcWMMDl7skvxNV/oayouvQUSVKCgJrQVOUHUXZ+Js71cxgyiedSXjBaLR7HIcfLTnrVTFMRcijkxaapCSD3xihbTRJhC6Ml2g5AQqpY5kkhd8YQO4oh5861WqgdrLEIFZ7shz4dy3g0kgwpKADmY2hGij+VoC2YGgFZPhKIHl2DIJ+IWh7IwtCZHce/16A700GHBT0mzC2Qm5L9TWgRodqdQC636Ox7ZHG4PRkRWDaAcWmCpWbXNiSRs2G4KM/B+F1BaR8AMHvIY1tgf/3226MbppaUjJ1U/TG2/A1KxLNGwP7iqC1ECn+zksD6+e1e/PyvO3z1g/gvZ2BmnytT+TXBPCKxE1QInpO9LPPojyjI2CkhpqR468vXvz68ZGaBmh0jliRBA4G+b+k0CpxxzQt3CDdN3nyfdKGhU1+p1RSnIGIAkS2RxnFJZLTz0vSEJzg/3e7QaPhXuf472i3eM1nnw0PsZnyV0P/be3GvYcbbUgaonI4hTPVSjDUem65Bfxu8FKZ1i203npE7TmUc5Ej9aIBli0wY5Q01cSMSqhlSP6KzRwa/uwzyC5HFOpAGM0AAmqC2QAKPTNKzRB5jsw3vR43Io8Dd+QrXc8atVmHv+ZyhqLkcqhu5yMxGpPO4cpYjHzz6Ui7HvwazzPPnYbLoC8znn8IxzwoQsAxb+TWY0g0SGNroVVf9dA48li0wvJmOLH56PD588PnzpH/oyKBvsDZ2J2SEobTs5L2Lf4vnI9HJe4H9JzkCoiFwJFzQZUcYKSljZeOrBEVcDv+nMKrR9hV8nePRJXXUecZmkd7RP4uu2rUqZ8ffSgpH5Dze8EKRh349wdqtixMctsl9l7jZRgslRAeq68Z6oL4STxcrQ6CqPuvgNaz4g31rHRPoElT/7RS26U8GC+lpE6ImzppeKJK6qohr9nKAZ8OJ+ZVfYgnOIUXff7g4Grp4MzBA92Thibt/s9Tx7f3m82XXKuYFx7e0JtlL7WmZ7Xd9shLJ9c1Lm3wtHd0By6zXt7va55c+IfuO2bV+Hujt9zZ2nbPppu9loJ8d9DhrfEH2uZ3lw90Ba1lwQLlj12rpgdmSd+b7V28Yulgrc1TVeAKVgRaZreX9YQ93A3dBwZnHpRWDwb9PrO5f/vxU/+5G1/ZJdfKub0bDi8MdHe0exqWNq47+dIjt7VlpVtL7VmXW89vcleVWIT63NDM26f0rJ7dWmGxBHtDRa3uwkBJrruuuc5t9bdXFgVc+aaBvMaBVX1L7p1VkVNc1TZQU+QryiryVfuKctxNBv9aclwzycpJlGeEvAKeYtztrAEzqAs0VgAIZEqlSv+P3voJqli0CFV8svSrr8Aa4ikPLJOg0FYo6/vcy6hQ+fPLyslf/IIyNUgqe4CbqWHamalUi+DoY1eL0WCtDJx3FONCRYEfwoEkjzJEOCO9PC31s+3cW0c2iuLGI2+d22ZYlrctXsi336Lspe5cjqHvixfG37xF+btO6SgwE/ZUlxPSXuUWvn3hYuIJTnyHOoTxuvibCxdzGrMzS/2kWOOitahoFQUtpgdoNQNXLE9omBGpmSQBCwtuL10tIvAOntA/yoxk4HM1+Js5poARmUHK7qtXqmxX0/E18AYw+eh57ioFMLhuPXicYlWDrMWfSJE2YkCBhv/iCwOoS3lz4Mf820aPcPGY7n9i4fISNWtysJjGl0l9zib8RGngEVRTMBN+MqC8rvxq4Dgy7K7T6/Lk45AUP2Zi1qRljjKUpTfBkJYEfc0Mt5pP8FuQwGH3AirfQmxMzjustOCNjqKjAjNKS0zxPxtGvz6KSDIDQbBz0pUi+iaCe4eea2LkNeileECZjn56iYh+2mUiYh4aDSNVs7GdnrIc9pgR5cVVVWtCTa0vjgGUixsxBL80fnNaAkr7QEJfNXrMS8VTm6lPEjQqOmYMFsqlaP1IlQ8vwQ6EiZYeQklRRkAsYs+GeQ2+lp4Wn0rsp8HZGhdsTOwCfVsiPKljtEaVefvZJJAL+oIIAZiu4SmtbT1VhNevvb23Sgu/QEAmRkIRhPQhDv1b+f7ZJFoLpA6SzLIJpF8ewdWTtgOMMKgUJKxIEMNhs8b1IEFtIlD/aRVDhnPhL8DZy5viY1zV6dMKA6ouO+zDG2HRxjI+4+gpZiJMB2W84EvZfLuNzWHxfFNRy2IBlN/JVlhVnZOEwbDsSicGk4e88cxDyPTRK7unT9/9ykfK2EMPKWPaJyR86zKTkPK/0I1RpQe9FsV3/4S6nMZc8hDq4S9Il5uQOEl5PIpeRa9GlcfVJbBytAqVrao1RvhstFsA5wyej4yhO2CzId7P9b+4f8AYZBu4/xfrwc7a+OqeaeLGp9/6aNvWc289vVGctufVjTAV1QQPvHZ2izE6tuXsaweCynvSgpZn3/3rLro17Hlu666/vvtsC2l7dUwna85TKRNkwdHlsYNoMZOuP0rVM8IdM0a5vAjvMfQP41FqmB5mJrOe2crspEeDCQLlcOYcDlJ+wSFVYLOXQJgDr7RjncNHCx/jhpkM7LRVyEo5f/CCoBOrFriptGE1j6sjh0MB5IBMskgoghUgeqlwefIOrL7X+QSLLZ//5zedDX4nB+n4pqwca66n0m5WPsstzbUF88xpPGJZa0lZdseM0kBhurmg2jedY3/dt252baB3UdhSZbE7fM6Kzhqnu3VWo3+w1Jo3qbpmbPVq9PqKIeViExCh0taAzL/HAoN9rTYuzWzi7rF6apy2SltWU2tDenZ+VjrH8s5Ak/sEvmlTfWs4I68sL7coP122ZFVFOl3uJr9N+VFvOLqpJzK/tTRdiGZmW/1t/roFfZX2wrmZuRkCujuPteTI6/mL1/0+LT/NqHPXY5mzltlMch6biHSG9nLYVUezrq6xgTCUgmuGhCVrCCq4WLwc/k3ZSW9k414EA6JmPVE1hG32hNpCHneo2+vqdDaJee6ivPLG9sbysuZ+X47XW5aV5fH7LeVNyDUkfZ99ZstC9ljbcZZbpu7WU453K5rsnrif83ov3uv6VAuBP83nFvvK3JUtlf5WX3565hK/2eLML/GXlQaaA5PaKvL4tKy05VnWnDTXLaxTuR39g3we/VBZgH6gfOz0l7mDkUp/ix92tOXDnsUBt1vbMz0zbXmhq4R7lFoe5GHS6lZGyd6gVq2GKU+3dFVhnRTk5JsQ5aKKCKrhjFsOpv4wgTjQ3CSYoJOk9hKlr9M+U1r830mJ5/Ew+4k09g4h7gGzleFZKsdXd7wwiOX4m4PHaaIjDRfJ+iEoJ5+gnyIhqZmGpB4S+Hi2ENWiY/WDM1/8CT4Uahs8TiwNqDgvYwuO8mBSqguNTghMWWAnToHkmq4KkTuhcAoF4LJHtaLbIBm+H/1k9rc72HcJXaelyklYPPFYbdrcVBS07FB5PLUvCL1nUbVFr6OiMt/id44WB9UEk4yXPs67PqJsL3WVubW98NG4HQ3bLdVFYXw4l7vM8IV2GuX3WFpqRw1U9jeVMlpFb93avYSlO97C5YfHJlq2PLFok9ZdNtYeXcRX5rHoZU+o4u+I4PYkQQqis4OMvUjSQQE9CX46PEOH336bwy9wkpnUbxWi+xGeVPDeYX2MboPCoNH9VyQvG8BWMMAfI99I8KIi9JrSE0U3Kk8Uqu/Rbyp3hQ6lV+mNohVoBRa8dCGK21WvMeYgWZ3M+FFL6LSa/PiTyQ4JBp7G5jAEgE3LPG3VRUXVbZ64qC3xZ/Jz4mJOfn4OH8vJjxPENKwf1bcwxWDpKdhklGzInblI2NjGa1FqmBwJ47UoOUrdAaNiihIlYP0pPsab4Kv3L6lCCYwT7TWfN/2dPMd+Zjlh1xtnr41/gj7w+BFfHXH5XXlj9PvormikNCOnomP5/cPzpeF2T3ZWeceN+2f2Lu+ptJsEq09c1jd1ZV/QbjLZA73L2Xur2/NcPnt1awu74xr3Nf1dvO2hQ4/1T33ysYdv7+68+YFHvtM7/envjaztGYu3L9+2a2tD/fbdO2/q7Lxp1/07Q41bd9y9pHVDe7XdV5zXWl3dzn/72ndP8p0Y/Wk0l7uGYULEeQaqr4O8+ywRC57SLF5q+DjseMzjUUso2JCa1yurKViiCEYDlikJEXJMFEmOgap9Gp0juGlRkkUCvuNFvAXi/kWKn+C6RDERoytEKWZyJrpf4k7g7tClnIZCLk6NT9HMGCyfVF8/CV+Ct42+mww1lYnVMwbxR3hjGa2SMs1foJUex2VEqRhnDzIzw2OnAXwyLPjQMEmMIilSWiV2M9RjoXV6oKalWhcJtw3hkgTlkTJgxVUw1CHlZqqyjQKiAbj9OFnmmc/lD1E+yiPu/vvM28wJ0rPbIU/k67qqVbO7vElZo4MXALoau+9v7z+3va9v+3Pv/+0+4/L6Uy8/umby5DWPvnxqvWE5RCyxBSGdgNbAtY4tMXNi4pHo8igz4VjqMrpPtc40a2xSb3v7tBsmi6K6AOdjLl5U/Y9MXi8KQsgkhkS6lszaeb0sb1yLGHXbUm0tbk/ruDw1u0EnBxWFPJ0ABF/GSNkooAIlxUuhd2IL/A7lYBTlK5+T0qcSETQJyKlg1ygjykgUywArmWlZs4yffTV+SiBFKDmfw6uFTT1hgNpRAwdAdrUqghhrBMZsQZ659ZX9s9k3pF4tgqkwO2uHNuigwh2z979y1uqpKiqq8ljZI4bEJTPCX92Ku5QOw+MYAyZwofzqPehNOPrYDtgXjpGSmoSwDi2aY+YYYYikVfZArzHRfqaHygtAp6HxyXWByln7Xr5lxo7e4YXbzr91dKNo8Y9fY+au79g/7ZaX982q9FvEjUffOr9t4XDvjhkpa2qGmf8HqrlbxwAAAAABAAAAAjMzAAAAAF8PPPUACwgAAAAAAL/9wYAAAAAA1Q223v///+YIIAgaAAAACQACAAAAAAAAeNpjYGRg4GAAAQ6G////P+BQYGBkQAWsAFxIBB0AAAB42nVTMVIDMQxc6S4ZZjJDkwp6Gjp+cH+4D6TnEaiCGV5BA+/gD+EN+UAahiaRZdmRnUOa08ljebWy5NUjvqDCTzC5SWar3xFrVCFR865aRCDuDe6ZJWBj3tr8KCluVnVh0CcPYV/w6qhzcy6j7/PeEFGFYkRaFU63mn3MvGlWRi3aULl95BhW7EFs95giCPysJw2fIu72qioh8dv4Naw3vtPfQb+RnInLJleg8Zaf0mqniGL6HbIg3mj0NGZVuyH+byIwmdauUeDpGVK2B7yoxq4V2+Kk1cT4R4T2euonTgS1vEFxUtq5KXmkR9WuyJUiWNdcD6O7q5xWdynmvOAgsUYXvphxoeImd/Ga6aroEcduhnIenE5eibO2CmbqWaCv93Ki4k6hW4EDlz44w4pcOv3X9XF56vIE+YRzO299RyWclIX7Be7rGx3La9LVdAYm0moEAAAAFAAUABQAFABGAF0AdQCYAYgBqAH3AhkCYQJwAt4DMgOLA+MEiASoBNYE7wVUBjgGsgcbB14HdAfIB+sIjgijCRwJeAnkCf4KFgowCksKoArYCzMLbgvHC+QL+QweDEUMZAx/DJoM1g1zDb0OKA49DlMOaQ8+D5EQHhCDERkRdBInEtsTKxP2FCQUjxTZFTQWChZvFr0XUheiGAkYIBh5GL4ZFBk2GWkZnBogGoAa4BtOG4ocDRxMHNUc9x1PHg0eNB5WHwofUR9xH6wfyyAHIHUg2iEcITshWCGFIbMh9CJUInoipiLjIvsjYCOnI/gkRCVPJXglmiYbJnUmpya/Jw4ncieWJ/oociiUKKUo1SkeKXgqDCpBKpsq0ysHK5ssAywaLFIs2C69LvsvGC81L68v+jCDMM4xLjFgMZIxuzIRMh8yNTJLMnQypzLmM2UztTQ9NH40mTUHNVo1ZTVwNXs1hjWRNZw1pzWyNhk2nTbcNxw3bDe/N/w4OzjOOT85gDmiOgY6wjsvPHg89z3HPe4+HD6dPw8/e0AJQSJBVkH+QjFCv0N8Q8dD5UPwRFlEmkTPRRlFnUX9RopHFUc5R3lHqkgySKhJHEnRSjFKm0rjS1xL2UwcTE1Mck0bTVpOPk50TulPO0+XT8JP+lAvUGxQmlDSUQhRfFGwUiVSMFKhUu1TQlO3U+lUW1TPVS9WBVamVzFXileoWEBZW1mCWiRaTFrgWv1buVwfXK9dAl2TXa9dvF3YXiBeb17fXxZfrWAKYHdg+WGRYcFiNmLSYy9juWQfZFZkd2UWZalmX2aDZuRnMWefaDxocmj4aW1p/mpiauZrfmwRbPttqW5yb1tvhm+fb/NxEHHUcl9yjXLNc1tzzXRXdI503XVxdeh2SXaZdz13k3g4eSF5rnnteoN62XsUe2R8H3xzfMB8/30+fb9+Kn7Nf3GADYBagPKB2oJigqaDm4P8hEGEiIUShXCGA4aThsiG84fSiGaI5okoia6KWYrDiyiLuovsjCCMcoy5jR6NUI2FjbOOGo5QjnOOqY8Uj02P1ZB7kNGQ8ZFCkXORw5H3ki6SYJKGktiTC5NplGmVTZXPlkyWtJdQl/qYmZmWmcKZ/JpXmqSa/JtZnHmcuJ0dnVedd527nlqe1p8/n3GgR6ESoZWh26Ieopyi66NMo7Sj/KR0pK2lfqYJplinKahPqLipmqocqqqrXawyrHKtAq1JrXutzq6ErquvB69fr9Cwc7EUsXSx6LLRs6e0cLUItZC1+ra4tzy3drfcuBe4c7j6uTC5lLoIupi7BLutvAa8Hrw2vNC9PL3Svmi+u79hv9e/7MAOwIzBCcF8wjDCbsLCw1PEBcR3xLTFTMWpxfLGgMcYx9DID8hryRHJisnbylLKf8rIytjK58r3y5PML8x3zL7M880pzW3OZM6jzwvPPc+wz9XP99A80KjQ3NFL0ZrRvdJ40yrTotQ11FzUmdUI1UvVfdYf1nbWp9a/1urXadd013/Xite92B/YXwABAAACOwFeABUAXAARAAEAAAAAAAoAAABkACkAAQABeNqVVE1rE1EUvZOZtLFNQ/GL+lWzUKgFEysu/MBFqaKg7cKq4DKdmaajySTkk4C/wpW404UgFNGlogguXbh2JbgUXLgWF5575iV5aYMoYd477757z73nvpcnIiedj+KK47mSkqwIcRp4FivFE7QfJZ6kfYE4Q3yeeA/iArlusCPzsm1wSnLyyWDXsnsWTsucfDF4Qg7LT4MnpeFMGZyRReehwdNy23lu8EzqsfPL4NzAPmVpmdY6vUfEWcueU+w9I57VOr2XxPuA93rviPdb/gfI85n4oGU/xNivxEfo84P4mOVz3MIn6P+beFFxOtF4mnhOccaqP2Plylr2bF/LmtSkIVUpSQVoQ3rOjIRyX2L5jm+4ty4tzDHOqQRb4D5xX7vv3Q/43rhv3W15IXk5K2dkSc4BrUokPvxq0sS3idi8rJCtzrEESwQUSwE7y+CvYL4FW1m2sNfkKsQcwruDMYDnCmyrZL8iN5FNI5v00Qj1L0sbTFrhXUY2TRatrcD6Eo4+gx2/zvgaxjyitIISvharDWCtkvcBbKpId7boO05rmes21Pa9fcxVrLWHEZUV/qNL2pMWrBeliF+XvwL4dsYXTJ4icI8sZfLUwdCDdZNsqrYo91hhnrp6mNvsRKIr0d/31k7ous6ealatRs8krzfG6sVVuYO+LpvYhrVTZ50BsvhkjHgqXebyMY7Pm6zV18e5tnkOAX1rGAPu13niPVYZc1dzRYbBN1whR71tO3XrfoVoAVGnMOtZbwwyjasq3sX87z0asgdkKsPW4I1osW5/cOrjtSfZd9d1yeqAKkm0tJivf5+UP9EawNKl8hrv93ilSZ9LIz0Nea41MyaqEtzmHW0zUqvtUE044FHPCv8Tfzuh4Yuk7040WH/Dyn6twpE3ia/SyH4sPW/eW/JueNe8yxgvjDDFiF+DX4fq40SJ88p56grPZBmeDWjRmkp/ABZPDmQAAAB42mNgZgCD/34M5QxYAAApKgHIAHja28CgzbCJkZNJm3ETF4jcztWaG2qrysChvZ07NdhBTwbE4onwsNCQBLF4nc215YVBLD4dFRkRHhCLX05CmI8DxBLg4+FkZwGxBMEAxBLaMKEgwADIYtjOCDeaCW40M9xoFrjRrHCj2eQkoUazw43mgBvNCTd6kzAju/YGBgXX2kwJFwDEASgaAAAA') format('woff')}.editorPreviewContainer{height:500px}.propertyName{vertical-align:top}.search-results .page-header{margin-top:0}.search-results .page-header h3{margin-top:-3px}.facet-list-group{margin:0;padding:0}.facet-view .panel-body{padding-left:0;padding-right:0}.facet-list-group-item{padding:2px 15px;margin:0;font-size:15px;list-style-type:none;cursor:pointer;border:1px solid transparent}.facet-list-group-item-title{font-weight:normal;padding-left:3px;color:#000}.facet-list-group-item.active .facet-list-group-item-title{font-weight:bold}.facet-list-group-item.active{font-weight:bold}.facet-list-group .facet-list-group-item:hover{background-color:#c0ecfa}.facet-list-group .facet-list-group-item:focus{border:1px solid #c0ecfa}.rating-facet-group span.rating-star{float:left}.searchterm:before{content:"“"}.searchterm:after{content:"”"}.handlebars-search-container .loader{text-align:center;padding-top:50px}.facet-clear-all{margin-left:15px}.fa-spin{-webkit-transform-origin:50% 47.5%;-moz-transform-origin:50% 47.5%;-o-transform-origin:50% 47.5%;-ms-transform-origin:50% 47.5%;transform-origin:50% 47.5%}.facet-view .btn{margin-left:12px}.facet-view .show-more{display:none}.facet-view.short-list .show-less{display:none}.facet-view.short-list .facet-list-group-item:nth-child(n+6){display:none}.facet-view.short-list .facet-list-group-item:nth-child(n+6)~.show-more{display:inline-block}.facet-view.short-list .facet-list-group-item.active{display:block}.facet-list-group-item-title-container{overflow:hidden}.facet-list-group-item-title-container.radio{margin:0 0}.search-view-results{}.entity-information{padding:10px}.entity-logical-name{font-size:12px}.entity-title{font-size:24px;margin-top:-10px;margin-left:-2px;margin-bottom:-5px}.entity-bread-crumb{font-size:12px;font-weight:lighter}.entity-date-modified{font-size:12px;font-weight:lighter;margin-top:-10px}li.note-item{padding:0;margin:10px 0}li a{margin-left:3px}
.validation-summary-valid {
	display: none;
}

.btn-line {
	margin-bottom: 5px;
}

.nav-account {
	margin-top: 20px;
}

.page-content {
	margin-top: 20px;
}

.messages {
	margin-bottom: 20px;
}

#terms-and-conditions-section {
	margin-top: 50px;
}

.terms-and-conditions {
	margin-top: 30px;
	margin-bottom: 30px;
}

.login-heading-section{
    border-bottom: 1px solid #e5e5e5;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 21px;
    color: #333;
    font-weight: bold;
    padding-bottom:21px;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 19, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
h1.underline, h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px; }

@media (max-width: 767px) {
  /* line 28, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .text_center-mobile {
    text-align: center; } }

/* line 34, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-lg-home {
  padding: 20px 40px;
  font-size: 15px; }

/* line 39, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-info-home {
  color: #fff;
  border-color: #fff;
  background: transparent; }
  /* line 44, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:hover {
    color: #000;
    border-color: #000;
    background: #fff; }

/* line 57, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb > li a, .breadcrumb > li a:hover {
  text-decoration: none;
  color: #666666; }

/* line 63, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb > .active {
  font-weight: bold; }

/* line 75, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center; }

/* line 86, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
  background: none; }

/* line 93, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background: none; }

/* line 102, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
  border-color: transparent; }

/* line 112, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: transparent;
  border-radius: 50%; }

/* line 122, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top {
  border-width: 0; }

/* line 126, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top {
  border-width: 0;
  margin-bottom: 0; }

/* line 130, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-default {
  border-color: transparent; }

/* line 134, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.homelink, a.homelink:hover {
  color: #fff;
  text-decoration: none; }

/* line 139, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.register-bar {
  clear: both; }

/* line 143, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar {
  min-height: 67px; }
  /* line 146, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar .navbar-collapse {
    max-height: 510px;
    box-shadow: none;
    border-top: none;
    padding-top: 8px; }
  /* line 153, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar .navbar-form {
    border: none;
    margin-left: 0;
    margin-right: 0; }
    /* line 158, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top.navbar .navbar-form .form-control {
      font-size: 1em; }

/* line 163, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar {
  min-height: 67px; }
  /* line 166, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar .navbar-collapse {
    max-height: 510px;
    box-shadow: none;
    border-top: none;
    padding-top: 8px; }
  /* line 173, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar .navbar-form {
    border: none;
    margin-left: 0;
    margin-right: 0; }
    /* line 178, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top.navbar .navbar-form .form-control {
      font-size: 1em; }

@media (min-width: 992px) {
  /* line 183, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .fix-navbar .register-bar {
    display: none; } }

/* line 189, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom; }

/* line 194, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom; }

/* line 203, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold; }

/* line 210, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666; }

/* line 222, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold; }

/* line 229, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666; }

/* line 239, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-brand {
  font-size: 2.11em;
  font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232222;
  position: relative; }
  @media (max-width: 1200px) {
    /* line 239, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top .navbar-brand {
      position: initial;
      height: 42px; } }

/* line 251, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-header {
  padding-top: 8px; }

/* line 256, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top .navbar-brand {
  font-size: 2.11em;
  font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232222;
  position: relative; }
  @media (max-width: 1200px) {
    /* line 256, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top .navbar-brand {
      position: initial;
      height: 42px; } }

/* line 268, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top .navbar-header {
  padding-top: 8px; }

/* line 277, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse {
  background-color: #232222;
  border-color: transparent; }
  /* line 281, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar-inverse .navbar-brand {
    color: #fff; }
  /* line 284, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar-inverse .divider-vertical {
    border-right-color: #fff;
    border-left-color: #111; }

/* line 289, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse {
  /*background-color: #232222;
  border-color: transparent;*/ 

}
  /* line 293, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar-inverse .navbar-brand {
    color: #fff; }
  /* line 297, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar-inverse .divider-vertical {
    border-right-color: #fff;
    border-left-color: #111; }

/* line 304, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #fff; }
  /* line 307, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #36F;
    background-color: transparent; }

/* line 315, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link {
  position: relative; }
  /* line 318, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .menu-bar .shopping_link .cart_amount {
    border-radius: 100%;
    height: 17px;
    width: 17px;
    position: absolute;
    bottom: 6px;
    right: -6px;
    background-color: #36F;
    text-align: -webkit-center;
    line-height: 17px;
    font-size: 9px;
    padding-left: 1.9px;
    color: #fff; }
    /* line 332, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .menu-bar .shopping_link .cart_amount:hover {
      color: #fff; }

@media (max-width: 1199px) {
  /* line 340, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top .navbar-collapse .nav > .divider-vertical {
    display: none; } }

@media (max-width: 1199px) {
  /* line 345, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top .navbar-collapse .nav > .divider-vertical {
    display: none; } }

@media (max-width: 767px) {
  /* line 350, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar > .container > .row > div {
    display: block; }
  /* line 354, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative; } }

@media (max-width: 767px) {
  /* line 359, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar > .container > .row > div {
    display: block; }
  /* line 363, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative; } }

/* line 370, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent; }

/* line 377, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group {
  margin-bottom: 21px; }
  /* line 380, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group.border-bottom {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 84px; }
  /* line 385, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel {
    border-radius: 0px;
    border: none;
    box-shadow: none; }
    /* line 390, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel + .panel {
      margin-top: 5px; }
  /* line 395, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-heading {
    border-bottom: 0; }
    /* line 399, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-heading .panel-title a {
      text-decoration: none; }
      /* line 402, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a:hover {
        color: #36F; }
      /* line 406, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a:before {
        content: ' ';
        background-repeat: no-repeat;
        display: inline-block;
        width: 22px;
        height: 12px;
        background-position: -92px -5px;
        margin-right: 10.5px; }
      /* line 417, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a.collapsed:before {
        background-position: -5px -126px; }
    /* line 425, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: none; }
  /* line 430, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-footer {
    border-top: 0; }
    /* line 433, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: none; }
  /* line 438, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-default {
    border-color: none; }
    /* line 6, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
    .panel-group .panel-default > .panel-heading {
      color: #333333;
      background-color: transparent;
      border-color: none; }
      /* line 11, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
      .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: none; }
      /* line 14, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
      .panel-group .panel-default > .panel-heading .badge {
        color: transparent;
        background-color: #333333; }
    /* line 20, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
    .panel-group .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: none; }

/* line 446, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
body {
  padding-top: 0px; }
  @media (max-width: 767px) {
    /* line 446, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    body {
      padding-top: 0px; } }

/* line 455, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_down {
  height: 50px;
  background: url("layer_down.png") no-repeat bottom center;
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%; }

/* line 464, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_up {
  height: 40px;
  background: url("layer_up.png") no-repeat bottom center;
  position: relative;
  z-index: 20; }

/* line 471, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-margin {
  margin: 21px 0; }

/* line 475, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.color-inverse {
  color: #fff; }
  /* line 478, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .color-inverse h1, .color-inverse h2, .color-inverse h3 {
    color: #fff; }

/* line 486, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search {
  background: url("helpdesk.png") no-repeat;
  background-size: cover; }
  /* line 491, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-inline-search .row > div {
    margin-top: 100px; }
    /* line 494, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div h1 {
      color: #fff; }
      @media screen and (max-width: 600px) {
        /* line 494, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div h1 {
          font-size: 16vw; } }
    /* line 504, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div .form-inline .form-group .input-group {
      margin-right: 21px; }
      /* line 507, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .section-inline-search .row > div .form-inline .form-group .input-group .input-group-addon {
        background-color: #fff;
        border-right: none; }
      /* line 512, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .section-inline-search .row > div .form-inline .form-group .input-group .form-control {
        height: 60px;
        border-left: none;
        box-shadow: none; }
        /* line 517, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div .form-inline .form-group .input-group .form-control:focus {
          box-shadow: none;
          border-right: none;
          border-color: #ccc; }

/* line 530, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out; }

/* line 540, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained {
  position: relative;
  height: 400px;
  padding-bottom: 56.25%; }

/* line 546, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained > svg {
  margin-top: -100px;
  position: absolute;
  display: block; }

/* line 552, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.contained .row {
  margin-top: 80px; }

/* line 556, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer {
  position: relative;
  color: #AAAAAA; }
  /* line 560, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  footer .footer-top {
    width: 100%;
    min-height: 130px;
    background-color: #232222;
    display: flex;
    align-items: center; }
    /* line 567, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top h3, footer .footer-top h4 {
      color: #fff; }
    /* line 571, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top .list-social-links {
      margin-top: 25px;
      margin-bottom: 12.5px; }
    @media screen and (max-width: 991px) {
      /* line 578, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      footer .footer-top h3,
      footer .footer-top .list-social-links {
        text-align: center; } }
  /* line 584, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  footer .footer-bottom {
    width: 100%;
    min-height: 36px;
    background-color: #000;
    font-size: 12px;
    display: flex;
    align-items: center; }
    /* line 592, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom p {
      margin: 0; }
    /* line 596, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom h4 {
      margin-top: 0;
      color: #fff; }
    /* line 601, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom ul {
      list-style-type: none;
      margin: 0; }
      /* line 611, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      footer .footer-bottom ul li a,
      footer .footer-bottom ul li a:hover,
      footer .footer-bottom ul li a:focus,
      footer .footer-bottom ul li a:active,
      footer .footer-bottom ul li a.active {
        font-size: 15px;
        color: #fff; }

/* line 621, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links {
  list-style-type: none;
  padding-left: 0; }
  /* line 625, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .list-social-links li {
    display: inline-block;
    margin: 0 10px; }
    /* line 634, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .list-social-links li a,
    .list-social-links li a:hover,
    .list-social-links li a:focus,
    .list-social-links li a:active,
    .list-social-links li a.active {
      color: #fff; }

@media screen and (max-width: 993px) {
  /* line 642, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h1 {
    font-size: 65px; }
  /* line 646, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h2 {
    letter-spacing: normal;
    margin-left: -3px; } }

/* line 652, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.user-icon {
  width: 16px;
  height: 16px;
  background-image: url("register_icon.png");
  display: inline-block;
  margin-right: 7px; }

/* line 660, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title-container {
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  padding-left: 15px;
  padding-top: 28px;
  padding-bottom: 28px; }

/* line 668, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title {
  margin-left: -35px; }
  /* line 671, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-title > span {
    margin-left: 3px; }
    /* line 674, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .article-title > span .article-author {
      font-weight: bold;
      color: #36F; }

/* line 681, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-content {
  margin-top: 15px; }
  /* line 684, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-content > p {
    text-align: justify; }

@media screen and (max-width: 993px) {
  /* line 690, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-title {
    margin-left: 0;
    text-align: center; }
  /* line 695, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-author {
    text-align: center; } }

/* line 701, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .header-search {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #eeeeee; }
  /* line 707, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .header-search img {
    max-width: 350px; }
  @media screen and (max-width: 600px) {
    /* line 711, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-search .header-search h1 {
      font-size: 13vw; } }

/* line 718, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .title-search {
  font-size: 26px;
  font-weight: bold; }

/* line 723, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search input {
  border-style: none;
  padding-left: 10px;
  height: 60px; }

/* line 731, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-left > img {
  max-width: 240px; }

/* line 736, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body {
  padding-left: 20px; }
  /* line 739, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .media .media-body > a {
    text-decoration: none;
    font-weight: bold; }
  /* line 744, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .media .media-body .media-heading {
    margin-top: 5px;
    margin-bottom: 20px; }

/* line 753, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.cards-container {
  margin-top: 84px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    /* line 753, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .cards-container {
      flex-direction: column; } }

/* line 768, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-inner > .item {
  margin-right: auto;
  margin-left: auto; }
  /* line 772, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .carousel-custom .carousel-inner > .item .carousel-caption {
    display: flex;
    align-items: center;
    top: 5%;
    left: 5%;
    right: 5%; }
    @media screen and (min-width: 768px) {
      /* line 772, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .carousel-custom .carousel-inner > .item .carousel-caption {
        left: 5%;
        right: 5%; } }

/* line 788, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-indicators li {
  border-color: #232222; }

/* line 797, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms td {
  padding: 15px 8px; }

/* line 803, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms tbody tr:first-child td {
  border-top: none; }

/* line 812, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll {
  height: 400px;
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 820, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-header {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 5px; }
    /* line 830, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-header h4 {
      font-weight: bold;
      display: inline-block; }
  /* line 836, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-content {
    padding-top: 25px; }
    /* line 839, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content p {
      font-size: 14px; }
    /* line 843, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content form {
      border-bottom: 1px solid #bcbcbc;
      padding-bottom: 10px; }
    /* line 848, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content .poll-buttons {
      padding-top: 20px;
      padding-left: 11px; }
      /* line 852, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .poll .poll-content .poll-buttons .btn {
        padding: 4px 14px;
        font-size: 14px; }
      /* line 857, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .poll .poll-content .poll-buttons .btn-default {
        color: #000;
        border-color: #000; }
        /* line 861, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-content .poll-buttons .btn-default:hover {
          color: #000;
          border-color: #000; }
  /* line 869, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-tags {
    padding-top: 10px; }
    /* line 872, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-tags h4 {
      border-bottom: 1px solid #bcbcbc;
      padding-bottom: 10px; }
    /* line 877, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-tags .tag {
      display: inline-block;
      background-color: #e1e1e1;
      color: #232222;
      padding: 5px 14px;
      margin: 5px 0px;
      text-transform: uppercase;
      font-size: 13px; }

/* line 889, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  /* line 896, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > li > a {
    padding: 4px 20px;
    color: #36F;
    border-right: 2px solid #eeeeee; }
    /* line 902, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > li > a:hover,
    .nav-sidebar .nav > li > a:focus {
      color: #232222;
      text-decoration: none;
      background-color: transparent;
      border-right: 2px solid #555555; }
    /* line 909, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > li > a:before {
      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;
      content: "\e250";
      margin-right: 7px; }
  /* line 926, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active > a {
    color: #232222;
    text-decoration: none;
    background-color: transparent;
    border-right: 2px solid #555555;
    font-weight: bold; }
    /* line 933, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > .active > a:before {
      content: "\e252"; }
  /* line 940, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active:hover > a,
  .nav-sidebar .nav > .activefocus > a {
    font-weight: bold; }
  /* line 946, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active > ul.nav {
    display: block; }
  /* line 953, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav ul.nav {
    display: none; }
  /* line 960, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px; }
  /* line 970, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav > .active,
  .nav-sidebar .nav .nav > .active:hover,
  .nav-sidebar .nav .nav > .active:focus {
    font-weight: bold; }
  /* line 977, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 60px; }
    /* line 982, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav .nav .nav > li > a:before {
      content: ""; }
  /* line 991, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav .nav > .active,
  .nav-sidebar .nav .nav .nav > .active:hover,
  .nav-sidebar .nav .nav .nav > .active:focus {
    font-weight: bold; }

/* line 1002, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-menu {
  margin-top: 8px; }

/* line 1006, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px; }
  /* line 1013, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search #q {
    min-width: 200px; }
  @media (max-width: 1199px) {
    /* line 1018, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search .input-group-btn {
      vertical-align: top; }
    /* line 1021, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search #search-filter {
      width: 100%;
      text-align: left;
      padding-left: 25px; }
    /* line 1026, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search.dropdown-menu > li:hover, #navbar .dropdown-search .dropdown-menu > li:hover {
      color: white;
      background-color: transparent; } }

/* line 1034, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.tabs-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px; }

/* line 1047, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.help-block.error,
label.control-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
  color: #a94442; }

@media screen and (-ms-high-contrast: active) {
  /* line 1052, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
  /* line 1056, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; } }

/* line 11, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.pr-color {
  color: #36F; }

/* line 16, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.blue_border {
  padding-bottom: 10px;
  border-bottom: 7px solid #0b80d0; }

/* line 21, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.page_section {
  position: relative;
  background-size: cover;
  color: #000; }
  /* line 26, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .page_section .row {
    padding-top: 25px;
    padding-bottom: 100px; }
  /* line 31, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .page_section h1 {
    font-size: 71px; }
  /* line 35, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .page_section h2 {
    color: #666666;
    font-size: 40px; }
  /* line 40, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .page_section h3 {
    font-size: 66px;
    font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  /* line 45, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .page_section p {
    border-top: solid #666666 1px;
    padding-top: 5px; }
  /* line 50, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .page_section .btn {
    margin-top: 50px; }
  /* line 54, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .page_section .form-search .btn {
    margin-top: 0; }
  /* line 60, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .page_section .section-landing-heading p,
  .page_section .section-landing-sub-heading p {
    border-top: 0; }

/* line 67, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.form-search .btn {
  border: 1px solid #ccc; }

/* line 70, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.form-search .btn-default:hover {
  border-color: #ccc; }

/* line 74, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.form-search .dropdown-submenu {
  right: -2px; }

/* line 78, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.form-search .dropdown-menu {
  margin-top: 0px; }

/* line 83, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.dropdown-search.dropdown-menu > li:hover {
  background-color: transparent; }

/* line 87, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
#navbar .form-search .dropdown-menu {
  margin-top: 0px; }

/* line 91, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-diagonal-left {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: -20px; }
  /* line 99, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .section-diagonal-left .section-diagonal-left-content {
    -webkit-transform: skew(0deg, 1.3deg);
    -ms-transform: skew(0deg, 1.3deg);
    transform: skew(0deg, 1.3deg);
    background: url("homethumbnail2.jpg") no-repeat 0 20%;
    background-size: cover;
    margin-top: -70px; }
    /* line 107, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-diagonal-left .section-diagonal-left-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .2;
      z-index: -1;
      background-color: #fff; }

/* line 121, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-diagonal-right {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: -20px; }
  /* line 129, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .section-diagonal-right.home-section {
    margin-top: -60px; }
  /* line 133, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .section-diagonal-right .section-diagonal-right-content {
    -webkit-transform: skew(0deg, -1.3deg);
    -ms-transform: skew(0deg, -1.3deg);
    transform: skew(0deg, -1.3deg);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("homethumbnail4.jpg") no-repeat;
    background-size: cover;
    margin-top: -70px; }
    /* line 141, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-diagonal-right .section-diagonal-right-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .8;
      z-index: -1;
      background-color: #36F; }

/* line 157, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-diagonal-left .row,
.section-diagonal-right .row {
  padding-top: 125px; }

/* line 161, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-diagonal-left .col-md-5,
.section-diagonal-right .col-md-5 {
  float: none;
  margin: 0 auto; }

/* line 166, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-diagonal-left p,
.section-diagonal-right p {
  border-top: none; }

/* line 172, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-landing {
  background: linear-gradient(transparent, transparent), url("homehero.jpg") no-repeat center;
  background-size: cover; }
  /* line 177, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .section-landing .row > div {
    margin-top: 80px; }
    /* line 180, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-landing .row > div .section-landing-heading {
      font-size: 8rem;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        /* line 180, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
        .section-landing .row > div .section-landing-heading {
          font-size: 16vw; } }
    /* line 190, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-landing .row > div .section-landing-sub-heading {
      margin-top: 0;
      margin-bottom: 50px;
      font-size: 4.3rem;
      color: #fff;
      letter-spacing: 19px;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        /* line 190, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
        .section-landing .row > div .section-landing-sub-heading {
          font-size: 4vw; } }

/* line 206, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-sub-landing {
  background: linear-gradient(transparent, #07aaf6), url("homethumbnail1.jpg") no-repeat center;
  background-size: cover; }

/* line 211, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-default {
  background: url("homethumbnail3.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    /* line 216, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-default:before {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ } }
  /* line 231, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .section-default .row {
    padding-bottom: 150px; }

/* line 238, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-knowledge {
  margin-bottom: 40px; }

/* line 243, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .btn {
  margin-top: 0; }

/* line 247, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none; }
  /* line 252, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .content-home .panel p {
    border: 0; }

/* line 257, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .panel-heading {
  display: none; }

/* line 261, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .list-group-item {
  padding: 20px 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ddd; }
  /* line 268, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .content-home .list-group-item img {
    margin-right: 25px; }

/* line 274, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home a.list-group-item,
.content-home .list-group-item a.title {
  color: #232222; }
  /* line 278, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .content-home a.list-group-item:hover,
  .content-home a.list-group-item:focus,
  .content-home .list-group-item a.title:hover,
  .content-home .list-group-item a.title:focus {
    color: #232222;
    text-decoration: underline;
    background-color: transparent; }

/* line 286, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .title,
.content-home .description {
  display: block; }

/* line 290, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .title {
  font-size: 24px;
  font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 295, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .description {
  display: block;
  font-size: 14px; }

/* line 301, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.sidebar-home {
  margin-top: 36px;
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  position: relative; }
  /* line 307, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .sidebar-home h3 {
    font-size: 18px; }
  /* line 312, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .sidebar-home .panel {
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  /* line 318, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .sidebar-home .panel-heading {
    padding-left: 0;
    background-color: transparent;
    border: 0; }
  /* line 324, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .sidebar-home .panel-title {
    font-size: 14px;
    color: #36F;
    font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  /* line 330, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
  .sidebar-home .list-group-item {
    padding-left: 0;
    font-size: 14px;
    background-color: transparent;
    border: 0; }
    /* line 337, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .sidebar-home .list-group-item:hover,
    .sidebar-home .list-group-item:focus {
      text-decoration: underline;
      background-color: transparent; }
    /* line 342, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .sidebar-home .list-group-item .date {
      visibility: hidden; }

/* line 348, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-landing-search {
  min-height: 250px;
  background: url(searchhero.jpg) no-repeat 0 25%;
  background-size: cover; }

/* line 354, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-landing-forums {
  min-height: 250px;
  background: url(forumhero.jpg) no-repeat center;
  background-size: cover; }

/* line 361, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.dropdown-toggle:focus {
  border: 0 !important; }

/* line 366, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-knowledge .list-group a.list-group-item {
  color: #36F; }

/* line 370, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-knowledge .panel-title {
  color: #000; }

/* line 375, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.page_section.section-landing .row {
  padding-bottom: 60px; }

/* line 379, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.page_section.section-landing .row > div {
  margin-top: 0px; }

/* line 383, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
ul.tree, ol.tree {
  color: #36F; }

/* line 388, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.tree ul, .tree ol, .tree ul ul, .tree ol ul, .tree ol ol ul, .tree ol ul ul, .tree ul ol ul, .tree ul ul ul {
  list-style-type: disc;
  color: #36F; }

/* ADX_FORMS  */
/* line 394, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.adx_forms_font_calibri {
  font-family: Calibri; }

/* line 398, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.adx_forms_font_new_roman {
  font-family: Times New Roman; }

/* line 401, D:/5/22/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.adx_forms_font_helvetica {
  font-family: 'Helvetica', sans-serif; }


@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
/*!
 * bootswatch v3.3.7
 * Homepage: http://bootswatch.com
 * Copyright 2012-2017 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  -webkit-box-sizing: content-box;
     -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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
     -moz-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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00A8F0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #165ba8;
  text-decoration: underline;
}
a:focus {
  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;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -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;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
  font-weight: 300;
  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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
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: 10.5px;
  margin-bottom: 10.5px;
}
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: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #ff7518;
  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: #999999;
}
.text-primary {
  color: #00A8F0;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1967be;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #00A8F0;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1967be;
}
.bg-success {
  background-color: #3fb618;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #2f8912;
}
.bg-info {
  background-color: #9954bb;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #7e3f9d;
}
.bg-warning {
  background-color: #ff7518;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e45c00;
}
.bg-danger {
  background-color: #ff0039;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #cc002e;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #e6e6e6;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #e6e6e6;
}
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: #999999;
}
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 #e6e6e6;
  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';
}
address {
  margin-bottom: 21px;
  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: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
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: 15px;
  padding-right: 15px;
}
.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: 1200px) {
  .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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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: #3fb618;
}
.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: #379f15;
}
.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: #9954bb;
}
.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: #8d46b0;
}
.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: #ff7518;
}
.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: #fe6600;
}
.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: #ff0039;
}
.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: #e60033;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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: 21px;
  font-size: 22.5px;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -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, -webkit-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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e6e6e6;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 43px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 64px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  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 {
  position: relative;
  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: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 64px;
  padding: 18px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 64px;
  line-height: 64px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 64px;
  padding: 18px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 64px;
  line-height: 64px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 64px;
  min-height: 40px;
  padding: 19px 30px;
  font-size: 19px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 53.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #3fb618;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ff7518;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ff0039;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.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 .form-control-static {
    display: inline-block;
  }
  .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: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.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: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #090909;
  border-color: #000000;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #222222;
  border-color: #222222;
}
.btn-default .badge {
  color: #222222;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #00A8F0;
  border-color: #00A8F0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #1967be;
  border-color: #10427b;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1967be;
  border-color: #1862b5;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1967be;
  border-color: #1862b5;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #15569f;
  border-color: #10427b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00A8F0;
  border-color: #00A8F0;
}
.btn-primary .badge {
  color: #00A8F0;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #3fb618;
  border-color: #3fb618;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #2f8912;
  border-color: #184509;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #2f8912;
  border-color: #2c8011;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2f8912;
  border-color: #2c8011;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #24690e;
  border-color: #184509;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #3fb618;
  border-color: #3fb618;
}
.btn-success .badge {
  color: #3fb618;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #9954bb;
  border-color: #9954bb;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #7e3f9d;
  border-color: #522967;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #7e3f9d;
  border-color: #783c96;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #7e3f9d;
  border-color: #783c96;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #6a3484;
  border-color: #522967;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #9954bb;
  border-color: #9954bb;
}
.btn-info .badge {
  color: #9954bb;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff7518;
  border-color: #ff7518;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #e45c00;
  border-color: #983d00;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #e45c00;
  border-color: #da5800;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #e45c00;
  border-color: #da5800;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #c04d00;
  border-color: #983d00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ff7518;
  border-color: #ff7518;
}
.btn-warning .badge {
  color: #ff7518;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff0039;
  border-color: #ff0039;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #cc002e;
  border-color: #80001c;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #cc002e;
  border-color: #c2002b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #cc002e;
  border-color: #c2002b;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #a80026;
  border-color: #80001c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ff0039;
  border-color: #ff0039;
}
.btn-danger .badge {
  color: #ff0039;
  background-color: #ffffff;
}
.btn-link {
  color: #00A8F0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #165ba8;
  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: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 18px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.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-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 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: #ffffff;
  background-color: #00A8F0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00A8F0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: 13px;
  line-height: 1.42857143;
  color: #999999;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .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 + .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 64px;
  padding: 18px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 64px;
  line-height: 64px;
}
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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
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: 10px 18px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #e6e6e6;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 18px 30px;
  font-size: 19px;
  border-radius: 0;
}
.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 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e6e6e6;
  border-color: #00A8F0;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e6e6e6 #e6e6e6 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a: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 {
  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 {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00A8F0;
}
.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 {
  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 {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a: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: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          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: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-device-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: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}
.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: 3.5px;
  margin-bottom: 3.5px;
}
@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 .form-control-static {
    display: inline-block;
  }
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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-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 {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #222222;
  border-color: #121212;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: none;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #090909;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #090909;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #090909;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #121212;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #090909;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #090909;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.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: #00A8F0;
  border-color: #1967be;*/
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: none;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  /*color: #ffffff;
  background-color: #1967be;*/
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  /*color: #ffffff;
  background-color: #1967be;*/
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  /*background-color: #1967be;*/
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #1a6ecc;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  /*background-color: #1967be;
  color: #ffffff;*/
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    /*border-color: #1967be;*/
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1967be;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    /*background-color: #1967be;*/
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    /*background-color: #1967be;*/
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.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: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 18px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00A8F0;
  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: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #165ba8;
  background-color: #e6e6e6;
  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: 3;
  color: #999999;
  background-color: #f5f5f5;
  border-color: #dddddd;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 30px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 21px 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: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
.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: #999999;
  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: #222222;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #090909;
}
.label-primary {
  background-color: #00A8F0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1967be;
}
.label-success {
  background-color: #3fb618;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #2f8912;
}
.label-info {
  background-color: #9954bb;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #7e3f9d;
}
.label-warning {
  background-color: #ff7518;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e45c00;
}
.label-danger {
  background-color: #ff0039;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #cc002e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #00A8F0;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00A8F0;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e6e6e6;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #cccccc;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 68px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 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: #00A8F0;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: #3fb618;
  border-color: #4e9f15;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #438912;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #9954bb;
  border-color: #7643a8;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #693c96;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #ff7518;
  border-color: #ff4309;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #ee3800;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #ff0039;
  border-color: #f0005e;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #d60054;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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: 21px;
  margin-bottom: 21px;
  background-color: #cccccc;
  border-radius: 0;
  -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: 13px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #00A8F0;
  -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);
  -webkit-background-size: 40px 40px;
          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-success {
  background-color: #3fb618;
}
.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: #9954bb;
}
.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: #ff7518;
}
.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: #ff0039;
}
.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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.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: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e6e6e6;
  color: #999999;
  cursor: not-allowed;
}
.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: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00A8F0;
  border-color: #dddddd;
}
.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: #dceafa;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #3fb618;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #ffffff;
  background-color: #379f15;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #9954bb;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #ffffff;
  background-color: #8d46b0;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #ff7518;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #fe6600;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #ff0039;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #e60033;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -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: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #00A8F0;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00A8F0;
  border-color: #00A8F0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00A8F0;
}
.panel-primary > .panel-heading .badge {
  color: #00A8F0;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00A8F0;
}
.panel-success {
  border-color: #4e9f15;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #3fb618;
  border-color: #4e9f15;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4e9f15;
}
.panel-success > .panel-heading .badge {
  color: #3fb618;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4e9f15;
}
.panel-info {
  border-color: #7643a8;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #9954bb;
  border-color: #7643a8;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7643a8;
}
.panel-info > .panel-heading .badge {
  color: #9954bb;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7643a8;
}
.panel-warning {
  border-color: #ff4309;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ff7518;
  border-color: #ff4309;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff4309;
}
.panel-warning > .panel-heading .badge {
  color: #ff7518;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff4309;
}
.panel-danger {
  border-color: #f0005e;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ff0039;
  border-color: #f0005e;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0005e;
}
.panel-danger > .panel-heading .badge {
  color: #ff0039;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0005e;
}
.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,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #ffffff;
  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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-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: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(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 transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          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;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  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;
  background-color: #000000;
  border-radius: 0;
}
.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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 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;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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);
  background-color: rgba(0, 0, 0, 0);
}
.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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%;
  margin-top: -10px;
  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;
  line-height: 1;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .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-header:before,
.modal-header: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-header: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;
}
.affix {
  position: fixed;
}
@-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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
.navbar-inverse .badge {
  background-color: #fff;
  color: #00A8F0;
}
body {
  -webkit-font-smoothing: antialiased;
}
.text-primary,
.text-primary:hover {
  color: #00A8F0;
}
.text-success,
.text-success:hover {
  color: #3fb618;
}
.text-danger,
.text-danger:hover {
  color: #ff0039;
}
.text-warning,
.text-warning:hover {
  color: #ff7518;
}
.text-info,
.text-info:hover {
  color: #9954bb;
}
table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
  color: #fff;
}
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
  color: #fff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
  color: #ff7518;
}
.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .input-group-addon {
  border: 1px solid #ff7518;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
  color: #ff0039;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
  border: 1px solid #ff0039;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
  color: #3fb618;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-success .input-group-addon {
  border: 1px solid #3fb618;
}
.nav-pills > li > a {
  border-radius: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none;
}
.close {
  text-decoration: none;
  text-shadow: none;
  opacity: 0.4;
}
.close:hover,
.close:focus {
  opacity: 1;
}
.alert {
  border: none;
}
.alert .alert-link {
  text-decoration: underline;
  color: #fff;
}
.label {
  border-radius: 0;
}
.progress {
  height: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  font-size: 8px;
  line-height: 8px;
}
.panel-heading,
.panel-footer {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-default .close {
  color: #333333;
}
a.list-group-item-success.active {
  background-color: #3fb618;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  background-color: #379f15;
}
a.list-group-item-warning.active {
  background-color: #ff7518;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  background-color: #fe6600;
}
a.list-group-item-danger.active {
  background-color: #ff0039;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  background-color: #e60033;
}
.modal .close {
  color: #333333;
}
.popover {
  color: #333333;
}

body{/*padding-top:50px*/}body>.navbar{-webkit-transition:background-color .3s ease-in;transition:background-color .3s ease-in}@media (min-width:768px){body>.navbar-transparent{background-color:transparent}body>.navbar-transparent .navbar-nav>.open>a{background-color:transparent!important}}#home{padding-top:0}#home .navbar-brand{padding:13.5px 15px 12.5px}#home .navbar-brand>img{display:inline;margin:0 10px;height:100%}#banner{min-height:300px;border-bottom:none}.table-of-contents{margin-top:1em}.page-header h1{font-size:4em}.bs-docs-section{margin-top:6em}.bs-docs-section h1{padding-top:100px}.bs-component{position:relative}.bs-component .modal{position:relative;top:auto;right:auto;left:auto;bottom:auto;z-index:1;display:block}.bs-component .modal-dialog{width:90%}.bs-component .popover{position:relative;display:inline-block;width:220px;margin:20px}#source-button{position:absolute;top:0;right:0;z-index:100;font-weight:700}.nav-tabs{margin-bottom:15px}.progress{margin-bottom:10px}footer{/*margin:5em 0*/}footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}footer p{clear:left;margin-bottom:0}.splash{padding:9em 0 2em;background-color:#141d27;background-image:url(../img/bg.jpg);background-size:cover;background-attachment:fixed;color:#fff;text-align:center}.splash .logo{width:160px}.splash h1{font-size:3em}.splash #social{margin:2em 0}.splash .alert{margin:2em 0}.section-tout{padding:4em 0 3em;border-bottom:1px solid rgba(0,0,0,.05);background-color:#eaf1f1}.section-tout .fa{margin-right:.5em}.section-tout p{margin-bottom:3em}.section-preview{padding:4em 0 4em}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1}.section-preview .preview .image{position:relative}.section-preview .preview .image:before{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);position:absolute;top:0;left:0;width:100%;height:100%;content:"";pointer-events:none}.section-preview .preview .options{padding:1em 2em 2em;border:1px solid rgba(0,0,0,.05);border-top:none;text-align:center}.section-preview .preview .options p{margin-bottom:2em}.section-preview .dropdown-menu{text-align:left}.section-preview .lead{margin-bottom:2em}@media (max-width:767px){.section-preview .image img{width:100%}}.sponsor #carbonads{max-width:240px;margin:0 auto}.sponsor .carbon-text{display:block;margin-top:1em;font-size:12px}.sponsor .carbon-poweredby{float:right;margin-top:1em;font-size:10px}@media (max-width:767px){.splash{padding-top:4em}.splash .logo{width:100px}.splash h1{font-size:2em}#banner{margin-bottom:2em;text-align:center}}
         /*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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-genderless:before,
.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-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-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";
}
 
 .page {
            width: auto;
            height: auto;
        }

        .metr {
            width: auto;
            padding: 5px;
            height: auto;
            display: table;
        }

        .metrostyle {
            height: 140px;
            width: 200px;
            float: left;
            margin: 0 5px 0 0;
            padding: 2px;
        }

            .metrostyle:hover {
                background-color: #00A9E9;
            }

        .metrostylelarge {
            width: 200px;
            height: 140px;
        }

.azuloscuro:hover {
    background-color: #004492;
}


.orgmetro {
    background-color: #004492;
}

        .ueemetro {
            background-color: #a200ff;
        }

        .reemetro {
            background-color: #004492;
        }

        .azuloscuro {
            background-color: #00A9E9;
        }

        .eenmetro {
            background-color: #d41243;
        }

        .boometro {
            background-color: #8ec127;
        }

        .goometro {
            background-color: #9f00a7;
        }

        .yoometro {
            background-color: #00aba9;
        }

        .toometro {
            background-color: #2d89ef;
        }


		
		.inset {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.6), 
    0 1px 1px rgba(0,0,0,0.1);
  background-color: transparent !important;
  z-index: 999;
}

.inset img {
  border-radius: inherit;
  width: inherit;
  height: inherit;
  display: block;
  position: relative;
  z-index: 998;
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important
}

    table.dataTable td, table.dataTable th {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
            text-align: center
        }

    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        bottom: 8px;
        right: 8px;
        display: block;
        font-family: 'Glyphicons Halflings';
        opacity: 0.5
    }

    table.dataTable thead .sorting:after {
        opacity: 0.2;
        content: "\e150"
    }

    table.dataTable thead .sorting_asc:after {
        content: "\e155"
    }

    table.dataTable thead .sorting_desc:after {
        content: "\e156"
    }

    table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        color: #eee
    }

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody > table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

    div.dataTables_scrollBody > table > thead .sorting:after, div.dataTables_scrollBody > table > thead .sorting_asc:after, div.dataTables_scrollBody > table > thead .sorting_desc:after {
        display: none
    }

    div.dataTables_scrollBody > table > tbody > tr:first-child > th, div.dataTables_scrollBody > table > tbody > tr:first-child > td {
        border-top: none
    }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box
}

    div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
        margin-top: 0 !important;
        border-top: none
    }

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0
}

    table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
        border-right-width: 0
    }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        padding-left: 0
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-right: 0
    }

