@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

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

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Karla", "Lucida grande", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Karla", "Lucida grande", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
textarea:focus,
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox], input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

input[type=file] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Karla", "Lucida grande", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Karla", "Lucida grande", "Verdana", "Helvetica", "Arial", sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
a:hover {
  color: #2c5999;
}
a:active, a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: "— ";
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --primary-color: #003482;
  --secondary-color: #007bff;
  --third-color: #00B140;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --whatsapp-color: #25d366;
  --email-color: #d44638;
  --light-color: #f8f9fa;
  --dark-color: #2c3e50;
  --blue-color: #009aff;
  --white-color: #ffffff;
  --black-color: #000000;
  --fvl-green: #005823;
  --font-family: "Roboto", sans-serif;
}

.modalM label {
  cursor: pointer;
  margin-bottom: 0;
}
.modalM input {
  margin: 0;
  height: 28px;
}
.modalM .container {
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
}
.modalM .container::before {
  display: none;
  content: none;
}
.modalM .container .headerNotification {
  padding: 10px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 1px 0px 3px #dedede, -1px 0px 6px #dedede;
  border: 1px solid rgb(237, 237, 237);
}
.modalM .container2 {
  padding-left: 0;
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto;
  justify-content: space-between;
  gap: 10px 10px;
  width: 100%;
}
.modalM .container2::before {
  display: none;
  content: none;
}
.modalM .container3 {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: auto;
  justify-content: space-between;
  gap: 10px 10px;
  width: 100%;
}
.modalM .container3::before {
  display: none;
  content: none;
}
.modalM .button-18 {
  align-items: center;
  background-color: #0A66C2;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 25px;
  min-height: 25px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}
.modalM .button-18:hover,
.modalM .button-18:focus {
  background-color: #16437E;
  color: #ffffff;
}
.modalM .button-18:active {
  background: #09223b;
  color: rgba(255, 255, 255, 0.7);
}
.modalM .button-18:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}
.modalM .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(187, 222, 251, 0);
  height: 100%;
  padding: 0;
  gap: 5px;
}
.modalM .flex-container2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(187, 222, 251, 0);
  height: 100%;
  padding: 0;
  gap: 5px;
}
.modalM .flex-container2 > div {
  background: rgba(255, 236, 179, 0);
  border: 3px solid rgba(58, 35, 0, 0);
  border-radius: 5px;
  padding: 0;
}
.modalM label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}
.modalM .modalM-state {
  display: none;
}
.modalM .modalM-open {
  overflow: hidden;
}
.modalM .modalM-window {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  z-index: 1051;
}
.modalM .modalM-window .modalM-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}
.modalM .modalM-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: auto;
  left: auto;
  height: 1.5em;
  width: 1.5em;
  cursor: pointer;
  background: white;
}
.modalM .modalM-close:after, .modalM .modalM-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 1.5em;
  width: 0.15em;
  background: black;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
}
.modalM .modalM-close:hover:after, .modalM .modalM-close:hover:before {
  background: black;
}
.modalM .modalM-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modalM .modalM-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: white;
  margin: auto;
  max-height: 95%;
  position: relative;
  overflow: auto;
  width: 95%;
  padding: 1.5em;
  margin-top: 0.6em;
}
@media screen and (min-width: 40em) {
  .modalM .modalM-inner {
    padding: 3em;
    width: 60%;
  }
}
@media screen and (min-width: 53.75em) {
  .modalM .modalM-inner {
    width: 50%;
  }
}
.modalM .modalM-inner h1 {
  color: #333;
  margin-bottom: 0.6em;
  text-align: left;
  text-transform: capitalize;
}
.modalM .modalM-inner p {
  font-size: 1em;
  max-width: 100% !important;
  padding: 0;
  text-align: left;
}
.modalM .modalM-inner p.intro {
  color: #009aff;
  line-height: 1.6em;
}
.modalM .modalM-inner p.body {
  color: #333;
  line-height: 1.45em;
}
@media screen and (min-width: 40em) {
  .modalM .modalM-inner p.body {
    -webkit-columns: 2 8em;
    -moz-columns: 2 8em;
    columns: 2 8em;
  }
}
.modalM .modalM-inner a.cta {
  color: white;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}
.modalM .modalM-inner a.cta:last-child {
  padding: 0 2em;
}
.modalM .modalM-state:checked + .modalM-window {
  opacity: 1;
  visibility: visible;
}
.modalM .modalM-state:checked + .modalM-window .modalM-inner {
  top: 0;
}

.chooser .chooser-option {
  background: #f2f2f2;
  color: black;
  cursor: default;
  margin: 0;
  font-weight: normal;
}
.chooser .chooser-option.selected {
  background: #cccccc;
  font-weight: bolder;
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.slider:after {
  content: "Inactiva";
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 8px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider:after {
  content: "Activa";
}

.navbar-default .dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content {
  max-height: 280px;
  overflow-y: scroll;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}

.navbar-default .dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}

.navbar-default .dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}

.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}

.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff, #f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff, #fff);
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}

@media screen {
  #webchat .content {
    position: fixed;
    bottom: 47px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 25px;
    padding-left: 30px;
    width: auto;
    height: auto;
  }
  #webchat .btn_whatsapp {
    color: var(--blue-color);
  }
  #webchat .btn_email {
    color: var(--blue-color);
  }
  #webchat .btn_whatsapp,
  #webchat .btn_email {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 65px;
    height: 65px;
    padding: 5px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  #webchat .btn_whatsapp:hover {
    transform: scale(1.15);
    background-color: var(--whatsapp-color);
    color: var(--white-color);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  #webchat .btn_email:hover {
    transform: scale(1.15);
    background-color: var(--email-color);
    color: var(--white-color);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  #webchat .option_main {
    display: flex;
    justify-items: center;
    align-items: end;
    padding: 2px;
  }
  #webchat .boton_main {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: var(--third-color);
    color: var(--light-color);
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(29, 29, 29, 0.459);
  }
  #webchat .close {
    display: none;
    background-color: white;
    color: var(--primary-color);
    /* border: 5px solid var(--blue-color);*/
    box-shadow: 0 2px 5px rgba(29, 29, 29, 0.459);
    /* box-shadow: inset 0 0 0 7px var(--blue-color); */
  }
  #webchat .boton_main:hover {
    color: var(--blue-color);
    background-color: var(--light-color);
    box-shadow: inset 0 2px 5px rgba(29, 29, 29, 0.459);
    transform: scale(1.1);
  }
  #webchat .content-option {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #webchat #content_option {
    display: none;
  }
  #webchat label {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    white-space: nowrap;
    margin-right: 10px;
    color: #ffffff;
    float: left;
    text-shadow: 0px 1px 16px black;
    /* Cambiado a float left */
    font-weight: 500;
    display: block;
    box-shadow: 0 0 0 0;
  }
  #webchat .whatsapp-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 20px;
  }
  #webchat .email-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 20px;
  }
  #webchat .content-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  #webchat .to-send-content {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: first baseline;
    gap: 5px;
    padding: 10px 15px 25px 10px;
    background-color: var(--dark-color);
    border-radius: 15px;
    box-shadow: 0 0 7px 0 var(--dark-color);
  }
  #webchat .contact-button-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  #webchat .select-input {
    width: 250px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid var(--blue-color);
    padding: 5px 10px;
  }
}
@media screen and (max-width: 959px) {
  #webchat .content {
    position: fixed;
    bottom: 47px;
    right: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 25px;
    padding-left: 5px;
    width: auto;
    height: auto;
  }
}
#modalexport {
  /* Estilos para el select */
  /* Estilos para el icono de flecha del select */
  /* Estilos para el select al pasar el mouse */
  /* Estilos generales */
  /* Estilos para el formulario */
  /* Estilos para los divs que contienen los inputs y labels */
  /* Estilos para los labels */
  /* Estilos para los inputs */
  /* Estilos para el botón */
  /* Estilos para el botón al pasar el mouse */
}
#modalexport .main2 {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#modalexport .main2:focus {
  border-color: #3498db;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}
#modalexport .menu_modal {
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  /* Remueve el estilo predeterminado en Chrome */
  -moz-appearance: none;
  /* Remueve el estilo predeterminado en Firefox */
  appearance: none;
  /* Remueve el estilo predeterminado */
}
#modalexport .menu_modal:focus {
  border-color: #3498db;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}
#modalexport .menu_modal::-ms-expand {
  display: none;
  /* Remueve el icono de flecha en IE */
}
#modalexport .menu_modal::after {
  content: "▼";
  /* Crea un icono de flecha */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #ccc;
  pointer-events: none;
}
#modalexport .menu_modal:hover::after {
  background: #b3b3b3;
}
#modalexport .menu_modal option {
  padding: 10px;
  background-color: #f5f5f5;
}
#modalexport .menu_modal option:checked {
  background-color: #3498db;
  color: #fff;
}
#modalexport .main3 {
  display: none;
}
#modalexport .main3 div {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#modalexport .content-info {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 10px;
}
#modalexport .warning_message {
  font-size: 12px;
  font-weight: lighter;
  color: red !important;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 5px;
}
#modalexport body {
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f5f5f5;
}
#modalexport form {
  max-width: 600px;
  margin: 50px auto 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#modalexport form div {
  margin-bottom: 5px;
}
#modalexport label {
  display: block;
  margin-bottom: 5px;
  color: var(--dark-blue) !important;
}
#modalexport input[type=text],
#modalexport input[type=number] {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
}
#modalexport button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #33ccff;
  /* Color verde */
  color: #2c3e50;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  margin: 0 10px 0 10px;
}
#modalexport button:hover {
  color: white;
  background-color: #009aff;
}
#modalexport .contentButtons {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#modalexport .closebutton {
  color: #bdc3c7 !important;
  background-color: #003482 !important;
}
#modalexport .closebutton:hover {
  background-color: #2c3e50 !important;
}

@media screen {
  /* ============================ */
  /* <style for bg> ======== */
  .background {
    display: flex !important;
    border-radius: 10px;
    background: #fff;
    width: 40px;
    height: 40px;
    margin: 0.2rem;
    justify-content: center;
    align-items: center;
  }
  .background-2 {
    right: 70px;
  }
  .background:hover {
    filter: contrast(0.8);
  }
  .li-text-items {
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0 5px 0;
    background: #ededed;
    color: #000000;
    font-size: 1.2vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    display: flex;
    align-items: center;
  }
  .li-text-items:hover {
    background: #d9d9d9;
    color: hsl(from color h s l);
  }
  /* ============ Menú App ============== */
  .menu__apps {
    display: none;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    position: absolute;
    padding: 20px;
    border: 8px solid rgba(44, 62, 80, 0.031372549);
    border-radius: 25px;
    top: 100%;
    right: 20%;
    width: auto;
    background: #ffffff;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.07);
    z-index: 1000;
  }
  .menu__apps-2 {
    right: 10%;
  }
  /* <style for menu__icon> ======== */
  .menu__icon {
    border: none;
    width: 32px;
    height: 32px;
    padding: 4px;
    background-color: var(--light-color);
  }
  /* <style for icon> ======= */
  .icon-menu {
    border-radius: 10px;
  }
  .box-user {
    background: var(--blue-color);
    color: var(--light-color);
    border-radius: 15px;
    padding: 10px !important;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
  }
  .content-items-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .no-decoration {
    color: inherit;
    text-decoration: none;
  }
  .no-decoration:hover {
    color: inherit;
    text-decoration: none;
  }
  .item-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
  }
  .item-menu:hover {
    background: rgba(0, 154, 255, 0.1019607843);
    transform: scale(1.03);
  }
  .item-menu:hover .span-item-menu {
    color: rgba(44, 62, 80, 0.8980392157);
  }
  .span-item-menu {
    white-space: nowrap;
    color: rgba(44, 62, 80, 0.5803921569);
  }
}
@media screen and (min-width: 768px) {
  .background-2 {
    right: 27.5%;
  }
}
@media screen and (min-width: 960px) {
  /* ============================ */
  /* <style for bg> ======== */
  .background-2 {
    right: 270px;
  }
}
@media screen {
  #filterMenuContent {
    display: none;
    background-color: #dddddd;
    border-radius: 0px;
  }
  #filterMenuAdvanceContent {
    display: none;
    background-color: #dddddd;
    border-radius: 0px;
  }
  #btn-update-more {
    display: inline-block;
    width: auto;
    margin: 0px 10px 0px 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 959px) {
  #btn-update-more {
    display: none;
  }
}
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.spinner {
  color: #2c3e50;
  text-align: center;
  font-weight: bolder;
}
.spinner .throbber {
  display: inline-block;
}
.spinner .throbber:after {
  display: relative;
  height: 2em;
  width: 2em;
  display: inline-block;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  border-radius: 100%;
  border-top: 2px solid #2c3e50;
  border-bottom: 2px solid #698bac;
  border-left: 2px solid #2c3e50;
  border-right: 2px solid #698bac;
  content: "";
}
.spinner .message {
  font-size: 0.75em;
}

