/*! 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/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* 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,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	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("../images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=96c2ef0849bd80ce5a8e73a779cffb87)
 * Config saved to config.json and https://gist.github.com/96c2ef0849bd80ce5a8e73a779cffb87
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00547f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #002133;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 300px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00547f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00324c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00547f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00324c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 300px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 300px) {
  .container {
    width: 610px;
  }
}
@media (min-width: 600px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 600px) {
  .container {
    width: 1150px;
  }
}
.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xs-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xs-32, .col-sm-32, .col-md-32, .col-lg-32, .col-xs-33, .col-sm-33, .col-md-33, .col-lg-33, .col-xs-34, .col-sm-34, .col-md-34, .col-lg-34, .col-xs-35, .col-sm-35, .col-md-35, .col-lg-35, .col-xs-36, .col-sm-36, .col-md-36, .col-lg-36, .col-xs-37, .col-sm-37, .col-md-37, .col-lg-37, .col-xs-38, .col-sm-38, .col-md-38, .col-lg-38, .col-xs-39, .col-sm-39, .col-md-39, .col-lg-39, .col-xs-40, .col-sm-40, .col-md-40, .col-lg-40, .col-xs-41, .col-sm-41, .col-md-41, .col-lg-41, .col-xs-42, .col-sm-42, .col-md-42, .col-lg-42, .col-xs-43, .col-sm-43, .col-md-43, .col-lg-43, .col-xs-44, .col-sm-44, .col-md-44, .col-lg-44, .col-xs-45, .col-sm-45, .col-md-45, .col-lg-45, .col-xs-46, .col-sm-46, .col-md-46, .col-lg-46, .col-xs-47, .col-sm-47, .col-md-47, .col-lg-47, .col-xs-48, .col-sm-48, .col-md-48, .col-lg-48, .col-xs-49, .col-sm-49, .col-md-49, .col-lg-49, .col-xs-50, .col-sm-50, .col-md-50, .col-lg-50, .col-xs-51, .col-sm-51, .col-md-51, .col-lg-51, .col-xs-52, .col-sm-52, .col-md-52, .col-lg-52, .col-xs-53, .col-sm-53, .col-md-53, .col-lg-53, .col-xs-54, .col-sm-54, .col-md-54, .col-lg-54, .col-xs-55, .col-sm-55, .col-md-55, .col-lg-55, .col-xs-56, .col-sm-56, .col-md-56, .col-lg-56, .col-xs-57, .col-sm-57, .col-md-57, .col-lg-57, .col-xs-58, .col-sm-58, .col-md-58, .col-lg-58, .col-xs-59, .col-sm-59, .col-md-59, .col-lg-59, .col-xs-60, .col-sm-60, .col-md-60, .col-lg-60, .col-xs-61, .col-sm-61, .col-md-61, .col-lg-61, .col-xs-62, .col-sm-62, .col-md-62, .col-lg-62, .col-xs-63, .col-sm-63, .col-md-63, .col-lg-63, .col-xs-64, .col-sm-64, .col-md-64, .col-lg-64, .col-xs-65, .col-sm-65, .col-md-65, .col-lg-65, .col-xs-66, .col-sm-66, .col-md-66, .col-lg-66, .col-xs-67, .col-sm-67, .col-md-67, .col-lg-67, .col-xs-68, .col-sm-68, .col-md-68, .col-lg-68, .col-xs-69, .col-sm-69, .col-md-69, .col-lg-69, .col-xs-70, .col-sm-70, .col-md-70, .col-lg-70, .col-xs-71, .col-sm-71, .col-md-71, .col-lg-71, .col-xs-72, .col-sm-72, .col-md-72, .col-lg-72, .col-xs-73, .col-sm-73, .col-md-73, .col-lg-73, .col-xs-74, .col-sm-74, .col-md-74, .col-lg-74, .col-xs-75, .col-sm-75, .col-md-75, .col-lg-75, .col-xs-76, .col-sm-76, .col-md-76, .col-lg-76, .col-xs-77, .col-sm-77, .col-md-77, .col-lg-77, .col-xs-78, .col-sm-78, .col-md-78, .col-lg-78, .col-xs-79, .col-sm-79, .col-md-79, .col-lg-79, .col-xs-80, .col-sm-80, .col-md-80, .col-lg-80, .col-xs-81, .col-sm-81, .col-md-81, .col-lg-81, .col-xs-82, .col-sm-82, .col-md-82, .col-lg-82, .col-xs-83, .col-sm-83, .col-md-83, .col-lg-83, .col-xs-84, .col-sm-84, .col-md-84, .col-lg-84, .col-xs-85, .col-sm-85, .col-md-85, .col-lg-85, .col-xs-86, .col-sm-86, .col-md-86, .col-lg-86, .col-xs-87, .col-sm-87, .col-md-87, .col-lg-87, .col-xs-88, .col-sm-88, .col-md-88, .col-lg-88, .col-xs-89, .col-sm-89, .col-md-89, .col-lg-89, .col-xs-90, .col-sm-90, .col-md-90, .col-lg-90, .col-xs-91, .col-sm-91, .col-md-91, .col-lg-91, .col-xs-92, .col-sm-92, .col-md-92, .col-lg-92, .col-xs-93, .col-sm-93, .col-md-93, .col-lg-93, .col-xs-94, .col-sm-94, .col-md-94, .col-lg-94, .col-xs-95, .col-sm-95, .col-md-95, .col-lg-95, .col-xs-96, .col-sm-96, .col-md-96, .col-lg-96, .col-xs-97, .col-sm-97, .col-md-97, .col-lg-97, .col-xs-98, .col-sm-98, .col-md-98, .col-lg-98, .col-xs-99, .col-sm-99, .col-md-99, .col-lg-99, .col-xs-100, .col-sm-100, .col-md-100, .col-lg-100 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36, .col-xs-37, .col-xs-38, .col-xs-39, .col-xs-40, .col-xs-41, .col-xs-42, .col-xs-43, .col-xs-44, .col-xs-45, .col-xs-46, .col-xs-47, .col-xs-48, .col-xs-49, .col-xs-50, .col-xs-51, .col-xs-52, .col-xs-53, .col-xs-54, .col-xs-55, .col-xs-56, .col-xs-57, .col-xs-58, .col-xs-59, .col-xs-60, .col-xs-61, .col-xs-62, .col-xs-63, .col-xs-64, .col-xs-65, .col-xs-66, .col-xs-67, .col-xs-68, .col-xs-69, .col-xs-70, .col-xs-71, .col-xs-72, .col-xs-73, .col-xs-74, .col-xs-75, .col-xs-76, .col-xs-77, .col-xs-78, .col-xs-79, .col-xs-80, .col-xs-81, .col-xs-82, .col-xs-83, .col-xs-84, .col-xs-85, .col-xs-86, .col-xs-87, .col-xs-88, .col-xs-89, .col-xs-90, .col-xs-91, .col-xs-92, .col-xs-93, .col-xs-94, .col-xs-95, .col-xs-96, .col-xs-97, .col-xs-98, .col-xs-99, .col-xs-100 {
  float: left;
}
.col-xs-100 {
  width: 100%;
}
.col-xs-99 {
  width: 99%;
}
.col-xs-98 {
  width: 98%;
}
.col-xs-97 {
  width: 97%;
}
.col-xs-96 {
  width: 96%;
}
.col-xs-95 {
  width: 95%;
}
.col-xs-94 {
  width: 94%;
}
.col-xs-93 {
  width: 93%;
}
.col-xs-92 {
  width: 92%;
}
.col-xs-91 {
  width: 91%;
}
.col-xs-90 {
  width: 90%;
}
.col-xs-89 {
  width: 89%;
}
.col-xs-88 {
  width: 88%;
}
.col-xs-87 {
  width: 87%;
}
.col-xs-86 {
  width: 86%;
}
.col-xs-85 {
  width: 85%;
}
.col-xs-84 {
  width: 84%;
}
.col-xs-83 {
  width: 83%;
}
.col-xs-82 {
  width: 82%;
}
.col-xs-81 {
  width: 81%;
}
.col-xs-80 {
  width: 80%;
}
.col-xs-79 {
  width: 79%;
}
.col-xs-78 {
  width: 78%;
}
.col-xs-77 {
  width: 77%;
}
.col-xs-76 {
  width: 76%;
}
.col-xs-75 {
  width: 75%;
}
.col-xs-74 {
  width: 74%;
}
.col-xs-73 {
  width: 73%;
}
.col-xs-72 {
  width: 72%;
}
.col-xs-71 {
  width: 71%;
}
.col-xs-70 {
  width: 70%;
}
.col-xs-69 {
  width: 69%;
}
.col-xs-68 {
  width: 68%;
}
.col-xs-67 {
  width: 67%;
}
.col-xs-66 {
  width: 66%;
}
.col-xs-65 {
  width: 65%;
}
.col-xs-64 {
  width: 64%;
}
.col-xs-63 {
  width: 63%;
}
.col-xs-62 {
  width: 62%;
}
.col-xs-61 {
  width: 61%;
}
.col-xs-60 {
  width: 60%;
}
.col-xs-59 {
  width: 59%;
}
.col-xs-58 {
  width: 58%;
}
.col-xs-57 {
  width: 57%;
}
.col-xs-56 {
  width: 56%;
}
.col-xs-55 {
  width: 55%;
}
.col-xs-54 {
  width: 54%;
}
.col-xs-53 {
  width: 53%;
}
.col-xs-52 {
  width: 52%;
}
.col-xs-51 {
  width: 51%;
}
.col-xs-50 {
  width: 50%;
}
.col-xs-49 {
  width: 49%;
}
.col-xs-48 {
  width: 48%;
}
.col-xs-47 {
  width: 47%;
}
.col-xs-46 {
  width: 46%;
}
.col-xs-45 {
  width: 45%;
}
.col-xs-44 {
  width: 44%;
}
.col-xs-43 {
  width: 43%;
}
.col-xs-42 {
  width: 42%;
}
.col-xs-41 {
  width: 41%;
}
.col-xs-40 {
  width: 40%;
}
.col-xs-39 {
  width: 39%;
}
.col-xs-38 {
  width: 38%;
}
.col-xs-37 {
  width: 37%;
}
.col-xs-36 {
  width: 36%;
}
.col-xs-35 {
  width: 35%;
}
.col-xs-34 {
  width: 34%;
}
.col-xs-33 {
  width: 33%;
}
.col-xs-32 {
  width: 32%;
}
.col-xs-31 {
  width: 31%;
}
.col-xs-30 {
  width: 30%;
}
.col-xs-29 {
  width: 29%;
}
.col-xs-28 {
  width: 28%;
}
.col-xs-27 {
  width: 27%;
}
.col-xs-26 {
  width: 26%;
}
.col-xs-25 {
  width: 25%;
}
.col-xs-24 {
  width: 24%;
}
.col-xs-23 {
  width: 23%;
}
.col-xs-22 {
  width: 22%;
}
.col-xs-21 {
  width: 21%;
}
.col-xs-20 {
  width: 20%;
}
.col-xs-19 {
  width: 19%;
}
.col-xs-18 {
  width: 18%;
}
.col-xs-17 {
  width: 17%;
}
.col-xs-16 {
  width: 16%;
}
.col-xs-15 {
  width: 15%;
}
.col-xs-14 {
  width: 14%;
}
.col-xs-13 {
  width: 13%;
}
.col-xs-12 {
  width: 12%;
}
.col-xs-11 {
  width: 11%;
}
.col-xs-10 {
  width: 10%;
}
.col-xs-9 {
  width: 9%;
}
.col-xs-8 {
  width: 8%;
}
.col-xs-7 {
  width: 7%;
}
.col-xs-6 {
  width: 6%;
}
.col-xs-5 {
  width: 5%;
}
.col-xs-4 {
  width: 4%;
}
.col-xs-3 {
  width: 3%;
}
.col-xs-2 {
  width: 2%;
}
.col-xs-1 {
  width: 1%;
}
.col-xs-pull-100 {
  right: 100%;
}
.col-xs-pull-99 {
  right: 99%;
}
.col-xs-pull-98 {
  right: 98%;
}
.col-xs-pull-97 {
  right: 97%;
}
.col-xs-pull-96 {
  right: 96%;
}
.col-xs-pull-95 {
  right: 95%;
}
.col-xs-pull-94 {
  right: 94%;
}
.col-xs-pull-93 {
  right: 93%;
}
.col-xs-pull-92 {
  right: 92%;
}
.col-xs-pull-91 {
  right: 91%;
}
.col-xs-pull-90 {
  right: 90%;
}
.col-xs-pull-89 {
  right: 89%;
}
.col-xs-pull-88 {
  right: 88%;
}
.col-xs-pull-87 {
  right: 87%;
}
.col-xs-pull-86 {
  right: 86%;
}
.col-xs-pull-85 {
  right: 85%;
}
.col-xs-pull-84 {
  right: 84%;
}
.col-xs-pull-83 {
  right: 83%;
}
.col-xs-pull-82 {
  right: 82%;
}
.col-xs-pull-81 {
  right: 81%;
}
.col-xs-pull-80 {
  right: 80%;
}
.col-xs-pull-79 {
  right: 79%;
}
.col-xs-pull-78 {
  right: 78%;
}
.col-xs-pull-77 {
  right: 77%;
}
.col-xs-pull-76 {
  right: 76%;
}
.col-xs-pull-75 {
  right: 75%;
}
.col-xs-pull-74 {
  right: 74%;
}
.col-xs-pull-73 {
  right: 73%;
}
.col-xs-pull-72 {
  right: 72%;
}
.col-xs-pull-71 {
  right: 71%;
}
.col-xs-pull-70 {
  right: 70%;
}
.col-xs-pull-69 {
  right: 69%;
}
.col-xs-pull-68 {
  right: 68%;
}
.col-xs-pull-67 {
  right: 67%;
}
.col-xs-pull-66 {
  right: 66%;
}
.col-xs-pull-65 {
  right: 65%;
}
.col-xs-pull-64 {
  right: 64%;
}
.col-xs-pull-63 {
  right: 63%;
}
.col-xs-pull-62 {
  right: 62%;
}
.col-xs-pull-61 {
  right: 61%;
}
.col-xs-pull-60 {
  right: 60%;
}
.col-xs-pull-59 {
  right: 59%;
}
.col-xs-pull-58 {
  right: 58%;
}
.col-xs-pull-57 {
  right: 57%;
}
.col-xs-pull-56 {
  right: 56%;
}
.col-xs-pull-55 {
  right: 55%;
}
.col-xs-pull-54 {
  right: 54%;
}
.col-xs-pull-53 {
  right: 53%;
}
.col-xs-pull-52 {
  right: 52%;
}
.col-xs-pull-51 {
  right: 51%;
}
.col-xs-pull-50 {
  right: 50%;
}
.col-xs-pull-49 {
  right: 49%;
}
.col-xs-pull-48 {
  right: 48%;
}
.col-xs-pull-47 {
  right: 47%;
}
.col-xs-pull-46 {
  right: 46%;
}
.col-xs-pull-45 {
  right: 45%;
}
.col-xs-pull-44 {
  right: 44%;
}
.col-xs-pull-43 {
  right: 43%;
}
.col-xs-pull-42 {
  right: 42%;
}
.col-xs-pull-41 {
  right: 41%;
}
.col-xs-pull-40 {
  right: 40%;
}
.col-xs-pull-39 {
  right: 39%;
}
.col-xs-pull-38 {
  right: 38%;
}
.col-xs-pull-37 {
  right: 37%;
}
.col-xs-pull-36 {
  right: 36%;
}
.col-xs-pull-35 {
  right: 35%;
}
.col-xs-pull-34 {
  right: 34%;
}
.col-xs-pull-33 {
  right: 33%;
}
.col-xs-pull-32 {
  right: 32%;
}
.col-xs-pull-31 {
  right: 31%;
}
.col-xs-pull-30 {
  right: 30%;
}
.col-xs-pull-29 {
  right: 29%;
}
.col-xs-pull-28 {
  right: 28%;
}
.col-xs-pull-27 {
  right: 27%;
}
.col-xs-pull-26 {
  right: 26%;
}
.col-xs-pull-25 {
  right: 25%;
}
.col-xs-pull-24 {
  right: 24%;
}
.col-xs-pull-23 {
  right: 23%;
}
.col-xs-pull-22 {
  right: 22%;
}
.col-xs-pull-21 {
  right: 21%;
}
.col-xs-pull-20 {
  right: 20%;
}
.col-xs-pull-19 {
  right: 19%;
}
.col-xs-pull-18 {
  right: 18%;
}
.col-xs-pull-17 {
  right: 17%;
}
.col-xs-pull-16 {
  right: 16%;
}
.col-xs-pull-15 {
  right: 15%;
}
.col-xs-pull-14 {
  right: 14%;
}
.col-xs-pull-13 {
  right: 13%;
}
.col-xs-pull-12 {
  right: 12%;
}
.col-xs-pull-11 {
  right: 11%;
}
.col-xs-pull-10 {
  right: 10%;
}
.col-xs-pull-9 {
  right: 9%;
}
.col-xs-pull-8 {
  right: 8%;
}
.col-xs-pull-7 {
  right: 7%;
}
.col-xs-pull-6 {
  right: 6%;
}
.col-xs-pull-5 {
  right: 5%;
}
.col-xs-pull-4 {
  right: 4%;
}
.col-xs-pull-3 {
  right: 3%;
}
.col-xs-pull-2 {
  right: 2%;
}
.col-xs-pull-1 {
  right: 1%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-100 {
  left: 100%;
}
.col-xs-push-99 {
  left: 99%;
}
.col-xs-push-98 {
  left: 98%;
}
.col-xs-push-97 {
  left: 97%;
}
.col-xs-push-96 {
  left: 96%;
}
.col-xs-push-95 {
  left: 95%;
}
.col-xs-push-94 {
  left: 94%;
}
.col-xs-push-93 {
  left: 93%;
}
.col-xs-push-92 {
  left: 92%;
}
.col-xs-push-91 {
  left: 91%;
}
.col-xs-push-90 {
  left: 90%;
}
.col-xs-push-89 {
  left: 89%;
}
.col-xs-push-88 {
  left: 88%;
}
.col-xs-push-87 {
  left: 87%;
}
.col-xs-push-86 {
  left: 86%;
}
.col-xs-push-85 {
  left: 85%;
}
.col-xs-push-84 {
  left: 84%;
}
.col-xs-push-83 {
  left: 83%;
}
.col-xs-push-82 {
  left: 82%;
}
.col-xs-push-81 {
  left: 81%;
}
.col-xs-push-80 {
  left: 80%;
}
.col-xs-push-79 {
  left: 79%;
}
.col-xs-push-78 {
  left: 78%;
}
.col-xs-push-77 {
  left: 77%;
}
.col-xs-push-76 {
  left: 76%;
}
.col-xs-push-75 {
  left: 75%;
}
.col-xs-push-74 {
  left: 74%;
}
.col-xs-push-73 {
  left: 73%;
}
.col-xs-push-72 {
  left: 72%;
}
.col-xs-push-71 {
  left: 71%;
}
.col-xs-push-70 {
  left: 70%;
}
.col-xs-push-69 {
  left: 69%;
}
.col-xs-push-68 {
  left: 68%;
}
.col-xs-push-67 {
  left: 67%;
}
.col-xs-push-66 {
  left: 66%;
}
.col-xs-push-65 {
  left: 65%;
}
.col-xs-push-64 {
  left: 64%;
}
.col-xs-push-63 {
  left: 63%;
}
.col-xs-push-62 {
  left: 62%;
}
.col-xs-push-61 {
  left: 61%;
}
.col-xs-push-60 {
  left: 60%;
}
.col-xs-push-59 {
  left: 59%;
}
.col-xs-push-58 {
  left: 58%;
}
.col-xs-push-57 {
  left: 57%;
}
.col-xs-push-56 {
  left: 56%;
}
.col-xs-push-55 {
  left: 55%;
}
.col-xs-push-54 {
  left: 54%;
}
.col-xs-push-53 {
  left: 53%;
}
.col-xs-push-52 {
  left: 52%;
}
.col-xs-push-51 {
  left: 51%;
}
.col-xs-push-50 {
  left: 50%;
}
.col-xs-push-49 {
  left: 49%;
}
.col-xs-push-48 {
  left: 48%;
}
.col-xs-push-47 {
  left: 47%;
}
.col-xs-push-46 {
  left: 46%;
}
.col-xs-push-45 {
  left: 45%;
}
.col-xs-push-44 {
  left: 44%;
}
.col-xs-push-43 {
  left: 43%;
}
.col-xs-push-42 {
  left: 42%;
}
.col-xs-push-41 {
  left: 41%;
}
.col-xs-push-40 {
  left: 40%;
}
.col-xs-push-39 {
  left: 39%;
}
.col-xs-push-38 {
  left: 38%;
}
.col-xs-push-37 {
  left: 37%;
}
.col-xs-push-36 {
  left: 36%;
}
.col-xs-push-35 {
  left: 35%;
}
.col-xs-push-34 {
  left: 34%;
}
.col-xs-push-33 {
  left: 33%;
}
.col-xs-push-32 {
  left: 32%;
}
.col-xs-push-31 {
  left: 31%;
}
.col-xs-push-30 {
  left: 30%;
}
.col-xs-push-29 {
  left: 29%;
}
.col-xs-push-28 {
  left: 28%;
}
.col-xs-push-27 {
  left: 27%;
}
.col-xs-push-26 {
  left: 26%;
}
.col-xs-push-25 {
  left: 25%;
}
.col-xs-push-24 {
  left: 24%;
}
.col-xs-push-23 {
  left: 23%;
}
.col-xs-push-22 {
  left: 22%;
}
.col-xs-push-21 {
  left: 21%;
}
.col-xs-push-20 {
  left: 20%;
}
.col-xs-push-19 {
  left: 19%;
}
.col-xs-push-18 {
  left: 18%;
}
.col-xs-push-17 {
  left: 17%;
}
.col-xs-push-16 {
  left: 16%;
}
.col-xs-push-15 {
  left: 15%;
}
.col-xs-push-14 {
  left: 14%;
}
.col-xs-push-13 {
  left: 13%;
}
.col-xs-push-12 {
  left: 12%;
}
.col-xs-push-11 {
  left: 11%;
}
.col-xs-push-10 {
  left: 10%;
}
.col-xs-push-9 {
  left: 9%;
}
.col-xs-push-8 {
  left: 8%;
}
.col-xs-push-7 {
  left: 7%;
}
.col-xs-push-6 {
  left: 6%;
}
.col-xs-push-5 {
  left: 5%;
}
.col-xs-push-4 {
  left: 4%;
}
.col-xs-push-3 {
  left: 3%;
}
.col-xs-push-2 {
  left: 2%;
}
.col-xs-push-1 {
  left: 1%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-100 {
  margin-left: 100%;
}
.col-xs-offset-99 {
  margin-left: 99%;
}
.col-xs-offset-98 {
  margin-left: 98%;
}
.col-xs-offset-97 {
  margin-left: 97%;
}
.col-xs-offset-96 {
  margin-left: 96%;
}
.col-xs-offset-95 {
  margin-left: 95%;
}
.col-xs-offset-94 {
  margin-left: 94%;
}
.col-xs-offset-93 {
  margin-left: 93%;
}
.col-xs-offset-92 {
  margin-left: 92%;
}
.col-xs-offset-91 {
  margin-left: 91%;
}
.col-xs-offset-90 {
  margin-left: 90%;
}
.col-xs-offset-89 {
  margin-left: 89%;
}
.col-xs-offset-88 {
  margin-left: 88%;
}
.col-xs-offset-87 {
  margin-left: 87%;
}
.col-xs-offset-86 {
  margin-left: 86%;
}
.col-xs-offset-85 {
  margin-left: 85%;
}
.col-xs-offset-84 {
  margin-left: 84%;
}
.col-xs-offset-83 {
  margin-left: 83%;
}
.col-xs-offset-82 {
  margin-left: 82%;
}
.col-xs-offset-81 {
  margin-left: 81%;
}
.col-xs-offset-80 {
  margin-left: 80%;
}
.col-xs-offset-79 {
  margin-left: 79%;
}
.col-xs-offset-78 {
  margin-left: 78%;
}
.col-xs-offset-77 {
  margin-left: 77%;
}
.col-xs-offset-76 {
  margin-left: 76%;
}
.col-xs-offset-75 {
  margin-left: 75%;
}
.col-xs-offset-74 {
  margin-left: 74%;
}
.col-xs-offset-73 {
  margin-left: 73%;
}
.col-xs-offset-72 {
  margin-left: 72%;
}
.col-xs-offset-71 {
  margin-left: 71%;
}
.col-xs-offset-70 {
  margin-left: 70%;
}
.col-xs-offset-69 {
  margin-left: 69%;
}
.col-xs-offset-68 {
  margin-left: 68%;
}
.col-xs-offset-67 {
  margin-left: 67%;
}
.col-xs-offset-66 {
  margin-left: 66%;
}
.col-xs-offset-65 {
  margin-left: 65%;
}
.col-xs-offset-64 {
  margin-left: 64%;
}
.col-xs-offset-63 {
  margin-left: 63%;
}
.col-xs-offset-62 {
  margin-left: 62%;
}
.col-xs-offset-61 {
  margin-left: 61%;
}
.col-xs-offset-60 {
  margin-left: 60%;
}
.col-xs-offset-59 {
  margin-left: 59%;
}
.col-xs-offset-58 {
  margin-left: 58%;
}
.col-xs-offset-57 {
  margin-left: 57%;
}
.col-xs-offset-56 {
  margin-left: 56%;
}
.col-xs-offset-55 {
  margin-left: 55%;
}
.col-xs-offset-54 {
  margin-left: 54%;
}
.col-xs-offset-53 {
  margin-left: 53%;
}
.col-xs-offset-52 {
  margin-left: 52%;
}
.col-xs-offset-51 {
  margin-left: 51%;
}
.col-xs-offset-50 {
  margin-left: 50%;
}
.col-xs-offset-49 {
  margin-left: 49%;
}
.col-xs-offset-48 {
  margin-left: 48%;
}
.col-xs-offset-47 {
  margin-left: 47%;
}
.col-xs-offset-46 {
  margin-left: 46%;
}
.col-xs-offset-45 {
  margin-left: 45%;
}
.col-xs-offset-44 {
  margin-left: 44%;
}
.col-xs-offset-43 {
  margin-left: 43%;
}
.col-xs-offset-42 {
  margin-left: 42%;
}
.col-xs-offset-41 {
  margin-left: 41%;
}
.col-xs-offset-40 {
  margin-left: 40%;
}
.col-xs-offset-39 {
  margin-left: 39%;
}
.col-xs-offset-38 {
  margin-left: 38%;
}
.col-xs-offset-37 {
  margin-left: 37%;
}
.col-xs-offset-36 {
  margin-left: 36%;
}
.col-xs-offset-35 {
  margin-left: 35%;
}
.col-xs-offset-34 {
  margin-left: 34%;
}
.col-xs-offset-33 {
  margin-left: 33%;
}
.col-xs-offset-32 {
  margin-left: 32%;
}
.col-xs-offset-31 {
  margin-left: 31%;
}
.col-xs-offset-30 {
  margin-left: 30%;
}
.col-xs-offset-29 {
  margin-left: 29%;
}
.col-xs-offset-28 {
  margin-left: 28%;
}
.col-xs-offset-27 {
  margin-left: 27%;
}
.col-xs-offset-26 {
  margin-left: 26%;
}
.col-xs-offset-25 {
  margin-left: 25%;
}
.col-xs-offset-24 {
  margin-left: 24%;
}
.col-xs-offset-23 {
  margin-left: 23%;
}
.col-xs-offset-22 {
  margin-left: 22%;
}
.col-xs-offset-21 {
  margin-left: 21%;
}
.col-xs-offset-20 {
  margin-left: 20%;
}
.col-xs-offset-19 {
  margin-left: 19%;
}
.col-xs-offset-18 {
  margin-left: 18%;
}
.col-xs-offset-17 {
  margin-left: 17%;
}
.col-xs-offset-16 {
  margin-left: 16%;
}
.col-xs-offset-15 {
  margin-left: 15%;
}
.col-xs-offset-14 {
  margin-left: 14%;
}
.col-xs-offset-13 {
  margin-left: 13%;
}
.col-xs-offset-12 {
  margin-left: 12%;
}
.col-xs-offset-11 {
  margin-left: 11%;
}
.col-xs-offset-10 {
  margin-left: 10%;
}
.col-xs-offset-9 {
  margin-left: 9%;
}
.col-xs-offset-8 {
  margin-left: 8%;
}
.col-xs-offset-7 {
  margin-left: 7%;
}
.col-xs-offset-6 {
  margin-left: 6%;
}
.col-xs-offset-5 {
  margin-left: 5%;
}
.col-xs-offset-4 {
  margin-left: 4%;
}
.col-xs-offset-3 {
  margin-left: 3%;
}
.col-xs-offset-2 {
  margin-left: 2%;
}
.col-xs-offset-1 {
  margin-left: 1%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 300px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36, .col-sm-37, .col-sm-38, .col-sm-39, .col-sm-40, .col-sm-41, .col-sm-42, .col-sm-43, .col-sm-44, .col-sm-45, .col-sm-46, .col-sm-47, .col-sm-48, .col-sm-49, .col-sm-50, .col-sm-51, .col-sm-52, .col-sm-53, .col-sm-54, .col-sm-55, .col-sm-56, .col-sm-57, .col-sm-58, .col-sm-59, .col-sm-60, .col-sm-61, .col-sm-62, .col-sm-63, .col-sm-64, .col-sm-65, .col-sm-66, .col-sm-67, .col-sm-68, .col-sm-69, .col-sm-70, .col-sm-71, .col-sm-72, .col-sm-73, .col-sm-74, .col-sm-75, .col-sm-76, .col-sm-77, .col-sm-78, .col-sm-79, .col-sm-80, .col-sm-81, .col-sm-82, .col-sm-83, .col-sm-84, .col-sm-85, .col-sm-86, .col-sm-87, .col-sm-88, .col-sm-89, .col-sm-90, .col-sm-91, .col-sm-92, .col-sm-93, .col-sm-94, .col-sm-95, .col-sm-96, .col-sm-97, .col-sm-98, .col-sm-99, .col-sm-100 {
    float: left;
  }
  .col-sm-100 {
    width: 100%;
  }
  .col-sm-99 {
    width: 99%;
  }
  .col-sm-98 {
    width: 98%;
  }
  .col-sm-97 {
    width: 97%;
  }
  .col-sm-96 {
    width: 96%;
  }
  .col-sm-95 {
    width: 95%;
  }
  .col-sm-94 {
    width: 94%;
  }
  .col-sm-93 {
    width: 93%;
  }
  .col-sm-92 {
    width: 92%;
  }
  .col-sm-91 {
    width: 91%;
  }
  .col-sm-90 {
    width: 90%;
  }
  .col-sm-89 {
    width: 89%;
  }
  .col-sm-88 {
    width: 88%;
  }
  .col-sm-87 {
    width: 87%;
  }
  .col-sm-86 {
    width: 86%;
  }
  .col-sm-85 {
    width: 85%;
  }
  .col-sm-84 {
    width: 84%;
  }
  .col-sm-83 {
    width: 83%;
  }
  .col-sm-82 {
    width: 82%;
  }
  .col-sm-81 {
    width: 81%;
  }
  .col-sm-80 {
    width: 80%;
  }
  .col-sm-79 {
    width: 79%;
  }
  .col-sm-78 {
    width: 78%;
  }
  .col-sm-77 {
    width: 77%;
  }
  .col-sm-76 {
    width: 76%;
  }
  .col-sm-75 {
    width: 75%;
  }
  .col-sm-74 {
    width: 74%;
  }
  .col-sm-73 {
    width: 73%;
  }
  .col-sm-72 {
    width: 72%;
  }
  .col-sm-71 {
    width: 71%;
  }
  .col-sm-70 {
    width: 70%;
  }
  .col-sm-69 {
    width: 69%;
  }
  .col-sm-68 {
    width: 68%;
  }
  .col-sm-67 {
    width: 67%;
  }
  .col-sm-66 {
    width: 66%;
  }
  .col-sm-65 {
    width: 65%;
  }
  .col-sm-64 {
    width: 64%;
  }
  .col-sm-63 {
    width: 63%;
  }
  .col-sm-62 {
    width: 62%;
  }
  .col-sm-61 {
    width: 61%;
  }
  .col-sm-60 {
    width: 60%;
  }
  .col-sm-59 {
    width: 59%;
  }
  .col-sm-58 {
    width: 58%;
  }
  .col-sm-57 {
    width: 57%;
  }
  .col-sm-56 {
    width: 56%;
  }
  .col-sm-55 {
    width: 55%;
  }
  .col-sm-54 {
    width: 54%;
  }
  .col-sm-53 {
    width: 53%;
  }
  .col-sm-52 {
    width: 52%;
  }
  .col-sm-51 {
    width: 51%;
  }
  .col-sm-50 {
    width: 50%;
  }
  .col-sm-49 {
    width: 49%;
  }
  .col-sm-48 {
    width: 48%;
  }
  .col-sm-47 {
    width: 47%;
  }
  .col-sm-46 {
    width: 46%;
  }
  .col-sm-45 {
    width: 45%;
  }
  .col-sm-44 {
    width: 44%;
  }
  .col-sm-43 {
    width: 43%;
  }
  .col-sm-42 {
    width: 42%;
  }
  .col-sm-41 {
    width: 41%;
  }
  .col-sm-40 {
    width: 40%;
  }
  .col-sm-39 {
    width: 39%;
  }
  .col-sm-38 {
    width: 38%;
  }
  .col-sm-37 {
    width: 37%;
  }
  .col-sm-36 {
    width: 36%;
  }
  .col-sm-35 {
    width: 35%;
  }
  .col-sm-34 {
    width: 34%;
  }
  .col-sm-33 {
    width: 33%;
  }
  .col-sm-32 {
    width: 32%;
  }
  .col-sm-31 {
    width: 31%;
  }
  .col-sm-30 {
    width: 30%;
  }
  .col-sm-29 {
    width: 29%;
  }
  .col-sm-28 {
    width: 28%;
  }
  .col-sm-27 {
    width: 27%;
  }
  .col-sm-26 {
    width: 26%;
  }
  .col-sm-25 {
    width: 25%;
  }
  .col-sm-24 {
    width: 24%;
  }
  .col-sm-23 {
    width: 23%;
  }
  .col-sm-22 {
    width: 22%;
  }
  .col-sm-21 {
    width: 21%;
  }
  .col-sm-20 {
    width: 20%;
  }
  .col-sm-19 {
    width: 19%;
  }
  .col-sm-18 {
    width: 18%;
  }
  .col-sm-17 {
    width: 17%;
  }
  .col-sm-16 {
    width: 16%;
  }
  .col-sm-15 {
    width: 15%;
  }
  .col-sm-14 {
    width: 14%;
  }
  .col-sm-13 {
    width: 13%;
  }
  .col-sm-12 {
    width: 12%;
  }
  .col-sm-11 {
    width: 11%;
  }
  .col-sm-10 {
    width: 10%;
  }
  .col-sm-9 {
    width: 9%;
  }
  .col-sm-8 {
    width: 8%;
  }
  .col-sm-7 {
    width: 7%;
  }
  .col-sm-6 {
    width: 6%;
  }
  .col-sm-5 {
    width: 5%;
  }
  .col-sm-4 {
    width: 4%;
  }
  .col-sm-3 {
    width: 3%;
  }
  .col-sm-2 {
    width: 2%;
  }
  .col-sm-1 {
    width: 1%;
  }
  .col-sm-pull-100 {
    right: 100%;
  }
  .col-sm-pull-99 {
    right: 99%;
  }
  .col-sm-pull-98 {
    right: 98%;
  }
  .col-sm-pull-97 {
    right: 97%;
  }
  .col-sm-pull-96 {
    right: 96%;
  }
  .col-sm-pull-95 {
    right: 95%;
  }
  .col-sm-pull-94 {
    right: 94%;
  }
  .col-sm-pull-93 {
    right: 93%;
  }
  .col-sm-pull-92 {
    right: 92%;
  }
  .col-sm-pull-91 {
    right: 91%;
  }
  .col-sm-pull-90 {
    right: 90%;
  }
  .col-sm-pull-89 {
    right: 89%;
  }
  .col-sm-pull-88 {
    right: 88%;
  }
  .col-sm-pull-87 {
    right: 87%;
  }
  .col-sm-pull-86 {
    right: 86%;
  }
  .col-sm-pull-85 {
    right: 85%;
  }
  .col-sm-pull-84 {
    right: 84%;
  }
  .col-sm-pull-83 {
    right: 83%;
  }
  .col-sm-pull-82 {
    right: 82%;
  }
  .col-sm-pull-81 {
    right: 81%;
  }
  .col-sm-pull-80 {
    right: 80%;
  }
  .col-sm-pull-79 {
    right: 79%;
  }
  .col-sm-pull-78 {
    right: 78%;
  }
  .col-sm-pull-77 {
    right: 77%;
  }
  .col-sm-pull-76 {
    right: 76%;
  }
  .col-sm-pull-75 {
    right: 75%;
  }
  .col-sm-pull-74 {
    right: 74%;
  }
  .col-sm-pull-73 {
    right: 73%;
  }
  .col-sm-pull-72 {
    right: 72%;
  }
  .col-sm-pull-71 {
    right: 71%;
  }
  .col-sm-pull-70 {
    right: 70%;
  }
  .col-sm-pull-69 {
    right: 69%;
  }
  .col-sm-pull-68 {
    right: 68%;
  }
  .col-sm-pull-67 {
    right: 67%;
  }
  .col-sm-pull-66 {
    right: 66%;
  }
  .col-sm-pull-65 {
    right: 65%;
  }
  .col-sm-pull-64 {
    right: 64%;
  }
  .col-sm-pull-63 {
    right: 63%;
  }
  .col-sm-pull-62 {
    right: 62%;
  }
  .col-sm-pull-61 {
    right: 61%;
  }
  .col-sm-pull-60 {
    right: 60%;
  }
  .col-sm-pull-59 {
    right: 59%;
  }
  .col-sm-pull-58 {
    right: 58%;
  }
  .col-sm-pull-57 {
    right: 57%;
  }
  .col-sm-pull-56 {
    right: 56%;
  }
  .col-sm-pull-55 {
    right: 55%;
  }
  .col-sm-pull-54 {
    right: 54%;
  }
  .col-sm-pull-53 {
    right: 53%;
  }
  .col-sm-pull-52 {
    right: 52%;
  }
  .col-sm-pull-51 {
    right: 51%;
  }
  .col-sm-pull-50 {
    right: 50%;
  }
  .col-sm-pull-49 {
    right: 49%;
  }
  .col-sm-pull-48 {
    right: 48%;
  }
  .col-sm-pull-47 {
    right: 47%;
  }
  .col-sm-pull-46 {
    right: 46%;
  }
  .col-sm-pull-45 {
    right: 45%;
  }
  .col-sm-pull-44 {
    right: 44%;
  }
  .col-sm-pull-43 {
    right: 43%;
  }
  .col-sm-pull-42 {
    right: 42%;
  }
  .col-sm-pull-41 {
    right: 41%;
  }
  .col-sm-pull-40 {
    right: 40%;
  }
  .col-sm-pull-39 {
    right: 39%;
  }
  .col-sm-pull-38 {
    right: 38%;
  }
  .col-sm-pull-37 {
    right: 37%;
  }
  .col-sm-pull-36 {
    right: 36%;
  }
  .col-sm-pull-35 {
    right: 35%;
  }
  .col-sm-pull-34 {
    right: 34%;
  }
  .col-sm-pull-33 {
    right: 33%;
  }
  .col-sm-pull-32 {
    right: 32%;
  }
  .col-sm-pull-31 {
    right: 31%;
  }
  .col-sm-pull-30 {
    right: 30%;
  }
  .col-sm-pull-29 {
    right: 29%;
  }
  .col-sm-pull-28 {
    right: 28%;
  }
  .col-sm-pull-27 {
    right: 27%;
  }
  .col-sm-pull-26 {
    right: 26%;
  }
  .col-sm-pull-25 {
    right: 25%;
  }
  .col-sm-pull-24 {
    right: 24%;
  }
  .col-sm-pull-23 {
    right: 23%;
  }
  .col-sm-pull-22 {
    right: 22%;
  }
  .col-sm-pull-21 {
    right: 21%;
  }
  .col-sm-pull-20 {
    right: 20%;
  }
  .col-sm-pull-19 {
    right: 19%;
  }
  .col-sm-pull-18 {
    right: 18%;
  }
  .col-sm-pull-17 {
    right: 17%;
  }
  .col-sm-pull-16 {
    right: 16%;
  }
  .col-sm-pull-15 {
    right: 15%;
  }
  .col-sm-pull-14 {
    right: 14%;
  }
  .col-sm-pull-13 {
    right: 13%;
  }
  .col-sm-pull-12 {
    right: 12%;
  }
  .col-sm-pull-11 {
    right: 11%;
  }
  .col-sm-pull-10 {
    right: 10%;
  }
  .col-sm-pull-9 {
    right: 9%;
  }
  .col-sm-pull-8 {
    right: 8%;
  }
  .col-sm-pull-7 {
    right: 7%;
  }
  .col-sm-pull-6 {
    right: 6%;
  }
  .col-sm-pull-5 {
    right: 5%;
  }
  .col-sm-pull-4 {
    right: 4%;
  }
  .col-sm-pull-3 {
    right: 3%;
  }
  .col-sm-pull-2 {
    right: 2%;
  }
  .col-sm-pull-1 {
    right: 1%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-100 {
    left: 100%;
  }
  .col-sm-push-99 {
    left: 99%;
  }
  .col-sm-push-98 {
    left: 98%;
  }
  .col-sm-push-97 {
    left: 97%;
  }
  .col-sm-push-96 {
    left: 96%;
  }
  .col-sm-push-95 {
    left: 95%;
  }
  .col-sm-push-94 {
    left: 94%;
  }
  .col-sm-push-93 {
    left: 93%;
  }
  .col-sm-push-92 {
    left: 92%;
  }
  .col-sm-push-91 {
    left: 91%;
  }
  .col-sm-push-90 {
    left: 90%;
  }
  .col-sm-push-89 {
    left: 89%;
  }
  .col-sm-push-88 {
    left: 88%;
  }
  .col-sm-push-87 {
    left: 87%;
  }
  .col-sm-push-86 {
    left: 86%;
  }
  .col-sm-push-85 {
    left: 85%;
  }
  .col-sm-push-84 {
    left: 84%;
  }
  .col-sm-push-83 {
    left: 83%;
  }
  .col-sm-push-82 {
    left: 82%;
  }
  .col-sm-push-81 {
    left: 81%;
  }
  .col-sm-push-80 {
    left: 80%;
  }
  .col-sm-push-79 {
    left: 79%;
  }
  .col-sm-push-78 {
    left: 78%;
  }
  .col-sm-push-77 {
    left: 77%;
  }
  .col-sm-push-76 {
    left: 76%;
  }
  .col-sm-push-75 {
    left: 75%;
  }
  .col-sm-push-74 {
    left: 74%;
  }
  .col-sm-push-73 {
    left: 73%;
  }
  .col-sm-push-72 {
    left: 72%;
  }
  .col-sm-push-71 {
    left: 71%;
  }
  .col-sm-push-70 {
    left: 70%;
  }
  .col-sm-push-69 {
    left: 69%;
  }
  .col-sm-push-68 {
    left: 68%;
  }
  .col-sm-push-67 {
    left: 67%;
  }
  .col-sm-push-66 {
    left: 66%;
  }
  .col-sm-push-65 {
    left: 65%;
  }
  .col-sm-push-64 {
    left: 64%;
  }
  .col-sm-push-63 {
    left: 63%;
  }
  .col-sm-push-62 {
    left: 62%;
  }
  .col-sm-push-61 {
    left: 61%;
  }
  .col-sm-push-60 {
    left: 60%;
  }
  .col-sm-push-59 {
    left: 59%;
  }
  .col-sm-push-58 {
    left: 58%;
  }
  .col-sm-push-57 {
    left: 57%;
  }
  .col-sm-push-56 {
    left: 56%;
  }
  .col-sm-push-55 {
    left: 55%;
  }
  .col-sm-push-54 {
    left: 54%;
  }
  .col-sm-push-53 {
    left: 53%;
  }
  .col-sm-push-52 {
    left: 52%;
  }
  .col-sm-push-51 {
    left: 51%;
  }
  .col-sm-push-50 {
    left: 50%;
  }
  .col-sm-push-49 {
    left: 49%;
  }
  .col-sm-push-48 {
    left: 48%;
  }
  .col-sm-push-47 {
    left: 47%;
  }
  .col-sm-push-46 {
    left: 46%;
  }
  .col-sm-push-45 {
    left: 45%;
  }
  .col-sm-push-44 {
    left: 44%;
  }
  .col-sm-push-43 {
    left: 43%;
  }
  .col-sm-push-42 {
    left: 42%;
  }
  .col-sm-push-41 {
    left: 41%;
  }
  .col-sm-push-40 {
    left: 40%;
  }
  .col-sm-push-39 {
    left: 39%;
  }
  .col-sm-push-38 {
    left: 38%;
  }
  .col-sm-push-37 {
    left: 37%;
  }
  .col-sm-push-36 {
    left: 36%;
  }
  .col-sm-push-35 {
    left: 35%;
  }
  .col-sm-push-34 {
    left: 34%;
  }
  .col-sm-push-33 {
    left: 33%;
  }
  .col-sm-push-32 {
    left: 32%;
  }
  .col-sm-push-31 {
    left: 31%;
  }
  .col-sm-push-30 {
    left: 30%;
  }
  .col-sm-push-29 {
    left: 29%;
  }
  .col-sm-push-28 {
    left: 28%;
  }
  .col-sm-push-27 {
    left: 27%;
  }
  .col-sm-push-26 {
    left: 26%;
  }
  .col-sm-push-25 {
    left: 25%;
  }
  .col-sm-push-24 {
    left: 24%;
  }
  .col-sm-push-23 {
    left: 23%;
  }
  .col-sm-push-22 {
    left: 22%;
  }
  .col-sm-push-21 {
    left: 21%;
  }
  .col-sm-push-20 {
    left: 20%;
  }
  .col-sm-push-19 {
    left: 19%;
  }
  .col-sm-push-18 {
    left: 18%;
  }
  .col-sm-push-17 {
    left: 17%;
  }
  .col-sm-push-16 {
    left: 16%;
  }
  .col-sm-push-15 {
    left: 15%;
  }
  .col-sm-push-14 {
    left: 14%;
  }
  .col-sm-push-13 {
    left: 13%;
  }
  .col-sm-push-12 {
    left: 12%;
  }
  .col-sm-push-11 {
    left: 11%;
  }
  .col-sm-push-10 {
    left: 10%;
  }
  .col-sm-push-9 {
    left: 9%;
  }
  .col-sm-push-8 {
    left: 8%;
  }
  .col-sm-push-7 {
    left: 7%;
  }
  .col-sm-push-6 {
    left: 6%;
  }
  .col-sm-push-5 {
    left: 5%;
  }
  .col-sm-push-4 {
    left: 4%;
  }
  .col-sm-push-3 {
    left: 3%;
  }
  .col-sm-push-2 {
    left: 2%;
  }
  .col-sm-push-1 {
    left: 1%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-100 {
    margin-left: 100%;
  }
  .col-sm-offset-99 {
    margin-left: 99%;
  }
  .col-sm-offset-98 {
    margin-left: 98%;
  }
  .col-sm-offset-97 {
    margin-left: 97%;
  }
  .col-sm-offset-96 {
    margin-left: 96%;
  }
  .col-sm-offset-95 {
    margin-left: 95%;
  }
  .col-sm-offset-94 {
    margin-left: 94%;
  }
  .col-sm-offset-93 {
    margin-left: 93%;
  }
  .col-sm-offset-92 {
    margin-left: 92%;
  }
  .col-sm-offset-91 {
    margin-left: 91%;
  }
  .col-sm-offset-90 {
    margin-left: 90%;
  }
  .col-sm-offset-89 {
    margin-left: 89%;
  }
  .col-sm-offset-88 {
    margin-left: 88%;
  }
  .col-sm-offset-87 {
    margin-left: 87%;
  }
  .col-sm-offset-86 {
    margin-left: 86%;
  }
  .col-sm-offset-85 {
    margin-left: 85%;
  }
  .col-sm-offset-84 {
    margin-left: 84%;
  }
  .col-sm-offset-83 {
    margin-left: 83%;
  }
  .col-sm-offset-82 {
    margin-left: 82%;
  }
  .col-sm-offset-81 {
    margin-left: 81%;
  }
  .col-sm-offset-80 {
    margin-left: 80%;
  }
  .col-sm-offset-79 {
    margin-left: 79%;
  }
  .col-sm-offset-78 {
    margin-left: 78%;
  }
  .col-sm-offset-77 {
    margin-left: 77%;
  }
  .col-sm-offset-76 {
    margin-left: 76%;
  }
  .col-sm-offset-75 {
    margin-left: 75%;
  }
  .col-sm-offset-74 {
    margin-left: 74%;
  }
  .col-sm-offset-73 {
    margin-left: 73%;
  }
  .col-sm-offset-72 {
    margin-left: 72%;
  }
  .col-sm-offset-71 {
    margin-left: 71%;
  }
  .col-sm-offset-70 {
    margin-left: 70%;
  }
  .col-sm-offset-69 {
    margin-left: 69%;
  }
  .col-sm-offset-68 {
    margin-left: 68%;
  }
  .col-sm-offset-67 {
    margin-left: 67%;
  }
  .col-sm-offset-66 {
    margin-left: 66%;
  }
  .col-sm-offset-65 {
    margin-left: 65%;
  }
  .col-sm-offset-64 {
    margin-left: 64%;
  }
  .col-sm-offset-63 {
    margin-left: 63%;
  }
  .col-sm-offset-62 {
    margin-left: 62%;
  }
  .col-sm-offset-61 {
    margin-left: 61%;
  }
  .col-sm-offset-60 {
    margin-left: 60%;
  }
  .col-sm-offset-59 {
    margin-left: 59%;
  }
  .col-sm-offset-58 {
    margin-left: 58%;
  }
  .col-sm-offset-57 {
    margin-left: 57%;
  }
  .col-sm-offset-56 {
    margin-left: 56%;
  }
  .col-sm-offset-55 {
    margin-left: 55%;
  }
  .col-sm-offset-54 {
    margin-left: 54%;
  }
  .col-sm-offset-53 {
    margin-left: 53%;
  }
  .col-sm-offset-52 {
    margin-left: 52%;
  }
  .col-sm-offset-51 {
    margin-left: 51%;
  }
  .col-sm-offset-50 {
    margin-left: 50%;
  }
  .col-sm-offset-49 {
    margin-left: 49%;
  }
  .col-sm-offset-48 {
    margin-left: 48%;
  }
  .col-sm-offset-47 {
    margin-left: 47%;
  }
  .col-sm-offset-46 {
    margin-left: 46%;
  }
  .col-sm-offset-45 {
    margin-left: 45%;
  }
  .col-sm-offset-44 {
    margin-left: 44%;
  }
  .col-sm-offset-43 {
    margin-left: 43%;
  }
  .col-sm-offset-42 {
    margin-left: 42%;
  }
  .col-sm-offset-41 {
    margin-left: 41%;
  }
  .col-sm-offset-40 {
    margin-left: 40%;
  }
  .col-sm-offset-39 {
    margin-left: 39%;
  }
  .col-sm-offset-38 {
    margin-left: 38%;
  }
  .col-sm-offset-37 {
    margin-left: 37%;
  }
  .col-sm-offset-36 {
    margin-left: 36%;
  }
  .col-sm-offset-35 {
    margin-left: 35%;
  }
  .col-sm-offset-34 {
    margin-left: 34%;
  }
  .col-sm-offset-33 {
    margin-left: 33%;
  }
  .col-sm-offset-32 {
    margin-left: 32%;
  }
  .col-sm-offset-31 {
    margin-left: 31%;
  }
  .col-sm-offset-30 {
    margin-left: 30%;
  }
  .col-sm-offset-29 {
    margin-left: 29%;
  }
  .col-sm-offset-28 {
    margin-left: 28%;
  }
  .col-sm-offset-27 {
    margin-left: 27%;
  }
  .col-sm-offset-26 {
    margin-left: 26%;
  }
  .col-sm-offset-25 {
    margin-left: 25%;
  }
  .col-sm-offset-24 {
    margin-left: 24%;
  }
  .col-sm-offset-23 {
    margin-left: 23%;
  }
  .col-sm-offset-22 {
    margin-left: 22%;
  }
  .col-sm-offset-21 {
    margin-left: 21%;
  }
  .col-sm-offset-20 {
    margin-left: 20%;
  }
  .col-sm-offset-19 {
    margin-left: 19%;
  }
  .col-sm-offset-18 {
    margin-left: 18%;
  }
  .col-sm-offset-17 {
    margin-left: 17%;
  }
  .col-sm-offset-16 {
    margin-left: 16%;
  }
  .col-sm-offset-15 {
    margin-left: 15%;
  }
  .col-sm-offset-14 {
    margin-left: 14%;
  }
  .col-sm-offset-13 {
    margin-left: 13%;
  }
  .col-sm-offset-12 {
    margin-left: 12%;
  }
  .col-sm-offset-11 {
    margin-left: 11%;
  }
  .col-sm-offset-10 {
    margin-left: 10%;
  }
  .col-sm-offset-9 {
    margin-left: 9%;
  }
  .col-sm-offset-8 {
    margin-left: 8%;
  }
  .col-sm-offset-7 {
    margin-left: 7%;
  }
  .col-sm-offset-6 {
    margin-left: 6%;
  }
  .col-sm-offset-5 {
    margin-left: 5%;
  }
  .col-sm-offset-4 {
    margin-left: 4%;
  }
  .col-sm-offset-3 {
    margin-left: 3%;
  }
  .col-sm-offset-2 {
    margin-left: 2%;
  }
  .col-sm-offset-1 {
    margin-left: 1%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 600px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36, .col-md-37, .col-md-38, .col-md-39, .col-md-40, .col-md-41, .col-md-42, .col-md-43, .col-md-44, .col-md-45, .col-md-46, .col-md-47, .col-md-48, .col-md-49, .col-md-50, .col-md-51, .col-md-52, .col-md-53, .col-md-54, .col-md-55, .col-md-56, .col-md-57, .col-md-58, .col-md-59, .col-md-60, .col-md-61, .col-md-62, .col-md-63, .col-md-64, .col-md-65, .col-md-66, .col-md-67, .col-md-68, .col-md-69, .col-md-70, .col-md-71, .col-md-72, .col-md-73, .col-md-74, .col-md-75, .col-md-76, .col-md-77, .col-md-78, .col-md-79, .col-md-80, .col-md-81, .col-md-82, .col-md-83, .col-md-84, .col-md-85, .col-md-86, .col-md-87, .col-md-88, .col-md-89, .col-md-90, .col-md-91, .col-md-92, .col-md-93, .col-md-94, .col-md-95, .col-md-96, .col-md-97, .col-md-98, .col-md-99, .col-md-100 {
    float: left;
  }
  .col-md-100 {
    width: 100%;
  }
  .col-md-99 {
    width: 99%;
  }
  .col-md-98 {
    width: 98%;
  }
  .col-md-97 {
    width: 97%;
  }
  .col-md-96 {
    width: 96%;
  }
  .col-md-95 {
    width: 95%;
  }
  .col-md-94 {
    width: 94%;
  }
  .col-md-93 {
    width: 93%;
  }
  .col-md-92 {
    width: 92%;
  }
  .col-md-91 {
    width: 91%;
  }
  .col-md-90 {
    width: 90%;
  }
  .col-md-89 {
    width: 89%;
  }
  .col-md-88 {
    width: 88%;
  }
  .col-md-87 {
    width: 87%;
  }
  .col-md-86 {
    width: 86%;
  }
  .col-md-85 {
    width: 85%;
  }
  .col-md-84 {
    width: 84%;
  }
  .col-md-83 {
    width: 83%;
  }
  .col-md-82 {
    width: 82%;
  }
  .col-md-81 {
    width: 81%;
  }
  .col-md-80 {
    width: 80%;
  }
  .col-md-79 {
    width: 79%;
  }
  .col-md-78 {
    width: 78%;
  }
  .col-md-77 {
    width: 77%;
  }
  .col-md-76 {
    width: 76%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-74 {
    width: 74%;
  }
  .col-md-73 {
    width: 73%;
  }
  .col-md-72 {
    width: 72%;
  }
  .col-md-71 {
    width: 71%;
  }
  .col-md-70 {
    width: 70%;
  }
  .col-md-69 {
    width: 69%;
  }
  .col-md-68 {
    width: 68%;
  }
  .col-md-67 {
    width: 67%;
  }
  .col-md-66 {
    width: 66%;
  }
  .col-md-65 {
    width: 65%;
  }
  .col-md-64 {
    width: 64%;
  }
  .col-md-63 {
    width: 63%;
  }
  .col-md-62 {
    width: 62%;
  }
  .col-md-61 {
    width: 61%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-59 {
    width: 59%;
  }
  .col-md-58 {
    width: 58%;
  }
  .col-md-57 {
    width: 57%;
  }
  .col-md-56 {
    width: 56%;
  }
  .col-md-55 {
    width: 55%;
  }
  .col-md-54 {
    width: 54%;
  }
  .col-md-53 {
    width: 53%;
  }
  .col-md-52 {
    width: 52%;
  }
  .col-md-51 {
    width: 51%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-49 {
    width: 49%;
  }
  .col-md-48 {
    width: 48%;
  }
  .col-md-47 {
    width: 47%;
  }
  .col-md-46 {
    width: 46%;
  }
  .col-md-45 {
    width: 45%;
  }
  .col-md-44 {
    width: 44%;
  }
  .col-md-43 {
    width: 43%;
  }
  .col-md-42 {
    width: 42%;
  }
  .col-md-41 {
    width: 41%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-39 {
    width: 39%;
  }
  .col-md-38 {
    width: 38%;
  }
  .col-md-37 {
    width: 37%;
  }
  .col-md-36 {
    width: 36%;
  }
  .col-md-35 {
    width: 35%;
  }
  .col-md-34 {
    width: 34%;
  }
  .col-md-33 {
    width: 33%;
  }
  .col-md-32 {
    width: 32%;
  }
  .col-md-31 {
    width: 31%;
  }
  .col-md-30 {
    width: 30%;
  }
  .col-md-29 {
    width: 29%;
  }
  .col-md-28 {
    width: 28%;
  }
  .col-md-27 {
    width: 27%;
  }
  .col-md-26 {
    width: 26%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-24 {
    width: 24%;
  }
  .col-md-23 {
    width: 23%;
  }
  .col-md-22 {
    width: 22%;
  }
  .col-md-21 {
    width: 21%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-19 {
    width: 19%;
  }
  .col-md-18 {
    width: 18%;
  }
  .col-md-17 {
    width: 17%;
  }
  .col-md-16 {
    width: 16%;
  }
  .col-md-15 {
    width: 15%;
  }
  .col-md-14 {
    width: 14%;
  }
  .col-md-13 {
    width: 13%;
  }
  .col-md-12 {
    width: 12%;
  }
  .col-md-11 {
    width: 11%;
  }
  .col-md-10 {
    width: 10%;
  }
  .col-md-9 {
    width: 9%;
  }
  .col-md-8 {
    width: 8%;
  }
  .col-md-7 {
    width: 7%;
  }
  .col-md-6 {
    width: 6%;
  }
  .col-md-5 {
    width: 5%;
  }
  .col-md-4 {
    width: 4%;
  }
  .col-md-3 {
    width: 3%;
  }
  .col-md-2 {
    width: 2%;
  }
  .col-md-1 {
    width: 1%;
  }
  .col-md-pull-100 {
    right: 100%;
  }
  .col-md-pull-99 {
    right: 99%;
  }
  .col-md-pull-98 {
    right: 98%;
  }
  .col-md-pull-97 {
    right: 97%;
  }
  .col-md-pull-96 {
    right: 96%;
  }
  .col-md-pull-95 {
    right: 95%;
  }
  .col-md-pull-94 {
    right: 94%;
  }
  .col-md-pull-93 {
    right: 93%;
  }
  .col-md-pull-92 {
    right: 92%;
  }
  .col-md-pull-91 {
    right: 91%;
  }
  .col-md-pull-90 {
    right: 90%;
  }
  .col-md-pull-89 {
    right: 89%;
  }
  .col-md-pull-88 {
    right: 88%;
  }
  .col-md-pull-87 {
    right: 87%;
  }
  .col-md-pull-86 {
    right: 86%;
  }
  .col-md-pull-85 {
    right: 85%;
  }
  .col-md-pull-84 {
    right: 84%;
  }
  .col-md-pull-83 {
    right: 83%;
  }
  .col-md-pull-82 {
    right: 82%;
  }
  .col-md-pull-81 {
    right: 81%;
  }
  .col-md-pull-80 {
    right: 80%;
  }
  .col-md-pull-79 {
    right: 79%;
  }
  .col-md-pull-78 {
    right: 78%;
  }
  .col-md-pull-77 {
    right: 77%;
  }
  .col-md-pull-76 {
    right: 76%;
  }
  .col-md-pull-75 {
    right: 75%;
  }
  .col-md-pull-74 {
    right: 74%;
  }
  .col-md-pull-73 {
    right: 73%;
  }
  .col-md-pull-72 {
    right: 72%;
  }
  .col-md-pull-71 {
    right: 71%;
  }
  .col-md-pull-70 {
    right: 70%;
  }
  .col-md-pull-69 {
    right: 69%;
  }
  .col-md-pull-68 {
    right: 68%;
  }
  .col-md-pull-67 {
    right: 67%;
  }
  .col-md-pull-66 {
    right: 66%;
  }
  .col-md-pull-65 {
    right: 65%;
  }
  .col-md-pull-64 {
    right: 64%;
  }
  .col-md-pull-63 {
    right: 63%;
  }
  .col-md-pull-62 {
    right: 62%;
  }
  .col-md-pull-61 {
    right: 61%;
  }
  .col-md-pull-60 {
    right: 60%;
  }
  .col-md-pull-59 {
    right: 59%;
  }
  .col-md-pull-58 {
    right: 58%;
  }
  .col-md-pull-57 {
    right: 57%;
  }
  .col-md-pull-56 {
    right: 56%;
  }
  .col-md-pull-55 {
    right: 55%;
  }
  .col-md-pull-54 {
    right: 54%;
  }
  .col-md-pull-53 {
    right: 53%;
  }
  .col-md-pull-52 {
    right: 52%;
  }
  .col-md-pull-51 {
    right: 51%;
  }
  .col-md-pull-50 {
    right: 50%;
  }
  .col-md-pull-49 {
    right: 49%;
  }
  .col-md-pull-48 {
    right: 48%;
  }
  .col-md-pull-47 {
    right: 47%;
  }
  .col-md-pull-46 {
    right: 46%;
  }
  .col-md-pull-45 {
    right: 45%;
  }
  .col-md-pull-44 {
    right: 44%;
  }
  .col-md-pull-43 {
    right: 43%;
  }
  .col-md-pull-42 {
    right: 42%;
  }
  .col-md-pull-41 {
    right: 41%;
  }
  .col-md-pull-40 {
    right: 40%;
  }
  .col-md-pull-39 {
    right: 39%;
  }
  .col-md-pull-38 {
    right: 38%;
  }
  .col-md-pull-37 {
    right: 37%;
  }
  .col-md-pull-36 {
    right: 36%;
  }
  .col-md-pull-35 {
    right: 35%;
  }
  .col-md-pull-34 {
    right: 34%;
  }
  .col-md-pull-33 {
    right: 33%;
  }
  .col-md-pull-32 {
    right: 32%;
  }
  .col-md-pull-31 {
    right: 31%;
  }
  .col-md-pull-30 {
    right: 30%;
  }
  .col-md-pull-29 {
    right: 29%;
  }
  .col-md-pull-28 {
    right: 28%;
  }
  .col-md-pull-27 {
    right: 27%;
  }
  .col-md-pull-26 {
    right: 26%;
  }
  .col-md-pull-25 {
    right: 25%;
  }
  .col-md-pull-24 {
    right: 24%;
  }
  .col-md-pull-23 {
    right: 23%;
  }
  .col-md-pull-22 {
    right: 22%;
  }
  .col-md-pull-21 {
    right: 21%;
  }
  .col-md-pull-20 {
    right: 20%;
  }
  .col-md-pull-19 {
    right: 19%;
  }
  .col-md-pull-18 {
    right: 18%;
  }
  .col-md-pull-17 {
    right: 17%;
  }
  .col-md-pull-16 {
    right: 16%;
  }
  .col-md-pull-15 {
    right: 15%;
  }
  .col-md-pull-14 {
    right: 14%;
  }
  .col-md-pull-13 {
    right: 13%;
  }
  .col-md-pull-12 {
    right: 12%;
  }
  .col-md-pull-11 {
    right: 11%;
  }
  .col-md-pull-10 {
    right: 10%;
  }
  .col-md-pull-9 {
    right: 9%;
  }
  .col-md-pull-8 {
    right: 8%;
  }
  .col-md-pull-7 {
    right: 7%;
  }
  .col-md-pull-6 {
    right: 6%;
  }
  .col-md-pull-5 {
    right: 5%;
  }
  .col-md-pull-4 {
    right: 4%;
  }
  .col-md-pull-3 {
    right: 3%;
  }
  .col-md-pull-2 {
    right: 2%;
  }
  .col-md-pull-1 {
    right: 1%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-100 {
    left: 100%;
  }
  .col-md-push-99 {
    left: 99%;
  }
  .col-md-push-98 {
    left: 98%;
  }
  .col-md-push-97 {
    left: 97%;
  }
  .col-md-push-96 {
    left: 96%;
  }
  .col-md-push-95 {
    left: 95%;
  }
  .col-md-push-94 {
    left: 94%;
  }
  .col-md-push-93 {
    left: 93%;
  }
  .col-md-push-92 {
    left: 92%;
  }
  .col-md-push-91 {
    left: 91%;
  }
  .col-md-push-90 {
    left: 90%;
  }
  .col-md-push-89 {
    left: 89%;
  }
  .col-md-push-88 {
    left: 88%;
  }
  .col-md-push-87 {
    left: 87%;
  }
  .col-md-push-86 {
    left: 86%;
  }
  .col-md-push-85 {
    left: 85%;
  }
  .col-md-push-84 {
    left: 84%;
  }
  .col-md-push-83 {
    left: 83%;
  }
  .col-md-push-82 {
    left: 82%;
  }
  .col-md-push-81 {
    left: 81%;
  }
  .col-md-push-80 {
    left: 80%;
  }
  .col-md-push-79 {
    left: 79%;
  }
  .col-md-push-78 {
    left: 78%;
  }
  .col-md-push-77 {
    left: 77%;
  }
  .col-md-push-76 {
    left: 76%;
  }
  .col-md-push-75 {
    left: 75%;
  }
  .col-md-push-74 {
    left: 74%;
  }
  .col-md-push-73 {
    left: 73%;
  }
  .col-md-push-72 {
    left: 72%;
  }
  .col-md-push-71 {
    left: 71%;
  }
  .col-md-push-70 {
    left: 70%;
  }
  .col-md-push-69 {
    left: 69%;
  }
  .col-md-push-68 {
    left: 68%;
  }
  .col-md-push-67 {
    left: 67%;
  }
  .col-md-push-66 {
    left: 66%;
  }
  .col-md-push-65 {
    left: 65%;
  }
  .col-md-push-64 {
    left: 64%;
  }
  .col-md-push-63 {
    left: 63%;
  }
  .col-md-push-62 {
    left: 62%;
  }
  .col-md-push-61 {
    left: 61%;
  }
  .col-md-push-60 {
    left: 60%;
  }
  .col-md-push-59 {
    left: 59%;
  }
  .col-md-push-58 {
    left: 58%;
  }
  .col-md-push-57 {
    left: 57%;
  }
  .col-md-push-56 {
    left: 56%;
  }
  .col-md-push-55 {
    left: 55%;
  }
  .col-md-push-54 {
    left: 54%;
  }
  .col-md-push-53 {
    left: 53%;
  }
  .col-md-push-52 {
    left: 52%;
  }
  .col-md-push-51 {
    left: 51%;
  }
  .col-md-push-50 {
    left: 50%;
  }
  .col-md-push-49 {
    left: 49%;
  }
  .col-md-push-48 {
    left: 48%;
  }
  .col-md-push-47 {
    left: 47%;
  }
  .col-md-push-46 {
    left: 46%;
  }
  .col-md-push-45 {
    left: 45%;
  }
  .col-md-push-44 {
    left: 44%;
  }
  .col-md-push-43 {
    left: 43%;
  }
  .col-md-push-42 {
    left: 42%;
  }
  .col-md-push-41 {
    left: 41%;
  }
  .col-md-push-40 {
    left: 40%;
  }
  .col-md-push-39 {
    left: 39%;
  }
  .col-md-push-38 {
    left: 38%;
  }
  .col-md-push-37 {
    left: 37%;
  }
  .col-md-push-36 {
    left: 36%;
  }
  .col-md-push-35 {
    left: 35%;
  }
  .col-md-push-34 {
    left: 34%;
  }
  .col-md-push-33 {
    left: 33%;
  }
  .col-md-push-32 {
    left: 32%;
  }
  .col-md-push-31 {
    left: 31%;
  }
  .col-md-push-30 {
    left: 30%;
  }
  .col-md-push-29 {
    left: 29%;
  }
  .col-md-push-28 {
    left: 28%;
  }
  .col-md-push-27 {
    left: 27%;
  }
  .col-md-push-26 {
    left: 26%;
  }
  .col-md-push-25 {
    left: 25%;
  }
  .col-md-push-24 {
    left: 24%;
  }
  .col-md-push-23 {
    left: 23%;
  }
  .col-md-push-22 {
    left: 22%;
  }
  .col-md-push-21 {
    left: 21%;
  }
  .col-md-push-20 {
    left: 20%;
  }
  .col-md-push-19 {
    left: 19%;
  }
  .col-md-push-18 {
    left: 18%;
  }
  .col-md-push-17 {
    left: 17%;
  }
  .col-md-push-16 {
    left: 16%;
  }
  .col-md-push-15 {
    left: 15%;
  }
  .col-md-push-14 {
    left: 14%;
  }
  .col-md-push-13 {
    left: 13%;
  }
  .col-md-push-12 {
    left: 12%;
  }
  .col-md-push-11 {
    left: 11%;
  }
  .col-md-push-10 {
    left: 10%;
  }
  .col-md-push-9 {
    left: 9%;
  }
  .col-md-push-8 {
    left: 8%;
  }
  .col-md-push-7 {
    left: 7%;
  }
  .col-md-push-6 {
    left: 6%;
  }
  .col-md-push-5 {
    left: 5%;
  }
  .col-md-push-4 {
    left: 4%;
  }
  .col-md-push-3 {
    left: 3%;
  }
  .col-md-push-2 {
    left: 2%;
  }
  .col-md-push-1 {
    left: 1%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-100 {
    margin-left: 100%;
  }
  .col-md-offset-99 {
    margin-left: 99%;
  }
  .col-md-offset-98 {
    margin-left: 98%;
  }
  .col-md-offset-97 {
    margin-left: 97%;
  }
  .col-md-offset-96 {
    margin-left: 96%;
  }
  .col-md-offset-95 {
    margin-left: 95%;
  }
  .col-md-offset-94 {
    margin-left: 94%;
  }
  .col-md-offset-93 {
    margin-left: 93%;
  }
  .col-md-offset-92 {
    margin-left: 92%;
  }
  .col-md-offset-91 {
    margin-left: 91%;
  }
  .col-md-offset-90 {
    margin-left: 90%;
  }
  .col-md-offset-89 {
    margin-left: 89%;
  }
  .col-md-offset-88 {
    margin-left: 88%;
  }
  .col-md-offset-87 {
    margin-left: 87%;
  }
  .col-md-offset-86 {
    margin-left: 86%;
  }
  .col-md-offset-85 {
    margin-left: 85%;
  }
  .col-md-offset-84 {
    margin-left: 84%;
  }
  .col-md-offset-83 {
    margin-left: 83%;
  }
  .col-md-offset-82 {
    margin-left: 82%;
  }
  .col-md-offset-81 {
    margin-left: 81%;
  }
  .col-md-offset-80 {
    margin-left: 80%;
  }
  .col-md-offset-79 {
    margin-left: 79%;
  }
  .col-md-offset-78 {
    margin-left: 78%;
  }
  .col-md-offset-77 {
    margin-left: 77%;
  }
  .col-md-offset-76 {
    margin-left: 76%;
  }
  .col-md-offset-75 {
    margin-left: 75%;
  }
  .col-md-offset-74 {
    margin-left: 74%;
  }
  .col-md-offset-73 {
    margin-left: 73%;
  }
  .col-md-offset-72 {
    margin-left: 72%;
  }
  .col-md-offset-71 {
    margin-left: 71%;
  }
  .col-md-offset-70 {
    margin-left: 70%;
  }
  .col-md-offset-69 {
    margin-left: 69%;
  }
  .col-md-offset-68 {
    margin-left: 68%;
  }
  .col-md-offset-67 {
    margin-left: 67%;
  }
  .col-md-offset-66 {
    margin-left: 66%;
  }
  .col-md-offset-65 {
    margin-left: 65%;
  }
  .col-md-offset-64 {
    margin-left: 64%;
  }
  .col-md-offset-63 {
    margin-left: 63%;
  }
  .col-md-offset-62 {
    margin-left: 62%;
  }
  .col-md-offset-61 {
    margin-left: 61%;
  }
  .col-md-offset-60 {
    margin-left: 60%;
  }
  .col-md-offset-59 {
    margin-left: 59%;
  }
  .col-md-offset-58 {
    margin-left: 58%;
  }
  .col-md-offset-57 {
    margin-left: 57%;
  }
  .col-md-offset-56 {
    margin-left: 56%;
  }
  .col-md-offset-55 {
    margin-left: 55%;
  }
  .col-md-offset-54 {
    margin-left: 54%;
  }
  .col-md-offset-53 {
    margin-left: 53%;
  }
  .col-md-offset-52 {
    margin-left: 52%;
  }
  .col-md-offset-51 {
    margin-left: 51%;
  }
  .col-md-offset-50 {
    margin-left: 50%;
  }
  .col-md-offset-49 {
    margin-left: 49%;
  }
  .col-md-offset-48 {
    margin-left: 48%;
  }
  .col-md-offset-47 {
    margin-left: 47%;
  }
  .col-md-offset-46 {
    margin-left: 46%;
  }
  .col-md-offset-45 {
    margin-left: 45%;
  }
  .col-md-offset-44 {
    margin-left: 44%;
  }
  .col-md-offset-43 {
    margin-left: 43%;
  }
  .col-md-offset-42 {
    margin-left: 42%;
  }
  .col-md-offset-41 {
    margin-left: 41%;
  }
  .col-md-offset-40 {
    margin-left: 40%;
  }
  .col-md-offset-39 {
    margin-left: 39%;
  }
  .col-md-offset-38 {
    margin-left: 38%;
  }
  .col-md-offset-37 {
    margin-left: 37%;
  }
  .col-md-offset-36 {
    margin-left: 36%;
  }
  .col-md-offset-35 {
    margin-left: 35%;
  }
  .col-md-offset-34 {
    margin-left: 34%;
  }
  .col-md-offset-33 {
    margin-left: 33%;
  }
  .col-md-offset-32 {
    margin-left: 32%;
  }
  .col-md-offset-31 {
    margin-left: 31%;
  }
  .col-md-offset-30 {
    margin-left: 30%;
  }
  .col-md-offset-29 {
    margin-left: 29%;
  }
  .col-md-offset-28 {
    margin-left: 28%;
  }
  .col-md-offset-27 {
    margin-left: 27%;
  }
  .col-md-offset-26 {
    margin-left: 26%;
  }
  .col-md-offset-25 {
    margin-left: 25%;
  }
  .col-md-offset-24 {
    margin-left: 24%;
  }
  .col-md-offset-23 {
    margin-left: 23%;
  }
  .col-md-offset-22 {
    margin-left: 22%;
  }
  .col-md-offset-21 {
    margin-left: 21%;
  }
  .col-md-offset-20 {
    margin-left: 20%;
  }
  .col-md-offset-19 {
    margin-left: 19%;
  }
  .col-md-offset-18 {
    margin-left: 18%;
  }
  .col-md-offset-17 {
    margin-left: 17%;
  }
  .col-md-offset-16 {
    margin-left: 16%;
  }
  .col-md-offset-15 {
    margin-left: 15%;
  }
  .col-md-offset-14 {
    margin-left: 14%;
  }
  .col-md-offset-13 {
    margin-left: 13%;
  }
  .col-md-offset-12 {
    margin-left: 12%;
  }
  .col-md-offset-11 {
    margin-left: 11%;
  }
  .col-md-offset-10 {
    margin-left: 10%;
  }
  .col-md-offset-9 {
    margin-left: 9%;
  }
  .col-md-offset-8 {
    margin-left: 8%;
  }
  .col-md-offset-7 {
    margin-left: 7%;
  }
  .col-md-offset-6 {
    margin-left: 6%;
  }
  .col-md-offset-5 {
    margin-left: 5%;
  }
  .col-md-offset-4 {
    margin-left: 4%;
  }
  .col-md-offset-3 {
    margin-left: 3%;
  }
  .col-md-offset-2 {
    margin-left: 2%;
  }
  .col-md-offset-1 {
    margin-left: 1%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 600px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36, .col-lg-37, .col-lg-38, .col-lg-39, .col-lg-40, .col-lg-41, .col-lg-42, .col-lg-43, .col-lg-44, .col-lg-45, .col-lg-46, .col-lg-47, .col-lg-48, .col-lg-49, .col-lg-50, .col-lg-51, .col-lg-52, .col-lg-53, .col-lg-54, .col-lg-55, .col-lg-56, .col-lg-57, .col-lg-58, .col-lg-59, .col-lg-60, .col-lg-61, .col-lg-62, .col-lg-63, .col-lg-64, .col-lg-65, .col-lg-66, .col-lg-67, .col-lg-68, .col-lg-69, .col-lg-70, .col-lg-71, .col-lg-72, .col-lg-73, .col-lg-74, .col-lg-75, .col-lg-76, .col-lg-77, .col-lg-78, .col-lg-79, .col-lg-80, .col-lg-81, .col-lg-82, .col-lg-83, .col-lg-84, .col-lg-85, .col-lg-86, .col-lg-87, .col-lg-88, .col-lg-89, .col-lg-90, .col-lg-91, .col-lg-92, .col-lg-93, .col-lg-94, .col-lg-95, .col-lg-96, .col-lg-97, .col-lg-98, .col-lg-99, .col-lg-100 {
    float: left;
  }
  .col-lg-100 {
    width: 100%;
  }
  .col-lg-99 {
    width: 99%;
  }
  .col-lg-98 {
    width: 98%;
  }
  .col-lg-97 {
    width: 97%;
  }
  .col-lg-96 {
    width: 96%;
  }
  .col-lg-95 {
    width: 95%;
  }
  .col-lg-94 {
    width: 94%;
  }
  .col-lg-93 {
    width: 93%;
  }
  .col-lg-92 {
    width: 92%;
  }
  .col-lg-91 {
    width: 91%;
  }
  .col-lg-90 {
    width: 90%;
  }
  .col-lg-89 {
    width: 89%;
  }
  .col-lg-88 {
    width: 88%;
  }
  .col-lg-87 {
    width: 87%;
  }
  .col-lg-86 {
    width: 86%;
  }
  .col-lg-85 {
    width: 85%;
  }
  .col-lg-84 {
    width: 84%;
  }
  .col-lg-83 {
    width: 83%;
  }
  .col-lg-82 {
    width: 82%;
  }
  .col-lg-81 {
    width: 81%;
  }
  .col-lg-80 {
    width: 80%;
  }
  .col-lg-79 {
    width: 79%;
  }
  .col-lg-78 {
    width: 78%;
  }
  .col-lg-77 {
    width: 77%;
  }
  .col-lg-76 {
    width: 76%;
  }
  .col-lg-75 {
    width: 75%;
  }
  .col-lg-74 {
    width: 74%;
  }
  .col-lg-73 {
    width: 73%;
  }
  .col-lg-72 {
    width: 72%;
  }
  .col-lg-71 {
    width: 71%;
  }
  .col-lg-70 {
    width: 70%;
  }
  .col-lg-69 {
    width: 69%;
  }
  .col-lg-68 {
    width: 68%;
  }
  .col-lg-67 {
    width: 67%;
  }
  .col-lg-66 {
    width: 66%;
  }
  .col-lg-65 {
    width: 65%;
  }
  .col-lg-64 {
    width: 64%;
  }
  .col-lg-63 {
    width: 63%;
  }
  .col-lg-62 {
    width: 62%;
  }
  .col-lg-61 {
    width: 61%;
  }
  .col-lg-60 {
    width: 60%;
  }
  .col-lg-59 {
    width: 59%;
  }
  .col-lg-58 {
    width: 58%;
  }
  .col-lg-57 {
    width: 57%;
  }
  .col-lg-56 {
    width: 56%;
  }
  .col-lg-55 {
    width: 55%;
  }
  .col-lg-54 {
    width: 54%;
  }
  .col-lg-53 {
    width: 53%;
  }
  .col-lg-52 {
    width: 52%;
  }
  .col-lg-51 {
    width: 51%;
  }
  .col-lg-50 {
    width: 50%;
  }
  .col-lg-49 {
    width: 49%;
  }
  .col-lg-48 {
    width: 48%;
  }
  .col-lg-47 {
    width: 47%;
  }
  .col-lg-46 {
    width: 46%;
  }
  .col-lg-45 {
    width: 45%;
  }
  .col-lg-44 {
    width: 44%;
  }
  .col-lg-43 {
    width: 43%;
  }
  .col-lg-42 {
    width: 42%;
  }
  .col-lg-41 {
    width: 41%;
  }
  .col-lg-40 {
    width: 40%;
  }
  .col-lg-39 {
    width: 39%;
  }
  .col-lg-38 {
    width: 38%;
  }
  .col-lg-37 {
    width: 37%;
  }
  .col-lg-36 {
    width: 36%;
  }
  .col-lg-35 {
    width: 35%;
  }
  .col-lg-34 {
    width: 34%;
  }
  .col-lg-33 {
    width: 33%;
  }
  .col-lg-32 {
    width: 32%;
  }
  .col-lg-31 {
    width: 31%;
  }
  .col-lg-30 {
    width: 30%;
  }
  .col-lg-29 {
    width: 29%;
  }
  .col-lg-28 {
    width: 28%;
  }
  .col-lg-27 {
    width: 27%;
  }
  .col-lg-26 {
    width: 26%;
  }
  .col-lg-25 {
    width: 25%;
  }
  .col-lg-24 {
    width: 24%;
  }
  .col-lg-23 {
    width: 23%;
  }
  .col-lg-22 {
    width: 22%;
  }
  .col-lg-21 {
    width: 21%;
  }
  .col-lg-20 {
    width: 20%;
  }
  .col-lg-19 {
    width: 19%;
  }
  .col-lg-18 {
    width: 18%;
  }
  .col-lg-17 {
    width: 17%;
  }
  .col-lg-16 {
    width: 16%;
  }
  .col-lg-15 {
    width: 15%;
  }
  .col-lg-14 {
    width: 14%;
  }
  .col-lg-13 {
    width: 13%;
  }
  .col-lg-12 {
    width: 12%;
  }
  .col-lg-11 {
    width: 11%;
  }
  .col-lg-10 {
    width: 10%;
  }
  .col-lg-9 {
    width: 9%;
  }
  .col-lg-8 {
    width: 8%;
  }
  .col-lg-7 {
    width: 7%;
  }
  .col-lg-6 {
    width: 6%;
  }
  .col-lg-5 {
    width: 5%;
  }
  .col-lg-4 {
    width: 4%;
  }
  .col-lg-3 {
    width: 3%;
  }
  .col-lg-2 {
    width: 2%;
  }
  .col-lg-1 {
    width: 1%;
  }
  .col-lg-pull-100 {
    right: 100%;
  }
  .col-lg-pull-99 {
    right: 99%;
  }
  .col-lg-pull-98 {
    right: 98%;
  }
  .col-lg-pull-97 {
    right: 97%;
  }
  .col-lg-pull-96 {
    right: 96%;
  }
  .col-lg-pull-95 {
    right: 95%;
  }
  .col-lg-pull-94 {
    right: 94%;
  }
  .col-lg-pull-93 {
    right: 93%;
  }
  .col-lg-pull-92 {
    right: 92%;
  }
  .col-lg-pull-91 {
    right: 91%;
  }
  .col-lg-pull-90 {
    right: 90%;
  }
  .col-lg-pull-89 {
    right: 89%;
  }
  .col-lg-pull-88 {
    right: 88%;
  }
  .col-lg-pull-87 {
    right: 87%;
  }
  .col-lg-pull-86 {
    right: 86%;
  }
  .col-lg-pull-85 {
    right: 85%;
  }
  .col-lg-pull-84 {
    right: 84%;
  }
  .col-lg-pull-83 {
    right: 83%;
  }
  .col-lg-pull-82 {
    right: 82%;
  }
  .col-lg-pull-81 {
    right: 81%;
  }
  .col-lg-pull-80 {
    right: 80%;
  }
  .col-lg-pull-79 {
    right: 79%;
  }
  .col-lg-pull-78 {
    right: 78%;
  }
  .col-lg-pull-77 {
    right: 77%;
  }
  .col-lg-pull-76 {
    right: 76%;
  }
  .col-lg-pull-75 {
    right: 75%;
  }
  .col-lg-pull-74 {
    right: 74%;
  }
  .col-lg-pull-73 {
    right: 73%;
  }
  .col-lg-pull-72 {
    right: 72%;
  }
  .col-lg-pull-71 {
    right: 71%;
  }
  .col-lg-pull-70 {
    right: 70%;
  }
  .col-lg-pull-69 {
    right: 69%;
  }
  .col-lg-pull-68 {
    right: 68%;
  }
  .col-lg-pull-67 {
    right: 67%;
  }
  .col-lg-pull-66 {
    right: 66%;
  }
  .col-lg-pull-65 {
    right: 65%;
  }
  .col-lg-pull-64 {
    right: 64%;
  }
  .col-lg-pull-63 {
    right: 63%;
  }
  .col-lg-pull-62 {
    right: 62%;
  }
  .col-lg-pull-61 {
    right: 61%;
  }
  .col-lg-pull-60 {
    right: 60%;
  }
  .col-lg-pull-59 {
    right: 59%;
  }
  .col-lg-pull-58 {
    right: 58%;
  }
  .col-lg-pull-57 {
    right: 57%;
  }
  .col-lg-pull-56 {
    right: 56%;
  }
  .col-lg-pull-55 {
    right: 55%;
  }
  .col-lg-pull-54 {
    right: 54%;
  }
  .col-lg-pull-53 {
    right: 53%;
  }
  .col-lg-pull-52 {
    right: 52%;
  }
  .col-lg-pull-51 {
    right: 51%;
  }
  .col-lg-pull-50 {
    right: 50%;
  }
  .col-lg-pull-49 {
    right: 49%;
  }
  .col-lg-pull-48 {
    right: 48%;
  }
  .col-lg-pull-47 {
    right: 47%;
  }
  .col-lg-pull-46 {
    right: 46%;
  }
  .col-lg-pull-45 {
    right: 45%;
  }
  .col-lg-pull-44 {
    right: 44%;
  }
  .col-lg-pull-43 {
    right: 43%;
  }
  .col-lg-pull-42 {
    right: 42%;
  }
  .col-lg-pull-41 {
    right: 41%;
  }
  .col-lg-pull-40 {
    right: 40%;
  }
  .col-lg-pull-39 {
    right: 39%;
  }
  .col-lg-pull-38 {
    right: 38%;
  }
  .col-lg-pull-37 {
    right: 37%;
  }
  .col-lg-pull-36 {
    right: 36%;
  }
  .col-lg-pull-35 {
    right: 35%;
  }
  .col-lg-pull-34 {
    right: 34%;
  }
  .col-lg-pull-33 {
    right: 33%;
  }
  .col-lg-pull-32 {
    right: 32%;
  }
  .col-lg-pull-31 {
    right: 31%;
  }
  .col-lg-pull-30 {
    right: 30%;
  }
  .col-lg-pull-29 {
    right: 29%;
  }
  .col-lg-pull-28 {
    right: 28%;
  }
  .col-lg-pull-27 {
    right: 27%;
  }
  .col-lg-pull-26 {
    right: 26%;
  }
  .col-lg-pull-25 {
    right: 25%;
  }
  .col-lg-pull-24 {
    right: 24%;
  }
  .col-lg-pull-23 {
    right: 23%;
  }
  .col-lg-pull-22 {
    right: 22%;
  }
  .col-lg-pull-21 {
    right: 21%;
  }
  .col-lg-pull-20 {
    right: 20%;
  }
  .col-lg-pull-19 {
    right: 19%;
  }
  .col-lg-pull-18 {
    right: 18%;
  }
  .col-lg-pull-17 {
    right: 17%;
  }
  .col-lg-pull-16 {
    right: 16%;
  }
  .col-lg-pull-15 {
    right: 15%;
  }
  .col-lg-pull-14 {
    right: 14%;
  }
  .col-lg-pull-13 {
    right: 13%;
  }
  .col-lg-pull-12 {
    right: 12%;
  }
  .col-lg-pull-11 {
    right: 11%;
  }
  .col-lg-pull-10 {
    right: 10%;
  }
  .col-lg-pull-9 {
    right: 9%;
  }
  .col-lg-pull-8 {
    right: 8%;
  }
  .col-lg-pull-7 {
    right: 7%;
  }
  .col-lg-pull-6 {
    right: 6%;
  }
  .col-lg-pull-5 {
    right: 5%;
  }
  .col-lg-pull-4 {
    right: 4%;
  }
  .col-lg-pull-3 {
    right: 3%;
  }
  .col-lg-pull-2 {
    right: 2%;
  }
  .col-lg-pull-1 {
    right: 1%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-100 {
    left: 100%;
  }
  .col-lg-push-99 {
    left: 99%;
  }
  .col-lg-push-98 {
    left: 98%;
  }
  .col-lg-push-97 {
    left: 97%;
  }
  .col-lg-push-96 {
    left: 96%;
  }
  .col-lg-push-95 {
    left: 95%;
  }
  .col-lg-push-94 {
    left: 94%;
  }
  .col-lg-push-93 {
    left: 93%;
  }
  .col-lg-push-92 {
    left: 92%;
  }
  .col-lg-push-91 {
    left: 91%;
  }
  .col-lg-push-90 {
    left: 90%;
  }
  .col-lg-push-89 {
    left: 89%;
  }
  .col-lg-push-88 {
    left: 88%;
  }
  .col-lg-push-87 {
    left: 87%;
  }
  .col-lg-push-86 {
    left: 86%;
  }
  .col-lg-push-85 {
    left: 85%;
  }
  .col-lg-push-84 {
    left: 84%;
  }
  .col-lg-push-83 {
    left: 83%;
  }
  .col-lg-push-82 {
    left: 82%;
  }
  .col-lg-push-81 {
    left: 81%;
  }
  .col-lg-push-80 {
    left: 80%;
  }
  .col-lg-push-79 {
    left: 79%;
  }
  .col-lg-push-78 {
    left: 78%;
  }
  .col-lg-push-77 {
    left: 77%;
  }
  .col-lg-push-76 {
    left: 76%;
  }
  .col-lg-push-75 {
    left: 75%;
  }
  .col-lg-push-74 {
    left: 74%;
  }
  .col-lg-push-73 {
    left: 73%;
  }
  .col-lg-push-72 {
    left: 72%;
  }
  .col-lg-push-71 {
    left: 71%;
  }
  .col-lg-push-70 {
    left: 70%;
  }
  .col-lg-push-69 {
    left: 69%;
  }
  .col-lg-push-68 {
    left: 68%;
  }
  .col-lg-push-67 {
    left: 67%;
  }
  .col-lg-push-66 {
    left: 66%;
  }
  .col-lg-push-65 {
    left: 65%;
  }
  .col-lg-push-64 {
    left: 64%;
  }
  .col-lg-push-63 {
    left: 63%;
  }
  .col-lg-push-62 {
    left: 62%;
  }
  .col-lg-push-61 {
    left: 61%;
  }
  .col-lg-push-60 {
    left: 60%;
  }
  .col-lg-push-59 {
    left: 59%;
  }
  .col-lg-push-58 {
    left: 58%;
  }
  .col-lg-push-57 {
    left: 57%;
  }
  .col-lg-push-56 {
    left: 56%;
  }
  .col-lg-push-55 {
    left: 55%;
  }
  .col-lg-push-54 {
    left: 54%;
  }
  .col-lg-push-53 {
    left: 53%;
  }
  .col-lg-push-52 {
    left: 52%;
  }
  .col-lg-push-51 {
    left: 51%;
  }
  .col-lg-push-50 {
    left: 50%;
  }
  .col-lg-push-49 {
    left: 49%;
  }
  .col-lg-push-48 {
    left: 48%;
  }
  .col-lg-push-47 {
    left: 47%;
  }
  .col-lg-push-46 {
    left: 46%;
  }
  .col-lg-push-45 {
    left: 45%;
  }
  .col-lg-push-44 {
    left: 44%;
  }
  .col-lg-push-43 {
    left: 43%;
  }
  .col-lg-push-42 {
    left: 42%;
  }
  .col-lg-push-41 {
    left: 41%;
  }
  .col-lg-push-40 {
    left: 40%;
  }
  .col-lg-push-39 {
    left: 39%;
  }
  .col-lg-push-38 {
    left: 38%;
  }
  .col-lg-push-37 {
    left: 37%;
  }
  .col-lg-push-36 {
    left: 36%;
  }
  .col-lg-push-35 {
    left: 35%;
  }
  .col-lg-push-34 {
    left: 34%;
  }
  .col-lg-push-33 {
    left: 33%;
  }
  .col-lg-push-32 {
    left: 32%;
  }
  .col-lg-push-31 {
    left: 31%;
  }
  .col-lg-push-30 {
    left: 30%;
  }
  .col-lg-push-29 {
    left: 29%;
  }
  .col-lg-push-28 {
    left: 28%;
  }
  .col-lg-push-27 {
    left: 27%;
  }
  .col-lg-push-26 {
    left: 26%;
  }
  .col-lg-push-25 {
    left: 25%;
  }
  .col-lg-push-24 {
    left: 24%;
  }
  .col-lg-push-23 {
    left: 23%;
  }
  .col-lg-push-22 {
    left: 22%;
  }
  .col-lg-push-21 {
    left: 21%;
  }
  .col-lg-push-20 {
    left: 20%;
  }
  .col-lg-push-19 {
    left: 19%;
  }
  .col-lg-push-18 {
    left: 18%;
  }
  .col-lg-push-17 {
    left: 17%;
  }
  .col-lg-push-16 {
    left: 16%;
  }
  .col-lg-push-15 {
    left: 15%;
  }
  .col-lg-push-14 {
    left: 14%;
  }
  .col-lg-push-13 {
    left: 13%;
  }
  .col-lg-push-12 {
    left: 12%;
  }
  .col-lg-push-11 {
    left: 11%;
  }
  .col-lg-push-10 {
    left: 10%;
  }
  .col-lg-push-9 {
    left: 9%;
  }
  .col-lg-push-8 {
    left: 8%;
  }
  .col-lg-push-7 {
    left: 7%;
  }
  .col-lg-push-6 {
    left: 6%;
  }
  .col-lg-push-5 {
    left: 5%;
  }
  .col-lg-push-4 {
    left: 4%;
  }
  .col-lg-push-3 {
    left: 3%;
  }
  .col-lg-push-2 {
    left: 2%;
  }
  .col-lg-push-1 {
    left: 1%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-100 {
    margin-left: 100%;
  }
  .col-lg-offset-99 {
    margin-left: 99%;
  }
  .col-lg-offset-98 {
    margin-left: 98%;
  }
  .col-lg-offset-97 {
    margin-left: 97%;
  }
  .col-lg-offset-96 {
    margin-left: 96%;
  }
  .col-lg-offset-95 {
    margin-left: 95%;
  }
  .col-lg-offset-94 {
    margin-left: 94%;
  }
  .col-lg-offset-93 {
    margin-left: 93%;
  }
  .col-lg-offset-92 {
    margin-left: 92%;
  }
  .col-lg-offset-91 {
    margin-left: 91%;
  }
  .col-lg-offset-90 {
    margin-left: 90%;
  }
  .col-lg-offset-89 {
    margin-left: 89%;
  }
  .col-lg-offset-88 {
    margin-left: 88%;
  }
  .col-lg-offset-87 {
    margin-left: 87%;
  }
  .col-lg-offset-86 {
    margin-left: 86%;
  }
  .col-lg-offset-85 {
    margin-left: 85%;
  }
  .col-lg-offset-84 {
    margin-left: 84%;
  }
  .col-lg-offset-83 {
    margin-left: 83%;
  }
  .col-lg-offset-82 {
    margin-left: 82%;
  }
  .col-lg-offset-81 {
    margin-left: 81%;
  }
  .col-lg-offset-80 {
    margin-left: 80%;
  }
  .col-lg-offset-79 {
    margin-left: 79%;
  }
  .col-lg-offset-78 {
    margin-left: 78%;
  }
  .col-lg-offset-77 {
    margin-left: 77%;
  }
  .col-lg-offset-76 {
    margin-left: 76%;
  }
  .col-lg-offset-75 {
    margin-left: 75%;
  }
  .col-lg-offset-74 {
    margin-left: 74%;
  }
  .col-lg-offset-73 {
    margin-left: 73%;
  }
  .col-lg-offset-72 {
    margin-left: 72%;
  }
  .col-lg-offset-71 {
    margin-left: 71%;
  }
  .col-lg-offset-70 {
    margin-left: 70%;
  }
  .col-lg-offset-69 {
    margin-left: 69%;
  }
  .col-lg-offset-68 {
    margin-left: 68%;
  }
  .col-lg-offset-67 {
    margin-left: 67%;
  }
  .col-lg-offset-66 {
    margin-left: 66%;
  }
  .col-lg-offset-65 {
    margin-left: 65%;
  }
  .col-lg-offset-64 {
    margin-left: 64%;
  }
  .col-lg-offset-63 {
    margin-left: 63%;
  }
  .col-lg-offset-62 {
    margin-left: 62%;
  }
  .col-lg-offset-61 {
    margin-left: 61%;
  }
  .col-lg-offset-60 {
    margin-left: 60%;
  }
  .col-lg-offset-59 {
    margin-left: 59%;
  }
  .col-lg-offset-58 {
    margin-left: 58%;
  }
  .col-lg-offset-57 {
    margin-left: 57%;
  }
  .col-lg-offset-56 {
    margin-left: 56%;
  }
  .col-lg-offset-55 {
    margin-left: 55%;
  }
  .col-lg-offset-54 {
    margin-left: 54%;
  }
  .col-lg-offset-53 {
    margin-left: 53%;
  }
  .col-lg-offset-52 {
    margin-left: 52%;
  }
  .col-lg-offset-51 {
    margin-left: 51%;
  }
  .col-lg-offset-50 {
    margin-left: 50%;
  }
  .col-lg-offset-49 {
    margin-left: 49%;
  }
  .col-lg-offset-48 {
    margin-left: 48%;
  }
  .col-lg-offset-47 {
    margin-left: 47%;
  }
  .col-lg-offset-46 {
    margin-left: 46%;
  }
  .col-lg-offset-45 {
    margin-left: 45%;
  }
  .col-lg-offset-44 {
    margin-left: 44%;
  }
  .col-lg-offset-43 {
    margin-left: 43%;
  }
  .col-lg-offset-42 {
    margin-left: 42%;
  }
  .col-lg-offset-41 {
    margin-left: 41%;
  }
  .col-lg-offset-40 {
    margin-left: 40%;
  }
  .col-lg-offset-39 {
    margin-left: 39%;
  }
  .col-lg-offset-38 {
    margin-left: 38%;
  }
  .col-lg-offset-37 {
    margin-left: 37%;
  }
  .col-lg-offset-36 {
    margin-left: 36%;
  }
  .col-lg-offset-35 {
    margin-left: 35%;
  }
  .col-lg-offset-34 {
    margin-left: 34%;
  }
  .col-lg-offset-33 {
    margin-left: 33%;
  }
  .col-lg-offset-32 {
    margin-left: 32%;
  }
  .col-lg-offset-31 {
    margin-left: 31%;
  }
  .col-lg-offset-30 {
    margin-left: 30%;
  }
  .col-lg-offset-29 {
    margin-left: 29%;
  }
  .col-lg-offset-28 {
    margin-left: 28%;
  }
  .col-lg-offset-27 {
    margin-left: 27%;
  }
  .col-lg-offset-26 {
    margin-left: 26%;
  }
  .col-lg-offset-25 {
    margin-left: 25%;
  }
  .col-lg-offset-24 {
    margin-left: 24%;
  }
  .col-lg-offset-23 {
    margin-left: 23%;
  }
  .col-lg-offset-22 {
    margin-left: 22%;
  }
  .col-lg-offset-21 {
    margin-left: 21%;
  }
  .col-lg-offset-20 {
    margin-left: 20%;
  }
  .col-lg-offset-19 {
    margin-left: 19%;
  }
  .col-lg-offset-18 {
    margin-left: 18%;
  }
  .col-lg-offset-17 {
    margin-left: 17%;
  }
  .col-lg-offset-16 {
    margin-left: 16%;
  }
  .col-lg-offset-15 {
    margin-left: 15%;
  }
  .col-lg-offset-14 {
    margin-left: 14%;
  }
  .col-lg-offset-13 {
    margin-left: 13%;
  }
  .col-lg-offset-12 {
    margin-left: 12%;
  }
  .col-lg-offset-11 {
    margin-left: 11%;
  }
  .col-lg-offset-10 {
    margin-left: 10%;
  }
  .col-lg-offset-9 {
    margin-left: 9%;
  }
  .col-lg-offset-8 {
    margin-left: 8%;
  }
  .col-lg-offset-7 {
    margin-left: 7%;
  }
  .col-lg-offset-6 {
    margin-left: 6%;
  }
  .col-lg-offset-5 {
    margin-left: 5%;
  }
  .col-lg-offset-4 {
    margin-left: 4%;
  }
  .col-lg-offset-3 {
    margin-left: 3%;
  }
  .col-lg-offset-2 {
    margin-left: 2%;
  }
  .col-lg-offset-1 {
    margin-left: 1%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 299px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 27px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 24px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 38px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 17px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 29px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 24px;
  padding: 3px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 24px;
  line-height: 24px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 24px;
  padding: 3px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 24px;
  line-height: 24px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 24px;
  min-height: 28px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 38px;
  line-height: 38px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 38px;
  line-height: 38px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 38px;
  min-height: 32px;
  padding: 9px 14px;
  font-size: 15px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 33.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 300px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 22px;
}
.form-horizontal .form-group {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 300px) {
  .form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 300px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 9px;
    font-size: 15px;
  }
}
@media (min-width: 300px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
    font-size: 11px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #00547f;
  border-color: #004366;
}
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus {
  color: #ffffff;
  background-color: #00324c;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #00324c;
  border-color: #001b28;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #00324c;
  background-image: none;
  border-color: #001b28;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary[disabled]:active:focus,
.btn-primary[disabled].active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary[disabled]:active.focus,
.btn-primary[disabled].active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #001b28;
  border-color: #000000;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00547f;
  border-color: #004366;
}
.btn-primary .badge {
  color: #00547f;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #00547f;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #002133;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #00547f;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 300px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 38px;
  line-height: 38px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  padding: 3px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  line-height: 24px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 3px 8px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 8px 14px;
  font-size: 15px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00547f;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 300px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 300px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00547f;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 300px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 300px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 45px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 300px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 300px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 5px;
  padding-left: 5px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 300px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 300px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 300px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 300px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 300px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 45px;
  padding: 14px 5px;
  font-size: 15px;
  line-height: 17px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 300px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -5px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 5px;
  margin-top: 5.5px;
  margin-bottom: 5.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 300px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -5px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 299px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 300px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  padding: 10px 5px;
  margin-right: -5px;
  margin-left: -5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 300px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 299px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 300px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.navbar-btn.btn-xs {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 300px) {
  .navbar-text {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (min-width: 300px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -5px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #00547f;
  border-color: #003e5e;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #818a93;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #00547f;
  background-color: #9ab2be;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #00547f;
  background-color: #9ab2be;
}
@media (max-width: 299px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #818a93;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #00547f;
    background-color: #9ab2be;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #003e5e;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #818a93;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #818a93;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #9ab2be;
  border-color: #7b9aaa;
}
.navbar-inverse .navbar-brand {
  color: #00547f;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #00547f;
}
.navbar-inverse .navbar-nav > li > a {
  color: #00547f;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #818a93;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 299px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #7b9aaa;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #7b9aaa;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #00547f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #818a93;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #84a1b0;
}
.navbar-inverse .navbar-link {
  color: #00547f;
}
.navbar-inverse .navbar-link:hover {
  color: #818a93;
}
.navbar-inverse .btn-link {
  color: #00547f;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #818a93;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #cccccc;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #00547f;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #002133;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #00547f;
  border-color: #00547f;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 8px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 17px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #00547f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00324c;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #333333;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00547f;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #00547f;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #ffffff;
}
.jumbotron p {
  margin-bottom: 7.5px;
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #00324c;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 300px) {
  .jumbotron {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 30px;
    padding-left: 30px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00547f;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 10px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 17px;
  margin-bottom: 17px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background-color: #00547f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00547f;
  border-color: #00547f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #4cc2ff;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 10px;
}
.panel-heading {
  padding: 5px 10px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 5px 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 10px;
  padding-left: 10px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #00547f;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00547f;
  border-color: #00547f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00547f;
}
.panel-primary > .panel-heading .badge {
  color: #00547f;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00547f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #ffffff;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 10px;
}
.modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 300px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 600px;
  }
}
@media (min-width: 600px) {
  .modal-lg {
    width: 1000px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 11px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 376px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 300px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 299px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 299px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 299px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 299px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 300px) and (max-width: 599px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 300px) and (max-width: 599px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 300px) and (max-width: 599px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 300px) and (max-width: 599px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 600px) and (max-width: 599px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 600px) and (max-width: 599px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 600px) and (max-width: 599px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 600px) and (max-width: 599px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 600px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 600px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 600px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 600px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 299px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 300px) and (max-width: 599px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 599px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=96c2ef0849bd80ce5a8e73a779cffb87)
 * Config saved to config.json and https://gist.github.com/96c2ef0849bd80ce5a8e73a779cffb87
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #00547f 0%, #002c42 100%);
  background-image: -o-linear-gradient(top, #00547f 0%, #002c42 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00547f), to(#002c42));
  background-image: linear-gradient(to bottom, #00547f 0%, #002c42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00547f', endColorstr='#ff002c42', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #002538;
}
.btn-primary:hover,
.btn-primary[disabled]:focus {
  background-color: #002c42;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #002c42;
  border-color: #002538;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #002c42;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning[disabled]:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger[disabled]:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger[disabled]:active,
.btn-danger[disabled].active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger[disabled],
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #00547f 0%, #004366 100%);
  background-image: -o-linear-gradient(top, #00547f 0%, #004366 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00547f), to(#004366));
  background-image: linear-gradient(to bottom, #00547f 0%, #004366 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00547f', endColorstr='#ff004366', GradientType=0);
  background-repeat: repeat-x;
  background-color: #004366;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #0076b2 0%, #00547f 100%);
  background-image: -o-linear-gradient(top, #0076b2 0%, #00547f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0076b2), to(#00547f));
  background-image: linear-gradient(to bottom, #0076b2 0%, #00547f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0076b2', endColorstr='#ff00547f', GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #8aa6b4 0%, #94adba 100%);
  background-image: -o-linear-gradient(top, #8aa6b4 0%, #94adba 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8aa6b4), to(#94adba));
  background-image: linear-gradient(to bottom, #8aa6b4 0%, #94adba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8aa6b4', endColorstr='#ff94adba', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #b9cad2 0%, #9ab2be 100%);
  background-image: -o-linear-gradient(top, #b9cad2 0%, #9ab2be 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9cad2), to(#9ab2be));
  background-image: linear-gradient(to bottom, #b9cad2 0%, #9ab2be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb9cad2', endColorstr='#ff9ab2be', GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 2px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 299px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #00547f 0%, #004366 100%);
    background-image: -o-linear-gradient(top, #00547f 0%, #004366 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00547f), to(#004366));
    background-image: linear-gradient(to bottom, #00547f 0%, #004366 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00547f', endColorstr='#ff004366', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #00547f 0%, #00324c 100%);
  background-image: -o-linear-gradient(top, #00547f 0%, #00324c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00547f), to(#00324c));
  background-image: linear-gradient(to bottom, #00547f 0%, #00324c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00547f', endColorstr='#ff00324c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #00324c;
  background-image: -webkit-linear-gradient(top, #00547f 0%, #003b59 100%);
  background-image: -o-linear-gradient(top, #00547f 0%, #003b59 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00547f), to(#003b59));
  background-image: linear-gradient(to bottom, #00547f 0%, #003b59 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00547f', endColorstr='#ff003b59', GradientType=0);
  background-repeat: repeat-x;
  border-color: #003b59;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #00547f 0%, #004366 100%);
  background-image: -o-linear-gradient(top, #00547f 0%, #004366 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00547f), to(#004366));
  background-image: linear-gradient(to bottom, #00547f 0%, #004366 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00547f', endColorstr='#ff004366', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@font-face{font-family:'Glyphicons Regular';src:url('../fonts/glyphicons-regular.eot');src:url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-regular.woff2') format('woff2'),url('../fonts/glyphicons-regular.woff') format('woff'),url('../fonts/glyphicons-regular.ttf') format('truetype'),url('../fonts/glyphicons-regular.svg#glyphiconsregular') format('svg')}.glyphicons{display:inline-block;font-family:'Glyphicons Regular';font-style:normal;font-weight:normal;line-height:1;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicons.x05{font-size:12px}.glyphicons.x2{font-size:48px}.glyphicons.x2:before{padding:8px 12px}.glyphicons.x3{font-size:72px}.glyphicons.x3:before{padding:16px 20px}.glyphicons.x4{font-size:96px}.glyphicons.x4:before{padding:20px 28px}.glyphicons.x5{font-size:120px}.glyphicons.x5:before{padding:28px 36px}.glyphicons.light:before{color:#f2f2f2}.glyphicons.drop:before{text-shadow:-1px 1px 3px rgba(0,0,0,0.3)}.glyphicons.flip{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.glyphicons.flipv{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.glyphicons.rotate90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.glyphicons.rotate180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.glyphicons.rotate270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.glyphicons-reg-glass:before{content:"\E001"}.glyphicons-reg-leaf:before{content:"\E002"}.glyphicons-reg-dog:before{content:"\E003"}.glyphicons-reg-user:before{content:"\E004"}.glyphicons-reg-girl:before{content:"\E005"}.glyphicons-reg-car:before{content:"\E006"}.glyphicons-reg-user-add:before{content:"\E007"}.glyphicons-reg-user-remove:before{content:"\E008"}.glyphicons-reg-film:before{content:"\E009"}.glyphicons-reg-magic:before{content:"\E010"}.glyphicons-reg-envelope:before{content:"\E011"}.glyphicons-reg-camera:before{content:"\E012"}.glyphicons-reg-heart:before{content:"\E013"}.glyphicons-reg-beach-umbrella:before{content:"\E014"}.glyphicons-reg-train:before{content:"\E015"}.glyphicons-reg-print:before{content:"\E016"}.glyphicons-reg-bin:before{content:"\E017"}.glyphicons-reg-music:before{content:"\E018"}.glyphicons-reg-music-alt:before{content:"\E019"}.glyphicons-reg-heart-empty:before{content:"\E020"}.glyphicons-reg-home:before{content:"\E021"}.glyphicons-reg-snowflake:before{content:"\E022"}.glyphicons-reg-fire:before{content:"\E023"}.glyphicons-reg-magnet:before{content:"\E024"}.glyphicons-reg-parents:before{content:"\E025"}.glyphicons-reg-binoculars:before{content:"\E026"}.glyphicons-reg-road:before{content:"\E027"}.glyphicons-reg-search:before{content:"\E028"}.glyphicons-reg-cars:before{content:"\E029"}.glyphicons-reg-notes-2:before{content:"\E030"}.glyphicons-reg-pencil:before{content:"\E031"}.glyphicons-reg-bus:before{content:"\E032"}.glyphicons-reg-wifi-alt:before{content:"\E033"}.glyphicons-reg-luggage:before{content:"\E034"}.glyphicons-reg-old-man:before{content:"\E035"}.glyphicons-reg-woman:before{content:"\E036"}.glyphicons-reg-file:before{content:"\E037"}.glyphicons-reg-coins:before{content:"\E038"}.glyphicons-reg-plane:before{content:"\E039"}.glyphicons-reg-notes:before{content:"\E040"}.glyphicons-reg-stats:before{content:"\E041"}.glyphicons-reg-charts:before{content:"\E042"}.glyphicons-reg-pie-chart:before{content:"\E043"}.glyphicons-reg-group:before{content:"\E044"}.glyphicons-reg-keys:before{content:"\E045"}.glyphicons-reg-calendar:before{content:"\E046"}.glyphicons-reg-router:before{content:"\E047"}.glyphicons-reg-camera-small:before{content:"\E048"}.glyphicons-reg-star-empty:before{content:"\E049"}.glyphicons-reg-star:before{content:"\E050"}.glyphicons-reg-link:before{content:"\E051"}.glyphicons-reg-eye-open:before{content:"\E052"}.glyphicons-reg-eye-close:before{content:"\E053"}.glyphicons-reg-alarm:before{content:"\E054"}.glyphicons-reg-clock:before{content:"\E055"}.glyphicons-reg-stopwatch:before{content:"\E056"}.glyphicons-reg-projector:before{content:"\E057"}.glyphicons-reg-history:before{content:"\E058"}.glyphicons-reg-truck:before{content:"\E059"}.glyphicons-reg-cargo:before{content:"\E060"}.glyphicons-reg-compass:before{content:"\E061"}.glyphicons-reg-keynote:before{content:"\E062"}.glyphicons-reg-paperclip:before{content:"\E063"}.glyphicons-reg-power:before{content:"\E064"}.glyphicons-reg-lightbulb:before{content:"\E065"}.glyphicons-reg-tag:before{content:"\E066"}.glyphicons-reg-tags:before{content:"\E067"}.glyphicons-reg-cleaning:before{content:"\E068"}.glyphicons-reg-ruler:before{content:"\E069"}.glyphicons-reg-gift:before{content:"\E070"}.glyphicons-reg-umbrella:before{content:"\E071"}.glyphicons-reg-book:before{content:"\E072"}.glyphicons-reg-bookmark:before{content:"\E073"}.glyphicons-reg-wifi:before{content:"\E074"}.glyphicons-reg-cup:before{content:"\E075"}.glyphicons-reg-stroller:before{content:"\E076"}.glyphicons-reg-headphones:before{content:"\E077"}.glyphicons-reg-headset:before{content:"\E078"}.glyphicons-reg-warning-sign:before{content:"\E079"}.glyphicons-reg-signal:before{content:"\E080"}.glyphicons-reg-retweet:before{content:"\E081"}.glyphicons-reg-refresh:before{content:"\E082"}.glyphicons-reg-roundabout:before{content:"\E083"}.glyphicons-reg-random:before{content:"\E084"}.glyphicons-reg-heat:before{content:"\E085"}.glyphicons-reg-repeat:before{content:"\E086"}.glyphicons-reg-display:before{content:"\E087"}.glyphicons-reg-log-book:before{content:"\E088"}.glyphicons-reg-address-book:before{content:"\E089"}.glyphicons-reg-building:before{content:"\E090"}.glyphicons-reg-eyedropper:before{content:"\E091"}.glyphicons-reg-adjust:before{content:"\E092"}.glyphicons-reg-tint:before{content:"\E093"}.glyphicons-reg-crop:before{content:"\E094"}.glyphicons-reg-vector-path-square:before{content:"\E095"}.glyphicons-reg-vector-path-circle:before{content:"\E096"}.glyphicons-reg-vector-path-polygon:before{content:"\E097"}.glyphicons-reg-vector-path-line:before{content:"\E098"}.glyphicons-reg-vector-path-curve:before{content:"\E099"}.glyphicons-reg-vector-path-all:before{content:"\E100"}.glyphicons-reg-font:before{content:"\E101"}.glyphicons-reg-italic:before{content:"\E102"}.glyphicons-reg-bold:before{content:"\E103"}.glyphicons-reg-text-underline:before{content:"\E104"}.glyphicons-reg-text-strike:before{content:"\E105"}.glyphicons-reg-text-height:before{content:"\E106"}.glyphicons-reg-text-width:before{content:"\E107"}.glyphicons-reg-text-resize:before{content:"\E108"}.glyphicons-reg-left-indent:before{content:"\E109"}.glyphicons-reg-right-indent:before{content:"\E110"}.glyphicons-reg-align-left:before{content:"\E111"}.glyphicons-reg-align-center:before{content:"\E112"}.glyphicons-reg-align-right:before{content:"\E113"}.glyphicons-reg-justify:before{content:"\E114"}.glyphicons-reg-list:before{content:"\E115"}.glyphicons-reg-text-smaller:before{content:"\E116"}.glyphicons-reg-text-bigger:before{content:"\E117"}.glyphicons-reg-embed:before{content:"\E118"}.glyphicons-reg-embed-close:before{content:"\E119"}.glyphicons-reg-table:before{content:"\E120"}.glyphicons-reg-message-full:before{content:"\E121"}.glyphicons-reg-message-empty:before{content:"\E122"}.glyphicons-reg-message-in:before{content:"\E123"}.glyphicons-reg-message-out:before{content:"\E124"}.glyphicons-reg-message-plus:before{content:"\E125"}.glyphicons-reg-message-minus:before{content:"\E126"}.glyphicons-reg-message-ban:before{content:"\E127"}.glyphicons-reg-message-flag:before{content:"\E128"}.glyphicons-reg-message-lock:before{content:"\E129"}.glyphicons-reg-message-new:before{content:"\E130"}.glyphicons-reg-inbox:before{content:"\E131"}.glyphicons-reg-inbox-plus:before{content:"\E132"}.glyphicons-reg-inbox-minus:before{content:"\E133"}.glyphicons-reg-inbox-lock:before{content:"\E134"}.glyphicons-reg-inbox-in:before{content:"\E135"}.glyphicons-reg-inbox-out:before{content:"\E136"}.glyphicons-reg-cogwheel:before{content:"\E137"}.glyphicons-reg-cogwheels:before{content:"\E138"}.glyphicons-reg-picture:before{content:"\E139"}.glyphicons-reg-adjust-alt:before{content:"\E140"}.glyphicons-reg-database-lock:before{content:"\E141"}.glyphicons-reg-database-plus:before{content:"\E142"}.glyphicons-reg-database-minus:before{content:"\E143"}.glyphicons-reg-database-ban:before{content:"\E144"}.glyphicons-reg-folder-open:before{content:"\E145"}.glyphicons-reg-folder-plus:before{content:"\E146"}.glyphicons-reg-folder-minus:before{content:"\E147"}.glyphicons-reg-folder-lock:before{content:"\E148"}.glyphicons-reg-folder-flag:before{content:"\E149"}.glyphicons-reg-folder-new:before{content:"\E150"}.glyphicons-reg-edit:before{content:"\E151"}.glyphicons-reg-new-window:before{content:"\E152"}.glyphicons-reg-check:before{content:"\E153"}.glyphicons-reg-unchecked:before{content:"\E154"}.glyphicons-reg-more-windows:before{content:"\E155"}.glyphicons-reg-show-big-thumbnails:before{content:"\E156"}.glyphicons-reg-show-thumbnails:before{content:"\E157"}.glyphicons-reg-show-thumbnails-with-lines:before{content:"\E158"}.glyphicons-reg-show-lines:before{content:"\E159"}.glyphicons-reg-playlist:before{content:"\E160"}.glyphicons-reg-imac:before{content:"\E161"}.glyphicons-reg-macbook:before{content:"\E162"}.glyphicons-reg-ipad:before{content:"\E163"}.glyphicons-reg-iphone:before{content:"\E164"}.glyphicons-reg-iphone-transfer:before{content:"\E165"}.glyphicons-reg-iphone-exchange:before{content:"\E166"}.glyphicons-reg-ipod:before{content:"\E167"}.glyphicons-reg-ipod-shuffle:before{content:"\E168"}.glyphicons-reg-ear-plugs:before{content:"\E169"}.glyphicons-reg-record:before{content:"\E170"}.glyphicons-reg-step-backward:before{content:"\E171"}.glyphicons-reg-fast-backward:before{content:"\E172"}.glyphicons-reg-rewind:before{content:"\E173"}.glyphicons-reg-play:before{content:"\E174"}.glyphicons-reg-pause:before{content:"\E175"}.glyphicons-reg-stop:before{content:"\E176"}.glyphicons-reg-forward:before{content:"\E177"}.glyphicons-reg-fast-forward:before{content:"\E178"}.glyphicons-reg-step-forward:before{content:"\E179"}.glyphicons-reg-eject:before{content:"\E180"}.glyphicons-reg-facetime-video:before{content:"\E181"}.glyphicons-reg-download-alt:before{content:"\E182"}.glyphicons-reg-mute:before{content:"\E183"}.glyphicons-reg-volume-down:before{content:"\E184"}.glyphicons-reg-volume-up:before{content:"\E185"}.glyphicons-reg-screenshot:before{content:"\E186"}.glyphicons-reg-move:before{content:"\E187"}.glyphicons-reg-more:before{content:"\E188"}.glyphicons-reg-brightness-reduce:before{content:"\E189"}.glyphicons-reg-brightness-increase:before{content:"\E190"}.glyphicons-reg-plus-sign:before{content:"\E191"}.glyphicons-reg-minus-sign:before{content:"\E192"}.glyphicons-reg-remove-sign:before{content:"\E193"}.glyphicons-reg-ok-sign:before{content:"\E194"}.glyphicons-reg-question-sign:before{content:"\E195"}.glyphicons-reg-info-sign:before{content:"\E196"}.glyphicons-reg-exclamation-sign:before{content:"\E197"}.glyphicons-reg-remove-circle:before{content:"\E198"}.glyphicons-reg-ok-circle:before{content:"\E199"}.glyphicons-reg-ban-circle:before{content:"\E200"}.glyphicons-reg-download:before{content:"\E201"}.glyphicons-reg-upload:before{content:"\E202"}.glyphicons-reg-shopping-cart:before{content:"\E203"}.glyphicons-reg-lock:before{content:"\E204"}.glyphicons-reg-unlock:before{content:"\E205"}.glyphicons-reg-electricity:before{content:"\E206"}.glyphicons-reg-ok:before{content:"\E207"}.glyphicons-reg-remove:before{content:"\E208"}.glyphicons-reg-cart-in:before{content:"\E209"}.glyphicons-reg-cart-out:before{content:"\E210"}.glyphicons-reg-arrow-left:before{content:"\E211"}.glyphicons-reg-arrow-right:before{content:"\E212"}.glyphicons-reg-arrow-down:before{content:"\E213"}.glyphicons-reg-arrow-up:before{content:"\E214"}.glyphicons-reg-resize-small:before{content:"\E215"}.glyphicons-reg-resize-full:before{content:"\E216"}.glyphicons-reg-circle-arrow-left:before{content:"\E217"}.glyphicons-reg-circle-arrow-right:before{content:"\E218"}.glyphicons-reg-circle-arrow-top:before{content:"\E219"}.glyphicons-reg-circle-arrow-down:before{content:"\E220"}.glyphicons-reg-play-button:before{content:"\E221"}.glyphicons-reg-unshare:before{content:"\E222"}.glyphicons-reg-share:before{content:"\E223"}.glyphicons-reg-chevron-right:before{content:"\E224"}.glyphicons-reg-chevron-left:before{content:"\E225"}.glyphicons-reg-bluetooth:before{content:"\E226"}.glyphicons-reg-euro:before{content:"\E227"}.glyphicons-reg-usd:before{content:"\E228"}.glyphicons-reg-gbp:before{content:"\E229"}.glyphicons-reg-retweet-2:before{content:"\E230"}.glyphicons-reg-moon:before{content:"\E231"}.glyphicons-reg-sun:before{content:"\E232"}.glyphicons-reg-cloud:before{content:"\E233"}.glyphicons-reg-direction:before{content:"\E234"}.glyphicons-reg-brush:before{content:"\E235"}.glyphicons-reg-pen:before{content:"\E236"}.glyphicons-reg-zoom-in:before{content:"\E237"}.glyphicons-reg-zoom-out:before{content:"\E238"}.glyphicons-reg-pin:before{content:"\E239"}.glyphicons-reg-albums:before{content:"\E240"}.glyphicons-reg-rotation-lock:before{content:"\E241"}.glyphicons-reg-flash:before{content:"\E242"}.glyphicons-reg-map-marker:before{content:"\E243"}.glyphicons-reg-anchor:before{content:"\E244"}.glyphicons-reg-conversation:before{content:"\E245"}.glyphicons-reg-chat:before{content:"\E246"}.glyphicons-reg-note-empty:before{content:"\E247"}.glyphicons-reg-note:before{content:"\E248"}.glyphicons-reg-asterisk:before{content:"\E249"}.glyphicons-reg-divide:before{content:"\E250"}.glyphicons-reg-snorkel-diving:before{content:"\E251"}.glyphicons-reg-scuba-diving:before{content:"\E252"}.glyphicons-reg-oxygen-bottle:before{content:"\E253"}.glyphicons-reg-fins:before{content:"\E254"}.glyphicons-reg-fishes:before{content:"\E255"}.glyphicons-reg-boat:before{content:"\E256"}.glyphicons-reg-delete:before{content:"\E257"}.glyphicons-reg-sheriffs-star:before{content:"\E258"}.glyphicons-reg-qrcode:before{content:"\E259"}.glyphicons-reg-barcode:before{content:"\E260"}.glyphicons-reg-pool:before{content:"\E261"}.glyphicons-reg-buoy:before{content:"\E262"}.glyphicons-reg-spade:before{content:"\E263"}.glyphicons-reg-bank:before{content:"\E264"}.glyphicons-reg-vcard:before{content:"\E265"}.glyphicons-reg-electrical-plug:before{content:"\E266"}.glyphicons-reg-flag:before{content:"\E267"}.glyphicons-reg-credit-card:before{content:"\E268"}.glyphicons-reg-keyboard-wireless:before{content:"\E269"}.glyphicons-reg-keyboard-wired:before{content:"\E270"}.glyphicons-reg-shield:before{content:"\E271"}.glyphicons-reg-ring:before{content:"\E272"}.glyphicons-reg-cake:before{content:"\E273"}.glyphicons-reg-drink:before{content:"\E274"}.glyphicons-reg-beer:before{content:"\E275"}.glyphicons-reg-fast-food:before{content:"\E276"}.glyphicons-reg-cutlery:before{content:"\E277"}.glyphicons-reg-pizza:before{content:"\E278"}.glyphicons-reg-birthday-cake:before{content:"\E279"}.glyphicons-reg-tablet:before{content:"\E280"}.glyphicons-reg-settings:before{content:"\E281"}.glyphicons-reg-bullets:before{content:"\E282"}.glyphicons-reg-cardio:before{content:"\E283"}.glyphicons-reg-t-shirt:before{content:"\E284"}.glyphicons-reg-pants:before{content:"\E285"}.glyphicons-reg-sweater:before{content:"\E286"}.glyphicons-reg-fabric:before{content:"\E287"}.glyphicons-reg-leather:before{content:"\E288"}.glyphicons-reg-scissors:before{content:"\E289"}.glyphicons-reg-bomb:before{content:"\E290"}.glyphicons-reg-skull:before{content:"\E291"}.glyphicons-reg-celebration:before{content:"\E292"}.glyphicons-reg-tea-kettle:before{content:"\E293"}.glyphicons-reg-french-press:before{content:"\E294"}.glyphicons-reg-coffee-cup:before{content:"\E295"}.glyphicons-reg-pot:before{content:"\E296"}.glyphicons-reg-grater:before{content:"\E297"}.glyphicons-reg-kettle:before{content:"\E298"}.glyphicons-reg-hospital:before{content:"\E299"}.glyphicons-reg-hospital-h:before{content:"\E300"}.glyphicons-reg-microphone:before{content:"\E301"}.glyphicons-reg-webcam:before{content:"\E302"}.glyphicons-reg-temple-christianity-church:before{content:"\E303"}.glyphicons-reg-temple-islam:before{content:"\E304"}.glyphicons-reg-temple-hindu:before{content:"\E305"}.glyphicons-reg-temple-buddhist:before{content:"\E306"}.glyphicons-reg-bicycle:before{content:"\E307"}.glyphicons-reg-life-preserver:before{content:"\E308"}.glyphicons-reg-share-alt:before{content:"\E309"}.glyphicons-reg-comments:before{content:"\E310"}.glyphicons-reg-flower:before{content:"\E311"}.glyphicons-reg-baseball:before{content:"\E312"}.glyphicons-reg-rugby:before{content:"\E313"}.glyphicons-reg-ax:before{content:"\E314"}.glyphicons-reg-table-tennis:before{content:"\E315"}.glyphicons-reg-bowling:before{content:"\E316"}.glyphicons-reg-tree-conifer:before{content:"\E317"}.glyphicons-reg-tree-deciduous:before{content:"\E318"}.glyphicons-reg-more-items:before{content:"\E319"}.glyphicons-reg-sort:before{content:"\E320"}.glyphicons-reg-filter:before{content:"\E321"}.glyphicons-reg-gamepad:before{content:"\E322"}.glyphicons-reg-playing-dices:before{content:"\E323"}.glyphicons-reg-calculator:before{content:"\E324"}.glyphicons-reg-tie:before{content:"\E325"}.glyphicons-reg-wallet:before{content:"\E326"}.glyphicons-reg-piano:before{content:"\E327"}.glyphicons-reg-sampler:before{content:"\E328"}.glyphicons-reg-podium:before{content:"\E329"}.glyphicons-reg-soccer-ball:before{content:"\E330"}.glyphicons-reg-blog:before{content:"\E331"}.glyphicons-reg-dashboard:before{content:"\E332"}.glyphicons-reg-certificate:before{content:"\E333"}.glyphicons-reg-bell:before{content:"\E334"}.glyphicons-reg-candle:before{content:"\E335"}.glyphicons-reg-pushpin:before{content:"\E336"}.glyphicons-reg-iphone-shake:before{content:"\E337"}.glyphicons-reg-pin-flag:before{content:"\E338"}.glyphicons-reg-turtle:before{content:"\E339"}.glyphicons-reg-rabbit:before{content:"\E340"}.glyphicons-reg-globe:before{content:"\E341"}.glyphicons-reg-briefcase:before{content:"\E342"}.glyphicons-reg-hdd:before{content:"\E343"}.glyphicons-reg-thumbs-up:before{content:"\E344"}.glyphicons-reg-thumbs-down:before{content:"\E345"}.glyphicons-reg-hand-right:before{content:"\E346"}.glyphicons-reg-hand-left:before{content:"\E347"}.glyphicons-reg-hand-up:before{content:"\E348"}.glyphicons-reg-hand-down:before{content:"\E349"}.glyphicons-reg-fullscreen:before{content:"\E350"}.glyphicons-reg-shopping-bag:before{content:"\E351"}.glyphicons-reg-book-open:before{content:"\E352"}.glyphicons-reg-nameplate:before{content:"\E353"}.glyphicons-reg-nameplate-alt:before{content:"\E354"}.glyphicons-reg-vases:before{content:"\E355"}.glyphicons-reg-bullhorn:before{content:"\E356"}.glyphicons-reg-dumbbell:before{content:"\E357"}.glyphicons-reg-suitcase:before{content:"\E358"}.glyphicons-reg-file-import:before{content:"\E359"}.glyphicons-reg-file-export:before{content:"\E360"}.glyphicons-reg-bug:before{content:"\E361"}.glyphicons-reg-crown:before{content:"\E362"}.glyphicons-reg-smoking:before{content:"\E363"}.glyphicons-reg-cloud-upload:before{content:"\E364"}.glyphicons-reg-cloud-download:before{content:"\E365"}.glyphicons-reg-restart:before{content:"\E366"}.glyphicons-reg-security-camera:before{content:"\E367"}.glyphicons-reg-expand:before{content:"\E368"}.glyphicons-reg-collapse:before{content:"\E369"}.glyphicons-reg-collapse-top:before{content:"\E370"}.glyphicons-reg-globe-af:before{content:"\E371"}.glyphicons-reg-global:before{content:"\E372"}.glyphicons-reg-spray:before{content:"\E373"}.glyphicons-reg-nails:before{content:"\E374"}.glyphicons-reg-claw-hammer:before{content:"\E375"}.glyphicons-reg-classic-hammer:before{content:"\E376"}.glyphicons-reg-hand-saw:before{content:"\E377"}.glyphicons-reg-riflescope:before{content:"\E378"}.glyphicons-reg-electrical-socket-eu:before{content:"\E379"}.glyphicons-reg-electrical-socket-us:before{content:"\E380"}.glyphicons-reg-message-forward:before{content:"\E381"}.glyphicons-reg-coat-hanger:before{content:"\E382"}.glyphicons-reg-dress:before{content:"\E383"}.glyphicons-reg-bathrobe:before{content:"\E384"}.glyphicons-reg-shirt:before{content:"\E385"}.glyphicons-reg-underwear:before{content:"\E386"}.glyphicons-reg-log-in:before{content:"\E387"}.glyphicons-reg-log-out:before{content:"\E388"}.glyphicons-reg-exit:before{content:"\E389"}.glyphicons-reg-new-window-alt:before{content:"\E390"}.glyphicons-reg-video-sd:before{content:"\E391"}.glyphicons-reg-video-hd:before{content:"\E392"}.glyphicons-reg-subtitles:before{content:"\E393"}.glyphicons-reg-sound-stereo:before{content:"\E394"}.glyphicons-reg-sound-dolby:before{content:"\E395"}.glyphicons-reg-sound-5-1:before{content:"\E396"}.glyphicons-reg-sound-6-1:before{content:"\E397"}.glyphicons-reg-sound-7-1:before{content:"\E398"}.glyphicons-reg-copyright-mark:before{content:"\E399"}.glyphicons-reg-registration-mark:before{content:"\E400"}.glyphicons-reg-radar:before{content:"\E401"}.glyphicons-reg-skateboard:before{content:"\E402"}.glyphicons-reg-golf-course:before{content:"\E403"}.glyphicons-reg-sorting:before{content:"\E404"}.glyphicons-reg-sort-by-alphabet:before{content:"\E405"}.glyphicons-reg-sort-by-alphabet-alt:before{content:"\E406"}.glyphicons-reg-sort-by-order:before{content:"\E407"}.glyphicons-reg-sort-by-order-alt:before{content:"\E408"}.glyphicons-reg-sort-by-attributes:before{content:"\E409"}.glyphicons-reg-sort-by-attributes-alt:before{content:"\E410"}.glyphicons-reg-compressed:before{content:"\E411"}.glyphicons-reg-package:before{content:"\E412"}.glyphicons-reg-cloud-plus:before{content:"\E413"}.glyphicons-reg-cloud-minus:before{content:"\E414"}.glyphicons-reg-disk-save:before{content:"\E415"}.glyphicons-reg-disk-open:before{content:"\E416"}.glyphicons-reg-disk-saved:before{content:"\E417"}.glyphicons-reg-disk-remove:before{content:"\E418"}.glyphicons-reg-disk-import:before{content:"\E419"}.glyphicons-reg-disk-export:before{content:"\E420"}.glyphicons-reg-tower:before{content:"\E421"}.glyphicons-reg-send:before{content:"\E422"}.glyphicons-reg-git-branch:before{content:"\E423"}.glyphicons-reg-git-create:before{content:"\E424"}.glyphicons-reg-git-private:before{content:"\E425"}.glyphicons-reg-git-delete:before{content:"\E426"}.glyphicons-reg-git-merge:before{content:"\E427"}.glyphicons-reg-git-pull-request:before{content:"\E428"}.glyphicons-reg-git-compare:before{content:"\E429"}.glyphicons-reg-git-commit:before{content:"\E430"}.glyphicons-reg-construction-cone:before{content:"\E431"}.glyphicons-reg-shoe-steps:before{content:"\E432"}.glyphicons-reg-plus:before{content:"\E433"}.glyphicons-reg-minus:before{content:"\E434"}.glyphicons-reg-redo:before{content:"\E435"}.glyphicons-reg-undo:before{content:"\E436"}.glyphicons-reg-golf:before{content:"\E437"}.glyphicons-reg-hockey:before{content:"\E438"}.glyphicons-reg-pipe:before{content:"\E439"}.glyphicons-reg-wrench:before{content:"\E440"}.glyphicons-reg-folder-closed:before{content:"\E441"}.glyphicons-reg-phone-alt:before{content:"\E442"}.glyphicons-reg-earphone:before{content:"\E443"}.glyphicons-reg-floppy-disk:before{content:"\E444"}.glyphicons-reg-floppy-saved:before{content:"\E445"}.glyphicons-reg-floppy-remove:before{content:"\E446"}.glyphicons-reg-floppy-save:before{content:"\E447"}.glyphicons-reg-floppy-open:before{content:"\E448"}.glyphicons-reg-translate:before{content:"\E449"}.glyphicons-reg-fax:before{content:"\E450"}.glyphicons-reg-factory:before{content:"\E451"}.glyphicons-reg-shop-window:before{content:"\E452"}.glyphicons-reg-shop:before{content:"\E453"}.glyphicons-reg-kiosk:before{content:"\E454"}.glyphicons-reg-kiosk-wheels:before{content:"\E455"}.glyphicons-reg-kiosk-light:before{content:"\E456"}.glyphicons-reg-kiosk-food:before{content:"\E457"}.glyphicons-reg-transfer:before{content:"\E458"}.glyphicons-reg-money:before{content:"\E459"}.glyphicons-reg-header:before{content:"\E460"}.glyphicons-reg-blacksmith:before{content:"\E461"}.glyphicons-reg-saw-blade:before{content:"\E462"}.glyphicons-reg-basketball:before{content:"\E463"}.glyphicons-reg-server:before{content:"\E464"}.glyphicons-reg-server-plus:before{content:"\E465"}.glyphicons-reg-server-minus:before{content:"\E466"}.glyphicons-reg-server-ban:before{content:"\E467"}.glyphicons-reg-server-flag:before{content:"\E468"}.glyphicons-reg-server-lock:before{content:"\E469"}.glyphicons-reg-server-new:before{content:"\E470"}.glyphicons-reg-charging-station:before{content:"\E471"}.glyphicons-reg-gas-station:before{content:"\E472"}.glyphicons-reg-target:before{content:"\E473"}.glyphicons-reg-bed:before{content:"\E474"}.glyphicons-reg-mosquito:before{content:"\E475"}.glyphicons-reg-dining-set:before{content:"\E476"}.glyphicons-reg-plate-of-food:before{content:"\E477"}.glyphicons-reg-hygiene-kit:before{content:"\E478"}.glyphicons-reg-blackboard:before{content:"\E479"}.glyphicons-reg-marriage:before{content:"\E480"}.glyphicons-reg-bucket:before{content:"\E481"}.glyphicons-reg-none-color-swatch:before{content:"\E482"}.glyphicons-reg-bring-forward:before{content:"\E483"}.glyphicons-reg-bring-to-front:before{content:"\E484"}.glyphicons-reg-send-backward:before{content:"\E485"}.glyphicons-reg-send-to-back:before{content:"\E486"}.glyphicons-reg-fit-frame-to-image:before{content:"\E487"}.glyphicons-reg-fit-image-to-frame:before{content:"\E488"}.glyphicons-reg-multiple-displays:before{content:"\E489"}.glyphicons-reg-handshake:before{content:"\E490"}.glyphicons-reg-child:before{content:"\E491"}.glyphicons-reg-baby-formula:before{content:"\E492"}.glyphicons-reg-medicine:before{content:"\E493"}.glyphicons-reg-atv-vehicle:before{content:"\E494"}.glyphicons-reg-motorcycle:before{content:"\E495"}.glyphicons-reg-bed-alt:before{content:"\E496"}.glyphicons-reg-tent:before{content:"\E497"}.glyphicons-reg-glasses:before{content:"\E498"}.glyphicons-reg-sunglasses:before{content:"\E499"}.glyphicons-reg-family:before{content:"\E500"}.glyphicons-reg-education:before{content:"\E501"}.glyphicons-reg-shoes:before{content:"\E502"}.glyphicons-reg-map:before{content:"\E503"}.glyphicons-reg-cd:before{content:"\E504"}.glyphicons-reg-alert:before{content:"\E505"}.glyphicons-reg-piggy-bank:before{content:"\E506"}.glyphicons-reg-star-half:before{content:"\E507"}.glyphicons-reg-cluster:before{content:"\E508"}.glyphicons-reg-flowchart:before{content:"\E509"}.glyphicons-reg-commodities:before{content:"\E510"}.glyphicons-reg-duplicate:before{content:"\E511"}.glyphicons-reg-copy:before{content:"\E512"}.glyphicons-reg-paste:before{content:"\E513"}.glyphicons-reg-bath-bathtub:before{content:"\E514"}.glyphicons-reg-bath-shower:before{content:"\E515"}.glyphicons-reg-shower:before{content:"\E516"}.glyphicons-reg-menu-hamburger:before{content:"\E517"}.glyphicons-reg-option-vertical:before{content:"\E518"}.glyphicons-reg-option-horizontal:before{content:"\E519"}.glyphicons-reg-currency-conversion:before{content:"\E520"}.glyphicons-reg-user-ban:before{content:"\E521"}.glyphicons-reg-user-lock:before{content:"\E522"}.glyphicons-reg-user-flag:before{content:"\E523"}.glyphicons-reg-user-asterisk:before{content:"\E524"}.glyphicons-reg-user-alert:before{content:"\E525"}.glyphicons-reg-user-key:before{content:"\E526"}.glyphicons-reg-user-conversation:before{content:"\E527"}.glyphicons-reg-database:before{content:"\E528"}.glyphicons-reg-database-search:before{content:"\E529"}.glyphicons-reg-list-alt:before{content:"\E530"}.glyphicons-reg-hazard-sign:before{content:"\E531"}.glyphicons-reg-hazard:before{content:"\E532"}.glyphicons-reg-stop-sign:before{content:"\E533"}.glyphicons-reg-lab:before{content:"\E534"}.glyphicons-reg-lab-alt:before{content:"\E535"}.glyphicons-reg-ice-cream:before{content:"\E536"}.glyphicons-reg-ice-lolly:before{content:"\E537"}.glyphicons-reg-ice-lolly-tasted:before{content:"\E538"}.glyphicons-reg-invoice:before{content:"\E539"}.glyphicons-reg-cart-tick:before{content:"\E540"}.glyphicons-reg-hourglass:before{content:"\E541"}.glyphicons-reg-cat:before{content:"\E542"}.glyphicons-reg-lamp:before{content:"\E543"}.glyphicons-reg-scale-classic:before{content:"\E544"}.glyphicons-reg-eye-plus:before{content:"\E545"}.glyphicons-reg-eye-minus:before{content:"\E546"}.glyphicons-reg-quote:before{content:"\E547"}.glyphicons-reg-bitcoin:before{content:"\E548"}.glyphicons-reg-yen:before{content:"\E549"}.glyphicons-reg-ruble:before{content:"\E550"}.glyphicons-reg-erase:before{content:"\E551"}.glyphicons-reg-podcast:before{content:"\E552"}.glyphicons-reg-firework:before{content:"\E553"}.glyphicons-reg-scale:before{content:"\E554"}.glyphicons-reg-king:before{content:"\E555"}.glyphicons-reg-queen:before{content:"\E556"}.glyphicons-reg-pawn:before{content:"\E557"}.glyphicons-reg-bishop:before{content:"\E558"}.glyphicons-reg-knight:before{content:"\E559"}.glyphicons-reg-mic-mute:before{content:"\E560"}.glyphicons-reg-voicemail:before{content:"\E561"}.glyphicons-reg-paragraph-alt:before{content:"\E562"}.glyphicons-reg-person-walking:before{content:"\E563"}.glyphicons-reg-person-wheelchair:before{content:"\E564"}.glyphicons-reg-underground:before{content:"\E565"}.glyphicons-reg-car-hov:before{content:"\E566"}.glyphicons-reg-car-rental:before{content:"\E567"}.glyphicons-reg-transport:before{content:"\E568"}.glyphicons-reg-taxi:before{content:"\E569"}.glyphicons-reg-ice-cream-no:before{content:"\E570"}.glyphicons-reg-uk-rat-u:before{content:"\E571"}.glyphicons-reg-uk-rat-pg:before{content:"\E572"}.glyphicons-reg-uk-rat-12a:before{content:"\E573"}.glyphicons-reg-uk-rat-12:before{content:"\E574"}.glyphicons-reg-uk-rat-15:before{content:"\E575"}.glyphicons-reg-uk-rat-18:before{content:"\E576"}.glyphicons-reg-uk-rat-r18:before{content:"\E577"}.glyphicons-reg-tv:before{content:"\E578"}.glyphicons-reg-sms:before{content:"\E579"}.glyphicons-reg-mms:before{content:"\E580"}.glyphicons-reg-us-rat-g:before{content:"\E581"}.glyphicons-reg-us-rat-pg:before{content:"\E582"}.glyphicons-reg-us-rat-pg-13:before{content:"\E583"}.glyphicons-reg-us-rat-restricted:before{content:"\E584"}.glyphicons-reg-us-rat-no-one-17:before{content:"\E585"}.glyphicons-reg-equalizer:before{content:"\E586"}.glyphicons-reg-speakers:before{content:"\E587"}.glyphicons-reg-remote-control:before{content:"\E588"}.glyphicons-reg-remote-control-tv:before{content:"\E589"}.glyphicons-reg-shredder:before{content:"\E590"}.glyphicons-reg-folder-heart:before{content:"\E591"}.glyphicons-reg-person-running:before{content:"\E592"}.glyphicons-reg-person:before{content:"\E593"}.glyphicons-reg-voice:before{content:"\E594"}.glyphicons-reg-stethoscope:before{content:"\E595"}.glyphicons-reg-paired:before{content:"\E596"}.glyphicons-reg-activity:before{content:"\E597"}.glyphicons-reg-watch:before{content:"\E598"}.glyphicons-reg-scissors-alt:before{content:"\E599"}.glyphicons-reg-car-wheel:before{content:"\E600"}.glyphicons-reg-chevron-up:before{content:"\E601"}.glyphicons-reg-chevron-down:before{content:"\E602"}.glyphicons-reg-superscript:before{content:"\E603"}.glyphicons-reg-subscript:before{content:"\E604"}.glyphicons-reg-text-size:before{content:"\E605"}.glyphicons-reg-text-color:before{content:"\E606"}.glyphicons-reg-text-background:before{content:"\E607"}.glyphicons-reg-modal-window:before{content:"\E608"}.glyphicons-reg-newspaper:before{content:"\E609"}.glyphicons-reg-tractor:before{content:"\E610"}.glyphicons-reg-camping:before{content:"\E611"}.glyphicons-reg-camping-benches:before{content:"\E612"}.glyphicons-reg-forest:before{content:"\E613"}.glyphicons-reg-park:before{content:"\E614"}.glyphicons-reg-field:before{content:"\E615"}.glyphicons-reg-mountains:before{content:"\E616"}.glyphicons-reg-fees-payments:before{content:"\E617"}.glyphicons-reg-small-payments:before{content:"\E618"}.glyphicons-reg-mixed-buildings:before{content:"\E619"}.glyphicons-reg-industrial-zone:before{content:"\E620"}.glyphicons-reg-visitor-tag:before{content:"\E621"}.glyphicons-reg-businessman:before{content:"\E622"}.glyphicons-reg-meditation:before{content:"\E623"}.glyphicons-reg-bath:before{content:"\E624"}.glyphicons-reg-donate:before{content:"\E625"}.glyphicons-reg-sauna:before{content:"\E626"}.glyphicons-reg-bedroom-nightstand:before{content:"\E627"}.glyphicons-reg-bedroom-lamp:before{content:"\E628"}.glyphicons-reg-doctor:before{content:"\E629"}.glyphicons-reg-engineering-networks:before{content:"\E630"}.glyphicons-reg-washing-machine:before{content:"\E631"}.glyphicons-reg-dryer:before{content:"\E632"}.glyphicons-reg-dishwasher:before{content:"\E633"}.glyphicons-reg-luggage-group:before{content:"\E634"}.glyphicons-reg-teenager:before{content:"\E635"}.glyphicons-reg-person-stick:before{content:"\E636"}.glyphicons-reg-person-stick-old:before{content:"\E637"}.glyphicons-reg-traveler:before{content:"\E638"}.glyphicons-reg-veteran:before{content:"\E639"}.glyphicons-reg-group-chat:before{content:"\E640"}.glyphicons-reg-elections:before{content:"\E641"}.glyphicons-reg-law-justice:before{content:"\E642"}.glyphicons-reg-judiciary:before{content:"\E643"}.glyphicons-reg-house-fire:before{content:"\E644"}.glyphicons-reg-firefighters:before{content:"\E645"}.glyphicons-reg-police:before{content:"\E646"}.glyphicons-reg-ambulance:before{content:"\E647"}.glyphicons-reg-light-beacon:before{content:"\E648"}.glyphicons-reg-important-day:before{content:"\E649"}.glyphicons-reg-bike-park:before{content:"\E650"}.glyphicons-reg-object-align-top:before{content:"\E651"}.glyphicons-reg-object-align-bottom:before{content:"\E652"}.glyphicons-reg-object-align-horizontal:before{content:"\E653"}.glyphicons-reg-object-align-left:before{content:"\E654"}.glyphicons-reg-object-align-vertical:before{content:"\E655"}.glyphicons-reg-object-align-right:before{content:"\E656"}.glyphicons-reg-reflect-y:before{content:"\E657"}.glyphicons-reg-reflect-x:before{content:"\E658"}.glyphicons-reg-tick:before{content:"\E659"}.glyphicons-reg-lawnmower:before{content:"\E660"}.glyphicons-reg-call-redirect:before{content:"\E661"}.glyphicons-reg-call-ip:before{content:"\E662"}.glyphicons-reg-call-record:before{content:"\E663"}.glyphicons-reg-call-ringtone:before{content:"\E664"}.glyphicons-reg-call-traffic:before{content:"\E665"}.glyphicons-reg-call-hold:before{content:"\E666"}.glyphicons-reg-call-incoming:before{content:"\E667"}.glyphicons-reg-call-outgoing:before{content:"\E668"}.glyphicons-reg-call-video:before{content:"\E669"}.glyphicons-reg-call-missed:before{content:"\E670"}.glyphicons-reg-theater:before{content:"\E671"}.glyphicons-reg-heartbeat:before{content:"\E672"}.glyphicons-reg-kettlebell:before{content:"\E673"}.glyphicons-reg-fireplace:before{content:"\E674"}.glyphicons-reg-street-lights:before{content:"\E675"}.glyphicons-reg-pedestrian:before{content:"\E676"}.glyphicons-reg-flood:before{content:"\E677"}.glyphicons-reg-open-water:before{content:"\E678"}.glyphicons-reg-for-sale:before{content:"\E679"}.glyphicons-reg-dustbin:before{content:"\E680"}.glyphicons-reg-door:before{content:"\E681"}.glyphicons-reg-camp-fire:before{content:"\E682"}.glyphicons-reg-fleur-de-lis:before{content:"\E683"}.glyphicons-reg-temperature-settings:before{content:"\E684"}.glyphicons-reg-article:before{content:"\E685"}.glyphicons-reg-sunbath:before{content:"\E686"}.glyphicons-reg-balanced-diet:before{content:"\E687"}.glyphicons-reg-ticket:before{content:"\E688"}.glyphicons-reg-parking-ticket:before{content:"\E689"}.glyphicons-reg-parking-meter:before{content:"\E690"}.glyphicons-reg-laptop:before{content:"\E691"}.glyphicons-reg-tree-structure:before{content:"\E692"}.glyphicons-reg-weather-warning:before{content:"\E693"}.glyphicons-reg-temperature-low:before{content:"\E694"}.glyphicons-reg-temperature-high:before{content:"\E695"}.glyphicons-reg-temperature-low-warning:before{content:"\E696"}.glyphicons-reg-temperature-high-warning:before{content:"\E697"}.glyphicons-reg-hurricane:before{content:"\E698"}.glyphicons-reg-storm:before{content:"\E699"}.glyphicons-reg-sorted-waste:before{content:"\E700"}.glyphicons-reg-ear:before{content:"\E701"}.glyphicons-reg-ear-deaf:before{content:"\E702"}.glyphicons-reg-file-plus:before{content:"\E703"}.glyphicons-reg-file-minus:before{content:"\E704"}.glyphicons-reg-file-lock:before{content:"\E705"}.glyphicons-reg-file-cloud:before{content:"\E706"}.glyphicons-reg-file-cloud-download:before{content:"\E707"}.glyphicons-reg-file-cloud-upload:before{content:"\E708"}.glyphicons-reg-paragraph:before{content:"\E709"}.glyphicons-reg-list-numbered:before{content:"\E710"}.glyphicons-reg-donate-heart:before{content:"\E711"}.glyphicons-reg-government:before{content:"\E712"}.glyphicons-reg-maze:before{content:"\E713"}.glyphicons-reg-chronicle:before{content:"\E714"}.glyphicons-reg-user-structure:before{content:"\E715"}.glyphicons-reg-recycle:before{content:"\E716"}.glyphicons-reg-gas:before{content:"\E717"}.glyphicons-reg-waste-pipe:before{content:"\E718"}.glyphicons-reg-water-pipe:before{content:"\E719"}.glyphicons-reg-parking:before{content:"\E720"}.glyphicons-reg-closed:before{content:"\E721"}.glyphicons-reg-mouse:before{content:"\E722"}.glyphicons-reg-mouse-double-click:before{content:"\E723"}.glyphicons-reg-mouse-left-click:before{content:"\E724"}.glyphicons-reg-mouse-right-click:before{content:"\E725"}.glyphicons-reg-mouse-middle-click:before{content:"\E726"}.glyphicons-reg-mouse-scroll:before{content:"\E727"}.glyphicons-reg-resize-vertical:before{content:"\E728"}.glyphicons-reg-resize-horizontal:before{content:"\E729"}.glyphicons-reg-temperature:before{content:"\E730"}.glyphicons-reg-puzzle:before{content:"\E731"}.glyphicons-reg-puzzle-2:before{content:"\E732"}.glyphicons-reg-puzzle-3:before{content:"\E733"}.glyphicons-reg-nearby-square:before{content:"\E734"}.glyphicons-reg-nearby-circle:before{content:"\E735"}.glyphicons-reg-rotate-right:before{content:"\E736"}.glyphicons-reg-rotate-left:before{content:"\E737"}.glyphicons-reg-pictures:before{content:"\E738"}.glyphicons-reg-photo-album:before{content:"\E739"}.glyphicons-reg-cadastral-map:before{content:"\E740"}.glyphicons-reg-fingerprint-scan:before{content:"\E741"}.glyphicons-reg-fingerprint:before{content:"\E742"}.glyphicons-reg-fingerprint-lock:before{content:"\E743"}.glyphicons-reg-fingerprint-ok:before{content:"\E744"}.glyphicons-reg-fingerprint-remove:before{content:"\E745"}.glyphicons-reg-fingerprint-reload:before{content:"\E746"}.glyphicons-reg-pending-notifications:before{content:"\E747"}.glyphicons-reg-synchronization:before{content:"\E748"}.glyphicons-reg-synchronization-ban:before{content:"\E749"}.glyphicons-reg-hash:before{content:"\E750"}.glyphicons-reg-gender-male:before{content:"\E751"}.glyphicons-reg-gender-female:before{content:"\E752"}.glyphicons-reg-gender-virgin-female:before{content:"\E753"}.glyphicons-reg-gender-intersex:before{content:"\E754"}.glyphicons-reg-gender-transgender:before{content:"\E755"}.glyphicons-reg-gender-ori-lesbian:before{content:"\E756"}.glyphicons-reg-gender-ori-gay:before{content:"\E757"}.glyphicons-reg-gender-ori-hetero:before{content:"\E758"}.glyphicons-reg-gender-other:before{content:"\E759"}.glyphicons-reg-gender-unknown:before{content:"\E760"}.glyphicons-reg-scanner:before{content:"\E761"}.glyphicons-reg-multifunction-printer:before{content:"\E762"}.glyphicons-reg-lasso:before{content:"\E763"}.glyphicons-reg-view-360:before{content:"\E764"}.glyphicons-reg-battery-charging:before{content:"\E765"}.glyphicons-reg-battery-full:before{content:"\E766"}.glyphicons-reg-battery-75:before{content:"\E767"}.glyphicons-reg-battery-50:before{content:"\E768"}.glyphicons-reg-battery-25:before{content:"\E769"}.glyphicons-reg-battery-10:before{content:"\E770"}.glyphicons-reg-satellite:before{content:"\E771"}.glyphicons-reg-satellite-dish:before{content:"\E772"}.glyphicons-reg-satellite-dish-alt:before{content:"\E773"}.glyphicons-reg-auction:before{content:"\E774"}.glyphicons-reg-directions:before{content:"\E775"}.glyphicons-reg-race:before{content:"\E776"}.glyphicons-reg-robot:before{content:"\E777"}.glyphicons-reg-ruler-alt:before{content:"\E778"}.glyphicons-reg-cube-empty:before{content:"\E779"}.glyphicons-reg-cube-black:before{content:"\E780"}.glyphicons-reg-move-square:before{content:"\E781"}.glyphicons-reg-drop:before{content:"\E782"}.glyphicons-reg-vr-headset:before{content:"\E783"}.glyphicons-reg-vr-charging:before{content:"\E784"}.glyphicons-reg-vr-low-battery:before{content:"\E785"}.glyphicons-reg-vr-paired:before{content:"\E786"}.glyphicons-reg-vr-settings:before{content:"\E787"}.glyphicons-reg-vr-maintenance:before{content:"\E788"}.glyphicons-reg-filter-remove:before{content:"\E789"}.glyphicons-reg-filter-applied:before{content:"\E790"}.glyphicons-reg-one-day:before{content:"\E791"}.glyphicons-reg-user-vr:before{content:"\E792"}.glyphicons-reg-user-vr-add:before{content:"\E793"}.glyphicons-reg-user-vr-remove:before{content:"\E794"}.glyphicons-reg-dice-1:before{content:"\E795"}.glyphicons-reg-dice-2:before{content:"\E796"}.glyphicons-reg-dice-3:before{content:"\E797"}.glyphicons-reg-dice-4:before{content:"\E798"}.glyphicons-reg-dice-5:before{content:"\E799"}.glyphicons-reg-dice-6:before{content:"\E800"}
body {
    padding-top: 0px;
    padding-bottom: 70px;
    font-family: Inter, "Poppins", sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

.row-spacing {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-top: 20px;
}

.row-spacing-2 {
    margin-bottom: 15px;
}

.row-spacing-3 {
    padding: 18px;
}

.row-spacing-4 {
    padding: 0 0 20px 10px;
}

/******  Top Navigation   ********/

