* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
@font-face{
  font-family: Source Sans Pro;
  src:url("../fonts/SourceSansPro-Regular.otf");
  font-style: normal;
  font-weight: normal;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Source Sans Pro;
  src:url("../fonts/SourceSansPro-Regular.otf");
  font-size: 1rem;
  line-height: 1.2rem;
  color: #000;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
}
:root {
  --white: white;
  --black: black;
}
.w-input {
  display: block;
  width: 100%;
  height: 33px;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-size: 0.9rem !important;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #0D529D;
}
.w-input-no-padding {
  display: block;
  width: 100%;
  height: 33px;
  padding: 5px 8px;
  font-size: 0.9rem !important;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #0D529D;
}
.w-select-privada {
  display: block;
  width: 100%;
  height: 28px;
  padding: 2px 8px;
  margin-bottom: 10px;
  font-size: 0.9rem !important;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #0D529D;
}
.w-input-privada {
  display: block;
  width: 100%;
  height: 25px;
  padding: 5px 8px;
  font-size: 0.9rem !important;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #0D529D;
}
.w-input-privada-horas {
  display: block;
  width: 100%;
  height: 25px;
  padding: 5px 8px;
  font-size: 0.9rem !important;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #0D529D;
}
.w-input-alta {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-size: 0.9rem !important;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #0D529D;
}
.w-select-formulario {
  display: block;
  width: 100% !important;
  height: 33px;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-size: 0.9rem !important;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #0d529d;
}
.w-select-formulario-alta {
  display: block;
  width: 50% !important;
  height: 30px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 0.9rem !important;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #0d529d;
  border-radius: 5px !important;
}
.w-select-gest-usuarios {
  display: block;
  width: 175px;
  height: 33px;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 0.9rem !important;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff !important;
  border: 1px solid #0D529D;
  border-radius: 5px;
}
.w-input:-moz-placeholder,
.w-input-alta:-moz-placeholder,
.w-input-privada:-moz-placeholder,
.w-select-privada:-moz-placeholder,
.w-select-gest-usuarios:-moz-placeholder,
.w-select-formulario:-moz-placeholder,
.w-input-privada-horas:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-input-alta::-moz-placeholder,
.w-input-privada::-moz-placeholder,
.w-select-privada::-moz-placeholder,
.w-select-gest-usuarios::-moz-placeholder,
.w-select-formulario::-moz-placeholder,
.w-input-privada-horas::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-input-alta::-webkit-input-placeholder,
.w-input-privada::-webkit-input-placeholder,
.w-select-privada::-webkit-input-placeholder,
.w-select-gest-usuarios::-webkit-input-placeholder,
.w-select-formulario::-webkit-input-placeholder,
.w-input-privada-horas::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-input-alta:focus,
.w-input-privada:focus,
.w-select-privada:focus,
.w-select-gest-usuarios:focus,
.w-select-formulario:focus,
.w-input-privada-horas:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-input-alta[disabled],
.w-input-privada[disabled],
.w-input-privada-horas[disabled],
.w-select-privada[disabled],
.w-input[readonly],
.w-select-privada[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select-privada {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-input-alta[disabled]:not(.w-input-disabled),
.w-input-privada[disabled]:not(.w-input-disabled),
.w-input-privada-horas[disabled]:not(.w-input-disabled),
.w-select-privada[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select-privada[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select-privada {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-input-alta,
textarea.w-input-privada,
textarea.w-input-privada-horas,
textarea.w-select-privada {
  height: auto;
}
.w-select-privada {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
  color: #000;
}
/*PRELOGIN*/
.content-login {
  background-color: #0d529d;
  justify-content: center;
  min-height: 900px;
  margin-bottom: auto;
  display: flex;
}
.content-popup-login {
  width: 40%;
  height: 100%;
  margin-top: 10%;
  margin-bottom: 30%;
  background-color: white;
  padding: 15px;
}
.box-white {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  font-size: 1rem;
  line-height: 1rem;
  color: #0c0c0c;
  background-color: white;

}
.header-login {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 5px;
  display: flex;
}
.brands-left {
  width: 280px;
  display: flex;
}
.brand1-login {
  width: 95%;
  padding-right: 15px;
}
.brands-right {
  justify-content: flex-end;
  align-items: center;
  width: 280px;
  display: flex;
}
.brand2-copy {
  width: 35%;
}
.brand2-copy.login {
  width: 50%;
}
.text-popup {
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.5rem;
}
.text-popup-left {
  text-align: left;
  margin-bottom: 5px;
  line-height: 1.5rem;
}
.text-popup-alertas {
  width: 85%;
  text-align: left;
  margin-bottom: 5px;
  line-height: 1.5rem;
  margin-left: 15px;
}
.content-btn-gestsiar {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}
.content-btn-automatizacion {
  width: 85%;
}
.content-btn-estaciones {
  width: 80%;
}
.content-btn-log {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}
.content-btn-estaciones.no-padding-top {
  margin-top: 0px;
}
.col-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
.btn-privada {
  color: #fff;
  background-color: #0d529d;
  border: 1px solid #0d529d;
  padding: 12px 20px;
  font-size: 0.9rem;
  line-height: 0.9rem;
  cursor: pointer;
  text-align: center;
}
.btn-blanco {
  color: #0d529d;
  background-color: #fff;
  border: 1px solid #0d529d;
  padding: 8px 15px;
  font-size: 0.9rem;
  line-height: 0.9rem;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}
.btn-privada:disabled, .btn-blanco:disabled {
  color: white;
  background-color: #999;
  border: 1px solid #999;
  cursor: not-allowed;
}
.btn-privada:hover {
  color: #0d529d;
  background-color: #fff;
}
.btn-blanco:hover {
  color: #fff;
  background-color: #0d529d;
}
.btn-privada:focus-visible, .btn-blanco:focus-visible {
  outline-offset: 5px;
  outline: 2px solid #000;
}
.btn-privada[data-wf-focus-visible], .btn-blanco[data-wf-focus-visible] {
  outline-offset: 5px;
  outline: 2px solid #000;
}
.content-btn-form-alta {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 1200px) {
.content-popup-login {
  width: 60%;
  padding: 15px;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
}
@media screen and (max-width: 991px) {
  .btn-privada {
    margin-bottom: 15px;
  }
  .inactivo {
    margin-bottom: 15px;
  }
  .content-popup-login {
    width: 60%;
  }
  .brands-left, .brands-right {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .brands-left {
    width: 350px;
  }
  .header-login {
    margin-bottom: 5px;
  }
  .titular-form-login {
    margin-bottom: 10px;
  }
  .content-login {
   align-items: top;
  }
}
@media screen and (max-width: 480px) {
  .brands-left {
    width: 220px;
    margin-bottom: 10px;
  }
  .brands-right {
    margin-bottom: 10px;
  }
  .brand1-login {
    padding-right: 0px;
  }
  .text-popup {
    margin-bottom: 0px;
  }
  .content-btn-log {
    flex-direction: column;
  }
}
/*LOGIN*/
.text-popup-login {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: left;
  margin-bottom: 10px;
}
.titular-form-login {
  background-color: #0d529d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  display: flex;
}
.titular-login {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
}
.content-form-login {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}
.form-block-login {
  width: 90%;
  margin: 0 0 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field-form-login {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  width: 38%;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: .9rem;
  font-weight: 400;
  line-height: .9rem;
  display: flex;
}
.text-field-login {
  border-radius: 5px;
  width: 50%;
  margin-bottom: 0;
  padding: 5px 10px;
}
.select-field-login {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 0;
}
.content-captcha {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 5px;
  display: flex;
}
.form-block-login-politica {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.checkbox-label-politica {
  width: 100%;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.politica-formulario {
  width: auto;
  text-decoration: underline;
  color: #0677CE;
}
.formulario-alta {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-block-login {
    flex-direction: column;
    justify-content: center;
  }
  .field-form-login {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    line-height: 1.1rem;
  }
  /*
  .g-recaptcha {
    width: 80% !important;
  }
   */
}
@media screen and (max-width: 480px) {
  .w-input-alta {
    height: 28px;
    padding: 3px 8px !important;
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
    border-radius: 5px !important;
  }
  .w-select-formulario-alta {
    height: 28px;
    padding: 3px 8px;
    margin-bottom: 5px;
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
    width: 100%;
  }
  .select-field-login {
    width: 100% !important;
    border-radius: 5px;
  }
  .text-field-login {
    width: 100%;
  }
  .field-form-login {
    margin-bottom: 5px;
    width: 100%;
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
  }
}

/*NAVBAR DE PRIVADA*/
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  z-index: inherit;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0D529D;
}
.w-dropdown-link:focus {
  outline: 0;
}
.w-nav-privada {
  background: #dddddd;
}
.w-nav-privada:before,
.w-nav-privada:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav-privada:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #000;
}
.w-nav-link-prin {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link-prin.w--current {
  color: #fff;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 68px;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav-privada[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav-privada[data-animation="over-left"] .w-nav-overlay,
.w-nav-privada[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav-privada[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav-privada[data-animation="over-right"] .w-nav-overlay,
.w-nav-privada[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav-privada[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav-privada[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
  border-left: .5px solid #fff;
}
.dropdown-toggle-menu {
  border-left: none !important;
  border-right: none !important;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.navbar {
  background-color: #0d529d;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1000;
}
.container-navbar {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  width: 60%;
}
.logout {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 55px;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
}
.content-log {
  display: flex;
  justify-content: right;
}
.text-logout {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding-bottom: 0px;
}
.text-logout.bold-privada {
  font-weight: 600;
}
.text-icon-logout {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding-bottom: 0px;
  padding-top: 2px;
}
.icon-logout {
  width: 15%;
}
.content-closed-session {
  width: 20%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.nav-menu {
  border-right: .5px solid #fff;
  justify-content: flex-start;
  display: flex;
  z-index: 3;
  font-size: 1rem;
  line-height: 1rem;
}
.nav-link {
  color: #fff;
  border-left: .5px solid #fff;
  font-family: PT Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  padding: 20px 20px 20px 20px;
}
.nav-link:hover, .nav-link:focus {
  color: #0d529d;
  background-color: #fff;
  text-decoration: underline;
}
.nav-link:focus-visible {
  outline: 2px solid #0d529d;
}
.nav-link[data-wf-focus-visible] {
  outline: 2px solid #0d529d;
}
.dropdown {
  font-size: 1em;
}
.dropdown-list {
  background-color: #fff;
}
.dropdown-list.w--open {
  color: #0d529d;
  font-family: PT Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}
.dropdown-link {
  color: #0d529d;
  background-color: #e3e3e3;
  border: .5px solid #0d529d;
  font-family: PT Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}
.dropdown-link:hover {
  color: #0d529d;
  background-color: #fff;
}
.dropdown-link:focus-visible {
  outline: 3px solid #0d529d;
  color: #0d529d;
  background-color: #fff;
}
.dropdown-link[data-wf-focus-visible] {
  outline: 3px solid #0d529d;
}
.dropdown-toggle-menu {
  color: #fff;
  padding: 20px 50px 20px 20px;
  font-family: PT Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}
.dropdown-toggle-menu:hover, .dropdown-toggle-menu:focus {
  color: #0d529d;
  background-color: #fff;
  text-decoration: underline;
}
.dropdown-toggle-menu:focus {
  outline-style: solid;
  outline: 5px;
  outline-color: #000;
}
.dropdown-toggle-menu:focus-visible {
  outline: 2px solid #0d529d;
}
.dropdown-toggle-menu[data-wf-focus-visible] {
  color: #0d529d;
  background-color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-nav-privada[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav-privada[data-collapse="medium"] .w-nav-button {
    display: block;
  }
  .nav-menu {
    background-color: #0d529d;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .nav-link {
    border-top: .5px solid #fff;
    min-width: 100%;
    border-left-style: none;
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-toggle-menu {
    border-left: none;
    border-top: .5px solid #fff;
  }
  .dropdown-list, .dropdown-list.w--open {
    position: relative;
  }
  .dropdown-link {
    cursor: auto;
    border-top: .5px solid #0d529d;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
  .dropdown-link[data-wf-focus-visible] {
    background-color: #0d529d;
    outline-width: 0;
    outline-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
  }
  .dropdown {
    min-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }
  .dropdown:hover {
    text-decoration: underline;
  }
  .menu-hamburguesa:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .menu-hamburguesa:focus-visible {
    outline-offset: 0px;
    outline: 2px solid #fff;
  }
  .menu-hamburguesa[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 2px solid #fff;
  }
  .menu-hamburguesa.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .dropdown-toggle {
    min-width: 100%;
    border-left-style: none;
  }
  .dropdown-toggle:hover {
    color: #0d529d;
    background-color: #fff;
    text-decoration: underline;
  }
  .icon-burger {
    color: #fff;
    font-size: 2rem;
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .w-nav-privada[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav-privada[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}
/*LAYOUT*/
.lay-out {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}
.titular-h1 {
  color: #0d529d;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2em;
}
.contenedor-menu {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.navbar-gestsiar {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}
.navlink-gestsiar {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 14%;
  padding: 0 5px;
  display: flex;
}
.navlink-gestsiar:hover {
  color: #fff;
  font-size: .9rem;
  line-height: 1rem;
}
.navlink-gestsiar:focus-visible {
  outline-offset: 5px;
  outline: 2px solid #000;
}
.navlink-gestsiar[data-wf-focus-visible] {
  outline-offset: 5px;
  outline: 2px solid #000;
}
.navlink-gestsiar:hover #linkConsulta #linkAlertas #linkGestEstaciones #linkDAT #linkAdmin #linkParametros #linkGestUsuarios #linkAlertaManual #linkAutomatizacion #linkInformes {
  background-color: #0d529d;
}
.navlink-gestsiar:hover #imgConsulta #imgAlertas #imgGestEstaciones #imgDAT #imgAdmin #imgParametros #imgGestUsuarios #imgAlertaManual #imgAutomatizacion #imgInformes {
  background-color: #0d529d;
}
.btn-icono {
  display: flex;
  justify-content: center;
  text-align: center;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.icons-navbar {
  width: 17%;
}
.btn-texto {
  color: #0d529d;
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1rem;
  text-decoration: none;
  padding-bottom: 1px;
}
.btn-texto:hover {
  color: #fff;
  background-color: #0d529d;
}
.btn-texto-selected {
  color: #fff;
  background-color: #0d529d;
}
.ocultar-menu {
  background-color: #fff;
  border-top: 1px solid #0d529d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3px;
  display: flex;
}
.arrow {
  width: 10px;
  height: auto;
}
.text-ocultar-menu {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 0.8rem;
}
/*EDITAR PERFIL*/
.container-secc {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.container-secc-perfil {
  margin-bottom: 20px;
}
.titular-h2 {
  color: #0d529d;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}
.no-espacio-bottom {
  margin-bottom: 0px;
}
.titular-y-boton {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: center;
  margin-bottom: 5px;
}
.container-col {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
  flex-direction: row;
}
.container-col-usuarios {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
  flex-direction: row;
  border: 2px solid #a3a4ad;
  padding: 10px;
  border-radius: 5px;
}
.container-gestion-usuarios {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
  flex-direction: row;
  border: 2px solid #a3a4ad;
  padding: 10px 0px 10px 0px;
  border-radius: 5px;
}
.container-row {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
  flex-direction: row;
}
.container-col-consulta {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
}
.container-col-estaciones-privada {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  line-height: .9rem;
  display: flex;
  flex-direction: row;
}
.formulario-estaciones {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  line-height: .9rem;
  display: flex;
  flex-direction: row;
}
.form-block-estaciones {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.form-block-nom-corto {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: right;
}
.container-col-up {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
}
.col-4 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.col4-consulta {
  width: 30%;
  padding-right: 15px;
}
.col2-consulta {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-right: 15px;
  align-items: center;
  justify-content: space-between;
}
.form-block {
  width: 100%;
}
.field-label-gestsiar {
  color: #000;
  margin-bottom: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1rem;
}
.field-label-alertas {
  color: #000;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1rem;
}
.field-label-gestsiar-peq {
  color: #000;
  margin-bottom: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 0.8rem;
}
.field-label-nom-corto {
  color: #000;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  margin-right: 10px;
  padding-top: 10px;
}
.text-field-gestsiar {
  border: 1px solid #0D529D;
  border-radius: 5px;
  margin-top: 5px;
}
.content-btn-privada {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  width: 100%;
}
.content-3btn {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  width: 15%;
}
.inactivo {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
  padding: 12px 20px;
  font-size: 0.9rem;
  line-height: 0.9rem;
  cursor: not-allowed;
}
@media screen and (max-width: 991px) {
  .content-btn-gestsiar {
    flex-direction: row;
  }
  .content-btn, .content-btn-usuario {
    width: 100%;
    margin-bottom: 20px;
  }
  .text-field-gestsiar {
    width: 50%;
  }
  .icons-navbar {
    width: 30%;
  }
  .container-col-estaciones-privada, .formulario-estaciones {
    flex-direction: column;
  }
  .col-3.borde-lateral {
    border-right: none !important;
  }
  .col-3.left.border-left {
   border-left: none !important;
  }
}
@media screen and (max-width: 767px) {
  .text-field-gestsiar {
    width: 100%;
  }
  .icons-navbar {
    width: 40%;
  }
  .container-col, .container-col-usuarios, .container-gestion-usuarios {
    align-items: flex-start;
    flex-direction: column !important;
  }
  .col-2 {
    width: 100%;
  }
  .container-row {
    flex-direction: column;
  }
  .container-secc-alertas {
    height: auto !important;
  }
  .content-alertas {
    align-items: flex-start !important;
  }
  .results-alertas {
    width: 100%;
  }
  .content-titulo-alerta {
    width: 100%;
  }
  table.tabla-usuarios td {
    font-size: 0.7rem !important;
  }
}
@media screen and (max-width: 480px) {
  ._2opciones-horiz-privada {
    flex-direction: column !important;
  }
}
/*POP UP ACEPTAR CAMBIOS PERFIL*/

/*MIS CONSULTAS*/
.col-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: auto;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
.col-3.borde-lateral {
  border-right: 1px solid #000;
}
.titular-h3 {
  color: #0d529d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2em;
}
/*GESTIÓN DE USUARIOS*/
.descarga-csv {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
}
.descarga-csv-usuario {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.csv {
  width: 50px;
  margin-left: 15px;
}
.headTable {
  color: #0d529d;
  font-weight: 600;
}
.centrado {
  text-align: center;
}
.datosTablaUsuarios {
  padding: 15px;
}
.results-usuarios {
  margin-top: 30px;
}
.content-alertas {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin-right: 30px;
}
.results-alertas {
  margin-top: 10px;
  width: 100%;
}
/*DETALLE USUARIOS*/
.content-cerrar-detalle {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}
.text-cerrar {
  margin-bottom: 0;
}
.closed-icon {
  width: 18px;
  margin-left: 10px;
}
.content-gris-detalle {
  background-color: #e6e6e6;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
}
.lista-detalle {
  flex-direction: column;
  width: auto;
  height: auto;
  margin-right: 20px;
  display: flex;
}
.detalle {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.text-detalle {
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 0.85rem;
}
.privada-api {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}
.subsistema {
  color: #0D529D;
  text-decoration: underline;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
}
.box-opcions {
  border: 1px solid #0D529D;
  width: 210px;
  padding-left: 10px;
  margin-top: 10px;
}
.box-opcions-doble {
  border: 1px solid #0D529D;
  width: 310px;
  padding-left: 10px;
  margin-top: 10px;
}
.radio-button-field {
  padding-top: 5px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
/*ESTILOS CONSULTA Y EDICIÓN DE DATOS*/
.container-secc-col {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.container-secc-consulta {
  justify-content: left;
  align-items: flex-start;
  display: flex;
  width: 100%;
  align-content: center;
}
.container-secc-75 {
  width: 75%;
  padding-right: 10px;
}
.container-secc-60 {
  width: 60%;
  padding-right: 10px;
}
.container-secc-75.border-right {
  border-right: 1px solid #0d529d;
}
.container-secc-25 {
  width: 25%;
  padding-left: 10px;
}
.mas-separacion {
  padding-left: 50px;
}
.box-opcions-200 {
  border: 1px solid #0D529D;
  border-top-color: #0d529d;
  width: 210px;
  height: 200px;
  padding-left: 10px;
  overflow-y: scroll;
}
.box-opcions-255 {
  border: 1px solid #0D529D;
  border-top-color: #0d529d;
  width: 215px;
  height: 264px;
  padding-left: 28px;
  padding-top: 5px;
  overflow-y: scroll;
  border-radius: 5px;
}
.box-opcions-255-consulta {
  border: 1px solid #0D529D;
  border-top-color: #0d529d;
  width: 240px;
  height: 264px;
  padding-left: 28px;
  padding-top: 5px;
  overflow-y: scroll;
}
.box-opcions-estaciones {
  border: 1px solid #0D529D;
  border-top-color: #0d529d;
  height: 221px;
  padding-left: 28px;
  padding-top: 5px;
  overflow-y: scroll;
  width: 100%;
}
.no-scroll {
  overflow-y: hidden;
}
.box-opcions-120 {
  border: 1px solid #0D529D;
  border-top-color: #0d529d;
  width: 210px;
  height: auto;
  padding-left: 10px;
  padding-top: 5px;
  border-radius: 5px;
}
.col-2.top-col-privada {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0px;
}
.text-field-gestsiar-corto {
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 80px;
  margin-bottom: 0;
}
.form-coordenadas {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 10px;
}
._2opciones-horiz-privada.top-privada {
  padding-top: 15px;
}
.top-nopadding {
  align-items: flex-start;
  padding-bottom: 0px;
}
._2opciones-horiz-privada.border-bottom {
  border-bottom: 1px solid #0d529d;
}
.horizontal-privada {
  flex-direction: row;
  align-items:center;
  display: flex;
  width: 50%;
}
.form-block-hora {
  width: 130px;
  margin-bottom: 10px;
}
.btn-operacion {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9rem;
  font-weight: 800;
  text-align: center;
  background-color: #0d529d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: flex;
}
.btn-operacion-checked {
  border-width: 4px;
  background-color: #3898ec;
}
.btn-operacion-inactivo {
  border-width: 4px;
  background-color: #999;
}
.horas {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: left;
  align-items: baseline;
}
.box-error {
  margin-bottom: 10px;
}
.text-field-gestsiar.campos-operaciones {
  border-top-color: #0d529d;
  width: 90%;
}
.text-field-gestsiar.campo-fecha-privada {
  border-top-color: #0d529d;
  width: 120px;
}
.text-field-gestsiar.corto-privada {
  width: 65px;
}
.box-opcions.ancho {
  border-top-color: #0d529d;
  width: 100%;
}
.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}
.w-checkbox-input-login {
  float: left;
  margin-bottom: 3px;
  line-height: normal;
}
.w-checkbox-input--inputType-custom, .w-checkbox-input-login--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked, .w-checkbox-input-login--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}
.w-checkbox-input--inputType-custom.w--redirected-focus, .w-checkbox-input-login--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.check-opcions {
  width: 210px;
  overflow: visible;
}
.check-opcions-validar {
  width: 100%;
  overflow: visible;
}
.checkbox-field-privada {
  margin-bottom: 10px;
}
.checkbox-field-consulta {
  margin-bottom: 14px;
}
.checkbox-field-estaciones {
  padding-left: 20px;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.checkbox-field-estacion {
  margin-bottom: 3px;
}
.checkboxlabel-privada {
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9rem;
  color: #000;
}
.checkboxlabel-privada-consultas {
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}
.checkbox-privada {
  margin-top: 0;
}
.col-1 {
  flex-direction: row;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
.content-datos-calculados {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 5px;
}
.col-1.border-top {
  border-top: 1px solid #0d529d;
  padding-top: 20px;
}
.doscampos {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.content-operaciones-filtros {
  width: 100%;
}
.container-btn-operacion {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}
.col {
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.col100 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}
.col:focus-visible, .col100:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #000;
}
.col[data-wf-focus-visible], .col100[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #000;
}
.col.center {
  justify-content: center;
  align-items: center;
}
.box-opcions-filtro {
  border: 1px solid #0D529D;
  border-top-color: #0d529d;
  width: 200px;
  height: 180px;
  padding-top: 5px;
  padding-left: 10px;
  overflow-y: scroll;
}
.box-opcions-filtro-resumen {
  border: 1px solid #0D529D;
  border-top-color: #0d529d;
  border-radius: 5px;
  width: auto;
  height: 102px;
  padding-top: 5px;
  padding-left: 10px;
  overflow-y: auto;
}
.quitarIntervalo {
  width: 16px;
  height: 16px;
}
.col-2.vertical {
  flex-direction: column;
  align-items: center;
}
._2opciones-horiz-privada {
  flex-direction: row;
}
.horizontal-privada {
  width: 100%;
}
.col-1-column {
  padding: 0;
  width: 100%;
}
.col-1-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
}
.container-col.top-privada, .container-col.top {
  justify-content: space-between;
  align-items: flex-start;
}
.p-btn {
  margin-bottom: 0;
  margin-right: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}
.content-apagado {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.text-apagado {
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 0px;
}
.icon-apagado {
  width: 15px;
  height: 15px;
  margin-left: 2px;
}
/*ESTILOS DETALLE CONSULTA Y EDICION DE DATOS*/
.select-privada{
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.breadcrumbs-logos {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
.cabecera-privada {
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
.contenedor-logos-datos {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  height: auto;
  display: flex;
}
.logo-mapa {
  width: 250px;
  margin-right: 15px;
}
.logo-siar {
  width: 140px;
}
.container-detalle-consulta-dato {
  margin-left: 5%;
  margin-right: 5%;
  padding: 10px 0;
}
.container-select {
  background-color: #e6e6e6;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}
.link-aemet {
  width: 100px;
  height: auto;
}
.operaciones-aemet {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}
.text-operaciones {
  font-size: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  color: #333;
}
.container-operaciones {
  justify-content: flex-start;
  align-items: flex-start;
  height: 75px;
  margin-bottom: 0;
  display: flex;
}
.icon-operacion {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55px;
  height: auto;
  margin-right: 30px;
  display: flex;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 1559px) {
  .container-secc-col {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .container-secc-consulta {
    flex-direction: column;
    align-items: center;
  }
  .breadcrumbs-logos {
    width: auto;
    height: auto;
    margin-top: 0;
  }
/*ESTILO 991 CONSULTA Y EDICION DE DATOS*/
  .container-secc-75, .container-secc-60 {
    width: 100%;
  }
  .container-secc-75.border-right {
    border-right: none;
  }
  .container-secc-25 {
    width: 100%;
  }
  .container-col-consulta {
    flex-direction: column;
    align-items: left;
  }
  .col-4 {
    width: 100%;
    margin-top: 10px;
    padding: 0px;
  }
  .col-2.top-col-privada {
    width: 100%;
    margin-top: 10px;
  }
  .logout {
    width: 100%;
  }
  .content-closed-session {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .w-nav-privada[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav-privada[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
  .w-container {
    max-width: none;
  }
  .container-navbar {
    width: 20%;
  }
  .logout {
    width: 80%;
    flex-direction: column;
    align-items: normal;
  }
  .icon-logout {
    width: 6%;
  }
  .content-closed-session {
    width: 100%;
  }
}
/*ESTILOS POP UP INFORMACION*/
.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}
.contenedor-icon-detalle {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  margin-right: 30px;
  display: flex;
}
.contenedor-icon-detalle-consulta {
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  margin-right: 15px;
  display: flex;
}
.content-popup-detalle {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}
.content-popup-horiz {
  color: #000;
  background-color: #fff;
  border: 2px solid #0d529d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px;
  display: flex;
  top: 20% !important;
}
.icon-efemeride {
  width: 35px;
  margin-right: 10px;
}
.text-popup-detalle {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2rem;
  font-size: 1rem;
}
.titular-popup {
  color: #0d529d;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
}
.content-text-popup-detalle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  font-size: 0.9rem;
  text-align: justify;
}
.content-text-popup-detalle.all-ancho {
  width: 100%;
}
.content-rango {
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}
.content-alerta-alertas {
  flex-flow: row;
  align-items: center;
  width: 100%;
  display: flex;
}
.rango {
  justify-content: flex-start;
  align-items: center;
  margin-right: 25px;
  display: flex;
}
.rango-consulta {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-right: 20px;
}
.rango-alertas {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.icon-rango {
  width: 20px;
  margin-right: 5px;
}
/*ESTILOS POP UP REEMPLAZAR*/
.form-block-detalle {
  width: 100%;
  margin-bottom: 0;
}
.content-popup {
  color: #000;
  background-color: #fff;
  border: 2px solid #0d529d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 560px;
  height: auto;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}
.content-popup-mis-consultas {
  color: #000;
  background-color: #fff;
  border: 2px solid #0d529d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 660px;
  height: auto;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}
.content-popup-consult {
  color: #000;
  background-color: #fff;
  border: 2px solid #0d529d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}
.ui-dialog .ui-dialog-content {
  padding: 20px !important;
}
.ui-widget-content a {
  color: #fff;
}
/*ESTILOS TABLA GESTION DE USUARIOS*/
table.tabla-usuarios td {
  font-size: 0.85rem !important;
  line-height: 0.9rem !important;
  text-align: left;
}
.table.tabla-usuarios th{
  border: none !important;
}
.table.tabla-usuarios tbody {
  background-color: white !important;
}
.bottom {
  display: flex;
  justify-content: space-between;
}
.text-usuario {
  color: #0c0c0c;
}
.btn-descarga {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/*POPUP CONFIRMACION*/
.content-popup-confirmacion {
  color: #000;
  background-color: #fff;
  border: 2px solid #0d529d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 650px;
  height: auto;
  padding: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}
.content-aviso {
  justify-content: left;
  align-items: center;
  width: 100%;
  display: flex;
}
.icono-aviso {
  width: 15%;
  height: 15%;
  margin-bottom: 20px;
  margin-right: 15px;
  overflow: visible;
}
.icono-aviso-alertas {
  width: 10%;
  height: 10%;
  overflow: visible;
}
.text-popup.left {
  text-align: left;
  width: 80%;
}
/*POPUP CONFIRMACION DE LA MODIFICACION*/
.content-popup-modif {
  color: #000;
  background-color: #fff;
  border: 2px solid #0d529d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: auto;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}
/*CONSULTA Y EDICION DE DATOS*/
.text-cell-privada {
  font-family: Source Sans Pro, sans-serif;
  font-size: .9rem;
  line-height: .9rem;
  font-weight: 400;
  padding: 1px 12px 0px 0px;
  display: block;
}
table.table-consulta-datos-privada thead tr th, table.table-consulta-datos-privada thead tr td {
  padding: 5px 0px;
}
table.table-consulta-datos-privada {
  width: 100%;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 0.8rem;
  clear: both;
  border-collapse: separate;
  table-layout: fixed;
}
table.table-consulta-datos-privada td {
  border-bottom: solid 1px rgba(13, 82, 157);
  border-right: solid 1px rgba(13, 82, 157);
  background-color: #f5f5f5;
}

table.table-consulta-datos-privada td.nombre-estacion {
  white-space: nowrap; /* Evita que el texto se rompa */
  text-overflow: ellipsis; /* Muestra puntos suspensivos si el texto es muy largo */
  overflow: hidden; /* Oculta contenido desbordado */
}

table.table-consulta-datos-privada th .dt-column-order {
  display: none !important; /* Oculta los íconos de ordenación */
}

.table-consulta-datos-privada th.fixed-column { /* Estilo para las columnas fijas */
  width: 6.5em;
  min-width: 3em;
  max-width: 9em;
}

.table-consulta-datos-privada th.fixed-column-small { /* Estilo para las columnas pequeñas fijas */
  width: 4em;
  min-width: 3em;
  max-width: 7em;
}

.table-consulta-datos-privada th.editable-column { /* Estilo para las columnas pequeñas fijas */
  white-space: normal;
  width: 5em;
  min-width: 3em;
  max-width: 10em;
}

.table-consulta-datos-privada th.campo-fecha {
  white-space: normal;
  width: 9em;
}

.table-consulta-datos-privada  td.texto-dos-lineas {
    white-space: collapse;
}

/* Ajustar el ancho de las columnas fijas */
.table-consulta-datos-privada th,
.table-consulta-datos-privada td {
  white-space: nowrap; /* Evita que el contenido se divida en varias líneas */
  text-align: center;
}

/* Asegurar que el encabezado fijo no se desajuste */
.table-consulta-datos-privada thead {
  z-index: 2;
}
.left {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-left: 15px;
}
.est-activas {
  width: 100%;
  display: flex;
  justify-content: left;
}
.espacio-bajo {
  margin-bottom: 20px;
}
.col-1-column {
  flex-direction: column;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
.title-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info {
  margin-left: 5px;
  cursor: pointer;
}
.separador td {
  line-height: 0 !important;
  padding: 0 !important;
}
.separador-fino td {
  line-height: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  background-color: #dcdcdc !important;
}
.separador-grueso td {
  height: 7px !important;
  background-color: #dce9f9 !important;
}

/*ESTILOS POP UP PARAMETROS*/
.ui-dialog-buttonset {
  display: flex;
  justify-content: space-between;
  width: 400px;
}
/*ESTILOS GESTION DE ESTACIONES*/
.container-secc-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  height: auto;
}
.content-btn-volver {
  display: flex;
  padding: 10px;
  justify-content: right;
}
.container-col.top {
  justify-content: space-between;
  align-items: flex-start;
}
.box-opcions-auto {
  border: 1px solid #0d529d;
  width: 250px;
  padding: 10px;
  overflow: visible;
  margin-bottom: 5px;
  border-radius: 5px;
}
.box-opcions-form-estaciones {
  border: 1px solid #0d529d;
  width: 280px;
  padding: 5px;
  overflow: visible;
  border-radius: 5px;
}
.box-opcions-auto.ancho-total {
  width: 100%;
}
.box-opcions-325 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border: 1px solid #0d529d;
  width: 250px;
  height: 325px;
  padding: 10px;
  overflow-y: scroll;
  margin-bottom: 5px;
}
.col-1.left {
  padding-top: 15px;
  padding-left: 0;
}
.col-3.left {
  justify-content: flex-start;
  align-items: flex-start;
}
.col-3.left.border-left {
  border-left: 1px solid #000;
}
.col-3-estaciones {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
  height: 631px;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 5px;
  margin-left: 5px;
}
.bloque-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.bloque-row-30 {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.bloque-row-estadisticas {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.bloque-row-estaciones {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #a3a4ad;
  padding: 0px 10px 0px 10px;
}
.bloque-col {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.check-on {
  margin-right: 10px;
}
.formblock-50 {
  width: 45%;
}
.formblock-30 {
  width: 30%;
}
.formblock-50-bottom {
  width: 45%;
  margin-bottom: 10px;
}
.formblock-75 {
  width: 65%;
}
.formblock-25 {
  width: 23%;
}
.formblock-estado {
  width: 30%;
}
.titular5 {
  color: #0d529d;
  margin-top: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1em;
}
.titular6 {
  color: #0d529d;
  margin-top: 0;
  margin-top: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 0px;
}
._2opciones-horiz-privada {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
._2opciones-horiz-privada-bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}
.opciones-horiz-consulta {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
  flex-direction: row;
  border: #a3a4ad 2px solid;
  padding: 10px 10px 0px 10px;
  margin-bottom: 18px;
  border-radius: 5px;
}
.opciones-horiz-consulta-hora {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
  flex-direction: row;
  border: #a3a4ad 2px solid;
  padding: 10px 10px 0px 10px;
  border-radius: 5px;
}
.opciones-vert-consulta {
  justify-content: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: #a3a4ad 2px solid;
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.opciones-vert-consulta-lagunas {
  justify-content: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: #a3a4ad 2px solid;
  padding: 10px 10px 0px 10px;
  border-radius: 5px;
}
._2opciones-horiz-privada.espaciado, ._2opciones-horiz-privada-bottom.espaciado {
  justify-content: space-between;
}
.text-field-privada {
  color: #000;
  background-color: #fff;
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
  padding: 2px 8px;
  height: 28px;
}
.text-field-privada-estaciones {
  color: #000;
  background-color: #fff;
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 0;
  padding: 2px 8px;
  height: 28px;
}
.text-field-date-informes {
  display: block;
  font-size: 0.9rem;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 150px;
  margin-bottom: 0;
  padding: 2px 8px;
  height: 40px;
}
.text-campo {
  color: #000;
  width: 100%;
  margin-bottom: 0;
}
.inputEdicion {
  color: #000;
}
/*ESTILOS POP UP ACEPTACION DE CAMBIOS PRIVADA*/
.ui-dialog-buttonset {
  background-color: #0D529D !important;
  color: white !important;
}
/*ESTILOS TABLAS CONSULTA DATOS PRIVADA*/
.table.dataTable>tbody>tr>.selected {
  color: #0c0c0c !important;
}
/*ESTILOS NAVEGADOR DE PRIVADA EN MOVIL*/
@media screen and (max-width: 767px) {
  .navbar-gestsiar {
    flex-direction: column;
    height: auto;
    width: 320px;
  }
  .navlink-gestsiar {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 40px;
    align-content: baseline;
  }
  .btn-icono {
    width: 25%;
  }
  .contenedor-menu {
    align-items: flex-start;
  }
  .btn-texto {
    text-align: left;
  }
  .icon-alert {
    max-width: 50%;
  }
  .content-titulo-alerta {
    width: 100% !important;
  }
  .container-col-estaciones-privada, .formulario-estaciones {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .icon-alert {
    max-width: 100%;
  }
  .results-alertas {
    width: 100%;
  }
  .arrow {
    width: 4%;
  }
  .box-opcions-255, .box-opcions-255-consulta {
    width: 290px;
  }
  .content-text-btn-privada {
    width: 75%;
  }
  .btn-texto {
    text-align: left;
  }
  .header-login {
    flex-direction: column;
    justify-content: center;
  }
  .brands-right {
    justify-content: center;
    width: 250px;
  }
  .col-2 {
    width: 100%;
    flex-direction: column;
  }
  .btn-privada {
    margin-top: 10px;
  }
  .formblock-50 {
    width: 100%;
  }
  .formblock-25 {
    width: 50%;
  }
  .txtCoordenadas {
    width: 80% !important;
  }
}
.nombre-estacion {
  font-size: 0.8rem;
}
.table.table-consulta-datos-privada {
  padding: 8px 5px !important;
}
/*ESTILOS GESTION DE ALERTAS*/
.container-secc-alertas {
  flex-flow: column;
  justify-content: left;
  display: flex;
  height: auto;
  width: 100%;
}
.select-field-alertas {
  color: #000;
  background-color: #fff;
  border: 1px solid #0D529D;
  border-radius: 5px;
  width: 200px;
  margin-bottom: 0;
  height: 26px;
  padding: 2px 5px;
  font-size: 0.9rem;
  margin-right: 15px;
}
.select-field-automatizacion {
  color: #000;
  background-color: #fff;
  border: 1px solid #0D529D;
  border-radius: 5px;
  width: auto;
  margin-bottom: 0;
  margin-top: 5px;
  height: 33px;
  padding: 5px 8px;
}
.text-field-alertas {
  width: 210px;
  border: 1px solid #0D529D;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 0px !important;
}
.container-2col-colum {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
}
.box-opcions-alertas {
  overflow: hidden;
}
.alertas {
  width: 50%;
  height: auto;
}
.campos-obligatorios-privada {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 300;
  width: 100%;
  margin-bottom: 10px;
}
/*ESTILOS GESTIONAR TOKEN*/
.col-4-perfil {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.select-field-perfil {
  color: #000;
  background-color: #fff;
  border: 1px solid #0D529D;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 33px;
  padding: 5px 8px;
}
.text-field-perfil {
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
}
.container-col-perfil {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
}
.form-token {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.text-field-token {
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
}
.p-token {
  color: #000;
  margin-bottom: 30px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.recuperacion {
  color: #000;
  margin-bottom: 0px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 500;
  margin-top: 10px;
}
.recuperacion-link {
  margin-top: 10px;
  color: #0D529D;
  margin-bottom: 0px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
}
.container-col-token {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
}
.col-4-token {
  width: 25%;
}
.alin-center{
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .col-4-perfil {
    width: 100%;
  }
  .select-field-perfil {
    width: 50%;
  }
  .content-btn, .content-btn-usuario {
    width: 100%;
    margin-bottom: 20px;
  }
  .content-btn-gestsiar {
    flex-flow: column;
  }
  .text-field-perfil {
    width: 50%;
  }
  .container-col-perfil {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .text-field-token {
    width: 100%;
  }
  .col-4-token {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .select-field-perfil, .text-field-perfil, .text-field-token {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .content-btn-gestsiar {
    flex-flow: row;
  }
  .col-4-token {
    width: 100%;
  }
}
.content-result-token {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.content-token {
  width: 100%;
}
.box-token {
  width: 100%;
  border: 1px solid #0D529D;
  border-radius: 5px;
  padding: 8px 12px;
  height: 100px;
  font-size: 0.9rem;
  overflow-y: auto;
}

/*EJECUCION DE ALERTAS MANUAL*/
.container-secc-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 0;
  display: flex;
}
.container-titular {
  width: 100%;
}
.content-popup-alertas {
  color: #000;
  background-color: #fff;
  border: 2px solid #0d529d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
  border-radius: 5px;
}
.content-cerrar {
  width: 100%;
  justify-content: right;
  margin-bottom: 5px;
}
.content-text-btn-privada {
  width: 100%;
  padding-bottom: 5px !important;
}
@media screen and (max-width: 991px) {
  .content-text-btn-privada {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-text-btn-privada {
    width: 349px;
  }
  .navlink-gestsiar {
    margin-bottom: 15px;
  }
  .content-popup-alertas {
    width: 400px;
    height: auto;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .content-popup-login {
    width: 80%;
  }
  .content-popup-alertas {
    width: 300px;
  }
}
/*ESTILO GESTION ALERTA*/
.content-titulo-alerta {
  background-color: #0D529D;
  padding: 8px;
  color: white;
  display: flex;
  flex-direction: row;
  width: 957px;
  justify-content: space-between;
  align-items: center;
}
.titulo-alertas {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.tablaContainerAlertas {
  margin-bottom: 20px;
  width: 957px;
  border-radius: 5px;
  border: #0D529D 2px solid;
  overflow-x: hidden !important;
}
.tablaAlertas {
  width: 100%;
  height: 200px;
  max-width: 957px;
  font-size: 0.85rem;
  display: block;
  overflow-y: auto; /* Agrega scroll vertical */
  border-collapse: collapse;
}
.tablaAlertasExpandida {
  height: 500px; /* Altura expandida */
}
.tablaAlertas thead {
  position: sticky;
  top: 0;
  background-color: #00b2e3;
  z-index: 10;
}
.tablaAlertas th, .tablaAlertas td {
  padding: 5px 8px !important;
  font-size: 0.85rem;
}
.tablaAlertas td {
  border-bottom: none !important;
  border-top: none !important;
}
.head-tabla-alertas {
  height: 30px;
  background-color: #badff9;
}
.DivCeldaAlerta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:left;
  width: 750px;
}
.ImgCeldaAlerta {
  width: 25px !important;
  height: 25px !important;
  margin-right: 10px;
}
.imgCabeceraAlerta {
  width: 13px !important;
  height: 13px !important;
}
.imgCabeceraRevisada {
  width: 20px !important;
  height: 20px !important;
}
.fixed-column {
  color: #0c0c0c;
}
.margin-bottom {
  margin-bottom: 50px;
}
.CabeceraAlerta {
  background-color: #f4f4f4;
  cursor: pointer;
}
.FilaAlertaAgrupada {
  background-color: #ffffff;
  font-style: italic;
}
.imgCabeceraAlerta, .imgCabeceraRevisada {
  width: 16px;
  height: 16px;
}
.ImgExtandirTabla {
  width: 16px;
  height: 16px;
}
.fila-vacia {
  background-color: #f5f5f5; /* Color gris claro */
  font-size: 0.8rem !important;
  line-height: 0.8rem !important;
  text-align: center;
  color: #000;
}
/* ESTILOS INCORPORACION DE DATOS*/
.box-dat {
    border: 1px solid #000;
    border-top-color: #0d529d;
    border-radius: 5px;
    width: 50%;
    height: 120px;
    padding-left: 10px;
    overflow: visible;
}
.info-dat {
    color: #000;
    border-top-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    display: flex;
}
.btn-dat {
    color: #0d529d;
    background-color: #fff;
    border: 1px solid #0d529d;
    margin-right: 20px;
    padding: 8px 15px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 0.9rem;
}
.btn-dat:hover {
    color: #fff;
    background-color: #0d529d;
}
.btn-dat:focus-visible {
    outline-offset: 5px;
    outline: 2px solid #000;
}
.btn-dat[data-wf-focus-visible] {
    outline-offset: 5px;
    outline: 2px solid #000;
}
.text-dat {
    color: #000;
    border-top-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    justify-content: flex-start;
    align-items: center;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    display: flex;
}
.container-col.aling-dat {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.container-secc-dat {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
@media screen and (max-width: 991px) {
    .col, .box-dat {
        width: 100%;
    }
    .container-secc-dat {
        margin-left: 0%;
        margin-right: 0%;
    }
}
@media screen and (max-width: 480px) {
    .box-dat {
        width: 100%;
    }
    .info-dat {
        text-align: left;
    }
    .info-sobre-dat {
        text-align: left;
        margin-top: 20px;
    }
    .container-col.aling-dat {
        flex-flow: column;
    }
}

table.table-consulta-datos-privada td {
  padding: 2px 2px !important;
}
.table-consulta-datos-privada th.dt-ordering-asc {
  align-items: center !important;
  text-align: center !important;
}
/*ESTILOS COORDENADAS*/
.txtCoordenadas {
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 50%;
  display: inline-block;
  background-color: white;
}
.txtCoordenadasCoord {
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 95%;
  display: inline-block;
  background-color: white;
}
.estiloInputCoordenadas
{
  border: none;
  outline: none;
  /*width: 13px;*/
  width: 20%;
  text-align: center;
  margin-top: 0px;
}
.segundosCoordenadas {
  border: none;
  outline: none;
  width: 25%;
  text-align: center;
  margin-top: 0px;
}
.letraCoordenadas {
  border: none;
  outline: none;
  width: 10%;
  text-align: center;
  margin-top: 0px;
}
.datos-geo {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.longitud {
  margin-left: 10px;
}
.contenedor-icons-alertas-tabla {
  display: flex;
  justify-content: flex-start;
}
/*AUTOMATIZACION*/
.box-opcions-automatizacion {
  border: 1px solid #0d529d;
  border-top-color: #0d529d;
  width: 420px;
  height: 205px;
  padding: 10px;
  overflow: visible;
  overflow-y: scroll;
}
.select-field-cond-variables {
  color: #000;
  background-color: #fff;
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 60px;
  margin-bottom: 0;
  margin-right: 15px;
  height: 33px;
}
.box-opcions-cond-varibales {
  border: 1px solid #0d529d;
  border-top-color: #0d529d;
  border-radius: 5px;
  width: 65px;
  height: 33px;
  margin-right: 20px;
  padding: 5px 8px;
  overflow: visible;
  margin-bottom: 0px;
}
.box-opcions-intervalos {
  border: 1px solid #0d529d;
  border-top-color: #0d529d;
  width: 151px;
  height: 89px;
  padding: 10px;
  overflow: visible;
}
.radio-automatizacion {
  color: #000;
  font-size: .9rem;
}
.image-plus {
  width: 20px;
}
.container-secc-33 {
  width: 33%;
  padding-left: 0;
  padding-right: 0;
}
.container-secc-15 {
  width: 15%;
  padding-left: 0;
  padding-right: 0;
}
.container-secc-20 {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}
.container-secc-25 {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}
.container-secc-30 {
  width: 29%;
  padding-left: 0;
  padding-right: 0;
}
.box-opcions-auto210 {
  border: 1px solid #0d529d;
  border-top-color: #0d529d;
  border-radius: 5px;
  width: 210px;
  height: 205px;
  padding: 10px;
  overflow: visible;
}
.container-col-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
}
.form-block-automatizacion {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .col, .container-secc-75, .container-secc-60 {
    width: 100%;
  }
  .box-opcions-automatizacion {
    width: 350px;
  }
  .col-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .container-col.top-privada, .container-secc-col, .container-secc-consulta {
    flex-flow: column;
  }
  .container-secc-33 {
    width: 100%;
  }
  ..container-secc-15, .container-secc-20, .container-secc-25, .container-secc-30 {
    width: 100%;
  }
  .content-btn-gestsiar {
    flex-flow: row;
  }
  .select-field-alertas {
    width: 350px;
  }
}

@media screen and (max-width: 479px) {
  .col.center {
    margin-bottom: 15px;
  }
  .box-opcions-automatizacion {
    width: 270px;
  }
  .content-btn-gestsiar {
    flex-flow: column;
  }
  .select-field-alertas {
    width: 250px;
  }
}
.dt-column-title {
  color: #0D529D;
}
.dt-orderable-none, .fixed-column-small, .dt-ordering-asc {
  padding-right: 0px !important;
}
/*ESTILOS TABLA AUTOMATIZACION*/
.ImgCeldaAutomatizacion {
  width: 15px !important;
  height: 15px !important;
}
.columna-estado{
  align-items: center;
  align-content: center;
}
.columna-estado, .columna-estacion {
  width: 120px !important;
  padding: 10px 0px 10px 0px !important;
}
.columna-datos {
  justify-content: space-around;
}
.DivCeldaAutom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 120px;
}
.DivCeldaDatoAutom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  width: 100%;
}
.TextoCeldaDatos {
  text-align: left;
  width: 55%;
  margin-right: 20px;
}
.btn-autom {
  margin-right: 10px;
  width: 100px;
  text-align: left;
}
.dt-scroll-body {
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .columna-estado, .columna-estacion {
    width: 60px !important;
    padding: 5px 0px 5px 0px !important;
  }
  table.tabla-usuarios td {
    font-size: 0.65rem !important;
    line-height: 0.65rem !important;
  }
}
/*ESTILO BOTONES EN TABLAS*/
.btn-tabla {
  color: #0D529D;
  background-color: transparent;
  font-size: 0.9rem;
  line-height: 0.9rem;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}
/*FIN ESTILO BOTONES EN TABLA*/
/*CAMBIOS ESTILOS PARA DISEÑO PRIVADA*/
.col-2-consulta {
  width: 40%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
}
.btn-icon-consulta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.content-text-btn-icon-consult {
  width: 100%;
  padding-bottom: 5px;
}
.text-btn-consult {
  color: #0D529D;
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
  text-decoration: none;
}
.icons-btn {
  width: 15%;
}
.col-6 {
  width: 15%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6-usuario {
  width: 200px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-6-btn {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.content-options-alert {
  justify-content: left;
  align-items: center;
  width: 80%;
  line-height: .9rem;
  display: flex;
}
.radiobutton-privada {
  font-weight: 700;
}
/*ESTILO CABECERA PRIVADA*/
.cabecera-privado {
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 5%;
  display: flex;
}
.ministerio-lineal-privado {
  width: 50%;
}
.siar-lineal-privado {
  width: 20%;
}
.logos-footer-privado {
  justify-content: left;
  display: flex;
}
.content-logos-footer-privado {
  width: 50%;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .siar-lineal-privado {
    width: 15%;
  }
  .content-logos-footer-privado {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cabecera-privado {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .ministerio-lineal-privado {
    width: 100%;
    margin-bottom: 10px;
  }
  .siar-lineal-privado {
    width: 50%;
  }
  .logos-footer-privado {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*ESTILOS INFORMES*/
.submenu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}
.submenu-informes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  display: flex;
}
.submenu-privada {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 130px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}
.navlink-submenu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 14%;
  margin: 5px 50px 5px 0;
  padding: 5px;
  display: flex;
}
.navlink-submenu:hover {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}
.navlink-submenu:focus-visible, .navlink-submenu[data-wf-focus-visible] {
  outline-offset: 5px;
  outline: 2px solid #000;
}
.icons-navbar {
  width: 25%;
  margin-bottom: 10px;
}
.nav-link-submenu {
  color: #0d529d;
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2rem;
}
.nav-link-submenu:hover {
  color: #fff;
  background-color: #0d529d;
}
.nav-link-submenu-selected {
  color: #fff;
  background-color: #0d529d;
}
.campos-obligatorios-privada {
  color: #000;
  width: 100%;
  margin-bottom: 15px;
  font-size: .9rem;
  font-weight: 300;
  line-height: .9rem;
}
.contenedor-informes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}
.content-autom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}
.container-secc-informes {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.content-btn-informes {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}
.content-btn-left {
  flex-flow: row;
  justify-content: left;
  width: 100%;
  margin-top: 15px;
  display: flex;
}
.lista-datos-informes {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}
.col1-informes {
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.col2-informes {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-left: 20px;
  display: flex;
}
.col2-estadisticas-informes {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}
.opcion-horiz-privada {
  width: 45%;
}
.formblock-50 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .submenu-privada {
    flex-flow: column;
    height: auto;
  }
  .navlink-submenu {
    flex-flow: row;
    width: 100%;
    margin-bottom: 0;
  }
  .icons-navbar {
    width: 6%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .nav-link-submenu {
    text-align: left;
    margin-bottom: 0;
  }
  .opcion-horiz-privada {
    width: 100%;
  }
  .col2-informes, .col2-estadisticas-informes {
    width: 100%;
    padding-left: 0;
  }
  .col1-informes {
    width: 100%;
    padding-right: 0;
  }
  .container-secc-informes {
    flex-flow: column;
    margin-bottom: 0;
  }
  .content-btn-informes {
    flex-flow: row;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .icons-navbar {
    width: 8%;
    margin-right: 5px;
  }
}

@media screen and (max-width: 480px) {
  .icons-navbar {
    width: 12%;
  }
  .nav-link-submenu {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .content-btn-informes {
    flex-flow: column;
  }
}
/*ESTILOS MIS CONSULTAS*/
.container-secc-consultas {
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 0;
}
.container-col-consultas {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  line-height: .9rem;
  display: flex;
}
.col-3-consultas {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: auto;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
.col-3-consultas.borde-lateral-consultas {
  border-right: 1px solid #000;
}
.content-btn {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}
.content-btn-usuario {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}
.content-btn-misconsultas {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-list-consulta {
  border-top: 1px solid #0d529d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}
.content-name {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}
.close-list {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.name-consult {
  color: #000;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}
.content-btn-actions {
  border-bottom: 1px solid #0d529d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 11px;
  padding-bottom: 10px;
  display: flex;
}
.btn-actions {
  color: #0d529d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0d529d;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: .8rem;
  font-weight: bold;
  line-height: .8rem;
  display: block;
}
.btn-actions:hover {
  color: #fff;
  background-color: #0d529d;
}
.btn-actions:focus-visible, .btn-actions[data-wf-focus-visible] {
  outline-offset: 5px;
  outline: 2px solid #000;
}
.content-nane-autorizacion {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.red-text-consult {
  color: #df0909;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: .9rem;
}
.content-btn-actions-center {
  border-bottom: 1px solid #0d529d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  display: flex;
}
.inactivo-actions {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
  padding: 12px 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1rem;
}
@media screen and (max-width: 991px) {
  .container-col-consultas {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .col-3-consultas {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .col-3-consultas.borde-lateral-consultas {
    text-align: left;
    border-bottom: 1px solid #000;
    border-right-style: none;
    justify-content: center;
    align-items: center;
  }
  .content-list-consulta {
    flex-flow: row;
    margin-top: 10px;
  }
  .content-btn-actions {
    border-bottom-style: none;
    flex-flow: row;
  }
  .content-nane-autorizacion {
    width: 80%;
  }
  .content-btn-actions-center {
    border-bottom-style: none;
    border-bottom-width: 1px;
    flex-flow: row;
  }
}
@media screen and (max-width: 767px) {
  .content-btn-actions, .content-btn-actions-center {
    flex-flow: row;
  }
  .btn-actions {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .content-list-consulta {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .content-name {
    margin-bottom: 10px;
  }
  .content-btn-actions, .content-btn-gestsiar, .content-btn-actions-center {
    flex-flow: column;
  }
  .content-nane-autorizacion {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*ESTILOS CONSULTA GRAFICOS*/
.container-detalle-graphic {
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 0;
}
.cabecera-graphic {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}
.content-logos-graphic {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}
.logo-ministerio {
  width: 30%;
}
.logo-siar-cabecera {
  width: 16%;
  margin-left: 10px;
}
.content-gris-detalle-graphic {
  background-color: #e6e6e6;
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
}
.bullet-privada {
  background-image: url('../images/bullet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4px;
  height: 4px;
  margin-top: 7px;
  margin-right: 5px;
}
.filtros-graphic {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}
.col-4-graphic {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.box-opcions-datos-graphic {
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 355px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  overflow: visible;
}
.radio-button-graphic {
  margin-bottom: 0;
}
.radio-text-graphic {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: .9rem;
  line-height: .9rem;
}
.content-fechas-graphic {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  display: flex;
}
.box-opcions-fechas-graphic {
  border: 1px solid #0d529d;
  border-radius: 5px;
  flex-flow: row;
  justify-content: left;
  align-items: flex-start;
  width: 355px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
}
.checkbox-graphic {
  margin-top: 4px;
  margin-left: -20px;
}
.content-azul-graphic {
  color: #fff;
  background-color: #0d529d;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: .9rem;
  line-height: .9rem;
  display: flex;
}
.form-date-graphic {
  width: 40%;
  margin-bottom: 0;
  margin-right: 10px;
}
.icon-siguiente {
  background-image: url('../images/privado/consultaEdicionDatos/siguiente.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
.icon-anterior {
  background-image: url('../images/privado/consultaEdicionDatos/anterior.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
.fechas-graphic {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.text-fechas-graphic {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
}
.text-field-detalle-graphic {
  display: block;
  height: 30px;
  font-size: 0.85rem !important;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 110px;
  margin-bottom: 0;
  padding: 0px 6px;
}
.box-opcions-graphic {
  border: 1px solid #0d529d;
  border-radius: 5px;
  width: 355px;
  height: auto;
  overflow-y: auto;
  padding-top: 5px;
  padding-left: 10px;
}
.w-radio-graphic {
  display: block;
  margin-bottom: 5px;
}
.w-form-label-graphic {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 0.9rem;
  color: #0c0c0c;
}
.w-form-label-graphic-bold {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 0.9rem;
  color: #0c0c0c;
  font-weight: 700;
}
.content-btn-graphic {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.checkbox-field-graphic {
  margin-bottom: 5px;
  padding-left: 0px !important;
}
.content-azul-fechas-graphic {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: flex;
}
.col-1-graphic {
  flex-flow: column;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
.content-graphic-detalle {
  width: 100%;
  height: 600px;
}
.btn-blanco {
  color: #0d529d;
  background-color: #fff;
  border: 1px solid #0d529d;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
  font-weight: 700;
  line-height: .9rem;
}
.image-7 {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .content-logos-graphic {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .filtros-graphic, .content-gris-detalle-graphic {
    flex-flow: column;
  }
  .col-4-graphic {
    width: 100%;
    margin-bottom: 20px;
  }
  .text-field-detalle-graphic {
    width: 50%;
  }
  .cabecera-graphic {
    flex-flow: column;
  }
}
@media screen and (max-width: 480px) {
  .text-field-detalle-graphic {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .col-4-graphic {
    width: 100%;
  }
  .content-btn-graphic {
    flex-flow: column;
  }
}
/*ESTILOS CALCULADORA*/
.content-popup-calculadora {
  color: #000;
  background-color: #fff;
  border: 2px solid #0d529d;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: auto;
  padding: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}
.content-operaciones {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}
.operacion {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}
.form-calculadora {
  margin-bottom: 0;
}
.result-calculadora {
  border: 2px solid #00b2e4;
  height: 35px;
  margin-bottom: 0;
  padding: 3px 8px;
}
.content-btn-solicitud-informes {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.text-field-informes {
  color: #0c0c0c;
  background-color: white;
  border: #0D529D solid 1px;
  border-radius: 5px;
  width: 260px;
  display: block;
  height: 40px;
  padding: 2px 8px;
  font-size: 0.9rem;
  vertical-align: middle;
}
.text-field-fechas-autom {
  color: #0c0c0c;
  background-color: white;
  border: #0D529D solid 1px;
  border-radius: 5px;
  width: 125px;
  display: block;
  height: 40px;
  padding: 2px 8px;
  font-size: 0.9rem;
  vertical-align: middle;
}
.formblock-informes {
  width: 55%;
  margin-bottom: 10px;
}
.col-solicitud-informes {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.container-secc-informes-col {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.bloque-options-consultas {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.box-btn-consultas {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .col-solicitud-informes {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .formblock-informes {
    width: 100%;
  }
  .bloque-options-consultas {
    flex-direction: column;
    align-items: center;
  }
}
/*ESTILOS MODULO IMAGENES ESTACIONES*/
.content-img-estaciones {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  padding: 10px;
  border: 2px solid #a3a4ad;
  border-radius: 5px;
}
.col-img-estaciones {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-right: 10px;
  display: flex;
}
.img-principal {
  border: 3px solid #0d529d;
  height: 189px;
  width: 189px;
}
.img-vistas {
  height: 56px;
  width: 65px;
  margin-bottom: 10px;
  border: 1px solid #0d529d;
}
.content-btn-img-estaciones {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .col-img-estaciones {
    width: 100%;
    padding-right: 0;
  }
}
/*ESTILOS NUEVOS COLUMNA ALERTAS*/
.container-row-alertas {
  justify-content: left;
  align-items: flex-end;
  width: 100%;
  line-height: .9rem;
  display: flex;
  flex-direction: column;
  margin-top: 9px;
}
.contenedor-total-alertas {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.col-alertas {
  width: 100%;
}
.col-alertas-icon {
  width: 50%;
}
/*ESTILOS AUTORIZACIONES MIS CONSULTAS*/
.content-autorizaciones {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-content: flex-start;
}
.container-row-autorizaciones {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.col-autorizaciones {
  width: 15%;
}
.textfield-autorizaciones {
  display: block;
  width: 175px;
  height: 33px;
  padding: 5px 8px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: white;
  border-radius: 5px;
  border: #0D529D 1px solid;
  margin-top: 5px;

}
.results-autorizaciones {
  width: 75%;
}
.content-btn-autorizaciones {
  display: flex;
  justify-content: left;
  margin-top: 15px;
}
/*ESTILOS MIS CONSULTAS*/
.btn-mis-consultas {
  color: #0D529D;
  text-decoration: underline;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 600;
}
.form-group-consult-mis-consultas {
  margin-right: 10px;
}
/*ESTILOS BREADCRUMBS PRIVADA*/
.contenedor-breadcrumbs-privada {
  color: #0c0c0c;
  display: flex;
  flex-direction: row;
}
/*QUITAR LINEA FINAL DE TABLAS */
div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 0px #fff solid;
}

.titular-tipo-dato-privada {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.content-azul-tipoDato-graphic {
  align-content: center;
}
.legend-marker {
  display: inline-block;
  padding: 0 12px 0 12px !important;
}
.legend_div_privada {
  font-family: Arial;
  font-size: 0.9rem;
  color: #000000;
  width: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.legend-marker-color-line {
  display: inline-block;
  height: 3px;
  width: 20px;
}
.legend-marker-color-bar {
  display: inline-block;
  height: 3px;
  width: 15px;
  margin-bottom: 3px;
}
.legend-marker-color-box {
  display: inline-block;
  height: 15px;
  width: 15px;
}
.fila {
  flex-direction: row;
}
.box-grey-row {
  display: flex;
  flex-direction: row;
  border: #a3a4ad 2px solid;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  align-items: center;
}
.box-col {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  width: 100%;
}
.box-col-options {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
.box-col-options-alertas {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  width: 100%;
}
.box-row {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
  width: 100%;
  padding: 10px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.error-graphic {
  color: red;
  font-size: 1rem;
  list-style-type: none;
}
.formula {
  width: 80px;
}
.campo-corto {
  width: 65%;
}
.campo-coordenada {
  width: 100px;
}
.container-col-dat {
  width: 60%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.icon-dat {
  margin-right: 20px;
  width: 5%;
}
.campo-usuario {
  display: block;
  width: 150px;
  height: 33px;
  padding: 5px 8px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 0.9rem !important;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #0D529D;
  border-radius: 5px;
}
.container-secc-detalle-autorizaciones {
  margin-left: 5%;
  margin-right: 5%;
  width: 50%;
}
.titular-autorizaciones {
  color: #0d529d;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2rem;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .container-secc-detalle-autorizaciones {
    width: 100%;
  }
  .nav-link {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
    padding: 10px !important;
  }
  .dropdown-toggle-menu {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
    padding: 10px 40px 10px 10px !important;
  }
  .container-navbar {
    margin-left: 2%;
    margin-right: 0px;
    width: 70%;
  }
  .navbar {
   align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .box-opcions-255-consulta {
    width: 100%;
  }
  .col-2-consulta {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
  }
}
.box-resumen {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 25px;
}
.mas-separacion {
  padding-left: 50px;
}
.mas-separacion-filtro {
  padding-left: 100px;
}
.contenedor-popup-mapa {
  width: 620px !important;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 2px 1px 4px 2px rgba(0, 0, 0, .3);
}
div.dt-container.dt-empty-footer .dt-scroll-body tbody>tr:last-child>* {
  border-bottom: 1px solid rgba(0, 0, 0, 3);
}
.texto-dos-lineas {
  white-space: normal;
}
.ancho-content-mapa {
  width: 620px !important;
}
.icono-info {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -2px !important;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  z-index: 50;
}