@media screen {
  html {
    font-size: 16px;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: inherit;
  }
  .print-only {
    display: none;
  }
  body,
  html {
    margin: 0;
    padding: 0;
    letter-spacing: 0.01rem;
    color: #2c3e50;
  }
  .filter {
    position: relative;
  }
  .filter label {
    margin: 0;
    padding: 0.75em 1em;
    cursor: pointer;
  }
  .filter .k-dropdown {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
  }
  #login {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%), url("https://flukbox-static.s3.us-west-2.amazonaws.com/agro/images/fondoInicial2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #login::before {
    content: "";
    backdrop-filter: grayscale(19%) hue-rotate(360deg) saturate(94%);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  #login .logo {
    margin-top: 5%;
    margin-bottom: 30px;
    max-width: 90%;
  }
  #login .box {
    align-content: center;
    text-align: center;
    width: 350px;
    height: 460px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 4px 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 5vh;
  }
  #login .style-input {
    width: 100%;
    height: 35px;
    padding: 5%;
    border: none;
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
  }
  #login .label-style {
    color: #003482;
    font-size: 40px;
  }
  #login .label-style:hover {
    color: #33ccff;
  }
  #login .label-style:active {
    transform: scale(1.02);
  }
  #login .label {
    display: inline;
    padding: 0.4em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin: 0 0 10px 0 !important;
  }
  #login .restore-pass-fvl {
    visibility: hidden;
  }
  #login .has-error {
    margin: none;
    color: red;
  }
  #login .button-style {
    width: 80%;
    height: 40px;
    padding: 1%;
    border: none;
    margin-bottom: 10px;
    shape-margin: 10px;
    background-color: #009aff;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 100%;
    outline: none;
    transition: 0.2s all;
    border-radius: 5px;
    text-align: center;
    text-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  #login .button-style:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
  }
  #login .button-style:hover {
    transform: scale(1.02);
    background-color: #33ccff;
  }
  #login .button-style-fvl {
    background-color: #005823 !important;
  }
  #login .button-style-fvl:hover {
    background-color: #00411a !important;
  }
  #login .button-style-agro {
    background-color: var(--third-color) !important;
  }
  #login .button-style-agro:hover {
    background-color: var(--fvl-green) !important;
  }
  #login form {
    display: flex;
    border: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
  }
  #login .powered {
    color: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 15px 0 0 0;
    width: auto;
    font-size: 14px;
    font-weight: normal;
  }
  #login a {
    color: #2c3e50;
    text-decoration: none;
  }
  #login a:hover, #login a:active, #login a:focus {
    color: #009aff;
    text-decoration: none;
  }
  #dashboard {
    font-size: 0.75em;
    /* 	header {
    	select { margin: 0;}
    } */
  }
  #dashboard #content {
    position: relative;
    background: white;
  }
  #map {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 450px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #map .zone-label {
    pointer-events: none;
  }
  #map #leaflet-map {
    height: 100%;
    width: 100%;
  }
  #map #leaflet-map .leaflet-popup {
    color: white;
  }
  #map #leaflet-map .leaflet-popup h3 {
    margin-bottom: 1em;
  }
  #map #leaflet-map .leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 0;
  }
  #map #leaflet-map .leaflet-popup .leaflet-popup-tip,
  #map #leaflet-map .leaflet-popup .leaflet-popup-content-wrapper {
    background: #2c3e50;
  }
  .code {
    font-family: monospace;
    font-size: 0.8em;
    padding: 0.5em 1em;
    background: #999999;
    margin: 1em 0;
    overflow: auto;
  }
  table {
    border-collapse: collapse;
    width: auto;
  }
  table tr.even {
    background: #fff;
  }
  table tr.odd {
    background: #f9f9f9;
  }
  table tr.error td {
    background: rgba(255, 0, 0, 0.1);
  }
  table td {
    padding-right: 20px;
  }
  table td.shrink {
    width: 1%;
    white-space: nowrap;
  }
  table td.expand {
    width: 99%;
  }
  .grid-collection {
    display: block;
    padding: 0.5rem;
  }
  .grid-collection::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-collection .collection-item {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }
  .grid-collection .collection-item:last-child {
    margin-right: 0;
  }
  .grid-collection .collection-item h3 {
    font-weight: normal;
  }
  .grid-collection .collection-item:hover {
    background: #009aff;
    text-decoration: none;
    box-shadow: inset 6px 6px 12px #41b3ff, inset -6px -6px 12px #0078bd;
  }
  .grid-collection .collection-item:hover .collection-item-title {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-meta {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-sub {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-footer {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-footer a.icon:before {
    text-decoration: none;
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-actions a {
    color: white !important;
    text-decoration: none !important;
  }
  .grid-collection .collection-item:hover .collection-item-actions a:hover {
    color: #2c3e50;
    transform: scale(1.01);
    text-decoration: none;
  }
  .grid-collection .collection-item:hover .collection-item-actions i {
    color: white !important;
  }
  .grid-collection .collection-item:hover .collection-item-states a {
    color: white;
    text-decoration: none;
  }
  .grid-collection .collection-item:hover .collection-item-states a:hover {
    color: #2c3e50;
    transform: scale(1.01);
  }
  .grid-collection .collection-item:hover .collection-item-states i {
    color: white !important;
  }
  .grid-collection .collection-item:hover .img-src {
    box-shadow: 6px 6px 12px #006bde, -6px -6px 12px #008bff;
  }
  .grid-collection .toggle {
    --width: 40px;
    --height: calc(var(--width) / 2);
    --border-radius: calc(var(--height) / 2);
    display: inline-block;
    cursor: pointer;
  }
  .grid-collection .toggle__input {
    display: none;
  }
  .grid-collection .toggle__fill {
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background: #dddddd;
    transition: background 0.2s;
  }
  .grid-collection .toggle__fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--height);
    width: var(--height);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
  }
  .grid-collection .toggle__input:checked ~ .toggle__fill {
    background: #009548;
  }
  .grid-collection .toggle__input:checked ~ .toggle__fill::after {
    transform: translateX(var(--height));
  }
  .grid-collection .collection-no-item {
    cursor: pointer;
    border-radius: 10px;
    background: #aeaeae;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
    text-decoration: none;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }
  .grid-collection .collection-no-item:last-child {
    margin-right: 0;
  }
  .grid-collection .collection-no-item h3 {
    font-weight: normal;
  }
  .grid-collection .collection-no-item:hover {
    background: #979b9e;
    box-shadow: inset 6px 6px 12px #cfcfcf, inset -6px -6px 12px #595959;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-title {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-meta {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-sub {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-footer {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-footer a.icon:before {
    text-decoration: none;
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-actions a {
    color: white !important;
    text-decoration: none !important;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-actions a:hover {
    color: #2c3e50;
    transform: scale(1.01);
    text-decoration: none;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-states a {
    color: white;
    text-decoration: none;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-states a:hover {
    color: #ff9f18;
    transform: scale(1.01);
    text-decoration: none;
  }
  .grid-collection .collection-no-item:hover .img-src {
    box-shadow: 6px 6px 12px #838789, -6px -6px 12px #abafb3;
  }
  .collection-item {
    padding: 1.5rem;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, auto);
    gap: 2px;
    background-color: white;
    grid-auto-flow: column;
    margin-bottom: 15px;
  }
  .collection-item .collection-item-box {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    grid-auto-flow: column;
  }
  .collection-item .collection-item-title {
    color: #009aff;
    font-weight: normal;
    font-size: 1rem;
  }
  .collection-item .collection-item-sub {
    color: #2c3e50;
    font-size: 0.8rem;
  }
  .collection-item .collection-item-meta {
    color: rgba(44, 62, 80, 0.5);
    font-size: 0.8rem;
  }
  .collection-item .collection-item-footer {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    font-size: 0.8rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-footer .margin-left {
    margin-left: 5px;
  }
  .collection-item .collection-item-actions {
    display: flex;
    justify-content: center;
  }
  .collection-item .collection-item-actions .action {
    display: inline-block;
  }
  .collection-item .collection-item-actions .action span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-actions .action a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-top {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-item .collection-item-top .top {
    display: inline-block;
  }
  .collection-item .collection-item-top .top span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-top .top a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-middle {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-item .collection-item-middle .middle {
    display: inline-block;
  }
  .collection-item .collection-item-middle .middle span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-middle .middle a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-bottom {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-item .collection-item-bottom .bottom {
    display: inline-block;
  }
  .collection-item .collection-item-bottom .bottom span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-bottom .bottom a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-states {
    display: block;
  }
  .collection-item .collection-item-states .state {
    display: inline-block;
  }
  .collection-item .collection-item-states .state span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-states .state a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-states .state-variable {
    display: inline-block;
  }
  .collection-item .collection-item-states .state-variable span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-states .state-variable a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-vari {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1rem;
    bottom: 0.1rem;
  }
  .collection-item .collection-item-vari .state {
    display: inline-block;
  }
  .collection-item .collection-item-vari .state span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-vari .state a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-vari .state-variable {
    display: inline-block;
  }
  .collection-item .collection-item-vari .state-variable span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-vari .state-variable a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item select {
    margin: 0;
  }
  .collection-no-item {
    vertical-align: middle;
    height: auto;
    padding: 1.5rem;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, auto);
    gap: 2px;
    grid-auto-flow: column;
    margin-bottom: 15px;
  }
  .collection-no-item .collection-no-item-box {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    grid-auto-flow: column;
  }
  .collection-no-item .collection-no-item-title {
    color: #ffffff;
    font-weight: normal;
    font-size: 1rem;
  }
  .collection-no-item .collection-no-item-sub {
    color: #ffffff;
    font-size: 0.8rem;
  }
  .collection-no-item .collection-no-item-meta {
    color: #ffffff;
    font-size: 0.8rem;
  }
  .collection-no-item .collection-no-item-footer {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    font-size: 0.8rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-footer .margin-left {
    margin-left: 5px;
  }
  .collection-no-item .collection-no-item-actions {
    display: flex;
    justify-content: center;
  }
  .collection-no-item .collection-no-item-actions .action {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-actions .action span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-actions .action a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-top {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-no-item .collection-no-item-top .top {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-top .top span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-top .top a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-middle {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-no-item .collection-no-item-middle .middle {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-middle .middle span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-middle .middle a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-bottom {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-no-item .collection-no-item-bottom .bottom {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-bottom .bottom span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-bottom .bottom a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-states {
    display: block;
  }
  .collection-no-item .collection-no-item-states .state {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-states .state span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-states .state a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-states .state-variable {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-states .state-variable span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-states .state-variable a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item select {
    margin: 0;
  }
  .new-grid-collection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 1rem;
    padding: 1rem;
  }
  .new-grid-collection .new-grid-collection {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
  }
  .new-grid-collection .new-grid-collection h3 {
    font-weight: normal;
  }
  .new-grid-collection .new-grid-collection:hover a {
    text-decoration: none !important;
  }
  .new-grid-collection .toggle {
    --width: 40px;
    --height: calc(var(--width) / 2);
    --border-radius: calc(var(--height) / 2);
    display: inline-block;
    cursor: pointer;
  }
  .new-grid-collection .toggle__input {
    display: none;
  }
  .new-grid-collection .toggle__fill {
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background: #dddddd;
    transition: background 0.2s;
  }
  .new-grid-collection .toggle__fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--height);
    width: var(--height);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
  }
  .new-grid-collection .toggle__input:checked ~ .toggle__fill {
    background: #009548 !important;
  }
  .new-grid-collection .toggle__input:checked ~ .toggle__fill::after {
    transform: translateX(var(--height));
  }
  .new-collection-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    height: 220px;
  }
  .new-collection-item .new-collection-item-box {
    padding: 1rem;
    display: grid;
    grid-template-rows: repeat(3, auto);
    gap: 1px;
    grid-auto-flow: column;
  }
  .new-collection-item .new-collection-item-header {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .new-collection-item .new-collection-item-header .item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
  }
  .new-collection-item .new-collection-item-header .counter-num {
    color: black;
    font-weight: normal;
    font-size: 1rem;
    margin-left: 5px;
  }
  .new-collection-item .new-collection-item-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 120px;
  }
  .new-collection-item .new-collection-item-footer {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    border-top: 1px solid #d8d8d8;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .new-collection-item .new-collection-item-footer .item-footer {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
  }
  .new-collection-item .new-collection-item-title {
    color: #009aff;
    font-weight: bold;
    font-size: 1rem;
  }
  .new-collection-item .new-collection-item-sub {
    color: rgba(44, 62, 80, 0.5764705882);
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
  }
  .new-collection-item .new-collection-item-meta {
    color: rgba(44, 62, 80, 0.5);
    font-size: 0.8rem;
  }
  .new-collection-item .new-collection-item-actions {
    display: flex;
    justify-content: center;
  }
  .new-collection-item .new-collection-item-actions .action {
    display: inline-block;
  }
  .new-collection-item .new-collection-item-actions .action span {
    font-size: 0.8em;
  }
  .new-collection-item .new-collection-item-actions .action a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .new-collection-item .new-collection-item-top {
    display: block;
    margin: 0;
    padding: 0;
  }
  .new-collection-item .new-collection-item-top .top {
    display: inline-block;
  }
  .new-collection-item .new-collection-item-top .top span {
    font-size: 0.8em;
  }
  .new-collection-item .new-collection-item-top .top a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .new-collection-item .new-collection-item-middle {
    display: block;
    margin: 0;
    padding: 0;
  }
  .new-collection-item .new-collection-item-middle .middle {
    display: inline-block;
  }
  .new-collection-item .new-collection-item-middle .middle span {
    font-size: 0.8em;
  }
  .new-collection-item .new-collection-item-middle .middle a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .new-collection-item .new-collection-item-bottom {
    display: block;
    margin: 0;
    padding: 0;
  }
  .new-collection-item .new-collection-item-bottom .bottom {
    display: inline-block;
  }
  .new-collection-item .new-collection-item-bottom .bottom span {
    font-size: 0.8em;
  }
  .new-collection-item .new-collection-item-bottom .bottom a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .new-collection-item .new-collection-item-states {
    display: block;
  }
  .new-collection-item .new-collection-item-states .state {
    display: inline-block;
  }
  .new-collection-item .new-collection-item-states .state span {
    font-size: 0.8em;
  }
  .new-collection-item .new-collection-item-states .state a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .new-collection-item .new-collection-item-states .state-variable {
    display: inline-block;
  }
  .new-collection-item .new-collection-item-states .state-variable span {
    font-size: 0.8em;
  }
  .new-collection-item .new-collection-item-states .state-variable a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .new-collection-item .new-collection-item-vari {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1rem;
    bottom: 0.1rem;
  }
  .new-collection-item .new-collection-item-vari .state {
    display: inline-block;
  }
  .new-collection-item .new-collection-item-vari .state span {
    font-size: 0.8em;
  }
  .new-collection-item .new-collection-item-vari .state a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .new-collection-item .new-collection-item-vari .state-variable {
    display: inline-block;
  }
  .new-collection-item .new-collection-item-vari .state-variable span {
    font-size: 0.8em;
  }
  .new-collection-item .new-collection-item-vari .state-variable a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .new-collection-item select {
    margin: 0;
  }
  #indicadores .flukbox-indicators {
    display: block;
  }
  #indicadores .flukbox-indicators::after {
    clear: both;
    content: "";
    display: block;
  }
  #indicadores .flukbox-indicators .collection-item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    background: white;
    color: #2c3e50;
    margin-bottom: 2.5%;
    cursor: pointer;
  }
  #indicadores .flukbox-indicators .collection-item:last-child {
    margin-right: 0;
  }
  #indicadores .flukbox-indicators .collection-item:nth-child(2n) {
    margin-right: 0;
  }
  #indicadores .flukbox-indicators .collection-item:nth-child(2n+1) {
    clear: left;
  }
  #indicadores .flukbox-indicators .collection-item:hover {
    background: #ecf0f1;
  }
  #indicadores .flukbox-indicators .collection-item .square {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-right: 0.5em;
    background: #2c3e50;
  }
  #indicadores .flukbox-indicators .collection-item.av .square {
    background: #915cd5;
  }
  #indicadores .flukbox-indicators .collection-item.co .square {
    background: #2ecc71;
  }
  #indicadores .flukbox-indicators .collection-item.b .square {
    background: #bdc3c7;
  }
  #indicadores .flukbox-indicators .collection-item.q .square {
    background: #009aff;
  }
  #indicadores .flukbox-indicators .collection-item .title {
    color: #999999;
    font-weight: bold;
    white-space: nowrap;
  }
  #indicadores .flukbox-indicators .collection-item .value {
    white-space: nowrap;
    font-size: 3em;
    font-weight: bold;
  }
  #indicadores .flukbox-indicators .collection-item .period-label {
    font-size: 0.8em;
  }
  #indicadores .flukbox-indicators .collection-item .period {
    font-size: 0.8em;
    color: #999999;
  }
  #indicadores .flukbox-indicators,
  #indicadores .forecast-indicators,
  #indicadores .geo-indicators {
    margin-bottom: 1em;
  }
  #indicadores .forecast-collection .collection-item {
    color: #009aff;
    overflow: hidden;
    background: transparent;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  #indicadores .forecast-collection .collection-item .title {
    white-space: nowrap;
    font-weight: bold;
    color: #2c3e50;
  }
  #indicadores .forecast-collection .collection-item .value {
    white-space: nowrap;
    font-size: 2em;
  }
  #indicadores .forecast-collection .collection-item:nth-child(2n) {
    margin-right: 2.3576520234%;
  }
  #indicadores .forecast-collection .collection-item:nth-child(2n+1) {
    clear: none;
  }
  #indicadores .forecast-collection .collection-item:last-child {
    margin-right: 0;
  }
  #indicadores .forecast-collection .collection-item:nth-child(3n) {
    margin-right: 0;
  }
  #indicadores .forecast-collection .collection-item:nth-child(3n+1) {
    clear: left;
  }
  #indicadores .geo-indicators .geo-widget {
    padding: 1rem;
  }
  #indicadores .geo-indicators .map-view {
    height: 240px;
  }
  #account .account-options .collection-item {
    display: block;
    color: black;
  }
  #account .account-options .collection-item .icon {
    font-size: 1.5em;
    margin-right: 0.5em;
    vertical-align: text-bottom;
  }
  #uploads .index {
    color: gray;
    margin-right: 1em;
  }
  #uploads .date {
    color: gray;
  }
  .toolbar {
    padding: 1rem;
  }
  .chooser {
    display: inline-block;
    margin-right: 1em;
  }
  .message {
    text-align: center;
    font-size: 1.5rem;
    margin: 1em;
    line-height: 1;
    color: #698bac;
  }
  .message.message-small {
    font-size: 1rem;
  }
  .message a {
    color: #009aff;
    text-decoration: underline;
  }
  .page-title {
    margin: 0;
    border-bottom: 1px solid #ecf1f5;
    padding: 1rem;
  }
  .page-title h2 {
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bolder;
    color: #2c3e50;
  }
  .footer-credits {
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 20px;
    margin-right: 20px;
    text-align: right;
  }
  .sidebar-credits {
    display: none;
  }
  section.variables,
  section.alertas,
  section.puntos,
  section.reports {
    margin-top: 1rem;
  }
  .label-info-amount {
    width: 30%;
    margin-left: 10px;
    position: absolute;
    float: left;
    left: 2px;
    top: 44px;
    font-size: 8px;
    text-align: center;
  }
  .breadcrumb-new {
    overflow: scroll;
  }
}
@media screen and (min-width: 480px) {
  .new-grid-collection {
    grid-template-columns: repeat(2, 1fr);
  }
  .label-info-amount {
    margin-left: 10px;
    position: absolute;
    float: right;
    right: 5px;
    left: auto;
    top: 15px;
    font-size: 14px;
  }
  .breadcrumb-new {
    overflow: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .new-grid-collection {
    grid-template-columns: repeat(2, 1fr);
  }
  .breadcrumb-new {
    overflow: auto !important;
  }
}
@media screen and (min-width: 960px) {
  .desktop-only {
    display: inline-block !important;
  }
  .mobile-only {
    display: none;
  }
  #dashboard {
    font-size: 1rem;
  }
  #indicadores .flukbox-indicators {
    display: block;
  }
  #indicadores .flukbox-indicators::after {
    clear: both;
    content: "";
    display: block;
  }
  #indicadores .flukbox-indicators .collection-item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
  }
  #indicadores .flukbox-indicators .collection-item:nth-child(2n) {
    margin-right: 2.3576520234%;
  }
  #indicadores .flukbox-indicators .collection-item:nth-child(2n+1) {
    clear: none;
  }
  #indicadores .flukbox-indicators .collection-item:nth-child(3n) {
    margin-right: 2.3576520234%;
  }
  #indicadores .flukbox-indicators .collection-item:nth-child(3n+1) {
    clear: none;
  }
  #indicadores .flukbox-indicators .collection-item:last-child {
    margin-right: 0;
  }
  #indicadores .flukbox-indicators .collection-item:nth-child(4n) {
    margin-right: 0;
  }
  #indicadores .flukbox-indicators .collection-item:nth-child(4n+1) {
    clear: left;
  }
  #indicadores .extra-indicators {
    display: block;
  }
  #indicadores .extra-indicators::after {
    clear: both;
    content: "";
    display: block;
  }
  #indicadores .geo-indicators {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
  }
  #indicadores .geo-indicators:last-child {
    margin-right: 0;
  }
  #indicadores .forecast-indicators {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%;
  }
  #indicadores .forecast-indicators:last-child {
    margin-right: 0;
  }
  #indicadores .forecast-collection {
    font-size: 1em;
  }
  #indicadores .forecast-collection .collection-item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  #indicadores .forecast-collection .collection-item:last-child {
    margin-right: 0;
  }
  #indicadores .forecast-collection .collection-item:nth-child(3n) {
    margin-right: 0;
  }
  #indicadores .forecast-collection .collection-item:nth-child(3n+1) {
    clear: left;
  }
  .grid-collection {
    padding: 1rem;
  }
  .grid-collection .collection-item {
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  .grid-collection .collection-item:last-child {
    margin-right: 0;
  }
  .grid-collection .collection-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-collection .collection-item:nth-child(3n+1) {
    clear: left;
  }
  .grid-collection .collection-item h3 {
    font-weight: normal;
  }
  .grid-collection .collection-item:hover {
    background: #009aff;
    text-decoration: none;
    box-shadow: inset 6px 6px 12px #41b3ff, inset -6px -6px 12px #0078bd;
  }
  .grid-collection .collection-item:hover .collection-item-title {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-meta {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-sub {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-footer {
    color: white;
    text-decoration: none;
  }
  .grid-collection .collection-item:hover .collection-item-footer a.icon:before {
    text-decoration: none;
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-footer i:before {
    text-decoration: none;
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-footer .margin-left {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-footer .margin-bottom {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-footer .color-red {
    color: white;
  }
  .grid-collection .collection-item:hover .collection-item-actions a {
    color: white !important;
    text-decoration: none !important;
  }
  .grid-collection .collection-item:hover .collection-item-actions a:hover {
    color: #2c3e50;
    transform: scale(1.01);
    text-decoration: none;
  }
  .grid-collection .collection-item:hover .collection-item-actions i {
    color: white !important;
  }
  .grid-collection .collection-item:hover .collection-item-states a {
    color: white;
    text-decoration: none;
  }
  .grid-collection .collection-item:hover .collection-item-states a:hover {
    color: #2c3e50;
    transform: scale(1.01);
  }
  .grid-collection .collection-item:hover .collection-item-states i {
    color: white !important;
  }
  .grid-collection .collection-item:hover .img-src {
    box-shadow: 6px 6px 12px #006bde, -6px -6px 12px #008bff;
  }
  .grid-collection .collection-item:active {
    text-decoration: none;
    background: #009aff;
    box-shadow: inset 20px 20px 60px #0083d9, inset -20px -20px 60px #00b1ff;
  }
  .grid-collection .collection-no-item {
    cursor: pointer;
    border-radius: 15px;
    background: #aeaeae;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
    text-decoration: none;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  .grid-collection .collection-no-item:last-child {
    margin-right: 0;
  }
  .grid-collection .collection-no-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-collection .collection-no-item:nth-child(3n+1) {
    clear: left;
  }
  .grid-collection .collection-no-item h3 {
    font-weight: normal;
  }
  .grid-collection .collection-no-item:hover {
    background: #979b9e;
    box-shadow: inset 6px 6px 12px #cfcfcf, inset -6px -6px 12px #595959;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-title {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-meta {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-sub {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-footer {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-footer a.icon:before {
    text-decoration: none;
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-footer .margin-left {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-footer .margin-bottom {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-footer .color-red {
    color: white;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-actions a {
    color: white !important;
    text-decoration: none !important;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-actions a:hover {
    color: #2c3e50;
    transform: scale(1.01);
    text-decoration: none;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-states a {
    color: white;
    text-decoration: none;
  }
  .grid-collection .collection-no-item:hover .collection-no-item-states a:hover {
    color: #ff9f18;
    transform: scale(1.01);
    text-decoration: none;
  }
  .grid-collection .collection-no-item:hover .img-src {
    box-shadow: 6px 6px 12px #838789, -6px -6px 12px #abafb3;
  }
  .grid-collection .collection-no-item:active {
    background: #aeaeae;
    box-shadow: inset 20px 20px 60px #949494, inset -20px -20px 60px #c8c8c8;
  }
  .grid-collection .new-collection-item {
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
  }
  .grid-collection .new-collection-item h3 {
    font-weight: normal;
  }
  .grid-collection .new-collection-item:hover {
    background: #009aff;
    text-decoration: none;
    box-shadow: inset 6px 6px 12px #41b3ff, inset -6px -6px 12px #0078bd;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-title {
    color: white;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-meta {
    color: white;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-sub {
    color: white;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-footer {
    color: white;
    text-decoration: none;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-footer a.icon:before {
    text-decoration: none;
    color: white;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-footer i:before {
    text-decoration: none;
    color: white;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-footer .margin-left {
    color: white;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-footer .margin-bottom {
    color: white;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-footer .color-red {
    color: white;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-actions a {
    color: white !important;
    text-decoration: none !important;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-actions a:hover {
    color: #2c3e50;
    transform: scale(1.01);
    text-decoration: none;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-states a {
    color: white;
    text-decoration: none;
  }
  .grid-collection .new-collection-item:hover .new-collection-item-states a:hover {
    color: #2c3e50;
    transform: scale(1.01);
  }
  .grid-collection .new-collection-item:hover .img-src {
    box-shadow: 6px 6px 12px #006bde, -6px -6px 12px #008bff;
  }
  .grid-collection .new-collection-item:active {
    text-decoration: none;
    background: #009aff;
    box-shadow: inset 20px 20px 60px #0083d9, inset -20px -20px 60px #00b1ff;
  }
  .grid-collection .new-collection-no-item {
    cursor: pointer;
    border-radius: 15px;
    background: #aeaeae;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
    text-decoration: none;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 6.1721523119%;
  }
  .grid-collection .new-collection-no-item:last-child {
    margin-right: 0;
  }
  .grid-collection .new-collection-no-item:nth-child(even) {
    margin-right: 0;
  }
  .grid-collection .new-collection-no-item h3 {
    font-weight: normal;
  }
  .grid-collection .new-collection-no-item:hover {
    background: #979b9e;
    box-shadow: inset 6px 6px 12px #cfcfcf, inset -6px -6px 12px #595959;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-title {
    color: white;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-meta {
    color: white;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-sub {
    color: white;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-footer {
    color: white;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-footer a.icon:before {
    text-decoration: none;
    color: white;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-footer .margin-left {
    color: white;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-footer .margin-bottom {
    color: white;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-footer .color-red {
    color: white;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-actions a {
    color: white !important;
    text-decoration: none !important;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-actions a:hover {
    color: #2c3e50;
    transform: scale(1.01);
    text-decoration: none;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-states a {
    color: white;
    text-decoration: none;
  }
  .grid-collection .new-collection-no-item:hover .new-collection-no-item-states a:hover {
    color: #ff9f18;
    transform: scale(1.01);
    text-decoration: none;
  }
  .grid-collection .new-collection-no-item:hover .img-src {
    box-shadow: 6px 6px 12px #838789, -6px -6px 12px #abafb3;
  }
  .grid-collection .new-collection-no-item:active {
    background: #aeaeae;
    box-shadow: inset 20px 20px 60px #949494, inset -20px -20px 60px #c8c8c8;
  }
  .collection-item {
    padding: 1.5rem;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, auto);
    gap: 2px;
    background-color: white;
    grid-auto-flow: column;
    margin-bottom: 15px;
  }
  .collection-item .collection-item-box {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    grid-auto-flow: column;
  }
  .collection-item .collection-item-title {
    color: #009aff;
    font-weight: normal;
    font-size: 1rem;
  }
  .collection-item .collection-item-sub {
    color: #2c3e50;
    font-size: 0.8rem;
  }
  .collection-item .collection-item-meta {
    color: rgba(44, 62, 80, 0.5);
    font-size: 0.8rem;
  }
  .collection-item .collection-item-footer {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    font-size: 0.8rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-footer i {
    margin-bottom: 1px;
  }
  .collection-item .collection-item-footer .margin-left {
    color: black;
    margin-left: 5px;
  }
  .collection-item .collection-item-footer .margin-bottom {
    margin-bottom: -2px;
  }
  .collection-item .collection-item-footer .color-red {
    color: rgba(255, 0, 0, 0.1);
  }
  .collection-item .collection-item-actions {
    display: flex;
    justify-content: center;
  }
  .collection-item .collection-item-actions .action {
    display: inline-block;
  }
  .collection-item .collection-item-actions .action span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-actions .action a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-top {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-item .collection-item-top .top {
    display: inline-block;
  }
  .collection-item .collection-item-top .top span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-top .top a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-middle {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-item .collection-item-middle .middle {
    display: inline-block;
  }
  .collection-item .collection-item-middle .middle span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-middle .middle a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-bottom {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-item .collection-item-bottom .bottom {
    display: inline-block;
  }
  .collection-item .collection-item-bottom .bottom span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-bottom .bottom a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-states {
    display: block;
  }
  .collection-item .collection-item-states .state {
    display: inline-block;
  }
  .collection-item .collection-item-states .state span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-states .state a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-states .state-variable {
    display: inline-block;
  }
  .collection-item .collection-item-states .state-variable span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-states .state-variable a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-vari {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1rem;
    bottom: 0.1rem;
  }
  .collection-item .collection-item-vari .state {
    display: inline-block;
  }
  .collection-item .collection-item-vari .state span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-vari .state a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item .collection-item-vari .state-variable {
    display: inline-block;
  }
  .collection-item .collection-item-vari .state-variable span {
    font-size: 0.8em;
  }
  .collection-item .collection-item-vari .state-variable a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-item select {
    margin: 0;
  }
  .collection-no-item {
    vertical-align: middle;
    height: auto;
    padding: 1.5rem;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, auto);
    gap: 2px;
    grid-auto-flow: column;
    margin-bottom: 15px;
  }
  .collection-no-item .collection-no-item-box {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    grid-auto-flow: column;
  }
  .collection-no-item .collection-no-item-title {
    color: #ffffff;
    font-weight: normal;
    font-size: 1rem;
  }
  .collection-no-item .collection-no-item-sub {
    color: #ffffff;
    font-size: 0.8rem;
  }
  .collection-no-item .collection-no-item-meta {
    color: #ffffff;
    font-size: 0.8rem;
  }
  .collection-no-item .collection-no-item-footer {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    font-size: 0.8rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-footer i {
    margin-bottom: 1px;
  }
  .collection-no-item .collection-no-item-footer .margin-left {
    color: black;
    margin-left: 5px;
  }
  .collection-no-item .collection-no-item-footer .margin-bottom {
    margin-bottom: 2px;
  }
  .collection-no-item .collection-no-item-footer .color-red {
    color: red;
  }
  .collection-no-item .collection-no-item-actions {
    display: flex;
    justify-content: center;
  }
  .collection-no-item .collection-no-item-actions .action {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-actions .action span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-actions .action a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-top {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-no-item .collection-no-item-top .top {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-top .top span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-top .top a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-middle {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-no-item .collection-no-item-middle .middle {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-middle .middle span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-middle .middle a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-bottom {
    display: block;
    margin: 0;
    padding: 0;
  }
  .collection-no-item .collection-no-item-bottom .bottom {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-bottom .bottom span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-bottom .bottom a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-states {
    display: block;
  }
  .collection-no-item .collection-no-item-states .state {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-states .state span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-states .state a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item .collection-no-item-states .state-variable {
    display: inline-block;
  }
  .collection-no-item .collection-no-item-states .state-variable span {
    font-size: 0.8em;
  }
  .collection-no-item .collection-no-item-states .state-variable a {
    padding: 0.5rem;
    color: #2c3e50;
  }
  .collection-no-item select {
    margin: 0;
  }
  .new-grid-collection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 1rem;
  }
  .new-grid-collection .new-collection-item {
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
  }
  .new-grid-collection .new-collection-item h3 {
    font-weight: normal;
  }
  section.query-stats {
    width: 50%;
    display: inline-block;
  }
  section.query-stats .title {
    font-size: 1rem;
    font-weight: bolder;
  }
  section.query-stats .collection-item {
    width: 25%;
  }
  .headerCustomClass {
    text-align: center;
    font-size: 10px;
    height: 50px;
    color: #003482;
  }
  #login {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%), url("https://flukbox-static.s3.us-west-2.amazonaws.com/agro/images/fondoInicial2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #login::before {
    content: "";
    backdrop-filter: grayscale(19%) hue-rotate(360deg) saturate(94%);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  #login .logo {
    margin-bottom: 30px;
    max-width: 90%;
  }
  #login .box {
    align-content: center;
    text-align: center;
    width: 350px;
    height: 460px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 4px 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 5vh;
  }
  #login .style-input {
    width: 100%;
    height: 45px;
    padding: 5%;
    border: none;
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
  }
  #login .label-style {
    color: #003482;
    font-size: 40px;
  }
  #login .label-style:hover {
    color: #33ccff;
  }
  #login .label-style:active {
    transform: scale(1.02);
  }
  #login .label {
    display: inline;
    padding: 0.4em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin: 0 0 10px 0 !important;
  }
  #login .restore-pass-fvl {
    visibility: hidden;
  }
  #login .has-error {
    margin: 1px;
    color: red;
  }
  #login .button-style {
    width: 80%;
    height: 40px;
    padding: 1%;
    border: none;
    margin-bottom: 10px;
    shape-margin: 10px;
    background-color: #009aff;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 100%;
    outline: none;
    transition: 0.2s all;
    border-radius: 5px;
    text-align: center;
    text-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  #login .button-style:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
  }
  #login .button-style:hover {
    transform: scale(1.02);
    background-color: #33ccff;
  }
  #login .button-style-fvl {
    background-color: #005823 !important;
  }
  #login .button-style-fvl:hover {
    background-color: #00411a !important;
  }
  #login .button-style-agro {
    background-color: var(--third-color) !important;
  }
  #login .button-style-agro:hover {
    background-color: var(--fvl-green) !important;
  }
  #login form {
    display: flex;
    border: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
  }
  #login .powered {
    color: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 15px 0 0 0;
    width: auto;
    font-size: 14px;
    font-weight: normal;
  }
  #login a {
    color: #2c3e50;
    text-decoration: none;
  }
  #login a:hover, #login a:active, #login a:focus {
    color: #009aff;
    text-decoration: none;
  }
  #uploads {
    max-width: 660px;
  }
  .breadcrumb-new {
    overflow: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .new-grid-collection {
    grid-template-columns: repeat(5, 1fr);
  }
  .new-grid-collection .new-collection-item {
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
  }
  .new-grid-collection .new-collection-item h3 {
    font-weight: normal;
  }
  .new-grid-collection .new-collection-item:hover {
    text-decoration: none;
  }
  .breadcrumb-new {
    overflow: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .new-grid-collection {
    grid-template-columns: repeat(6, 1fr);
  }
  .new-grid-collection .new-collection-item {
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 6px 6px 10px #d8d8d8, -6px -6px 10px #f4f4f4;
  }
  .new-grid-collection .new-collection-item h3 {
    font-weight: normal;
  }
  .new-grid-collection .new-collection-item:hover {
    text-decoration: none;
  }
  .breadcrumb-new {
    overflow: auto !important;
  }
}
#dashboard > header {
  background: #009aff;
  /* 	width: 100%;
  color: white;
  @include media(print) {
  	background: white;
  	color: black;
  } */
}
#dashboard .navigation-panel-light,
#dashboard .navigation-panel {
  background: #2c3e50;
}
@media screen and (min-width: print) {
  #dashboard .navigation-panel-light,
  #dashboard .navigation-panel {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  #dashboard {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #dashboard > header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    position: relative;
    /* .brand {
    	background: url(/img/isotipo.svg) center center no-repeat;
    	background-size: 42px;
    	width: 50px;
    	position: absolute;
    	top: 0;
    	left: 0;
    	bottom: 0;
    } */
  }
  #dashboard > article {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  #dashboard #toolbar {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    background-color: #009aff;
  }
  #dashboard #content {
    overflow: auto;
    width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  #dashboard .navigation-panel-light,
  #dashboard .navigation-panel {
    width: 100% !important;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    font-size: 1rem;
  }
  #dashboard .navigation-panel-light .bi,
  #dashboard .navigation-panel .bi {
    font-size: 1.5rem !important;
  }
  #dashboard .navigation-panel-light .dropdown .btn, #dashboard .navigation-panel-light .dropdown select.selector,
  #dashboard .navigation-panel-light .dropdown .ignore-zero,
  #dashboard .navigation-panel .dropdown .btn,
  #dashboard .navigation-panel .dropdown select.selector,
  #dashboard .navigation-panel .dropdown .ignore-zero {
    background: #2c3e50;
    color: #009aff;
  }
  #dashboard .navigation-panel-light .dropdown a,
  #dashboard .navigation-panel .dropdown a {
    color: #2c3e50 !important;
  }
  #dashboard .navigation-panel-light .menu,
  #dashboard .navigation-panel .menu {
    display: table;
    width: 100%;
    background: #2c3e50;
    border: 0;
  }
  #dashboard .navigation-panel-light .menu .btn, #dashboard .navigation-panel-light .menu select.selector,
  #dashboard .navigation-panel-light .menu .ignore-zero,
  #dashboard .navigation-panel .menu .btn,
  #dashboard .navigation-panel .menu select.selector,
  #dashboard .navigation-panel .menu .ignore-zero {
    background: transparent;
    color: #009aff;
  }
  #dashboard .navigation-panel-light .menu ul,
  #dashboard .navigation-panel .menu ul {
    border: 0;
    padding: 5px;
    position: absolute;
    background: #2c3e50;
    z-index: 99;
    bottom: 100%;
  }
  #dashboard .navigation-panel-light .menu ul.align-left,
  #dashboard .navigation-panel .menu ul.align-left {
    left: 0;
  }
  #dashboard .navigation-panel-light .menu ul.align-right,
  #dashboard .navigation-panel .menu ul.align-right {
    right: 0;
  }
  #dashboard .navigation-panel-light .menu ul a,
  #dashboard .navigation-panel-light .menu ul li,
  #dashboard .navigation-panel .menu ul a,
  #dashboard .navigation-panel .menu ul li {
    display: block;
    border: 0;
  }
  #dashboard .navigation-panel-light .menu ul a,
  #dashboard .navigation-panel .menu ul a {
    padding: 0.5rem 1rem;
  }
  #dashboard .navigation-panel-light .menu li,
  #dashboard .navigation-panel .menu li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background: transparent;
    border: 0;
    margin: 0;
  }
  #dashboard .navigation-panel-light .menu a,
  #dashboard .navigation-panel-light .menu .k-link,
  #dashboard .navigation-panel-light .menu .k-state-hover,
  #dashboard .navigation-panel-light .menu .k-state-selected,
  #dashboard .navigation-panel-light .menu .k-state-highlight,
  #dashboard .navigation-panel .menu a,
  #dashboard .navigation-panel .menu .k-link,
  #dashboard .navigation-panel .menu .k-state-hover,
  #dashboard .navigation-panel .menu .k-state-selected,
  #dashboard .navigation-panel .menu .k-state-highlight {
    border: 0;
    margin: 0;
  }
  #dashboard .navigation-panel-light .menu .k-link,
  #dashboard .navigation-panel .menu .k-link {
    background: transparent;
    color: #009aff;
  }
  #dashboard .navigation-panel-light .menu a,
  #dashboard .navigation-panel .menu a {
    display: inline-block;
    line-height: 1;
    padding: 0.5rem;
    color: #009aff;
    background: transparent;
  }
  #dashboard .navigation-panel-light .menu .btn.btn-primary, #dashboard .navigation-panel-light .menu select.btn-primary.selector,
  #dashboard .navigation-panel-light .menu .btn-primary.ignore-zero,
  #dashboard .navigation-panel .menu .btn.btn-primary,
  #dashboard .navigation-panel .menu select.btn-primary.selector,
  #dashboard .navigation-panel .menu .btn-primary.ignore-zero {
    color: #2c3e50;
    background: #009aff;
  }
  #dashboard .navigation-panel-light a span,
  #dashboard .navigation-panel a span {
    display: none;
  }
  #dashboard #menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #dashboard {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  #dashboard > header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    position: relative;
    /* .brand {
    	background: url(/img/flukbox_wt.svg) center center no-repeat;
    	background-size: 115px;
    	width: 130px;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    } */
  }
  #dashboard > article {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  #dashboard #toolbar {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    background-color: #009aff;
  }
  #dashboard #content {
    overflow: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  #dashboard .navigation-panel {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    background: #2c3e50;
    width: 9rem;
    transition: width 0.2s cubic-bezier(0.22, 0.19, 0.7, 0.75);
  }
  #dashboard .navigation-panel .k-state-highlight {
    background: #304357;
  }
  #dashboard .navigation-panel .k-state-highlight a {
    color: white;
  }
  #dashboard .navigation-panel .k-state-selected,
  #dashboard .navigation-panel .menu .k-item,
  #dashboard .navigation-panel .menu .k-link,
  #dashboard .navigation-panel .menu {
    border: 0;
    background: transparent;
  }
  #dashboard .navigation-panel .icon + span {
    margin-left: 0.5rem;
  }
  #dashboard .navigation-panel .menu button,
  #dashboard .navigation-panel .menu li a {
    padding: 0.6rem;
    display: flex;
    gap: 15px;
    width: 100%;
    color: #009aff;
    align-items: center;
    text-decoration: none;
  }
  #dashboard .navigation-panel .menu li li a {
    line-height: 1;
  }
  #dashboard .navigation-panel .menu li i {
    font-size: 1rem;
    transform: font-size 0.2s;
  }
  #dashboard .navigation-panel .menu a.btn,
  #dashboard .navigation-panel .menu a.ignore-zero {
    background: #009aff;
    color: #2c3e50;
  }
  #dashboard .navigation-panel .menu li {
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  #dashboard .navigation-panel .menu li a span {
    max-width: 100%;
    line-height: 1;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
  }
  #dashboard .navigation-panel .menu li:hover {
    transform: scale(1.02);
    filter: brightness(1.2);
  }
  #dashboard .navigation-panel .menu li:hover a i {
    color: white;
  }
  #dashboard .navigation-panel .menu li:hover a span {
    color: white;
  }
  #dashboard .navigation-panel .menu .k-panel {
    background: #354b60;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    border-color: #283949;
  }
  #dashboard .navigation-panel .menu .k-state-hover {
    border-color: #283949;
  }
  #dashboard .navigation-panel .menu .k-state-selected {
    color: white;
  }
  #dashboard .navigation-panel-light {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    background: #2c3e50;
    width: 2rem;
  }
  #dashboard .navigation-panel-light .k-state-highlight {
    background: #304357;
  }
  #dashboard .navigation-panel-light .k-state-highlight a {
    color: white;
  }
  #dashboard .navigation-panel-light .k-state-selected,
  #dashboard .navigation-panel-light .menu .k-item,
  #dashboard .navigation-panel-light .menu .k-link,
  #dashboard .navigation-panel-light .menu {
    border: 0;
    background: transparent;
  }
  #dashboard .navigation-panel-light .icon + span {
    margin-left: 0.5rem;
  }
  #dashboard .navigation-panel-light .menu button,
  #dashboard .navigation-panel-light .menu li a {
    padding: 0.5rem;
    display: block;
    width: 100%;
    color: #009aff;
  }
  #dashboard .navigation-panel-light .menu li li a {
    line-height: 1;
  }
  #dashboard .navigation-panel-light .menu a.btn,
  #dashboard .navigation-panel-light .menu a.ignore-zero {
    background: #009aff;
    color: #2c3e50;
  }
  #dashboard .navigation-panel-light .menu li {
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  #dashboard .navigation-panel-light .menu li a span {
    max-width: 100%;
    line-height: 1;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
  }
  #dashboard .navigation-panel-light .menu .k-panel {
    background: #354b60;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    border-color: #283949;
  }
  #dashboard .navigation-panel-light .menu .k-state-hover {
    border-color: #283949;
  }
  #dashboard .navigation-panel-light .menu .k-state-selected {
    color: white;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotateZ(-360deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
.section-title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ecf0f1;
}