.navbar {
    border: 0px;
}

@media (min-width: 1200px) {
    #topheader > .navbar > .container, .navbar-sub-main > .container {
        width: 1280px;
    }
}

.navbar-nav {
    font-weight: 500;
}

#topheader .navbar-nav li > a > .nav-title {
    padding-left: 20px;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

#dashboard-nav {
    width: 125px;
}

#myfiles-nav {
    width: 80px;
}

#ratequote-nav {
    width: 120px;
}

#policyupload-nav {
    width: 102px;
}

#remittances-nav {
    width: 130px;
}

#titlesearch-nav {
    width: 130px;
}

#quickaction-nav {
    width: 140px;
}

#dashboard-nav > a {
    background-image: url('/images/Icons/inactive-dashboard.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 9px;
    background-size: 20px;
}

#dashboard-nav:hover > a, #dashboard-nav.active > a {
    background-image: url('/images/Icons/active-dashboard.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    background-size: 25px;
    font-weight: 900;
}


#myfiles-nav > a {
    background-image: url('/images/Icons/inactive-file.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 9px;
    background-size: 20px;
}

#myfiles-nav:hover > a, #myfiles-nav.active > a {
    background-image: url('/images/Icons/active-file.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    background-size: 25px;
    font-weight: 600;
}

#ratequote-nav > a {
    background-image: url('/images/Icons/inactive-ratequote.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 9px;
    background-size: 20px;
}

