/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* 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-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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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-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-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-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-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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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-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-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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("/themes/default/assets/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/themes/default/assets/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("/themes/default/assets/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/themes/default/assets/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/themes/default/assets/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/themes/default/assets/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/themes/default/assets/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: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}



/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.image-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.magic-center {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.magic-center .center-vertical {
  top: 50%;
  transform: translate(-50%, -50%);
}
.fancy-form.fill input,
.form-fancy.fill input,
.fancy-form.fill .input-fake,
.form-fancy.fill .input-fake,
.fancy-form.fill textarea,
.form-fancy.fill textarea,
.fancy-form.fill select,
.form-fancy.fill select,
.fancy-form.fill label,
.form-fancy.fill label {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100%);
  clear: both;
}
.fancy-form.fill .form-group,
.form-fancy.fill .form-group {
  display: block;
}
.fancy-form.fill .form-group input,
.form-fancy.fill .form-group input,
.fancy-form.fill .form-group .input-fake,
.form-fancy.fill .form-group .input-fake,
.fancy-form.fill .form-group textarea,
.form-fancy.fill .form-group textarea,
.fancy-form.fill .form-group select,
.form-fancy.fill .form-group select,
.fancy-form.fill .form-group label,
.form-fancy.fill .form-group label {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100%);
  clear: both;
}
.fancy-form .form-group,
.form-fancy .form-group {
  clear: both;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fancy-form .form-group label,
.form-fancy .form-group label {
  width: calc( 33.33333333%  -  24px );
}
.fancy-form .form-group input,
.form-fancy .form-group input,
.fancy-form .form-group textarea,
.form-fancy .form-group textarea,
.fancy-form .form-group select,
.form-fancy .form-group select {
  width: calc(100% - 26px);
  resize: vertical;
}
.fancy-form .form-group label + input,
.form-fancy .form-group label + input,
.fancy-form .form-group label + .btn,
.form-fancy .form-group label + .btn,
.fancy-form .form-group label + .input-group,
.form-fancy .form-group label + .input-group,
.fancy-form .form-group label + select,
.form-fancy .form-group label + select,
.fancy-form .form-group label + textarea,
.form-fancy .form-group label + textarea,
.fancy-form .form-group label + .form-field,
.form-fancy .form-group label + .form-field {
  width: calc( 66.66666667%  -  26px );
}
.fancy-form .form-group .form-field input,
.form-fancy .form-group .form-field input {
  margin-bottom: 5px;
}
.fancy-form .inline,
.form-fancy .inline {
  display: inline-block;
  width: 5em;
}
.fancy-form .button-group,
.form-fancy .button-group {
  clear: both;
  margin-bottom: 15px;
}
.fancy-form label.radio,
.form-fancy label.radio,
.fancy-form label.checkbox,
.form-fancy label.checkbox {
  display: inline-block;
  height: 35px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  background-image: none;
  border: none;
  color: #555;
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  margin: 0;
  text-indent: 10px;
  box-shadow: none;
  box-sizing: border-box;
  padding-left: 0;
}
.fancy-form label.radio[disabled],
.form-fancy label.radio[disabled],
.fancy-form label.checkbox[disabled],
.form-fancy label.checkbox[disabled] {
  background-color: #d4d4d4;
  color: #636363;
}
.fancy-form label.radio[disabled]::placeholder,
.form-fancy label.radio[disabled]::placeholder,
.fancy-form label.checkbox[disabled]::placeholder,
.form-fancy label.checkbox[disabled]::placeholder,
.fancy-form label.radio[disabled]:-ms-input-placeholder,
.form-fancy label.radio[disabled]:-ms-input-placeholder,
.fancy-form label.checkbox[disabled]:-ms-input-placeholder,
.form-fancy label.checkbox[disabled]:-ms-input-placeholder,
.fancy-form label.radio[disabled]::-ms-input-placeholder,
.form-fancy label.radio[disabled]::-ms-input-placeholder,
.fancy-form label.checkbox[disabled]::-ms-input-placeholder,
.form-fancy label.checkbox[disabled]::-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}
.fancy-form label.radio input[type=radio],
.form-fancy label.radio input[type=radio],
.fancy-form label.checkbox input[type=radio],
.form-fancy label.checkbox input[type=radio],
.fancy-form label.radio input[type=checkbox],
.form-fancy label.radio input[type=checkbox],
.fancy-form label.checkbox input[type=checkbox],
.form-fancy label.checkbox input[type=checkbox] {
  display: none;
}
.fancy-form label.radio .orb,
.form-fancy label.radio .orb,
.fancy-form label.checkbox .orb,
.form-fancy label.checkbox .orb {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px #6c757d solid;
  border-radius: 100%;
  position: relative;
  box-sizing: border-box;
}
.fancy-form label.radio .box,
.form-fancy label.radio .box,
.fancy-form label.checkbox .box,
.form-fancy label.checkbox .box {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px #6c757d solid;
  border-radius: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 2px;
}
.fancy-form label.radio img.box,
.form-fancy label.radio img.box,
.fancy-form label.checkbox img.box,
.form-fancy label.checkbox img.box {
  width: auto;
  padding: 2px;
}
.fancy-form label.radio input:checked + img.box,
.form-fancy label.radio input:checked + img.box,
.fancy-form label.checkbox input:checked + img.box,
.form-fancy label.checkbox input:checked + img.box {
  background-color: #cce5ff;
}
.fancy-form label.radio input:checked + .orb,
.form-fancy label.radio input:checked + .orb,
.fancy-form label.checkbox input:checked + .orb,
.form-fancy label.checkbox input:checked + .orb {
  border-color: #007bff;
}
.fancy-form label.radio input:checked + .orb::after,
.form-fancy label.radio input:checked + .orb::after,
.fancy-form label.checkbox input:checked + .orb::after,
.form-fancy label.checkbox input:checked + .orb::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #007bff;
  border-radius: 100%;
  position: absolute;
  left: 2px;
  top: 2px;
  box-sizing: border-box;
}
.fancy-form label.radio input:checked + .box,
.form-fancy label.radio input:checked + .box,
.fancy-form label.checkbox input:checked + .box,
.form-fancy label.checkbox input:checked + .box {
  border-color: #007bff;
}
.fancy-form label.radio input:checked + .box::after,
.form-fancy label.radio input:checked + .box::after,
.fancy-form label.checkbox input:checked + .box::after,
.form-fancy label.checkbox input:checked + .box::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #007bff;
  border-radius: 2px;
  position: absolute;
  left: 2px;
  top: 2px;
  box-sizing: border-box;
}
.fancy-form label.radio:hover .orb,
.form-fancy label.radio:hover .orb,
.fancy-form label.checkbox:hover .orb,
.form-fancy label.checkbox:hover .orb,
.fancy-form label.radio:active .orb,
.form-fancy label.radio:active .orb,
.fancy-form label.checkbox:active .orb,
.form-fancy label.checkbox:active .orb,
.fancy-form label.radio:focus .orb,
.form-fancy label.radio:focus .orb,
.fancy-form label.checkbox:focus .orb,
.form-fancy label.checkbox:focus .orb {
  border-color: #007bff;
}
.fancy-form select,
.form-fancy select {
  display: inline-block;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fancy-form select[disabled],
.form-fancy select[disabled] {
  background-color: #d4d4d4;
  color: #636363;
}
.fancy-form select[disabled]::placeholder,
.form-fancy select[disabled]::placeholder,
.fancy-form select[disabled]:-ms-input-placeholder,
.form-fancy select[disabled]:-ms-input-placeholder,
.fancy-form select[disabled]::-ms-input-placeholder,
.form-fancy select[disabled]::-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}
.fancy-form input,
.form-fancy input,
.fancy-form .input-fake,
.form-fancy .input-fake {
  display: inline-block;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fancy-form input[disabled],
.form-fancy input[disabled],
.fancy-form .input-fake[disabled],
.form-fancy .input-fake[disabled] {
  background-color: #d4d4d4;
  color: #636363;
}
.fancy-form input[disabled]::placeholder,
.form-fancy input[disabled]::placeholder,
.fancy-form .input-fake[disabled]::placeholder,
.form-fancy .input-fake[disabled]::placeholder,
.fancy-form input[disabled]:-ms-input-placeholder,
.form-fancy input[disabled]:-ms-input-placeholder,
.fancy-form .input-fake[disabled]:-ms-input-placeholder,
.form-fancy .input-fake[disabled]:-ms-input-placeholder,
.fancy-form input[disabled]::-ms-input-placeholder,
.form-fancy input[disabled]::-ms-input-placeholder,
.fancy-form .input-fake[disabled]::-ms-input-placeholder,
.form-fancy .input-fake[disabled]::-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}
.fancy-form .input-fake,
.form-fancy .input-fake {
  color: #a2a2a2;
}
.fancy-form label,
.form-fancy label {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  background-image: none;
  border: none;
  color: inherit;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.fancy-form textarea,
.form-fancy textarea {
  display: inline-block;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 105px;
}
.fancy-form textarea[disabled],
.form-fancy textarea[disabled] {
  background-color: #d4d4d4;
  color: #636363;
}
.fancy-form textarea[disabled]::placeholder,
.form-fancy textarea[disabled]::placeholder,
.fancy-form textarea[disabled]:-ms-input-placeholder,
.form-fancy textarea[disabled]:-ms-input-placeholder,
.fancy-form textarea[disabled]::-ms-input-placeholder,
.form-fancy textarea[disabled]::-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}
.input-group {
  display: inline-block;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.input-group[disabled] {
  background-color: #d4d4d4;
  color: #636363;
}
.input-group[disabled]::placeholder,
.input-group[disabled]:-ms-input-placeholder,
.input-group[disabled]::-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}
.input-group input,
.input-group .btn,
.input-group .select,
.input-group textarea,
.input-group .form-field {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}
.input-group .btn {
  transform: translateY(-2px);
}
.input-group :not(:first-child):not(:last-child) {
  border-radius: 0px;
  border-right-width: 0px;
}
.input-group :first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0px;
}
.input-group :last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
li.dropdown {
  overflow: visible;
  position: relative;
}
li.dropdown .dropdown {
  display: none;
  position: absolute;
  width: 225px;
  height: auto;
  background-color: #f8f9fa;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
}
li.dropdown .dropdown label {
  background: transparent;
}
li.dropdown:hover .dropdown {
  display: block;
}
.label {
  border-width: 1px;
  border-style: solid;
  border-color: #6c757d;
  background-color: transparent;
  background-image: none;
  color: #6c757d;
  margin-top: .5em;
  transform: translateY(-0.5em);
  vertical-align: middle;
  padding: 3px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.label-round {
  border-radius: 3px;
}
.label-primary {
  color: #007bff;
  border-color: #007bff;
}
.label-primary.label-inverse {
  background-color: #007bff;
  color: #f8f9fa;
}
.label-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.label-secondary.label-inverse {
  background-color: #6c757d;
  color: #f8f9fa;
}
.label-success {
  color: #28a745;
  border-color: #28a745;
}
.label-success.label-inverse {
  background-color: #28a745;
  color: #f8f9fa;
}
.label-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.label-danger.label-inverse {
  background-color: #dc3545;
  color: #f8f9fa;
}
.label-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.label-warning.label-inverse {
  background-color: #ffc107;
  color: #f8f9fa;
}
.label-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.label-info.label-inverse {
  background-color: #17a2b8;
  color: #f8f9fa;
}
.btn,
a.btn,
button.btn,
input.btn,
span.btn {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #6c757d;
  background-color: transparent;
  background-image: none;
  transition: 0.3s background, 0.3s color;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 200;
  vertical-align: middle;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.wide,
a.btn.wide,
button.btn.wide,
input.btn.wide,
span.btn.wide {
  width: 100%;
}
.btn-round,
a.btn-round,
button.btn-round,
input.btn-round,
span.btn-round {
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  width: 25px;
  height: 25px;
  padding: 0;
}
.btn-group-left,
a.btn-group-left,
button.btn-group-left,
input.btn-group-left,
span.btn-group-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group-right,
a.btn-group-right,
button.btn-group-right,
input.btn-group-right,
span.btn-group-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-middle,
a.btn-group-middle,
button.btn-group-middle,
input.btn-group-middle,
span.btn-group-middle {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn-primary,
a.btn-primary,
button.btn-primary,
input.btn-primary,
span.btn-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover,
span.btn-primary:hover,
.btn-primary.active,
a.btn-primary.active,
button.btn-primary.active,
input.btn-primary.active,
span.btn-primary.active {
  background-color: #007bff;
  border-color: #0062cc;
  color: #f8f9fa;
}
.btn-primary.btn-inverse,
a.btn-primary.btn-inverse,
button.btn-primary.btn-inverse,
input.btn-primary.btn-inverse,
span.btn-primary.btn-inverse {
  background-color: #007bff;
  color: #f8f9fa;
}
.btn-primary.btn-inverse:hover,
a.btn-primary.btn-inverse:hover,
button.btn-primary.btn-inverse:hover,
input.btn-primary.btn-inverse:hover,
span.btn-primary.btn-inverse:hover,
.btn-primary.btn-inverse.active,
a.btn-primary.btn-inverse.active,
button.btn-primary.btn-inverse.active,
input.btn-primary.btn-inverse.active,
span.btn-primary.btn-inverse.active {
  background-color: #007bff;
  border-color: #0062cc;
  color: #f8f9fa;
}
.btn-secondary,
a.btn-secondary,
button.btn-secondary,
input.btn-secondary,
span.btn-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover,
a.btn-secondary:hover,
button.btn-secondary:hover,
input.btn-secondary:hover,
span.btn-secondary:hover,
.btn-secondary.active,
a.btn-secondary.active,
button.btn-secondary.active,
input.btn-secondary.active,
span.btn-secondary.active {
  background-color: #6c757d;
  border-color: #545b62;
  color: #f8f9fa;
}
.btn-secondary.btn-inverse,
a.btn-secondary.btn-inverse,
button.btn-secondary.btn-inverse,
input.btn-secondary.btn-inverse,
span.btn-secondary.btn-inverse {
  background-color: #6c757d;
  color: #f8f9fa;
}
.btn-secondary.btn-inverse:hover,
a.btn-secondary.btn-inverse:hover,
button.btn-secondary.btn-inverse:hover,
input.btn-secondary.btn-inverse:hover,
span.btn-secondary.btn-inverse:hover,
.btn-secondary.btn-inverse.active,
a.btn-secondary.btn-inverse.active,
button.btn-secondary.btn-inverse.active,
input.btn-secondary.btn-inverse.active,
span.btn-secondary.btn-inverse.active {
  background-color: #6c757d;
  border-color: #545b62;
  color: #f8f9fa;
}
.btn-success,
a.btn-success,
button.btn-success,
input.btn-success,
span.btn-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-success:hover,
a.btn-success:hover,
button.btn-success:hover,
input.btn-success:hover,
span.btn-success:hover,
.btn-success.active,
a.btn-success.active,
button.btn-success.active,
input.btn-success.active,
span.btn-success.active {
  background-color: #28a745;
  border-color: #1e7e34;
  color: #f8f9fa;
}
.btn-success.btn-inverse,
a.btn-success.btn-inverse,
button.btn-success.btn-inverse,
input.btn-success.btn-inverse,
span.btn-success.btn-inverse {
  background-color: #28a745;
  color: #f8f9fa;
}
.btn-success.btn-inverse:hover,
a.btn-success.btn-inverse:hover,
button.btn-success.btn-inverse:hover,
input.btn-success.btn-inverse:hover,
span.btn-success.btn-inverse:hover,
.btn-success.btn-inverse.active,
a.btn-success.btn-inverse.active,
button.btn-success.btn-inverse.active,
input.btn-success.btn-inverse.active,
span.btn-success.btn-inverse.active {
  background-color: #28a745;
  border-color: #1e7e34;
  color: #f8f9fa;
}
.btn-danger,
a.btn-danger,
button.btn-danger,
input.btn-danger,
span.btn-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover,
a.btn-danger:hover,
button.btn-danger:hover,
input.btn-danger:hover,
span.btn-danger:hover,
.btn-danger.active,
a.btn-danger.active,
button.btn-danger.active,
input.btn-danger.active,
span.btn-danger.active {
  background-color: #dc3545;
  border-color: #bd2130;
  color: #f8f9fa;
}
.btn-danger.btn-inverse,
a.btn-danger.btn-inverse,
button.btn-danger.btn-inverse,
input.btn-danger.btn-inverse,
span.btn-danger.btn-inverse {
  background-color: #dc3545;
  color: #f8f9fa;
}
.btn-danger.btn-inverse:hover,
a.btn-danger.btn-inverse:hover,
button.btn-danger.btn-inverse:hover,
input.btn-danger.btn-inverse:hover,
span.btn-danger.btn-inverse:hover,
.btn-danger.btn-inverse.active,
a.btn-danger.btn-inverse.active,
button.btn-danger.btn-inverse.active,
input.btn-danger.btn-inverse.active,
span.btn-danger.btn-inverse.active {
  background-color: #dc3545;
  border-color: #bd2130;
  color: #f8f9fa;
}
.btn-warning,
a.btn-warning,
button.btn-warning,
input.btn-warning,
span.btn-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover,
a.btn-warning:hover,
button.btn-warning:hover,
input.btn-warning:hover,
span.btn-warning:hover,
.btn-warning.active,
a.btn-warning.active,
button.btn-warning.active,
input.btn-warning.active,
span.btn-warning.active {
  background-color: #ffc107;
  border-color: #d39e00;
  color: #f8f9fa;
}
.btn-warning.btn-inverse,
a.btn-warning.btn-inverse,
button.btn-warning.btn-inverse,
input.btn-warning.btn-inverse,
span.btn-warning.btn-inverse {
  background-color: #ffc107;
  color: #f8f9fa;
}
.btn-warning.btn-inverse:hover,
a.btn-warning.btn-inverse:hover,
button.btn-warning.btn-inverse:hover,
input.btn-warning.btn-inverse:hover,
span.btn-warning.btn-inverse:hover,
.btn-warning.btn-inverse.active,
a.btn-warning.btn-inverse.active,
button.btn-warning.btn-inverse.active,
input.btn-warning.btn-inverse.active,
span.btn-warning.btn-inverse.active {
  background-color: #ffc107;
  border-color: #d39e00;
  color: #f8f9fa;
}
.btn-info,
a.btn-info,
button.btn-info,
input.btn-info,
span.btn-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover,
a.btn-info:hover,
button.btn-info:hover,
input.btn-info:hover,
span.btn-info:hover,
.btn-info.active,
a.btn-info.active,
button.btn-info.active,
input.btn-info.active,
span.btn-info.active {
  background-color: #17a2b8;
  border-color: #117a8b;
  color: #f8f9fa;
}
.btn-info.btn-inverse,
a.btn-info.btn-inverse,
button.btn-info.btn-inverse,
input.btn-info.btn-inverse,
span.btn-info.btn-inverse {
  background-color: #17a2b8;
  color: #f8f9fa;
}
.btn-info.btn-inverse:hover,
a.btn-info.btn-inverse:hover,
button.btn-info.btn-inverse:hover,
input.btn-info.btn-inverse:hover,
span.btn-info.btn-inverse:hover,
.btn-info.btn-inverse.active,
a.btn-info.btn-inverse.active,
button.btn-info.btn-inverse.active,
input.btn-info.btn-inverse.active,
span.btn-info.btn-inverse.active {
  background-color: #17a2b8;
  border-color: #117a8b;
  color: #f8f9fa;
}
.btn-light,
a.btn-light,
button.btn-light,
input.btn-light,
span.btn-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover,
a.btn-light:hover,
button.btn-light:hover,
input.btn-light:hover,
span.btn-light:hover,
.btn-light.active,
a.btn-light.active,
button.btn-light.active,
input.btn-light.active,
span.btn-light.active {
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
.btn-light.btn-inverse,
a.btn-light.btn-inverse,
button.btn-light.btn-inverse,
input.btn-light.btn-inverse,
span.btn-light.btn-inverse {
  background-color: #f8f9fa;
  color: #343a40;
}
.btn-light.btn-inverse:hover,
a.btn-light.btn-inverse:hover,
button.btn-light.btn-inverse:hover,
input.btn-light.btn-inverse:hover,
span.btn-light.btn-inverse:hover,
.btn-light.btn-inverse.active,
a.btn-light.btn-inverse.active,
button.btn-light.btn-inverse.active,
input.btn-light.btn-inverse.active,
span.btn-light.btn-inverse.active {
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
.btn-dark,
a.btn-dark,
button.btn-dark,
input.btn-dark,
span.btn-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover,
a.btn-dark:hover,
button.btn-dark:hover,
input.btn-dark:hover,
span.btn-dark:hover,
.btn-dark.active,
a.btn-dark.active,
button.btn-dark.active,
input.btn-dark.active,
span.btn-dark.active {
  background-color: #343a40;
  border-color: #1d2124;
  color: #f8f9fa;
}
.btn-dark.btn-inverse,
a.btn-dark.btn-inverse,
button.btn-dark.btn-inverse,
input.btn-dark.btn-inverse,
span.btn-dark.btn-inverse {
  background-color: #343a40;
  color: #f8f9fa;
}
.btn-dark.btn-inverse:hover,
a.btn-dark.btn-inverse:hover,
button.btn-dark.btn-inverse:hover,
input.btn-dark.btn-inverse:hover,
span.btn-dark.btn-inverse:hover,
.btn-dark.btn-inverse.active,
a.btn-dark.btn-inverse.active,
button.btn-dark.btn-inverse.active,
input.btn-dark.btn-inverse.active,
span.btn-dark.btn-inverse.active {
  background-color: #343a40;
  border-color: #1d2124;
  color: #f8f9fa;
}
.line-bottom {
  border-width: 0px 0px 1px 0px;
  border-color: #6c757d;
  border-style: solid;
  padding-bottom: 5px;
}
.collapsible {
  margin-top: 5px;
  margin-bottom: 15px;
}
.collapsible .toggle {
  display: block;
  width: 100%;
  position: relative;
  border-width: 0px 0px 1px 0px;
  border-color: #6c757d;
  border-style: solid;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.collapsible .toggle::after {
  display: block;
  position: absolute;
  right: 15px;
  top: 8px;
  content: "▼";
  font-family: monospace;
}
.collapsible .toggle:hover {
  background-color: #cce5ff;
  color: #f8f9fa;
}
.collapsible .content {
  display: none;
  transition: height 0.15s ease-out, padding-top 0.15s ease-out;
}
.collapsible.open .content {
  display: block;
}
.collapsible.open .toggle::after {
  content: "▲";
}
.modal {
  background: rgba(30, 30, 30, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
.modal .body {
  display: block;
  min-width: 100px;
  min-height: 50px;
  position: relative;
  background-color: #f8f9fa;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  cursor: initial;
}
.modal .body .close {
  display: block;
  width: 20px;
  height: 20px;
  color: red;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.header-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f2f1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f2f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f2f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f0f2f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f2f1', GradientType=0);
  /* IE6-9 */
}
.table {
  width: 100%;
  display: table;
}
.table thead {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f2f1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f2f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f2f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f0f2f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f2f1', GradientType=0);
  /* IE6-9 */
}
.table thead tr {
  border-width: 1px 0px 0px 0px;
  border-color: #d8dbdd;
  border-style: solid;
  margin: 0;
}
.table thead tr .width-1 {
  width: 8.33333333%;
}
.table thead tr .width-2 {
  width: 16.66666667%;
}
.table thead tr .width-3 {
  width: 25%;
}
.table thead tr .width-4 {
  width: 33.33333333%;
}
.table thead tr .width-5 {
  width: 41.66666667%;
}
.table thead tr .width-6 {
  width: 50%;
}
.table thead tr .width-7 {
  width: 58.33333333%;
}
.table thead tr .width-8 {
  width: 66.66666667%;
}
.table thead tr .width-9 {
  width: 75%;
}
.table thead tr .width-10 {
  width: 83.33333333%;
}
.table thead tr .width-11 {
  width: 91.66666667%;
}
.table thead tr .width-12 {
  width: 100%;
}
.table thead tr th {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 6px 12px;
  border-width: 0px 1px 0px 0px;
  border-color: #d8dbdd;
  border-style: solid;
}
.table thead tr th:first-of-type {
  border-width: 0px 1px 0px 1px;
}
.table thead.align-left tr,
.table thead.align-left th,
.table thead.align-left td {
  text-align: left;
}
.table tbody tr {
  border-width: 1px 0px 0px 0px;
  border-color: #d8dbdd;
  border-style: solid;
  margin: 0;
}
.table tbody tr:nth-child(even) {
  background-color: #f3f4f5;
}
.table tbody tr:last-of-type {
  border-bottom-width: 1px;
  border-bottom-color: #d8dbdd;
  border-bottom-style: solid;
}
.table tbody tr td {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 6px 12px;
  border-width: 0px 1px 0px 0px;
  border-color: #d8dbdd;
  border-style: solid;
}
.table tbody tr td:first-of-type {
  border-width: 0px 1px 0px 1px;
}
.table.no-border thead {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #343a40;
}
.table.no-border thead tr,
.table.no-border thead th,
.table.no-border thead td {
  border: none;
}
.table.no-border tbody {
  border: none;
}
.table.no-border tbody tr,
.table.no-border tbody th,
.table.no-border tbody td {
  border: none;
}
.table.no-gradient thead {
  background: none;
  filter: none;
}
.tab-container .tab {
  display: none;
}
.tab-container .tab.active {
  display: block;
}
.hidden {
  display: none;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.no-overflow {
  overflow: hidden;
}
.align-justify {
  text-align: justify;
}
.align-center {
  text-align: center;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-none {
  display: none;
}
.pull-left {
  display: inline-block;
  float: left;
}
.pull-right {
  display: inline-block;
  float: right;
}
.no-margin {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-padding {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.clear {
  clear: both;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-10 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-20 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-30 {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-40 {
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-50 {
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-10 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-30 {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-40 {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-50 .padding-right-50 {
  padding-right: 50px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-50 {
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.container {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: initial;
}
.row .column {
  box-sizing: initial;
}
.row * {
  box-sizing: border-box;
}
.column {
  width: 100%;
  min-height: 100%;
  box-sizing: initial;
}
.column * {
  box-sizing: border-box;
}
.column .no-margin {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.column .no-margin-top {
  margin-top: 0;
}
.column .no-margin-right {
  margin-right: 0;
}
.column .no-margin-bottom {
  margin-bottom: 0;
}
.column .no-margin-left {
  margin-left: 0;
}
.column .no-padding {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.column .no-padding-top {
  padding-top: 0 !important;
}
.column .no-padding-right {
  padding-right: 0 !important;
}
.column .no-padding-bottom {
  padding-bottom: 0 !important;
}
.column .no-padding-left {
  padding-left: 0 !important;
}
.column .clear {
  clear: both;
}
.column .clear:after {
  content: "";
  display: table;
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: calc(960px - 1px)) {
  .container {
    width: 480px;
  }
  .col-xs-1 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 8.33333333%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-1 * {
    box-sizing: border-box;
  }
  .col-xs-1 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-1 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-1 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-1 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-1 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-1 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-1 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-1 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-1 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-1 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-1 .clear {
    clear: both;
  }
  .col-xs-1 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-2 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 16.66666667%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-2 * {
    box-sizing: border-box;
  }
  .col-xs-2 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-2 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-2 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-2 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-2 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-2 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-2 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-2 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-2 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-2 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-2 .clear {
    clear: both;
  }
  .col-xs-2 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-3 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 25%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-3 * {
    box-sizing: border-box;
  }
  .col-xs-3 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-3 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-3 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-3 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-3 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-3 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-3 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-3 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-3 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-3 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-3 .clear {
    clear: both;
  }
  .col-xs-3 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-4 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 33.33333333%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-4 * {
    box-sizing: border-box;
  }
  .col-xs-4 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-4 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-4 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-4 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-4 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-4 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-4 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-4 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-4 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-4 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-4 .clear {
    clear: both;
  }
  .col-xs-4 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-5 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 41.66666667%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-5 * {
    box-sizing: border-box;
  }
  .col-xs-5 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-5 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-5 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-5 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-5 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-5 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-5 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-5 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-5 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-5 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-5 .clear {
    clear: both;
  }
  .col-xs-5 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-6 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 50%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-6 * {
    box-sizing: border-box;
  }
  .col-xs-6 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-6 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-6 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-6 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-6 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-6 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-6 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-6 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-6 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-6 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-6 .clear {
    clear: both;
  }
  .col-xs-6 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-7 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 58.33333333%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-7 * {
    box-sizing: border-box;
  }
  .col-xs-7 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-7 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-7 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-7 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-7 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-7 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-7 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-7 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-7 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-7 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-7 .clear {
    clear: both;
  }
  .col-xs-7 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-8 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 66.66666667%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-8 * {
    box-sizing: border-box;
  }
  .col-xs-8 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-8 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-8 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-8 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-8 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-8 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-8 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-8 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-8 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-8 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-8 .clear {
    clear: both;
  }
  .col-xs-8 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-9 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 75%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-9 * {
    box-sizing: border-box;
  }
  .col-xs-9 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-9 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-9 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-9 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-9 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-9 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-9 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-9 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-9 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-9 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-9 .clear {
    clear: both;
  }
  .col-xs-9 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-10 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 83.33333333%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-10 * {
    box-sizing: border-box;
  }
  .col-xs-10 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-10 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-10 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-10 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-10 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-10 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-10 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-10 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-10 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-10 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-10 .clear {
    clear: both;
  }
  .col-xs-10 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-11 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 91.66666667%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-11 * {
    box-sizing: border-box;
  }
  .col-xs-11 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-11 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-11 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-11 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-11 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-11 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-11 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-11 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-11 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-11 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-11 .clear {
    clear: both;
  }
  .col-xs-11 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xs-12 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 100%  -  0px );
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-12 * {
    box-sizing: border-box;
  }
  .col-xs-12 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xs-12 .no-margin-top {
    margin-top: 0;
  }
  .col-xs-12 .no-margin-right {
    margin-right: 0;
  }
  .col-xs-12 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xs-12 .no-margin-left {
    margin-left: 0;
  }
  .col-xs-12 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-12 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xs-12 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xs-12 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xs-12 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xs-12 .clear {
    clear: both;
  }
  .col-xs-12 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 480px) {
  .container {
    width: 530px;
  }
  .col-sm-1 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 8.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1 * {
    box-sizing: border-box;
  }
  .col-sm-1 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-1 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-1 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-1 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-1 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-1 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-1 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-1 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-1 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-1 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-1 .clear {
    clear: both;
  }
  .col-sm-1 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-2 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 16.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2 * {
    box-sizing: border-box;
  }
  .col-sm-2 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-2 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-2 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-2 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-2 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-2 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-2 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-2 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-2 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-2 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-2 .clear {
    clear: both;
  }
  .col-sm-2 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-3 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 25%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3 * {
    box-sizing: border-box;
  }
  .col-sm-3 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-3 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-3 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-3 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-3 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-3 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-3 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-3 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-3 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-3 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-3 .clear {
    clear: both;
  }
  .col-sm-3 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-4 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 33.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4 * {
    box-sizing: border-box;
  }
  .col-sm-4 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-4 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-4 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-4 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-4 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-4 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-4 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-4 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-4 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-4 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-4 .clear {
    clear: both;
  }
  .col-sm-4 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-5 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 41.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5 * {
    box-sizing: border-box;
  }
  .col-sm-5 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-5 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-5 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-5 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-5 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-5 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-5 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-5 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-5 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-5 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-5 .clear {
    clear: both;
  }
  .col-sm-5 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-6 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 50%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6 * {
    box-sizing: border-box;
  }
  .col-sm-6 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-6 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-6 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-6 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-6 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-6 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-6 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-6 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-6 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-6 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-6 .clear {
    clear: both;
  }
  .col-sm-6 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-7 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 58.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7 * {
    box-sizing: border-box;
  }
  .col-sm-7 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-7 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-7 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-7 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-7 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-7 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-7 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-7 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-7 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-7 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-7 .clear {
    clear: both;
  }
  .col-sm-7 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-8 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 66.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8 * {
    box-sizing: border-box;
  }
  .col-sm-8 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-8 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-8 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-8 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-8 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-8 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-8 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-8 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-8 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-8 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-8 .clear {
    clear: both;
  }
  .col-sm-8 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-9 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 75%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9 * {
    box-sizing: border-box;
  }
  .col-sm-9 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-9 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-9 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-9 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-9 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-9 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-9 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-9 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-9 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-9 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-9 .clear {
    clear: both;
  }
  .col-sm-9 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-10 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 83.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10 * {
    box-sizing: border-box;
  }
  .col-sm-10 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-10 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-10 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-10 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-10 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-10 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-10 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-10 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-10 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-10 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-10 .clear {
    clear: both;
  }
  .col-sm-10 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-11 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 91.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11 * {
    box-sizing: border-box;
  }
  .col-sm-11 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-11 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-11 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-11 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-11 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-11 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-11 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-11 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-11 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-11 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-11 .clear {
    clear: both;
  }
  .col-sm-11 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-sm-12 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 100%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-12 * {
    box-sizing: border-box;
  }
  .col-sm-12 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-sm-12 .no-margin-top {
    margin-top: 0;
  }
  .col-sm-12 .no-margin-right {
    margin-right: 0;
  }
  .col-sm-12 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-sm-12 .no-margin-left {
    margin-left: 0;
  }
  .col-sm-12 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-12 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-sm-12 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-sm-12 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-sm-12 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-sm-12 .clear {
    clear: both;
  }
  .col-sm-12 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 960px) {
  .container {
    width: 960px;
  }
  .col-md-1 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 8.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1 * {
    box-sizing: border-box;
  }
  .col-md-1 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-1 .no-margin-top {
    margin-top: 0;
  }
  .col-md-1 .no-margin-right {
    margin-right: 0;
  }
  .col-md-1 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-1 .no-margin-left {
    margin-left: 0;
  }
  .col-md-1 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-1 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-1 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-1 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-1 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-1 .clear {
    clear: both;
  }
  .col-md-1 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-2 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 16.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2 * {
    box-sizing: border-box;
  }
  .col-md-2 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-2 .no-margin-top {
    margin-top: 0;
  }
  .col-md-2 .no-margin-right {
    margin-right: 0;
  }
  .col-md-2 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-2 .no-margin-left {
    margin-left: 0;
  }
  .col-md-2 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-2 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-2 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-2 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-2 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-2 .clear {
    clear: both;
  }
  .col-md-2 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-3 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 25%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3 * {
    box-sizing: border-box;
  }
  .col-md-3 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-3 .no-margin-top {
    margin-top: 0;
  }
  .col-md-3 .no-margin-right {
    margin-right: 0;
  }
  .col-md-3 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-3 .no-margin-left {
    margin-left: 0;
  }
  .col-md-3 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-3 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-3 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-3 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-3 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-3 .clear {
    clear: both;
  }
  .col-md-3 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-4 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 33.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4 * {
    box-sizing: border-box;
  }
  .col-md-4 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-4 .no-margin-top {
    margin-top: 0;
  }
  .col-md-4 .no-margin-right {
    margin-right: 0;
  }
  .col-md-4 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-4 .no-margin-left {
    margin-left: 0;
  }
  .col-md-4 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-4 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-4 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-4 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-4 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-4 .clear {
    clear: both;
  }
  .col-md-4 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-5 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 41.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5 * {
    box-sizing: border-box;
  }
  .col-md-5 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-5 .no-margin-top {
    margin-top: 0;
  }
  .col-md-5 .no-margin-right {
    margin-right: 0;
  }
  .col-md-5 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-5 .no-margin-left {
    margin-left: 0;
  }
  .col-md-5 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-5 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-5 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-5 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-5 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-5 .clear {
    clear: both;
  }
  .col-md-5 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-6 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 50%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6 * {
    box-sizing: border-box;
  }
  .col-md-6 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-6 .no-margin-top {
    margin-top: 0;
  }
  .col-md-6 .no-margin-right {
    margin-right: 0;
  }
  .col-md-6 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-6 .no-margin-left {
    margin-left: 0;
  }
  .col-md-6 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-6 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-6 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-6 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-6 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-6 .clear {
    clear: both;
  }
  .col-md-6 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-7 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 58.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7 * {
    box-sizing: border-box;
  }
  .col-md-7 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-7 .no-margin-top {
    margin-top: 0;
  }
  .col-md-7 .no-margin-right {
    margin-right: 0;
  }
  .col-md-7 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-7 .no-margin-left {
    margin-left: 0;
  }
  .col-md-7 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-7 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-7 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-7 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-7 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-7 .clear {
    clear: both;
  }
  .col-md-7 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-8 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 66.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8 * {
    box-sizing: border-box;
  }
  .col-md-8 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-8 .no-margin-top {
    margin-top: 0;
  }
  .col-md-8 .no-margin-right {
    margin-right: 0;
  }
  .col-md-8 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-8 .no-margin-left {
    margin-left: 0;
  }
  .col-md-8 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-8 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-8 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-8 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-8 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-8 .clear {
    clear: both;
  }
  .col-md-8 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-9 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 75%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9 * {
    box-sizing: border-box;
  }
  .col-md-9 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-9 .no-margin-top {
    margin-top: 0;
  }
  .col-md-9 .no-margin-right {
    margin-right: 0;
  }
  .col-md-9 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-9 .no-margin-left {
    margin-left: 0;
  }
  .col-md-9 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-9 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-9 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-9 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-9 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-9 .clear {
    clear: both;
  }
  .col-md-9 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-10 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 83.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10 * {
    box-sizing: border-box;
  }
  .col-md-10 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-10 .no-margin-top {
    margin-top: 0;
  }
  .col-md-10 .no-margin-right {
    margin-right: 0;
  }
  .col-md-10 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-10 .no-margin-left {
    margin-left: 0;
  }
  .col-md-10 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-10 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-10 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-10 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-10 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-10 .clear {
    clear: both;
  }
  .col-md-10 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-11 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 91.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11 * {
    box-sizing: border-box;
  }
  .col-md-11 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-11 .no-margin-top {
    margin-top: 0;
  }
  .col-md-11 .no-margin-right {
    margin-right: 0;
  }
  .col-md-11 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-11 .no-margin-left {
    margin-left: 0;
  }
  .col-md-11 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-11 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-11 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-11 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-11 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-11 .clear {
    clear: both;
  }
  .col-md-11 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-md-12 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 100%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-12 * {
    box-sizing: border-box;
  }
  .col-md-12 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-md-12 .no-margin-top {
    margin-top: 0;
  }
  .col-md-12 .no-margin-right {
    margin-right: 0;
  }
  .col-md-12 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-md-12 .no-margin-left {
    margin-left: 0;
  }
  .col-md-12 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-md-12 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-md-12 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-md-12 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-md-12 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-md-12 .clear {
    clear: both;
  }
  .col-md-12 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 960px;
  }
  .col-lg-1 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 8.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1 * {
    box-sizing: border-box;
  }
  .col-lg-1 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-1 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-1 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-1 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-1 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-1 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-1 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-1 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-1 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-1 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-1 .clear {
    clear: both;
  }
  .col-lg-1 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-2 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 16.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2 * {
    box-sizing: border-box;
  }
  .col-lg-2 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-2 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-2 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-2 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-2 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-2 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-2 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-2 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-2 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-2 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-2 .clear {
    clear: both;
  }
  .col-lg-2 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-3 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 25%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3 * {
    box-sizing: border-box;
  }
  .col-lg-3 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-3 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-3 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-3 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-3 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-3 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-3 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-3 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-3 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-3 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-3 .clear {
    clear: both;
  }
  .col-lg-3 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-4 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 33.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4 * {
    box-sizing: border-box;
  }
  .col-lg-4 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-4 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-4 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-4 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-4 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-4 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-4 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-4 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-4 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-4 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-4 .clear {
    clear: both;
  }
  .col-lg-4 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-5 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 41.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5 * {
    box-sizing: border-box;
  }
  .col-lg-5 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-5 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-5 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-5 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-5 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-5 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-5 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-5 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-5 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-5 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-5 .clear {
    clear: both;
  }
  .col-lg-5 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-6 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 50%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6 * {
    box-sizing: border-box;
  }
  .col-lg-6 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-6 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-6 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-6 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-6 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-6 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-6 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-6 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-6 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-6 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-6 .clear {
    clear: both;
  }
  .col-lg-6 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-7 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 58.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7 * {
    box-sizing: border-box;
  }
  .col-lg-7 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-7 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-7 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-7 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-7 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-7 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-7 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-7 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-7 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-7 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-7 .clear {
    clear: both;
  }
  .col-lg-7 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-8 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 66.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8 * {
    box-sizing: border-box;
  }
  .col-lg-8 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-8 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-8 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-8 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-8 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-8 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-8 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-8 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-8 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-8 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-8 .clear {
    clear: both;
  }
  .col-lg-8 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-9 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 75%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9 * {
    box-sizing: border-box;
  }
  .col-lg-9 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-9 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-9 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-9 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-9 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-9 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-9 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-9 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-9 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-9 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-9 .clear {
    clear: both;
  }
  .col-lg-9 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-10 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 83.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10 * {
    box-sizing: border-box;
  }
  .col-lg-10 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-10 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-10 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-10 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-10 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-10 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-10 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-10 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-10 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-10 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-10 .clear {
    clear: both;
  }
  .col-lg-10 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-11 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 91.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11 * {
    box-sizing: border-box;
  }
  .col-lg-11 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-11 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-11 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-11 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-11 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-11 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-11 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-11 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-11 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-11 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-11 .clear {
    clear: both;
  }
  .col-lg-11 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-lg-12 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 100%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-12 * {
    box-sizing: border-box;
  }
  .col-lg-12 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-lg-12 .no-margin-top {
    margin-top: 0;
  }
  .col-lg-12 .no-margin-right {
    margin-right: 0;
  }
  .col-lg-12 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-lg-12 .no-margin-left {
    margin-left: 0;
  }
  .col-lg-12 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-lg-12 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-lg-12 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-lg-12 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-lg-12 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-lg-12 .clear {
    clear: both;
  }
  .col-lg-12 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 960px;
  }
  .col-xl-1 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 8.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1 * {
    box-sizing: border-box;
  }
  .col-xl-1 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-1 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-1 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-1 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-1 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-1 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-1 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-1 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-1 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-1 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-1 .clear {
    clear: both;
  }
  .col-xl-1 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-2 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 16.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2 * {
    box-sizing: border-box;
  }
  .col-xl-2 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-2 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-2 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-2 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-2 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-2 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-2 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-2 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-2 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-2 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-2 .clear {
    clear: both;
  }
  .col-xl-2 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-3 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 25%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3 * {
    box-sizing: border-box;
  }
  .col-xl-3 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-3 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-3 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-3 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-3 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-3 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-3 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-3 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-3 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-3 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-3 .clear {
    clear: both;
  }
  .col-xl-3 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-4 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 33.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4 * {
    box-sizing: border-box;
  }
  .col-xl-4 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-4 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-4 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-4 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-4 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-4 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-4 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-4 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-4 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-4 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-4 .clear {
    clear: both;
  }
  .col-xl-4 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-5 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 41.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5 * {
    box-sizing: border-box;
  }
  .col-xl-5 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-5 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-5 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-5 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-5 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-5 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-5 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-5 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-5 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-5 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-5 .clear {
    clear: both;
  }
  .col-xl-5 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-6 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 50%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6 * {
    box-sizing: border-box;
  }
  .col-xl-6 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-6 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-6 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-6 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-6 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-6 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-6 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-6 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-6 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-6 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-6 .clear {
    clear: both;
  }
  .col-xl-6 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-7 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 58.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7 * {
    box-sizing: border-box;
  }
  .col-xl-7 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-7 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-7 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-7 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-7 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-7 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-7 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-7 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-7 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-7 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-7 .clear {
    clear: both;
  }
  .col-xl-7 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-8 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 66.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8 * {
    box-sizing: border-box;
  }
  .col-xl-8 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-8 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-8 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-8 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-8 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-8 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-8 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-8 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-8 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-8 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-8 .clear {
    clear: both;
  }
  .col-xl-8 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-9 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 75%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9 * {
    box-sizing: border-box;
  }
  .col-xl-9 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-9 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-9 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-9 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-9 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-9 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-9 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-9 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-9 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-9 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-9 .clear {
    clear: both;
  }
  .col-xl-9 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-10 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 83.33333333%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10 * {
    box-sizing: border-box;
  }
  .col-xl-10 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-10 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-10 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-10 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-10 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-10 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-10 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-10 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-10 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-10 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-10 .clear {
    clear: both;
  }
  .col-xl-10 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-11 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 91.66666667%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11 * {
    box-sizing: border-box;
  }
  .col-xl-11 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-11 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-11 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-11 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-11 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-11 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-11 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-11 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-11 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-11 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-11 .clear {
    clear: both;
  }
  .col-xl-11 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-xl-12 {
    width: 100%;
    min-height: 100%;
    box-sizing: initial;
    width: calc( 100%  -  20px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-12 * {
    box-sizing: border-box;
  }
  .col-xl-12 .no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .col-xl-12 .no-margin-top {
    margin-top: 0;
  }
  .col-xl-12 .no-margin-right {
    margin-right: 0;
  }
  .col-xl-12 .no-margin-bottom {
    margin-bottom: 0;
  }
  .col-xl-12 .no-margin-left {
    margin-left: 0;
  }
  .col-xl-12 .no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .col-xl-12 .no-padding-top {
    padding-top: 0 !important;
  }
  .col-xl-12 .no-padding-right {
    padding-right: 0 !important;
  }
  .col-xl-12 .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .col-xl-12 .no-padding-left {
    padding-left: 0 !important;
  }
  .col-xl-12 .clear {
    clear: both;
  }
  .col-xl-12 .clear:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: calc(960px - 1px)) {
  .col-xs-hidden {
    display: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 480px) and (max-width: calc(960px - 1px)) {
  .col-sm-hidden {
    display: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 960px) and (max-width: calc(1280px - 1px)) {
  .col-md-hidden {
    display: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1280px) and (max-width: calc(1920px - 1px)) {
  .col-lg-hidden {
    display: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .col-xl-hidden {
    display: none;
    padding: 0;
    margin: 0;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
@font-face {
  font-family: 'TitilliumText22LBold';
  src: url('../themes/pvs/assets/fonts/TitilliumText22L005-webfont.eot');
  src: url('../themes/pvs/assets/fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/pvs/assets/fonts/TitilliumText22L005-webfont.ttf') format('truetype'), url('../themes/pvs/assets/fonts/TitilliumText22L005-webfont.woff') format('woff'), url('../themes/pvs/assets/fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: ;
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 100%;
  background-color: #f2f2f2;
  overflow: hidden;
  height: auto;
}
a {
  outline: 0;
  border: 0;
}
ul,
ol {
  margin-left: 15px;
  padding: 0;
  font-size: 14px;
}
#background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 240px;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,b4b4b4+100 */
  background: #f2f2f2;
  background-image: -webkit-linear-gradient(180deg, #f2f2f2, #b4b4b4);
  background-image: -moz-linear-gradient(180deg, #f2f2f2, #b4b4b4);
  background-image: -ms-linear-gradient(180deg, #f2f2f2, #b4b4b4);
  background-image: -o-linear-gradient(180deg, #f2f2f2, #b4b4b4);
  background-image: linear-gradient(180deg, #f2f2f2, #b4b4b4);
}
h1 {
  font-family: TitilliumText22LBold;
  font-size: 26px;
}
.main_header {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #FAFAFA;
  color: #1b134c;
}
h2 {
  font-family: TitilliumText22LBold;
  font-size: 22px;
}
h3 {
  font-family: TitilliumText22LBold;
  font-size: 18px;
}
a:not([class^="btn"]),
a:not([class^="btn"]):visited {
  color: #c0392b;
  text-decoration: none;
}
a:not([class^="btn"]):hover {
  color: #f58920;
}
p {
  font-size: 14px;
}
h1 {
  color: #1b134c;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: normal;
  margin-top: 8px;
  margin-bottom: 10px;
}
h2 {
  color: #1b134c;
  font-size: 24px;
  margin-top: 0;
}
h3 {
  font-size: 14px;
  color: #1b134c;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-family: Tahoma, Helvetica, Arial;
  letter-spacing: 0px;
}
h4 {
  font-weight: bold;
  color: #1b134c;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 0;
}
.block {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.block.nav-top .logo {
  min-height: 75px;
  height: 130px;
  width: 100%;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/storage/app/media/atlantastopdoctors.com/Atlanta.Docs.2025.Banner.png');
  background-size: contain;
  background-position: center center;
}
.block.nav-top .nav-wrapper {
  width: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAGQCAYAAACEb7HYAAAAQ0lEQVRIie3GMQ0AQQwDQWNJf9iDJlJIhIAbP46XdqrRey9VFRFCCCGEEEII+Xt2N7sbdXe6O5qZzEx0d7m7yHZs5wPyS6RexRtEBwAAAABJRU5ErkJggg==') repeat-x center bottom;
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 63px;
}
.block.nav-top ul {
  display: block;
  width: 100%;
  clear: both;
  overflow: visible;
  height: 63px;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  background: #ff0000 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8AAAAGQCAYAAABhxwlFAAAgAElEQVR4nO3dyZLr2HWG0XoVYAw8u57GEbLV95ZUpdaW5FJTnty0Wbw8JJoD4N+Za8D4ZopQJbmJdfcB+MU4jt/M8/xN7w7D8K9pmv61s/8chuGfrc7z/I9hGP7xpH8fx/HvD/r1OI5f3/V/pmn6n7v+bRzHv912GIa/TtP019vO8/yXYRj+8qn/Pc/zf9/1v4Zh+K+3TtP053Ec//ypf5qm6U83/eM0TX+86R/mef7DW4dh+P08z7+/6e/mef7dTb+apumrm345TdOXbx3H8bfTNP32pr+Z5/k3N/31PM+/fuswDP85TdN/3vVXwzD86q6/nKbpl7ed5/kXwzD84rbjOP58nuefP+jP5nn+2YP+dJqmnz7oT6Zp+kmrwzD8eJqmHz/pj+Z5/tHC/nAYhh8u6A+GYfjBlo7j+P1pmr7fsd+bpul7J/Q/pmn6D/3/zvP878Mw/Luqao8mzLXAnvH99r3O38vfn3dcJwzLrkN+OKy4vnlxnfTjZ9dZn3p7XfZ/nR9fz/1sfnz99/P5wfXi8OC6cnp8/fnZdep8cx37qbfXub+Zvn0d/Nvp5jr5U2+vo7+av32d/bv529fhv59vrtPHcfzD9O3r+D9O377O/9N044Dhxgef+sgRt874zCHTA6+MD1wzP/bPIyf9fXjuq38MT3z2qbsdOB/g07d+cdT/cI//4y/+wwIwAAMwAMd1DrhgVtX304S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAGYAAGYFUt24S5FlgABmAABmAAbhSAARiAARiAVbVsE+ZaYAEYgAEYgAG4UQAGYAAGYABW1bJNmGuBBWAABmAABuBGARiAARiAAVhVyzZhrgUWgAEYgAEYgBsFYAAG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') no-repeat center bottom;
}
.block.nav-top ul li {
  display: block;
  list-style: none;
  float: left;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin-right: 5px;
  width: auto;
  height: 63px;
  line-height: 55px;
}
.block.nav-top ul li a,
.block.nav-top ul li a:visited {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border-radius: 8px 8px;
  padding: 0px 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}
.block.nav-top ul li a:hover,
.block.nav-top ul li a:visited:hover,
.block.nav-top ul li a a:active,
.block.nav-top ul li a:visited a:active,
.block.nav-top ul li a a:focus,
.block.nav-top ul li a:visited a:focus {
  color: #c11820;
}
.block.nav-top #search-top {
  display: block;
  float: right;
  width: 185px;
  height: 30px;
  outline: 1px red solid;
}
.block.footer {
  width: 100%;
  background-color: #222;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAE7CAYAAADkYxABAAAAeklEQVRoge3KuxHEIABDQfVgMwwD5td/j7oWlN8LNls9z+OE3vd1QqUUJ1RrdUKtNSfUe3dCYwwn9H2fE5pzOqG1lhPaezuhc44Tuvc6QSQSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQikUgkEolEIpFIJBKJRCLx3+MP96QfOtYV1AYAAAAASUVORK5CYII=');
  background-repeat: repeat-x;
  background-position: 0 0;
  min-height: 100px;
  overflow: visible;
}
.block.footer .copyright {
  color: #666666;
  text-align: left;
  line-height: 46px;
  clear: both;
  height: 50px;
  border-top: 4px solid #333333;
}
.block.main {
  min-height: 600px;
}
.block.main hr {
  display: block;
  height: 0;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #444444;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-candidate form.dirty-check .input-group .btn {
  opacity: 0.5;
  cursor: inherit;
}
.page-candidate form.dirty-check .input-group .btn[disabled] {
  opacity: 0.5;
  cursor: inherit;
}
.page-candidate form.dirty-check.dirty.allreq .input-group .btn {
  opacity: 1;
  cursor: pointer;
}
.page-candidate-review {
  box-sizing: border-box;
}
.page-candidate-review h3.category {
  color: #5067ac;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 18px;
}
.page-candidate-review .votes {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.page-candidate-review .votes .vote {
  width: 100%;
  clear: both;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 3px;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 4px;
  box-sizing: border-box;
}
.page-candidate-review .votes .vote .number {
  height: 16px;
  width: 16px;
  display: block;
  float: left;
  background: rgba(104, 141, 172, 0.5);
  margin-left: 5px;
  margin-top: 12px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
}
.page-candidate-review .votes .vote .details {
  line-height: 20px;
  height: 40px;
  float: right;
  width: calc(100% - 32px);
}
.page-candidate-review .votes .vote .details:first-child {
  margin-top: 0;
}
.page-candidate-review .votes .vote .details .name {
  font-weight: bold;
  clear: both;
}
.page-candidate-review .votes .vote .details .practice {
  color: rgba(242, 138, 40, 0.95);
  clear: both;
}
.textblock {
  border: solid 2px #444444;
  background-color: #c7e1f4;
  padding: 10px 5px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: ;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
p {
  margin: 0;
  padding: 0;
}
.bottom-nav a {
  color: #f8f9fa;
  text-decoration: underline;
  margin-left: 15px;
}
#pvs-contact-form label {
  display: none;
}
.form-group.error label {
  color: red;
}
.form-group.error input {
  border: 1px solid red;
}
.ajax-input-loading {
  background: url(/plugins/hour/pvs/assets/images/loading.gif) no-repeat right center !important;
  background-size: 25px !important;
}
.select2-container {
  width: calc(100% - 26px);
  resize: vertical;
}
.widget[data-widget-type=nominations] {
  padding: 10px;
  background-color: #c7e1f4;
  color: #1b134c;
}
.widget[data-widget-type=sponsor] {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #c7e1f4;
  color: #1b134c;
}