.styled-select {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #bdc3c7;
}
.styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 1rem;
  padding-right: 2rem;
  display: inline-block;
  border: 0;
  background: #ecf0f1;
  outline: 0;
  width: 100%;
  z-index: 0;
  position: relative;
}
.styled-select label {
  z-index: 1;
  width: auto;
  margin: 0;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1rem;
  border: 0;
  background: #ecf0f1;
}
.page-layout {
  background: #ecf0f1;
}
.page-layout header {
  padding: 1em;
}
.page-layout header .logo {
  display: block;
  text-align: center;
}
.page-layout header .logo img {
  display: inline-block;
  max-width: 220px;
  height: auto;
}
.page-layout .message-page {
  background: #fff;
  padding: 2em;
  text-align: center;
}
.page-layout .message-page .figure {
  margin-bottom: 1em;
}
.page-layout .message-page .figure .icon {
  font-size: 5em;
  color: #009aff;
}
.page-layout .message-page h1 {
  font-size: 3em;
}
.page-layout .message-page p.lead {
  font-size: 1.5em;
  color: #bdc3c7;
}
.page-layout .container-lykns {
  text-align: center;
}
.page-layout form {
  padding: 1em;
  max-width: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
.page-layout form .has-error {
  color: red;
}
.page-layout button {
  margin-top: 2em;
  background-color: #5999D1;
  border-radius: 3px;
  border: 0;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  padding: 0.6em 1em;
  display: inline-block;
  width: 100%;
}
.page-layout button:hover:not(:disabled) {
  background-color: #69a6da;
  cursor: pointer;
}
.page-layout button:active:not(:disabled), .page-layout button:focus:not(:disabled) {
  background-color: #4a8cc7;
  cursor: pointer;
}
.page-layout button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.page-layout label {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9em;
}

.riego-template .calendar-metrics {
  display: block;
  background: #333;
}
.riego-template .calendar-metrics::after {
  clear: both;
  content: "";
  display: block;
}
.riego-template .calendar-metrics .metric {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  padding: 0.25em;
  margin-bottom: 0.25em;
  border-box: padding-box;
}
.riego-template .calendar-metrics .metric:last-child {
  margin-right: 0;
}
.riego-template .calendar-metrics .value {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-weight: bolder;
}
.riego-template .calendar-metrics b {
  display: inline-block;
  width: 100%;
  opacity: 0.7;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
}
.riego-template .title {
  margin-bottom: 1rem;
}
.riego-template a {
  color: white;
  display: inline-block;
  font-weight: bold;
  background: #2c3e50;
  padding: 1rem;
}

section.editor {
  margin-top: 1rem;
  overflow: hidden;
  /* 	.schedule {
  		padding: 1rem;
  	} */
}
section.editor .form-group {
  padding: 0 1rem;
  max-width: 520px;
  margin: auto;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ecf0f1;
}
section.editor .form-group label {
  width: 7rem;
  display: inline-block;
  color: #999999;
  vertical-align: top;
}
section.editor .form-group select,
section.editor .form-group textarea,
section.editor .form-group input[type=number],
section.editor .form-group input[type=text] {
  width: 7rem;
  display: inline-block;
  margin: 0;
}
section.editor .form-group:last-child {
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  section.editor .form-group select,
  section.editor .form-group textarea,
  section.editor .form-group input[type=number],
  section.editor .form-group input[type=text] {
    width: 13rem;
    display: inline-block;
  }
}
section.editor .actions {
  background: #bdc3c7;
  border-top: 1px solid #afb6bb;
  padding: 1rem;
}
section.editor .actions .btn, section.editor .actions select.selector,
section.editor .actions .ignore-zero {
  margin-right: 1rem;
}

section.alerts {
  padding: 1rem;
  max-width: 100%;
  height: 100%;
}

article.alerts section.info {
  padding: 1rem;
}
article.alerts section.chart {
  height: 150px;
}
@media screen and (min-width: 960px) {
  article.alerts p.lead {
    font-size: 1.25rem;
    color: #bdc3c7;
  }
  article.alerts .main {
    display: block;
  }
  article.alerts .main::after {
    clear: both;
    content: "";
    display: block;
  }
  article.alerts section.status .collection-item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  article.alerts section.status .collection-item:last-child {
    margin-right: 0;
  }
}
article.alerts .alert-rule .value,
article.alerts .alert-rule .operador {
  font-weight: bolder;
}

.alerts.grid-collection {
  margin-top: 1rem;
}

.alerts.new-grid-collection {
  margin-top: 1rem;
}

.k-widget.k-notification {
  width: 80%;
  max-width: 420px;
  margin-top: 1rem;
}

.k-widget.k-notification.k-notification-success,
.k-widget.k-notification.k-notification-info,
.k-widget.k-notification.k-notification-warning,
.k-widget.k-notification.k-notification-error {
  border: none;
  color: rgba(0, 0, 0, 0.5);
}
.k-widget.k-notification.k-notification-success .k-icon,
.k-widget.k-notification.k-notification-info .k-icon,
.k-widget.k-notification.k-notification-warning .k-icon,
.k-widget.k-notification.k-notification-error .k-icon {
  opacity: 0.5;
}

.k-widget.k-notification.k-notification-error {
  background: #ff6666;
}

.k-widget.k-notification.k-notification-success {
  background: #5AE65A;
}

.report-visualization {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.month-change {
  display: inline-block;
}

.timing {
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
}
.timing .btn, .timing select.selector,
.timing .ignore-zero {
  line-height: 1;
  padding: 0.75rem 1rem;
  background: #fdfdfe;
  color: #2c3e50;
  margin: 0;
}
.timing .btn:active, .timing select.selector:active,
.timing .ignore-zero:active, .timing .btn.selected, .timing select.selected.selector,
.timing .selected.ignore-zero {
  background: #dde4e6;
}
@media screen and (min-width: print) {
  .timing .btn:active, .timing select.selector:active,
  .timing .ignore-zero:active, .timing .btn.selected, .timing select.selected.selector,
  .timing .selected.ignore-zero {
    display: inline-block;
    background: transparent;
    color: black;
  }
}
@media screen and (min-width: print) {
  .timing .btn, .timing select.selector,
  .timing .ignore-zero {
    display: none;
  }
}

.querys {
  margin-bottom: 1rem;
  background: #354b60;
  padding: 1rem 0;
}
.querys .querys-actions {
  padding: 0 1rem;
}
.querys .querys-actions .add {
  font-weight: bold;
  color: #2c3e50;
}
.querys .k-input {
  border-radius: 0px;
}
.querys .k-dropdown,
.querys .k-button {
  font-weight: normal;
  font-size: 0.8rem;
  border: 1px solid #233140;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
.querys .variable-settings {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  display: block;
}
.querys .variable-settings::after {
  clear: both;
  content: "";
  display: block;
}
.querys .variable-settings .toggle {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  text-align: left;
}
.querys .variable-settings .toggle input {
  margin: 0;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.querys .variable-settings .k-widget {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-bottom: 0.25rem;
  text-transform: lowercase;
}
.querys .variable-settings .k-widget:last-child {
  margin-right: 0;
}
.querys .variable-settings .k-widget:nth-child(2n) {
  margin-right: 0;
}
.querys .variable-settings .k-widget:nth-child(2n+1) {
  clear: left;
}
.querys .variable-settings .k-dropdown .k-state-active,
.querys .variable-settings .k-dropdown .k-state-disabled,
.querys .variable-settings .k-dropdown .k-state-default {
  border: 1px solid #233140;
  background: transparent;
}
.querys .variable-settings .k-dropdown .k-state-disabled {
  opacity: 0.5;
}
.querys .styled-select {
  font-size: 0.8rem;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-bottom: 0.25rem;
  border-radius: 0px;
  border: 0px;
}
.querys .styled-select:last-child {
  margin-right: 0;
}
.querys .styled-select:nth-child(2n) {
  margin-right: 0;
}
.querys .styled-select:nth-child(2n+1) {
  clear: left;
}
.querys .styled-select select {
  margin: 0;
  padding: 0.5rem;
  cursor: pointer;
}
.querys .styled-select label {
  padding: 0.5rem 1rem;
}
.querys .styled-select select,
.querys .styled-select label {
  background: #273646;
  color: white;
}
.querys .styled-select2 {
  font-size: 0.8rem;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 14.7019566472%;
  margin-bottom: 0.25rem;
  border-radius: 0px;
  border: 0px;
}
.querys .styled-select2:last-child {
  margin-right: 0;
}
.querys .styled-select2:nth-child(2n) {
  margin-right: 0;
}
.querys .styled-select2:nth-child(2n+1) {
  clear: left;
}
.querys .styled-select2 select {
  margin: 0;
  padding: 0.5rem;
  cursor: pointer;
}
.querys .styled-select2 label {
  padding: 0.5rem 1rem;
}
.querys .styled-select2 select,
.querys .styled-select2 label {
  background: #273646;
  color: white;
}

.dater {
  display: inline-block;
  position: relative;
}
.dater .date {
  display: inline-block;
  position: relative;
}
.dater .calendar {
  width: 5rem;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  display: inline-block;
  position: absolute;
}
.dater .month-change {
  display: inline-block;
  cursor: pointer;
}
.dater .month-change span {
  display: none;
  font-weight: normal;
}

section.querys-stats {
  padding: 1rem;
  display: block;
}
section.querys-stats::after {
  clear: both;
  content: "";
  display: block;
}
section.querys-stats .query {
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #2c3e50;
}
@media screen and (min-width: 960px) {
  section.querys-stats .query {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  section.querys-stats .query:last-child {
    margin-right: 0;
  }
  section.querys-stats .query:nth-child(3n) {
    margin-right: 0;
  }
  section.querys-stats .query:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  section.querys-stats .query {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
  }
  section.querys-stats .query:nth-child(3n) {
    margin-right: 2.3576520234%;
  }
  section.querys-stats .query:nth-child(3n+1) {
    clear: none;
  }
  section.querys-stats .query:last-child {
    margin-right: 0;
  }
  section.querys-stats .query:nth-child(4n) {
    margin-right: 0;
  }
  section.querys-stats .query:nth-child(4n+1) {
    clear: left;
  }
}
section.querys-stats .query .title {
  color: #2c3e50;
  font-weight: bolder;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}
section.querys-stats .query .stats {
  display: block;
}
section.querys-stats .query .stats::after {
  clear: both;
  content: "";
  display: block;
}
section.querys-stats .query .stat {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  display: inline-block;
}
section.querys-stats .query .stat:last-child {
  margin-right: 0;
}
section.querys-stats .query .stat:last-child {
  margin: 0;
}
section.querys-stats .query .stat .value {
  font-weight: bolder;
  line-height: 1;
  white-space: nowrap;
  max-width: 6em;
  text-overflow: ellipsis;
  overflow: hidden;
}
section.querys-stats .query .stat .label {
  font-size: 0.8rem;
  color: rgba(44, 62, 80, 0.5);
  text-align: left;
}

@media screen and (min-width: 960px) {
  .timing {
    text-align: left;
  }
  .querys .variable-settings {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .querys .variable-settings .styled-select {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%;
  }
  .querys .variable-settings .styled-select:nth-child(2n) {
    margin-right: 2.3576520234%;
  }
  .querys .variable-settings .styled-select:nth-child(2n+1) {
    clear: none;
  }
  .querys .variable-settings .styled-select:last-child {
    margin-right: 0;
  }
  .querys .variable-settings .styled-select2 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 6.1721523119%;
  }
  .querys .variable-settings .styled-select2:nth-child(2n) {
    margin-right: 2.3576520234%;
  }
  .querys .variable-settings .styled-select2:nth-child(2n+1) {
    clear: none;
  }
  .querys .variable-settings .styled-select2:last-child {
    margin-right: 0;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.top > ul {
  top: auto;
  bottom: 100%;
}
.dropdown.top > ul {
  top: 100%;
  bottom: 0;
}
.dropdown.left.bottom > ul, .dropdown.right.bottom > ul {
  bottom: 0;
  top: auto;
}
.dropdown.left.top > ul, .dropdown.right.top > ul {
  bottom: auto;
  top: 0;
}
.dropdown.right > ul {
  right: auto;
  left: 100%;
}
.dropdown.left > ul {
  right: 100%;
  left: auto;
}
.dropdown > ul {
  display: none;
  position: absolute;
  z-index: 10;
  width: auto;
  padding: 5px;
  background: white;
  white-space: normal;
  text-align: left;
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.25);
  background: #dde4e6;
}
.dropdown > ul li {
  display: block;
}
.dropdown > ul a,
.dropdown > ul .btn,
.dropdown > ul select.selector,
.dropdown > ul .ignore-zero {
  font-weight: normal;
  width: 12rem;
  background: rgba(255, 255, 255, 0);
  color: #2c3e50;
  text-align: left;
}
.dropdown > ul a:hover,
.dropdown > ul .btn:hover,
.dropdown > ul select.selector:hover,
.dropdown > ul .ignore-zero:hover {
  background: white;
}
.dropdown .btn:hover + ul, .dropdown select.selector:hover + ul,
.dropdown .ignore-zero:hover + ul {
  display: inline-block;
}
.dropdown .btn:focus + ul, .dropdown select.selector:focus + ul,
.dropdown .ignore-zero:focus + ul {
  display: inline-block;
}
.dropdown .btn:active + ul, .dropdown select.selector:active + ul,
.dropdown .ignore-zero:active + ul {
  display: inline-block;
}
.dropdown:hover > ul {
  display: inline-block;
}
.dropdown:hover > .btn, .dropdown:hover > select.selector,
.dropdown:hover > .ignore-zero {
  background: #dde4e6;
}
.dropdown ul ul.visible {
  display: inline-block;
}
.dropdown ul ul.resize li {
  display: inline-block;
  width: 50%;
}

#visualizer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  overflow: hidden;
  height: 100%;
}
#visualizer .header {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
#visualizer > section {
  overflow: auto;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: 100%;
}
#visualizer .smart-grid {
  z-index: 0;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
#visualizer .smart-grid > ul {
  position: relative;
  height: 100%;
  list-style: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#visualizer .smart-grid > ul li {
  position: absolute;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#visualizer .smart-grid > ul li.position-highlight {
  background: rgba(255, 255, 0, 0.2);
  pointer-events: none;
  z-index: -1;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#visualizer .indicator {
  -webkit-transition: opacity 0.2seg;
  -moz-transition: opacity 0.2seg;
  transition: opacity 0.2seg;
  opacity: 1;
  /* 	width: 100%;
  	height: 100%; */
}
#visualizer .indicator header {
  padding: 0;
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  flex-flow: row;
}
#visualizer .indicator header .title {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  overflow: hidden;
}
#visualizer .indicator header .title span {
  vertical-align: middle;
}
#visualizer .indicator header .actions {
  text-align: right;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