#ratequote-nav:hover > a, #ratequote-nav.active > a {
    background-image: url('/images/Icons/active-ratequote.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    background-size: 25px;
    font-weight: 600;
}

#policyupload-nav > a {
    background-image: url('/images/Icons/inactive-uploads.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 9px;
    background-size: 20px;
    cursor: pointer;
}

#policyupload-nav:hover > a, #policyupload-nav.active > a {
    background-image: url('/images/Icons/active-uploads.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    background-size: 25px;
    font-weight: 600;
}

#remittances-nav > a {
    background-image: url('/images/Icons/inactive-remittances.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 9px;
    background-size: 20px;
    cursor: pointer;
}

#remittances-nav:hover > a, #remittances-nav.active > a {
    background-image: url('/images/Icons/active-remittances.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    background-size: 25px;
    font-weight: 600;
}

#titlesearch-nav > a {
    background-image: url('/images/Icons/titlesearch.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 9px;
    background-size: 20px;
    cursor: pointer;
}

#titlesearch-nav:hover > a, #titlesearch-nav.active > a {
    background-image: url('/images/Icons/titlesearch_active.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    background-size: 25px;
    font-weight: 600;
}

#quickactions-nav > a {
    background-image: url('/images/Icons/inactive-quickactions.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 9px;
    background-size: 20px;
    cursor: pointer;
}

