@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);@import url(https://fonts.googleapis.com/css?family=Comfortaa);/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/assets/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/assets/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\F26E"; }

.fa-accessible-icon:before {
  content: "\F368"; }

.fa-accusoft:before {
  content: "\F369"; }

.fa-acquisitions-incorporated:before {
  content: "\F6AF"; }

.fa-ad:before {
  content: "\F641"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-card:before {
  content: "\F2BB"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-adn:before {
  content: "\F170"; }

.fa-adobe:before {
  content: "\F778"; }

.fa-adversal:before {
  content: "\F36A"; }

.fa-affiliatetheme:before {
  content: "\F36B"; }

.fa-air-freshener:before {
  content: "\F5D0"; }

.fa-airbnb:before {
  content: "\F834"; }

.fa-algolia:before {
  content: "\F36C"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-alipay:before {
  content: "\F642"; }

.fa-allergies:before {
  content: "\F461"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-amazon-pay:before {
  content: "\F42C"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-amilia:before {
  content: "\F36D"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-android:before {
  content: "\F17B"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angry:before {
  content: "\F556"; }

.fa-angrycreative:before {
  content: "\F36E"; }

.fa-angular:before {
  content: "\F420"; }

.fa-ankh:before {
  content: "\F644"; }

.fa-app-store:before {
  content: "\F36F"; }

.fa-app-store-ios:before {
  content: "\F370"; }

.fa-apper:before {
  content: "\F371"; }

.fa-apple:before {
  content: "\F179"; }

.fa-apple-alt:before {
  content: "\F5D1"; }

.fa-apple-pay:before {
  content: "\F415"; }

.fa-archive:before {
  content: "\F187"; }

.fa-archway:before {
  content: "\F557"; }

.fa-arrow-alt-circle-down:before {
  content: "\F358"; }

.fa-arrow-alt-circle-left:before {
  content: "\F359"; }

.fa-arrow-alt-circle-right:before {
  content: "\F35A"; }

.fa-arrow-alt-circle-up:before {
  content: "\F35B"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-arrows-alt-h:before {
  content: "\F337"; }

.fa-arrows-alt-v:before {
  content: "\F338"; }

.fa-artstation:before {
  content: "\F77A"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-asymmetrik:before {
  content: "\F372"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-atlas:before {
  content: "\F558"; }

.fa-atlassian:before {
  content: "\F77B"; }

.fa-atom:before {
  content: "\F5D2"; }

.fa-audible:before {
  content: "\F373"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-autoprefixer:before {
  content: "\F41C"; }

.fa-avianex:before {
  content: "\F374"; }

.fa-aviato:before {
  content: "\F421"; }

.fa-award:before {
  content: "\F559"; }

.fa-aws:before {
  content: "\F375"; }

.fa-baby:before {
  content: "\F77C"; }

.fa-baby-carriage:before {
  content: "\F77D"; }

.fa-backspace:before {
  content: "\F55A"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-bacon:before {
  content: "\F7E5"; }

.fa-bacteria:before {
  content: "\E059"; }

.fa-bacterium:before {
  content: "\E05A"; }

.fa-bahai:before {
  content: "\F666"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-balance-scale-left:before {
  content: "\F515"; }

.fa-balance-scale-right:before {
  content: "\F516"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-band-aid:before {
  content: "\F462"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-bars:before {
  content: "\F0C9"; }

.fa-baseball-ball:before {
  content: "\F433"; }

.fa-basketball-ball:before {
  content: "\F434"; }

.fa-bath:before {
  content: "\F2CD"; }

.fa-battery-empty:before {
  content: "\F244"; }

.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battle-net:before {
  content: "\F835"; }

.fa-bed:before {
  content: "\F236"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bezier-curve:before {
  content: "\F55B"; }

.fa-bible:before {
  content: "\F647"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-biking:before {
  content: "\F84A"; }

.fa-bimobject:before {
  content: "\F378"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-biohazard:before {
  content: "\F780"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitcoin:before {
  content: "\F379"; }

.fa-bity:before {
  content: "\F37A"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-blackberry:before {
  content: "\F37B"; }

.fa-blender:before {
  content: "\F517"; }

.fa-blender-phone:before {
  content: "\F6B6"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-blog:before {
  content: "\F781"; }

.fa-blogger:before {
  content: "\F37C"; }

.fa-blogger-b:before {
  content: "\F37D"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-bold:before {
  content: "\F032"; }

.fa-bolt:before {
  content: "\F0E7"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-bone:before {
  content: "\F5D7"; }

.fa-bong:before {
  content: "\F55C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-book-dead:before {
  content: "\F6B7"; }

.fa-book-medical:before {
  content: "\F7E6"; }

.fa-book-open:before {
  content: "\F518"; }

.fa-book-reader:before {
  content: "\F5DA"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-bootstrap:before {
  content: "\F836"; }

.fa-border-all:before {
  content: "\F84C"; }

.fa-border-none:before {
  content: "\F850"; }

.fa-border-style:before {
  content: "\F853"; }

.fa-bowling-ball:before {
  content: "\F436"; }

.fa-box:before {
  content: "\F466"; }

.fa-box-open:before {
  content: "\F49E"; }

.fa-box-tissue:before {
  content: "\E05B"; }

.fa-boxes:before {
  content: "\F468"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-brain:before {
  content: "\F5DC"; }

.fa-bread-slice:before {
  content: "\F7EC"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-briefcase-medical:before {
  content: "\F469"; }

.fa-broadcast-tower:before {
  content: "\F519"; }

.fa-broom:before {
  content: "\F51A"; }

.fa-brush:before {
  content: "\F55D"; }

.fa-btc:before {
  content: "\F15A"; }

.fa-buffer:before {
  content: "\F837"; }

.fa-bug:before {
  content: "\F188"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-burn:before {
  content: "\F46A"; }

.fa-buromobelexperte:before {
  content: "\F37F"; }

.fa-bus:before {
  content: "\F207"; }

.fa-bus-alt:before {
  content: "\F55E"; }

.fa-business-time:before {
  content: "\F64A"; }

.fa-buy-n-large:before {
  content: "\F8A6"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-calendar:before {
  content: "\F133"; }

.fa-calendar-alt:before {
  content: "\F073"; }

.fa-calendar-check:before {
  content: "\F274"; }

.fa-calendar-day:before {
  content: "\F783"; }

.fa-calendar-minus:before {
  content: "\F272"; }

.fa-calendar-plus:before {
  content: "\F271"; }

.fa-calendar-times:before {
  content: "\F273"; }

.fa-calendar-week:before {
  content: "\F784"; }

.fa-camera:before {
  content: "\F030"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-campground:before {
  content: "\F6BB"; }

.fa-canadian-maple-leaf:before {
  content: "\F785"; }

.fa-candy-cane:before {
  content: "\F786"; }

.fa-cannabis:before {
  content: "\F55F"; }

.fa-capsules:before {
  content: "\F46B"; }

.fa-car:before {
  content: "\F1B9"; }

.fa-car-alt:before {
  content: "\F5DE"; }

.fa-car-battery:before {
  content: "\F5DF"; }

.fa-car-crash:before {
  content: "\F5E1"; }

.fa-car-side:before {
  content: "\F5E4"; }

.fa-caravan:before {
  content: "\F8FF"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-caret-square-down:before {
  content: "\F150"; }

.fa-caret-square-left:before {
  content: "\F191"; }

.fa-caret-square-right:before {
  content: "\F152"; }

.fa-caret-square-up:before {
  content: "\F151"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-carrot:before {
  content: "\F787"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cash-register:before {
  content: "\F788"; }

.fa-cat:before {
  content: "\F6BE"; }

.fa-cc-amazon-pay:before {
  content: "\F42D"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-apple-pay:before {
  content: "\F416"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-centercode:before {
  content: "\F380"; }

.fa-centos:before {
  content: "\F789"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-chair:before {
  content: "\F6C0"; }

.fa-chalkboard:before {
  content: "\F51B"; }

.fa-chalkboard-teacher:before {
  content: "\F51C"; }

.fa-charging-station:before {
  content: "\F5E7"; }

.fa-chart-area:before {
  content: "\F1FE"; }

.fa-chart-bar:before {
  content: "\F080"; }

.fa-chart-line:before {
  content: "\F201"; }

.fa-chart-pie:before {
  content: "\F200"; }

.fa-check:before {
  content: "\F00C"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-check-double:before {
  content: "\F560"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-cheese:before {
  content: "\F7EF"; }

.fa-chess:before {
  content: "\F439"; }

.fa-chess-bishop:before {
  content: "\F43A"; }

.fa-chess-board:before {
  content: "\F43C"; }

.fa-chess-king:before {
  content: "\F43F"; }

.fa-chess-knight:before {
  content: "\F441"; }

.fa-chess-pawn:before {
  content: "\F443"; }

.fa-chess-queen:before {
  content: "\F445"; }

.fa-chess-rook:before {
  content: "\F447"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-chromecast:before {
  content: "\F838"; }

.fa-church:before {
  content: "\F51D"; }

.fa-circle:before {
  content: "\F111"; }

.fa-circle-notch:before {
  content: "\F1CE"; }

.fa-city:before {
  content: "\F64F"; }

.fa-clinic-medical:before {
  content: "\F7F2"; }

.fa-clipboard:before {
  content: "\F328"; }

.fa-clipboard-check:before {
  content: "\F46C"; }

.fa-clipboard-list:before {
  content: "\F46D"; }

.fa-clock:before {
  content: "\F017"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-closed-captioning:before {
  content: "\F20A"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-cloud-download-alt:before {
  content: "\F381"; }

.fa-cloud-meatball:before {
  content: "\F73B"; }

.fa-cloud-moon:before {
  content: "\F6C3"; }

.fa-cloud-moon-rain:before {
  content: "\F73C"; }

.fa-cloud-rain:before {
  content: "\F73D"; }

.fa-cloud-showers-heavy:before {
  content: "\F740"; }

.fa-cloud-sun:before {
  content: "\F6C4"; }

.fa-cloud-sun-rain:before {
  content: "\F743"; }

.fa-cloud-upload-alt:before {
  content: "\F382"; }

.fa-cloudscale:before {
  content: "\F383"; }

.fa-cloudsmith:before {
  content: "\F384"; }

.fa-cloudversify:before {
  content: "\F385"; }

.fa-cocktail:before {
  content: "\F561"; }

.fa-code:before {
  content: "\F121"; }

.fa-code-branch:before {
  content: "\F126"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cog:before {
  content: "\F013"; }

.fa-cogs:before {
  content: "\F085"; }

.fa-coins:before {
  content: "\F51E"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-comment:before {
  content: "\F075"; }

.fa-comment-alt:before {
  content: "\F27A"; }

.fa-comment-dollar:before {
  content: "\F651"; }

.fa-comment-dots:before {
  content: "\F4AD"; }

.fa-comment-medical:before {
  content: "\F7F5"; }

.fa-comment-slash:before {
  content: "\F4B3"; }

.fa-comments:before {
  content: "\F086"; }

.fa-comments-dollar:before {
  content: "\F653"; }

.fa-compact-disc:before {
  content: "\F51F"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-compress:before {
  content: "\F066"; }

.fa-compress-alt:before {
  content: "\F422"; }

.fa-compress-arrows-alt:before {
  content: "\F78C"; }

.fa-concierge-bell:before {
  content: "\F562"; }

.fa-confluence:before {
  content: "\F78D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-cookie:before {
  content: "\F563"; }

.fa-cookie-bite:before {
  content: "\F564"; }

.fa-copy:before {
  content: "\F0C5"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-cotton-bureau:before {
  content: "\F89E"; }

.fa-couch:before {
  content: "\F4B8"; }

.fa-cpanel:before {
  content: "\F388"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-creative-commons-by:before {
  content: "\F4E7"; }

.fa-creative-commons-nc:before {
  content: "\F4E8"; }

.fa-creative-commons-nc-eu:before {
  content: "\F4E9"; }

.fa-creative-commons-nc-jp:before {
  content: "\F4EA"; }

.fa-creative-commons-nd:before {
  content: "\F4EB"; }

.fa-creative-commons-pd:before {
  content: "\F4EC"; }

.fa-creative-commons-pd-alt:before {
  content: "\F4ED"; }

.fa-creative-commons-remix:before {
  content: "\F4EE"; }

.fa-creative-commons-sa:before {
  content: "\F4EF"; }

.fa-creative-commons-sampling:before {
  content: "\F4F0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1"; }

.fa-creative-commons-share:before {
  content: "\F4F2"; }

.fa-creative-commons-zero:before {
  content: "\F4F3"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-critical-role:before {
  content: "\F6C9"; }

.fa-crop:before {
  content: "\F125"; }

.fa-crop-alt:before {
  content: "\F565"; }

.fa-cross:before {
  content: "\F654"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-crow:before {
  content: "\F520"; }

.fa-crown:before {
  content: "\F521"; }

.fa-crutch:before {
  content: "\F7F7"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-css3-alt:before {
  content: "\F38B"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-cut:before {
  content: "\F0C4"; }

.fa-cuttlefish:before {
  content: "\F38C"; }

.fa-d-and-d:before {
  content: "\F38D"; }

.fa-d-and-d-beyond:before {
  content: "\F6CA"; }

.fa-dailymotion:before {
  content: "\E052"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-deaf:before {
  content: "\F2A4"; }

.fa-deezer:before {
  content: "\E077"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-democrat:before {
  content: "\F747"; }

.fa-deploydog:before {
  content: "\F38E"; }

.fa-deskpro:before {
  content: "\F38F"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-dev:before {
  content: "\F6CC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-dharmachakra:before {
  content: "\F655"; }

.fa-dhl:before {
  content: "\F790"; }

.fa-diagnoses:before {
  content: "\F470"; }

.fa-diaspora:before {
  content: "\F791"; }

.fa-dice:before {
  content: "\F522"; }

.fa-dice-d20:before {
  content: "\F6CF"; }

.fa-dice-d6:before {
  content: "\F6D1"; }

.fa-dice-five:before {
  content: "\F523"; }

.fa-dice-four:before {
  content: "\F524"; }

.fa-dice-one:before {
  content: "\F525"; }

.fa-dice-six:before {
  content: "\F526"; }

.fa-dice-three:before {
  content: "\F527"; }

.fa-dice-two:before {
  content: "\F528"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-digital-ocean:before {
  content: "\F391"; }

.fa-digital-tachograph:before {
  content: "\F566"; }

.fa-directions:before {
  content: "\F5EB"; }

.fa-discord:before {
  content: "\F392"; }

.fa-discourse:before {
  content: "\F393"; }

.fa-disease:before {
  content: "\F7FA"; }

.fa-divide:before {
  content: "\F529"; }

.fa-dizzy:before {
  content: "\F567"; }

.fa-dna:before {
  content: "\F471"; }

.fa-dochub:before {
  content: "\F394"; }

.fa-docker:before {
  content: "\F395"; }

.fa-dog:before {
  content: "\F6D3"; }

.fa-dollar-sign:before {
  content: "\F155"; }

.fa-dolly:before {
  content: "\F472"; }

.fa-dolly-flatbed:before {
  content: "\F474"; }

.fa-donate:before {
  content: "\F4B9"; }

.fa-door-closed:before {
  content: "\F52A"; }

.fa-door-open:before {
  content: "\F52B"; }

.fa-dot-circle:before {
  content: "\F192"; }

.fa-dove:before {
  content: "\F4BA"; }

.fa-download:before {
  content: "\F019"; }

.fa-draft2digital:before {
  content: "\F396"; }

.fa-drafting-compass:before {
  content: "\F568"; }

.fa-dragon:before {
  content: "\F6D5"; }

.fa-draw-polygon:before {
  content: "\F5EE"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-dribbble-square:before {
  content: "\F397"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-drum:before {
  content: "\F569"; }

.fa-drum-steelpan:before {
  content: "\F56A"; }

.fa-drumstick-bite:before {
  content: "\F6D7"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-dumbbell:before {
  content: "\F44B"; }

.fa-dumpster:before {
  content: "\F793"; }

.fa-dumpster-fire:before {
  content: "\F794"; }

.fa-dungeon:before {
  content: "\F6D9"; }

.fa-dyalog:before {
  content: "\F399"; }

.fa-earlybirds:before {
  content: "\F39A"; }

.fa-ebay:before {
  content: "\F4F4"; }

.fa-edge:before {
  content: "\F282"; }

.fa-edge-legacy:before {
  content: "\E078"; }

.fa-edit:before {
  content: "\F044"; }

.fa-egg:before {
  content: "\F7FB"; }

.fa-eject:before {
  content: "\F052"; }

.fa-elementor:before {
  content: "\F430"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-ello:before {
  content: "\F5F1"; }

.fa-ember:before {
  content: "\F423"; }

.fa-empire:before {
  content: "\F1D1"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-text:before {
  content: "\F658"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-envira:before {
  content: "\F299"; }

.fa-equals:before {
  content: "\F52C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-erlang:before {
  content: "\F39D"; }

.fa-ethereum:before {
  content: "\F42E"; }

.fa-ethernet:before {
  content: "\F796"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-euro-sign:before {
  content: "\F153"; }

.fa-evernote:before {
  content: "\F839"; }

.fa-exchange-alt:before {
  content: "\F362"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-expand:before {
  content: "\F065"; }

.fa-expand-alt:before {
  content: "\F424"; }

.fa-expand-arrows-alt:before {
  content: "\F31E"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-external-link-alt:before {
  content: "\F35D"; }

.fa-external-link-square-alt:before {
  content: "\F360"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-dropper:before {
  content: "\F1FB"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-facebook:before {
  content: "\F09A"; }

.fa-facebook-f:before {
  content: "\F39E"; }

.fa-facebook-messenger:before {
  content: "\F39F"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-fan:before {
  content: "\F863"; }

.fa-fantasy-flight-games:before {
  content: "\F6DC"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-faucet:before {
  content: "\E005"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-feather:before {
  content: "\F52D"; }

.fa-feather-alt:before {
  content: "\F56B"; }

.fa-fedex:before {
  content: "\F797"; }

.fa-fedora:before {
  content: "\F798"; }

.fa-female:before {
  content: "\F182"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-figma:before {
  content: "\F799"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-alt:before {
  content: "\F15C"; }

.fa-file-archive:before {
  content: "\F1C6"; }

.fa-file-audio:before {
  content: "\F1C7"; }

.fa-file-code:before {
  content: "\F1C9"; }

.fa-file-contract:before {
  content: "\F56C"; }

.fa-file-csv:before {
  content: "\F6DD"; }

.fa-file-download:before {
  content: "\F56D"; }

.fa-file-excel:before {
  content: "\F1C3"; }

.fa-file-export:before {
  content: "\F56E"; }

.fa-file-image:before {
  content: "\F1C5"; }

.fa-file-import:before {
  content: "\F56F"; }

.fa-file-invoice:before {
  content: "\F570"; }

.fa-file-invoice-dollar:before {
  content: "\F571"; }

.fa-file-medical:before {
  content: "\F477"; }

.fa-file-medical-alt:before {
  content: "\F478"; }

.fa-file-pdf:before {
  content: "\F1C1"; }

.fa-file-powerpoint:before {
  content: "\F1C4"; }

.fa-file-prescription:before {
  content: "\F572"; }

.fa-file-signature:before {
  content: "\F573"; }

.fa-file-upload:before {
  content: "\F574"; }

.fa-file-video:before {
  content: "\F1C8"; }

.fa-file-word:before {
  content: "\F1C2"; }

.fa-fill:before {
  content: "\F575"; }

.fa-fill-drip:before {
  content: "\F576"; }

.fa-film:before {
  content: "\F008"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-fingerprint:before {
  content: "\F577"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-fire-alt:before {
  content: "\F7E4"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-firefox-browser:before {
  content: "\E007"; }

.fa-first-aid:before {
  content: "\F479"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-first-order-alt:before {
  content: "\F50A"; }

.fa-firstdraft:before {
  content: "\F3A1"; }

.fa-fish:before {
  content: "\F578"; }

.fa-fist-raised:before {
  content: "\F6DE"; }

.fa-flag:before {
  content: "\F024"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-flag-usa:before {
  content: "\F74D"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-flipboard:before {
  content: "\F44D"; }

.fa-flushed:before {
  content: "\F579"; }

.fa-fly:before {
  content: "\F417"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-minus:before {
  content: "\F65D"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-folder-plus:before {
  content: "\F65E"; }

.fa-font:before {
  content: "\F031"; }

.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-font-awesome-alt:before {
  content: "\F35C"; }

.fa-font-awesome-flag:before {
  content: "\F425"; }

.fa-font-awesome-logo-full:before {
  content: "\F4E6"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-fonticons-fi:before {
  content: "\F3A2"; }

.fa-football-ball:before {
  content: "\F44E"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-fort-awesome-alt:before {
  content: "\F3A3"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-freebsd:before {
  content: "\F3A4"; }

.fa-frog:before {
  content: "\F52E"; }

.fa-frown:before {
  content: "\F119"; }

.fa-frown-open:before {
  content: "\F57A"; }

.fa-fulcrum:before {
  content: "\F50B"; }

.fa-funnel-dollar:before {
  content: "\F662"; }

.fa-futbol:before {
  content: "\F1E3"; }

.fa-galactic-republic:before {
  content: "\F50C"; }

.fa-galactic-senate:before {
  content: "\F50D"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-gas-pump:before {
  content: "\F52F"; }

.fa-gavel:before {
  content: "\F0E3"; }

.fa-gem:before {
  content: "\F3A5"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-ghost:before {
  content: "\F6E2"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-gifts:before {
  content: "\F79C"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-git-alt:before {
  content: "\F841"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-github:before {
  content: "\F09B"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-gitkraken:before {
  content: "\F3A6"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-gitter:before {
  content: "\F426"; }

.fa-glass-cheers:before {
  content: "\F79F"; }

.fa-glass-martini:before {
  content: "\F000"; }

.fa-glass-martini-alt:before {
  content: "\F57B"; }

.fa-glass-whiskey:before {
  content: "\F7A0"; }

.fa-glasses:before {
  content: "\F530"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-globe-africa:before {
  content: "\F57C"; }

.fa-globe-americas:before {
  content: "\F57D"; }

.fa-globe-asia:before {
  content: "\F57E"; }

.fa-globe-europe:before {
  content: "\F7A2"; }

.fa-gofore:before {
  content: "\F3A7"; }

.fa-golf-ball:before {
  content: "\F450"; }

.fa-goodreads:before {
  content: "\F3A8"; }

.fa-goodreads-g:before {
  content: "\F3A9"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-google-drive:before {
  content: "\F3AA"; }

.fa-google-pay:before {
  content: "\E079"; }

.fa-google-play:before {
  content: "\F3AB"; }

.fa-google-plus:before {
  content: "\F2B3"; }

.fa-google-plus-g:before {
  content: "\F0D5"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-gopuram:before {
  content: "\F664"; }

.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-gratipay:before {
  content: "\F184"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-greater-than:before {
  content: "\F531"; }

.fa-greater-than-equal:before {
  content: "\F532"; }

.fa-grimace:before {
  content: "\F57F"; }

.fa-grin:before {
  content: "\F580"; }

.fa-grin-alt:before {
  content: "\F581"; }

.fa-grin-beam:before {
  content: "\F582"; }

.fa-grin-beam-sweat:before {
  content: "\F583"; }

.fa-grin-hearts:before {
  content: "\F584"; }

.fa-grin-squint:before {
  content: "\F585"; }

.fa-grin-squint-tears:before {
  content: "\F586"; }

.fa-grin-stars:before {
  content: "\F587"; }

.fa-grin-tears:before {
  content: "\F588"; }

.fa-grin-tongue:before {
  content: "\F589"; }

.fa-grin-tongue-squint:before {
  content: "\F58A"; }

.fa-grin-tongue-wink:before {
  content: "\F58B"; }

.fa-grin-wink:before {
  content: "\F58C"; }

.fa-grip-horizontal:before {
  content: "\F58D"; }

.fa-grip-lines:before {
  content: "\F7A4"; }

.fa-grip-lines-vertical:before {
  content: "\F7A5"; }

.fa-grip-vertical:before {
  content: "\F58E"; }

.fa-gripfire:before {
  content: "\F3AC"; }

.fa-grunt:before {
  content: "\F3AD"; }

.fa-guitar:before {
  content: "\F7A6"; }

.fa-gulp:before {
  content: "\F3AE"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-hacker-news-square:before {
  content: "\F3AF"; }

.fa-hackerrank:before {
  content: "\F5F7"; }

.fa-hamburger:before {
  content: "\F805"; }

.fa-hammer:before {
  content: "\F6E3"; }

.fa-hamsa:before {
  content: "\F665"; }

.fa-hand-holding:before {
  content: "\F4BD"; }

.fa-hand-holding-heart:before {
  content: "\F4BE"; }

.fa-hand-holding-medical:before {
  content: "\E05C"; }

.fa-hand-holding-usd:before {
  content: "\F4C0"; }

.fa-hand-holding-water:before {
  content: "\F4C1"; }

.fa-hand-lizard:before {
  content: "\F258"; }

.fa-hand-middle-finger:before {
  content: "\F806"; }

.fa-hand-paper:before {
  content: "\F256"; }

.fa-hand-peace:before {
  content: "\F25B"; }

.fa-hand-point-down:before {
  content: "\F0A7"; }

.fa-hand-point-left:before {
  content: "\F0A5"; }

.fa-hand-point-right:before {
  content: "\F0A4"; }

.fa-hand-point-up:before {
  content: "\F0A6"; }

.fa-hand-pointer:before {
  content: "\F25A"; }

.fa-hand-rock:before {
  content: "\F255"; }

.fa-hand-scissors:before {
  content: "\F257"; }

.fa-hand-sparkles:before {
  content: "\E05D"; }

.fa-hand-spock:before {
  content: "\F259"; }

.fa-hands:before {
  content: "\F4C2"; }

.fa-hands-helping:before {
  content: "\F4C4"; }

.fa-hands-wash:before {
  content: "\E05E"; }

.fa-handshake:before {
  content: "\F2B5"; }

.fa-handshake-alt-slash:before {
  content: "\E05F"; }

.fa-handshake-slash:before {
  content: "\E060"; }

.fa-hanukiah:before {
  content: "\F6E6"; }

.fa-hard-hat:before {
  content: "\F807"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-hat-cowboy:before {
  content: "\F8C0"; }

.fa-hat-cowboy-side:before {
  content: "\F8C1"; }

.fa-hat-wizard:before {
  content: "\F6E8"; }

.fa-hdd:before {
  content: "\F0A0"; }

.fa-head-side-cough:before {
  content: "\E061"; }

.fa-head-side-cough-slash:before {
  content: "\E062"; }

.fa-head-side-mask:before {
  content: "\E063"; }

.fa-head-side-virus:before {
  content: "\E064"; }

.fa-heading:before {
  content: "\F1DC"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-headphones-alt:before {
  content: "\F58F"; }

.fa-headset:before {
  content: "\F590"; }

.fa-heart:before {
  content: "\F004"; }

.fa-heart-broken:before {
  content: "\F7A9"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-helicopter:before {
  content: "\F533"; }

.fa-highlighter:before {
  content: "\F591"; }

.fa-hiking:before {
  content: "\F6EC"; }

.fa-hippo:before {
  content: "\F6ED"; }

.fa-hips:before {
  content: "\F452"; }

.fa-hire-a-helper:before {
  content: "\F3B0"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-hockey-puck:before {
  content: "\F453"; }

.fa-holly-berry:before {
  content: "\F7AA"; }

.fa-home:before {
  content: "\F015"; }

.fa-hooli:before {
  content: "\F427"; }

.fa-hornbill:before {
  content: "\F592"; }

.fa-horse:before {
  content: "\F6F0"; }

.fa-horse-head:before {
  content: "\F7AB"; }

.fa-hospital:before {
  content: "\F0F8"; }

.fa-hospital-alt:before {
  content: "\F47D"; }

.fa-hospital-symbol:before {
  content: "\F47E"; }

.fa-hospital-user:before {
  content: "\F80D"; }

.fa-hot-tub:before {
  content: "\F593"; }

.fa-hotdog:before {
  content: "\F80F"; }

.fa-hotel:before {
  content: "\F594"; }

.fa-hotjar:before {
  content: "\F3B1"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-start:before {
  content: "\F251"; }

.fa-house-damage:before {
  content: "\F6F1"; }

.fa-house-user:before {
  content: "\E065"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-hryvnia:before {
  content: "\F6F2"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-hubspot:before {
  content: "\F3B2"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-ice-cream:before {
  content: "\F810"; }

.fa-icicles:before {
  content: "\F7AD"; }

.fa-icons:before {
  content: "\F86D"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-id-card:before {
  content: "\F2C2"; }

.fa-id-card-alt:before {
  content: "\F47F"; }

.fa-ideal:before {
  content: "\E013"; }

.fa-igloo:before {
  content: "\F7AE"; }

.fa-image:before {
  content: "\F03E"; }

.fa-images:before {
  content: "\F302"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-industry:before {
  content: "\F275"; }

.fa-infinity:before {
  content: "\F534"; }

.fa-info:before {
  content: "\F129"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-instagram-square:before {
  content: "\E055"; }

.fa-intercom:before {
  content: "\F7AF"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-invision:before {
  content: "\F7B0"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-italic:before {
  content: "\F033"; }

.fa-itch-io:before {
  content: "\F83A"; }

.fa-itunes:before {
  content: "\F3B4"; }

.fa-itunes-note:before {
  content: "\F3B5"; }

.fa-java:before {
  content: "\F4E4"; }

.fa-jedi:before {
  content: "\F669"; }

.fa-jedi-order:before {
  content: "\F50E"; }

.fa-jenkins:before {
  content: "\F3B6"; }

.fa-jira:before {
  content: "\F7B1"; }

.fa-joget:before {
  content: "\F3B7"; }

.fa-joint:before {
  content: "\F595"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-journal-whills:before {
  content: "\F66A"; }

.fa-js:before {
  content: "\F3B8"; }

.fa-js-square:before {
  content: "\F3B9"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-kaaba:before {
  content: "\F66B"; }

.fa-kaggle:before {
  content: "\F5FA"; }

.fa-key:before {
  content: "\F084"; }

.fa-keybase:before {
  content: "\F4F5"; }

.fa-keyboard:before {
  content: "\F11C"; }

.fa-keycdn:before {
  content: "\F3BA"; }

.fa-khanda:before {
  content: "\F66D"; }

.fa-kickstarter:before {
  content: "\F3BB"; }

.fa-kickstarter-k:before {
  content: "\F3BC"; }

.fa-kiss:before {
  content: "\F596"; }

.fa-kiss-beam:before {
  content: "\F597"; }

.fa-kiss-wink-heart:before {
  content: "\F598"; }

.fa-kiwi-bird:before {
  content: "\F535"; }

.fa-korvue:before {
  content: "\F42F"; }

.fa-landmark:before {
  content: "\F66F"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-laptop-code:before {
  content: "\F5FC"; }

.fa-laptop-house:before {
  content: "\E066"; }

.fa-laptop-medical:before {
  content: "\F812"; }

.fa-laravel:before {
  content: "\F3BD"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-laugh:before {
  content: "\F599"; }

.fa-laugh-beam:before {
  content: "\F59A"; }

.fa-laugh-squint:before {
  content: "\F59B"; }

.fa-laugh-wink:before {
  content: "\F59C"; }

.fa-layer-group:before {
  content: "\F5FD"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-lemon:before {
  content: "\F094"; }

.fa-less:before {
  content: "\F41D"; }

.fa-less-than:before {
  content: "\F536"; }

.fa-less-than-equal:before {
  content: "\F537"; }

.fa-level-down-alt:before {
  content: "\F3BE"; }

.fa-level-up-alt:before {
  content: "\F3BF"; }

.fa-life-ring:before {
  content: "\F1CD"; }

.fa-lightbulb:before {
  content: "\F0EB"; }

.fa-line:before {
  content: "\F3C0"; }

.fa-link:before {
  content: "\F0C1"; }

.fa-linkedin:before {
  content: "\F08C"; }

.fa-linkedin-in:before {
  content: "\F0E1"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-lira-sign:before {
  content: "\F195"; }

.fa-list:before {
  content: "\F03A"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-lock:before {
  content: "\F023"; }

.fa-lock-open:before {
  content: "\F3C1"; }

.fa-long-arrow-alt-down:before {
  content: "\F309"; }

.fa-long-arrow-alt-left:before {
  content: "\F30A"; }

.fa-long-arrow-alt-right:before {
  content: "\F30B"; }

.fa-long-arrow-alt-up:before {
  content: "\F30C"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-luggage-cart:before {
  content: "\F59D"; }

.fa-lungs:before {
  content: "\F604"; }

.fa-lungs-virus:before {
  content: "\E067"; }

.fa-lyft:before {
  content: "\F3C3"; }

.fa-magento:before {
  content: "\F3C4"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-mail-bulk:before {
  content: "\F674"; }

.fa-mailchimp:before {
  content: "\F59E"; }

.fa-male:before {
  content: "\F183"; }

.fa-mandalorian:before {
  content: "\F50F"; }

.fa-map:before {
  content: "\F279"; }

.fa-map-marked:before {
  content: "\F59F"; }

.fa-map-marked-alt:before {
  content: "\F5A0"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-map-marker-alt:before {
  content: "\F3C5"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-markdown:before {
  content: "\F60F"; }

.fa-marker:before {
  content: "\F5A1"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mask:before {
  content: "\F6FA"; }

.fa-mastodon:before {
  content: "\F4F6"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-mdb:before {
  content: "\F8CA"; }

.fa-medal:before {
  content: "\F5A2"; }

.fa-medapps:before {
  content: "\F3C6"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-medium-m:before {
  content: "\F3C7"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-medrt:before {
  content: "\F3C8"; }

.fa-meetup:before {
  content: "\F2E0"; }

.fa-megaport:before {
  content: "\F5A3"; }

.fa-meh:before {
  content: "\F11A"; }

.fa-meh-blank:before {
  content: "\F5A4"; }

.fa-meh-rolling-eyes:before {
  content: "\F5A5"; }

.fa-memory:before {
  content: "\F538"; }

.fa-mendeley:before {
  content: "\F7B3"; }

.fa-menorah:before {
  content: "\F676"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-meteor:before {
  content: "\F753"; }

.fa-microblog:before {
  content: "\E01A"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-alt:before {
  content: "\F3C9"; }

.fa-microphone-alt-slash:before {
  content: "\F539"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-microscope:before {
  content: "\F610"; }

.fa-microsoft:before {
  content: "\F3CA"; }

.fa-minus:before {
  content: "\F068"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-mitten:before {
  content: "\F7B5"; }

.fa-mix:before {
  content: "\F3CB"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-mixer:before {
  content: "\E056"; }

.fa-mizuni:before {
  content: "\F3CC"; }

.fa-mobile:before {
  content: "\F10B"; }

.fa-mobile-alt:before {
  content: "\F3CD"; }

.fa-modx:before {
  content: "\F285"; }

.fa-monero:before {
  content: "\F3D0"; }

.fa-money-bill:before {
  content: "\F0D6"; }

.fa-money-bill-alt:before {
  content: "\F3D1"; }

.fa-money-bill-wave:before {
  content: "\F53A"; }

.fa-money-bill-wave-alt:before {
  content: "\F53B"; }

.fa-money-check:before {
  content: "\F53C"; }

.fa-money-check-alt:before {
  content: "\F53D"; }

.fa-monument:before {
  content: "\F5A6"; }

.fa-moon:before {
  content: "\F186"; }

.fa-mortar-pestle:before {
  content: "\F5A7"; }

.fa-mosque:before {
  content: "\F678"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-mountain:before {
  content: "\F6FC"; }

.fa-mouse:before {
  content: "\F8CC"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-mug-hot:before {
  content: "\F7B6"; }

.fa-music:before {
  content: "\F001"; }

.fa-napster:before {
  content: "\F3D2"; }

.fa-neos:before {
  content: "\F612"; }

.fa-network-wired:before {
  content: "\F6FF"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-newspaper:before {
  content: "\F1EA"; }

.fa-nimblr:before {
  content: "\F5A8"; }

.fa-node:before {
  content: "\F419"; }

.fa-node-js:before {
  content: "\F3D3"; }

.fa-not-equal:before {
  content: "\F53E"; }

.fa-notes-medical:before {
  content: "\F481"; }

.fa-npm:before {
  content: "\F3D4"; }

.fa-ns8:before {
  content: "\F3D5"; }

.fa-nutritionix:before {
  content: "\F3D6"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-oil-can:before {
  content: "\F613"; }

.fa-old-republic:before {
  content: "\F510"; }

.fa-om:before {
  content: "\F679"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-orcid:before {
  content: "\F8D2"; }

.fa-osi:before {
  content: "\F41A"; }

.fa-otter:before {
  content: "\F700"; }

.fa-outdent:before {
  content: "\F03B"; }

.fa-page4:before {
  content: "\F3D7"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-pager:before {
  content: "\F815"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-paint-roller:before {
  content: "\F5AA"; }

.fa-palette:before {
  content: "\F53F"; }

.fa-palfed:before {
  content: "\F3D8"; }

.fa-pallet:before {
  content: "\F482"; }

.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-parachute-box:before {
  content: "\F4CD"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-parking:before {
  content: "\F540"; }

.fa-passport:before {
  content: "\F5AB"; }

.fa-pastafarianism:before {
  content: "\F67B"; }

.fa-paste:before {
  content: "\F0EA"; }

.fa-patreon:before {
  content: "\F3D9"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-peace:before {
  content: "\F67C"; }

.fa-pen:before {
  content: "\F304"; }

.fa-pen-alt:before {
  content: "\F305"; }

.fa-pen-fancy:before {
  content: "\F5AC"; }

.fa-pen-nib:before {
  content: "\F5AD"; }

.fa-pen-square:before {
  content: "\F14B"; }

.fa-pencil-alt:before {
  content: "\F303"; }

.fa-pencil-ruler:before {
  content: "\F5AE"; }

.fa-penny-arcade:before {
  content: "\F704"; }

.fa-people-arrows:before {
  content: "\E068"; }

.fa-people-carry:before {
  content: "\F4CE"; }

.fa-pepper-hot:before {
  content: "\F816"; }

.fa-percent:before {
  content: "\F295"; }

.fa-percentage:before {
  content: "\F541"; }

.fa-periscope:before {
  content: "\F3DA"; }

.fa-person-booth:before {
  content: "\F756"; }

.fa-phabricator:before {
  content: "\F3DB"; }

.fa-phoenix-framework:before {
  content: "\F3DC"; }

.fa-phoenix-squadron:before {
  content: "\F511"; }

.fa-phone:before {
  content: "\F095"; }

.fa-phone-alt:before {
  content: "\F879"; }

.fa-phone-slash:before {
  content: "\F3DD"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-phone-square-alt:before {
  content: "\F87B"; }

.fa-phone-volume:before {
  content: "\F2A0"; }

.fa-photo-video:before {
  content: "\F87C"; }

.fa-php:before {
  content: "\F457"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-pied-piper-hat:before {
  content: "\F4E5"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-square:before {
  content: "\E01E"; }

.fa-piggy-bank:before {
  content: "\F4D3"; }

.fa-pills:before {
  content: "\F484"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-pizza-slice:before {
  content: "\F818"; }

.fa-place-of-worship:before {
  content: "\F67F"; }

.fa-plane:before {
  content: "\F072"; }

.fa-plane-arrival:before {
  content: "\F5AF"; }

.fa-plane-departure:before {
  content: "\F5B0"; }

.fa-plane-slash:before {
  content: "\E069"; }

.fa-play:before {
  content: "\F04B"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-playstation:before {
  content: "\F3DF"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-plus:before {
  content: "\F067"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-poll:before {
  content: "\F681"; }

.fa-poll-h:before {
  content: "\F682"; }

.fa-poo:before {
  content: "\F2FE"; }

.fa-poo-storm:before {
  content: "\F75A"; }

.fa-poop:before {
  content: "\F619"; }

.fa-portrait:before {
  content: "\F3E0"; }

.fa-pound-sign:before {
  content: "\F154"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-pray:before {
  content: "\F683"; }

.fa-praying-hands:before {
  content: "\F684"; }

.fa-prescription:before {
  content: "\F5B1"; }

.fa-prescription-bottle:before {
  content: "\F485"; }

.fa-prescription-bottle-alt:before {
  content: "\F486"; }

.fa-print:before {
  content: "\F02F"; }

.fa-procedures:before {
  content: "\F487"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-project-diagram:before {
  content: "\F542"; }

.fa-pump-medical:before {
  content: "\E06A"; }

.fa-pump-soap:before {
  content: "\E06B"; }

.fa-pushed:before {
  content: "\F3E1"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-python:before {
  content: "\F3E2"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-question:before {
  content: "\F128"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-quidditch:before {
  content: "\F458"; }

.fa-quinscape:before {
  content: "\F459"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-quran:before {
  content: "\F687"; }

.fa-r-project:before {
  content: "\F4F7"; }

.fa-radiation:before {
  content: "\F7B9"; }

.fa-radiation-alt:before {
  content: "\F7BA"; }

.fa-rainbow:before {
  content: "\F75B"; }

.fa-random:before {
  content: "\F074"; }

.fa-raspberry-pi:before {
  content: "\F7BB"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-react:before {
  content: "\F41B"; }

.fa-reacteurope:before {
  content: "\F75D"; }

.fa-readme:before {
  content: "\F4D5"; }

.fa-rebel:before {
  content: "\F1D0"; }

.fa-receipt:before {
  content: "\F543"; }

.fa-record-vinyl:before {
  content: "\F8D9"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-red-river:before {
  content: "\F3E3"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-redhat:before {
  content: "\F7BC"; }

.fa-redo:before {
  content: "\F01E"; }

.fa-redo-alt:before {
  content: "\F2F9"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-remove-format:before {
  content: "\F87D"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-reply:before {
  content: "\F3E5"; }

.fa-reply-all:before {
  content: "\F122"; }

.fa-replyd:before {
  content: "\F3E6"; }

.fa-republican:before {
  content: "\F75E"; }

.fa-researchgate:before {
  content: "\F4F8"; }

.fa-resolving:before {
  content: "\F3E7"; }

.fa-restroom:before {
  content: "\F7BD"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-rev:before {
  content: "\F5B2"; }

.fa-ribbon:before {
  content: "\F4D6"; }

.fa-ring:before {
  content: "\F70B"; }

.fa-road:before {
  content: "\F018"; }

.fa-robot:before {
  content: "\F544"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-rocketchat:before {
  content: "\F3E8"; }

.fa-rockrms:before {
  content: "\F3E9"; }

.fa-route:before {
  content: "\F4D7"; }

.fa-rss:before {
  content: "\F09E"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-ruble-sign:before {
  content: "\F158"; }

.fa-ruler:before {
  content: "\F545"; }

.fa-ruler-combined:before {
  content: "\F546"; }

.fa-ruler-horizontal:before {
  content: "\F547"; }

.fa-ruler-vertical:before {
  content: "\F548"; }

.fa-running:before {
  content: "\F70C"; }

.fa-rupee-sign:before {
  content: "\F156"; }

.fa-rust:before {
  content: "\E07A"; }

.fa-sad-cry:before {
  content: "\F5B3"; }

.fa-sad-tear:before {
  content: "\F5B4"; }

.fa-safari:before {
  content: "\F267"; }

.fa-salesforce:before {
  content: "\F83B"; }

.fa-sass:before {
  content: "\F41E"; }

.fa-satellite:before {
  content: "\F7BF"; }

.fa-satellite-dish:before {
  content: "\F7C0"; }

.fa-save:before {
  content: "\F0C7"; }

.fa-schlix:before {
  content: "\F3EA"; }

.fa-school:before {
  content: "\F549"; }

.fa-screwdriver:before {
  content: "\F54A"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-scroll:before {
  content: "\F70E"; }

.fa-sd-card:before {
  content: "\F7C2"; }

.fa-search:before {
  content: "\F002"; }

.fa-search-dollar:before {
  content: "\F688"; }

.fa-search-location:before {
  content: "\F689"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-searchengin:before {
  content: "\F3EB"; }

.fa-seedling:before {
  content: "\F4D8"; }

.fa-sellcast:before {
  content: "\F2DA"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-server:before {
  content: "\F233"; }

.fa-servicestack:before {
  content: "\F3EC"; }

.fa-shapes:before {
  content: "\F61F"; }

.fa-share:before {
  content: "\F064"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-shekel-sign:before {
  content: "\F20B"; }

.fa-shield-alt:before {
  content: "\F3ED"; }

.fa-shield-virus:before {
  content: "\E06C"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-shipping-fast:before {
  content: "\F48B"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-shoe-prints:before {
  content: "\F54B"; }

.fa-shopify:before {
  content: "\E057"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-shopware:before {
  content: "\F5B5"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-shuttle-van:before {
  content: "\F5B6"; }

.fa-sign:before {
  content: "\F4D9"; }

.fa-sign-in-alt:before {
  content: "\F2F6"; }

.fa-sign-language:before {
  content: "\F2A7"; }

.fa-sign-out-alt:before {
  content: "\F2F5"; }

.fa-signal:before {
  content: "\F012"; }

.fa-signature:before {
  content: "\F5B7"; }

.fa-sim-card:before {
  content: "\F7C4"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-sink:before {
  content: "\E06D"; }

.fa-sistrix:before {
  content: "\F3EE"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-sith:before {
  content: "\F512"; }

.fa-skating:before {
  content: "\F7C5"; }

.fa-sketch:before {
  content: "\F7C6"; }

.fa-skiing:before {
  content: "\F7C9"; }

.fa-skiing-nordic:before {
  content: "\F7CA"; }

.fa-skull:before {
  content: "\F54C"; }

.fa-skull-crossbones:before {
  content: "\F714"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-slack:before {
  content: "\F198"; }

.fa-slack-hash:before {
  content: "\F3EF"; }

.fa-slash:before {
  content: "\F715"; }

.fa-sleigh:before {
  content: "\F7CC"; }

.fa-sliders-h:before {
  content: "\F1DE"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-smile:before {
  content: "\F118"; }

.fa-smile-beam:before {
  content: "\F5B8"; }

.fa-smile-wink:before {
  content: "\F4DA"; }

.fa-smog:before {
  content: "\F75F"; }

.fa-smoking:before {
  content: "\F48D"; }

.fa-smoking-ban:before {
  content: "\F54D"; }

.fa-sms:before {
  content: "\F7CD"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-snowboarding:before {
  content: "\F7CE"; }

.fa-snowflake:before {
  content: "\F2DC"; }

.fa-snowman:before {
  content: "\F7D0"; }

.fa-snowplow:before {
  content: "\F7D2"; }

.fa-soap:before {
  content: "\E06E"; }

.fa-socks:before {
  content: "\F696"; }

.fa-solar-panel:before {
  content: "\F5BA"; }

.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-alpha-down:before {
  content: "\F15D"; }

.fa-sort-alpha-down-alt:before {
  content: "\F881"; }

.fa-sort-alpha-up:before {
  content: "\F15E"; }

.fa-sort-alpha-up-alt:before {
  content: "\F882"; }

.fa-sort-amount-down:before {
  content: "\F160"; }

.fa-sort-amount-down-alt:before {
  content: "\F884"; }

.fa-sort-amount-up:before {
  content: "\F161"; }

.fa-sort-amount-up-alt:before {
  content: "\F885"; }

.fa-sort-down:before {
  content: "\F0DD"; }

.fa-sort-numeric-down:before {
  content: "\F162"; }

.fa-sort-numeric-down-alt:before {
  content: "\F886"; }

.fa-sort-numeric-up:before {
  content: "\F163"; }

.fa-sort-numeric-up-alt:before {
  content: "\F887"; }

.fa-sort-up:before {
  content: "\F0DE"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-sourcetree:before {
  content: "\F7D3"; }

.fa-spa:before {
  content: "\F5BB"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-speakap:before {
  content: "\F3F3"; }

.fa-speaker-deck:before {
  content: "\F83C"; }

.fa-spell-check:before {
  content: "\F891"; }

.fa-spider:before {
  content: "\F717"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-splotch:before {
  content: "\F5BC"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-spray-can:before {
  content: "\F5BD"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-square-full:before {
  content: "\F45C"; }

.fa-square-root-alt:before {
  content: "\F698"; }

.fa-squarespace:before {
  content: "\F5BE"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-stackpath:before {
  content: "\F842"; }

.fa-stamp:before {
  content: "\F5BF"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-and-crescent:before {
  content: "\F699"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-star-half-alt:before {
  content: "\F5C0"; }

.fa-star-of-david:before {
  content: "\F69A"; }

.fa-star-of-life:before {
  content: "\F621"; }

.fa-staylinked:before {
  content: "\F3F5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-steam-symbol:before {
  content: "\F3F6"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-sticker-mule:before {
  content: "\F3F7"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stopwatch:before {
  content: "\F2F2"; }

.fa-stopwatch-20:before {
  content: "\E06F"; }

.fa-store:before {
  content: "\F54E"; }

.fa-store-alt:before {
  content: "\F54F"; }

.fa-store-alt-slash:before {
  content: "\E070"; }

.fa-store-slash:before {
  content: "\E071"; }

.fa-strava:before {
  content: "\F428"; }

.fa-stream:before {
  content: "\F550"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-stripe:before {
  content: "\F429"; }

.fa-stripe-s:before {
  content: "\F42A"; }

.fa-stroopwafel:before {
  content: "\F551"; }

.fa-studiovinari:before {
  content: "\F3F8"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-subway:before {
  content: "\F239"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-suitcase-rolling:before {
  content: "\F5C1"; }

.fa-sun:before {
  content: "\F185"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-supple:before {
  content: "\F3F9"; }

.fa-surprise:before {
  content: "\F5C2"; }

.fa-suse:before {
  content: "\F7D6"; }

.fa-swatchbook:before {
  content: "\F5C3"; }

.fa-swift:before {
  content: "\F8E1"; }

.fa-swimmer:before {
  content: "\F5C4"; }

.fa-swimming-pool:before {
  content: "\F5C5"; }

.fa-symfony:before {
  content: "\F83D"; }

.fa-synagogue:before {
  content: "\F69B"; }

.fa-sync:before {
  content: "\F021"; }

.fa-sync-alt:before {
  content: "\F2F1"; }

.fa-syringe:before {
  content: "\F48E"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-table-tennis:before {
  content: "\F45D"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-tablet-alt:before {
  content: "\F3FA"; }

.fa-tablets:before {
  content: "\F490"; }

.fa-tachometer-alt:before {
  content: "\F3FD"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-tape:before {
  content: "\F4DB"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-taxi:before {
  content: "\F1BA"; }

.fa-teamspeak:before {
  content: "\F4F9"; }

.fa-teeth:before {
  content: "\F62E"; }

.fa-teeth-open:before {
  content: "\F62F"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-telegram-plane:before {
  content: "\F3FE"; }

.fa-temperature-high:before {
  content: "\F769"; }

.fa-temperature-low:before {
  content: "\F76B"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-tenge:before {
  content: "\F7D7"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-the-red-yeti:before {
  content: "\F69D"; }

.fa-theater-masks:before {
  content: "\F630"; }

.fa-themeco:before {
  content: "\F5C6"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-thermometer:before {
  content: "\F491"; }

.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-think-peaks:before {
  content: "\F731"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbtack:before {
  content: "\F08D"; }

.fa-ticket-alt:before {
  content: "\F3FF"; }

.fa-tiktok:before {
  content: "\E07B"; }

.fa-times:before {
  content: "\F00D"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-tint:before {
  content: "\F043"; }

.fa-tint-slash:before {
  content: "\F5C7"; }

.fa-tired:before {
  content: "\F5C8"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-toilet:before {
  content: "\F7D8"; }

.fa-toilet-paper:before {
  content: "\F71E"; }

.fa-toilet-paper-slash:before {
  content: "\E072"; }

.fa-toolbox:before {
  content: "\F552"; }

.fa-tools:before {
  content: "\F7D9"; }

.fa-tooth:before {
  content: "\F5C9"; }

.fa-torah:before {
  content: "\F6A0"; }

.fa-torii-gate:before {
  content: "\F6A1"; }

.fa-tractor:before {
  content: "\F722"; }

.fa-trade-federation:before {
  content: "\F513"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-traffic-light:before {
  content: "\F637"; }

.fa-trailer:before {
  content: "\E041"; }

.fa-train:before {
  content: "\F238"; }

.fa-tram:before {
  content: "\F7DA"; }

.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-trash-alt:before {
  content: "\F2ED"; }

.fa-trash-restore:before {
  content: "\F829"; }

.fa-trash-restore-alt:before {
  content: "\F82A"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-trello:before {
  content: "\F181"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-truck-loading:before {
  content: "\F4DE"; }

.fa-truck-monster:before {
  content: "\F63B"; }

.fa-truck-moving:before {
  content: "\F4DF"; }

.fa-truck-pickup:before {
  content: "\F63C"; }

.fa-tshirt:before {
  content: "\F553"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-tv:before {
  content: "\F26C"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-typo3:before {
  content: "\F42B"; }

.fa-uber:before {
  content: "\F402"; }

.fa-ubuntu:before {
  content: "\F7DF"; }

.fa-uikit:before {
  content: "\F403"; }

.fa-umbraco:before {
  content: "\F8E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-umbrella-beach:before {
  content: "\F5CA"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-undo:before {
  content: "\F0E2"; }

.fa-undo-alt:before {
  content: "\F2EA"; }

.fa-uniregistry:before {
  content: "\F404"; }

.fa-unity:before {
  content: "\E049"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-university:before {
  content: "\F19C"; }

.fa-unlink:before {
  content: "\F127"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-unsplash:before {
  content: "\E07C"; }

.fa-untappd:before {
  content: "\F405"; }

.fa-upload:before {
  content: "\F093"; }

.fa-ups:before {
  content: "\F7E0"; }

.fa-usb:before {
  content: "\F287"; }

.fa-user:before {
  content: "\F007"; }

.fa-user-alt:before {
  content: "\F406"; }

.fa-user-alt-slash:before {
  content: "\F4FA"; }

.fa-user-astronaut:before {
  content: "\F4FB"; }

.fa-user-check:before {
  content: "\F4FC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-clock:before {
  content: "\F4FD"; }

.fa-user-cog:before {
  content: "\F4FE"; }

.fa-user-edit:before {
  content: "\F4FF"; }

.fa-user-friends:before {
  content: "\F500"; }

.fa-user-graduate:before {
  content: "\F501"; }

.fa-user-injured:before {
  content: "\F728"; }

.fa-user-lock:before {
  content: "\F502"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-user-minus:before {
  content: "\F503"; }

.fa-user-ninja:before {
  content: "\F504"; }

.fa-user-nurse:before {
  content: "\F82F"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-user-shield:before {
  content: "\F505"; }

.fa-user-slash:before {
  content: "\F506"; }

.fa-user-tag:before {
  content: "\F507"; }

.fa-user-tie:before {
  content: "\F508"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-users:before {
  content: "\F0C0"; }

.fa-users-cog:before {
  content: "\F509"; }

.fa-users-slash:before {
  content: "\E073"; }

.fa-usps:before {
  content: "\F7E1"; }

.fa-ussunnah:before {
  content: "\F407"; }

.fa-utensil-spoon:before {
  content: "\F2E5"; }

.fa-utensils:before {
  content: "\F2E7"; }

.fa-vaadin:before {
  content: "\F408"; }

.fa-vector-square:before {
  content: "\F5CB"; }

.fa-venus:before {
  content: "\F221"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-vial:before {
  content: "\F492"; }

.fa-vials:before {
  content: "\F493"; }

.fa-viber:before {
  content: "\F409"; }

.fa-video:before {
  content: "\F03D"; }

.fa-video-slash:before {
  content: "\F4E2"; }

.fa-vihara:before {
  content: "\F6A7"; }

.fa-vimeo:before {
  content: "\F40A"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-vimeo-v:before {
  content: "\F27D"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-virus:before {
  content: "\E074"; }

.fa-virus-slash:before {
  content: "\E075"; }

.fa-viruses:before {
  content: "\E076"; }

.fa-vk:before {
  content: "\F189"; }

.fa-vnv:before {
  content: "\F40B"; }

.fa-voicemail:before {
  content: "\F897"; }

.fa-volleyball-ball:before {
  content: "\F45F"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-mute:before {
  content: "\F6A9"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-vote-yea:before {
  content: "\F772"; }

.fa-vr-cardboard:before {
  content: "\F729"; }

.fa-vuejs:before {
  content: "\F41F"; }

.fa-walking:before {
  content: "\F554"; }

.fa-wallet:before {
  content: "\F555"; }

.fa-warehouse:before {
  content: "\F494"; }

.fa-water:before {
  content: "\F773"; }

.fa-wave-square:before {
  content: "\F83E"; }

.fa-waze:before {
  content: "\F83F"; }

.fa-weebly:before {
  content: "\F5CC"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-weight:before {
  content: "\F496"; }

.fa-weight-hanging:before {
  content: "\F5CD"; }

.fa-weixin:before {
  content: "\F1D7"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-whatsapp-square:before {
  content: "\F40C"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-whmcs:before {
  content: "\F40D"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-wind:before {
  content: "\F72E"; }

.fa-window-close:before {
  content: "\F410"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-wine-bottle:before {
  content: "\F72F"; }

.fa-wine-glass:before {
  content: "\F4E3"; }

.fa-wine-glass-alt:before {
  content: "\F5CE"; }

.fa-wix:before {
  content: "\F5CF"; }

.fa-wizards-of-the-coast:before {
  content: "\F730"; }

.fa-wolf-pack-battalion:before {
  content: "\F514"; }

.fa-won-sign:before {
  content: "\F159"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-wordpress-simple:before {
  content: "\F411"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-wpressr:before {
  content: "\F3E4"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-x-ray:before {
  content: "\F497"; }

.fa-xbox:before {
  content: "\F412"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-y-combinator:before {
  content: "\F23B"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-yammer:before {
  content: "\F840"; }

.fa-yandex:before {
  content: "\F413"; }

.fa-yandex-international:before {
  content: "\F414"; }

.fa-yarn:before {
  content: "\F7E3"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-yen-sign:before {
  content: "\F157"; }

.fa-yin-yang:before {
  content: "\F6AD"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-youtube-square:before {
  content: "\F431"; }

.fa-zhihu:before {
  content: "\F63F"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fonts/fa-brands-400.eot);
  src: url(/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-brands-400.woff2) format("woff2"), url(/assets/fonts/fa-brands-400.woff) format("woff"), url(/assets/fonts/fa-brands-400.ttf) format("truetype"), url(/assets/fonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fonts/fa-regular-400.eot);
  src: url(/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-regular-400.woff2) format("woff2"), url(/assets/fonts/fa-regular-400.woff) format("woff"), url(/assets/fonts/fa-regular-400.ttf) format("truetype"), url(/assets/fonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fonts/fa-solid-900.eot);
  src: url(/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-solid-900.woff2) format("woff2"), url(/assets/fonts/fa-solid-900.woff) format("woff"), url(/assets/fonts/fa-solid-900.ttf) format("truetype"), url(/assets/fonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\F000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\F005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\F00D"}.fa.fa-gear:before{content:"\F013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\F2ED"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\F15B"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\F017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\F358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\F35B"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\F144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\F01E"}.fa.fa-refresh:before{content:"\F021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\F03B"}.fa.fa-video-camera:before{content:"\F03D"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\F03E"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\F03E"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\F03E"}.fa.fa-pencil:before{content:"\F303"}.fa.fa-map-marker:before{content:"\F3C5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\F044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\F14D"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\F14A"}.fa.fa-arrows:before{content:"\F0B2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\F057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\F058"}.fa.fa-mail-forward:before{content:"\F064"}.fa.fa-expand:before{content:"\F424"}.fa.fa-compress:before{content:"\F422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\F071"}.fa.fa-calendar:before{content:"\F073"}.fa.fa-arrows-v:before{content:"\F338"}.fa.fa-arrows-h:before{content:"\F337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\F080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\F080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\F085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\F164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\F165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\F004"}.fa.fa-sign-out:before{content:"\F2F5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\F08C"}.fa.fa-thumb-tack:before{content:"\F08D"}.fa.fa-external-link:before{content:"\F35D"}.fa.fa-sign-in:before{content:"\F2F6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\F094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\F0C8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\F02E"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\F39E"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\F39E"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\F09E"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\F0A0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\F0A4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\F0A5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\F0A6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\F0A7"}.fa.fa-arrows-alt:before{content:"\F31E"}.fa.fa-group:before{content:"\F0C0"}.fa.fa-chain:before{content:"\F0C1"}.fa.fa-scissors:before{content:"\F0C4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\F0C5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\F0C7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\F0C9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\F0D5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\F3D1"}.fa.fa-unsorted:before{content:"\F0DC"}.fa.fa-sort-desc:before{content:"\F0DD"}.fa.fa-sort-asc:before{content:"\F0DE"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\F0E1"}.fa.fa-rotate-left:before{content:"\F0E2"}.fa.fa-legal:before{content:"\F0E3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\F3FD"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\F075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\F086"}.fa.fa-flash:before{content:"\F0E7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\F328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\F0EB"}.fa.fa-exchange:before{content:"\F362"}.fa.fa-cloud-download:before{content:"\F381"}.fa.fa-cloud-upload:before{content:"\F382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\F0F3"}.fa.fa-cutlery:before{content:"\F2E7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\F15C"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\F1AD"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\F0F8"}.fa.fa-tablet:before{content:"\F3FA"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\F3CD"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\F111"}.fa.fa-mail-reply:before{content:"\F3E5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\F07B"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\F07C"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\F118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\F119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\F11A"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\F11C"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\F024"}.fa.fa-mail-reply-all:before{content:"\F122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\F089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\F089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\F089"}.fa.fa-code-fork:before{content:"\F126"}.fa.fa-chain-broken:before{content:"\F127"}.fa.fa-shield:before{content:"\F3ED"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\F133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\F3FF"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\F146"}.fa.fa-level-up:before{content:"\F3BF"}.fa.fa-level-down:before{content:"\F3BE"}.fa.fa-pencil-square:before{content:"\F14B"}.fa.fa-external-link-square:before{content:"\F360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\F150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\F150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\F151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\F151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\F152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\F152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\F153"}.fa.fa-gbp:before{content:"\F154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\F155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\F156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\F157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\F158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\F159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\F15A"}.fa.fa-file-text:before{content:"\F15C"}.fa.fa-sort-alpha-asc:before{content:"\F15D"}.fa.fa-sort-alpha-desc:before{content:"\F881"}.fa.fa-sort-amount-asc:before{content:"\F160"}.fa.fa-sort-amount-desc:before{content:"\F884"}.fa.fa-sort-numeric-asc:before{content:"\F162"}.fa.fa-sort-numeric-desc:before{content:"\F886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\F167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\F171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\F309"}.fa.fa-long-arrow-up:before{content:"\F30C"}.fa.fa-long-arrow-left:before{content:"\F30A"}.fa.fa-long-arrow-right:before{content:"\F30B"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\F184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\F185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\F186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\F35A"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\F359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\F191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\F191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\F192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\F195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\F0FE"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\F19C"}.fa.fa-mortar-board:before{content:"\F19D"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\F2E5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\F1B9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\F0E0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\F1C1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\F1C2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\F1C3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\F1C4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\F1C5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\F1C5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\F1C5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\F1C6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\F1C6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\F1C7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\F1C7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\F1C8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\F1C8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\F1C9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\F1CD"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\F1CD"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\F1CD"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\F1CD"}.fa.fa-circle-o-notch:before{content:"\F1CE"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\F1D0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\F1D0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\F1D1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\F1D4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\F1D4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\F1D7"}.fa.fa-send:before{content:"\F1D8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\F1D8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\F1D8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\F111"}.fa.fa-header:before{content:"\F1DC"}.fa.fa-sliders:before{content:"\F1DE"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\F1E3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\F1E3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\F1EA"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\F1F6"}.fa.fa-trash:before{content:"\F2ED"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\F1FB"}.fa.fa-area-chart:before{content:"\F1FE"}.fa.fa-pie-chart:before{content:"\F200"}.fa.fa-line-chart:before{content:"\F201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\F20A"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\F20B"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\F2B4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\F3A5"}.fa.fa-intersex:before{content:"\F224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\F09A"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\F236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\F23B"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\F240"}.fa.fa-battery-3:before{content:"\F241"}.fa.fa-battery-2:before{content:"\F242"}.fa.fa-battery-1:before{content:"\F243"}.fa.fa-battery-0:before{content:"\F244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\F249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\F254"}.fa.fa-hourglass-1:before{content:"\F251"}.fa.fa-hourglass-2:before{content:"\F252"}.fa.fa-hourglass-3:before{content:"\F253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\F255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\F255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\F256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\F256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\F257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\F258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\F259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\F25A"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\F25B"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\F26C"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\F271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\F272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\F273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\F274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\F279"}.fa.fa-commenting:before{content:"\F4AD"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\F4AD"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\F27D"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\F09D"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\F28B"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\F28D"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\F368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\F059"}.fa.fa-volume-control-phone:before{content:"\F2A0"}.fa.fa-asl-interpreting:before{content:"\F2A3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\F2A4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\F2A7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\F2B3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\F2B3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\F2B4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\F2B5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\F2B6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\F2B9"}.fa.fa-vcard:before{content:"\F2BB"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\F2BB"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\F2BB"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\F2BD"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\F007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\F2C2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\F2C2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\F2C2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\F2C7"}.fa.fa-thermometer-3:before{content:"\F2C8"}.fa.fa-thermometer-2:before{content:"\F2C9"}.fa.fa-thermometer-1:before{content:"\F2CA"}.fa.fa-thermometer-0:before{content:"\F2CB"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\F2CD"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\F410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\F410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\F410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\F2DA"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\F2DC"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\F1BA"}a.c-inline-editor {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca;
  cursor: pointer;
  line-height: 2;
  margin-right: 5px;
  margin-left: 5px;
}
.c-inline-editor.editable-empty,
.c-inline-editor.editable-empty:hover,
.c-inline-editor.editable-empty:focus,
.c-inline-editor.a.editable-empty,
.c-inline-editor.a.editable-empty:hover,
.c-inline-editor.a.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none;
}

.c-inline-editor.inlineEditForm {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}

#inlineEditWrapper {
  display: inline-block;
}

.c-inline-editor.inlineEditForm input,
.c-inline-editor.select {
  width: auto;
  display: inline;
}

.c-inline-editor.inline-editor-button-group {
  display: inline-block;
}

.c-inline-editor.editInvalid {
  color: #a94442;
  margin-bottom: 0;
}

.c-inline-editor.error {
  border-color: #a94442;
}

[hidden].c-inline-editor {
  display: none;
}
@charset "UTF-8";
/**
 *  Main file
 *
 *  This is the compilation endpoint, and the only file that is not a partial.
 *  No CSS rule is allowed here. Only `imports` are authorized.
 */
/**
 * Bootstrap
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          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;
          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;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/fonts/glyphicons-halflings-regular.eot);
  src: url(/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/assets/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.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: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.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;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.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;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.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 > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .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;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #e7e7e7;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: -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: -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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .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 > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child 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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  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: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * CoSpirit UI
 */
.cs-container {
  background-color: #fff;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: #333333;
  line-height: 1.5;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.cospirit {
  font-family: "Comfortaa", sans-serif;
}

:root {
  --cs-primary: #2F80ED;
  --cs-secondary: #6FCF97;
  --cs-success: #4acf7f;
  --cs-warning: #F2C94C;
  --cs-error: #EB5757;
  --cs-dark: #333333;
  --cs-light: #F2F2F2;
  --cs-gray: #828282;
  --cs-info: #BB6BD9;
  --cospirit-white: #ffffff;
  --cospirit-muted: #6a727c;
  --cospirit-black: #000000;
  --cs-gray0: #f6f6f9;
  --cs-gray1: #F2F2F2;
  --cs-gray2: #e1e5ea;
  --cs-gray3: #cbd1d7;
  --cs-gray4: #abb3ba;
  --cs-gray5: #6a727c;
  --cs-gray6: #58606a;
  --cs-gray7: #434c56;
  --cs-gray8: #2f363d;
  --cs-gray9: #24292e;
  --cs-breakpoint-xl: 1280px;
  --cs-breakpoint-lg: 1024px;
  --cs-breakpoint-md: 768px;
  --cs-breakpoint-sm: 544px;
  --cs-content-small: 600px;
  --cs-content-medium: 768px;
  --cs-content-large: 1024px;
  --cs-content-xlarge: 1280px;
  --cs-content-xxlarge: 1600px;
}

body {
  margin: 0;
}

.cs-blockquote {
  display: block;
  color: #666666;
  border-left: 4px solid #666666;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

.cs-code {
  color: #EB5757;
  text-decoration: none;
  line-height: 21px;
  font-size: 14px;
  font-weight: 700;
  font-family: monospace;
  padding-left: 3px;
  padding-right: 3px;
  word-wrap: break-word;
}

.cs-h1 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px;
  margin-bottom: 0.5em;
}

.cs-h1:not(:first-child) {
  margin-top: 30px;
}

.cs-h2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px;
  margin-bottom: 0.5em;
}

.cs-h2:not(:first-child) {
  margin-top: 30px;
}

.cs-h3 {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px;
  margin-bottom: 0.5em;
}

.cs-h3:not(:first-child) {
  margin-top: 30px;
}

.cs-h4 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px;
  margin-bottom: 0.5em;
}

.cs-h4:not(:first-child) {
  margin-top: 30px;
}

.cs-h5 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px;
  margin-bottom: 0.5em;
}

.cs-h5:not(:first-child) {
  margin-top: 30px;
}

.cs-h6 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px;
  margin-bottom: 0.5em;
}

.cs-h6:not(:first-child) {
  margin-top: 30px;
}

.cs-lead {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #666666;
  margin-top: 0px;
  margin-bottom: 15px;
}

.cs-link {
  color: #2F80ED;
  text-decoration: none;
  cursor: pointer;
}

.cs-link:hover {
  text-decoration: underline;
  color: #0e50a8;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cs-paragraph,
.cs-p {
  display: block;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.cs-pre {
  display: block;
  overflow-x: auto;
  width: calc(100% - 20px - 20px);
  color: #333333;
  line-height: 18px;
  font-size: 13px;
  font-family: monospace;
  background-color: #F2F2F2;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.cs-small {
  font-size: 10px;
  color: #666666;
}

.cs-btn {
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  border: 0px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: #333333;
  color: #ffffff;
}

.cs-btn:hover {
  text-decoration: none;
  background-color: black;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cs-btn:focus {
  outline: none;
}

.cs-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.cs-btn--primary {
  background-color: #2F80ED;
  color: #ffffff;
}

.cs-btn--primary:hover {
  background-color: #0e50a8;
}

.cs-btn--secondary {
  background-color: #6FCF97;
  color: #333333;
}

.cs-btn--secondary:hover {
  background-color: #36a263;
}

.cs-btn--success {
  background-color: #4acf7f;
  color: #ffffff;
}

.cs-btn--success:hover {
  background-color: #268d4f;
}

.cs-btn--warning {
  background-color: #F2C94C;
  color: #333333;
}

.cs-btn--warning:hover {
  background-color: #c99b0f;
}

.cs-btn--error {
  background-color: #EB5757;
  color: #ffffff;
}

.cs-btn--error:hover {
  background-color: #c51717;
}

.cs-btn--dark {
  background-color: #333333;
  color: #ffffff;
}

.cs-btn--dark:hover {
  background-color: black;
}

.cs-btn--light {
  background-color: #F2F2F2;
  color: #333333;
}

.cs-btn--light:hover {
  background-color: #bfbfbf;
}

.cs-btn--gray {
  background-color: #828282;
  color: #ffffff;
}

.cs-btn--gray:hover {
  background-color: #4f4f4f;
}

.cs-btn--info {
  background-color: #BB6BD9;
  color: #ffffff;
}

.cs-btn--info:hover {
  background-color: #8d2db1;
}

.cs-btn--disabled, .cs-btn:disabled {
  opacity: 0.6 !important;
}

.cs-btn--disabled:active, .cs-btn:disabled:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.cs-btn--small {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10px;
}

.cs-btn--large {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.cs-btn--fluid {
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cs-btn--rounded {
  border-radius: 50px !important;
}

.cs-btn--rounded-icon {
  padding: 1px 2px;
  font-size: 15px;
  margin-bottom: 0;
}

.cs-btn-group {
  display: inline-block;
}

.cs-btn-group > .cs-btn:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -1px;
}

.cs-btn-group > .cs-btn:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -2px;
}

.cs-btn--white {
  background-color: #ffffff;
  opacity: 1;
}

.cs-btn--white:hover {
  background-color: #ffffff !important;
  opacity: 0.8;
}

.cs-rule {
  display: block;
  height: 2px;
  background-color: #e1e5ea;
  padding: 0px;
  border: 0px;
}

.cs-rule:not(:first-child) {
  margin-top: 15px;
}

.cs-rule:not(:last-child) {
  margin-bottom: 15px;
}

@-webkit-keyframes cospirit-spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes cospirit-spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.cs-spinner {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

.cs-spinner:before, .cs-spinner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 4px solid transparent;
  border-radius: 100%;
}

.cs-spinner:before {
  opacity: 0.2;
  border-color: #ffffff;
}

.cs-spinner:after {
  border-top-color: #ffffff;
  -webkit-animation: cospirit-spinner-animation 1s infinite linear;
          animation: cospirit-spinner-animation 1s infinite linear;
}

.cs-spinner--primary:before {
  border-color: #2F80ED !important;
}

.cs-spinner--primary:after {
  border-top-color: #2F80ED !important;
}

.cs-spinner--secondary:before {
  border-color: #6FCF97 !important;
}

.cs-spinner--secondary:after {
  border-top-color: #6FCF97 !important;
}

.cs-spinner--success:before {
  border-color: #4acf7f !important;
}

.cs-spinner--success:after {
  border-top-color: #4acf7f !important;
}

.cs-spinner--warning:before {
  border-color: #F2C94C !important;
}

.cs-spinner--warning:after {
  border-top-color: #F2C94C !important;
}

.cs-spinner--error:before {
  border-color: #EB5757 !important;
}

.cs-spinner--error:after {
  border-top-color: #EB5757 !important;
}

.cs-spinner--dark:before {
  border-color: #333333 !important;
}

.cs-spinner--dark:after {
  border-top-color: #333333 !important;
}

.cs-spinner--light:before {
  border-color: #F2F2F2 !important;
}

.cs-spinner--light:after {
  border-top-color: #F2F2F2 !important;
}

.cs-spinner--gray:before {
  border-color: #828282 !important;
}

.cs-spinner--gray:after {
  border-top-color: #828282 !important;
}

.cs-spinner--info:before {
  border-color: #BB6BD9 !important;
}

.cs-spinner--info:after {
  border-top-color: #BB6BD9 !important;
}

.cs-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: text-top;
}

.cs-tag--rounded {
  border-radius: 15px;
}

.cs-tag--primary {
  background-color: #2F80ED;
  color: #ffffff;
}

.cs-tag--secondary {
  background-color: #6FCF97;
  color: #333333;
}

.cs-tag--success {
  background-color: #4acf7f;
  color: #ffffff;
}

.cs-tag--warning {
  background-color: #F2C94C;
  color: #333333;
}

.cs-tag--error {
  background-color: #EB5757;
  color: #ffffff;
}

.cs-tag--dark {
  background-color: #333333;
  color: #ffffff;
}

.cs-tag--light {
  background-color: #F2F2F2;
  color: #333333;
}

.cs-tag--gray {
  background-color: #828282;
  color: #ffffff;
}

.cs-tag--info {
  background-color: #BB6BD9;
  color: #ffffff;
}

.cs-tag-group {
  vertical-align: text-top;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cs-tag-group > .cs-tag:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.cs-tag-group > .cs-tag:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cs-tip {
  display: block;
  position: relative;
  border-left-style: solid;
  border-left-width: 10px;
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 15px;
  color: #333333;
  background-color: #ffffff;
  border-left-color: #F2F2F2;
}

.cs-tip--primary {
  background-color: #b2d0f8;
  border-left-color: #2F80ED;
}

.cs-tip--secondary {
  background-color: #daf3e4;
  border-left-color: #6FCF97;
}

.cs-tip--success {
  background-color: #bbedcf;
  border-left-color: #4acf7f;
}

.cs-tip--warning {
  background-color: #fcf1d1;
  border-left-color: #F2C94C;
}

.cs-tip--error {
  background-color: #fad7d7;
  border-left-color: #EB5757;
}

.cs-tip--dark {
  background-color: #7a7a7a;
  border-left-color: #333333;
}

.cs-tip--light {
  background-color: white;
  border-left-color: #F2F2F2;
}

.cs-tip--gray {
  background-color: #c9c9c9;
  border-left-color: #828282;
}

.cs-tip--info {
  background-color: #efddf6;
  border-left-color: #BB6BD9;
}

.cs-tip-icon {
  border-left-width: 40px;
}

.cs-tip i {
  position: absolute;
  width: 40px;
  text-align: center;
  top: calc(50% - 0.5em);
  left: -40px;
}

.cs-alert {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  border-radius: 0px;
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 25px;
  margin-bottom: 15px;
}

.cs-alert-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 30px;
}

.cs-alert-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cs-alert-close:hover {
  opacity: 1;
}

.cs-alert-close::before, .cs-alert-close::after {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  border-radius: 1px;
  top: 6px;
}

.cs-alert-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cs-alert-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cs-alert--primary {
  background-color: #bcd6f9;
  color: #0e50a8;
}

.cs-alert--primary .cs-alert-close::before, .cs-alert--primary .cs-alert-close::after {
  background-color: #0e50a8;
}

.cs-alert--secondary {
  background-color: #e2f5ea;
  color: #36a263;
}

.cs-alert--secondary .cs-alert-close::before, .cs-alert--secondary .cs-alert-close::after {
  background-color: #36a263;
}

.cs-alert--success {
  background-color: #c3efd5;
  color: #268d4f;
}

.cs-alert--success .cs-alert-close::before, .cs-alert--success .cs-alert-close::after {
  background-color: #268d4f;
}

.cs-alert--warning {
  background-color: #fcf4db;
  color: #c99b0f;
}

.cs-alert--warning .cs-alert-close::before, .cs-alert--warning .cs-alert-close::after {
  background-color: #c99b0f;
}

.cs-alert--error {
  background-color: #fbe0e0;
  color: #c51717;
}

.cs-alert--error .cs-alert-close::before, .cs-alert--error .cs-alert-close::after {
  background-color: #c51717;
}

.cs-alert--dark {
  background-color: gray;
  color: black;
}

.cs-alert--dark .cs-alert-close::before, .cs-alert--dark .cs-alert-close::after {
  background-color: black;
}

.cs-alert--light {
  background-color: white;
  color: #bfbfbf;
}

.cs-alert--light .cs-alert-close::before, .cs-alert--light .cs-alert-close::after {
  background-color: #bfbfbf;
}

.cs-alert--gray {
  background-color: #cfcfcf;
  color: #4f4f4f;
}

.cs-alert--gray .cs-alert-close::before, .cs-alert--gray .cs-alert-close::after {
  background-color: #4f4f4f;
}

.cs-alert--info {
  background-color: #f3e5f8;
  color: #8d2db1;
}

.cs-alert--info .cs-alert-close::before, .cs-alert--info .cs-alert-close::after {
  background-color: #8d2db1;
}

cs-carousel:focus, cs-carousel div:focus {
  outline: none;
}

cs-carousel .controls-left,
cs-carousel .controls-right,
cs-carousel .controls-img-right,
cs-carousel .controls-img-left {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

cs-carousel .controls-left,
cs-carousel .controls-right {
  background-color: #F2F2F2;
  border-radius: 200px;
}

cs-carousel .controls-img-right,
cs-carousel .controls-img-left {
  font-size: 41px;
  height: auto;
}

cs-carousel .controls-left,
cs-carousel .controls-img-left {
  left: 5px;
}

cs-carousel .controls-right,
cs-carousel .controls-img-right {
  right: 5px;
}

cs-carousel .controls-img-left {
  margin-left: 13px;
  margin-top: -20px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

cs-carousel .controls-img-right {
  margin-right: 12px;
  margin-top: -1px;
}

.cs-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 15px;
  background-color: #F2F2F2;
  border-radius: 0px;
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}

.cs-breadcrumb-item {
  position: relative;
  height: 24px;
  font-size: 15px;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  color: #2F80ED;
  cursor: pointer;
}

.cs-breadcrumb-item:hover {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #0e50a8;
}

.cs-breadcrumb-item:not(:last-child)::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  position: absolute;
  top: 16px;
  right: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cs-breadcrumb-item--active {
  color: #333333 !important;
  cursor: default !important;
  pointer-events: none;
}

.cs-card {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0px;
  text-decoration: none !important;
  background-color: #ffffff;
  color: #333333;
}

.cs-card-image, .cs-card-content, .cs-card-link {
  display: block;
}

.cs-card-image:first-child, .cs-card-content:first-child, .cs-card-link:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.cs-card-image:last-child, .cs-card-content:last-child, .cs-card-link:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cs-card-image {
  background-color: #666666;
}

.cs-card-content {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.cs-card-content:last-child {
  padding-bottom: 25px;
}

.cs-card-link {
  position: relative;
  padding: 25px;
  color: #333333;
  cursor: pointer;
  opacity: 0.5;
  text-decoration: none;
}

.cs-card-link::before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-top: 4px solid #333333;
  border-right: 4px solid #333333;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
  position: absolute;
  top: calc(25px + 4px);
  right: calc(25px + 2px);
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

.cs-card:hover .cs-card-link, .cs-card-link:hover {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

.cs-card:hover .cs-card-link::before, .cs-card-link:hover .cs-card-link::before {
  right: calc(25px - 3px);
}

.cs-card--light {
  background-color: #F2F2F2;
}

.cs-card--light .cs-card-link {
  color: #333333;
}

.cs-card--light .cs-card-link::before {
  border-top-color: #333333;
  border-right-color: #333333;
}

.cs-card--dark {
  background-color: #333333;
  color: #ffffff;
}

.cs-card--dark .cs-card-link {
  color: #ffffff;
}

.cs-card--dark .cs-card-link::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.cs-dropdown {
  position: relative;
}

.cs-dropdown-toggle::after {
  display: inline-block;
  content: "";
  height: 0px;
  width: 0px;
  margin-left: 4px;
  border-top: 6px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  vertical-align: middle;
}

.cs-dropdown-toggle--light::after {
  border-top-color: #ffffff;
}

.cs-dropdown-toggle--dark::after {
  border-top-color: #333333;
}

.cs-dropdown-content {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0px;
  min-width: 150px;
  color: #333333;
  text-align: left;
  background-color: #F2F2F2;
  border-radius: 0px;
}

.cs-dropdown-content:before {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  display: block;
  border: 7px solid transparent;
  border-bottom-color: #F2F2F2;
  top: -14px;
  right: 15px;
}

.cs-dropdown--visible .cs-dropdown-content {
  display: block;
}

.cs-dropdown--dark .cs-dropdown-content {
  background-color: #333333;
}

.cs-dropdown--dark .cs-dropdown-content::before {
  border-bottom-color: #333333;
}

.cs-dropdown-item {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cs-dropdown-item:hover {
  background-color: #2F80ED;
  color: #ffffff;
}

.cs-dropdown-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.cs-dropdown-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cs-dropdown--dark .cs-dropdown-item {
  color: rgba(255, 255, 255, 0.8);
}

.cs-dropdown--dark .cs-dropdown-item:hover {
  color: white;
}

.cs-dropdown-separator {
  display: block;
  height: 2px;
  background-color: #bfbfbf;
}

.cs-dropdown--dark .cs-dropdown-separator {
  background-color: rgba(255, 255, 255, 0.2);
}

.cs-list {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.cs-list-item {
  display: block;
  padding: 15px;
  background-color: #F2F2F2;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

.cs-list-item .cs-tag {
  float: right;
}

.cs-list-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.cs-list-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cs-list-item:not(:last-child) {
  margin-bottom: 2px;
}

.cs-list--hover .cs-list-item:not(.cs-list-item--active):hover {
  background-color: #d9d9d9;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.cs-list-item--active {
  background-color: #8db9f5;
}

.cs-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cs-media-start, .cs-media-end {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cs-media-start {
  margin-right: 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cs-media-end {
  margin-left: 15px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.cs-media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cs-menu {
  display: block;
  margin-bottom: 15px;
}

.cs-menu-group {
  display: block;
  width: 100%;
  height: 25px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #999999;
}

.cs-menu-group:not(:first-child) {
  margin-top: 10px;
}

.cs-menu-group:hover {
  text-decoration: none !important;
}

.cs-menu-item {
  display: block;
  min-height: 24px;
  line-height: 24px;
  border-radius: 0px;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

.cs-menu-item:not(.cs-menu-item--selected):hover {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none !important;
  color: #2F80ED;
}

.cs-menu-item--active {
  background-color: #F2F2F2;
  color: #333333 !important;
}

.cs-menu .cs-menu {
  display: block;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: 1px solid #bfbfbf;
}

.cs-menu-divider {
  display: block;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #F2F2F2;
}

.cs-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 400;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.cs-modal-content {
  display: block;
  width: 100%;
  padding: 15²px;
  background-color: #F2F2F2;
  border-radius: 0px;
}

.cs-modal-header {
  display: block;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 25px;
  height: 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cs-modal-header-title {
  font-weight: bold;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
}

.cs-modal-header-close {
  display: block;
  float: right;
  top: 15px;
  right: 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cs-modal-header-close:hover {
  opacity: 1;
}

.cs-modal-header:after {
  content: "";
  clear: both;
}

.cs-modal-body {
  display: block;
  overflow-y: auto;
  max-height: 50vh;
  padding: 25px;
  background-color: #F2F2F2;
}

.cs-modal-footer {
  display: block;
  padding: 25px;
  background-color: #F2F2F2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cs-modal--small .cs-modal-content {
  max-width: 544px;
}

.cs-modal--medium .cs-modal-content {
  max-width: 768px;
}

.cs-modal--large .cs-modal-content {
  max-width: 1024px;
}

@-webkit-keyframes cs-progress-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

@keyframes cs-progress-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes running-progress {
  0% {
    margin-left: 0px;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0%;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
@keyframes running-progress {
  0% {
    margin-left: 0px;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0%;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
.cs-progress {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0px !important;
  margin-top: 0px;
  margin-bottom: 15px;
  border-radius: 0px;
  background-color: #F2F2F2;
  overflow: hidden;
  -webkit-appearance: none;
  -mz-appearance: none;
}

.cs-progress > span {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

.cs-progress--striped > span::after, .cs-progress--striped-slow > span::after, .cs-progress--striped-fast > span::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-size: 50px 50px;
  background-image: -o-linear-gradient(135deg, 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);
}

.cs-progress--striped > span::after {
  -webkit-animation: cs-progress-animation 2.5s linear infinite;
          animation: cs-progress-animation 2.5s linear infinite;
}

.cs-progress--striped-fast > span::after {
  -webkit-animation: cs-progress-animation 1s linear infinite;
          animation: cs-progress-animation 1s linear infinite;
}

.cs-progress--striped-slow > span::after {
  -webkit-animation: cs-progress-animation 4s linear infinite;
          animation: cs-progress-animation 4s linear infinite;
}

.cs-progress--indeterminate, .cs-progress--indeterminate:before {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-progress--indeterminate:before {
  content: "";
  -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-progress.cs-progress--primary > span {
  background-color: #2F80ED;
  color: #ffffff;
}

.cs-progress.cs-progress--primary::before {
  background-color: #2F80ED;
  color: #ffffff;
}

.cs-progress.cs-progress--secondary > span {
  background-color: #6FCF97;
  color: #333333;
}

.cs-progress.cs-progress--secondary::before {
  background-color: #6FCF97;
  color: #333333;
}

.cs-progress.cs-progress--success > span {
  background-color: #4acf7f;
  color: #ffffff;
}

.cs-progress.cs-progress--success::before {
  background-color: #4acf7f;
  color: #ffffff;
}

.cs-progress.cs-progress--warning > span {
  background-color: #F2C94C;
  color: #333333;
}

.cs-progress.cs-progress--warning::before {
  background-color: #F2C94C;
  color: #333333;
}

.cs-progress.cs-progress--error > span {
  background-color: #EB5757;
  color: #ffffff;
}

.cs-progress.cs-progress--error::before {
  background-color: #EB5757;
  color: #ffffff;
}

.cs-progress.cs-progress--dark > span {
  background-color: #333333;
  color: #ffffff;
}

.cs-progress.cs-progress--dark::before {
  background-color: #333333;
  color: #ffffff;
}

.cs-progress.cs-progress--light > span {
  background-color: #F2F2F2;
  color: #333333;
}

.cs-progress.cs-progress--light::before {
  background-color: #F2F2F2;
  color: #333333;
}

.cs-progress.cs-progress--gray > span {
  background-color: #828282;
  color: #ffffff;
}

.cs-progress.cs-progress--gray::before {
  background-color: #828282;
  color: #ffffff;
}

.cs-progress.cs-progress--info > span {
  background-color: #BB6BD9;
  color: #ffffff;
}

.cs-progress.cs-progress--info::before {
  background-color: #BB6BD9;
  color: #ffffff;
}

.cs-progress--small {
  height: 10px;
}

.cs-progress--small > span {
  line-height: 10px;
  font-size: 0px;
}

.cs-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: number;
}

.cs-steps-item {
  counter-increment: number;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  position: relative;
  padding-top: 40px;
}

.cs-steps-item::after {
  content: counter(number) " ";
  background-color: #2F80ED;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  left: calc(50% - 15px);
  top: 0px;
  z-index: 2;
}

.cs-steps-item:not(:first-child)::before {
  content: "";
  background-color: #2F80ED;
  width: 100%;
  height: 2px;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: 1;
}

.cs-steps-item--checked::after {
  content: "L";
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  vertical-align: top;
  line-height: 27px;
  font-family: arial;
  font-weight: bold;
  -webkit-transform: scaleY(-1) rotate(141deg);
      -ms-transform: scaleY(-1) rotate(141deg);
          transform: scaleY(-1) rotate(141deg);
}

.cs-steps-title {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  line-height: 23px;
  color: #2d3648;
  text-align: center;
}

.cs-steps-description {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #2d3648;
  text-align: center;
}

.cs-steps-item--current ~ .cs-steps-item::after {
  background-color: #828282 !important;
}

.cs-steps-item--current ~ .cs-steps-item::before {
  background-color: transparent !important;
}

.cs-steps--primary .cs-steps-item::after, .cs-steps--primary .cs-steps-item::before {
  background-color: #ffffff;
  color: #2F80ED;
}

.cs-steps--primary .cs-steps-item > .cs-steps-title, .cs-steps--primary .cs-steps-item > .cs-steps-description {
  color: #ffffff;
}

.cs-steps--primary .cs-steps-item--current ~ .cs-steps-item > .cs-steps-title, .cs-steps--primary .cs-steps-item--current ~ .cs-steps-item > .cs-steps-description {
  color: #0e50a8 !important;
}

.cs-steps--primary .cs-steps-item--current ~ .cs-steps-item::after {
  background-color: #0e50a8 !important;
}

.cs-steps--secondary .cs-steps-item::after, .cs-steps--secondary .cs-steps-item::before {
  background-color: #ffffff;
  color: #6FCF97;
}

.cs-steps--secondary .cs-steps-item > .cs-steps-title, .cs-steps--secondary .cs-steps-item > .cs-steps-description {
  color: #ffffff;
}

.cs-steps--secondary .cs-steps-item--current ~ .cs-steps-item > .cs-steps-title, .cs-steps--secondary .cs-steps-item--current ~ .cs-steps-item > .cs-steps-description {
  color: #36a263 !important;
}

.cs-steps--secondary .cs-steps-item--current ~ .cs-steps-item::after {
  background-color: #36a263 !important;
}

.cs-steps--success .cs-steps-item::after, .cs-steps--success .cs-steps-item::before {
  background-color: #ffffff;
  color: #4acf7f;
}

.cs-steps--success .cs-steps-item > .cs-steps-title, .cs-steps--success .cs-steps-item > .cs-steps-description {
  color: #ffffff;
}

.cs-steps--success .cs-steps-item--current ~ .cs-steps-item > .cs-steps-title, .cs-steps--success .cs-steps-item--current ~ .cs-steps-item > .cs-steps-description {
  color: #268d4f !important;
}

.cs-steps--success .cs-steps-item--current ~ .cs-steps-item::after {
  background-color: #268d4f !important;
}

.cs-steps--warning .cs-steps-item::after, .cs-steps--warning .cs-steps-item::before {
  background-color: #ffffff;
  color: #F2C94C;
}

.cs-steps--warning .cs-steps-item > .cs-steps-title, .cs-steps--warning .cs-steps-item > .cs-steps-description {
  color: #ffffff;
}

.cs-steps--warning .cs-steps-item--current ~ .cs-steps-item > .cs-steps-title, .cs-steps--warning .cs-steps-item--current ~ .cs-steps-item > .cs-steps-description {
  color: #c99b0f !important;
}

.cs-steps--warning .cs-steps-item--current ~ .cs-steps-item::after {
  background-color: #c99b0f !important;
}

.cs-steps--error .cs-steps-item::after, .cs-steps--error .cs-steps-item::before {
  background-color: #ffffff;
  color: #EB5757;
}

.cs-steps--error .cs-steps-item > .cs-steps-title, .cs-steps--error .cs-steps-item > .cs-steps-description {
  color: #ffffff;
}

.cs-steps--error .cs-steps-item--current ~ .cs-steps-item > .cs-steps-title, .cs-steps--error .cs-steps-item--current ~ .cs-steps-item > .cs-steps-description {
  color: #c51717 !important;
}

.cs-steps--error .cs-steps-item--current ~ .cs-steps-item::after {
  background-color: #c51717 !important;
}

.cs-steps--gray .cs-steps-item::after, .cs-steps--gray .cs-steps-item::before {
  background-color: #ffffff;
  color: #828282;
}

.cs-steps--gray .cs-steps-item > .cs-steps-title, .cs-steps--gray .cs-steps-item > .cs-steps-description {
  color: #ffffff;
}

.cs-steps--gray .cs-steps-item--current ~ .cs-steps-item > .cs-steps-title, .cs-steps--gray .cs-steps-item--current ~ .cs-steps-item > .cs-steps-description {
  color: #4f4f4f !important;
}

.cs-steps--gray .cs-steps-item--current ~ .cs-steps-item::after {
  background-color: #4f4f4f !important;
}

.cs-steps--info .cs-steps-item::after, .cs-steps--info .cs-steps-item::before {
  background-color: #ffffff;
  color: #BB6BD9;
}

.cs-steps--info .cs-steps-item > .cs-steps-title, .cs-steps--info .cs-steps-item > .cs-steps-description {
  color: #ffffff;
}

.cs-steps--info .cs-steps-item--current ~ .cs-steps-item > .cs-steps-title, .cs-steps--info .cs-steps-item--current ~ .cs-steps-item > .cs-steps-description {
  color: #8d2db1 !important;
}

.cs-steps--info .cs-steps-item--current ~ .cs-steps-item::after {
  background-color: #8d2db1 !important;
}

.cs-table {
  display: table;
  width: 100%;
  font-size: 14px;
  color: #333333;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0px;
  margin-bottom: 15px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cs-table-row {
  display: table-row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cs-table-cell {
  display: table-cell;
  line-height: 1.5;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  background-color: #ffffff;
}

.cs-table-cell--sortable {
  padding-right: 20px !important;
  cursor: pointer;
  position: relative;
}

.cs-table-cell--sortable::before, .cs-table-cell--sortable::after {
  display: block;
  content: "";
  position: absolute;
  right: 5px;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cs-table-cell--sortable::before {
  top: 15px;
  border-bottom: 8px solid #F2F2F2;
}

.cs-table-cell--sortable::after {
  bottom: 15px;
  border-top: 8px solid #F2F2F2;
}

.cs-table-cell--asc::before {
  border-bottom-color: #2F80ED;
}

.cs-table-cell--desc::after {
  border-top-color: #2F80ED;
}

.cs-table-cell--1 {
  width: 8.33%;
}

.cs-table-cell--2 {
  width: 16.66%;
}

.cs-table-cell--3 {
  width: 24.99%;
}

.cs-table-cell--4 {
  width: 33.33%;
}

.cs-table-cell--5 {
  width: 41.66%;
}

.cs-table-cell--6 {
  width: 49.99%;
}

.cs-table-cell--7 {
  width: 58.33%;
}

.cs-table-cell--8 {
  width: 66.66%;
}

.cs-table-cell--9 {
  width: 74.99%;
}

.cs-table-cell--10 {
  width: 83.33%;
}

.cs-table-cell--11 {
  width: 91.66%;
}

.cs-table-cell--12 {
  width: 99.99%;
}

.cs-table--small .cs-table-cell {
  padding: 8px;
}

.cs-table--small .cs-table-cell::before {
  top: 8px;
}

.cs-table--small .cs-table-cell::after {
  bottom: 8px;
}

.cs-table--large .cs-table-cell {
  padding: 25px;
}

.cs-table--border .cs-table-cell {
  border: 2px solid #e1e5ea;
}

.cs-table--border .cs-table-cell:not(:last-child) {
  border-right: 0px !important;
}

.cs-table-header {
  display: table-header-group;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cs-table-header .cs-table-row:first-child .cs-table-cell:first-child {
  border-top-left-radius: 0px;
}

.cs-table-header .cs-table-row:first-child .cs-table-cell:last-child {
  border-top-right-radius: 0px;
}

.cs-table-header .cs-table-cell {
  vertical-align: bottom;
  font-weight: 600;
}

.cs-table-body {
  display: table-row-group;
  vertical-align: middle;
}

.cs-table-body .cs-table-row:last-child .cs-table-cell:first-child {
  border-bottom-left-radius: 0px;
}

.cs-table-body .cs-table-row:last-child .cs-table-cell:last-child {
  border-bottom-right-radius: 0px;
}

.cs-table--border .cs-table-body .cs-table-row:not(:last-child) .cs-table-cell {
  border-bottom: 0px !important;
}

.cs-table--divider .cs-table-body .cs-table-cell {
  border-top: 2px solid #e1e5ea;
}

.cs-table--striped .cs-table-body .cs-table-row:nth-child(odd) .cs-table-cell {
  background-color: #fafafa;
}

.cs-table--hover .cs-table-body .cs-table-row:hover .cs-table-cell {
  background-color: #F2F2F2;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cs-table--fixed {
  table-layout: fixed;
}

.cs-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.cs-table-row--primary, .cs-table-row--primary .cs-table-cell {
  background-color: #d3e4fb !important;
}

.cs-table-row--secondary, .cs-table-row--secondary .cs-table-cell {
  background-color: #f5fcf8 !important;
}

.cs-table-row--success, .cs-table-row--success .cs-table-cell {
  background-color: #d7f4e3 !important;
}

.cs-table-row--warning, .cs-table-row--warning .cs-table-cell {
  background-color: #fcf4db !important;
}

.cs-table-row--error, .cs-table-row--error .cs-table-cell {
  background-color: #fbe0e0 !important;
}

.cs-table-row--gray, .cs-table-row--gray .cs-table-cell {
  background-color: !important;
}

.cs-table-row--info, .cs-table-row--info .cs-table-cell {
  background-color: !important;
}

.cs-tooltip {
  position: relative;
  overflow: hidden;
}

.cs-tooltip:hover {
  overflow: visible;
}

.cs-tooltip:hover .cs-tooltip-content {
  display: block;
}

.cs-tooltip-content {
  background: #333333;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  max-width: 200px;
  padding: 1em;
  position: absolute;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-tooltip-content::after {
  background: #333333;
  content: "";
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.cs-tooltip-top .cs-tooltip-content {
  bottom: calc(100% + 1em);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cs-tooltip-top .cs-tooltip-content::after {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

.cs-tooltip-bottom .cs-tooltip-content {
  top: calc(100% + 1em);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cs-tooltip-bottom .cs-tooltip-content::after {
  top: -5px;
  left: calc(50% - 5px);
}

.cs-tooltip-right .cs-tooltip-content {
  left: calc(100% + 1em);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs-tooltip-right .cs-tooltip-content::after {
  left: -5px;
  margin-top: -5px;
  top: 50%;
}

.cs-tooltip-left .cs-tooltip-content {
  right: calc(100% + 1em);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs-tooltip-left .cs-tooltip-content::after {
  right: -5px;
  margin-top: -5px;
  top: 50%;
}

.cs-tooltip--primary .cs-tooltip-content {
  background: #2F80ED;
  color: #ffffff;
}

.cs-tooltip--primary .cs-tooltip-content::after {
  background: #2F80ED;
}

.cs-tooltip--secondary .cs-tooltip-content {
  background: #6FCF97;
  color: #333333;
}

.cs-tooltip--secondary .cs-tooltip-content::after {
  background: #6FCF97;
}

.cs-tooltip--success .cs-tooltip-content {
  background: #4acf7f;
  color: #ffffff;
}

.cs-tooltip--success .cs-tooltip-content::after {
  background: #4acf7f;
}

.cs-tooltip--warning .cs-tooltip-content {
  background: #F2C94C;
  color: #333333;
}

.cs-tooltip--warning .cs-tooltip-content::after {
  background: #F2C94C;
}

.cs-tooltip--error .cs-tooltip-content {
  background: #EB5757;
  color: #ffffff;
}

.cs-tooltip--error .cs-tooltip-content::after {
  background: #EB5757;
}

.cs-tooltip--dark .cs-tooltip-content {
  background: #333333;
  color: #ffffff;
}

.cs-tooltip--dark .cs-tooltip-content::after {
  background: #333333;
}

.cs-tooltip--light .cs-tooltip-content {
  background: #F2F2F2;
  color: #333333;
}

.cs-tooltip--light .cs-tooltip-content::after {
  background: #F2F2F2;
}

.cs-tooltip--gray .cs-tooltip-content {
  background: #828282;
  color: #ffffff;
}

.cs-tooltip--gray .cs-tooltip-content::after {
  background: #828282;
}

.cs-tooltip--info .cs-tooltip-content {
  background: #BB6BD9;
  color: #ffffff;
}

.cs-tooltip--info .cs-tooltip-content::after {
  background: #BB6BD9;
}

.cs-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  background-color: #F2F2F2;
  padding-top: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  border-radius: 0px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.cs-tabs-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 100px;
  min-height: calc(40px - 2 * 10px);
  padding: 10px;
  line-height: calc(40px - 2 * 10px);
  font-weight: 600;
  text-align: center;
  color: #666666;
  border-radius: 0px;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}

.cs-tabs-item:not(.cs-tabs-item--active):hover {
  color: #2F80ED;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cs-tabs-item--active {
  background-color: #ffffff !important;
  color: #333333 !important;
}

@media screen and (max-width: 600px) {
  .cs-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs-content {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 600px) {
  .cs-content--small {
    width: 560px;
    padding-left: calc(50% - 560px / 2);
    padding-right: calc(50% - 560px / 2);
  }
}
@media screen and (min-width: 768px) {
  .cs-content--medium {
    width: 728px;
    padding-left: calc(50% - 728px / 2);
    padding-right: calc(50% - 728px / 2);
  }
}
@media screen and (min-width: 1024px) {
  .cs-content--large {
    width: 984px;
    padding-left: calc(50% - 984px / 2);
    padding-right: calc(50% - 984px / 2);
  }
}
@media screen and (min-width: 1280px) {
  .cs-content--xlarge {
    width: 1240px;
    padding-left: calc(50% - 1240px / 2);
    padding-right: calc(50% - 1240px / 2);
  }
}
@media screen and (min-width: 1600px) {
  .cs-content--xxlarge {
    width: 1560px;
    padding-left: calc(50% - 1560px / 2);
    padding-right: calc(50% - 1560px / 2);
  }
}
.cs-footer {
  display: block;
  padding-top: 40px;
  padding-bottom: 80px;
  font-size: 14px;
  background-color: #f6f6f9;
  color: #6a727c;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
}

.cs-footer-link {
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  color: #333333;
}

.cs-footer-link:hover {
  color: #2F80ED;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 600px) {
  .cs-footer--small {
    width: 560px;
    padding-left: calc(50% - 560px / 2);
    padding-right: calc(50% - 560px / 2);
  }
}
@media screen and (min-width: 768px) {
  .cs-footer--medium {
    width: 728px;
    padding-left: calc(50% - 728px / 2);
    padding-right: calc(50% - 728px / 2);
  }
}
@media screen and (min-width: 1024px) {
  .cs-footer--large {
    width: 984px;
    padding-left: calc(50% - 984px / 2);
    padding-right: calc(50% - 984px / 2);
  }
}
@media screen and (min-width: 1280px) {
  .cs-footer--xlarge {
    width: 1240px;
    padding-left: calc(50% - 1240px / 2);
    padding-right: calc(50% - 1240px / 2);
  }
}
@media screen and (min-width: 1600px) {
  .cs-footer--xxlarge {
    width: 1560px;
    padding-left: calc(50% - 1560px / 2);
    padding-right: calc(50% - 1560px / 2);
  }
}
.cs-jumbotron {
  display: block;
  padding-top: 85px;
  padding-bottom: 85px;
  color: #333333;
  background-color: #ffffff;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
}

.cs-jumbotron-title {
  display: block;
  line-height: 50px;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
}

.cs-jumbotron-subtitle {
  display: block;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  opacity: 0.8;
  text-decoration: none;
}

.cs-jumbotron-title + .cs-jumbotron-subtitle {
  margin-top: 8px;
}

.cs-jumbotron--primary {
  background-color: #2F80ED;
  color: #ffffff;
}

.cs-jumbotron--secondary {
  background-color: #6FCF97;
  color: #333333;
}

.cs-jumbotron--success {
  background-color: #4acf7f;
  color: #ffffff;
}

.cs-jumbotron--warning {
  background-color: #F2C94C;
  color: #333333;
}

.cs-jumbotron--error {
  background-color: #EB5757;
  color: #ffffff;
}

.cs-jumbotron--dark {
  background-color: #333333;
  color: #ffffff;
}

.cs-jumbotron--light {
  background-color: #F2F2F2;
  color: #333333;
}

.cs-jumbotron--gray {
  background-color: #828282;
  color: #ffffff;
}

.cs-jumbotron--info {
  background-color: #BB6BD9;
  color: #ffffff;
}

@media screen and (min-width: 600px) {
  .cs-jumbotron--small {
    width: 560px;
    padding-left: calc(50% - 560px / 2);
    padding-right: calc(50% - 560px / 2);
  }
}
@media screen and (min-width: 768px) {
  .cs-jumbotron--medium {
    width: 728px;
    padding-left: calc(50% - 728px / 2);
    padding-right: calc(50% - 728px / 2);
  }
}
@media screen and (min-width: 1024px) {
  .cs-jumbotron--large {
    width: 984px;
    padding-left: calc(50% - 984px / 2);
    padding-right: calc(50% - 984px / 2);
  }
}
@media screen and (min-width: 1280px) {
  .cs-jumbotron--xlarge {
    width: 1240px;
    padding-left: calc(50% - 1240px / 2);
    padding-right: calc(50% - 1240px / 2);
  }
}
@media screen and (min-width: 1600px) {
  .cs-jumbotron--xxlarge {
    width: 1560px;
    padding-left: calc(50% - 1560px / 2);
    padding-right: calc(50% - 1560px / 2);
  }
}
.cs-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: #ffffff;
  color: #333333;
}

.cs-navbar-brand, .cs-navbar-link {
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
}

.cs-navbar-brand {
  font-size: 18px;
  margin-right: 10px;
  color: #333333;
}

.cs-navbar-link {
  display: block;
  font-size: 14px;
  opacity: 0.6;
  color: #333333;
}

.cs-navbar-link:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cs-navbar-link--active {
  font-weight: bold;
  opacity: 1 !important;
}

.cs-navbar-link--disabled {
  opacity: 0.4 !important;
  cursor: not-allowed;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  .cs-navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cs-navbar-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cs-navbar-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .cs-navbar-menu {
    display: block;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
  .cs-navbar-item {
    padding-top: 10px;
  }
  .cs-navbar-toggle {
    display: block;
    position: relative;
    width: 26px;
    height: 30px;
    cursor: pointer;
  }
  .cs-navbar-toggle::before {
    content: "";
    position: absolute;
    border-top: 4px solid #333333;
    border-bottom: 4px solid #333333;
    width: 100%;
    height: 16px;
    top: 3px;
  }
  .cs-navbar-toggle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #333333;
    top: 13px;
  }
  .cs-navbar-toggle:focus + .cs-navbar-menu {
    display: block !important;
    max-height: 100vh;
  }
}
.cs-navbar--fixed-top, .cs-navbar--fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 50;
}

.cs-navbar--fixed-top {
  top: 0;
}

.cs-navbar--fixed-bottom {
  bottom: 0;
}

.cs-navbar--primary {
  background-color: #2F80ED;
  color: #ffffff;
}

.cs-navbar--primary .cs-navbar-link, .cs-navbar--primary .cs-navbar-brand {
  color: #ffffff;
}

.cs-navbar--primary .cs-navbar-toggle::before {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cs-navbar--primary .cs-navbar-toggle::after {
  background-color: #ffffff;
}

.cs-navbar--secondary {
  background-color: #6FCF97;
  color: #333333;
}

.cs-navbar--secondary .cs-navbar-link, .cs-navbar--secondary .cs-navbar-brand {
  color: #333333;
}

.cs-navbar--secondary .cs-navbar-toggle::before {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.cs-navbar--secondary .cs-navbar-toggle::after {
  background-color: #333333;
}

.cs-navbar--success {
  background-color: #4acf7f;
  color: #ffffff;
}

.cs-navbar--success .cs-navbar-link, .cs-navbar--success .cs-navbar-brand {
  color: #ffffff;
}

.cs-navbar--success .cs-navbar-toggle::before {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cs-navbar--success .cs-navbar-toggle::after {
  background-color: #ffffff;
}

.cs-navbar--warning {
  background-color: #F2C94C;
  color: #333333;
}

.cs-navbar--warning .cs-navbar-link, .cs-navbar--warning .cs-navbar-brand {
  color: #333333;
}

.cs-navbar--warning .cs-navbar-toggle::before {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.cs-navbar--warning .cs-navbar-toggle::after {
  background-color: #333333;
}

.cs-navbar--error {
  background-color: #EB5757;
  color: #ffffff;
}

.cs-navbar--error .cs-navbar-link, .cs-navbar--error .cs-navbar-brand {
  color: #ffffff;
}

.cs-navbar--error .cs-navbar-toggle::before {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cs-navbar--error .cs-navbar-toggle::after {
  background-color: #ffffff;
}

.cs-navbar--dark {
  background-color: #333333;
  color: #ffffff;
}

.cs-navbar--dark .cs-navbar-link, .cs-navbar--dark .cs-navbar-brand {
  color: #ffffff;
}

.cs-navbar--dark .cs-navbar-toggle::before {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cs-navbar--dark .cs-navbar-toggle::after {
  background-color: #ffffff;
}

.cs-navbar--light {
  background-color: #F2F2F2;
  color: #333333;
}

.cs-navbar--light .cs-navbar-link, .cs-navbar--light .cs-navbar-brand {
  color: #333333;
}

.cs-navbar--light .cs-navbar-toggle::before {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.cs-navbar--light .cs-navbar-toggle::after {
  background-color: #333333;
}

.cs-navbar--gray {
  background-color: #828282;
  color: #ffffff;
}

.cs-navbar--gray .cs-navbar-link, .cs-navbar--gray .cs-navbar-brand {
  color: #ffffff;
}

.cs-navbar--gray .cs-navbar-toggle::before {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cs-navbar--gray .cs-navbar-toggle::after {
  background-color: #ffffff;
}

.cs-navbar--info {
  background-color: #BB6BD9;
  color: #ffffff;
}

.cs-navbar--info .cs-navbar-link, .cs-navbar--info .cs-navbar-brand {
  color: #ffffff;
}

.cs-navbar--info .cs-navbar-toggle::before {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cs-navbar--info .cs-navbar-toggle::after {
  background-color: #ffffff;
}

@media screen and (min-width: 600px) {
  .cs-navbar--small {
    width: 560px;
    padding-left: calc(50% - 560px / 2);
    padding-right: calc(50% - 560px / 2);
  }
}
@media screen and (min-width: 768px) {
  .cs-navbar--medium {
    width: 728px;
    padding-left: calc(50% - 728px / 2);
    padding-right: calc(50% - 728px / 2);
  }
}
@media screen and (min-width: 1024px) {
  .cs-navbar--large {
    width: 984px;
    padding-left: calc(50% - 984px / 2);
    padding-right: calc(50% - 984px / 2);
  }
}
@media screen and (min-width: 1280px) {
  .cs-navbar--xlarge {
    width: 1240px;
    padding-left: calc(50% - 1240px / 2);
    padding-right: calc(50% - 1240px / 2);
  }
}
@media screen and (min-width: 1600px) {
  .cs-navbar--xxlarge {
    width: 1560px;
    padding-left: calc(50% - 1560px / 2);
    padding-right: calc(50% - 1560px / 2);
  }
}
@font-face {
  font-family: "cospirit";
  src: url(/assets/fonts/cospirit.eot);
  src: url(/assets/fonts/cospirit.eot) format("embedded-opentype"), url(/assets/fonts/cospirit.woff2) format("woff2"), url(/assets/fonts/cospirit.woff) format("woff"), url(/assets/fonts/cospirit.ttf) format("truetype"), url(/assets/fonts/cospirit.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cospirit';
    src: url('../font/cospirit.svg?58243512#cospirit') format('svg');
  }
}
*/
[class^=cs-icon-]:before, [class*=" cs-icon-"]:before {
  font-family: "cospirit";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.cs-icon-xxs {
  font-size: 0.5em;
}

.cs-icon-xs {
  font-size: 0.75em;
}

.cs-icon-sm {
  font-size: 0.875em;
}

.cs-icon-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.cs-icon-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -0.075em;
}

.cs-icon-1x {
  font-size: 1em;
}

.cs-icon-2x {
  font-size: 2em;
}

.cs-icon-3x {
  font-size: 3em;
}

.cs-icon-4x {
  font-size: 4em;
}

.cs-icon-5x {
  font-size: 5em;
}

.cs-icon-6x {
  font-size: 6em;
}

.cs-icon-7x {
  font-size: 7em;
}

.cs-icon-8x {
  font-size: 8em;
}

.cs-icon-9x {
  font-size: 9em;
}

.cs-icon-10x {
  font-size: 10em;
}

.cs-icon-fw {
  text-align: center;
  width: 1.25em;
}

.cs-icon-youtube-logo:before {
  content: "\E800";
} /* '' */
.cs-icon-x-square:before {
  content: "\E801";
} /* '' */
.cs-icon-x-circle:before {
  content: "\E802";
} /* '' */
.cs-icon-x:before {
  content: "\E803";
} /* '' */
.cs-icon-wrench:before {
  content: "\E804";
} /* '' */
.cs-icon-wind:before {
  content: "\E805";
} /* '' */
.cs-icon-wifi-x:before {
  content: "\E806";
} /* '' */
.cs-icon-wifi-slash:before {
  content: "\E807";
} /* '' */
.cs-icon-wifi-none:before {
  content: "\E808";
} /* '' */
.cs-icon-wifi-medium:before {
  content: "\E809";
} /* '' */
.cs-icon-wifi-low:before {
  content: "\E80A";
} /* '' */
.cs-icon-wifi-high:before {
  content: "\E80B";
} /* '' */
.cs-icon-wheelchair:before {
  content: "\E80C";
} /* '' */
.cs-icon-whatsapp-logo:before {
  content: "\E80D";
} /* '' */
.cs-icon-watch:before {
  content: "\E80E";
} /* '' */
.cs-icon-warning-octagon:before {
  content: "\E80F";
} /* '' */
.cs-icon-warning-circle:before {
  content: "\E810";
} /* '' */
.cs-icon-wall:before {
  content: "\E811";
} /* '' */
.cs-icon-voicemail:before {
  content: "\E812";
} /* '' */
.cs-icon-warning:before {
  content: "\E813";
} /* '' */
.cs-icon-wallet:before {
  content: "\E814";
} /* '' */
.cs-icon-video-camera-slash:before {
  content: "\E815";
} /* '' */
.cs-icon-user-square:before {
  content: "\E816";
} /* '' */
.cs-icon-vibrate:before {
  content: "\E817";
} /* '' */
.cs-icon-video-camera:before {
  content: "\E818";
} /* '' */
.cs-icon-users:before {
  content: "\E819";
} /* '' */
.cs-icon-user-rectangle:before {
  content: "\E81A";
} /* '' */
.cs-icon-user-plus:before {
  content: "\E81B";
} /* '' */
.cs-icon-user-circle-minus:before {
  content: "\E81C";
} /* '' */
.cs-icon-user-circle-plus:before {
  content: "\E81D";
} /* '' */
.cs-icon-user-circle:before {
  content: "\E81E";
} /* '' */
.cs-icon-user-circle-gear:before {
  content: "\E81F";
} /* '' */
.cs-icon-user:before {
  content: "\E820";
} /* '' */
.cs-icon-user-minus:before {
  content: "\E821";
} /* '' */
.cs-icon-upload-simple:before {
  content: "\E822";
} /* '' */
.cs-icon-umbrella:before {
  content: "\E823";
} /* '' */
.cs-icon-upload:before {
  content: "\E824";
} /* '' */
.cs-icon-umbrella-simple:before {
  content: "\E825";
} /* '' */
.cs-icon-twitch-logo:before {
  content: "\E826";
} /* '' */
.cs-icon-user-gear:before {
  content: "\E827";
} /* '' */
.cs-icon-twitter-logo:before {
  content: "\E828";
} /* '' */
.cs-icon-t-shirt:before {
  content: "\E829";
} /* '' */
.cs-icon-truck:before {
  content: "\E82A";
} /* '' */
.cs-icon-trophy:before {
  content: "\E82B";
} /* '' */
.cs-icon-triangle:before {
  content: "\E82C";
} /* '' */
.cs-icon-trend-up:before {
  content: "\E82D";
} /* '' */
.cs-icon-trend-down:before {
  content: "\E82E";
} /* '' */
.cs-icon-tree-structure:before {
  content: "\E82F";
} /* '' */
.cs-icon-tray:before {
  content: "\E830";
} /* '' */
.cs-icon-trash-simple:before {
  content: "\E831";
} /* '' */
.cs-icon-trash:before {
  content: "\E832";
} /* '' */
.cs-icon-translate:before {
  content: "\E833";
} /* '' */
.cs-icon-train-simple:before {
  content: "\E834";
} /* '' */
.cs-icon-train-regional:before {
  content: "\E835";
} /* '' */
.cs-icon-train:before {
  content: "\E836";
} /* '' */
.cs-icon-traffic-sign:before {
  content: "\E837";
} /* '' */
.cs-icon-tote-simple:before {
  content: "\E838";
} /* '' */
.cs-icon-tote:before {
  content: "\E839";
} /* '' */
.cs-icon-toggle-right:before {
  content: "\E83A";
} /* '' */
.cs-icon-toggle-left:before {
  content: "\E83B";
} /* '' */
.cs-icon-timer:before {
  content: "\E83C";
} /* '' */
.cs-icon-ticket:before {
  content: "\E83D";
} /* '' */
.cs-icon-thumbs-up:before {
  content: "\E83E";
} /* '' */
.cs-icon-thumbs-down:before {
  content: "\E83F";
} /* '' */
.cs-icon-thermometer-simple:before {
  content: "\E840";
} /* '' */
.cs-icon-thermometer-hot:before {
  content: "\E841";
} /* '' */
.cs-icon-thermometer-cold:before {
  content: "\E842";
} /* '' */
.cs-icon-thermometer:before {
  content: "\E843";
} /* '' */
.cs-icon-text-underline:before {
  content: "\E844";
} /* '' */
.cs-icon-text-t:before {
  content: "\E845";
} /* '' */
.cs-icon-text-strikethrough:before {
  content: "\E846";
} /* '' */
.cs-icon-text-italic:before {
  content: "\E847";
} /* '' */
.cs-icon-text-bolder:before {
  content: "\E848";
} /* '' */
.cs-icon-text-align-right:before {
  content: "\E849";
} /* '' */
.cs-icon-text-align-left:before {
  content: "\E84A";
} /* '' */
.cs-icon-text-align-justify:before {
  content: "\E84B";
} /* '' */
.cs-icon-text-align-center:before {
  content: "\E84C";
} /* '' */
.cs-icon-terminal:before {
  content: "\E84D";
} /* '' */
.cs-icon-telegram-logo:before {
  content: "\E84E";
} /* '' */
.cs-icon-target:before {
  content: "\E84F";
} /* '' */
.cs-icon-tag-simple:before {
  content: "\E850";
} /* '' */
.cs-icon-tag-chevron:before {
  content: "\E851";
} /* '' */
.cs-icon-tag:before {
  content: "\E852";
} /* '' */
.cs-icon-table:before {
  content: "\E853";
} /* '' */
.cs-icon-sword:before {
  content: "\E854";
} /* '' */
.cs-icon-swatches:before {
  content: "\E855";
} /* '' */
.cs-icon-sun-horizon:before {
  content: "\E856";
} /* '' */
.cs-icon-sun-dim:before {
  content: "\E857";
} /* '' */
.cs-icon-sun:before {
  content: "\E858";
} /* '' */
.cs-icon-suitcase-simple:before {
  content: "\E859";
} /* '' */
.cs-icon-suitcase:before {
  content: "\E85A";
} /* '' */
.cs-icon-storefront:before {
  content: "\E85B";
} /* '' */
.cs-icon-stop-circle:before {
  content: "\E85C";
} /* '' */
.cs-icon-stop:before {
  content: "\E85D";
} /* '' */
.cs-icon-sticker:before {
  content: "\E85E";
} /* '' */
.cs-icon-star:before {
  content: "\E85F";
} /* '' */
.cs-icon-stack-simple:before {
  content: "\E860";
} /* '' */
.cs-icon-stack:before {
  content: "\E861";
} /* '' */
.cs-icon-squares-four:before {
  content: "\E862";
} /* '' */
.cs-icon-square-half:before {
  content: "\E863";
} /* '' */
.cs-icon-square:before {
  content: "\E864";
} /* '' */
.cs-icon-spotify-logo:before {
  content: "\E865";
} /* '' */
.cs-icon-spinner-gap:before {
  content: "\E866";
} /* '' */
.cs-icon-spinner:before {
  content: "\E867";
} /* '' */
.cs-icon-speaker-x:before {
  content: "\E868";
} /* '' */
.cs-icon-speaker-slash:before {
  content: "\E869";
} /* '' */
.cs-icon-speaker-simple-x:before {
  content: "\E86A";
} /* '' */
.cs-icon-speaker-simple-slash:before {
  content: "\E86B";
} /* '' */
.cs-icon-speaker-simple-none:before {
  content: "\E86C";
} /* '' */
.cs-icon-speaker-simple-low:before {
  content: "\E86D";
} /* '' */
.cs-icon-speaker-simple-high:before {
  content: "\E86E";
} /* '' */
.cs-icon-speaker-none:before {
  content: "\E86F";
} /* '' */
.cs-icon-speaker-low:before {
  content: "\E870";
} /* '' */
.cs-icon-speaker-high:before {
  content: "\E871";
} /* '' */
.cs-icon-spade:before {
  content: "\E872";
} /* '' */
.cs-icon-sort-descending:before {
  content: "\E873";
} /* '' */
.cs-icon-sort-ascending:before {
  content: "\E874";
} /* '' */
.cs-icon-snowflake:before {
  content: "\E875";
} /* '' */
.cs-icon-snapchat-logo:before {
  content: "\E876";
} /* '' */
.cs-icon-smiley-x-eyes:before {
  content: "\E877";
} /* '' */
.cs-icon-smiley-wink:before {
  content: "\E878";
} /* '' */
.cs-icon-smiley-sticker:before {
  content: "\E879";
} /* '' */
.cs-icon-smiley-sad:before {
  content: "\E87A";
} /* '' */
.cs-icon-smiley-nervous:before {
  content: "\E87B";
} /* '' */
.cs-icon-smiley-meh:before {
  content: "\E87C";
} /* '' */
.cs-icon-smiley-blank:before {
  content: "\E87D";
} /* '' */
.cs-icon-smiley:before {
  content: "\E87E";
} /* '' */
.cs-icon-sliders-horizontal:before {
  content: "\E87F";
} /* '' */
.cs-icon-sliders:before {
  content: "\E880";
} /* '' */
.cs-icon-slack-logo:before {
  content: "\E881";
} /* '' */
.cs-icon-skip-forward-circle:before {
  content: "\E882";
} /* '' */
.cs-icon-skip-forward:before {
  content: "\E883";
} /* '' */
.cs-icon-skip-back-circle:before {
  content: "\E884";
} /* '' */
.cs-icon-skip-back:before {
  content: "\E885";
} /* '' */
.cs-icon-sketch-logo:before {
  content: "\E886";
} /* '' */
.cs-icon-sim-card:before {
  content: "\E887";
} /* '' */
.cs-icon-sign-out:before {
  content: "\E888";
} /* '' */
.cs-icon-sign-in:before {
  content: "\E889";
} /* '' */
.cs-icon-shuffle-simple:before {
  content: "\E88A";
} /* '' */
.cs-icon-shuffle-angular:before {
  content: "\E88B";
} /* '' */
.cs-icon-shuffle:before {
  content: "\E88C";
} /* '' */
.cs-icon-shopping-cart-simple:before {
  content: "\E88D";
} /* '' */
.cs-icon-shopping-cart:before {
  content: "\E88E";
} /* '' */
.cs-icon-shopping-bag-open:before {
  content: "\E88F";
} /* '' */
.cs-icon-shopping-bag:before {
  content: "\E890";
} /* '' */
.cs-icon-shield-warning:before {
  content: "\E891";
} /* '' */
.cs-icon-shield-slash:before {
  content: "\E892";
} /* '' */
.cs-icon-shield-chevron:before {
  content: "\E893";
} /* '' */
.cs-icon-shield-check:before {
  content: "\E894";
} /* '' */
.cs-icon-shield:before {
  content: "\E895";
} /* '' */
.cs-icon-share-network:before {
  content: "\E896";
} /* '' */
.cs-icon-share:before {
  content: "\E897";
} /* '' */
.cs-icon-scribble-loop:before {
  content: "\E898";
} /* '' */
.cs-icon-screencast:before {
  content: "\E899";
} /* '' */
.cs-icon-scissors:before {
  content: "\E89A";
} /* '' */
.cs-icon-rss-simple:before {
  content: "\E89B";
} /* '' */
.cs-icon-rss:before {
  content: "\E89C";
} /* '' */
.cs-icon-rows:before {
  content: "\E89D";
} /* '' */
.cs-icon-rocket-launch:before {
  content: "\E89E";
} /* '' */
.cs-icon-rocket:before {
  content: "\E89F";
} /* '' */
.cs-icon-rewind-circle:before {
  content: "\E8A0";
} /* '' */
.cs-icon-repeat-once:before {
  content: "\E8A1";
} /* '' */
.cs-icon-repeat:before {
  content: "\E8A2";
} /* '' */
.cs-icon-reddit-logo:before {
  content: "\E8A3";
} /* '' */
.cs-icon-rectangle:before {
  content: "\E8A4";
} /* '' */
.cs-icon-record:before {
  content: "\E8A5";
} /* '' */
.cs-icon-receipt:before {
  content: "\E8A6";
} /* '' */
.cs-icon-rainbow-cloud:before {
  content: "\E8A7";
} /* '' */
.cs-icon-rainbow:before {
  content: "\E8A8";
} /* '' */
.cs-icon-radical:before {
  content: "\E8A9";
} /* '' */
.cs-icon-quotes:before {
  content: "\E8AA";
} /* '' */
.cs-icon-question:before {
  content: "\E8AB";
} /* '' */
.cs-icon-qr-code:before {
  content: "\E8AC";
} /* '' */
.cs-icon-puzzle-piece:before {
  content: "\E8AD";
} /* '' */
.cs-icon-push-pin-slash:before {
  content: "\E8AE";
} /* '' */
.cs-icon-push-pin-simple-slash:before {
  content: "\E8AF";
} /* '' */
.cs-icon-push-pin-simple:before {
  content: "\E8B0";
} /* '' */
.cs-icon-push-pin:before {
  content: "\E8B1";
} /* '' */
.cs-icon-projector-screen-chart:before {
  content: "\E8B2";
} /* '' */
.cs-icon-projector-screen:before {
  content: "\E8B3";
} /* '' */
.cs-icon-prohibit-inset:before {
  content: "\E8B4";
} /* '' */
.cs-icon-prohibit:before {
  content: "\E8B5";
} /* '' */
.cs-icon-printer:before {
  content: "\E8B6";
} /* '' */
.cs-icon-presentation-chart:before {
  content: "\E8B7";
} /* '' */
.cs-icon-presentation:before {
  content: "\E8B8";
} /* '' */
.cs-icon-power:before {
  content: "\E8B9";
} /* '' */
.cs-icon-poker-chip:before {
  content: "\E8BA";
} /* '' */
.cs-icon-plus-minus:before {
  content: "\E8BB";
} /* '' */
.cs-icon-plus-circle:before {
  content: "\E8BC";
} /* '' */
.cs-icon-plus:before {
  content: "\E8BD";
} /* '' */
.cs-icon-play-circle:before {
  content: "\E8BE";
} /* '' */
.cs-icon-play:before {
  content: "\E8BF";
} /* '' */
.cs-icon-planet:before {
  content: "\E8C0";
} /* '' */
.cs-icon-placeholder:before {
  content: "\E8C1";
} /* '' */
.cs-icon-pinterest-logo:before {
  content: "\E8C2";
} /* '' */
.cs-icon-picture-in-picture:before {
  content: "\E8C3";
} /* '' */
.cs-icon-phosphor-logo:before {
  content: "\E8C4";
} /* '' */
.cs-icon-phone-x:before {
  content: "\E8C5";
} /* '' */
.cs-icon-phone-slash:before {
  content: "\E8C6";
} /* '' */
.cs-icon-phone-outgoing:before {
  content: "\E8C7";
} /* '' */
.cs-icon-phone-incoming:before {
  content: "\E8C8";
} /* '' */
.cs-icon-phone-disconnect:before {
  content: "\E8C9";
} /* '' */
.cs-icon-phone-call:before {
  content: "\E8CA";
} /* '' */
.cs-icon-phone:before {
  content: "\E8CB";
} /* '' */
.cs-icon-percent:before {
  content: "\E8CC";
} /* '' */
.cs-icon-pen-nib-straight:before {
  content: "\E8CD";
} /* '' */
.cs-icon-pen-nib:before {
  content: "\E8CE";
} /* '' */
.cs-icon-pencil-simple:before {
  content: "\E8CF";
} /* '' */
.cs-icon-pencil-line:before {
  content: "\E8D0";
} /* '' */
.cs-icon-pencil-circle:before {
  content: "\E8D1";
} /* '' */
.cs-icon-pencil:before {
  content: "\E8D2";
} /* '' */
.cs-icon-pen:before {
  content: "\E8D3";
} /* '' */
.cs-icon-pedestrian:before {
  content: "\E8D4";
} /* '' */
.cs-icon-peace:before {
  content: "\E8D5";
} /* '' */
.cs-icon-paw-print:before {
  content: "\E8D6";
} /* '' */
.cs-icon-pause-circle:before {
  content: "\E8D7";
} /* '' */
.cs-icon-pause:before {
  content: "\E8D8";
} /* '' */
.cs-icon-path:before {
  content: "\E8D9";
} /* '' */
.cs-icon-paper-plane-tilt:before {
  content: "\E8DA";
} /* '' */
.cs-icon-paper-plane-right:before {
  content: "\E8DB";
} /* '' */
.cs-icon-paper-plane:before {
  content: "\E8DC";
} /* '' */
.cs-icon-paperclip-horizontal:before {
  content: "\E8DD";
} /* '' */
.cs-icon-paperclip:before {
  content: "\E8DE";
} /* '' */
.cs-icon-paint-bucket:before {
  content: "\E8DF";
} /* '' */
.cs-icon-paint-brush-broad:before {
  content: "\E8E0";
} /* '' */
.cs-icon-package:before {
  content: "\E8E1";
} /* '' */
.cs-icon-octagon:before {
  content: "\E8E2";
} /* '' */
.cs-icon-ny-times-logo:before {
  content: "\E8E3";
} /* '' */
.cs-icon-nut:before {
  content: "\E8E4";
} /* '' */
.cs-icon-number-zero:before {
  content: "\E8E5";
} /* '' */
.cs-icon-number-two:before {
  content: "\E8E6";
} /* '' */
.cs-icon-number-three:before {
  content: "\E8E7";
} /* '' */
.cs-icon-number-square-zero:before {
  content: "\E8E8";
} /* '' */
.cs-icon-number-square-two:before {
  content: "\E8E9";
} /* '' */
.cs-icon-number-square-three:before {
  content: "\E8EA";
} /* '' */
.cs-icon-number-square-six:before {
  content: "\E8EB";
} /* '' */
.cs-icon-number-square-seven:before {
  content: "\E8EC";
} /* '' */
.cs-icon-number-square-one:before {
  content: "\E8ED";
} /* '' */
.cs-icon-number-square-nine:before {
  content: "\E8EE";
} /* '' */
.cs-icon-number-square-four:before {
  content: "\E8EF";
} /* '' */
.cs-icon-number-square-five:before {
  content: "\E8F0";
} /* '' */
.cs-icon-number-square-eight:before {
  content: "\E8F1";
} /* '' */
.cs-icon-number-six:before {
  content: "\E8F2";
} /* '' */
.cs-icon-number-seven:before {
  content: "\E8F3";
} /* '' */
.cs-icon-number-one:before {
  content: "\E8F4";
} /* '' */
.cs-icon-number-nine:before {
  content: "\E8F5";
} /* '' */
.cs-icon-number-four:before {
  content: "\E8F6";
} /* '' */
.cs-icon-number-five:before {
  content: "\E8F7";
} /* '' */
.cs-icon-number-eight:before {
  content: "\E8F8";
} /* '' */
.cs-icon-number-circle-zero:before {
  content: "\E8F9";
} /* '' */
.cs-icon-number-circle-two:before {
  content: "\E8FA";
} /* '' */
.cs-icon-number-circle-three:before {
  content: "\E8FB";
} /* '' */
.cs-icon-number-circle-six:before {
  content: "\E8FC";
} /* '' */
.cs-icon-number-circle-seven:before {
  content: "\E8FD";
} /* '' */
.cs-icon-number-circle-one:before {
  content: "\E8FE";
} /* '' */
.cs-icon-number-circle-nine:before {
  content: "\E8FF";
} /* '' */
.cs-icon-number-circle-four:before {
  content: "\E900";
} /* '' */
.cs-icon-number-circle-five:before {
  content: "\E901";
} /* '' */
.cs-icon-number-circle-eight:before {
  content: "\E902";
} /* '' */
.cs-icon-note-pencil:before {
  content: "\E903";
} /* '' */
.cs-icon-notepad:before {
  content: "\E904";
} /* '' */
.cs-icon-notebook:before {
  content: "\E905";
} /* '' */
.cs-icon-note-blank:before {
  content: "\E906";
} /* '' */
.cs-icon-note:before {
  content: "\E907";
} /* '' */
.cs-icon-newspaper-clipping:before {
  content: "\E908";
} /* '' */
.cs-icon-newspaper:before {
  content: "\E909";
} /* '' */
.cs-icon-navigation-arrow:before {
  content: "\E90A";
} /* '' */
.cs-icon-music-notes-simple:before {
  content: "\E90B";
} /* '' */
.cs-icon-music-note-simple:before {
  content: "\E90C";
} /* '' */
.cs-icon-music-notes:before {
  content: "\E90D";
} /* '' */
.cs-icon-music-note:before {
  content: "\E90E";
} /* '' */
.cs-icon-mouse-simple:before {
  content: "\E90F";
} /* '' */
.cs-icon-mouse:before {
  content: "\E910";
} /* '' */
.cs-icon-moon-stars:before {
  content: "\E911";
} /* '' */
.cs-icon-moon:before {
  content: "\E912";
} /* '' */
.cs-icon-monitor-play:before {
  content: "\E913";
} /* '' */
.cs-icon-monitor:before {
  content: "\E914";
} /* '' */
.cs-icon-money:before {
  content: "\E915";
} /* '' */
.cs-icon-minus-circle:before {
  content: "\E916";
} /* '' */
.cs-icon-minus:before {
  content: "\E917";
} /* '' */
.cs-icon-microphone-slash:before {
  content: "\E918";
} /* '' */
.cs-icon-microphone:before {
  content: "\E919";
} /* '' */
.cs-icon-megaphone-simple:before {
  content: "\E91A";
} /* '' */
.cs-icon-megaphone:before {
  content: "\E91B";
} /* '' */
.cs-icon-medium-logo:before {
  content: "\E91C";
} /* '' */
.cs-icon-medal:before {
  content: "\E91D";
} /* '' */
.cs-icon-math-operations:before {
  content: "\E91E";
} /* '' */
.cs-icon-martini:before {
  content: "\E91F";
} /* '' */
.cs-icon-marker-circle:before {
  content: "\E920";
} /* '' */
.cs-icon-map-trifold:before {
  content: "\E921";
} /* '' */
.cs-icon-map-pin-line:before {
  content: "\E922";
} /* '' */
.cs-icon-map-pin:before {
  content: "\E923";
} /* '' */
.cs-icon-magnifying-glass-plus:before {
  content: "\E924";
} /* '' */
.cs-icon-magnifying-glass-minus:before {
  content: "\E925";
} /* '' */
.cs-icon-magnifying-glass:before {
  content: "\E926";
} /* '' */
.cs-icon-magnet-straight:before {
  content: "\E927";
} /* '' */
.cs-icon-magnet:before {
  content: "\E928";
} /* '' */
.cs-icon-lock-simple-open:before {
  content: "\E929";
} /* '' */
.cs-icon-lock-simple:before {
  content: "\E92A";
} /* '' */
.cs-icon-lock-open:before {
  content: "\E92B";
} /* '' */
.cs-icon-lock-laminated-open:before {
  content: "\E92C";
} /* '' */
.cs-icon-lock-laminated:before {
  content: "\E92D";
} /* '' */
.cs-icon-lock-key-open:before {
  content: "\E92E";
} /* '' */
.cs-icon-lock-key:before {
  content: "\E92F";
} /* '' */
.cs-icon-lock:before {
  content: "\E930";
} /* '' */
.cs-icon-list-plus:before {
  content: "\E931";
} /* '' */
.cs-icon-list-numbers:before {
  content: "\E932";
} /* '' */
.cs-icon-list-dashes:before {
  content: "\E933";
} /* '' */
.cs-icon-list-bullets:before {
  content: "\E934";
} /* '' */
.cs-icon-list:before {
  content: "\E935";
} /* '' */
.cs-icon-link-simple-horizontal-break:before {
  content: "\E936";
} /* '' */
.cs-icon-link-simple-horizontal:before {
  content: "\E937";
} /* '' */
.cs-icon-link-simple-break:before {
  content: "\E938";
} /* '' */
.cs-icon-link-simple:before {
  content: "\E939";
} /* '' */
.cs-icon-linkedin-logo:before {
  content: "\E93A";
} /* '' */
.cs-icon-link-break:before {
  content: "\E93B";
} /* '' */
.cs-icon-link:before {
  content: "\E93C";
} /* '' */
.cs-icon-lightning-slash:before {
  content: "\E93D";
} /* '' */
.cs-icon-lightning:before {
  content: "\E93E";
} /* '' */
.cs-icon-lightbulb-filament:before {
  content: "\E93F";
} /* '' */
.cs-icon-lightbulb:before {
  content: "\E940";
} /* '' */
.cs-icon-lifebuoy:before {
  content: "\E941";
} /* '' */
.cs-icon-leaf:before {
  content: "\E942";
} /* '' */
.cs-icon-laptop:before {
  content: "\E943";
} /* '' */
.cs-icon-lamp:before {
  content: "\E944";
} /* '' */
.cs-icon-knife:before {
  content: "\E945";
} /* '' */
.cs-icon-keyboard:before {
  content: "\E946";
} /* '' */
.cs-icon-key:before {
  content: "\E947";
} /* '' */
.cs-icon-jeep:before {
  content: "\E948";
} /* '' */
.cs-icon-intersect:before {
  content: "\E949";
} /* '' */
.cs-icon-instagram-logo:before {
  content: "\E94A";
} /* '' */
.cs-icon-info:before {
  content: "\E94B";
} /* '' */
.cs-icon-infinity:before {
  content: "\E94C";
} /* '' */
.cs-icon-image-square:before {
  content: "\E94D";
} /* '' */
.cs-icon-image:before {
  content: "\E94E";
} /* '' */
.cs-icon-identification-card:before {
  content: "\E94F";
} /* '' */
.cs-icon-house-simple:before {
  content: "\E950";
} /* '' */
.cs-icon-house-line:before {
  content: "\E951";
} /* '' */
.cs-icon-house:before {
  content: "\E952";
} /* '' */
.cs-icon-hourglass-simple-medium:before {
  content: "\E953";
} /* '' */
.cs-icon-hourglass-simple-low:before {
  content: "\E954";
} /* '' */
.cs-icon-hourglass-simple-high:before {
  content: "\E955";
} /* '' */
.cs-icon-hourglass-simple:before {
  content: "\E956";
} /* '' */
.cs-icon-hourglass-medium:before {
  content: "\E957";
} /* '' */
.cs-icon-hourglass-low:before {
  content: "\E958";
} /* '' */
.cs-icon-hourglass-high:before {
  content: "\E959";
} /* '' */
.cs-icon-hourglass:before {
  content: "\E95A";
} /* '' */
.cs-icon-horse:before {
  content: "\E95B";
} /* '' */
.cs-icon-highlighter-circle:before {
  content: "\E95C";
} /* '' */
.cs-icon-hexagon:before {
  content: "\E95D";
} /* '' */
.cs-icon-heart-straight:before {
  content: "\E95E";
} /* '' */
.cs-icon-heartbeat:before {
  content: "\E95F";
} /* '' */
.cs-icon-heart:before {
  content: "\E960";
} /* '' */
.cs-icon-headset:before {
  content: "\E961";
} /* '' */
.cs-icon-headphones:before {
  content: "\E962";
} /* '' */
.cs-icon-hash-straight:before {
  content: "\E963";
} /* '' */
.cs-icon-hash:before {
  content: "\E964";
} /* '' */
.cs-icon-hard-drives:before {
  content: "\E965";
} /* '' */
.cs-icon-hard-drive:before {
  content: "\E966";
} /* '' */
.cs-icon-hand-waving:before {
  content: "\E967";
} /* '' */
.cs-icon-hand-soap:before {
  content: "\E968";
} /* '' */
.cs-icon-handshake:before {
  content: "\E969";
} /* '' */
.cs-icon-hand-pointing:before {
  content: "\E96A";
} /* '' */
.cs-icon-hand-palm:before {
  content: "\E96B";
} /* '' */
.cs-icon-hand-grabbing:before {
  content: "\E96C";
} /* '' */
.cs-icon-hand-fist:before {
  content: "\E96D";
} /* '' */
.cs-icon-handbag-simple:before {
  content: "\E96E";
} /* '' */
.cs-icon-handbag:before {
  content: "\E96F";
} /* '' */
.cs-icon-hand:before {
  content: "\E970";
} /* '' */
.cs-icon-grid-four:before {
  content: "\E971";
} /* '' */
.cs-icon-graduation-cap:before {
  content: "\E972";
} /* '' */
.cs-icon-google-play-logo:before {
  content: "\E973";
} /* '' */
.cs-icon-google-logo:before {
  content: "\E974";
} /* '' */
.cs-icon-globe-stand:before {
  content: "\E975";
} /* '' */
.cs-icon-globe-simple:before {
  content: "\E976";
} /* '' */
.cs-icon-globe-hemisphere-west:before {
  content: "\E977";
} /* '' */
.cs-icon-globe-hemisphere-east:before {
  content: "\E978";
} /* '' */
.cs-icon-globe:before {
  content: "\E979";
} /* '' */
.cs-icon-git-pull-request:before {
  content: "\E97A";
} /* '' */
.cs-icon-git-merge:before {
  content: "\E97B";
} /* '' */
.cs-icon-github-logo:before {
  content: "\E97C";
} /* '' */
.cs-icon-git-fork:before {
  content: "\E97D";
} /* '' */
.cs-icon-git-diff:before {
  content: "\E97E";
} /* '' */
.cs-icon-git-commit:before {
  content: "\E97F";
} /* '' */
.cs-icon-git-branch:before {
  content: "\E980";
} /* '' */
.cs-icon-gift:before {
  content: "\E981";
} /* '' */
.cs-icon-gif:before {
  content: "\E982";
} /* '' */
.cs-icon-ghost:before {
  content: "\E983";
} /* '' */
.cs-icon-gear-six:before {
  content: "\E984";
} /* '' */
.cs-icon-gear:before {
  content: "\E985";
} /* '' */
.cs-icon-gauge:before {
  content: "\E986";
} /* '' */
.cs-icon-game-controller:before {
  content: "\E987";
} /* '' */
.cs-icon-funnel-simple:before {
  content: "\E988";
} /* '' */
.cs-icon-funnel:before {
  content: "\E989";
} /* '' */
.cs-icon-framer-logo:before {
  content: "\E98A";
} /* '' */
.cs-icon-frame-corners:before {
  content: "\E98B";
} /* '' */
.cs-icon-fork-knife:before {
  content: "\E98C";
} /* '' */
.cs-icon-folder-simple-plus:before {
  content: "\E98D";
} /* '' */
.cs-icon-folder-simple-minus:before {
  content: "\E98E";
} /* '' */
.cs-icon-folder-simple:before {
  content: "\E98F";
} /* '' */
.cs-icon-folders:before {
  content: "\E990";
} /* '' */
.cs-icon-folder-plus:before {
  content: "\E991";
} /* '' */
.cs-icon-folder-open:before {
  content: "\E992";
} /* '' */
.cs-icon-folder-notch-plus:before {
  content: "\E993";
} /* '' */
.cs-icon-folder-notch-open:before {
  content: "\E994";
} /* '' */
.cs-icon-folder-notch-minus:before {
  content: "\E995";
} /* '' */
.cs-icon-folder-notch:before {
  content: "\E996";
} /* '' */
.cs-icon-folder-minus:before {
  content: "\E997";
} /* '' */
.cs-icon-folder:before {
  content: "\E998";
} /* '' */
.cs-icon-floppy-disk:before {
  content: "\E999";
} /* '' */
.cs-icon-flashlight:before {
  content: "\E99A";
} /* '' */
.cs-icon-flame:before {
  content: "\E99B";
} /* '' */
.cs-icon-flag-banner:before {
  content: "\E99C";
} /* '' */
.cs-icon-flag:before {
  content: "\E99D";
} /* '' */
.cs-icon-first-aid-kit:before {
  content: "\E99E";
} /* '' */
.cs-icon-first-aid:before {
  content: "\E99F";
} /* '' */
.cs-icon-fire-simple:before {
  content: "\E9A0";
} /* '' */
.cs-icon-fire:before {
  content: "\E9A1";
} /* '' */
.cs-icon-finn-the-human:before {
  content: "\E9A2";
} /* '' */
.cs-icon-fingerprint-simple:before {
  content: "\E9A3";
} /* '' */
.cs-icon-fingerprint:before {
  content: "\E9A4";
} /* '' */
.cs-icon-file-x:before {
  content: "\E9A5";
} /* '' */
.cs-icon-file-text:before {
  content: "\E9A6";
} /* '' */
.cs-icon-file-search:before {
  content: "\E9A7";
} /* '' */
.cs-icon-file-plus:before {
  content: "\E9A8";
} /* '' */
.cs-icon-file-minus:before {
  content: "\E9A9";
} /* '' */
.cs-icon-file-arrow-up:before {
  content: "\E9AA";
} /* '' */
.cs-icon-file-arrow-down:before {
  content: "\E9AB";
} /* '' */
.cs-icon-file:before {
  content: "\E9AC";
} /* '' */
.cs-icon-figma-logo:before {
  content: "\E9AD";
} /* '' */
.cs-icon-fast-forward-circle:before {
  content: "\E9AE";
} /* '' */
.cs-icon-faders-horizontal:before {
  content: "\E9AF";
} /* '' */
.cs-icon-faders:before {
  content: "\E9B0";
} /* '' */
.cs-icon-face-mask:before {
  content: "\E9B1";
} /* '' */
.cs-icon-facebook-logo:before {
  content: "\E9B2";
} /* '' */
.cs-icon-eye-slash:before {
  content: "\E9B3";
} /* '' */
.cs-icon-eyedropper:before {
  content: "\E9B4";
} /* '' */
.cs-icon-eye-closed:before {
  content: "\E9B5";
} /* '' */
.cs-icon-eye:before {
  content: "\E9B6";
} /* '' */
.cs-icon-eraser:before {
  content: "\E9B7";
} /* '' */
.cs-icon-equals:before {
  content: "\E9B8";
} /* '' */
.cs-icon-envelope-simple-open:before {
  content: "\E9B9";
} /* '' */
.cs-icon-envelope-simple:before {
  content: "\E9BA";
} /* '' */
.cs-icon-envelope-open:before {
  content: "\E9BB";
} /* '' */
.cs-icon-envelope:before {
  content: "\E9BC";
} /* '' */
.cs-icon-eject:before {
  content: "\E9BD";
} /* '' */
.cs-icon-drop-half:before {
  content: "\E9BE";
} /* '' */
.cs-icon-drop:before {
  content: "\E9BF";
} /* '' */
.cs-icon-dribbble-logo:before {
  content: "\E9C0";
} /* '' */
.cs-icon-download-simple:before {
  content: "\E9C1";
} /* '' */
.cs-icon-download:before {
  content: "\E9C2";
} /* '' */
.cs-icon-dots-three-vertical:before {
  content: "\E9C3";
} /* '' */
.cs-icon-dots-three-outline-vertical:before {
  content: "\E9C4";
} /* '' */
.cs-icon-dots-three-outline:before {
  content: "\E9C5";
} /* '' */
.cs-icon-dots-three-circle-vertical:before {
  content: "\E9C6";
} /* '' */
.cs-icon-dots-three-circle:before {
  content: "\E9C7";
} /* '' */
.cs-icon-dots-three:before {
  content: "\E9C8";
} /* '' */
.cs-icon-dots-nine:before {
  content: "\E9C9";
} /* '' */
.cs-icon-door:before {
  content: "\E9CA";
} /* '' */
.cs-icon-divide:before {
  content: "\E9CB";
} /* '' */
.cs-icon-discord-logo:before {
  content: "\E9CC";
} /* '' */
.cs-icon-disc:before {
  content: "\E9CD";
} /* '' */
.cs-icon-dice-two:before {
  content: "\E9CE";
} /* '' */
.cs-icon-dice-three:before {
  content: "\E9CF";
} /* '' */
.cs-icon-dice-six:before {
  content: "\E9D0";
} /* '' */
.cs-icon-dice-one:before {
  content: "\E9D1";
} /* '' */
.cs-icon-dice-four:before {
  content: "\E9D2";
} /* '' */
.cs-icon-dice-five:before {
  content: "\E9D3";
} /* '' */
.cs-icon-diamond:before {
  content: "\E9D4";
} /* '' */
.cs-icon-device-tablet-speaker:before {
  content: "\E9D5";
} /* '' */
.cs-icon-device-tablet-camera:before {
  content: "\E9D6";
} /* '' */
.cs-icon-device-tablet:before {
  content: "\E9D7";
} /* '' */
.cs-icon-device-mobile-speaker:before {
  content: "\E9D8";
} /* '' */
.cs-icon-device-mobile-camera:before {
  content: "\E9D9";
} /* '' */
.cs-icon-device-mobile:before {
  content: "\E9DA";
} /* '' */
.cs-icon-desktop-tower:before {
  content: "\E9DB";
} /* '' */
.cs-icon-desktop:before {
  content: "\E9DC";
} /* '' */
.cs-icon-database:before {
  content: "\E9DD";
} /* '' */
.cs-icon-cursor:before {
  content: "\E9DE";
} /* '' */
.cs-icon-currency-rub:before {
  content: "\E9DF";
} /* '' */
.cs-icon-currency-krw:before {
  content: "\E9E0";
} /* '' */
.cs-icon-currency-jpy:before {
  content: "\E9E1";
} /* '' */
.cs-icon-currency-inr:before {
  content: "\E9E2";
} /* '' */
.cs-icon-currency-gbp:before {
  content: "\E9E3";
} /* '' */
.cs-icon-currency-eur:before {
  content: "\E9E4";
} /* '' */
.cs-icon-currency-dollar-simple:before {
  content: "\E9E5";
} /* '' */
.cs-icon-currency-dollar:before {
  content: "\E9E6";
} /* '' */
.cs-icon-currency-cny:before {
  content: "\E9E7";
} /* '' */
.cs-icon-currency-circle-dollar:before {
  content: "\E9E8";
} /* '' */
.cs-icon-currency-btc:before {
  content: "\E9E9";
} /* '' */
.cs-icon-cube:before {
  content: "\E9EA";
} /* '' */
.cs-icon-crown-simple:before {
  content: "\E9EB";
} /* '' */
.cs-icon-crown:before {
  content: "\E9EC";
} /* '' */
.cs-icon-crosshair-simple:before {
  content: "\E9ED";
} /* '' */
.cs-icon-crosshair:before {
  content: "\E9EE";
} /* '' */
.cs-icon-crop:before {
  content: "\E9EF";
} /* '' */
.cs-icon-credit-card:before {
  content: "\E9F0";
} /* '' */
.cs-icon-cpu:before {
  content: "\E9F1";
} /* '' */
.cs-icon-corners-out:before {
  content: "\E9F2";
} /* '' */
.cs-icon-corners-in:before {
  content: "\E9F3";
} /* '' */
.cs-icon-copy-simple:before {
  content: "\E9F4";
} /* '' */
.cs-icon-copyright:before {
  content: "\E9F5";
} /* '' */
.cs-icon-copy:before {
  content: "\E9F6";
} /* '' */
.cs-icon-computer-tower:before {
  content: "\E9F7";
} /* '' */
.cs-icon-compass:before {
  content: "\E9F8";
} /* '' */
.cs-icon-command:before {
  content: "\E9F9";
} /* '' */
.cs-icon-columns:before {
  content: "\E9FA";
} /* '' */
.cs-icon-coin:before {
  content: "\E9FB";
} /* '' */
.cs-icon-coffee:before {
  content: "\E9FC";
} /* '' */
.cs-icon-code-simple:before {
  content: "\E9FD";
} /* '' */
.cs-icon-code:before {
  content: "\E9FE";
} /* '' */
.cs-icon-club:before {
  content: "\E9FF";
} /* '' */
.cs-icon-cloud-sun:before {
  content: "\EA00";
} /* '' */
.cs-icon-cloud-snow:before {
  content: "\EA01";
} /* '' */
.cs-icon-cloud-slash:before {
  content: "\EA02";
} /* '' */
.cs-icon-cloud-rain:before {
  content: "\EA03";
} /* '' */
.cs-icon-cloud-moon:before {
  content: "\EA04";
} /* '' */
.cs-icon-cloud-lightning:before {
  content: "\EA05";
} /* '' */
.cs-icon-cloud-fog:before {
  content: "\EA06";
} /* '' */
.cs-icon-cloud-check:before {
  content: "\EA07";
} /* '' */
.cs-icon-cloud-arrow-up:before {
  content: "\EA08";
} /* '' */
.cs-icon-cloud-arrow-down:before {
  content: "\EA09";
} /* '' */
.cs-icon-cloud:before {
  content: "\EA0A";
} /* '' */
.cs-icon-closed-captioning:before {
  content: "\EA0B";
} /* '' */
.cs-icon-clock-counter-clockwise:before {
  content: "\EA0C";
} /* '' */
.cs-icon-clock-clockwise:before {
  content: "\EA0D";
} /* '' */
.cs-icon-clock-afternoon:before {
  content: "\EA0E";
} /* '' */
.cs-icon-clock:before {
  content: "\EA0F";
} /* '' */
.cs-icon-clipboard-text:before {
  content: "\EA10";
} /* '' */
.cs-icon-clipboard:before {
  content: "\EA11";
} /* '' */
.cs-icon-circle-wavy-warning:before {
  content: "\EA12";
} /* '' */
.cs-icon-circle-wavy-question:before {
  content: "\EA13";
} /* '' */
.cs-icon-circle-wavy-check:before {
  content: "\EA14";
} /* '' */
.cs-icon-circle-wavy:before {
  content: "\EA15";
} /* '' */
.cs-icon-circles-three-plus:before {
  content: "\EA16";
} /* '' */
.cs-icon-circles-three:before {
  content: "\EA17";
} /* '' */
.cs-icon-circles-four:before {
  content: "\EA18";
} /* '' */
.cs-icon-circle-half-tilt:before {
  content: "\EA19";
} /* '' */
.cs-icon-circle-half:before {
  content: "\EA1A";
} /* '' */
.cs-icon-circle-dashed:before {
  content: "\EA1B";
} /* '' */
.cs-icon-circle:before {
  content: "\EA1C";
} /* '' */
.cs-icon-check-square-offset:before {
  content: "\EA1D";
} /* '' */
.cs-icon-check-square:before {
  content: "\EA1E";
} /* '' */
.cs-icon-checks:before {
  content: "\EA1F";
} /* '' */
.cs-icon-check-circle:before {
  content: "\EA20";
} /* '' */
.cs-icon-check:before {
  content: "\EA21";
} /* '' */
.cs-icon-chat-text:before {
  content: "\EA22";
} /* '' */
.cs-icon-chat-teardrop-text:before {
  content: "\EA23";
} /* '' */
.cs-icon-chat-teardrop-dots:before {
  content: "\EA24";
} /* '' */
.cs-icon-chat-teardrop:before {
  content: "\EA25";
} /* '' */
.cs-icon-chats-teardrop:before {
  content: "\EA26";
} /* '' */
.cs-icon-chats-circle:before {
  content: "\EA27";
} /* '' */
.cs-icon-chats:before {
  content: "\EA28";
} /* '' */
.cs-icon-chat-dots:before {
  content: "\EA29";
} /* '' */
.cs-icon-chat-circle-text:before {
  content: "\EA2A";
} /* '' */
.cs-icon-chat-circle-dots:before {
  content: "\EA2B";
} /* '' */
.cs-icon-chat-circle:before {
  content: "\EA2C";
} /* '' */
.cs-icon-chat-centered-text:before {
  content: "\EA2D";
} /* '' */
.cs-icon-chat-centered-dots:before {
  content: "\EA2E";
} /* '' */
.cs-icon-chat-centered:before {
  content: "\EA2F";
} /* '' */
.cs-icon-chat:before {
  content: "\EA30";
} /* '' */
.cs-icon-chart-pie-slice:before {
  content: "\EA31";
} /* '' */
.cs-icon-chart-pie:before {
  content: "\EA32";
} /* '' */
.cs-icon-chart-line-up:before {
  content: "\EA33";
} /* '' */
.cs-icon-chart-line:before {
  content: "\EA34";
} /* '' */
.cs-icon-chart-bar-horizontal:before {
  content: "\EA35";
} /* '' */
.cs-icon-chart-bar:before {
  content: "\EA36";
} /* '' */
.cs-icon-chalkboard-teacher:before {
  content: "\EA37";
} /* '' */
.cs-icon-chalkboard-simple:before {
  content: "\EA38";
} /* '' */
.cs-icon-chalkboard:before {
  content: "\EA39";
} /* '' */
.cs-icon-cell-signal-x:before {
  content: "\EA3A";
} /* '' */
.cs-icon-cell-signal-slash:before {
  content: "\EA3B";
} /* '' */
.cs-icon-cell-signal-none:before {
  content: "\EA3C";
} /* '' */
.cs-icon-cell-signal-medium:before {
  content: "\EA3D";
} /* '' */
.cs-icon-cell-signal-low:before {
  content: "\EA3E";
} /* '' */
.cs-icon-cell-signal-high:before {
  content: "\EA3F";
} /* '' */
.cs-icon-cell-signal-full:before {
  content: "\EA40";
} /* '' */
.cs-icon-car-simple:before {
  content: "\EA41";
} /* '' */
.cs-icon-caret-up:before {
  content: "\EA42";
} /* '' */
.cs-icon-caret-right:before {
  content: "\EA43";
} /* '' */
.cs-icon-caret-left:before {
  content: "\EA44";
} /* '' */
.cs-icon-caret-down:before {
  content: "\EA45";
} /* '' */
.cs-icon-caret-double-up:before {
  content: "\EA46";
} /* '' */
.cs-icon-caret-double-right:before {
  content: "\EA47";
} /* '' */
.cs-icon-caret-double-left:before {
  content: "\EA48";
} /* '' */
.cs-icon-caret-double-down:before {
  content: "\EA49";
} /* '' */
.cs-icon-caret-circle-up:before {
  content: "\EA4A";
} /* '' */
.cs-icon-caret-circle-right:before {
  content: "\EA4B";
} /* '' */
.cs-icon-caret-circle-left:before {
  content: "\EA4C";
} /* '' */
.cs-icon-caret-circle-down:before {
  content: "\EA4D";
} /* '' */
.cs-icon-caret-circle-double-up:before {
  content: "\EA4E";
} /* '' */
.cs-icon-caret-circle-double-right:before {
  content: "\EA4F";
} /* '' */
.cs-icon-caret-circle-double-left:before {
  content: "\EA50";
} /* '' */
.cs-icon-caret-circle-double-down:before {
  content: "\EA51";
} /* '' */
.cs-icon-cards:before {
  content: "\EA52";
} /* '' */
.cs-icon-cardholder:before {
  content: "\EA53";
} /* '' */
.cs-icon-car:before {
  content: "\EA54";
} /* '' */
.cs-icon-camera-slash:before {
  content: "\EA55";
} /* '' */
.cs-icon-camera:before {
  content: "\EA56";
} /* '' */
.cs-icon-calendar-x:before {
  content: "\EA57";
} /* '' */
.cs-icon-calendar-blank:before {
  content: "\EA58";
} /* '' */
.cs-icon-calendar:before {
  content: "\EA59";
} /* '' */
.cs-icon-calculator:before {
  content: "\EA5A";
} /* '' */
.cs-icon-bus:before {
  content: "\EA5B";
} /* '' */
.cs-icon-buildings:before {
  content: "\EA5C";
} /* '' */
.cs-icon-bug-droid:before {
  content: "\EA5D";
} /* '' */
.cs-icon-bug-beetle:before {
  content: "\EA5E";
} /* '' */
.cs-icon-bug:before {
  content: "\EA5F";
} /* '' */
.cs-icon-browsers:before {
  content: "\EA60";
} /* '' */
.cs-icon-browser:before {
  content: "\EA61";
} /* '' */
.cs-icon-broadcast:before {
  content: "\EA62";
} /* '' */
.cs-icon-briefcase-metal:before {
  content: "\EA63";
} /* '' */
.cs-icon-briefcase:before {
  content: "\EA64";
} /* '' */
.cs-icon-book-open:before {
  content: "\EA65";
} /* '' */
.cs-icon-bookmarks-simple:before {
  content: "\EA66";
} /* '' */
.cs-icon-bookmark-simple:before {
  content: "\EA67";
} /* '' */
.cs-icon-bookmarks:before {
  content: "\EA68";
} /* '' */
.cs-icon-bookmark:before {
  content: "\EA69";
} /* '' */
.cs-icon-book-bookmark:before {
  content: "\EA6A";
} /* '' */
.cs-icon-book:before {
  content: "\EA6B";
} /* '' */
.cs-icon-bluetooth-x:before {
  content: "\EA6C";
} /* '' */
.cs-icon-bluetooth-slash:before {
  content: "\EA6D";
} /* '' */
.cs-icon-bluetooth-connected:before {
  content: "\EA6E";
} /* '' */
.cs-icon-bluetooth:before {
  content: "\EA6F";
} /* '' */
.cs-icon-bicycle:before {
  content: "\EA70";
} /* '' */
.cs-icon-bell-z:before {
  content: "\EA71";
} /* '' */
.cs-icon-bell-slash:before {
  content: "\EA72";
} /* '' */
.cs-icon-bell-simple-z:before {
  content: "\EA73";
} /* '' */
.cs-icon-bell-simple-slash:before {
  content: "\EA74";
} /* '' */
.cs-icon-bell-simple-ringing:before {
  content: "\EA75";
} /* '' */
.cs-icon-bell-simple:before {
  content: "\EA76";
} /* '' */
.cs-icon-bell-ringing:before {
  content: "\EA77";
} /* '' */
.cs-icon-bell:before {
  content: "\EA78";
} /* '' */
.cs-icon-bed:before {
  content: "\EA79";
} /* '' */
.cs-icon-battery-warning-vertical:before {
  content: "\EA7A";
} /* '' */
.cs-icon-battery-warning:before {
  content: "\EA7B";
} /* '' */
.cs-icon-battery-medium:before {
  content: "\EA7C";
} /* '' */
.cs-icon-battery-low:before {
  content: "\EA7D";
} /* '' */
.cs-icon-battery-high:before {
  content: "\EA7E";
} /* '' */
.cs-icon-battery-full:before {
  content: "\EA7F";
} /* '' */
.cs-icon-battery-empty:before {
  content: "\EA80";
} /* '' */
.cs-icon-battery-charging-vertical:before {
  content: "\EA81";
} /* '' */
.cs-icon-battery-charging:before {
  content: "\EA82";
} /* '' */
.cs-icon-barcode:before {
  content: "\EA83";
} /* '' */
.cs-icon-barbell:before {
  content: "\EA84";
} /* '' */
.cs-icon-bank:before {
  content: "\EA85";
} /* '' */
.cs-icon-bandaids:before {
  content: "\EA86";
} /* '' */
.cs-icon-bag-simple:before {
  content: "\EA87";
} /* '' */
.cs-icon-bag:before {
  content: "\EA88";
} /* '' */
.cs-icon-backspace:before {
  content: "\EA89";
} /* '' */
.cs-icon-atom:before {
  content: "\EA8A";
} /* '' */
.cs-icon-at:before {
  content: "\EA8B";
} /* '' */
.cs-icon-asterisk:before {
  content: "\EA8C";
} /* '' */
.cs-icon-article-ny-times:before {
  content: "\EA8D";
} /* '' */
.cs-icon-article-medium:before {
  content: "\EA8E";
} /* '' */
.cs-icon-article:before {
  content: "\EA8F";
} /* '' */
.cs-icon-arrow-u-up-right:before {
  content: "\EA90";
} /* '' */
.cs-icon-arrow-u-up-left:before {
  content: "\EA91";
} /* '' */
.cs-icon-arrow-u-right-up:before {
  content: "\EA92";
} /* '' */
.cs-icon-arrow-u-right-down:before {
  content: "\EA93";
} /* '' */
.cs-icon-arrow-up-right:before {
  content: "\EA94";
} /* '' */
.cs-icon-arrow-up-left:before {
  content: "\EA95";
} /* '' */
.cs-icon-arrow-up:before {
  content: "\EA96";
} /* '' */
.cs-icon-arrow-u-left-up:before {
  content: "\EA97";
} /* '' */
.cs-icon-arrow-u-left-down:before {
  content: "\EA98";
} /* '' */
.cs-icon-arrow-u-down-right:before {
  content: "\EA99";
} /* '' */
.cs-icon-arrow-u-down-left:before {
  content: "\EA9A";
} /* '' */
.cs-icon-arrow-square-up-right:before {
  content: "\EA9B";
} /* '' */
.cs-icon-arrow-square-up-left:before {
  content: "\EA9C";
} /* '' */
.cs-icon-arrow-square-up:before {
  content: "\EA9D";
} /* '' */
.cs-icon-arrow-square-right:before {
  content: "\EA9E";
} /* '' */
.cs-icon-arrow-square-out:before {
  content: "\EA9F";
} /* '' */
.cs-icon-arrow-square-left:before {
  content: "\EAA0";
} /* '' */
.cs-icon-arrow-square-in:before {
  content: "\EAA1";
} /* '' */
.cs-icon-arrow-square-down-right:before {
  content: "\EAA2";
} /* '' */
.cs-icon-arrow-square-down-left:before {
  content: "\EAA3";
} /* '' */
.cs-icon-arrow-square-down:before {
  content: "\EAA4";
} /* '' */
.cs-icon-arrows-out-simple:before {
  content: "\EAA5";
} /* '' */
.cs-icon-arrows-out-line-vertical:before {
  content: "\EAA6";
} /* '' */
.cs-icon-arrows-out-line-horizontal:before {
  content: "\EAA7";
} /* '' */
.cs-icon-arrows-out-cardinal:before {
  content: "\EAA8";
} /* '' */
.cs-icon-arrows-out:before {
  content: "\EAA9";
} /* '' */
.cs-icon-arrows-left-right:before {
  content: "\EAAA";
} /* '' */
.cs-icon-arrows-in-simple:before {
  content: "\EAAB";
} /* '' */
.cs-icon-arrows-in-line-vertical:before {
  content: "\EAAC";
} /* '' */
.cs-icon-arrows-in-line-horizontal:before {
  content: "\EAAD";
} /* '' */
.cs-icon-arrows-in-cardinal:before {
  content: "\EAAE";
} /* '' */
.cs-icon-arrows-in:before {
  content: "\EAAF";
} /* '' */
.cs-icon-arrows-down-up:before {
  content: "\EAB0";
} /* '' */
.cs-icon-arrows-counter-clockwise:before {
  content: "\EAB1";
} /* '' */
.cs-icon-arrows-clockwise:before {
  content: "\EAB2";
} /* '' */
.cs-icon-arrow-right:before {
  content: "\EAB3";
} /* '' */
.cs-icon-arrow-line-up-right:before {
  content: "\EAB4";
} /* '' */
.cs-icon-arrow-line-up-left:before {
  content: "\EAB5";
} /* '' */
.cs-icon-arrow-line-up:before {
  content: "\EAB6";
} /* '' */
.cs-icon-arrow-line-right:before {
  content: "\EAB7";
} /* '' */
.cs-icon-arrow-line-left:before {
  content: "\EAB8";
} /* '' */
.cs-icon-arrow-line-down-right:before {
  content: "\EAB9";
} /* '' */
.cs-icon-arrow-line-down-left:before {
  content: "\EABA";
} /* '' */
.cs-icon-arrow-line-down:before {
  content: "\EABB";
} /* '' */
.cs-icon-arrow-left:before {
  content: "\EABC";
} /* '' */
.cs-icon-arrow-fat-up:before {
  content: "\EABD";
} /* '' */
.cs-icon-arrow-fat-right:before {
  content: "\EABE";
} /* '' */
.cs-icon-arrow-fat-line-up:before {
  content: "\EABF";
} /* '' */
.cs-icon-arrow-fat-lines-up:before {
  content: "\EAC0";
} /* '' */
.cs-icon-arrow-fat-lines-right:before {
  content: "\EAC1";
} /* '' */
.cs-icon-arrow-fat-lines-left:before {
  content: "\EAC2";
} /* '' */
.cs-icon-arrow-fat-lines-down:before {
  content: "\EAC3";
} /* '' */
.cs-icon-arrow-fat-line-right:before {
  content: "\EAC4";
} /* '' */
.cs-icon-arrow-fat-line-left:before {
  content: "\EAC5";
} /* '' */
.cs-icon-arrow-fat-line-down:before {
  content: "\EAC6";
} /* '' */
.cs-icon-arrow-fat-left:before {
  content: "\EAC7";
} /* '' */
.cs-icon-arrow-fat-down:before {
  content: "\EAC8";
} /* '' */
.cs-icon-arrow-elbow-up-right:before {
  content: "\EAC9";
} /* '' */
.cs-icon-arrow-elbow-up-left:before {
  content: "\EACA";
} /* '' */
.cs-icon-arrow-elbow-right-up:before {
  content: "\EACB";
} /* '' */
.cs-icon-arrow-elbow-right-down:before {
  content: "\EACC";
} /* '' */
.cs-icon-arrow-elbow-right:before {
  content: "\EACD";
} /* '' */
.cs-icon-arrow-elbow-left-up:before {
  content: "\EACE";
} /* '' */
.cs-icon-arrow-elbow-left-down:before {
  content: "\EACF";
} /* '' */
.cs-icon-arrow-elbow-left:before {
  content: "\EAD0";
} /* '' */
.cs-icon-arrow-elbow-down-right:before {
  content: "\EAD1";
} /* '' */
.cs-icon-arrow-elbow-down-left:before {
  content: "\EAD2";
} /* '' */
.cs-icon-arrow-down-right:before {
  content: "\EAD3";
} /* '' */
.cs-icon-arrow-down-left:before {
  content: "\EAD4";
} /* '' */
.cs-icon-arrow-down:before {
  content: "\EAD5";
} /* '' */
.cs-icon-arrow-counter-clockwise:before {
  content: "\EAD6";
} /* '' */
.cs-icon-arrow-clockwise:before {
  content: "\EAD7";
} /* '' */
.cs-icon-arrow-circle-up-right:before {
  content: "\EAD8";
} /* '' */
.cs-icon-arrow-circle-up-left:before {
  content: "\EAD9";
} /* '' */
.cs-icon-arrow-circle-up:before {
  content: "\EADA";
} /* '' */
.cs-icon-arrow-circle-right:before {
  content: "\EADB";
} /* '' */
.cs-icon-arrow-circle-left:before {
  content: "\EADC";
} /* '' */
.cs-icon-arrow-circle-down-right:before {
  content: "\EADD";
} /* '' */
.cs-icon-arrow-circle-down-left:before {
  content: "\EADE";
} /* '' */
.cs-icon-arrow-circle-down:before {
  content: "\EADF";
} /* '' */
.cs-icon-arrow-bend-up-right:before {
  content: "\EAE0";
} /* '' */
.cs-icon-arrow-bend-up-left:before {
  content: "\EAE1";
} /* '' */
.cs-icon-arrow-bend-right-up:before {
  content: "\EAE2";
} /* '' */
.cs-icon-arrow-bend-right-down:before {
  content: "\EAE3";
} /* '' */
.cs-icon-arrow-bend-left-up:before {
  content: "\EAE4";
} /* '' */
.cs-icon-arrow-bend-left-down:before {
  content: "\EAE5";
} /* '' */
.cs-icon-arrow-bend-down-right:before {
  content: "\EAE6";
} /* '' */
.cs-icon-arrow-bend-down-left:before {
  content: "\EAE7";
} /* '' */
.cs-icon-arrow-bend-double-up-right:before {
  content: "\EAE8";
} /* '' */
.cs-icon-arrow-bend-double-up-left:before {
  content: "\EAE9";
} /* '' */
.cs-icon-arrow-arc-right:before {
  content: "\EAEA";
} /* '' */
.cs-icon-arrow-arc-left:before {
  content: "\EAEB";
} /* '' */
.cs-icon-armchair:before {
  content: "\EAEC";
} /* '' */
.cs-icon-archive-tray:before {
  content: "\EAED";
} /* '' */
.cs-icon-archive-box:before {
  content: "\EAEE";
} /* '' */
.cs-icon-archive:before {
  content: "\EAEF";
} /* '' */
.cs-icon-app-window:before {
  content: "\EAF0";
} /* '' */
.cs-icon-apple-logo:before {
  content: "\EAF1";
} /* '' */
.cs-icon-aperture:before {
  content: "\EAF2";
} /* '' */
.cs-icon-android-logo:before {
  content: "\EAF3";
} /* '' */
.cs-icon-anchor-simple:before {
  content: "\EAF4";
} /* '' */
.cs-icon-anchor:before {
  content: "\EAF5";
} /* '' */
.cs-icon-align-top:before {
  content: "\EAF6";
} /* '' */
.cs-icon-align-right:before {
  content: "\EAF7";
} /* '' */
.cs-icon-align-left:before {
  content: "\EAF8";
} /* '' */
.cs-icon-align-center-vertical:before {
  content: "\EAF9";
} /* '' */
.cs-icon-align-center-horizontal:before {
  content: "\EAFA";
} /* '' */
.cs-icon-align-bottom:before {
  content: "\EAFB";
} /* '' */
.cs-icon-alarm:before {
  content: "\EAFC";
} /* '' */
.cs-icon-airplay:before {
  content: "\EAFD";
} /* '' */
.cs-icon-airplane-tilt:before {
  content: "\EAFE";
} /* '' */
.cs-icon-airplane-takeoff:before {
  content: "\EAFF";
} /* '' */
.cs-icon-airplane-landing:before {
  content: "\EB00";
} /* '' */
.cs-icon-airplane-in-flight:before {
  content: "\EB01";
} /* '' */
.cs-icon-airplane:before {
  content: "\EB02";
} /* '' */
.cs-icon-activity:before {
  content: "\EB03";
} /* '' */
/*
   Animation for spinners
*/
.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.cs-checkbox {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 10px;
  vertical-align: top;
}

.cs-checkbox label {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: #828282;
}

.cs-checkbox label:after {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  background: transparent;
}

.cs-checkbox input[type=checkbox] {
  visibility: hidden;
}

.cs-checkbox input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  top: 5px;
  left: 4px;
}

.cs-checkbox input[type=checkbox]:checked + label, .cs-checkbox input[type=checkbox]:indeterminate + label {
  background-color: #2F80ED;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cs-checkbox input[type=checkbox]:indeterminate + label:after {
  border-bottom: 2px solid #ffffff;
  top: 4px;
  left: 5px;
}

.cs-checkbox--success input[type=checkbox]:checked + label, .cs-checkbox--success input[type=checkbox]:indeterminate + label {
  background-color: #4acf7f;
}

.cs-checkbox--warning input[type=checkbox]:checked + label, .cs-checkbox--warning input[type=checkbox]:indeterminate + label {
  background-color: #F2C94C;
}

.cs-checkbox--error input[type=checkbox]:checked + label, .cs-checkbox--error input[type=checkbox]:indeterminate + label {
  background-color: #EB5757;
}

.cs-field {
  display: block;
  vertical-align: top;
  margin-bottom: 15px;
  margin-top: 0px;
}

.cs-field-inline-label {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 5px;
}

.cs-field-inline-helper {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 15px;
}

.cs-field-label {
  display: block;
  vertical-align: top;
  font-weight: 700;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 5px;
}

.cs-field-helper {
  display: block;
  vertical-align: top;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 15px;
}

.cs-input {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #828282;
  outline: 0px;
  background-color: #ffffff;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cs-input--fluid {
  width: 100%;
}

.cs-input--dark {
  background-color: #333333;
  color: #ffffff;
}

.cs-label {
  display: inline-block;
  line-height: 34px;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  padding-right: 10px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: top;
}

.cs-radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: top;
  margin: 10px;
  cursor: pointer;
}

.cs-radio > label {
  display: block;
  width: calc(18px - 2 * 4px);
  height: calc(18px - 2 * 4px);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-width: 4px;
  border-style: solid;
  border-color: #828282;
  cursor: pointer;
}

.cs-radio > label:after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-radius: 100px;
  top: calc(50% - 4px / 2);
  left: calc(50% - 4px / 2);
}

.cs-radio:hover > label:after {
  background-color: #F2F2F2;
}

.cs-radio input[type=radio] {
  visibility: hidden;
}

.cs-radio input[type=radio]:checked + label:after {
  background-color: #2F80ED;
}

.cs-radio input[type=radio]:checked + label {
  border-color: #2F80ED;
}

.cs-radio--success input[type=radio]:checked + label:after {
  background-color: #4acf7f;
}

.cs-radio--success input[type=radio]:checked + label {
  border-color: #4acf7f;
}

.cs-radio--warning input[type=radio]:checked + label:after {
  background-color: #F2C94C;
}

.cs-radio--warning input[type=radio]:checked + label {
  border-color: #F2C94C;
}

.cs-radio--error input[type=radio]:checked + label:after {
  background-color: #EB5757;
}

.cs-radio--error input[type=radio]:checked + label {
  border-color: #EB5757;
}

.cs-select {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
  outline: 0px;
  background-color: #F2F2F2;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cs-select--fluid {
  width: 100%;
}

.cs-select--dark {
  background-color: #333333;
  color: #ffffff;
}

.cs-switch {
  display: inline-block;
  width: 32px;
  height: 20px;
  position: relative;
  border-radius: 50px;
  margin: 10px;
  vertical-align: top;
}

.cs-switch label {
  cursor: pointer;
}

.cs-switch label::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  background: #ffffff;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
}

.cs-switch label::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #828282;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.cs-switch input[type=checkbox] {
  visibility: hidden;
}

.cs-switch input[type=checkbox]:checked ~ label::before {
  background-color: #2F80ED;
}

.cs-switch input[type=checkbox]:checked ~ label::after {
  left: 15px;
}

.cs-switch--success input[type=checkbox]:checked ~ label::before {
  background-color: #4acf7f;
}

.cs-switch--warning input[type=checkbox]:checked ~ label::before {
  background-color: #F2C94C;
}

.cs-switch--error input[type=checkbox]:checked ~ label::before {
  background-color: #EB5757;
}

.cs-textarea {
  display: inline-block;
  line-height: 22px;
  font-size: 15px;
  color: #333333;
  padding: 15px;
  border: 1px solid #828282;
  outline: 0px;
  background-color: #F2F2F2;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
}

.cs-textarea--fluid {
  width: 100%;
}

.cs-textarea--dark {
  background-color: #333333;
  color: #ffffff;
}

.cs--border-rounded {
  border-radius: 0px !important;
}

.cs--border-circle {
  border-radius: 50% !important;
}

.cs--float-left {
  float: left !important;
}

.cs--float-right {
  float: right !important;
}

.cs--clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.cs--cursor-auto {
  cursor: auto !important;
}

.cs--cursor-none {
  cursor: none !important;
}

.cs--cursor-pointer {
  cursor: pointer !important;
}

.cs--display-block {
  display: block !important;
}

.cs--display-inline {
  display: inline !important;
}

.cs--display-inline-block {
  display: inline-block !important;
}

.cs--overflow-hidden {
  overflow: hidden !important;
}

.cs--overflow-auto {
  overflow: auto !important;
}

.cs--border {
  border-color: #828282;
}

.cs--border-primary {
  border-color: #2F80ED !important;
}

.cs--border-secondary {
  border-color: #6FCF97 !important;
}

.cs--border-success {
  border-color: #4acf7f !important;
}

.cs--border-warning {
  border-color: #F2C94C !important;
}

.cs--border-error {
  border-color: #EB5757 !important;
}

.cs--border-dark {
  border-color: #333333 !important;
}

.cs--border-light {
  border-color: #F2F2F2 !important;
}

.cs--border-gray {
  border-color: #828282 !important;
}

.cs--border-info {
  border-color: #BB6BD9 !important;
}

.cs--bg-primary {
  background-color: #2F80ED !important;
}

.cs--bg-hover-primary:hover {
  background-color: #2F80ED !important;
}

.cs--bg-secondary {
  background-color: #6FCF97 !important;
}

.cs--bg-hover-secondary:hover {
  background-color: #6FCF97 !important;
}

.cs--bg-success {
  background-color: #4acf7f !important;
}

.cs--bg-hover-success:hover {
  background-color: #4acf7f !important;
}

.cs--bg-warning {
  background-color: #F2C94C !important;
}

.cs--bg-hover-warning:hover {
  background-color: #F2C94C !important;
}

.cs--bg-error {
  background-color: #EB5757 !important;
}

.cs--bg-hover-error:hover {
  background-color: #EB5757 !important;
}

.cs--bg-dark {
  background-color: #333333 !important;
}

.cs--bg-hover-dark:hover {
  background-color: #333333 !important;
}

.cs--bg-light {
  background-color: #F2F2F2 !important;
}

.cs--bg-hover-light:hover {
  background-color: #F2F2F2 !important;
}

.cs--bg-gray {
  background-color: #828282 !important;
}

.cs--bg-hover-gray:hover {
  background-color: #828282 !important;
}

.cs--bg-info {
  background-color: #BB6BD9 !important;
}

.cs--bg-hover-info:hover {
  background-color: #BB6BD9 !important;
}

.cs--bg-gray0 {
  background-color: #f6f6f9 !important;
}

.cs--bg-hover-gray0:hover {
  background-color: #f6f6f9 !important;
}

.cs--bg-gray1 {
  background-color: #F2F2F2 !important;
}

.cs--bg-hover-gray1:hover {
  background-color: #F2F2F2 !important;
}

.cs--bg-gray2 {
  background-color: #e1e5ea !important;
}

.cs--bg-hover-gray2:hover {
  background-color: #e1e5ea !important;
}

.cs--bg-gray3 {
  background-color: #cbd1d7 !important;
}

.cs--bg-hover-gray3:hover {
  background-color: #cbd1d7 !important;
}

.cs--bg-gray4 {
  background-color: #abb3ba !important;
}

.cs--bg-hover-gray4:hover {
  background-color: #abb3ba !important;
}

.cs--bg-gray5 {
  background-color: #6a727c !important;
}

.cs--bg-hover-gray5:hover {
  background-color: #6a727c !important;
}

.cs--bg-gray6 {
  background-color: #58606a !important;
}

.cs--bg-hover-gray6:hover {
  background-color: #58606a !important;
}

.cs--bg-gray7 {
  background-color: #434c56 !important;
}

.cs--bg-hover-gray7:hover {
  background-color: #434c56 !important;
}

.cs--bg-gray8 {
  background-color: #2f363d !important;
}

.cs--bg-hover-gray8:hover {
  background-color: #2f363d !important;
}

.cs--bg-gray9 {
  background-color: #24292e !important;
}

.cs--bg-hover-gray9:hover {
  background-color: #24292e !important;
}

.cs--bg-white {
  background-color: #ffffff !important;
}

.cs--bg-transparent {
  background-color: transparent !important;
}

.cs--bg-striped {
  background: -o-repeating-linear-gradient(45deg, #F2F2F2, #F2F2F2 7px, transparent 7px, transparent 12px);
  background: repeating-linear-gradient(45deg, #F2F2F2, #F2F2F2 7px, transparent 7px, transparent 12px);
}

.cs--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.cs--flex-inline {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.cs--flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.cs--flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.cs--flex-row-rev {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.cs--flex-column-rev {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.cs--flex-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.cs--flex-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.cs--flex-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.cs--flex-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.cs--flex-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.cs--flex-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.cs--flex-top {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.cs--flex-middle {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.cs--flex-bottom {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.cs--flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.cs--flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.cs--flex-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.cs--flex-last {
  -webkit-box-ordinal-group: 100 !important;
      -ms-flex-order: 99 !important;
          order: 99 !important;
}

.cs--width-0 {
  width: 0% !important;
}

.cs--max-width-0 {
  max-width: 0% !important;
}

.cs--height-0 {
  height: 0% !important;
}

.cs--max-height-0 {
  max-height: 0% !important;
}

.cs--width-25 {
  width: 25% !important;
}

.cs--max-width-25 {
  max-width: 25% !important;
}

.cs--height-25 {
  height: 25% !important;
}

.cs--max-height-25 {
  max-height: 25% !important;
}

.cs--width-50 {
  width: 50% !important;
}

.cs--max-width-50 {
  max-width: 50% !important;
}

.cs--height-50 {
  height: 50% !important;
}

.cs--max-height-50 {
  max-height: 50% !important;
}

.cs--width-75 {
  width: 75% !important;
}

.cs--max-width-75 {
  max-width: 75% !important;
}

.cs--height-75 {
  height: 75% !important;
}

.cs--max-height-75 {
  max-height: 75% !important;
}

.cs--width-100 {
  width: 100% !important;
}

.cs--max-width-100 {
  max-width: 100% !important;
}

.cs--height-100 {
  height: 100% !important;
}

.cs--max-height-100 {
  max-height: 100% !important;
}

.cs--mt-0 {
  margin-top: 0px !important;
}

.cs--mb-0 {
  margin-bottom: 0px !important;
}

.cs--ml-0 {
  margin-left: 0px !important;
}

.cs--mr-0 {
  margin-right: 0px !important;
}

.cs--mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.cs--my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.cs--m-0 {
  margin: 0px !important;
}

.cs--p-0 {
  padding: 0px !important;
}

.cs--pt-0 {
  padding-top: 0px !important;
}

.cs--pb-0 {
  padding-bottom: 0px !important;
}

.cs--pl-0 {
  padding-left: 0px !important;
}

.cs--pr-0 {
  padding-right: 0px !important;
}

.cs--px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cs--py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.cs--mt-1 {
  margin-top: 5px !important;
}

.cs--mb-1 {
  margin-bottom: 5px !important;
}

.cs--ml-1 {
  margin-left: 5px !important;
}

.cs--mr-1 {
  margin-right: 5px !important;
}

.cs--mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.cs--my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.cs--m-1 {
  margin: 5px !important;
}

.cs--p-1 {
  padding: 5px !important;
}

.cs--pt-1 {
  padding-top: 5px !important;
}

.cs--pb-1 {
  padding-bottom: 5px !important;
}

.cs--pl-1 {
  padding-left: 5px !important;
}

.cs--pr-1 {
  padding-right: 5px !important;
}

.cs--px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.cs--py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.cs--mt-2 {
  margin-top: 10px !important;
}

.cs--mb-2 {
  margin-bottom: 10px !important;
}

.cs--ml-2 {
  margin-left: 10px !important;
}

.cs--mr-2 {
  margin-right: 10px !important;
}

.cs--mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.cs--my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.cs--m-2 {
  margin: 10px !important;
}

.cs--p-2 {
  padding: 10px !important;
}

.cs--pt-2 {
  padding-top: 10px !important;
}

.cs--pb-2 {
  padding-bottom: 10px !important;
}

.cs--pl-2 {
  padding-left: 10px !important;
}

.cs--pr-2 {
  padding-right: 10px !important;
}

.cs--px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.cs--py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.cs--mt-3 {
  margin-top: 15px !important;
}

.cs--mb-3 {
  margin-bottom: 15px !important;
}

.cs--ml-3 {
  margin-left: 15px !important;
}

.cs--mr-3 {
  margin-right: 15px !important;
}

.cs--mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.cs--my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.cs--m-3 {
  margin: 15px !important;
}

.cs--p-3 {
  padding: 15px !important;
}

.cs--pt-3 {
  padding-top: 15px !important;
}

.cs--pb-3 {
  padding-bottom: 15px !important;
}

.cs--pl-3 {
  padding-left: 15px !important;
}

.cs--pr-3 {
  padding-right: 15px !important;
}

.cs--px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.cs--py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.cs--mt-4 {
  margin-top: 25px !important;
}

.cs--mb-4 {
  margin-bottom: 25px !important;
}

.cs--ml-4 {
  margin-left: 25px !important;
}

.cs--mr-4 {
  margin-right: 25px !important;
}

.cs--mx-4 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.cs--my-4 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.cs--m-4 {
  margin: 25px !important;
}

.cs--p-4 {
  padding: 25px !important;
}

.cs--pt-4 {
  padding-top: 25px !important;
}

.cs--pb-4 {
  padding-bottom: 25px !important;
}

.cs--pl-4 {
  padding-left: 25px !important;
}

.cs--pr-4 {
  padding-right: 25px !important;
}

.cs--px-4 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.cs--py-4 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.cs--mt-5 {
  margin-top: 45px !important;
}

.cs--mb-5 {
  margin-bottom: 45px !important;
}

.cs--ml-5 {
  margin-left: 45px !important;
}

.cs--mr-5 {
  margin-right: 45px !important;
}

.cs--mx-5 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.cs--my-5 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.cs--m-5 {
  margin: 45px !important;
}

.cs--p-5 {
  padding: 45px !important;
}

.cs--pt-5 {
  padding-top: 45px !important;
}

.cs--pb-5 {
  padding-bottom: 45px !important;
}

.cs--pl-5 {
  padding-left: 45px !important;
}

.cs--pr-5 {
  padding-right: 45px !important;
}

.cs--px-5 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.cs--py-5 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.cs--mt-auto {
  margin-top: auto !important;
}

.cs--mb-auto {
  margin-bottom: auto !important;
}

.cs--ml-auto {
  margin-left: auto !important;
}

.cs--mr-auto {
  margin-right: auto !important;
}

.cs--mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.cs--my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.cs--text-justify {
  text-align: justify !important;
}

.cs--text-left {
  text-align: left !important;
}

.cs--text-center {
  text-align: center !important;
}

.cs--text-right {
  text-align: right !important;
}

.cs--text-uppercase {
  text-transform: uppercase !important;
}

.cs--text-lowercase {
  text-transform: lowercase !important;
}

.cs--text-capitalize {
  text-transform: capitalize !important;
}

.cs--text-bold {
  font-weight: 700 !important;
}

.cs--text-italic {
  font-style: italic !important;
}

.cs--text-underline {
  text-decoration: underline !important;
}

.cs--text-normal {
  font-weight: 400 !important;
}

.cs--text-small {
  font-size: 10px !important;
}

.cs--text-large {
  font-size: 20px !important;
}

.cs--text-medium {
  font-size: 12px !important;
}

.cs--text-primary {
  color: #2F80ED !important;
}

.cs--text-hover-primary:hover {
  color: #2F80ED !important;
}

.cs--text-secondary {
  color: #6FCF97 !important;
}

.cs--text-hover-secondary:hover {
  color: #6FCF97 !important;
}

.cs--text-success {
  color: #4acf7f !important;
}

.cs--text-hover-success:hover {
  color: #4acf7f !important;
}

.cs--text-warning {
  color: #F2C94C !important;
}

.cs--text-hover-warning:hover {
  color: #F2C94C !important;
}

.cs--text-error {
  color: #EB5757 !important;
}

.cs--text-hover-error:hover {
  color: #EB5757 !important;
}

.cs--text-dark {
  color: #333333 !important;
}

.cs--text-hover-dark:hover {
  color: #333333 !important;
}

.cs--text-light {
  color: #F2F2F2 !important;
}

.cs--text-hover-light:hover {
  color: #F2F2F2 !important;
}

.cs--text-gray {
  color: #828282 !important;
}

.cs--text-hover-gray:hover {
  color: #828282 !important;
}

.cs--text-info {
  color: #BB6BD9 !important;
}

.cs--text-hover-info:hover {
  color: #BB6BD9 !important;
}

.cs--text-muted {
  color: #6a727c !important;
}

.cs--text-white {
  color: #ffffff !important;
}

.cs--text-nowrap {
  white-space: nowrap !important;
}

.cs--text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.cs--text-break {
  word-wrap: break-word !important;
}

.cs--hide {
  display: none !important;
}

.cs--show {
  display: block !important;
}

@media (max-width: 1280px) {
  .cs--hide-xl {
    display: none !important;
  }
  .cs--show-xl {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .cs--hide-lg {
    display: none !important;
  }
  .cs--show-lg {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .cs--hide-md {
    display: none !important;
  }
  .cs--show-md {
    display: block !important;
  }
}
@media (max-width: 544px) {
  .cs--hide-sm {
    display: none !important;
  }
  .cs--show-sm {
    display: block !important;
  }
}
.cs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.cs-row::after {
  display: block;
  content: "";
  clear: both;
}

.cs-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cs-column--1 {
  width: calc(8.33%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--2 {
  width: calc(16.66%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--3 {
  width: calc(24.99%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--4 {
  width: calc(33.33%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--5 {
  width: calc(41.66%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--6 {
  width: calc(49.99%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--7 {
  width: calc(58.33%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--8 {
  width: calc(66.66%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--9 {
  width: calc(74.99%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--10 {
  width: calc(83.33%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--11 {
  width: calc(91.66%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-column--12 {
  width: calc(99.99%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 1280px) {
  .cs-column--xl-1 {
    width: calc(8.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-2 {
    width: calc(16.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-3 {
    width: calc(24.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-4 {
    width: calc(33.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-5 {
    width: calc(41.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-6 {
    width: calc(49.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-7 {
    width: calc(58.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-8 {
    width: calc(66.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-9 {
    width: calc(74.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-10 {
    width: calc(83.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-11 {
    width: calc(91.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-12 {
    width: calc(99.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--xl-hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .cs-column--lg-1 {
    width: calc(8.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-2 {
    width: calc(16.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-3 {
    width: calc(24.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-4 {
    width: calc(33.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-5 {
    width: calc(41.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-6 {
    width: calc(49.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-7 {
    width: calc(58.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-8 {
    width: calc(66.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-9 {
    width: calc(74.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-10 {
    width: calc(83.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-11 {
    width: calc(91.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-12 {
    width: calc(99.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--lg-hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cs-column--md-1 {
    width: calc(8.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-2 {
    width: calc(16.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-3 {
    width: calc(24.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-4 {
    width: calc(33.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-5 {
    width: calc(41.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-6 {
    width: calc(49.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-7 {
    width: calc(58.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-8 {
    width: calc(66.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-9 {
    width: calc(74.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-10 {
    width: calc(83.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-11 {
    width: calc(91.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-12 {
    width: calc(99.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--md-hide {
    display: none !important;
  }
}
@media (max-width: 544px) {
  .cs-column--sm-1 {
    width: calc(8.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-2 {
    width: calc(16.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-3 {
    width: calc(24.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-4 {
    width: calc(33.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-5 {
    width: calc(41.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-6 {
    width: calc(49.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-7 {
    width: calc(58.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-8 {
    width: calc(66.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-9 {
    width: calc(74.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-10 {
    width: calc(83.33%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-11 {
    width: calc(91.66%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-12 {
    width: calc(99.99%);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-column--sm-hide {
    display: none !important;
  }
}
/**
 * Leaflet
 */
/**
 * Application variables
 * Bootstrap-variables will be override
 * Custom variables in variables.scss
 */
/**
 * Main
 */
/**
 * Colors
 */
/**
 * Buttons
 */
/**
* Side nav
*/
/**
* Aside menu bar
*/
/**
* Topbar nav
*/
/**
* Others
*/
/**
 * Icon fonts
 */
/**
 * Main settings
 */
/**
 * Using for custom font icon
 */ /**
 * Global
 */
html,
body {
  padding: 0;
  height: 100%;
}

#ng-app {
  height: 100%;
}

#sidebar {
  top: 80px !important;
}

/**
 * Container alignment
 */
.global-container {
  position: relative;
  min-height: 100%;
  width: 100%;
  padding-top: 51px;
}
.global-container .page-header {
  margin-top: 0;
}
.global-container main {
  min-height: calc(100vh - 166px);
}
.global-container main.sidebar-layout {
  padding-left: 300px;
}
.global-container.simple-layout > main.container-fluid {
  max-width: 1150px;
}
.global-container.simple-layout-with-sidebar .content-wrapper > main > div.container-fluid {
  max-width: 1270px;
}
.global-container.simple-layout-with-sidebar .content-wrapper.simple-layout > main.container-fluid {
  max-width: 1270px;
}

main.container,
main.container-fluid {
  margin-bottom: 24px;
}

/**
 * Material font vertical align
 */
.material-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}

/**
 * prevent popover close directive side effect
 */
[uib-popover] i.material-icons,
[uib-popover] i.material-icons {
  pointer-events: none;
}

.btn {
  outline: none !important;
}

/**
 * Fix Popover and Tooltip under modal
 */
.popover {
  z-index: 50 !important;
}

.tooltip {
  z-index: 50 !important;
}

/**
 * Directive that hide content until DOM is not ready
 */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.align-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-warning {
  color: #f35514;
}

.thumbnail-modal img {
  width: 100%;
  height: 100%;
}

.input-group button,
.input-group a {
  height: 34px;
}

.block-loader {
  padding: 32px 0;
  text-align: center;
}
.block-loader.ng-enter, .block-loader.ng-leave {
  -webkit-transition: opacity linear 300ms;
  -o-transition: opacity linear 300ms;
  transition: opacity linear 300ms;
}
.block-loader.ng-enter, .block-loader.ng-leave.ng-leave-active {
  opacity: 0;
}
.block-loader.ng-leave, .block-loader.ng-enter.ng-enter-active {
  opacity: 1;
}

.bg-danger {
  background-color: #EB5757 !important;
}

.bg-success {
  background-color: #4acf7f !important;
}

.summary-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.impersonate .navbar {
  background-color: darkred;
}

.fa-remove {
  width: 12px;
}
.fa-remove:before {
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  content: "\F00D";
}

a.c-inline-editor {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  line-height: 2;
  margin-right: 5px;
  margin-left: 5px;
}
a.c-inline-editor:hover {
  color: #337ab7;
}
a.c-inline-editor:hover:after {
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  content: "\F303";
  font-size: 0.7em;
  padding-left: 7px;
  color: gray;
  padding-top: 0.5em;
  position: absolute;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.ml-1 {
  margin-left: 1rem;
}

.my-1 {
  margin: 1rem 0;
}

/**
 * JS/SCSS Components
 * These components are global
 */
/**
 *  Accordeon
 *
 */
/* --------------------------------------------------------------------------------------------------------------------
  PARAMETERS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  PLACEHOLDERS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  MIXINS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  RULES
-------------------------------------------------------------------------------------------------------------------- */
.accordeon__mark {
  font-weight: bold;
  margin-right: 0.5em;
  width: 1em;
  display: inline-block;
  cursor: pointer;
}

.accordeon__content:not(.expanded) {
  display: none;
}

.panel {
  border: none !important;
}

.accordeon__content article[ng-class=accordeon--collapse] {
  background-color: transparent;
}
.accordeon__content article[ng-class=accordeon--collapse]:hover {
  background-color: #fafafa;
}

.accordion-toggle button.btn-link {
  color: black;
  font-weight: 700;
}
.accordion-toggle button.btn-link:hover {
  color: black;
}

accordion.panel-group accordion-group.panel.ng-star-inserted .card {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.orderable-picture.disabled {
  pointer-events: none;
}
.orderable-picture a {
  cursor: pointer;
}
.orderable-picture a div,
.orderable-picture a img {
  max-height: 96px;
  max-width: 128px;
  height: 128px;
  margin: 0 auto;
  background-size: contain !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: -webkit-box-shadow 300ms ease;
  transition: -webkit-box-shadow 300ms ease;
  -o-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
}
.orderable-picture a div:hover,
.orderable-picture a img:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

ar-orderable-type {
  text-transform: uppercase;
  color: #b3b3b3;
}
ar-orderable-type span {
  font-size: 0.8em;
}
ar-orderable-type i.material-icons {
  font-size: 30px;
  margin-right: 8px;
}

.orderable-highlighting ar-orderable-type {
  color: #fff;
}

.d-md-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 770px) {
  .d-xs-block {
    display: block !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .d-md-flex {
    display: block;
  }
}
@media (min-width: 770px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xs-block {
    display: none !important;
  }
  .d-xs-none {
    display: block !important;
  }
}
.doc-card-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #cecece;
  border-width: 9px 0 0 11px;
}

.doc-card-title {
  margin-left: -26px;
  padding: 2px 10px 2px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #f1f1f1;
  color: #828282;
  position: relative;
  border-radius: 3px 5px 5px 0;
}
.doc-card-title i {
  color: #2f2f2f;
  margin-right: 5px;
}

.orderable-metadata {
  position: absolute;
  top: 5px;
  right: 5px;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ar-orderable-checkbox {
  display: block;
  margin: 14px 0;
}

.manage-quantity-group {
  margin-bottom: 8px;
  height: 20px;
}

.light-font-weight {
  font-weight: normal;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.control-quantity-input {
  min-width: 44px;
  height: auto;
  border-radius: 3px 0 0 3px;
}

.no-border-left {
  border-radius: 0px;
  border-left: none;
}

.unit-price {
  width: 100%;
  padding: 0px 5px 0px 5px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.85em;
  text-align: center;
  border-left: none;
}

.flex-beetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pricing-grid {
  margin-top: 15px;
  padding: 12px;
  float: right;
}

.date-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ar-badge .label {
  font-size: 94%;
  display: inline-block;
  margin: 2px 0px;
  font-weight: normal;
}

/**
 * Global custom SCSS component
 */
.transition, .ar-fade.ng-hide-add, .ar-fade.ng-hide-remove, .ar-fade.ng-leave, .ar-fade.ng-enter {
  -webkit-transition: 260ms linear opacity;
  -o-transition: 260ms linear opacity;
  transition: 260ms linear opacity;
}

.ar-fade.ng-enter {
  opacity: 0;
}
.ar-fade.ng-leave {
  opacity: 1;
}
.ar-fade.ng-leave.ng-leave-active {
  opacity: 0;
}
.ar-fade.ng-enter.ng-enter-active {
  opacity: 1;
}
.ar-fade.ng-hide {
  opacity: 0;
}
.ar-fade.ng-hide-add {
  display: block !important;
}
.ar-fade.ng-animate {
  -webkit-animation: none 0s;
  animation: none 0s;
}

/**
 *  Buttons
 *
 *  Automatically generates button mixins
 *
 */
/* --------------------------------------------------------------------------------------------------------------------
  PARAMETERS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  PLACEHOLDERS
-------------------------------------------------------------------------------------------------------------------- */
.grid-col-12, .grid-col-11, .grid-col-10, .grid-col-9, .grid-col-8, .grid-col-7, .grid-col-6, .grid-col-5, .grid-col-4, .grid-col-3, .grid-col-2, .grid-col-1, .grid-row, .card, .button--link-like, .button--link-action, .button--link, .button--none, .button--disabled, .button--info, .button--warning, .button--success, .button--standard {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* --------------------------------------------------------------------------------------------------------------------
  MIXINS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  RULES
-------------------------------------------------------------------------------------------------------------------- */
.button--standard {
  font-size: inherit;
  vertical-align: bottom;
  text-decoration: none;
  cursor: pointer;
}
.button--standard, .button--standard:visited {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #2e2e2e;
  padding: 0 1em;
  color: white;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background-color: #3b3b3b;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.button--standard:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button--standard.active, .button--standard:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: white;
  background-color: #555555;
}
.button--standard.disabled, .button--standard.disabled:active, .button--standard:disabled, .button--standard:disabled:active {
  border: none;
  color: #bbb;
  background-color: #eee;
}

.button--success {
  font-size: inherit;
  vertical-align: bottom;
  text-decoration: none;
  cursor: pointer;
}
.button--success, .button--success:visited {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #36ca71;
  padding: 0 1em;
  color: white;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background-color: #4acf7f;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.button--success:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button--success.active, .button--success:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: white;
  background-color: #72da9c;
}
.button--success.disabled, .button--success.disabled:active, .button--success:disabled, .button--success:disabled:active {
  border: none;
  color: #bbb;
  background-color: #eee;
}

.button--warning {
  font-size: inherit;
  vertical-align: bottom;
  text-decoration: none;
  cursor: pointer;
}
.button--warning, .button--warning:visited {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #e84040;
  padding: 0 1em;
  color: white;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background-color: #EB5757;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.button--warning:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button--warning.active, .button--warning:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: white;
  background-color: #f08585;
}
.button--warning.disabled, .button--warning.disabled:active, .button--warning:disabled, .button--warning:disabled:active {
  border: none;
  color: #bbb;
  background-color: #eee;
}

.button--info {
  font-size: inherit;
  vertical-align: bottom;
  text-decoration: none;
  cursor: pointer;
}
.button--info, .button--info:visited {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #46b8da;
  padding: 0 1em;
  color: white;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background-color: #5bc0de;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.button--info:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button--info.active, .button--info:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: white;
  background-color: #85d0e7;
}
.button--info.disabled, .button--info.disabled:active, .button--info:disabled, .button--info:disabled:active {
  border: none;
  color: #bbb;
  background-color: #eee;
}

.button--disabled {
  font-size: inherit;
  vertical-align: bottom;
  text-decoration: none;
  cursor: pointer;
}
.button--disabled, .button--disabled:visited {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  padding: 0 1em;
  color: #4d4d4d;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background-color: #eee;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.button--disabled:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button--disabled.active, .button--disabled:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #4d4d4d;
  background-color: #d5d5d5;
}
.button--disabled.disabled, .button--disabled.disabled:active, .button--disabled:disabled, .button--disabled:disabled:active {
  border: none;
  color: #bbb;
  background-color: #eee;
}

.button--none {
  font-size: inherit;
  vertical-align: bottom;
  text-decoration: none;
  cursor: pointer;
}
.button--none, .button--none:visited {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #f2f2f2;
  padding: 0 1em;
  color: #4d4d4d;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.button--none:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button--none.active, .button--none:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #4d4d4d;
  background-color: #e6e6e6;
}
.button--none.disabled, .button--none.disabled:active, .button--none:disabled, .button--none:disabled:active {
  border: none;
  color: #bbb;
  background-color: #eee;
}

.button--disabled {
  color: #c7c7c7 !important;
  cursor: not-allowed;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.button--disabled:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.button--link-like, .button--link-action, .button--link {
  color: inherit !important;
  -webkit-transition: 300ms background ease;
  -o-transition: 300ms background ease;
  transition: 300ms background ease;
}
.button--link-like, .button--link-action, .button--link, .button--link-like:visited {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  padding: 0 1em;
  color: white;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.button--link-like:hover, .button--link-action:hover, .button--link:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button--link-like.active, .active.button--link-action, .active.button--link, .button--link-like:active, .button--link-action:active, .button--link:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: white;
  background-color: rgba(26, 26, 26, 0);
}
.button--link-like.disabled, .disabled.button--link-action, .disabled.button--link, .button--link-like.disabled:active, .button--link-like:disabled, .button--link-action:disabled, .button--link:disabled, .button--link-like:disabled:active {
  border: none;
  color: #bbb;
  background-color: #eee;
}
.button--link-like, .button--link-action, .button--link, .button--link-like:visited {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.button--link-like:hover, .button--link-action:hover, .button--link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #e6e6e6;
}
.button--link-like.active, .active.button--link-action, .active.button--link, .button--link-like:active, .button--link-action:active, .button--link:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #4d4d4d;
  background-color: #e6e6e6;
}

.btn-primary {
  background-color: #2F80ED;
  border-color: #2F80ED;
}

.btn-success {
  background-color: #4acf7f;
  border-color: #4acf7f;
}

.btn-danger {
  background-color: #EB5757;
  border-color: #EB5757;
}

.button--link {
  text-decoration: none;
}

.button--link-action {
  text-decoration: none;
  background-color: #f7f7f7;
  margin: 0 6px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.button--link-action:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.button--tiny {
  font-size: 0.8em;
  height: 2em;
  line-height: 2em;
  padding: 0 0.8em;
}

.button--small {
  font-size: 0.9em;
  height: 2.25em;
  line-height: 2.25em;
  padding: 0 0.9em;
}

.button--medium {
  font-size: 1em;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
}

.button--large {
  font-size: 1.1em;
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 1.1em;
}

/**
 * Old buttons bootstrap conflict
 */
a.button--link:hover, a.button--link:active, a.button--link:focus, a.button--link:visited,
a.button--link-like:hover,
a.button--link-like:active,
a.button--link-like:focus,
a.button--link-like:visited,
a.button--link-action:hover,
a.button--link-action:active,
a.button--link-action:focus,
a.button--link-action:visited,
a.button--standard:hover,
a.button--standard:active,
a.button--standard:focus,
a.button--standard:visited,
a.button--success:hover,
a.button--success:active,
a.button--success:focus,
a.button--success:visited,
a.button--warning:hover,
a.button--warning:active,
a.button--warning:focus,
a.button--warning:visited,
a.button--info:hover,
a.button--info:active,
a.button--info:focus,
a.button--info:visited,
a.button--disabled:hover,
a.button--disabled:active,
a.button--disabled:focus,
a.button--disabled:visited {
  outline: none;
  text-decoration: none;
}

a:hover, a:active, a:focus, a:visited {
  outline: none;
}

.btn.cs-btn.search-btn.col-md-2 {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.btn.cs-btn.search-btn.col-md-2 span {
  display: none;
}

.btn:focus, .cs-btn:focus {
  color: #ffffff !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

@media screen and (min-width: 1400px) {
  .btn.cs-btn.search-btn.col-md-2 {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn.cs-btn.search-btn.col-md-2 span {
    display: block;
  }
}
.accordion-toggle button.btn.btn-link.btn-block.clearfix:focus {
  color: #333333 !important;
}

/**
 *  Card
 */
/* --------------------------------------------------------------------------------------------------------------------
  PARAMETERS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  PLACEHOLDERS
-------------------------------------------------------------------------------------------------------------------- */
.grid-col-12, .grid-col-11, .grid-col-10, .grid-col-9, .grid-col-8, .grid-col-7, .grid-col-6, .grid-col-5, .grid-col-4, .grid-col-3, .grid-col-2, .grid-col-1, .grid-row, .card, .button--standard, .button--success, .button--warning, .button--info, .button--disabled, .button--none, .button--link-like, .button--link, .button--link-action {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* --------------------------------------------------------------------------------------------------------------------
  MIXINS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  RULES
-------------------------------------------------------------------------------------------------------------------- */
.card {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  margin: rem-calc(7px) 0 rem-calc(15px);
  overflow: hidden;
  background-color: #fff;
}
.card h1,
.card h2,
.card h3 {
  margin-top: 0;
}

body.ie6 .card,
body.ie7 .card,
body.ie8 .card {
  border: 1px lightgray solid;
}

.card__title {
  padding: 1em;
  border-bottom: 1px lightgray solid;
}

.card__title + .card__content {
  background-color: #f9f9f9;
}

.card__content {
  padding: 1em;
  border-bottom: 1px #EBEBEB solid;
  overflow: hidden;
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
}
.card__content:after, .card__content:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.card__content:after {
  clear: both;
}
.card__content {
  *zoom: 1;
}

.card__container {
  padding: 0;
  border-bottom: 1px #EBEBEB solid;
}

.card__container:last-child,
.card__content:last-child,
.card__title:last-child {
  border-bottom: none;
}

input[type=checkbox] + label, input[type=radio] + label {
  margin: 0.5rem 0 0 1rem !important;
}

input.flat-checkbox[type=radio] + label, input[type=checkbox] + label {
  cursor: pointer;
  margin-left: 1rem;
}

input.flat-checkbox[type=radio],
input.flat-checkbox[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
input.flat-checkbox[type=radio] + label,
input.flat-checkbox[type=checkbox] + label {
  margin: 0 !important;
}
input.flat-checkbox[type=radio]:hover, input.flat-checkbox[type=radio]:focus, input.flat-checkbox[type=radio]:hover + label, input.flat-checkbox[type=radio]:focus + label,
input.flat-checkbox[type=checkbox]:hover,
input.flat-checkbox[type=checkbox]:focus,
input.flat-checkbox[type=checkbox]:hover + label,
input.flat-checkbox[type=checkbox]:focus + label {
  border-color: #777777;
  color: #777777;
}
input.flat-checkbox[type=radio]:checked + label,
input.flat-checkbox[type=checkbox]:checked + label {
  position: relative;
}

input.flat-checkbox[type=radio] + label::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  position: relative;
  top: 0.4em;
  display: inline-block;
  background-color: transparent;
  border-radius: 2em;
  border: 4px solid #777777;
}

input.flat-checkbox[type=checkbox] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  top: -7px;
  display: inline-block;
  border: 2px solid #777777;
  border-radius: 4px;
}

input.flat-checkbox[type=checkbox]:checked + label::after {
  content: "\2713";
  display: block;
  position: absolute;
  top: -7px;
  left: 2px;
  width: 10px;
  font-size: 18px;
  height: 10px;
  color: #fff;
}

input.flat-checkbox[type=radio]:checked + label::before {
  border-color: #4acf7f;
}

input.flat-checkbox[type=checkbox]:checked + label::before {
  background: #4acf7f;
  border-color: #4acf7f;
}

input.flat-checkbox[type=radio]:checked + label::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 0.12em;
  left: 0.35em;
  display: inline-block;
  background-color: #ddd;
  border-radius: 2em;
}

.page-empty {
  margin: 10vh;
  text-align: center;
}
.page-empty i {
  font-size: 58px;
}

#footer {
  width: 100%;
  padding: 10px;
  color: #919191;
  font-size: 12px;
  background: #eeeeee;
}
@media screen and (max-width: 1024px) {
  #footer {
    display: none;
  }
}
#footer p {
  margin: 0;
}

#footer > div > div {
  position: relative;
}

/**
 * Footer spacing
 */
#footer {
  margin-top: 45px;
}

address {
  margin: 0;
}

.flex-center-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file-preview {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 206px;
  padding: 8px 6px;
  margin-bottom: 12px;
  text-align: center;
  color: #337ab7;
  border: 2px solid #337ab7;
  border-radius: 4px;
}
.file-preview:hover, .file-preview:focus {
  text-decoration: none;
  color: #286090;
  border-color: #286090;
}

.file-preview > div {
  word-wrap: break-word;
}
.file-preview > div > i {
  display: block;
  font-size: 38px;
}

/**
 *  Grid
 *
 *  Grid component, with IE6+ compatibility.
 */
/* --------------------------------------------------------------------------------------------------------------------
  PARAMETERS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  PLACEHOLDERS
-------------------------------------------------------------------------------------------------------------------- */
.grid-row:after, .grid-container:after, .grid-row:before, .grid-container:before {
  content: " ";
  display: table;
}
.grid-row:after, .grid-container:after {
  clear: both;
}

.grid-col-12, .grid-col-11, .grid-col-10, .grid-col-9, .grid-col-8, .grid-col-7, .grid-col-6, .grid-col-5, .grid-col-4, .grid-col-3, .grid-col-2, .grid-col-1, .grid-row, .button--standard, .button--success, .button--warning, .button--info, .button--disabled, .button--none, .button--link-like, .button--link, .button--link-action, .card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* --------------------------------------------------------------------------------------------------------------------
  MIXINS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  RULES
-------------------------------------------------------------------------------------------------------------------- */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    ONLY FOR TEST PURPOSE
    DO NOT USE GRID CLASSES IN REAL PAGES
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.grid-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.grid-col-1 {
  float: left;
  width: 8.3333333333%;
}
@media screen and (max-width: 1000px) {
  .grid-col-1 {
    width: 100%;
    float: none;
  }
}

.grid-col-2 {
  float: left;
  width: 16.6666666667%;
}
@media screen and (max-width: 1000px) {
  .grid-col-2 {
    width: 100%;
    float: none;
  }
}

.grid-col-3 {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .grid-col-3 {
    width: 100%;
    float: none;
  }
}

.grid-col-4 {
  float: left;
  width: 33.3333333333%;
}
@media screen and (max-width: 1000px) {
  .grid-col-4 {
    width: 100%;
    float: none;
  }
}

.grid-col-5 {
  float: left;
  width: 41.6666666667%;
}
@media screen and (max-width: 1000px) {
  .grid-col-5 {
    width: 100%;
    float: none;
  }
}

.grid-col-6 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .grid-col-6 {
    width: 100%;
    float: none;
  }
}

.grid-col-7 {
  float: left;
  width: 58.3333333333%;
}
@media screen and (max-width: 1000px) {
  .grid-col-7 {
    width: 100%;
    float: none;
  }
}

.grid-col-8 {
  float: left;
  width: 66.6666666667%;
}
@media screen and (max-width: 1000px) {
  .grid-col-8 {
    width: 100%;
    float: none;
  }
}

.grid-col-9 {
  float: left;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .grid-col-9 {
    width: 100%;
    float: none;
  }
}

.grid-col-10 {
  float: left;
  width: 83.3333333333%;
}
@media screen and (max-width: 1000px) {
  .grid-col-10 {
    width: 100%;
    float: none;
  }
}

.grid-col-11 {
  float: left;
  width: 91.6666666667%;
}
@media screen and (max-width: 1000px) {
  .grid-col-11 {
    width: 100%;
    float: none;
  }
}

.grid-col-12 {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .grid-col-12 {
    width: 100%;
    float: none;
  }
}

/**
 *  Icon Font
 *
 *  Automatically generates font icons classes
 *
 *  !!! contents must start from \e000 and increase 1 by 1 in HEXA !!!
 *      ie. "\e000", "\e001", "\e002", ..., "\e00a", "\e00b", etc.
 */
/* --------------------------------------------------------------------------------------------------------------------
  PARAMETERS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  PLACEHOLDERS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  MIXINS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  RULES
-------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Flaticon";
  src: url(/assets/fonts/iconFont.eot);
  src: url(/assets/fonts/iconFont.eot#iefix) format("embedded-opentype"), url(/assets/fonts/iconFont.woff) format("woff"), url(/assets/fonts/iconFont.ttf) format("truetype"), url(/assets/fonts/iconFont.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"]:after,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class^=icon-]:before {
  font-family: "Flaticon";
  font-size: inherit;
  font-style: normal;
}

.icon-warehouse:before {
  content: "\E000";
}

.icon-box:before {
  content: "\E001";
}

.icon-building:before {
  content: "\E002";
}

.icon-contacts:before {
  content: "\E003";
}

.icon-check:before {
  content: "\E004";
}

.icon-box2:before {
  content: "\E005";
}

.icon-cog:before {
  content: "\E006";
}

.icon-track:before {
  content: "\E007";
}

.icon-draw:before {
  content: "\E008";
}

.icon-mail:before {
  content: "\E009";
}

.icon-home:before {
  content: "\E00A";
}

.icon-delivery:before {
  content: "\E00B";
}

.icon-logout:before {
  content: "\E00C";
}

.icon-cart:before {
  content: "\E00D";
}

.icon-global:before {
  content: "\E00E";
}

.modal-dialog {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.modal-dialog .modal-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  overflow: auto;
}
.modal-dialog .viewer-with-overlay {
  width: auto;
  margin: 0;
}
.modal-dialog .viewer-with-overlay > .modal-content {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-dialog .viewer-with-overlay > .modal-content .wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.modal-dialog .viewer-with-overlay > .modal-content .wrapper img {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  margin-top: -40px;
}
.modal-dialog .viewer-with-overlay > .modal-content .wrapper .overlay-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 1.4em 0.3em;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.modal-dialog .viewer-with-overlay > .modal-content .wrapper .overlay-caption h4 {
  font-weight: bold;
}
.modal-dialog .viewer-with-overlay > .modal-content .wrapper .close {
  color: #fff;
  opacity: 1;
}

/**
 * Loader variables
 */
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.component__loader,
.loader__container,
.component-loader,
.loader-container {
  height: 712px;
}

.loader__circle,
.loader-circle,
.inline-loader .loader-circle {
  position: relative;
  top: calc(50% - 11px);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border: 0.22rem solid rgba(51, 51, 51, 0.2);
  border-top-color: #fff;
  -webkit-animation: spin 800ms infinite linear;
          animation: spin 800ms infinite linear;
}
.loader__circle.inverse,
.loader-circle.inverse {
  border-top-color: #337ab7;
}

.inline-loader {
  display: inline-block;
  margin-right: 12px;
}
.inline-loader .loader-circle {
  top: 4px;
  left: 8px;
}

a .inline-loader .loader-circle,
button .inline-loader .loader-circle {
  top: 3px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-width: 0.16rem;
}

/**
 * Material icons font
 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/assets/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/assets/fonts/MaterialIcons-Regular.woff) format("woff"), url(/assets/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

/**
 *  Modal
 */
/* --------------------------------------------------------------------------------------------------------------------
  PARAMETERS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  PLACEHOLDERS
-------------------------------------------------------------------------------------------------------------------- */
.button--standard, .button--success, .button--warning, .button--info, .button--disabled, .button--none, .button--link-like, .button--link, .button--link-action, .card, .grid-row, .grid-col-1, .grid-col-2, .grid-col-3, .grid-col-4, .grid-col-5, .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9, .grid-col-10, .grid-col-11, .grid-col-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* --------------------------------------------------------------------------------------------------------------------
  MIXINS
-------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------
  RULES
-------------------------------------------------------------------------------------------------------------------- */
.full-modal {
  width: 90% !important;
  -webkit-transition: 10s;
  -o-transition: 10s;
  transition: 10s;
}

section.modal-body h1,
section.modal-body h2,
section.modal-body h3,
section.modal-body h4,
section.modal-body h5,
section.modal-body h6 {
  color: #000000;
  font-weight: 700 !important;
  margin-top: 4.5rem !important;
  margin-bottom: 2rem;
}
section.modal-body h4 {
  font-size: 1.875rem !important;
}
section.modal-body h4 .text-muted {
  font-size: 1.25rem !important;
}

.h4 {
  font-size: 1.875rem;
}

.h5 {
  font-size: 2rem;
}

.modal-open .modal,
.modal-backdrop {
  z-index: 2147483648;
}

strong + button.cs-btn.cs-btn--primary.ng-star-inserted {
  margin-left: 1rem;
}

.search__form {
  padding: 1em;
  position: relative;
}
.search__form input {
  margin-bottom: 0;
}
.search__form .search__info {
  margin-top: 14px;
}
.search__form .search__info .search__result {
  color: #4acf7f;
}
.search__form .search__info .search__result svg {
  fill: #4acf7f;
}
.search__form .search__info .search__empty {
  color: #EB5757;
}
.search__form .search__info .search__empty svg {
  fill: #EB5757;
}
.search__form .search__close {
  position: absolute;
  right: 4px;
  top: 4px;
}
.search__form .search__close svg {
  fill: #cccccc;
}

#sidebar {
  z-index: 51;
  width: 300px;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #eeeeee;
}

.tooltip {
  z-index: 9999 !important;
}

.filters {
  list-style: none;
  font-size: 1em;
  padding: 0;
}
.filters .category-button {
  display: block;
  text-align: center;
  font-size: 20px;
  float: right;
  width: 45px;
}
.filters .sub-filters a.active,
.filters .sub-filters a:hover {
  background: #909090;
}
.filters a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  min-height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
}
.filters a.active, .filters a:hover {
  background: #337ab7;
  color: white;
}
.filters a:hover + div > span, .filters a.active + div > span {
  color: white;
}
.filters a p {
  margin: 0;
  float: right;
}
.filters .accordeon__title {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 10px;
  width: 3em;
}
.filters[class*=subcategories_] {
  display: none;
}
.filters.expanded {
  display: block;
}

.config {
  margin-top: 10px;
}
.config a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.config a i {
  margin-right: 5px;
}

.filter {
  position: relative;
}

.activeSubcategories li .accordeon__title {
  color: #fff;
}
.activeSubcategories a {
  background: #5898d0;
  color: #fff;
}

/**
 *  Steeper
 */
.cs-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}

.cs-steps-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  position: relative;
  padding-top: 24px;
}

.cs-steps-title {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  color: #333333 !important;
  opacity: 0.4;
  text-align: center;
}

.cs-steps-description {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #666666 !important;
  opacity: 0.4;
  text-align: center;
}

.cs-steps-item:not(:first-child)::before {
  content: "";
  background-color: #2F80ED;
  width: 100%;
  height: 2px;
  position: absolute;
  left: -50%;
  top: 8px;
  z-index: 1;
}

.cs-steps-item--current .cs-steps-title, .cs-steps-item--current .cs-steps-description {
  opacity: 1;
}

.cs-steps-item--checked::after {
  content: "L" !important;
  color: #ffffff !important;
  vertical-align: top;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  font-family: arial, sans-serif;
  font-weight: bold;
  -webkit-transform: scaleY(-1) rotate(135deg);
      -ms-transform: scaleY(-1) rotate(135deg);
          transform: scaleY(-1) rotate(135deg);
}

.cs-steps--primary .cs-steps-item::after {
  background-color: #2F80ED;
}

.cs-steps-item::after {
  content: "";
  background-color: #2F80ED;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  position: absolute;
  left: calc(50% - 9px);
  top: 0px;
  z-index: 2;
}

.cs-steps-item--current ~ .cs-steps-item::after, .cs-steps-item--current ~ .cs-steps-item::before {
  background-color: #F2F2F2 !important;
}

.subtitle {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 8px;
  display: block;
  color: #777777;
}

/**
 * Page rules
 */
.home {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.home .image-home {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.home .home-message {
  margin-top: 24px;
  text-align: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div[offset="51"] #main-row {
  margin-top: -12px;
}

.top-sticky-bar {
  margin-top: 29px !important;
  background: rgb(255, 255, 255);
  padding: 24px 25px 12px;
  left: 300px !important;
  width: calc(100% - 300px) !important;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(115, 115, 115, 0.51);
  box-shadow: 0px 0px 30px 0px rgba(115, 115, 115, 0.51);
}

/**
 * Globals
 */
.admin form .row {
  margin-top: 18px;
}
.admin div[text-angular] .form-control {
  height: auto !important;
}
.admin div[text-angular] .ta-scroll-window {
  margin: 12px 0;
}

/**
 * Employee Modal
 */
.modal-action-list .modal-body {
  max-height: 612px;
  overflow-y: auto;
}
.modal-action-list .modal-body .list-group-hover {
  position: absolute;
  right: 25px;
  top: 16px;
  font-size: 1.14em;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.modal-action-list .modal-body .list-group-item:hover .list-group-hover {
  opacity: 1;
}

/**
 * Employee list
 */
.admin .list-group-action {
  min-height: 76px;
}
.admin .list-group-action .list-group-title {
  display: inline-block;
  float: left;
}
.admin .list-group-action a.btn[ng-click] {
  margin-top: 12px;
  float: right;
}

/**
 * Form legends
 */
span.legend {
  font-size: 13px;
  font-style: italic;
  color: #555555;
}

/**
 * Badges
 */
.admin .badge {
  font-size: 14px;
  font-weight: 400;
}
.admin .badge.badge-primary {
  background-color: #4acf7f;
  font-weight: 900;
}

/**
 * Organization list item
 */
.admin .list-group .list-group-item:not(.list-group-action) {
  padding: 20px 15px;
}

/**
 * Loading element
 */
.admin .panel .panel-body {
  padding: 20px 15px;
}

/**
 * Create organization form
 */
.create-orga-form {
  padding-bottom: 24px;
}
.create-orga-form .btn-group {
  padding: 12px 0;
}

.admin-top-buttons {
  margin-bottom: 22px;
}

@-webkit-keyframes scrollAnchor {
  from {
    -webkit-box-shadow: 0 0 0px rgba(51, 122, 183, 0);
            box-shadow: 0 0 0px rgba(51, 122, 183, 0);
  }
  to {
    -webkit-box-shadow: 0 0 22px #337ab7;
            box-shadow: 0 0 22px #337ab7;
  }
}

@keyframes scrollAnchor {
  from {
    -webkit-box-shadow: 0 0 0px rgba(51, 122, 183, 0);
            box-shadow: 0 0 0px rgba(51, 122, 183, 0);
  }
  to {
    -webkit-box-shadow: 0 0 22px #337ab7;
            box-shadow: 0 0 22px #337ab7;
  }
}
/**
 * Before DOM loading
 * hide catalog container
 */
#catalog-container {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#catalog-container.ready {
  opacity: 1;
}
#catalog-container .top-catalog {
  margin-bottom: 16px;
}

/**
 * Catalog Form container
 */
.catalog-content > ul {
  padding: 0;
  list-style: none;
}
.catalog-content > ul > li {
  margin-top: 18px;
  border-radius: 2px;
  padding-top: 0;
  position: relative;
  overflow: visible;
  border: 1px solid #ebebeb;
}
.catalog-content > ul > li.selected-orderable {
  border-color: #4acf7f;
  -webkit-box-shadow: 0 0px 10px 0 rgba(74, 207, 127, 0.1);
          box-shadow: 0 0px 10px 0 rgba(74, 207, 127, 0.1);
}
.catalog-content > ul > li:first-child {
  margin-top: 0;
}
.catalog-content > ul > li.orderable-highlighting .orderable-type {
  border: none;
  color: #fff;
}
.catalog-content > ul > li.orderable-highlighting .orderable-container {
  background: rgba(255, 255, 255, 0.88);
}
.catalog-content > ul > li.anchor {
  animation: scrollAnchor 2 alternate-reverse 2s ease-in-out;
}
.catalog-content > ul > li.disabled:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
}
.catalog-content > ul > li.disabled:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.02);
  z-index: 3;
}
.catalog-content > ul > li > .orderable-prevention {
  width: 82%;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.catalog-content > ul > li > .orderable-prevention .label {
  margin: 0 auto;
  font-size: 13px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.catalog-content > ul > li > .orderable-prevention > .related-orderables {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  text-align: left;
}
.catalog-content > ul > li > .orderable-prevention > .related-orderables .list-group {
  margin-bottom: 0;
}

.orderable-type {
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

.orderable-icon {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-right: 20px;
}

.orderable-metadata {
  font-size: 14px;
  color: #a2a2a2;
  padding: 2px;
  cursor: pointer;
}

.orderable-quantity .emailing-quantity .btn-group {
  margin-bottom: 12px;
}
.orderable-quantity .subtitle > span:first-child {
  margin-right: 4%;
}
.orderable-quantity input::-webkit-outer-spin-button,
.orderable-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.orderable-quantity.ng-enter, .orderable-quantity.ng-leave {
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.orderable-quantity.ng-enter, .orderable-quantity.ng-leave.ng-leave-active {
  opacity: 0;
}
.orderable-quantity.ng-leave, .orderable-quantity.ng-enter.ng-enter-active {
  opacity: 1;
}

.orderable-price {
  width: auto;
  display: inline-block;
  padding: 12px 34px;
  margin-top: 14px;
  border: 1px solid #eeeeee;
  min-width: 110px;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
}
.orderable-price.active {
  border-color: #4acf7f;
}

.orderable-must-be-validated i {
  color: #f0ad4e;
}

.orderable-downloadable-not-free {
  text-align: right;
  font-weight: 600;
}

.emailing-loader {
  text-align: center;
  margin-top: 20px;
}
.emailing-loader.ng-enter, .emailing-loader.ng-leave {
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.emailing-loader.ng-enter, .emailing-loader.ng-leave.ng-leave-active {
  opacity: 0;
}
.emailing-loader.ng-leave, .emailing-loader.ng-enter.ng-enter-active {
  opacity: 1;
}
.emailing-loader .loader-circle {
  margin: 0 auto;
  margin-top: 12px;
}

.survey-datepickers div {
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}
.survey-datepickers div input {
  width: 100px;
}

.orderable-action {
  margin-top: 22px;
  color: #777777;
}
.orderable-action > div:first-child .btn {
  float: right;
}
.orderable-action i {
  font-size: 16px;
  width: 32px;
  height: 32px;
  padding: 6px;
  text-align: center;
  border-radius: 50%;
  color: #cbcbcb;
  border: 1px solid #cbcbcb;
}
.orderable-action .date {
  margin-top: 14px;
  text-align: right;
}
.orderable-action .date > div {
  margin-left: 12px;
}

.orderable-action-right {
  text-align: right;
}

/**
 *  Opérations list container
 */
.operations-list .btn-group {
  margin-bottom: 22px;
}
.operations-list .list-group h4 {
  margin: 0;
}
.operations-list .list-group .accordeon__title span {
  color: #fff;
}

/**
 * Operations with end date
 */
a.recovery-time {
  -webkit-animation: recovery-time-animation ease-in-out 2s infinite;
          animation: recovery-time-animation ease-in-out 2s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
a.recovery-time:hover {
  -webkit-animation: none;
          animation: none;
}

/**
 * Animation when operation timer and recovery time are active
 */
@-webkit-keyframes recovery-time-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: #fffbfb;
  }
}
@keyframes recovery-time-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: #fffbfb;
  }
}
.orderable-icons {
  font-size: 13px;
}
.orderable-icons i {
  font-size: 16px;
  margin-right: 6px;
  top: 3px;
}
.orderable-icons ar-orderable-type {
  margin-right: 6px;
}

.choose-organization-mode-list {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
}
.choose-organization-mode-list > li {
  line-height: 20px;
  margin: 10px 0;
}
.choose-organization-mode-list i {
  margin-right: 4px;
}

.rivals-container {
  margin: 10px 0;
}

.rivals-form {
  margin: 0 10px 5px 10px;
}

.rivals-form .form-group {
  padding: 0 5px;
}

.form-inline .form-control {
  width: 100%;
}

.attributes-container .panel {
  -webkit-transition: border-color 300ms ease;
  -o-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
.attributes-container .panel .heading-subtitle {
  color: #80b1db;
}
.attributes-container .panel .panel-heading {
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
.attributes-container .panel:last-child {
  margin: 0;
}

ar-attribute-category[category-id],
ar-budget-categories {
  display: block;
  margin: 12px 12px;
}
ar-attribute-category[category-id] .panel-body,
ar-budget-categories .panel-body {
  padding: 0;
}

section > ar-attribute-category[category-id],
section > ar-budget-categories {
  display: block;
  margin: 12px 0;
}

section > ar-attribute-category[category-id] ar-attribute[attr],
section > ar-budget-categories ar-budget-attributes {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}
section > ar-attribute-category[category-id] ar-attribute[attr]:first-child,
section > ar-budget-categories ar-budget-attributes:first-child {
  border-top: 0;
}
section > ar-attribute-category[category-id] ar-attribute[attr]:last-child,
section > ar-budget-categories ar-budget-attributes:last-child {
  border-bottom: 0;
}

ar-attribute[attr] .level-0 {
  padding-left: 0%;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-top: 4px;
}

ar-attribute[attr] .level-1 {
  padding-left: 2%;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-top: 4px;
}

ar-attribute[attr] .level-2 {
  padding-left: 4%;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-top: 4px;
}

ar-attribute[attr] .level-3 {
  padding-left: 6%;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-top: 4px;
}

ar-attribute[attr] .level-4 {
  padding-left: 8%;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-top: 4px;
}

ar-attribute[attr],
ar-budget-attributes {
  display: block;
  overflow: hidden;
}
ar-attribute[attr].simple-attribute,
ar-budget-attributes.simple-attribute {
  padding: 14px;
}
ar-attribute[attr].parent-attribute .attribute-name,
ar-budget-attributes.parent-attribute .attribute-name {
  display: block;
  font-weight: 800;
}
ar-attribute[attr].parent-attribute .attribute-type,
ar-budget-attributes.parent-attribute .attribute-type {
  padding-right: 14px;
}
ar-attribute[attr].parent-attribute .toggle-children-attributes i,
ar-budget-attributes.parent-attribute .toggle-children-attributes i {
  font-size: 18px;
  cursor: pointer;
  color: #777777;
}
ar-attribute[attr].child-attribute,
ar-budget-attributes.child-attribute {
  clear: both;
}
ar-attribute[attr].child-attribute i,
ar-budget-attributes.child-attribute i {
  color: #e4e4e4;
}
ar-attribute[attr] > div + div,
ar-budget-attributes > div + div {
  display: inline-block;
}
ar-attribute[attr] .attribute-type,
ar-budget-attributes .attribute-type {
  float: right;
}
ar-attribute[attr] .attribute-type.number input,
ar-budget-attributes .attribute-type.number input {
  height: 30px;
  margin: 0;
}
ar-attribute[attr] .attribute-type.boolean,
ar-budget-attributes .attribute-type.boolean {
  float: right;
  position: relative;
  top: 12px;
}
ar-attribute[attr] .attribute-type.boolean .right-checkbox,
ar-budget-attributes .attribute-type.boolean .right-checkbox {
  position: relative;
  top: -3px;
}
ar-attribute[attr] .attribute-type.boolean .right-checkbox label,
ar-budget-attributes .attribute-type.boolean .right-checkbox label {
  float: right;
}
ar-attribute[attr] .attribute-type.image .image-group,
ar-budget-attributes .attribute-type.image .image-group {
  float: left;
  margin-top: 8px;
}
ar-attribute[attr] .attribute-type.image .image-group .orderable-picture,
ar-budget-attributes .attribute-type.image .image-group .orderable-picture {
  width: 128px;
  height: 128px;
  padding: 0;
}

.edit-purchase {
  display: inline-block;
  padding: 0 12px;
}

.highlight-number {
  font-size: 24px;
}

#tracking-container .panel-default {
  margin-bottom: 0;
}

#tracking-container .nav-pills i {
  font-size: 18px;
}

.tracking-list {
  margin: 0;
}
.tracking-list > .list-group-item {
  padding: 20px 26px;
}

ar-cart-order .order-price,
ar-tracked-order .order-price {
  font-size: 21px;
}
ar-cart-order .validation-states:first-child,
ar-tracked-order .validation-states:first-child {
  margin-right: 22px;
}
ar-cart-order .row,
ar-tracked-order .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ar-cart-order .list-group,
ar-tracked-order .list-group {
  margin-bottom: 0;
  margin-top: 22px;
}
ar-cart-order ul.order-sub-infos,
ar-tracked-order ul.order-sub-infos {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 11px;
}
ar-cart-order .order-number,
ar-tracked-order .order-number {
  font-size: 18px;
  margin-bottom: 8px;
}
ar-cart-order .list-body,
ar-tracked-order .list-body {
  padding: 10px 26px;
  margin-left: -27px;
  margin-right: -27px;
  border-radius: 0px;
  border-top: none;
}
ar-cart-order .list-body:hover,
ar-tracked-order .list-body:hover {
  background: #f4f4f4;
}
ar-cart-order .list-body > [class*=col-],
ar-tracked-order .list-body > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
ar-cart-order .list-body .col-md-offset-2,
ar-tracked-order .list-body .col-md-offset-2 {
  padding-left: 15px;
}
ar-cart-order .organization-price,
ar-tracked-order .organization-price {
  font-size: 16px;
  text-align: right;
}
ar-cart-order .organization-name,
ar-tracked-order .organization-name {
  font-size: 14px;
}
ar-cart-order .level-3,
ar-tracked-order .level-3 {
  border-top: none;
}
ar-cart-order .level-3:hover,
ar-tracked-order .level-3:hover {
  background: #f4f4f4;
}
ar-cart-order .level-3 > .deliverable,
ar-tracked-order .level-3 > .deliverable {
  position: relative;
}
ar-cart-order .level-3 > .deliverable > div,
ar-tracked-order .level-3 > .deliverable > div {
  padding-left: 70px;
  position: relative;
}
ar-cart-order .level-3 > .deliverable > div > a,
ar-tracked-order .level-3 > .deliverable > div > a {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
ar-cart-order .level-3 > .deliverable > div::after,
ar-tracked-order .level-3 > .deliverable > div::after {
  content: "";
  display: block;
  border-left: 1px solid #dadada;
  position: absolute;
  left: 30px;
  top: -20px;
  bottom: -20px;
}
ar-cart-order .level-3 > .deliverable > div::before,
ar-tracked-order .level-3 > .deliverable > div::before {
  content: "";
  display: block;
  border-bottom: 1px solid #dadada;
  position: absolute;
  width: 20px;
  left: 30px;
  top: 50%;
}
ar-cart-order .level-3.list-group-item:last-child,
ar-tracked-order .level-3.list-group-item:last-child {
  margin-bottom: -1px;
}
ar-cart-order .level-3.list-group-item:last-child > div > div:first-child::after,
ar-tracked-order .level-3.list-group-item:last-child > div > div:first-child::after {
  bottom: 50%;
}
ar-cart-order .delivery-date,
ar-tracked-order .delivery-date {
  font-size: 11px;
}

ar-document-version {
  display: block;
  width: 100%;
}
ar-document-version .modal-header h3 {
  line-height: 1;
}
ar-document-version .refit-step {
  display: block;
  margin: 10px 0;
}
ar-document-version .refit-last-step {
  margin-top: 14px;
}
ar-document-version .panel:last-child {
  margin-bottom: 0;
}

.tracking-container .panel {
  margin-bottom: 0;
}

div[ng-repeat~=order].order-is-open {
  padding-bottom: 0;
}

form[name=refuseVersion] ol li {
  display: inline-block;
}

label[for=operation-filter] small {
  font-weight: normal;
}

#operation-filter > .list-group > .list-group-item {
  font-size: 12px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
#operation-filter > .list-group > .list-group-item.active {
  color: #337ab7;
  background: #fff;
}
#operation-filter > .list-group > .list-group-item.active i {
  color: #337ab7;
}
#operation-filter > .list-group > .list-group-item .parent-wrapper {
  padding: 10px 15px;
}

#operation-filter .list-group-item {
  background: transparent;
}
#operation-filter .list-group-nested {
  margin: 0;
}
#operation-filter .list-group-nested .list-group-item {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  color: #656565;
}
#operation-filter .list-group-nested .list-group-item.active {
  position: relative;
  border-color: #dadada;
  background: #f9f9f9;
}
#operation-filter .list-group-nested .list-group-item.active:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  content: "";
  background: #337ab7;
}

.selected-attributes-list {
  margin: 5px 0;
}
.selected-attributes-list ul {
  margin: 0;
  list-style-type: none;
}
.selected-attributes-list ul > li {
  text-indent: -17px;
}
.selected-attributes-list ul > li:before {
  content: "\E834";
  display: inline-block;
  font-family: "Material Icons";
  position: relative;
  top: 2px;
}
.selected-attributes-list ul > li > a {
  text-indent: 0px;
}

.invoicing-header {
  margin: 15px 0;
  padding: 14px 0;
  background: #eee;
  margin-top: 20px;
  border-radius: 4px;
}

#date-help-links {
  font-size: 96%;
  padding-left: 5px;
}
#date-help-links li {
  list-style-type: none;
}

.tracking-expedition .popover-content {
  max-height: 260px;
  overflow-y: auto;
  padding: 9px;
}

.links {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.links li {
  display: block;
  text-align: center;
  background-color: #dadada;
}
.links li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
  text-decoration: none;
  color: #343434;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.links li a i {
  float: left;
}
.links li a.bg-primary {
  color: #C1C7D1;
}
.links li a:hover, .links li a.active {
  color: #FFF;
  background-color: #286090;
}

.mainContent table {
  width: 100%;
  border-collapse: collapse;
}
.mainContent table .head {
  background-color: #E6E6E6;
  font-weight: bold;
}
.mainContent table td {
  border: 1px solid grey;
  padding: 10px;
}
.mainContent label {
  font-weight: bold;
}

#maintenance-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#maintenance-container .card {
  background-color: white;
  margin-bottom: 14px;
}
#maintenance-container .card .card__content:first-child {
  text-align: center;
}
#maintenance-container #arconnect-logo {
  vertical-align: middle;
  max-width: 100%;
}
#maintenance-container #arconnect-credits {
  margin-top: 14px;
  font-size: 0.8em;
}
#maintenance-container #arconnect-credits a {
  color: inherit;
}

/**
 * Page components
 */
.time-slot {
  position: relative;
}
.time-slot .remove-btn {
  position: absolute;
  right: 16px;
  top: -6px;
  color: #EB5757;
  z-index: 10;
}
.time-slot .uib-timepicker {
  margin: 0 auto;
}

.orderable-container .list-group .list-group-item.active {
  background-color: rgb(120, 172, 217);
}

.badge.empty-stock {
  margin-bottom: 5px;
}

.list-group-item.active ar-orderable-type {
  color: white;
}

ar-buy-choose-organizations .alert {
  margin: 18px 0;
}

.animation-select-hover-disable {
  -webkit-animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
          animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  20%, 80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  40%, 60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  20%, 80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  40%, 60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.orderable-description .popover-content {
  padding: 0;
  margin-bottom: -15px;
}
.orderable-description .popover-content table {
  font-size: 0.7em;
}

.filters #category-name {
  white-space: initial;
  margin-top: 8px;
  margin-bottom: 6px;
}
.filters .selected {
  background-color: darkgray !important;
  font-weight: bold;
}
.filters .operation-category {
  color: white;
}
.filters .operation-category:hover {
  color: white !important;
}
.filters .budget-operation:hover, .filters .time-limited-operation:hover {
  color: white !important;
  fill: white !important;
}
.filters .budget-operation {
  color: #268d4f !important;
  fill: #268d4f !important;
}
.filters .time-limited-operation {
  color: #c77c11 !important;
}
.filters .operations-list-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.filters .left-menu-icon {
  font-size: 0.9rem;
  margin-right: 5px;
}
.filters .left-menu-icon-first {
  margin-right: 5px;
}
.filters .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters #shopping-card {
  padding: 2px;
  margin: 1px;
  color: black;
  background: rgba(0, 0, 0, 0);
  border: none;
}
.filters #shopping-card:hover {
  background: #838383;
}

#add-as-kit {
  margin-left: 5px;
  background: #337ab7;
  border-color: #337ab7;
}

#add-as-kit:hover {
  color: white;
}

#add-as-kit:hover {
  color: white;
}

#main-row {
  margin-top: 30px;
}

.search-btn {
  margin-bottom: 0;
  line-height: 22px;
}
.search-btn:hover {
  color: white;
}

/**
 * External
 * ! should not be override !
 */
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
          box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

/**
 * Print settings
 */
@media print {
  .global-container {
    padding: 0 !important;
  }
  .no-print {
    display: none;
  }
}