#visualizer .indicator.hidden {
  opacity: 0;
}
#visualizer .indicator .resize {
  display: block;
}
#visualizer .indicator .resize li {
  line-height: 0;
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
#visualizer .indicator .resize li:first-child {
  margin-left: 0.75em;
}
#visualizer .indicator article {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  vertical-align: middle;
  text-align: center;
}
#visualizer .indicator article .blackout {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  cursor: default;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  background: #2c3e50;
  color: white;
}
#visualizer .indicator article.loading {
  pointer-events: none;
  cursor: default;
}
#visualizer .indicator article.loading .blackout {
  opacity: 0.8;
}
#visualizer .indicator article > .forecast-container,
#visualizer .indicator article > .map-container,
#visualizer .indicator article > .chart-container {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
#visualizer .indicator article > .forecast-container label,
#visualizer .indicator article > .map-container label,
#visualizer .indicator article > .chart-container label {
  color: #2c3e50;
}
#visualizer .indicator article > .forecast-container .container,
#visualizer .indicator article > .map-container .container,
#visualizer .indicator article > .chart-container .container {
  display: flex;
  width: auto;
  height: auto;
  margin: 0%;
  padding: 0%;
  padding-top: 1rem;
  flex-direction: column;
  align-items: center;
}
#visualizer .indicator article > .forecast-container .container .row,
#visualizer .indicator article > .map-container .container .row,
#visualizer .indicator article > .chart-container .container .row {
  width: max-content;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}