#quickactions-nav:hover > a, #quickactions-nav.active > a {
    background-image: url('/images/Icons/active-quickactions.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    background-size: 25px;
    font-weight: 600;
}
#uwlink-nav > a {
    background-image: url('/images/Icons/inactive-uw.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 9px;
    background-size: 20px;
    cursor: pointer;
}

#uwlink-nav:hover > a, #uwlink-nav.active > a {
    background-image: url('/images/Icons/active-uw.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    background-size: 25px;
    font-weight: 600;
}

#dashboard-nav.active > .uparrow,
#myfiles-nav.active > .uparrow,
#ratequote-nav.active > .uparrow,
#remittances-nav.active > .uparrow,
#titlesearch-nav.active > .uparrow,
#quickactions-nav.active > .uparrow,
#policyupload-nav.active > .uparrow,
#uwlink-nav.active > .uparrow {
    height: 25px;
    background-image: url('/images/Icons/domaupparrow.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 5px;
    background-size: 25px;
}

#policyupload-sub-nav {
    display: none;
}

#remittances-sub-nav {
    display: none;
}

#quickactions-sub-nav {
    display: none;
}

.nav-sub-divider {
    padding: 0px 5px;
    color: #fff;
}

.nav-divider-large {
    font-size: 16px;
    line-height: 0px;
    padding: 0px 8px;
}

