.popper {
  width: auto;
  background-color: #fafafa;
  color: #212121;
  text-align: center;
  padding: 2px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  border: 1px #ebebeb solid;
  z-index: 200000;
  -moz-box-shadow: #3a3a3a 0 0 6px 0;
  -webkit-box-shadow: #3a3a3a 0 0 6px 0;
  box-shadow: #3a3a3a 0 0 6px 0; }

.popper .popper__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.popper[x-placement^="top"] {
  margin-bottom: 5px; }

.popper[x-placement^="top"] .popper__arrow {
  border-width: 5px 5px 0 5px;
  border-color: #fafafa transparent transparent transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.popper[x-placement^="bottom"] {
  margin-top: 5px; }

.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fafafa transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.popper[x-placement^="right"] {
  margin-left: 5px; }

.popper[x-placement^="right"] .popper__arrow {
  border-width: 5px 5px 5px 0;
  border-color: transparent #fafafa transparent transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.popper[x-placement^="left"] {
  margin-right: 5px; }

.popper[x-placement^="left"] .popper__arrow {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fafafa;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }
/* 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 {
  max-width: none !important;
  max-height: none !important; }

.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;
  width: auto;
  padding: 0; }

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter; }

.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-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; }

svg.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-offset: 1px; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a {
  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,
.leaflet-bar a:focus {
  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(img/img-a61374.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(img/img-4f0283.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;
  font-size: 13px;
  font-size: 1.08333em; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(img/img-2273e3.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline; }

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em; }

.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;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff; }

.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 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px; }

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -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;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858; }

.leaflet-popup-scrolled {
  overflow: auto; }

.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-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-interactive {
  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; }

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in; }

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; }
.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6); }

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6); }

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6); }

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6); }

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6); }

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6); }

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c; }

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39; }

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357; }

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c; }

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73; }

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017; }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px; }

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; }

.marker-cluster span {
  line-height: 30px; }
.loadeer {
  color: #154994;
  font-size: 20px;
  margin: center;
  width: 4em;
  height: 2em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loading-info {
  background: white;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }
  .loading-info .loading-text {
    font-size: 1.2rem; }

.loader {
  margin: 5rem; }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

#overlaay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000000000; }

.especificacion-color {
  color: #0152a3; }

.container-especificacion .especificacion-body {
  display: flex;
  width: 100%;
  padding-left: 97px;
  padding-right: 50px; }
  .container-especificacion .especificacion-body .especificacion-body-filters {
    width: 35%;
    display: flex;
    flex-direction: column; }
    .container-especificacion .especificacion-body .especificacion-body-filters .especificacion-data {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 65%; }
      .container-especificacion .especificacion-body .especificacion-body-filters .especificacion-data .data-row {
        display: flex;
        margin: 0;
        margin-bottom: -32px;
        margin-top: -34px; }
        .container-especificacion .especificacion-body .especificacion-body-filters .especificacion-data .data-row .unidades {
          width: 56%; }
    .container-especificacion .especificacion-body .especificacion-body-filters .especificacion-attributes {
      width: 80%; }
      .container-especificacion .especificacion-body .especificacion-body-filters .especificacion-attributes .select-row {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        align-content: center;
        margin-bottom: -4px; }
  .container-especificacion .especificacion-body .select-option {
    width: 15em;
    justify-items: right;
    align-content: center;
    border: 1px solid rgba(55, 73, 95, 0.6);
    font-size: 1em;
    margin-right: 3px; }
    .container-especificacion .especificacion-body .select-option:not([disabled="disabled"]) {
      color: #37495f;
      background-color: white; }
  .container-especificacion .especificacion-body .especificacion-body-distribution {
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
    width: 70%; }
    .container-especificacion .especificacion-body .especificacion-body-distribution .distribution-select {
      display: flex;
      flex-direction: row;
      align-items: baseline; }
    .container-especificacion .especificacion-body .especificacion-body-distribution .distribution-chart {
      display: flex;
      flex-direction: column; }
    .container-especificacion .especificacion-body .especificacion-body-distribution .distribution-chart-title {
      display: flex;
      flex-direction: row; }

/**
 * Demo Styles
 */
html {
  height: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.checkbox-list {
  text-align: left;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #37495f; }

.center-content {
  display: flex;
  align-items: center;
  justify-content: center; }

body {
  min-width: 1200px;
  color: #6f7274;
  position: relative;
  margin: 0;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #fcfcfc; }

input[type="select"]:disable {
  opacity: 0.5; }

input:focus,
input:active,
select:focus,
select:active {
  outline: solid 1px dodgerBlue; }

select {
  border-radius: 2px; }

.fa-icon {
  width: auto;
  height: 1em;
  max-width: 100%;
  max-height: 100%; }

.marker-img {
  background-image: url(img/img-3f118c.png); }

.marker-cluster-custom {
  background-color: rgba(46, 119, 225, 0.4); }

.marker-cluster-custom div {
  color: #ffffff;
  background-color: rgba(46, 119, 225, 0.8); }

.marker-disp {
  background-color: rgba(0, 230, 0, 0.4); }

.marker-disp div {
  color: #ffffff;
  background-color: rgba(0, 230, 0, 0.9); }

.marker-asig {
  background-color: rgba(255, 201, 102, 0.4); }

.marker-asig div {
  color: #ffffff;
  background-color: rgba(255, 201, 102, 0.9); }

.marker-ndisp {
  background-color: rgba(255, 102, 102, 0.4); }

.marker-ndisp div {
  color: #ffffff;
  background-color: rgba(255, 102, 102, 0.9); }

.v--modal-overlay {
  background: none;
  height: 100% !important; }

.scrolltags {
  margin-right: 77px;
  overflow-y: scroll;
  height: 50px; }

.v--modal-box {
  position: sticky !important; }

.container-map-detail {
  margin-top: 1rem;
  display: flex;
  width: 400px;
  justify-content: baseline; }
  .container-map-detail .detail-map {
    border: solid #888 1px;
    align-items: flex-end;
    padding: 0.5rem;
    width: 98%;
    display: flex;
    justify-content: space-around; }
    .container-map-detail .detail-map .contendor-data {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    .container-map-detail .detail-map .elementos {
      margin: 0; }

.dashboard {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .dashboard .dashboard-menu {
    display: flex; }
  .dashboard .instituciones-tags {
    width: 70%;
    margin-left: 40px;
    display: flex; }
    .dashboard .instituciones-tags .instituciones-tags-scroll {
      margin-left: 20px;
      height: 100px;
      overflow-y: scroll; }
  .dashboard .dashboard-row {
    display: flex;
    flex-direction: row;
    align-content: flex-start; }
    .dashboard .dashboard-row + .dashboard-row {
      margin-top: 60px; }
  .dashboard .resource-list + .leaflet-map {
    margin-left: 20px; }
  .dashboard h3 {
    margin-top: 0; }
  .dashboard .region-map {
    margin-top: 0px !important;
    max-height: 450px; }
  .dashboard .availability-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .dashboard .availability-info .total-label {
      display: flex;
      font-weight: bold; }
      .dashboard .availability-info .total-label .value {
        color: #154994;
        font-size: 2em; }
  .dashboard .region-distribution {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .dashboard .region-distribution rect {
      fill: #689bcd; }
    .dashboard .region-distribution circle {
      fill: #154994; }

.list-checks {
  position: absolute;
  z-index: 10000;
  background: white;
  border: solid #888 2px;
  margin-top: -0.5rem;
  width: 18rem; }
  .list-checks ul {
    max-height: 25rem;
    overflow-y: scroll; }

.list-check-head {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: -0.5rem 0.5rem; }
  .list-check-head:hover {
    color: #888; }

.filter-bar {
  display: flex;
  justify-content: space-around;
  border: solid #d8d8d8 1px;
  width: 20%;
  padding-top: -10px;
  padding-bottom: -10px;
  margin-bottom: 5rem; }

.filter-bar2 {
  display: flex;
  justify-content: space-around;
  border: solid #d8d8d8 1px;
  width: 40%;
  padding-top: -10px;
  padding-bottom: -10px;
  margin-top: 11px; }

.expansion-list-container {
  width: 100%;
  margin-right: 2rem; }
  .expansion-list-container .expansion-list-scroll {
    height: 450px;
    overflow-y: scroll; }

.expansion-list-header {
  display: flex;
  justify-content: space-around; }

.expansion-list {
  margin-top: 0.4rem; }
  .expansion-list .expansion-list-head {
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
    font-size: 0.9rem;
    align-items: center;
    margin-right: 2rem;
    cursor: pointer; }
    .expansion-list .expansion-list-head h4 {
      margin-top: -0.08rem;
      margin-bottom: -0.08rem; }
    .expansion-list .expansion-list-head:hover {
      color: #888; }
  .expansion-list .expansion-list-body .expansion-list-buttom {
    display: flex; }

.expansion-panel {
  padding: 0 0;
  transition: height 0.5s;
  margin-bottom: 2rem; }
  .expansion-panel .expansion-header {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px;
    border-style: solid;
    border-bottom-color: #cbcbcb;
    align-content: center;
    align-items: center; }
    .expansion-panel .expansion-header:hover {
      border-color: #6a6c6b; }
    .expansion-panel .expansion-header .m1 {
      margin-bottom: 1.3px;
      margin-top: 8px; }
  .expansion-panel .icono {
    justify-items: center;
    width: 2rem;
    justify-self: end; }
  .expansion-panel .link-expan {
    display: flex;
    align-items: center;
    width: 13rem;
    justify-content: space-between;
    justify-self: end; }
    .expansion-panel .link-expan .link {
      color: #6f7274;
      background: none;
      border: none;
      font-weight: bold; }
      .expansion-panel .link-expan .link:hover {
        opacity: 0.7; }
  .expansion-panel .expansion-collapse-item {
    align-content: center;
    align-items: center;
    margin-bottom: -20px;
    padding: 0px 0px; }
    .expansion-panel .expansion-collapse-item:hover {
      background: rgba(232, 232, 232, 0.9); }

.fadeHeight-enter-active,
.fadeHeight-leave-active {
  transition: all 0.5s;
  max-height: 900px; }

.fadeHeight-enter,
.fadeHeight-leave-to {
  opacity: 0;
  max-height: 0px; }

.grid-body {
  display: grid;
  grid-template-columns: 5fr 1fr 1fr 3fr; }

.tag-option {
  display: flex;
  align-items: center;
  background: #154994;
  color: white;
  border-radius: 8px 8px 8px 8px;
  padding-right: 3px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2;
  margin-bottom: 2; }

.iconos-alineados {
  display: flex;
  align-content: center;
  align-items: center; }

.tag-soporte {
  display: flex; }

.tag-close-button {
  margin-left: 15px;
  border-radius: 50%;
  padding: 2px 5px; }
  .tag-close-button:hover {
    background: #00376e;
    cursor: default; }

.tag-container {
  display: flex;
  margin-right: 0.7rem; }
  .tag-container .tag-text {
    margin-top: 2px;
    margin-bottom: 2px; }

.dashboard-tag-options {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem; }

.dashboard-modal {
  -webkit-box-shadow: 2px 3px 16px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 3px 16px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 16px 1px rgba(0, 0, 0, 0.4);
  padding: 10rem;
  border: solid 3px #b4b1b1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100; }
  .dashboard-modal .modal-content {
    height: 500px;
    overflow: scroll; }
  .dashboard-modal ul li {
    margin-left: 5px; }
  .dashboard-modal .bottom-buttons {
    margin-top: 15px; }

.select-filter-dashboard {
  width: 100% !important;
  border: 1px solid rgba(55, 73, 95, 0.6);
  font-size: 1em;
  margin-right: 3px; }
  .select-filter-dashboard:not([disabled="disabled"]) {
    color: #37495f;
    background-color: white; }

.padding-dashboard {
  padding: 0.5rem; }

.lista-atributos {
  display: inline-flex;
  grid-template-columns: 5% 32% 60%;
  width: 100%;
  align-content: center;
  align-items: center; }

.menu-dashboard {
  margin-top: 0% !important; }

.container-dashboard {
  display: grid;
  margin-left: 1rem;
  margin-right: 2rem;
  grid-template-areas: "head head head head" "header-b header-b filter-d filter-d" "act inst reg rec";
  grid-template-columns: 1.5fr 1.5fr 1.5fr 6.5fr;
  grid-template-rows: auto 2.2rem auto;
  grid-column-gap: 30px;
  grid-row-gap: 10px; }

.filter-tag {
  grid-area: filter-d; }

.dashboard-header-buttom {
  grid-area: header-b;
  justify-self: center; }

.dashboard-filter-reg {
  grid-area: reg; }
  .dashboard-filter-reg .lista-inst {
    overflow-y: scroll;
    height: 30rem; }
  .dashboard-filter-reg .buscador-institucion {
    margin-bottom: 1rem; }

.dashboard-filter-act {
  grid-area: act; }
  .dashboard-filter-act .lista-act {
    overflow-y: scroll;
    height: 30rem; }

.dashboard-filter-inst {
  grid-area: inst; }
  .dashboard-filter-inst .lista-inst {
    overflow-y: scroll;
    height: 30rem; }
  .dashboard-filter-inst .buscador-institucion {
    margin-bottom: 1rem; }

.dashboard-option {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-top: -15px; }

.dashboard-tercer-menu {
  display: flex;
  align-content: center;
  align-items: center;
  line-height: 90%;
  width: 100%;
  margin-bottom: 12px; }

.p-dashboard {
  margin: 1; }

.dashboard-reverse {
  flex-direction: row-reverse; }

.dashboard-header {
  grid-area: head;
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin: 0% 2%;
  margin-top: 4%; }
  .dashboard-header .dashboard-header-options {
    display: flex;
    align-content: center;
    align-items: center; }
    .dashboard-header .dashboard-header-options .option {
      margin: 0 8%; }
    .dashboard-header .dashboard-header-options .active-link {
      white-space: nowrap;
      position: relative;
      font-size: 0.95em;
      left: 0px;
      width: 100%;
      padding: 7px 12px;
      display: inline-block;
      color: #154994;
      border-bottom: 3px solid #154994; }
    .dashboard-header .dashboard-header-options a {
      font-size: 0.95em;
      display: inline-block;
      padding: 6px 12px;
      color: #7b7f81;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      cursor: pointer; }
      .dashboard-header .dashboard-header-options a:hover::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0px;
        width: 100%;
        height: 3px;
        background-color: #154994; }

.dashboard-body-rec {
  grid-area: rec; }
  .dashboard-body-rec .dashboard-body-head {
    align-items: flex-end;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 4px;
    border-style: solid;
    border-bottom-color: #6a6c6b;
    margin-bottom: 1rem; }
  .dashboard-body-rec .dashboard-body-data {
    max-height: 600px;
    overflow-y: scroll; }

.ele {
  display: flex;
  flex-direction: column; }

.m0 {
  margin-top: -8px; }

.search-box {
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  border: solid 1px #b4b1b1; }
  .search-box input {
    flex-grow: 1;
    border: none;
    padding: 0.3em; }
    .search-box input::placeholder {
      font-style: italic; }
  .search-box .search-icon {
    align-self: center;
    padding: 0.3em; }

.resource-list {
  display: flex;
  flex-direction: column; }
  .resource-list .item-list {
    overflow-y: auto;
    height: 100%; }
    .resource-list .item-list .item {
      cursor: pointer;
      user-select: none;
      padding: 0.5em;
      display: flex;
      font-size: 0.8em;
      justify-content: space-between; }
      .resource-list .item-list .item:hover {
        background: rgba(212, 212, 212, 0.5); }
      .resource-list .item-list .item .close-button {
        align-self: center; }
      .resource-list .item-list .item.selected {
        background-color: #154994;
        color: #f6f6f6; }
      .resource-list .item-list .item:not(.selected) svg {
        display: none; }
      .resource-list .item-list .item + .item {
        border-top: 1px solid #f6f6f6; }

.settings-form {
  width: 50%;
  min-width: 550px; }
  .settings-form .item label {
    font-size: 1.2em;
    font-weight: bold; }
  .settings-form .item input {
    width: 100%;
    height: 3em;
    font-size: 1em; }
  .settings-form .item + .item {
    margin-top: 2em; }
  .settings-form .buttons {
    padding-top: 2em;
    display: flex;
    justify-content: space-between; }

.form-list {
  max-height: 280px;
  overflow-y: scroll; }
  .form-list .form-item {
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    cursor: pointer;
    display: flex; }
    .form-list .form-item:hover {
      background-color: #f1f2f2; }
    .form-list .form-item.selected {
      background-color: #e7e8e8;
      border: 2px solid #b4b1b1;
      border-radius: 2px; }
    .form-list .form-item + .form-item:not(.selected) {
      border-top: 1px solid rgba(180, 177, 177, 0.4); }
    .form-list .form-item .identification {
      display: flex;
      flex-direction: column; }
      .form-list .form-item .identification .author {
        margin-top: 2px;
        font-size: 0.85em; }
    .form-list .form-item .icon-container {
      display: flex; }
      .form-list .form-item .icon-container svg {
        margin-right: 10px;
        align-self: center;
        font-size: 1.5em; }

.autocomplete {
  position: relative;
  display: inline-block; }
  .autocomplete .dropdown-list {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
    z-index: 1; }
    .autocomplete .dropdown-list .dropdown-option {
      width: auto;
      cursor: pointer; }
      .autocomplete .dropdown-list .dropdown-option:hover {
        background-color: #e7e7e7; }
  .autocomplete input {
    width: 150px; }
  .autocomplete input:focus ~ .dropdown-list {
    display: block; }
  .autocomplete .dropdown-list:hover {
    display: block; }

.sidenav {
  overflow: hidden;
  width: 200px;
  z-index: 200;
  background-color: #fcfcfc;
  overflow-x: hidden;
  transition: width 0.5s;
  border: solid #6a6c6b 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: default; }
  .sidenav a {
    color: inherit; }
  .sidenav .title-container {
    display: flex;
    justify-content: center; }
    .sidenav .title-container .title {
      cursor: pointer;
      font-weight: bold; }
  .sidenav.collapsed {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50px; }
    .sidenav.collapsed .title {
      writing-mode: tb-rl;
      transform: rotate(180deg);
      padding-top: 10px; }
    .sidenav.collapsed .sidenav-node {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .sidenav.collapsed .sidenav-node .node-level {
        width: 100px; }
  .sidenav:not(.collapsed) .title {
    padding-bottom: 10px; }
  .sidenav:not(.collapsed) .deep {
    padding-left: 15px; }
  .sidenav:not(.collapsed) .sidenav-node .node-level {
    margin-left: 10px; }
  .sidenav:not(.collapsed) .sidenav-node .node-label {
    margin-right: 10px; }
  .sidenav .sidenav-node.root {
    margin-bottom: 15px; }
  .sidenav .sidenav-node .node-content {
    display: flex; }
    .sidenav .sidenav-node .node-content.first {
      font-weight: bold; }
      .sidenav .sidenav-node .node-content.first .node-level {
        border: 1px solid;
        border-radius: 2px;
        height: 25px;
        width: 25px; }
    .sidenav .sidenav-node .node-content.current {
      background-color: #e53618;
      color: white; }
      .sidenav .sidenav-node .node-content.current:not(.current) .node-level:before {
        content: "";
        position: relative;
        height: 15px;
        border-left: 3px solid;
        left: -11px;
        border-color: #e53618; }
    .sidenav .sidenav-node .node-content .node-level {
      display: flex;
      align-items: center;
      justify-content: center; }
    .sidenav .sidenav-node .node-content .node-label {
      display: flex;
      align-items: center;
      flex: 1;
      margin-left: 10px; }
  .sidenav .sidenav-node + .sidenav-node,
  .sidenav .node-content + .sidenav-node {
    margin-top: 8px; }

.sidenav-container {
  display: flex;
  align-self: flex-start;
  margin-right: 10px;
  margin-top: 0.83em; }
  .sidenav-container .sidenav-arrow {
    background-color: #f6f6f6;
    transition: transform 0.5s;
    transform: rotate(180deg);
    transform-origin: 0% 50%;
    cursor: pointer;
    padding: 10px 5px 10px 3px;
    margin-top: 50px;
    align-self: center;
    z-index: 210;
    border-style: solid solid solid solid;
    border-radius: 0px 100px 100px 0px;
    border-width: 1px; }
  .sidenav-container ~ main .container {
    transition: transform 0.5s;
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    height: 100%; }
  .sidenav-container ~ footer {
    width: calc(100% + 150px); }
  .sidenav-container.collapsed .sidenav-arrow {
    transform: none;
    border-style: solid solid solid none; }
  .sidenav-container.collapsed ~ main .container {
    transition: transform 0.5s;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  .sidenav-container.collapsed ~ footer {
    width: 100%; }

.validation-modal {
  -webkit-box-shadow: 2px 3px 16px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 3px 16px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 16px 1px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border: solid 1px #b4b1b1;
  background-color: #fcfcfc; }
  .validation-modal ul li {
    margin-left: 5px; }
  .validation-modal .bottom-buttons {
    margin-top: 15px; }

.send-modal {
  padding: 0px; }
  .send-modal .modal-container {
    padding: 10px; }
  .send-modal .title {
    background-color: #b4b1b1;
    padding: 10px;
    color: white;
    font-weight: bold; }
  .send-modal input,
  .send-modal select {
    border-radius: 5px;
    order: 1px solid rgba(55, 73, 95, 0.6);
    color: #37495f;
    background-color: white; }
    .send-modal input:active, .send-modal input:focus,
    .send-modal select:active,
    .send-modal select:focus {
      border-width: 2px;
      outline: none; }
  .send-modal .btn-delete {
    padding: 0;
    margin: 0; }
    .send-modal .btn-delete svg {
      color: #6f7274; }
  .send-modal .row {
    display: flex;
    align-items: flex-end; }
    .send-modal .row > div + div {
      margin-left: 30px; }
  .send-modal .row + .row {
    margin-top: 15px; }

a {
  text-decoration: none;
  color: #154994;
  transition: 200ms ease; }
  a:hover {
    text-decoration: underline; }

ul {
  padding: 0px; }
  ul li {
    list-style: none; }

.text-column-container {
  display: flex; }
  .text-column-container .text-column {
    flex: 1;
    padding: 50px;
    padding-top: 20px; }

.link-column-container {
  display: flex;
  flex-direction: row-reverse; }
  .link-column-container .text-column {
    padding: 50px; }

.nav-bottom-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between; }

.bottom-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between; }

.center-column {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.text-column-title1 {
  padding: 0px 0px 0 50px;
  margin: 0; }

.text-column-title2 {
  padding: 30px 0px 0px 50px;
  margin: 0; }

.text-column-subtitle {
  color: white;
  margin: 20px 50px 0 50px; }

.volver-container {
  display: flex;
  width: 90%;
  margin-top: 2%;
  justify-items: left;
  margin-left: -0.2rem;
  margin-bottom: 0px !important; }

.boton-volver {
  font-size: 20px; }

.container {
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  flex-direction: column; }
  .container .container-bottom {
    margin-top: 10px;
    display: flex; }
    .container .container-bottom .container-left {
      width: 66.66667%;
      min-height: 550px;
      color: #919193; }
      .container .container-bottom .container-left.container-list {
        display: flex; }
        .container .container-bottom .container-left.container-list .container-button {
          padding: 2em; }
    .container .container-bottom .container-right {
      padding: 50px;
      display: flex;
      width: 33.33333%;
      flex-direction: column;
      align-items: center;
      min-height: 550px; }
    .container .container-bottom .container-left + .container-right {
      margin-left: 20px; }

.question {
  display: flex;
  flex-direction: column; }
  .question > label {
    width: 100%;
    background-color: #b4b1b1;
    color: #ffffff;
    padding: 8px; }
  .question .input-area {
    width: 100%;
    padding: 10px;
    background-color: #f6f6f6; }
    .question .input-area input[type="text"],
    .question .input-area input[type="email"],
    .question .input-area input[type="password"] {
      width: 100%; }
    .question .input-area select {
      width: 100%;
      border: 1px solid rgba(55, 73, 95, 0.6);
      color: #37495f;
      background-color: white; }
    .question .input-area.column-checkbox {
      display: flex;
      flex-wrap: wrap; }
      .question .input-area.column-checkbox .checkbox-option {
        width: 50%;
        padding-top: 5px;
        padding-right: 5px; }

.question + .question {
  margin-top: 20px; }

.container-background {
  background-image: url(img/img-6a394c.svg);
  /* Full height */
  background-color: #e4e4e4;
  /* Center and scale the image nicely */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top; }

.horizontal-progress {
  margin-bottom: 20px;
  margin-top: 20px; }
  .horizontal-progress .progress-bar {
    height: 15px;
    width: 100%;
    border: 1px solid #6a6c6b; }
  .horizontal-progress .progress-bar span {
    background-color: #154994;
    display: inline-block;
    height: 100%;
    transition: width 0.4s ease-in-out; }
  .horizontal-progress .top-labels,
  .horizontal-progress .top-marker {
    position: relative;
    transition: left 0.4s ease-in-out;
    padding-left: 1px; }
  .horizontal-progress .top-marker {
    height: 7px;
    border-left: 1px solid #6a6c6b; }
  .horizontal-progress .bottom-labels {
    display: flex;
    justify-content: space-between; }

.resource-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  padding-right: 6px;
  font-size: 0.8em; }
  .resource-tabs .tab {
    color: #817e7e;
    font-weight: bold;
    cursor: default;
    border: 1px solid #b4b1b1;
    min-width: 100px;
    max-width: 15%;
    padding: 6px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .resource-tabs .tab span {
      padding-left: 10px;
      cursor: pointer; }
    .resource-tabs .tab.selected {
      background-color: #b4b1b1;
      color: #ffffff;
      font-weight: bold; }
    .resource-tabs .tab.new {
      font-weight: bold;
      color: #9b9797;
      cursor: pointer; }

#selectRegion.empty {
  box-shadow: 0px 0px 25px rgba(255, 0, 0, 0.8); }

.user-table {
  width: 75%; }
  .user-table .row .cell {
    justify-content: left !important; }
    .user-table .row .cell.name {
      flex-grow: 2; }
  .user-table .row.first-row {
    font-weight: bold; }
    .user-table .row.first-row .cell {
      color: white !important; }

.resource-form {
  border-radius: 3px;
  font-size: 0.8em; }
  .resource-form .popper {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    cursor: default; }
  .resource-form .pointer {
    cursor: pointer; }
  .resource-form .button {
    background-color: #e53618;
    color: white;
    border: 0px;
    cursor: pointer;
    border-radius: 5px; }
    .resource-form .button:active {
      border: 0px;
      outline: none;
      transform: scale(1.05); }
    .resource-form .button:focus {
      border: 0px;
      outline: none; }
    .resource-form .button .btn-main {
      border-radius: 0px;
      color: #ffffff;
      background: #154994; }
      .resource-form .button .btn-main:hover {
        background: #1b5fc1; }
  .resource-form input,
  .resource-form select {
    border: 1px solid rgba(55, 73, 95, 0.6);
    color: #37495f;
    background-color: white;
    font-size: 1em;
    margin-right: 3px; }
    .resource-form input:disabled,
    .resource-form input .disabled,
    .resource-form select:disabled,
    .resource-form select .disabled {
      background-color: #ebeae4;
      color: rgba(55, 73, 95, 0.75); }
  .resource-form .row {
    display: flex;
    transition: 100ms ease;
    /*&:last-of-type{
    border: solid 1px $main-color;
    border-top: none;
    border-radius: 0px 0px $resource-radius $resource-radius;
    .cell:first-of-type{
      border-radius: 0px 0px 0px $resource-radius ;
    }
  }*/ }
    .resource-form .row.first-row .obligatory {
      color: red !important;
      float: right; }
    .resource-form .row.first-row:not(.normal-row) {
      padding-top: 5px;
      padding-bottom: 5px;
      background: #b4b1b1;
      color: white;
      border-radius: 0px 3px 0px 0px; }
      .resource-form .row.first-row:not(.normal-row) .cell:first-of-type {
        border-radius: 3px 0px 0px 0px; }
    .resource-form .row.first-row.normal-row {
      background: #f6f6f6;
      border-bottom: solid 2px #fcfcfc; }
      .resource-form .row.first-row.normal-row:hover {
        background: #cdcbcb; }
        .resource-form .row.first-row.normal-row:hover .cell {
          color: #ffffff; }
    .resource-form .row:not(.first-row) {
      background: #f6f6f6;
      border-bottom: solid 2px #fcfcfc; }
      .resource-form .row:not(.first-row).clone-row {
        animation: 2s ease-out 0s 1 rowColorTransition; }
      .resource-form .row:not(.first-row):hover {
        background: #cdcbcb; }
        .resource-form .row:not(.first-row):hover .cell {
          color: #ffffff; }
    .resource-form .row .cell {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 3px; }
      .resource-form .row .cell .clone-checkbox {
        cursor: pointer;
        vertical-align: middle; }
      .resource-form .row .cell:first-of-type {
        padding: 5px;
        padding-left: 7px;
        color: #37495f;
        font-weight: bold;
        flex: 3;
        justify-content: flex-start;
        text-align: left; }
      .resource-form .row .cell.triple {
        flex: 3; }
      .resource-form .row .cell.double {
        flex: 2; }
      .resource-form .row .cell .rango-alcance {
        width: 80%;
        display: flex;
        flex-direction: column; }
        .resource-form .row .cell .rango-alcance div:last-child input {
          width: 100%; }
        .resource-form .row .cell .rango-alcance div:first-child input {
          flex: 1;
          width: 40%; }
        .resource-form .row .cell .rango-alcance div:first-child select {
          flex: 2;
          width: 50%; }
        .resource-form .row .cell .rango-alcance > input {
          width: 100%; }
      .resource-form .row .cell input[type="text"],
      .resource-form .row .cell input[type="number"],
      .resource-form .row .cell select {
        width: 80%;
        /*       &:disabled{
        background: #E6E7E9;
        color: 	#A3A4A6;
        border: 1px solid 	#A3A4A6
      } */ }
      .resource-form .row .cell .button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 200ms; }
        .resource-form .row .cell .button:hover {
          background: #eb5d45; }
        .resource-form .row .cell .button img {
          width: 17px; }
      .resource-form .row .cell a {
        cursor: pointer; }
      .resource-form .row .cell span {
        cursor: pointer; }
        .resource-form .row .cell span .icon {
          float: left;
          padding-right: 4px; }
      .resource-form .row .cell ul {
        position: absolute;
        margin-left: -17px;
        transform: translateY(10px);
        display: none;
        background: #ffffff;
        border: solid 1px #b4b1b1;
        border-radius: 3px;
        z-index: 3;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
        .resource-form .row .cell ul li {
          padding: 5% 10%;
          white-space: nowrap;
          min-width: 100px;
          color: #7b7f81; }
          .resource-form .row .cell ul li .icon {
            float: left;
            padding-right: 4px; }
          .resource-form .row .cell ul li:hover {
            background: #f6f6f6;
            cursor: pointer; }
      .resource-form .row .cell:hover ul {
        display: block; }

.resource-form .row-wrap .cell.cell-full {
  flex: 0 0 100%;
  justify-content: flex-end; }
  .resource-form .row-wrap .cell.cell-full .btn {
    margin-right: 1em; }

.row-wrap {
  flex-flow: wrap; }

.popper {
  box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  text-align: inherit; }
  .popper input[type="text"] {
    font-size: 1em;
    width: 90%; }

.active-link {
  color: #00376e; }

header {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  border-bottom: solid 1px #f6f6f6;
  padding: 0 3%; }
  header .logos-header {
    display: flex; }
  header .logo-plat-nac {
    margin-left: 20px;
    cursor: pointer;
    color: #6a6c6b; }
    header .logo-plat-nac img {
      width: 300px;
      margin-top: 20px;
      margin-left: 10px; }
    header .logo-plat-nac h1 {
      position: absolute; }
  header .logo-congope img {
    max-height: 63px;
    image-resolution: from-image 1000dpi; }
  header .navigation {
    align-self: flex-end; }
    header .navigation ul {
      display: flex;
      margin: 10px 0; }
      header .navigation ul li {
        border-left: solid 1px rgba(180, 177, 177, 0.6); }
        header .navigation ul li:last-child {
          border-right: solid 1px rgba(180, 177, 177, 0.6); }
    header .navigation a {
      font-size: 0.95em;
      display: inline-block;
      padding: 6px 12px;
      color: #7b7f81;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      cursor: pointer; }
      header .navigation a:hover::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0px;
        width: 100%;
        height: 3px;
        background-color: #154994; }

.center {
  text-align: center;
  margin: 0 auto;
  padding-top: 64px;
  width: 900px;
  width: 94%; }
  .center img {
    max-width: 200px; }

.user-list {
  list-style: none;
  text-align: left; }
  .user-list li {
    height: 50px;
    display: flex;
    margin-bottom: 5px; }
    .user-list li span {
      display: inline-block;
      line-height: 50px;
      vertical-align: middle;
      margin-left: 5px; }
    .user-list li .date {
      color: #0f3367;
      font-size: 0.9em; }
    .user-list li img {
      border: 1px solid rgba(149, 152, 154, 0.5);
      border-radius: 50%; }

/**
 * Footer Styles
 */
footer {
  position: static;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #e4e4e4;
  text-align: center;
  display: flex;
  padding: 1rem 5%;
  align-items: baseline;
  justify-content: space-between; }
  footer img {
    max-height: 80px; }

.logo-small {
  transition: 600ms;
  transform-origin: 50% 40%; }
  .logo-small:hover {
    transform: rotate(360deg); }

.buttons {
  display: flex; }

.btn {
  font-size: 1em;
  padding: 10px 20px;
  margin: 2px 4px;
  transition: 200ms;
  background: none;
  border: none;
  border-radius: 0px;
  cursor: pointer; }
  .btn svg {
    margin: -2px 2px; }
  .btn:focus {
    outline: 0; }
  .btn.btn-default {
    border: solid 1px #154994;
    color: #154994; }
    .btn.btn-default:hover {
      border-color: #1f6ad7;
      color: #1f6ad7; }
  .btn.btn-index {
    color: #ffffff;
    background: #154994;
    position: absolute;
    bottom: 150px;
    font-size: 2em;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
    padding: 20px; }
  .btn.btn-main {
    color: #ffffff;
    background: #154994; }
    .btn.btn-main:hover {
      background: #1b5fc1; }
    .btn.btn-main:disabled {
      background: #95989a;
      color: #6a6c6b;
      cursor: no-drop; }
  .btn.btn-link {
    color: #154994;
    padding: 0px; }
    .btn.btn-link:hover {
      color: #1b5fc1;
      text-decoration: underline; }
  .btn.btn-icon {
    display: flex;
    white-space: nowrap;
    align-items: center;
    text-align: left; }
    .btn.btn-icon svg,
    .btn.btn-icon img {
      fill: currentColor;
      margin-right: 10px;
      max-height: 20px;
      width: 20px; }
    .btn.btn-icon:hover {
      opacity: 0.8;
      text-decoration: none; }

.small-text {
  padding: 20px 40px;
  font-size: 0.8em; }

.side-info {
  font-size: 1em;
  line-height: 130%; }

.success-box {
  color: #56585a;
  text-align: center;
  width: 50%; }
  .success-box svg {
    max-width: 40%;
    transform: translateY(100px); }
    .success-box svg path {
      fill: #009d66; }
    .success-box svg .st0 {
      fill: #ffffff; }
  .success-box .success-top {
    padding: 3% 6%; }
  .success-box .success-bottom {
    padding: 3% 6%;
    padding-top: 100px;
    background: #f6f6f6;
    box-shadow: 0px 0px 40px #969292; }
  .success-box .large-text {
    font-weight: bold;
    font-size: 1.3em; }
  .success-box .small-text {
    font-size: 1em;
    text-align: left; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .dropdown-content .dropdown-item {
    padding: 12px 16px; }
    .dropdown-content .dropdown-item:hover {
      background-color: #e7e7e7; }

.dropdown:hover .dropdown-content {
  display: block; }

.answer-list {
  flex: 2; }
  .answer-list li {
    background-color: #ffffff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    background-color: #f6f6f6;
    width: 75%;
    margin-bottom: 3px; }
    .answer-list li span {
      display: inline-block; }
    .answer-list li .date {
      display: flex;
      flex-direction: column;
      flex: 3; }
    .answer-list li .time {
      flex: 1; }
    .answer-list li .status {
      display: flex;
      flex-direction: column;
      flex: 2;
      margin: 0px 5px; }
      .answer-list li .status .finished {
        color: #009d66; }
      .answer-list li .status .btn {
        padding: 0;
        margin: 0;
        display: flex;
        font-size: 0.85em; }
    .answer-list li .options {
      flex: 1; }
    .answer-list li .author {
      font-size: 0.85em; }
    .answer-list li img {
      max-height: 30px; }
  .answer-list .gral-info {
    margin: 2px 4px; }

.notifications {
  margin-top: 1em;
  margin-right: 2em; }

.vue-notification {
  display: flex !important;
  padding: 20px;
  margin-right: 100px;
  color: #ffffff;
  background: rgba(21, 73, 148, 0.9);
  border-left: 5px solid #0f3367;
  display: flex;
  align-items: center; }
  .vue-notification .notification-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px; }
  .vue-notification .notification-content {
    font-size: 1.3em;
    margin-bottom: 5px;
    padding-right: 5px; }
  .vue-notification.warn {
    background: rgba(255, 182, 72, 0.9);
    border-left-color: #f48a06; }
  .vue-notification.error {
    background: #DB4144;
    border-left-color: #c42528; }
  .vue-notification.success {
    background: #009d66;
    border-left-color: #006a45; }
  .vue-notification a.close {
    font-size: 1.4em;
    margin-left: auto;
    color: white;
    opacity: 1;
    cursor: pointer; }
    .vue-notification a.close::before, .vue-notification a.close::after {
      display: none; }

.container-answer {
  display: flex;
  flex-direction: row; }
  .container-answer .container-columna {
    flex-grow: 3;
    width: 100%;
    margin: 2% 2%; }
    .container-answer .container-columna .content {
      display: flex; }
  .container-answer .container-txt {
    margin-top: 2%; }

.logged-user {
  margin-top: 15px;
  cursor: pointer;
  align-self: flex-start;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  z-index: 2000; }
  .logged-user .user-profile {
    padding: 10px 20px;
    display: flex;
    min-width: 150px;
    flex-direction: column;
    border-bottom: solid 1px #b4b1b1;
    cursor: auto; }
    .logged-user .user-profile .profile-name {
      color: #494b4d;
      font-size: 1.1em; }
    .logged-user .user-profile img {
      max-height: 50px; }
    .logged-user .user-profile span {
      display: block;
      text-align: center; }
    .logged-user .user-profile:hover {
      background: #ffffff; }
  .logged-user img {
    max-height: 30px;
    margin-right: 5px; }
  .logged-user ul {
    z-index: 110;
    position: absolute;
    right: 0px;
    top: 30px;
    background: #ffffff;
    border: solid 1px #b4b1b1;
    border-radius: 3px; }
    .logged-user ul li {
      padding: 8%;
      white-space: nowrap;
      min-width: 120px; }
      .logged-user ul li:hover {
        background: #f6f6f6; }
      .logged-user ul li .icon {
        transform: translateY(2px); }

.titulo {
  margin-left: 3%; }

.login-container {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .login-container .login-form {
    border: solid 1px #d9d8d8;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    background: white; }
  .login-container .pass-form {
    border: solid 1px #d9d8d8;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    background: white;
    width: 30%; }
    .login-container .pass-form > div:first-child {
      margin-bottom: 1.5em; }
  .login-container .pass-expired-form {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    width: 30%; }
  .login-container label {
    display: block;
    margin-bottom: 5px; }
  .login-container input[type="text"],
  .login-container input[type="email"],
  .login-container input[type="password"] {
    width: 100%;
    margin-bottom: 30px;
    display: block;
    font-size: 1.1em; }
  .login-container select {
    width: 50%;
    border: 1px solid rgba(55, 73, 95, 0.6);
    color: #37495f;
    background-color: white; }
  .login-container .bottom-link {
    text-align: center;
    margin: 10px 20px; }
  .login-container p {
    margin: 0px;
    opacity: 0.8;
    font-size: 0.9em; }
  .login-container input[type="password"].input-strength {
    margin-bottom: 0px; }
  .login-container p.pass-strength {
    margin-bottom: 30px; }

.flex {
  display: flex; }

.half-buttons {
  display: flex;
  justify-content: flex-end;
  width: 50%; }

.form-input {
  margin-bottom: 1.1em;
  width: 100%; }
  .form-input .input-button {
    width: 50%;
    display: flex; }
  .form-input.no-margin {
    margin-bottom: 0.2em; }
  .form-input label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.3em; }
  .form-input input[type="text"],
  .form-input input[type="email"],
  .form-input input[type="password"] {
    display: block;
    font-size: 1.1em;
    padding: 0.5em 0.5em;
    width: 50%; }
  .form-input select {
    display: block;
    width: 50%;
    padding: 0.5em 0em;
    font-size: 1.1em;
    border: 1px solid rgba(55, 73, 95, 0.6);
    color: #37495f;
    background-color: white; }

ul.users {
  padding-left: 2em; }

li.user {
  list-style: initial;
  margin-bottom: 0.5em; }

.user-type {
  font-weight: bold; }

.user-type-code {
  text-transform: lowercase; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.empty-list {
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px; }
  .empty-list .empty-text {
    font-size: 1.1em;
    font-style: italic; }
  .empty-list img {
    margin: 10px 20px;
    max-width: 200px;
    opacity: 0.5; }

.version {
  font-size: 0.9em;
  font-style: italic; }

.justificacion {
  width: 95%;
  height: 100px;
  font-size: 14px;
  margin-top: 5px; }

.loader {
  height: 4px;
  width: 100%;
  position: fixed;
  top: 0px;
  overflow: hidden;
  background-color: #ddd;
  z-index: 300; }

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: loading 2s linear infinite; }

.inputWithIcon input[type="text"] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjAxMVBRVTTzAYAAABfklEQVQ4y43Tz0uUURTG8c9oNqGRtSkRykUJ0Ritsq0JQRDCQIvox3/Qf9CmoIgIFy5cmOCmFi1cBEG5MKJdhC1qEwViWEQQUWaTDKKeFr3NO7/ecc5d3ec+33vPPede0sg5a9o7v6xZNOuyvBYx7JWoGx+dz7JfURZC2bxJEx5ZSaA7co32MZvCutv2VrSdrvohhOv19n6rQslow0aDloQtI7XyPSEysi34IyxUp9VjTZjLLMYtIZxMhaIQipnAIVvCzf/TDkfBi0zgkyUSFzrsR9lKiw59RV8K/Ea+ZU97UUqBz8gZyrR3O4zlFHgGLmQCY7rxvFp6KZQcbGrf5b3w3e5qcVQIC7Vicv59IVyrX/jX67cKNWqfx0J4rase6PJUCBtmXTLshKIppeS9fnOsMddO4zYa/kN4I4QvjjS7YMFDqxXrpnnncEMIywaaFzHvlKKLTttT0e4KYVG/tmNcCB/SB7Jd5MwkddzX2SbyxKDjDlhvP60dHvjpzF/Tb40t7OEI+gAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wMy0xOVQyMDowNToyMSswMTowMHYwOn4AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDMtMTlUMjA6MDU6MjErMDE6MDAHbYLCAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==") no-repeat scroll 7px 7px;
  padding-left: 40px; }

.inputWithIcon {
  position: relative;
  display: flex; }

.inputWithIcon svg {
  background: rgba(55, 73, 95, 0.6);
  padding: 5px;
  box-sizing: content-box;
  fill: white;
  border-radius: 5px 0px 0px 5px; }

.inputWithIcon input[type="text"]:focus + svg {
  color: dodgerBlue; }

.resource-form .row .map-searchbox input[type="text"] {
  width: 100%;
  font-size: 1em;
  height: 1.63em;
  border: solid 1px rgba(55, 73, 95, 0.6);
  height: 40px; }

.map-searchbox {
  width: 100%; }

.map-help {
  color: #6f7274;
  margin: 1em 0; }

.settings-panel h4 {
  color: #37495f; }

.status-icon {
  width: 2em;
  height: 2em;
  fill: currentColor;
  margin-right: 1em; }

.status-messages {
  padding: 10px 20px;
  margin: 0 0 5px;
  font-size: 1.1em;
  color: #ffffff;
  background: rgba(21, 73, 148, 0.9);
  border-left: 5px solid #0f3367;
  display: flex;
  align-items: center; }
  .status-messages.warn {
    background: rgba(255, 182, 72, 0.9);
    border-color: #f48a06; }
  .status-messages.error {
    background: #DB4144;
    border-color: #c42528; }
  .status-messages.success {
    background: #009d66;
    border-color: #006a45; }
    .status-messages.success .status-icon {
      display: block; }

.close-map {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  cursor: pointer;
  z-index: 1000; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }

@keyframes rowColorTransition {
  0% {
    background-color: #cdcbcb; }
  100% {
    background-color: #f6f6f6;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear; } }

.email-sent {
  max-width: 800px;
  text-align: center;
  align-self: center; }
  .email-sent svg {
    width: 3em; }

.password-success {
  text-align: center; }
  .password-success p {
    font-size: 1em;
    opacity: 1;
    margin: 1em 2em; }

.pass-form.password-success {
  width: inherit;
  max-width: 50%; }

[v-cloak] {
  display: none; }

.row select {
  line-height: 1.3;
  padding: 0;
  padding-right: 1em;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.2em top 50%, 0 0;
  background-size: 0.6em auto, 90%; }

.row select::-ms-expand {
  display: none; }

.row select:hover {
  border-color: #888; }

.row select:focus {
  border-color: #aaa;
  color: #222; }

.row select option {
  font-weight: normal; }

@media only screen and (max-width: 1365px) {
  body {
    font-size: 14px; }
  header .logos-header .logo-congope img {
    max-height: 80px; }
  header .logos-header .logo-plat-nac img {
    width: 250px; } }

/* password meter*/
meter {
  /* Reset the default appearance */
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1); }

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1); }

/*Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value {
  background: red; }

meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow; }

meter[value="3"]::-webkit-meter-optimum-value {
  background: orange; }

meter[value="4"]::-webkit-meter-optimum-value {
  background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar {
  background: red; }

meter[value="2"]::-moz-meter-bar {
  background: yellow; }

meter[value="3"]::-moz-meter-bar {
  background: orange; }

meter[value="4"]::-moz-meter-bar {
  background: green; }

.tooltip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 15em;
  background-color: #817e7e;
  color: #fff;
  text-align: left;
  padding: 0.5em 1em;
  border-radius: 6px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  right: 110%;
  top: -20%; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.pass-help-icon {
  border: solid 1px #6f7274;
  font-weight: bold;
  /* font-size: 1em; */
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  padding: 0.6em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  line-height: 0em; }

.tooltiptext::after {
  content: " ";
  position: absolute;
  top: 10%;
  left: 100%;
  /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #817e7e; }

.costume-title {
  border-bottom: 2px solid #6a6c6b;
  width: 50%;
  margin-bottom: 0px; }

.user-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.responsable {
  width: 50%;
  border-bottom: 1px solid rgba(180, 177, 177, 0.6);
  padding: 10px; }

.user-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 200px;
  border: 0px solid white;
  border-radius: 0px;
  border-bottom: 1px solid rgba(180, 177, 177, 0.6);
  background-color: #fcfcfc;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(img/img-14f7a8.svg);
  height: 30px;
  padding: 5px;
  padding-right: 22px;
  margin: 10px; }

.paginate > nav {
  display: flex;
  align-content: center;
  justify-content: center; }
  .paginate > nav a.active {
    border-bottom: 0.2em solid #e53618; }

.paginate li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px; }
  .paginate li.disabled {
    opacity: 0.3; }

.paginate a {
  font-weight: normal;
  color: black; }

.table {
  display: table;
  border-collapse: collapse;
  width: 100%; }
  .table .table-row {
    display: table-row;
    padding-top: 12px;
    padding-bottom: 12px; }
  .table .table-cell {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 8px;
    white-space: normal; }

.cursor-pointer {
  cursor: pointer; }

.leaflet-marker-icon {
  pointer-events: visiblePainted !important; }

.expired-pass-text {
  border: solid 1px #d9d8d8;
  padding: 15px;
  background: white;
  width: 100%;
  text-align: center;
  margin: 0px 0px 0px; }
  .expired-pass-text h3 {
    margin: 0px; }