#visualizer .indicator article > .forecast-container .container .row:after .dp.change,
#visualizer .indicator article > .map-container .container .row:after .dp.change,
#visualizer .indicator article > .chart-container .container .row:after .dp.change {
  size: 1rem;
  background-color: #FFF;
  border-color: #000;
  border-width: 1px;
}
#visualizer .indicator article > .forecast-container .container .button-style,
#visualizer .indicator article > .map-container .container .button-style,
#visualizer .indicator article > .chart-container .container .button-style {
  width: 10rem;
  height: 2rem;
  padding: 1%;
  border: none;
  margin-bottom: 10px;
  shape-margin: 10px;
  background-color: #337ab7;
  color: white;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  outline: none;
  transition: 0.2s all;
  border-radius: 5px;
  text-align: center;
  text-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#visualizer .indicator article > .forecast-container .container .button-style:active,
#visualizer .indicator article > .map-container .container .button-style:active,
#visualizer .indicator article > .chart-container .container .button-style:active {
  transform: scale(0.98);
  /* Scaling button to 0.98 to its original size */
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
  /* Lowering the shadow */
}
#visualizer .indicator article > .forecast-container .container .button-style:hover,
#visualizer .indicator article > .map-container .container .button-style:hover,
#visualizer .indicator article > .chart-container .container .button-style:hover {
  transform: scale(1.02);
  background-color: #00bfff;
}
#visualizer .indicator article > .forecast-container .container input[type=number],
#visualizer .indicator article > .map-container .container input[type=number],
#visualizer .indicator article > .chart-container .container input[type=number] {
  width: auto;
}
#visualizer .indicator article > .forecast-container .container i:before,
#visualizer .indicator article > .map-container .container i:before,
#visualizer .indicator article > .chart-container .container i:before {
  font-size: 1.5rem;
  color: #2c3e50;
}
#visualizer .indicator article > .footer {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1;
}
#visualizer .indicator .squares {
  display: inline-block;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#visualizer .indicator .squares:active, #visualizer .indicator .squares:hover {
  opacity: 1;
}
#visualizer .indicator .squares .active {
  background: #009aff;
}
#visualizer .indicator .squares .unactive {
  background: #2c3e50;
}
#visualizer .indicator .squares .active,
#visualizer .indicator .squares .unactive {
  display: block;
  width: 50%;
  height: 50%;
  float: left;
}
#visualizer .indicator .dropdown {
  width: auto;
  z-index: 10;
}
#visualizer .indicator .dropdown li {
  position: relative;
}
#visualizer .indicator .dropdown li strong {
  padding: 0.75em 1em;
  display: block;
}
#visualizer .indicator .inner {
  cursor: pointer;
  color: #2c3e50;
  background: #ecf0f1;
  border: 1px solid #bdc3c7;
  position: absolute;
  left: 10px;
  bottom: 10px;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
}
#visualizer .indicator .title {
  display: block;
  padding: 0.75em 1em;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #2c3e50;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}