.navbar-nav-agency {
    height: 32px;
    margin: 0px;
    font-weight: normal
}

.navbar-main {
    margin-bottom: 15px;
}

    .navbar-main .navbar-nav > li {
        white-space: nowrap;
        height: 25px;
        margin: 0px;
    }

        .navbar-main .navbar-nav > li > a > img {
            margin-right: 5px;
            width: 20px;
        }

        .navbar-main .navbar-nav > li > a {
            color: #00547F;
            display: inline;                
        }

    .navbar-main .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-main .navbar-nav > li > a:hover, .navbar-main .navbar-nav > li > a:focus {
        background: none;
        font-weight: 600;
    }

    .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > .open > a:focus {
        background: none;
    }

    .navbar-main .navbar-right {
        font-weight: 600;
        margin-top: 18px;
    }

    .navbar-main .navbar-nav-user {
        color: #101820;
        padding-top: 5px;
    }

    .navbar-main .navbar-nav-logout {
        padding-top: 5px;
    }

        .navbar-main .navbar-nav-logout > a {
            text-transform: none !important;
            padding: 0px;
            margin: 0px;
            line-height: 0px;
            display: inline;
        }

.image-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



/* End of Main navigation bar */


/* Sub Main navigation bar*/

.navbar-sub-main {
    font-size: 11.5px;
    min-height: 32px;
    background-color: #10069F;
    margin-bottom: 25px;
}

    .navbar-sub-main .nav {
        padding-top: 9px;
    }

    .navbar-sub-main .navbar-nav {
        margin-left: 30px;
    }

        .navbar-sub-main .navbar-nav > li > a > img {
            margin-right: 5px;
            width: 20px;
        }

        .navbar-sub-main .navbar-nav > li > a {
            color: #fff;
            display: inline;
            font-weight: normal;
        }

    .navbar-sub-main .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-sub-main .navbar-nav > li > a:hover, .navbar-sub-main .navbar-nav > li > a:focus, .navbar-sub-main .navbar-nav > li.active > a {
        background: none;
        font-weight: 600;
    }

    .navbar-sub-main .navbar-nav > .open > a, .navbar-sub-main .navbar-nav > .open > a:hover, .navbar-sub-main .navbar-nav > .open > a:focus {
        background: none;
    }

    .navbar-sub-main .navbar-right {
        padding-top: 0px;
        font-weight: 600;
    }


/* End of Sub Main navigation bar */


.navbar-default {
    padding-top: 10px;
    background-image: none;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-default .navbar-nav > li {
        font-size: 14px;
    }

        .navbar-default .navbar-nav > li > a {
            text-transform: uppercase;
            font-size: 14px;
            color: navy;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: silver;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-image: none;
        background: #fff;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #00547f;
        background: #fff;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.navbar-sub-default {
    background: url(../images/Nav-Sub-Background.png) repeat-x #e4e6e6;
}

    .navbar-sub-default .navbar-nav > .active > a, .navbar-sub-default .navbar-nav > .active > a:hover, .navbar-sub-default .navbar-nav > .active > a:focus {
        background-image: none;
        background-color: #fff;
        border-bottom: none;
        border-color: #00547f;
        color: #00547f;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .navbar-sub-default .navbar-collapse, .navbar-sub-default .navbar-form {
        border: 0px solid #00547f;
        border-top-width: 2px;
    }

.navbar-inverse {
    background: url(../images/Nav-Sub-Background.png) repeat-x #e4e6e6;
}

.nav-tabs {
    border: none;
}
.nav-tabs > li > a {
    padding: 5px 10px;
    font-size: 13px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #10069F;
    color: #fff;
}

.nav-tabs > li.has-error > a, .nav-tabs > li.has-error > a:focus, .nav-tabs > li.has-error > a:hover {
    background-color: #b51414;
    color: #fff;
}

.nav-tabs > li.has-warning > a, .nav-tabs > li.has-warning > a:focus, .nav-tabs > li.has-warning > a:hover {
    background-color: #FFCF5E;
    color: #101820;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a {
    background-color: #E0E3E3;
    color: #333333;
}

.tab-pane {
    margin-top: 15px;
}

thead {
    font-weight: 600;
    background-color: #e5eaef;
}

.table {
    margin-bottom: 0px;
    margin-top: 0px;
}

.table-condensed > tbody > tr > td {
    vertical-align: middle;
}

.form-table-fix {
    margin-bottom: 0px;
}

/* Lowers the size of control-labels, even if they are not in horizontal mode */
.form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
}