#visualizer .indicator .footer {
  color: rgba(44, 62, 80, 0.5);
  font-size: 0.8rem;
  text-align: center;
}
#visualizer .indicator .footer_manual {
  width: 100%;
  height: auto;
  background-color: #2ecc71;
  color: #2c3e50;
  font-size: 1.2rem;
  text-align: center;
}
#visualizer .indicator .highcharts-container {
  vertical-align: middle;
  display: inline-block;
}
#visualizer .indicator .highcharts-background {
  fill: transparent;
}
#visualizer .indicator .forecast-container {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  grid-auto-flow: column;
  background-color: #eef5f5;
}
#visualizer .indicator .forecast-item {
  position: relative;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: 1fr 1fr 2fr;
  gap: 1px;
  border-radius: 10px;
  padding: 1rem;
  margin: 0.5rem;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  justify-content: start;
  background-color: #dddddd;
  box-shadow: 5px 5px 9px #e0e6e6, -5px -5px 9px #fcffff;
}
#visualizer .indicator .forecast-item .forecast-box-info {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(1, auto);
  gap: 1px;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
}
#visualizer .indicator .forecast-item .forecast-box-info .forecast-subtitle {
  color: #2c3e50;
  font-size: 1remrem;
  font-weight: bold;
}
#visualizer .indicator .forecast-item .forecast-box-info .forecast-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #2c3e50;
  font-size: 2.5rem;
}
#visualizer .indicator .forecast-item .forecast-box-info .forecast-temperature {
  display: flex;
  color: #2c3e50;
  font-size: 1.2rem;
}
#visualizer .indicator .forecast-item .forecast-box-info .forecast-humedity {
  display: flex;
  color: #2c3e50;
  font-size: 1.2rem;
}
#visualizer .indicator .forecast-item .forecast-box-info .forecast-rain {
  display: flex;
  color: #2c3e50;
  font-size: 1rem;
}
#visualizer .indicator .forecast-item .forecast-box-info .forecast-description {
  display: flex;
  text-transform: capitalize;
  color: #2c3e50;
  font-size: 1.3rem;
  margin: 0.2rem;
}