.form-group-sm .form-control {
    height: 25px;
    padding: 5px 5px;
    line-height: 1.2;
}

.input-group-addon {
    padding: 3px 3px;
}

.input-group-addon-search{
    border-left-style: none;
    background-color: #fff;
}

input.number-input {
    text-align: right;
}

input[type='radio'], input[type='checkbox'] {
    margin-top: 2px;
}

.btn-label-fix {
    margin-top: 17px;
}

.btn-sm-label-fix {
    margin-top: 19px;
}

label {
    margin-bottom: 0px;
}

.form-control {
    padding-right: 5px;
    padding-left: 5px;
    color: #101820 !important;
}

p.form-control.form-control-static {
    border-width: 0px;
    box-shadow: none;
}

.col-remove-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.panel-title {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #101820
}

.field-validation-error {
    color: #A70031 !important;
}

.panel {
    border-radius: 10px;
    border: 1px solid #9AB2BE;
}

div.panel > .panel-heading {
    padding-left: 30px;
    background-color: #CBD6DF;
    background-image: none;
    border-radius: 10px 10px 0 0;
}

.panel-footer {
    border-radius: 0 0 10px 10px;
}

div.panel > .panel-heading1 {
    font-size: 20px;
    padding: 4px 20px 4px 20px;
    background-color: #CBD6DF;
    background-image: none;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    color: #101820;
    letter-spacing: 1px;
}