section.editor-indicator form .form-group {
  border: 0;
  margin-bottom: 0;
}
section.editor-indicator form .indicator-type {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.editor-indicator form .indicator-type input {
  display: none;
}
section.editor-indicator form .indicator-type input:checked + label {
  color: #009aff;
  border-color: #009aff;
}
section.editor-indicator form .indicator-type label {
  text-align: center;
  display: inline-block;
  padding: 1rem;
  width: auto;
  border: 2px solid #3e5871;
  color: #3e5871;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
section.editor-indicator form .indicator-type .icon {
  display: inline-block;
  width: 100%;
  font-size: 2rem;
}
section.editor-indicator form .indicator-type span {
  width: 100%;
  display: inline-block;
}
section.editor-indicator form .row {
  display: block;
}
section.editor-indicator form .row::after {
  clear: both;
  content: "";
  display: block;
}
section.editor-indicator form .row .column-full {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
section.editor-indicator form .row .column-full:last-child {
  margin-right: 0;
}
section.editor-indicator form .row .column-half {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}
section.editor-indicator form .row .column-half:last-child {
  margin-right: 0;
}
section.editor-indicator form .row .column-three {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
}
section.editor-indicator form .row .column-three:last-child {
  margin-right: 0;
}
section.editor-indicator form .styled-input input[type=text] {
  border-radius: 0;
  display: block;
  width: 100%;
  border: 0;
  box-shadow: none;
  padding: 1rem;
  border: 1px solid #bdc3c7;
  background: #ecf0f1;
}
section.editor-indicator form .indicator-title input[type=text] {
  font-size: 1.25rem;
}
section.editor-indicator form .btn, section.editor-indicator form select.selector,
section.editor-indicator form .ignore-zero {
  font-size: 0.8rem;
  padding: 1rem;
  font-weight: normal;
}
section.editor-indicator form .actions .btn, section.editor-indicator form .actions select.selector,
section.editor-indicator form .actions .ignore-zero {
  font-weight: bold;
}
section.editor-indicator form .btn-full {
  display: block;
  width: 100%;
}
section.editor-indicator form .query-form {
  position: relative;
  margin-bottom: 1rem;
  background: rgba(236, 240, 241, 0.4);
  padding: 1rem 0;
}
@media screen and (min-width: 960px) {
  section.editor-indicator form .query-form {
    padding: 1rem;
  }
}
section.editor-indicator form .query-form .icon-highlight-remove {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 2em;
  color: #bdc3c7;
  cursor: pointer;
  position: absolute;
}
@media screen and (max-width: 959px) {
  section.editor-indicator form .query-form .icon-highlight-remove {
    top: 0;
    margin-top: -0.5em;
    right: 1rem;
  }
}
@media screen and (min-width: 960px) {
  section.editor-indicator form .query-form .icon-highlight-remove {
    top: 1rem;
    right: 1rem;
  }
}
section.editor-indicator form .query-form .icon-highlight-remove:hover {
  color: #2c3e50;
}
section.editor-indicator form .query-form .rules-form {
  position: relative;
}
section.editor-indicator form .query-form .rules-form .icon-remove-circle-outline {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 2em;
  color: #bdc3c7;
  cursor: pointer;
  position: absolute;
}
@media screen and (max-width: 959px) {
  section.editor-indicator form .query-form .rules-form .icon-remove-circle-outline {
    top: 0;
    margin-top: -0.5em;
    right: 1rem;
  }
}
@media screen and (min-width: 960px) {
  section.editor-indicator form .query-form .rules-form .icon-remove-circle-outline {
    top: 1rem;
    right: 1rem;
  }
}
section.editor-indicator form .query-form .rules-form .icon-remove-circle-outline:hover {
  color: #2c3e50;
}

text.total-chart {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  fill: #000;
  text-shadow: #FFF 0px 0px 6px, #FFF 0px 0px 3px;
}

#form-group-indicator .form-group input {
  display: none;
}
#form-group-indicator .form-group input:checked + label {
  color: #009aff;
  border-color: #009aff;
}
#form-group-indicator .form-group label {
  text-align: center;
  display: inline-block;
  padding: 1rem;
  width: auto;
  border: 2px solid #3e5871;
  color: #3e5871;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
#form-group-indicator .form-group .icon {
  display: inline-block;
  width: 100%;
  font-size: 2rem;
}
#form-group-indicator .form-group span {
  width: 100%;
  display: inline-block;
}

#toolbar .inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
#toolbar .inner a {
  color: #2c3e50;
}
#toolbar .inner > .title {
  padding: 0.75em 1em;
}
#toolbar .inner > .menu,
#toolbar .inner > .actions,
#toolbar .inner > .title {
  display: block;
}
#toolbar .inner > .actions {
  text-align: right;
}
#toolbar .inner > .actions,
#toolbar .inner > .menu {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
#toolbar .inner > .actions ul,
#toolbar .inner > .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#toolbar .inner > .actions li,
#toolbar .inner > .menu li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#toolbar .inner .menu a {
  padding: 0.75em 1em;
  display: inline-block;
}
#map-sidebar {
  padding: 0.5rem;
  position: absolute;
  width: 230px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #273646;
  color: white;
  z-index: 10;
}
#map-sidebar button.close {
  background: #2c3e50;
  border: 0;
  padding: 0;
  outline: 0;
  font-size: 1.25rem;
  padding: 0.25rem;
  margin-left: -2.25rem;
  color: white;
}
#map-sidebar .propiedades strong {
  margin-right: 1rem;
  font-weight: bold;
}

#map {
  z-index: 1;
}

@media print {
  body,
  html {
    padding: 0;
    margin: 0;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  .noprint {
    display: none;
  }
  .final-msg {
    display: block;
  }
  .header-report {
    position: fixed;
  }
  .pagebreak {
    page-break-before: always;
  }
  .pagebreak-a {
    page-break-after: always;
  }
  #dashboard > header {
    background: none;
    color: black;
  }
  #toolbar .menu,
  #toolbar .actions {
    display: none !important;
  }
  #toolbar .inner > .title {
    color: #000;
    padding: 0;
    font-size: 2rem;
  }
  a[href]:after {
    display: none;
    visibility: hidden;
  }
  #visualizer {
    position: relative;
    overflow: auto !important;
    display: block;
    width: auto !important;
  }
  #visualizer > section {
    width: auto !important;
    overflow: auto !important;
  }
  #visualizer .report-visualization {
    display: none !important;
  }
  #navigation,
  .querys {
    display: none;
  }
  .timing {
    text-align: left;
    margin-bottom: 1rem;
  }
  .timing .chooser:before {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1rem;
    color: black;
  }
  .timing .chooser .selected {
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
    color: black;
  }
  .timing .btn, .timing select.selector,
  .timing .ignore-zero {
    display: none;
    background: transparent !important;
    color: black !important;
    font-size: 1rem;
  }
  .timing .dater .divisor,
  .timing .dater .date .value,
  .timing .dater .print-only {
    font-weight: normal;
    padding: 0;
    font-size: 1rem;
    color: black;
  }
  .timing .dater .date .value {
    margin-left: 0.5rem;
  }
  .timing .dater .date .value .noprint {
    display: none;
  }
  .timing .dater .noprint {
    display: none;
  }
  .timing .dater .btn, .timing .dater select.selector,
  .timing .dater .ignore-zero,
  .timing .chooser .btn.selected,
  .timing .chooser select.selected.selector,
  .timing .chooser .selected.ignore-zero {
    display: inline-block !important;
  }
  .querys-stats .query {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .querys-stats .query:last-child {
    margin-right: 0;
  }
  .querys-stats .query:nth-child(2n) {
    margin-right: 0;
  }
  .querys-stats .query:nth-child(2n+1) {
    clear: left;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  .table-print {
    width: 100%;
    height: 100%;
    margin-left: 0cm;
    margin-right: 0cm;
    font-family: Arial, Helvetica, sans-serif !important;
    display: block;
    overflow: visible;
  }
  .chart-print {
    width: auto;
  }
  table,
  th,
  td,
  #table-headers {
    font-family: Arial, Helvetica, sans-serif !important;
  }
  .innerTD {
    overflow: hidden !important;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  .print-only.titleContainer {
    font-weight: bolder;
    font-size: 1.5rem;
    padding: 0.5%;
    color: #000000 !important;
  }
  p {
    margin: 0;
  }
  tbody::after {
    content: "";
    display: block;
    margin-bottom: 150mm;
  }
}
.button-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px 0px 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(0, 154, 255, 0.1098039216);
  background-color: #2c3e50;
  color: #ecf0f1 !important;
  cursor: pointer;
}
.button-action:hover {
  color: #fff !important;
  background: rgba(44, 62, 80, 0.7294117647);
}

.filter-actived {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px 0px 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(0, 154, 255, 0.1098039216);
  color: #009aff !important;
  background-color: #2c3e50;
  cursor: pointer;
}
.filter-actived:hover {
  color: #fff !important;
  background: rgba(44, 62, 80, 0.7294117647);
}

.filter-actived::after {
  content: "";
  position: absolute;
  top: 0;
  /* Ajusta según sea necesario */
  right: 0;
  /* Ajusta según sea necesario */
  width: 10px;
  /* Tamaño del punto */
  height: 10px;
  /* Tamaño del punto */
  background-color: red;
  /* Color del punto */
  border-radius: 50%;
  /* Hace que el punto sea redondo */
}

.button-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.button-nav .actions {
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#InputFiltering {
  width: 250px;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 5px 10px 5px 10px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin: 0px 5px 0px 5px;
  /* Add some space below the input */
}

.grid {
  display: grid;
  grid-template-rows: repeat(auto-fill, 200px);
  grid-template-columns: repeat(3, 160px);
  grid-gap: 5px;
  border-radius: 15px;
  padding: 2%;
  background: #eee;
  width: max-content;
  max-width: 1200px;
  height: initial;
  margin-top: 2%;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
.grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 160px;
  height: 200px;
  color: white;
  text-align: center;
  background: #2c3e50;
  border-radius: 5px;
  box-shadow: inset -2px -4px 5px rgba(0, 0, 0, 0.2);
  padding: 3%;
}

.titles-grid-item {
  color: rgba(255, 255, 255, 0.662745098);
  font-size: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid rgba(232, 232, 232, 0.2274509804);
  border-left: 1px solid rgba(232, 232, 232, 0.2274509804);
  padding-left: 10%;
  padding-right: 10%;
}

.content-titles-grid-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  border-bottom: 1px solid rgba(232, 232, 232, 0.2274509804);
  border-top: 1px solid rgba(232, 232, 232, 0.2274509804);
}

.grid-item--width2 {
  width: 320px;
}

.grid-item--width3 {
  width: 480px;
}

.grid-item--width4 {
  width: 640px;
}

.grid-item--height2 {
  height: 200px;
}

.grid-item--height3 {
  height: 260px;
}

.grid-item--height4 {
  height: 360px;
}

span.k-widget.k-tooltip-validation {
  width: 160px;
  text-align: left;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  color: red !important;
}

.numeric-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-numeric {
  color: rgba(44, 62, 80, 0.5);
  font-size: 0.8rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.footer-led {
  color: rgba(0, 0, 0, 0.8);
  font-size: 150%;
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-align: center;
}

.range {
  position: relative;
  width: 550px;
  height: 5px;
}

.range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
}
.range input::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-labels {
  margin: 18px -41px 0;
  padding: 0;
  list-style: none;
}
.range-labels li {
  position: relative;
  float: left;
  width: 90.25px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
}
.range-labels li::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  border-radius: 50%;
}
.range-labels .active {
  color: #37adbf;
}
.range-labels .selected::before {
  background: #37adbf;
}
.range-labels .active.selected::before {
  display: none;
}