h2 {
    font-weight: 600;
    color: #101820;
    letter-spacing: 2px;
}

h6 {
    font-weight: 600;
}

.hr-add-trans {
    margin-top:0px; 
    margin-bottom:12px;
}
.dashboard-btn {
    font-weight: 500;
    font-size: 21px !important;
    color: #333333
}

.dashboard-btn-sm {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 10pt !important;
}

.badge-lg {
    display: inline-block;
    min-width: 120px;
    height: 120px;
    padding: 3px 7px;
    font-size: 42pt;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 60px;
    background: radial-gradient(white 0%, white 60%, #CBD6DF 70% ); /* Standard syntax (must be last) */
    align-items: center;
    padding-top: 32px;
}

.panel-tabbed {
    border-radius: 0px 10px 10px 10px;
}

.subpanel {
    position: relative;
    top: 10px;
    margin: 0 0 8px 0;
    border-radius: 10px;
    border-top: 1px solid #9AB2BE;
    border-bottom: 1px solid #9AB2BE;
}

.subpanel-dark {
    background-color: #CBD6DF;
}

.color-green {
    color: #76BE43
}

.bg-heather {
    background-color: #CBD6DF
}

.control-label {
    color: #555555 !important;
    font-weight: 500;
}

.control-label-black {
    margin-top:5px; 
    color:#000 !important;
}

table > thead > tr {
    color: #101820;
    font-weight: 600;
}

.btn-primary {
    background: #10069f;
    border: 1px solid #10069f;
    border-radius: 2px;
    color: #fff !important;
}

    .btn-primary:active {
        background: #0A045F !important;
        border: 1px solid #0A045F !important;
    }

    .btn-primary:hover {
        background: #5851BC;
        border: 1px solid #5851BC;
        color: #fff;
    }

.btn-secondary {
    background: #fff;
    border: 1px solid #959595;
    border-radius: 2px;
    color: #101820 !important;
}

    .btn-secondary:active {
        background: #BCCFFF !important;
        border: 1px solid #BCCFFF !important;
    }

    .btn-secondary:hover {
        background: #E0E7FF;
        border: 1px solid #E0E7FF;
        color: #101820;
    }

.btn-warning {
    background: #F2A900;
    border: 1px solid #F2A900;
    border-radius: 2px;
    color: #fff !important;
}

.btn-danger {
    background: #A70031;
    border: 1px solid #A70031;
    border-radius:2px;
    color: #fff !important;
}

    .btn-danger:active {
        background: #760022 !important;
        border: 1px solid #760022 !important;
    }

.bg-primary {
    background-color: #007bff !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-green {
    background-color: #76BE43;
}

.text-white {
    color: #fff !important;
}

.plus-background {
    border-radius: 8px;
    width: 17px;
    height: 17px;
    background-color: #CBD6DF;
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}

#notSubmittedTabLink {
    padding-left: 35px;
    display: inline;
    padding-right: 15px;
}

    #notSubmittedTabLink > a {
        color: #00547F;
        font-weight: 600;
    }

    #notSubmittedTabLink.active > a {
        color: #333333;
    }

#submittedTabLink {
    padding-left: 15px;
    display: inline;
}

    #submittedTabLink > a {
        color: #00547F;
        font-weight: 600;
    }

    #submittedTabLink.active > a {
        color: #333333;
    }

.submittalStatusTabs {
    list-style-type: none;
    font-size: 14pt;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.btn-inline {
    height: 20px;
    padding: 1px 10px 0 10px;
    display: inline-block;
}

.nexus-btn-primary, .nexus-btn-primary:focus {
    background: #00314A;
    color: #fff;
    text-transform: uppercase;
}

    .nexus-btn-primary:hover {
        background: #256484;
        color: #fff;
    }

.nexus-btn-danger, .nexus-btn-danger:focus {
    background: #D9534f;
    color: #fff;
}

    .nexus-btn-danger:hover {
        background: #256484;
        color: #fff;
    }

.nexus-btn-white, .nexus-btn-white:focus {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #9AB2BE;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
}

    .nexus-btn-white:hover {
        background: #fff;
        color: #000;
    }

.wizard-step {
    color: #f9f9f9;
    background-color: #10069F;
}

.wizz {
    position: relative;
}

.wizz-tab {
    border-radius: 10px 10px 0 0;
    border: 1px solid #9AB2BE;
    border-bottom: none;
    text-align: left;
}

    .wizz-tab > h4 {
        padding-left: 10px;
    }

.wizz-tab1 {
    float: left;
    width: 33%;
    z-index: 0;
}

.wizz-tab2 {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 66%;
    padding-left: 33%;
}

.wizz-tab3 {
    position: absolute;
    left: 0;
    z-index: -2;
    width: 100%;
    padding-left: 66%;
}

.wizz-panel-heading {
    background-color: #CBD6DF;
    background-image: none;
    border-radius: 10px 10px 0 0;
    padding: 5px 10px;
}

.currency-addon {
    background-color: #E0E3E3 !important;
    color: #333333 !important;
    padding: 0 8px;
}

.date-input {
    border-right: none;
}

.datepicker-addon {
    background-color: #fff !important;
    border-left: none;
    padding: 5px;
    cursor: pointer;
    color: #10069F !important;
}

.ui-state-highlight{
    background-color: #FFF0CC !important;
    border-color: #C5C5C5 !important;
}

.ui-state-active{
    background-color: #10069F !important;
    border-color: #10069F !important;
    color: #fff !important
}

.glyphicon-calendar{
    color: #555555;
}

div.info-sign {
    background-image: url("/images/information_sign.png");
    padding: 0px;
    height: 24px;
    width: 24px;
    border: none;
}

button.info-sign {
    padding: 0px;
    border: none;
}

div.remv-sign {
    background-image: url("/images/remove_sign.png");
    padding: 0px;
    height: 24px;
    width: 24px;
    border: none;
}

button.remv-sign {
    padding: 0px;
    border: none;
}

.status {
    height: 20px;
    border-radius: 10px;
    padding-top: 2px
}

.status_Created {
    background-color: #2A7DE1 !important
}

.status_Pending {
    background-color: #2A7DE1 !important
}

.status_Received {
    background-color: #2A7DE1 !important
}

.status_Processing {
    background-color: #2A7DE1 !important
}

.status_Released {
    background-color: #008500 !important
}

.status_Exception {
    background-color: #F2A900 !important
}

table > thead > tr > th > button.btn-table-header {
    color: #101820;
    font-weight: 600;
}

.form-control:focus {
    border-color: #10069f;
    box-shadow: 0 6px 12px rgba(0,0,0,0.176);
}

.modal-backdrop {
    background-color: #e4e6e6;
    opacity: 0.4 !important;
}

.modal-delete-remittance {
    margin-top: 80px;
}

.doma-img{
    width:315px;   
}
.header-top{
    margin-top:8px;
    margin-bottom:16px;
}

.nav-policy-lbl {   
    padding-right: 50px;    
    font-weight: 700;
    font-size: 23px;
    line-height: 16px;
    color: #333333;
}

.activity-summary-centertxt {
    z-index: 110;
    margin-top: -33px;
    color: #333333
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #10069f;
    border-color: #10069f;
}

.pagination > li > a, .pagination > li > span {
    color: #10069f;
}

.glyphicon-print-padding {
   padding-right:4px
}

.padding-4-20 {
    padding: 4px 20px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-20 {
    padding-top: 20px;
}

.modal-body-endorsements {
    overflow: auto; 
    height: 200px;
}
 
.alert-warning {
    color: #101820;
    background: #FFCF5E;
    border-radius: 2px;
}

.alert-success {
    color: #101820;
    border-radius: 2px;
    background: #CCEED6;
    border-color: #CCEED6;
}

.required:after {
    content: " *";
    color: #A70031;
}

.voided {
    background-color: #FFF4F4 !important;
    border-radius: 0 0 10px 10px;
}

.voidedProduct {
    color: #555555 !important
}

input.voidedProduct {
    color: #101820 !important
}

.hidden {
    display: none;
}

.uploadSuccess {
    color: #008500
}

.submit-row {
    padding-top: 10px;
}

.remittance-info-row {
    padding-top: 8px;
}

.fa-spinner {
    display: none;
}

.create-remittance {
    padding: 6px 14px;
    margin-top: 20px
}

.tabContainer {
    padding-top: 8px;
}

.cpl-messages {
    border: 0;
    box-shadow: none;
    background-image: none;
}

.wizard-panel {
    border-radius: 0 0 10px 10px;
}

.btn-primary:disabled {
    background-color: #CFCDEC !important;
    border: none !important;
}

.voidedMessage {
    color: #A70031
}

.padding-left-5 {
    padding-left: 5px;
}

.product-create-padding {
    padding: 5px 0 15px 0;
}

.padding-top-17 {
    padding-top: 17px;
}

.cpl-modal-padding {
    padding: 5px 5px 10px 20px;
}

.lender-contact-table-row {
    cursor:pointer;
}

.lender-table-row {
    cursor:pointer;
}

.add-new-lender {
    padding: 23px 14px;
}

.add-new-lender-contact {
    padding: 4px 12px;
}

.panel-lender {
   margin:8px 12px 0px 12px;
}

.help-header > .heading {
    font-size: 16px;
    color: #636b72;
}

#justifiedcontent, #justifiedcontent-left, #employee-content, #justifiedcontent-personal {
    padding-right: 30px;
    text-align: justify;
    white-space: normal;
    color: #636b72;
    font-size: 0.9em;
}

.btn-table-header,
.btn-table-header:hover,
.btn-table-header:active,
.btn-table-header:visited,
.btn-table-header:focus {
    color: #002133;
    font-weight: 600;
    vertical-align: central;
}


::-webkit-input-placeholder { /* Edge */
    color: #555555 !important
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #555555 !important
}

::placeholder {
    color: #555555 !important
}

.anonymous-header {
    background-color: #fff;
    top: 0px;
    right: 0px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.cpl-split-line {
   border-left: 1px solid black;
}

.upload-btn-wrapper {
    cursor: not-allowed;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 32px;
}

.video-grid-title {
    font-weight: 700;
    font-size: 20px;
    padding-top: 32px;
    padding-bottom: 16px;
    color: #101820 !important;
}
.video-container {
    overflow: hidden;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 0px 2px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}

.video-title{
    font-weight:500;
    font-size: 16px;
    padding-bottom: 16px;
    color: #101820 !important;
}

#switch__activity-report input {
    position: absolute;
    opacity: 0;
}

#switch__activity-report {
    display: inline-block;
    font-size: 20px;
    height: 1em;
    width: 2em;
    background: #BDB9A6;
    border-radius: 1em;
    cursor: pointer;
    margin-right: 8px;
}

#switch__activity-report.checked {
    background: #10069F;
}

#switch__activity-report div {
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background: #FFF;
    box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

#switch__activity-report input:checked + div {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

p.form-label__activity-report, label.form-label__activity-report {
    font-size: 13px;
}

#recipient-form {
    display: flex;
}

#recipient-form .form-group {
    flex-grow: 1;
}

#recipient-add-button {
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #10069F;
    font-weight: 700;
}

.candence-content-wrapper {
    display: none;
}

.candence-content-wrapper.active {
    display: block;
}

input.weekly-radio__activity-report[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    position: absolute;
}

.weekly-button__activity-report {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    background: transparent;
    border: 2px solid #D3D3D7;
    border-radius: 8px;
    height: 48px;
    width: 48px;
    margin: 0px 2px;
    cursor: pointer;
}

.weekly-button__activity-report:focus, .weekly-button__activity-report:hover {
    background: #E0E7FF;
}

input.weekly-radio__activity-report[type="radio"]:checked + label {
    background: #10069F;
    border-color: #10069F;
    color: #fff;
}

#monthly-send-on-input__activity-report {
    width: 48px;
    margin-left: 20px;
    margin-top: -12px;
}

.newfeature-notification-badge {
    position: absolute;
    top: -5px;
    left: 22px;
    padding: 0 7px;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    background: red;
    color: #FFF;
    border-radius: 50%;
    white-space: nowrap;
}

/* Public Rate Quote */

.publicquote_remv-sign {
    background: #991234;
    margin-top: 17px;
}

.publicquote_remv-sign-inline {
    margin-top: 0px;
    height: 25px;
}

.flex {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}

.flex-end {
    justify-content: end;
}

@media (max-width: 600px) {
    .modal-sm.publicquote_endorsement_modal, .modal-sm.publicquote_emailquote_modal {
        width: auto;
        margin: 10px;
    }

    button.publicquote_full-width-button {
        width: 100%;
        margin: 0px 0px 28px;
    }

    .cpl-split-line {
        border-left: 0px;
    }

    .publicquote_remv-sign {
        margin-top: 0px;
        height: auto;
        margin-bottom: 15px;
    }

    .publicquote_remv-col {
        text-align: right;
    }

    .publicquote_child-input {
        margin-left: 36px;
    }
}