.mails-form {
  position: relative;
  margin-bottom: 1rem;
  /*background: rgba($clouds, .4);*/
  padding: 1rem 0;
}
@media screen and (min-width: 960px) {
  .mails-form {
    padding: 1rem;
  }
}
.mails-form .icon-highlight-remove {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 1.5em;
  color: #bdc3c7;
  cursor: pointer;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .mails-form .icon-highlight-remove {
    top: 0;
    margin-top: -0.5em;
    right: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .mails-form .icon-highlight-remove {
    top: 1rem;
    right: 1rem;
  }
}
.mails-form .icon-highlight-remove:hover {
  color: #2c3e50;
}

.alerts-mails-form {
  position: relative;
  margin-bottom: 1rem;
  /*background: rgba($clouds, .4);*/
  padding: 1rem 0;
}
@media screen and (min-width: 960px) {
  .alerts-mails-form {
    padding: 1rem;
  }
}
.alerts-mails-form .icon-highlight-remove {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 1.5em;
  color: #bdc3c7;
  cursor: pointer;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .alerts-mails-form .icon-highlight-remove {
    top: 0;
    margin-top: -0.5em;
    right: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .alerts-mails-form .icon-highlight-remove {
    top: 1rem;
    right: 1rem;
  }
}
.alerts-mails-form .icon-highlight-remove:hover {
  color: #2c3e50;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.single-multiselect {
  height: 35px;
}

/* .badge-error {
	margin-left: 5px;
	background-color: #d43f3a;
} */
.badgeAlert {
  display: inline-block;
  min-width: 8px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Segoe UI";
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #d9534f;
  border-radius: 5px;
  position: absolute;
  margin-top: -10px;
  margin-left: -8px;
}

.navbar-default {
  background-color: #009aff;
  border-color: #009aff;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand-bussiness {
  color: rgb(255, 255, 255);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand-bussiness:hover,
.navbar-default .navbar-brand-bussiness:focus {
  color: #bdc3c7;
}

.navbar-default .navbar-nav > li > a {
  color: rgb(255, 255, 255);
}

.navbar-toggle {
  border-color: #009aff;
}

.content-actions-nav {
  display: flex;
  padding: 0px 15px 0px 5px;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  width: auto;
  height: auto;
  margin-left: -10px;
}

.navbar-brand {
  background: url(https://flukbox-static.s3.us-west-2.amazonaws.com/img/logo-Lynks-BI-blanco.png) center center no-repeat;
  background-size: 115px;
  width: 130px;
  text-align: center;
  margin: 0;
}

.navbar-brand-bussiness {
  width: 130px;
  height: 5vh;
  text-align: center;
  margin: 0;
}

.breadcrumb {
  margin-bottom: 0px;
}

#filterMenuContent {
  max-height: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb-new {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  overflow: scroll;
}

.breadcrumb-new > li {
  display: inline-block;
}

.breadcrumb-new > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/ ";
}

.breadcrumb-new > .active {
  color: #999999;
}

.table-headers {
  background-color: #2c3e50;
  color: white;
  font-weight: bold;
}

.k-grid td {
  border-width: 1px 1px 1px 1px;
}

.k-grid-header th.k-header {
  font-weight: bold;
  height: 30px !important;
  white-space: pre-wrap;
  text-align: center;
  vertical-align: middle;
}

.k-grid-header .k-header .k-link,
.k-grid-header .k-header,
.k-grid-header .k-link,
.k-grid-header .k-link:link,
.k-pager-info,
.k-scheduler-header,
.k-scheduler-agendaview .k-scheduler-datecolumn {
  color: #2c3e50;
}

.k-grid-toolbar {
  background-color: #2c3e50;
  height: 30px !important;
}

.k-grouping-row td {
  background-color: rgba(44, 62, 80, 0.5137254902);
  color: white;
  font-weight: bold;
  /* 	outline-style: double; */
  /* 	border-style: solid;
  border-width: thick; */
}

.k-grid .k-grouping-header {
  background: #a9aeb1;
  color: #2c3e50;
}

.k-grouping-header .k-group-indicator,
.k-pivot-toolbar .k-button {
  background-color: #777777;
  border-color: #777777;
}

.final-row {
  font-weight: bold;
  outline: double;
  background-color: #d8d8d8;
  font-size: 120%;
  /* 
  outline-style: double; */
  /* 	border-style: solid;
  border-width: thick; */
}

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

.led-box {
  height: 30px;
  width: 25%;
  margin: 10px 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.led-box p {
  font-size: 12px;
  text-align: center;
  margin: 1em;
}

.led-blue {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #24e0ff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3f8cff 0 2px 14px;
}

.led {
  margin: 0 auto;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  shape-outside: circle();
  clip-path: circle();
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px;
  /* , inset #006 0 -1px 9px, #3F8CFF 0 2px 14px; */
}

.led-green {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  /* background-color: #ABFF00; */
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89ff00 0 2px 12px;
  -webkit-animation: blinkGreen 1s infinite;
  -moz-animation: blinkGreen 1s infinite;
  -ms-animation: blinkGreen 1s infinite;
  -o-animation: blinkGreen 1s infinite;
  animation: blinkGreen 1s infinite;
}

.led-yellow {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #ff0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #ff0 0 2px 12px;
  -webkit-animation: blinkYellow 1s infinite;
  -moz-animation: blinkYellow 1s infinite;
  -ms-animation: blinkYellow 1s infinite;
  -o-animation: blinkYellow 1s infinite;
  animation: blinkYellow 1s infinite;
}

@-webkit-keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}
@-moz-keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}
@-ms-keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}
@-o-keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}
@keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}
@-webkit-keyframes blinkGreen {
  from {
    background-color: #abff00;
  }
  50% {
    background-color: rgb(121, 175, 5);
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset rgb(86, 124, 2) 0 -1px 9px, #abff00 0 2px 0;
  }
  to {
    background-color: #abff00;
  }
}
@-moz-keyframes blinkGreen {
  from {
    background-color: #abff00;
  }
  50% {
    background-color: rgb(121, 175, 5);
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset rgb(86, 124, 2) 0 -1px 9px, #abff00 0 2px 0;
  }
  to {
    background-color: #abff00;
  }
}
@-ms-keyframes blinkGreen {
  from {
    background-color: #abff00;
  }
  50% {
    background-color: rgb(121, 175, 5);
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset rgb(86, 124, 2) 0 -1px 9px, #abff00 0 2px 0;
  }
  to {
    background-color: #abff00;
  }
}
@-o-keyframes blinkGreen {
  from {
    background-color: #abff00;
  }
  50% {
    background-color: rgb(121, 175, 5);
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset rgb(86, 124, 2) 0 -1px 9px, #abff00 0 2px 0;
  }
  to {
    background-color: #abff00;
  }
}
@keyframes blinkGreen {
  from {
    background-color: #abff00;
  }
  50% {
    background-color: rgb(121, 175, 5);
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset rgb(86, 124, 2) 0 -1px 9px, #abff00 0 2px 0;
  }
  to {
    background-color: #abff00;
  }
}
.led-red {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #f00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
  -webkit-animation: blinkRed 1s infinite;
  -moz-animation: blinkRed 1s infinite;
  -ms-animation: blinkRed 1s infinite;
  -o-animation: blinkRed 1s infinite;
  animation: blinkRed 1s infinite;
}

@-webkit-keyframes blinkRed {
  from {
    background-color: #f00;
  }
  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
  }
  to {
    background-color: #f00;
  }
}
@-moz-keyframes blinkRed {
  from {
    background-color: #f00;
  }
  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
  }
  to {
    background-color: #f00;
  }
}
@-ms-keyframes blinkRed {
  from {
    background-color: #f00;
  }
  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
  }
  to {
    background-color: #f00;
  }
}
@-o-keyframes blinkRed {
  from {
    background-color: #f00;
  }
  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
  }
  to {
    background-color: #f00;
  }
}
@keyframes blinkRed {
  from {
    background-color: #f00;
  }
  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
  }
  to {
    background-color: #f00;
  }
}
.img-src {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  border: none;
}

.img-src-table {
  border-radius: 50%;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 2%;
  border: none;
}

.profile {
  display: inline;
  margin: 0 auto;
  margin-left: -25%;
  height: 100%;
  width: auto;
}

.botonera {
  float: right;
  width: 10px;
  position: relative;
}
.botonera .button-top {
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
}

.img-report {
  float: left;
  max-height: 50px;
}

.img-report-right {
  float: right;
  max-height: 50px;
}

.header-report {
  width: 100%;
}

.content-print {
  flex: 1 0 auto;
  margin-top: 50px;
}

.page-header-space {
  height: 130px;
}

.page-header {
  position: absolute;
  top: 0mm;
  width: 100%;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge, select.selector .badge,
.ignore-zero .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* Nuevo Loader */
.spinner-path {
  position: relative;
  top: 50%;
  width: 10rem;
  height: 10rem;
}

.spinner-path > * {
  animation: spinner 3s infinite;
}

.spinner-path > *:after {
  content: " ";
  display: block;
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}

.spinner-path > *:nth-child(1) {
  animation-delay: 0.5s;
}

.spinner-path > *:nth-child(1):after {
  background: #193498;
  width: 5px;
  height: 5px;
}

.spinner-path > *:nth-child(2) {
  animation-delay: 1s;
}

.spinner-path > *:nth-child(2):after {
  background: #113cfc;
  width: 5px;
  height: 5px;
}

.spinner-path > *:nth-child(3) {
  animation-delay: 1.5;
}

.spinner-path > *:nth-child(3):after {
  background: #1597e5;
  width: 5px;
  height: 5px;
}

.spinner-path > *:nth-child(4) {
  animation-delay: 2s;
}

.spinner-path > *:nth-child(4):after {
  background: #69dadb;
  width: 5px;
  height: 5px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Led */
.led-green-static {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #abff00;
  border-radius: 50%;
}

.led-red-static {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  border-radius: 50%;
}

.led-yellow-static {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #ffd000;
  border-radius: 50%;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 0.9em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid silver;
  padding: 0.5em;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
  background: #f8f8f8;
}

.highcharts-data-table tr {
  cursor: pointer;
}

.highcharts-data-table tr:hover {
  background: #eff;
}

.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
}

.highcharts-sort-ascending::after {
  content: " ↓";
}

.highcharts-sort-descending::after {
  content: " ↑";
}

.container-deps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  width: fit-content;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.apply-changes-button {
  background-color: #ccc;
  /* Color de fondo */
  color: white;
  /* Color del texto */
  margin: 0px 5px;
  /* Margen exterior */
  padding: 5px 10px;
  /* Espaciado interno */
  border: none;
  /* Sin borde */
  border-radius: 5px;
  /* Bordes redondeados */
  cursor: pointer;
  /* Cambia el cursor al pasar sobre el botón */
  font-size: 14px;
  /* Tamaño de la fuente */
  transition: background-color 0.3s ease;
  /* Transición suave para el cambio de color de fondo */
}

.apply-changes-button:enabled {
  cursor: pointer;
  /* Cambia el cursor al pasar sobre el botón habilitado */
  background-color: var(--blue-color);
  /* Color de fondo cuando está habilitado */
}

.apply-changes-button:enabled:hover {
  background-color: var(--dark-color);
  /* Color de fondo al pasar el ratón sobre el botón habilitado */
}

.footer-lynks {
  position: fixed;
  top: 97%;
  left: 1%;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.6784313725);
  padding: 3px 10px;
  border-radius: 5px;
  filter: invert(1);
}

.box-periods-modal {
  display: flex;
  gap: 0.5rem;
}

.item-box-periods {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: auto;
  height: auto;
  background-color: #c8e9ff;
  border-radius: 0.7rem;
}

.box-title-modules {
  padding: 0.5rem;
  width: auto;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: #ededed;
  justify-content: center;
}

.title-modules {
  padding: 0 1rem 0 1rem;
  font-weight: 900;
  color: #2c3e50;
}

#vartabledata tbody {
  display: block !important;
  max-height: 300px !important;
  /* Ajusta la altura máxima según tus necesidades */
  overflow-y: auto !important;
  /* Habilita el desplazamiento vertical */
}

#vartabledata thead,
#vartabledata tbody tr {
  display: table !important;
  width: 100% !important;
  table-layout: fixed !important;
  /* Asegura que las columnas mantengan su tamaño */
}

#vartabledata {
  border-collapse: collapse !important;
  width: 100% !important;
}

#details-container {
  padding: 10px;
}

#details-container h2 {
  margin: 0;
}

#details-container em {
  color: #8c8c8c;
}

#details-container dt {
  margin: 0;
  display: inline;
}

#container-content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#container-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
}

#container-json {
  padding: 0.5rem;
}

.select2-selection.select2-selection--multiple {
  overflow: hidden;
}

#Grid {
  height: 100%;
}

#modal_buzzer {
  display: flex;
  justify-content: center;
  padding: 10px 20px 0px 20px;
  flex-direction: column;
}

.buzzer-tracking {
  font-weight: lighter !important;
  font-size: 0.65rem;
  color: #8e0000;
  margin-bottom: 0.5rem;
}

.buzzer-modal.k-window {
  position: relative;
  bottom: 50% !important;
  left: 50% !important;
}

.buzzer-modal .k-window-titlebar {
  background: #009aff;
  text-align: center !important;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}

.buzzer-modal .k-window-content {
  padding: 24px 18px 18px 18px;
  font-size: 1rem;
}

/*# sourceMappingURL=main.css.map */
