/**********************************************/
/*                  MOBILE                    */
/**********************************************/
@media only screen and (max-width: 1280px) {

  html,
  body {
    margin: 0;
    /* height: 100%; */
  }


  .visible-desktop {
    display: none;
  }

  .visible-mobile {
    display: block;
    width: 100%;
  }

  .visible-phone {
    display: block;
  }

  .sep {
    width: 2%;
  }

  .header-panel {
    width: 100%;
    position: fixed;
    z-index: 100;
    height: 6vh;
  } 

  .header-table-mobile {

    width: 100%;
    margin: 0 0;
    margin-top: 0;
  }

  .header-table {
    height: 50px;
    width: 100%;
    margin: 0 0;
    margin-top: 0;
    background-color: #f7A800
  }

  .header-logo {
    height: 4vh;
    padding-left: 0;
    text-align: left
  }

  .footer-panel {
    background-color: #C4C4C4;
    height: 5vh;
    width: 100%;
    font-family: Roboto;
    color: white;
    position: fixed;
    bottom: 0;
    padding-top: 1vh;
    z-index: 1000;
  }

  .footer-table {
    height: 100%;
    margin: 0 auto;
    width: 100%;
  }

  .footer-logo {
    height: 3vh;
    float: left;
    /*margin-left: 4vh;*/
  }

  .footer-img {
    width: 4vh;
  }

  .footer-margin-right {
    width: 4vh;
  }

  .footer-contact-info{
    height: 3vh;
    float: left;
  }

  .footer-mail-contact{
    height: 3vh;
    float: left;   
  }

  #numAlertas-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 35%;
    text-align: center;    
    font-weight: bold;
  }

  #numMensajes-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 70%;
    text-align: center;    
    font-weight: bold;
  }


  .inputtext {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #808080;
    color: #808080;
  }

  .title {
    position: relative;
    font-family: Montserrat;
    font-weight: 300;
    text-align: center;
    font-size: 120%;
  }

  .label {
    /*border-bottom: 1px solid #808080;*/
    color: #808080;
    width: 100%;
  }

  .inputselect {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #808080;
    color: #808080;
    padding-bottom: 0.6vh;
    background: #ffffff;
  }

  input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }

  input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }

  .borderOrange {
    border-top: 0.15vh solid #fcb843;
    width: 1.5vh;
    margin: 0.5vh auto;
  }

  .text {
    text-decoration: none;
    background-color: #ffffff;
    border: 0;
    width: 90%;
    padding-left: 10%;
    height: 3vh;
  }

  #toggle {
    display: none;
    position: relative;
    background-color: #ccc !important;
    padding-top: 2vh;
    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;
  }

  #test {
    background-color: #ccc;
    /* height: 3vh; */
    position: relative;
    text-align: center;
    padding-top: 1.2vh;
    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;
    width: 100%;
    padding-bottom: 1.2vh;
  }


  .show {
    display: block !important;
    /*-webkit-animation: slide-up .3s ease-out;
      -moz-animation: slide-up .3s ease-out;*/
  }

  .hide {
    display: block !important;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
  }

  .hideTotal {
    display: none !important;
  }

  @-webkit-keyframes slide-up {

    /*100% { opacity: 1; -webkit-transform: translateY(0%); }   */
    0% {
      opacity: 1;
      -webkit-transform: translateY(100%);
    }
  }

  @-moz-keyframes slide-up {

    /*100% { opacity: 1; -moz-transform: translateY(100%); }   */
    0% {
      opacity: 1;
      -moz-transform: translateY(100%);
    }
  }

  @-webkit-keyframes slide-down {

    /*0% { opacity: 1; -webkit-transform: translateY(-100%); }   */
    100% {
      opacity: 1;
      -webkit-transform: translateY(100%);
    }
  }

  @-moz-keyframes slide-down {
    /*0% { opacity: 1; -moz-transform: translateY(-100%); }   
          100% { opacity: 0; -moz-transform: translateY(0%); }*/
  }

  .itemlegendAlarm {
    height: 4vh;
    width: 20%;
    text-align: center;
  }


  .headerHomeMenu {
    height: 6.8% !important;
  }
}

@media only screen and (min-height: 550px) {
  .mobileLoginTable{
    height: 100vw;
  }
}
/******************************************/
/*             Mobiles pequeños           */ 
/******************************************/
@media only screen and (max-height: 550px) {
  #headerApp{
    height: 8vh;
  }

  .mobileLoginInput{
    height: 12vw !important;
  }

  .mobileLoginInputColumn{
    padding-bottom: 5vw !important;
  }
  .mobileLoginImage{
    height: 10vh !important;
  }
  .mobileLoginseparator{
    margin-block: 1vw !important;
  }

  .legendLSEMMobile{
    bottom:7vh !important;
    height: 12vh !important;
    z-index: 10;
  }
  .legendSTORMMobile{
    bottom:8.5vh !important;
    height: 12vh !important;
    z-index: 10;
  }
  .legendATLMobile{
    bottom:9vh !important;
    height: 15vh !important;
    z-index: 10;
  }
  .legendSUPERVISORMobile{
    bottom:7vh !important;
    height: 13vh !important;
    z-index: 10;
  }
  .mobileSectionAlerts{
    padding-top:2vh !important;    
  }
  
  #numAlertas-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 38%;
    text-align: center;    
    font-weight: bold;
  }

  #numMensajes-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 72%;
    text-align: center;    
    font-weight: bold;
  }

}


@media only screen and (min-height: 450px) and (max-height: 650px) {
  #headerApp{
    height: 8vh;
  }

  .mobileSectionAlerts{
    padding-top:2vh !important; 
  }
  .legendLSEMMobile{
    bottom:7vh !important;
    height: 14vh !important;
    z-index: 10;
  }
  .legendATLMobile{
    bottom:9vh !important;
    height: 12vh !important;
    z-index: 10;
  }
  .legendSUPERVISORMobile{
    bottom:7vh !important;
    height: 8vh !important;
    z-index: 10;
  }
  .legendSTORMMobile{
    bottom:6vh !important;
    height: 12vh !important;
    z-index: 10;
  }
  .legendDATMobile{
    bottom:7vh !important;
    height: 10vh !important;
    z-index: 10;
  }
  #numAlertas-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 50%;
    text-align: center;    
    font-weight: bold;
  }

  #numMensajes-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 72%;
    text-align: center;    
    font-weight: bold;
  }
}

@media only screen and (min-height: 651px) and (max-height: 750px) {
  #headerApp{
    height: 6vh;
  }
  .mobileSectionAlerts{
    padding-top:2vh !important;   
  }
  .legendLSEMMobile{
    bottom:2vh !important;
    height: 14vh !important;
    z-index: 10;
  }
  .legendATLMobile{
    bottom:5vh !important;
    height: 12vh !important;
    z-index: 10;
  }
  .legendSUPERVISORMobile{
    bottom:6vh !important;
    height: 7vh !important;
    z-index: 10;
  }

  .legendDATMobile{
    bottom:3vh !important;
    height: 10vh !important;
    z-index: 10;
  }
  .legendSTORMMobile{
    bottom:5vh !important;
    height: 12vh !important;
    z-index: 10;
  }
  #numAlertas-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 45%;
    text-align: center;    
    font-weight: bold;
  }

  #numMensajes-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 65%;
    text-align: center;    
    font-weight: bold;
  }
}
@media only screen and (min-height: 751px) and (max-height: 850px) {
  #headerApp{
    height: 6vh;
  }
  .mobileSectionAlerts{
    padding-top:2vh !important;
  }
  .legendLSEMMobile{
    bottom:2vh !important;
    height: 12vh !important;
    z-index: 10;
  }
  .legendATLMobile{
    bottom:6vh !important;
    height: 8vh !important;
    z-index: 10;
  }
  .legendSUPERVISORMobile{
    bottom:6vh !important;
    height: 6vh !important;
    z-index: 10;
  }

  .legendDATMobile{
    bottom:2vh !important;
    height: 10vh !important;
    z-index: 10;
  }
  .legendSTORMMobile{
    bottom:4vh !important;
    height: 12vh !important;
    z-index: 10;
  }
  #numAlertas-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 45%;
    text-align: center;    
    font-weight: bold;
  }

  #numMensajes-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 65%;
    text-align: center;    
    font-weight: bold;
  }
}
@media only screen and (min-height: 851px) and (max-height: 1062px) and  (min-width: 350px) and (max-width: 500px) {
  #headerApp{
    height: 5vh;
  }
  .mobileSectionAlerts{
    padding-top:2vh !important;
  }
  .legendLSEMMobile{
    bottom:2vh !important;
    height: 12vh !important;
    z-index: 10;
  }
  .legendATLMobile{
    bottom:5vh !important;
    height: 10vh !important;
    z-index: 10;
  }
  .legendSUPERVISORMobile{
    bottom:5vh !important;
    height: 10vh !important;
    z-index: 10;
  }

  .legendDATMobile{
    bottom:2vh !important;
    height: 10vh !important;
    z-index: 10;
  }
  .legendSTORMMobile{
    bottom:3vh !important;
    height: 12vh !important;
    z-index: 10;
  }

  #numAlertas-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 50%;
    text-align: center;    
    font-weight: bold;
  }

  #numMensajes-mobile {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 72%;
    text-align: center;    
    font-weight: bold;
  }
}



/**********************************************/
/*                  DESKTOP                   */
/**********************************************/
@media only screen and (min-width: 960px) {

  html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
  }

  .visible-mobile {
    display: none;
  }

  #headerApp {
    height: 9%;
  }

  .visible-desktop {
    display: block;
    width: 100%;
    height: 100%;
  }

  .visible-phone {
    display: none;
  }

  .header-panel {
    width: 100%;
    top: 0;
    height: 10vh;
  }
  .header-table-mobile{
    display:none;
  }

  .header-table {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-color: #f7A800;
    height: 10%;
    /*position: fixed;*/
    z-index: 1000;
    height: 100%;
  }

  .header-logo {
    /*height: 40%;*/
    height: 3.2vh;
    padding-left: 0;
    text-align: left
  }

  .footer-panel {
    background-color: #C4C4C4;
    height: 4%;
    width: 100%;
    font-family: Roboto;
    color: white;
    position: fixed;
    bottom: 0;
  }

  .footer-contact-info{
    height: 3vh;
    float: left;
  }

  .footer-mail-contact{
    height: 3vh;
    float: left;   
  }

  .footer-table {
    height: 100%;
    margin: 0 auto;
    width: 100%;
  }

  .td-footer-logo {
    width: 30vh;
    text-align: right;
  }

  .footer-logo {
    margin: 0;
    float: left;
  }

  .td-footer-link {
    width: 22vh;
    text-align: right;
  }

  .footer-link {
    color: white;
  }

  .footer-link:hover {
    color: white;
    text-decoration: none;
  }

  .footer-img {
    height: 3vh
  }

  .td-footer-name {
    width: 35vh;
    text-align: right;
  }

  .footer-name {
    font-weight: bold;
    margin: 0;
    text-align: right;
    font-size: 1.6vh;
    color: white;
  }

  .sep {
    width: 8vh;
  }

  .main-container-100 {
    width: 100%;
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    padding-top: 2vh;
  }

  .main-container {
    margin: 0 auto;
    width: 100%;
  }

  .inputtext {
    border: 0;
    width: 90%;
    border-bottom: 1px solid #808080;
    color: #808080;
  }

  .title {
    position: relative;
    font-family: Montserrat;
    font-weight: 300;
    text-align: center;
    font-size: 150%;
  }


  .title:after {
    /* content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.8vh;
    border-bottom: 1.5px solid rgb(246, 168, 1);*/
  }

  .label {
    /*border-bottom: 1px solid #808080;*/
    color: #808080;
    width: 90%;
  }

  .inputselect {
    border: 0;
    width: 90%;
    border-bottom: 1px solid #808080;
    color: #808080;
    padding-bottom: 0.6vh;
    background: #ffffff;
  }

  input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }

  input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }

  .borderOrange {
    border-top: 0.3vh solid #fcb843;
    width: 3vh;
    margin: 0.5vh auto;
  }

  .text {
    text-decoration: none;
    background-color: #ffffff;
    border: 0;
    width: 80%;
    padding-left: 20%;
    height: 3vh;
  }
}

.FontSizeLegend {
  font-size: calc(0.4em + 1vh);
}

.tablaBotonesCabecera {
  width: 100%;
  height: 7vh;
}

.fuenteBotonesCabecera {
  font-size: calc(0.4em + 1vh);
}

.fuenteTextosCabecera {
  font-size: calc(0.1em + 1vh);
}

#menuApp {
  height: 7%;
  padding-top: 1.5vh;
  width: 100%;
}
#menuApp-mobile {
  width: 100%;
}

.inputContent {
  font-family: 'Roboto';
  font-size: calc(0.3em + 1vh);
  font-weight: 500;
  border-radius: 1px;
}


/* 1080p */
#numAlertas {
  width: 2vh;
  height: 2vh;
  position: absolute;
  top: 15%;
  left: 49%;
  text-align: center;
  font-size: calc(0.1em + 1vh);
}

#numMensajes {
  width: 2vh;
  height: 2vh;
  position: absolute;
  top: 12%;
  left: 54%;
  text-align: center;
  font-size: calc(0.1em + 1vh);
}

/* ///////////////////////////////////////// */

@media(min-height: 541px) and (max-height: 969px) {

  #numAlertas {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 18%;
    left: 50%;
    text-align: center;
    font-size: calc(0.1em + 1vh);
  }

  #numMensajes {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 17%;
    left: 55%;
    text-align: center;
    font-size: calc(0.1em + 1vh);
  }

}


/******************************************/
/*       ESTILOS DESKTOP >= 2160px        */
/******************************************/
@media(min-width: 2100px) {

  .fuenteBotonesCabecera {
    font-size: calc(0.9em + 1vh);
  }

  .fuenteTextosCabecera {
    font-size: calc(0.4em + 1vh);
  }

  .inputContent {
    font-family: 'Roboto';
    font-size: calc(0.6em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }

  #headerApp {
    height: 9%;
  }

  #numAlertas {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 15%;
    left: 49%;
    text-align: center;
    font-size: calc(0.1em + 1vh);
  }

  #numMensajes {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 12%;
    left: 54%;
    text-align: center;
    font-size: calc(0.1em + 1vh);
  }
}


/******************************************/
/*        ESTILOS DESKTOP < 1440px        */
/******************************************/
@media(max-width: 1440px) and (min-width: 950px) {
  .header-panel {
    width: 100%;
    top: 0;
    height: 8vh;
  }
  .header-panel-mobile{
    display:none;
  }
  .header-table-mobile{
    display:none;
  }

  .tablaBotonesCabecera {
    width: 100%;
    height: 5vh;
  }
  #headerApp {
    height: 9%;
  }

  .fuenteBotonesCabecera {
    font-size: calc(0.3em + 1vh);
  }

  .fuenteTextosCabecera {
    font-size: calc(0.1em + 1vh);
  }

  #menuApp {
    height: 7%;
    padding-top: 2.5vh;
    width: 100%;
  }

  .inputContent {
    font-family: 'Roboto';
    font-size: calc(0.1em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }

  #numAlertas {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 20%;
    left: 50%;
    text-align: center;
    font-size: calc(0.1em + 1vh);
  }

  #numMensajes {
    width: 2vh;
    height: 2vh;
    position: absolute;
    top: 13%;
    left: 53%;
    text-align: center;
    font-size: calc(0.1em + 1vh);
  }
}



/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS HOME
//////////////////////////////////////////////////////////////////////////////// */


.textoDashboardCabecera {
  font-size: calc(0.55em + 1vh);
  vertical-align: sub;
}


/* ATSTORM® */

.bgATstyle {
  height: 30vh;
  position: relative;
}

.imgATstyle {
  height: 13vh;
  width: 6vw;
  position: absolute;
  left: 16.5vw;
  top: 21vh;
}

.btnATstyle {
  height: 2.5vh;
  position: absolute;
  left: 16.9vw;
  top: 39vh;
}

.infoATstyle {
  height: 2.5vh;
  position: absolute;
  left: 22.1vw;
  top: 39vh;
}

.accesoAT {
  width: 8vw;
  height: 2vh;
  bottom: 9vh;
  left: 4.2vw;
  position: relative;
}

.tableAT {
  width: 8vw;
  height: 2vh;
  top: -9vh;
  left: 4.2vw;
  position: relative;
}

/* //////////////////////////////////////////////////////////////////////////////// */

/* DAT® */

.bgDATstyle {
  height: 30vh;
  position: relative;
}

.imgDATstyle {
  height: 15vh;
  position: absolute;
  left: 38.9vw;
  top: 18vh;
}

.btnDATstyle {
  height: 2.5vh;
  position: absolute;
  left: 43.9vw;
  top: 38vh;
}

.infoDATstyle {
  height: 2.5vh;
  position: absolute;
  left: 49.1vw;
  top: 38vh;
}

.accesoDAT {
  width: 8vw;
  height: 2vh;
  bottom: 9vh;
  left: 4.2vw;
  position: relative;
}

.tableDAT {
  width: 8vw;
  height: 2vh;
  top: -9vh;
  left: 3.8vw;
  position: relative;
}

/* //////////////////////////////////////////////////////////////////////////////// */

/* LSEM® */

.bgLSEMstyle {
  height: 30vh;
  position: relative;
}

.imgLSEMstyle {
  height: 13vh;
  position: absolute;
  left: 6.7vw;
  top: 55vh;
}

.btnLSEMstyle {
  height: 2.5vh;
  position: absolute;
  left: 9.9vw;
  top: 71vh;
}

.infoLSEMstyle {
  height: 2.5vh;
  position: absolute;
  left: 15.1vw;
  top: 71vh;
}

.accesoLSEM {
  width: 8vw;
  height: 2vh;
  bottom: 8.5vh;
  left: 5.5vw;
  position: relative;
}

.tableLSEM {
  width: 8vw;
  height: 2vh;
  top: -8.5vh;
  left: 5.4vw;
  position: relative;
}

/* //////////////////////////////////////////////////////////////////////////////// */

/* LOGGER® */

.bgLOGGERstyle {
  height: 30vh;
  position: relative;
}

.imgLOGGERstyle {
  height: 14vh;
  position: absolute;
  left: 27.7vw;
  top: 54vh;
}

.btnLOGGERstyle {
  height: 2.5vh;
  position: absolute;
  left: 33.4vw;
  top: 71vh;
}

.infoLOGGERstyle {
  height: 2.5vh;
  position: absolute;
  left: 38.6vw;
  top: 71vh;
}

.accesoLOGGER {
  width: 8vw;
  height: 2vh;
  bottom: 8.5vh;
  left: 6vw;
  position: relative;
}
.accesoLOGGERWT {
  width: 8vw;
  height: 2vh;
  bottom: 8.5vh;
  left: 6.8vw;
  position: relative;
}

.tableLOGGER {
  width: 8vw;
  height: 2vh;
  top: -8.5vh;
  left: 6vw;
  position: relative;
}
.tableLOGGERWT {
  width: 8vw;
  height: 2vh;
  top: -8.5vh;
  left: 6.8vw;
  position: relative;
}

/* //////////////////////////////////////////////////////////////////////////////// */

/* SUPERVISOR */

.bgSUPERVISORstyle {
  height: 30vh;
  position: relative;
}

.imgSUPERVISORstyle {
  height: 14vh;
  position: absolute;
  left: 46.6vw;
  top: 53.5vh;
}

.btnSUPERVISORstyle {
  height: 2.5vh;
  position: absolute;
  left: 56vw;
  top: 70vh;
}

.accesoSupervisor {
  width: 4vw;
  height: 2vh;
  bottom: 8.5vh;
  left: 7.5vw;
  position: relative;
}

/* //////////////////////////////////////////////////////////////////////////////// */

/* SEM® */

.bgSEMstyle {
  height: 40vh;
  position: relative;
}

.imgSEMstyle {
  height: 22vh;
  position: absolute;
  left: 74.1vw;
  top: 34vh;
}

.btnSEMstyle {
  height: 2.5vh;
  position: absolute;
  left: 82.4vw;
  top: 59vh;
}

.infoSEMstyle {
  height: 2.5vh;
  position: absolute;
  left: 87.6vw;
  top: 59vh;
}

.accesoSEM {
  width: 8vw;
  height: 2vh;
  bottom: 9vh;
  left: 15.3vw;
  position: relative;
}

.tableSEM {
  width: 8vw;
  height: 2vh;
  top: -9vh;
  left: 15.1vw;
  position: relative;
}

/* //////////////////////////////////////////////////////////////////////////////// */



/******************************************/
/*       ESTILOS DESKTOP >= 2160px        */
/******************************************/
@media(min-width: 2100px) {

  #headerApp {
    height: 9%;
  }

  .textoDashboardCabecera {
    font-size: calc(1.1em + 1vh);
    vertical-align: sub;
  }

  /* ATSTORM® */

  .bgATstyle {
    height: 30vh;
    position: relative;
  }

  .imgATstyle {
    height: 13vh;
    width: 6vw;
    position: absolute;
    left: 16.5vw;
    top: 21vh;
  }

  .btnATstyle {
    height: 2.5vh;
    position: absolute;
    left: 16.9vw;
    top: 39vh;
  }

  .infoATstyle {
    height: 2.5vh;
    position: absolute;
    left: 22.1vw;
    top: 39vh;
  }

  .accesoAT {
    width: 8vw;
    height: 2vh;
    bottom: 8vh;
    left: 6vw;
    position: relative;
  }

  .tableAT {
    width: 8vw;
    height: 2vh;
    top: -8vh;
    left: 6vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* DAT® */

  .bgDATstyle {
    height: 30vh;
    position: relative;
  }

  .imgDATstyle {
    height: 15vh;
    position: absolute;
    left: 38.9vw;
    top: 18vh;
  }

  .btnDATstyle {
    height: 2.5vh;
    position: absolute;
    left: 43.9vw;
    top: 38vh;
  }

  .infoDATstyle {
    height: 2.5vh;
    position: absolute;
    left: 49.1vw;
    top: 38vh;
  }

  .accesoDAT {
    width: 8vw;
    height: 2vh;
    bottom: 8vh;
    left: 6vw;
    position: relative;
  }

  .tableDAT {
    width: 8vw;
    height: 2vh;
    top: -8vh;
    left: 6vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* LSEM® */

  .bgLSEMstyle {
    height: 30vh;
    position: relative;
  }

  .imgLSEMstyle {
    height: 13vh;
    position: absolute;
    left: 6.7vw;
    top: 54vh;
  }

  .btnLSEMstyle {
    height: 2.5vh;
    position: absolute;
    left: 9.9vw;
    top: 71vh;
  }

  .infoLSEMstyle {
    height: 2.5vh;
    position: absolute;
    left: 15.1vw;
    top: 71vh;
  }

  .accesoLSEM {
    width: 8vw;
    height: 2vh;
    bottom: 8.5vh;
    left: 6.7vw;
    position: relative;
  }

  .tableLSEM {
    width: 8vw;
    height: 2vh;
    top: -8.5vh;
    left: 6.7vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* LOGGER® */

  .bgLOGGERstyle {
    height: 30vh;
    position: relative;
  }

  .imgLOGGERstyle {
    height: 14vh;
    position: absolute;
    left: 27.7vw;
    top: 53vh;
  }

  .btnLOGGERstyle {
    height: 2.5vh;
    position: absolute;
    left: 33.4vw;
    top: 71vh;
  }

  .infoLOGGERstyle {
    height: 2.5vh;
    position: absolute;
    left: 38.6vw;
    top: 71vh;
  }

  .accesoLOGGER {
    width: 8vw;
    height: 2vh;
    bottom: 8.5vh;
    left: 5.5vw;
    position: relative;
  }
  .accesoLOGGERWT {
    width: 8vw;
    height: 2vh;
    bottom: 8.5vh;
    left: 6.7vw;
    position: relative;
  }

  .tableLOGGER {
    width: 8vw;
    height: 2vh;
    top: -8.5vh;
    left: 6.7vw;
    position: relative;
  }

  .tableLOGGERWT {
    width: 8vw;
    height: 2vh;
    top: -8.5vh;
    left: 6.7vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* SUPERVISOR */

  .bgSUPERVISORstyle {
    height: 30vh;
    position: relative;
  }

  .imgSUPERVISORstyle {
    height: 14vh;
    position: absolute;
    left: 46.6vw;
    top: 52.5vh;
  }

  .btnSUPERVISORstyle {
    height: 2.5vh;
    position: absolute;
    left: 56vw;
    top: 70vh;
  }

  .accesoSupervisor {
    width: 4vw;
    height: 2vh;
    bottom: 8.5vh;
    left: 6.6vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* SEM® */

  .bgSEMstyle {
    height: 40vh;
    position: relative;
  }

  .imgSEMstyle {
    height: 22vh;
    position: absolute;
    left: 74.1vw;
    top: 34vh;
  }

  .btnSEMstyle {
    height: 2.5vh;
    position: absolute;
    left: 82.4vw;
    top: 59vh;
  }

  .infoSEMstyle {
    height: 2.5vh;
    position: absolute;
    left: 87.6vw;
    top: 59vh;
  }

  .accesoSEM {
    width: 8vw;
    height: 2vh;
    bottom: 9vh;
    left: 15vw;
    position: relative;
  }

  .tableSEM {
    width: 8vw;
    height: 2vh;
    top: -9vh;
    left: 15.1vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

}


/******************************************/
/*        ESTILOS DESKTOP < 1440px        */
/******************************************/
@media(max-width: 1440px) and (min-width: 950px) {

  #headerApp {
    height: 9%;
  }

  .textoDashboardCabecera {
    font-size: calc(0.35em + 1vh);
    vertical-align: baseline;
  }

  /* ATSTORM® */

  .bgATstyle {
    height: 30vh;
    position: relative;
  }

  .imgATstyle {
    height: 13vh;
    width: 6vw;
    position: absolute;
    left: 16.5vw;
    top: 21vh;
  }

  .btnATstyle {
    height: 2.5vh;
    position: absolute;
    left: 16.9vw;
    top: 39vh;
  }

  .infoATstyle {
    height: 2.5vh;
    position: absolute;
    left: 22.1vw;
    top: 39vh;
  }

  .accesoAT {
    width: 8vw;
    height: 2vh;
    bottom: 9vh;
    left: 4.2vw;
    position: relative;
  }

  .tableAT {
    width: 8vw;
    height: 2vh;
    top: -9vh;
    left: 4.2vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* DAT® */

  .bgDATstyle {
    height: 30vh;
    position: relative;
  }

  .imgDATstyle {
    height: 15vh;
    position: absolute;
    left: 38.5vw;
    top: 18vh;
  }

  .btnDATstyle {
    height: 2.5vh;
    position: absolute;
    left: 43.9vw;
    top: 38vh;
  }

  .infoDATstyle {
    height: 2.5vh;
    position: absolute;
    left: 49.1vw;
    top: 38vh;
  }

  .accesoDAT {
    width: 8vw;
    height: 2vh;
    bottom: 9vh;
    left: 4.2vw;
    position: relative;
  }

  .tableDAT {
    width: 8vw;
    height: 2vh;
    top: -9vh;
    left: 4vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* LSEM® */

  .bgLSEMstyle {
    height: 30vh;
    position: relative;
  }

  .imgLSEMstyle {
    height: 13vh;
    position: absolute;
    left: 6.9vw;
    top: 57vh;
  }

  .btnLSEMstyle {
    height: 2.5vh;
    position: absolute;
    left: 9.9vw;
    top: 71vh;
  }

  .infoLSEMstyle {
    height: 2.5vh;
    position: absolute;
    left: 15.1vw;
    top: 71vh;
  }

  .accesoLSEM {
    width: 8vw;
    height: 2vh;
    bottom: 8.5vh;
    left: 5.2vw;
    position: relative;
  }

  .tableLSEM {
    width: 8vw;
    height: 2vh;
    top: -8.5vh;
    left: 5.2vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* LOGGER® */

  .bgLOGGERstyle {
    height: 30vh;
    position: relative;
  }

  .imgLOGGERstyle {
    height: 14vh;
    position: absolute;
    left: 27.7vw;
    top: 56vh;
  }

  .btnLOGGERstyle {
    height: 2.5vh;
    position: absolute;
    left: 33.4vw;
    top: 71vh;
  }

  .infoLOGGERstyle {
    height: 2.5vh;
    position: absolute;
    left: 38.6vw;
    top: 71vh;
  }

  .accesoLOGGER {
    width: 8vw;
    height: 2vh;
    bottom: 8.5vh;
    left: 5.8vw;
    position: relative;
  }
  .accesoLOGGERWT {
    width: 8vw;
    height: 2vh;
    bottom: 8.5vh;
    left: 6.2vw;
    position: relative;
  }

  .tableLOGGER {
    width: 8vw;
    height: 2vh;
    top: -8.5vh;
    left: 6.2vw;
    position: relative;
  }
  .tableLOGGERWT {
    width: 8vw;
    height: 2vh;
    top: -8.5vh;
    left: 6.2vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* SUPERVISOR */

  .bgSUPERVISORstyle {
    height: 30vh;
    position: relative;
  }

  .imgSUPERVISORstyle {
    height: 14vh;
    position: absolute;
    left: 46.3vw;
    top: 55vh;
  }

  .btnSUPERVISORstyle {
    height: 2.5vh;
    position: absolute;
    left: 56vw;
    top: 70vh;
  }

  .accesoSupervisor {
    width: 4vw;
    height: 2vh;
    bottom: 8.5vh;
    left: 7.3vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

  /* SEM® */

  .bgSEMstyle {
    height: 40vh;
    position: relative;
  }

  .imgSEMstyle {
    height: 22vh;
    position: absolute;
    left: 74.3vw;
    top: 36vh;
  }

  .btnSEMstyle {
    height: 2.5vh;
    position: absolute;
    left: 82.4vw;
    top: 59vh;
  }

  .infoSEMstyle {
    height: 2.5vh;
    position: absolute;
    left: 87.6vw;
    top: 59vh;
  }

  .accesoSEM {
    width: 8vw;
    height: 2vh;
    bottom: 9vh;
    left: 15vw;
    position: relative;
  }

  .tableSEM {
    width: 8vw;
    height: 2vh;
    top: -9vh;
    left: 14.8vw;
    position: relative;
  }

  /* //////////////////////////////////////////////////////////////////////////////// */

}

/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS LISTDEVICES ATSTORM®
//////////////////////////////////////////////////////////////////////////////// */

/******************************************/
/*        ESTILOS DESKTOP > 1440px        */
/******************************************/

.listdevicesFieldset {
  border: 2px solid #cccccc;
  margin: auto;
  width: 95%;
  padding: 3%;
}

.listdevicesLegend {
  font-family: 'Montserrat';
  font-size: calc(0.5em + 1vh);
  text-align: center;
  font-weight: 500;
  margin-bottom: 1vh;
  width: 40%;
  border-bottom-style: none;

  -moz-margin-start: 30% !important;

}

.listaDispositivos {
  -moz-margin-start: 15% !important;
}

.listdevicesTitulosDevices {
  background-color: #efefef;
  font-size: calc(0.2em + 1vh);
  text-align: center;
  width: 25%;
  height: 7%;
  font-weight: 600;
}

.listdevicesEspacio {
  text-align: center;
  width: 1%;
  height: 7%;
}

.listdevicesEspaciosDescripcion {
  text-align: center;
  font-size: calc(0.01em + 1vh);
  width: 25%;
  height: 5%;
  padding: 0.5%;
  font-weight: 500;
}

.listdevicesContent {
  border-bottom: 1px solid #cccccc;
  font-size: calc(0.2em + 1vh);
  text-align: center;
  width: 25%;
  height: 3%;
  padding: 0.5%;
  font-weight: 600;
}

.listdevicesContentEspacio {
  border-bottom: 1px solid #cccccc;
  text-align: center;
  width: 1%;
}

.listdevicesPagination {
  background-color: #efefef;
  text-align: center;
  width: 35%;
  height: 5%;
  padding: 0.5%;
}

.listdevicesLeyenda {
  background-color: #efefef;
  text-align: center;
  width: 13%;
  height: 5%;
  padding: 0.5%;
}

.listdevicesLeyendaIMG {
  height: 4vh;
}
.listdevicesMobileLeyendaIMG {
  height: 2vh;
}

.listdevicesLeyendaTextos {
  background-color: #efefef;
  font-size: calc(0.1em + 1vh);
  text-align: center;
  width: 13%;
  height: 5%;
  padding: 0.5%;
  font-weight: 600;
}

.status-alarm-sin {
  color: #808080;
  opacity: 25%;
  font-weight: bold;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}

.status-alarm-normal {
  color: black;
  text-align: center;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 1px;
}

.status-alarm-alert1 {
  color: white;
  font-weight: bold;
  background-color: #ffdc00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0.5px 0.5px 2px #000000;
}

.status-alarm-alert2 {
  color: white;
  font-weight: bold;
  background-color: #ff8900;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0.5px 0.5px 2px #000000;
}

.status-alarm-maxalerta {
  color: white;
  font-weight: bold;
  background-color: #cd2a1b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0.5px 0.5px 2px #000000;
}

.rojoBorde {
  border: 1px solid black;
  background-color: red;
}

.borde {
  border: 1px solid black;
}

/******************************************/
/*       ESTILOS DESKTOP >= 2160px        */
/******************************************/
@media(min-width: 2100px) {
  .listdevicesLegend {
    font-family: 'Montserrat';
    font-size: calc(1em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
    width: 50%;
    border-bottom-style: none;

    -moz-margin-start: 30% !important;
  }

  .listaDispositivos {
    -moz-margin-start: 15% !important;
  }

  .listdevicesContent {
    border-bottom: 1px solid #cccccc;
    font-size: calc(0.4em + 1vh);
    text-align: center;
    width: 25%;
    height: 3%;
    padding: 0.5%;
    font-weight: 600;
  }

  .listdevicesTitulosDevices {
    background-color: #efefef;
    font-size: calc(0.4em + 1vh);
    text-align: center;
    width: 25%;
    height: 7%;
    font-weight: 600;
  }

  .listdevicesLeyendaTextos {
    background-color: #efefef;
    font-size: calc(0.2em + 1vh);
    text-align: center;
    width: 13%;
    height: 5%;
    padding: 0.5%;
    font-weight: 500;
  }
}


/******************************************/
/*        ESTILOS DESKTOP < 1440px        */
/******************************************/
@media(max-width: 1440px) and (min-width: 950px) {

  #headerApp {
    height: 9%;
  }
  .listdevicesLegend {
    font-family: 'Montserrat';
    font-size: calc(0.4em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
    width: 40%;
    border-bottom-style: none;

    -moz-margin-start: 30% !important;
  }

  .listaDispositivos {
    -moz-margin-start: 15% !important;
  }

  .listdevicesContent {
    border-bottom: 1px solid #cccccc;
    font-size: calc(0.2em + 1vh);
    text-align: center;
    width: 25%;
    height: 3%;
    padding: 0.5%;
    font-weight: 600;
  }

  .listdevicesTitulosDevices {
    background-color: #efefef;
    font-size: calc(0.1em + 1vh);
    text-align: center;
    width: 25%;
    height: 7%;
    font-weight: 600;
  }

  .listdevicesLeyendaTextos {
    background-color: #efefef;
    font-size: calc(0.1em + 1vh);
    text-align: center;
    width: 13%;
    height: 5%;
    padding: 0.5%;
    font-weight: 500;
  }
}

/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS GENERALES
//////////////////////////////////////////////////////////////////////////////// */

/******************************************/
/*        ESTILOS DESKTOP > 1440px        */
/******************************************/

.espacioSuperior {
  height: 5vh;
}


.centeredFieldset {
  text-align: -webkit-center;
}

.fieldsetNaranja {
  border: solid;
  border-bottom-style: none;
  border-color: rgba(247, 168, 0, 0.5);
  border-width: 1px;
  padding-left: 4%;
  padding-right: 4%;
  height: 100%;
}

.fieldsetGris {
  border: solid;
  border-bottom-style: none;
  border-color: #d8d8d8;
  border-width: 2px;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

.fullfieldsetGris {
  border: solid;
  border-color: #d8d8d8;
  border-width: 2px;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

.fullfieldsetGrisMobile {
  border: solid;
  border-color: #d8d8d8;
  border-width: 2px;
  height: 80%;
  border-radius: 7vw;
}

.fullfieldsetRojo {
  border: solid;
  border-color: #cd2a1b;
  border-width: 2px;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

.modalLegend {
  font-family: 'Montserrat';
  font-size: calc(0.4em + 1vh);
  text-align: center;
  font-weight: 600;
  margin-bottom: 1vh;
}

.modalText {
  font-family: 'Roboto';
  font-size: calc(0.5em + 1vh);
  text-align: center;
  font-weight: 500;
}

.textoLogoCabecera {
  font-size: calc(0.6em + 1vh);
}

.textoDipositivoCabecera {
  font-size: calc(0.5em + 1vh);
}

.checkerAveria {
  height: 2vh;
  width: 2vw;
  cursor: hand;
  cursor: pointer;
  margin-left: -1.8vw !important;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 27vw;
  height: 15vh;
  background-color: white;
  color: black;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  border-color: black;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -8.6vw;
  margin-bottom: 8vh;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  visibility: hidden;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  /*-webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;*/
}

.popupTitle {
  background-color: #efefef;
  font-family: Montserrat;
  font-size: calc(0.1em + 1vh);
  text-align: center;
  font-weight: 600;
}

.popupData {
  font-family: Roboto;
  font-size: calc(0.1em + 1vh);
  text-align: center;
  font-weight: 600;
}

.popupLegendTitle {
  font-family: 'Montserrat';
  font-size: calc(0.3em + 1vh);
  text-align: center;
  font-weight: 500;
  margin-bottom: 1vh;
}

.botonX {
  cursor: pointer;
  height: 2vh;
  width: 2.5vw;
  margin-top: 0.7vh;
}

.fieldsetRPAT {
  height: 54vh;
}


/******************************************/
/*       ESTILOS DESKTOP >= 2160px        */
/******************************************/
@media(min-width: 2100px) {


  #headerApp {
    height: 9%;
  }
  .espacioSuperior {
    height: 5vh;
  }

  .centeredFieldset {
    text-align: -webkit-center;
  }

  .fieldsetNaranja {
    border: solid;
    border-bottom-style: none;
    border-color: rgba(247, 168, 0, 0.5);
    border-width: 0.15vh;
    padding-left: 4%;
    padding-right: 4%;
    height: 100%;
  }

  .fieldsetGris {
    border: solid;
    border-bottom-style: none;
    border-color: #d8d8d8;
    border-width: 4px;
    height: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .fullfieldsetGris {
    border: solid;
    border-color: #d8d8d8;
    border-width: 4px;
    height: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .modalLegend {
    font-family: 'Montserrat';
    font-size: calc(0.9em + 1vh);
    text-align: center;
    font-weight: 600;
    margin-bottom: 1vh;
  }

  .modalText {
    font-family: 'Roboto';
    font-size: calc(0.9em + 1vh);
    text-align: center;
    font-weight: 500;
  }

  .textoLogoCabecera {
    font-size: calc(1.3em + 1vh);
  }

  .textoDipositivoCabecera {
    font-size: calc(1.1em + 1vh);
  }

  .checkerAveria {
    height: 2vh;
    width: 2vw;
    cursor: hand;
    cursor: pointer;
    margin-left: -1.8vw !important;
    margin-top: -0.2vh !important;
  }

  /* Popup container - can be anything you want */
  .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 26.5vw;
    height: 15vh;
    background-color: white;
    color: black;
    text-align: center;
    border-style: solid;
    border-width: 4px;
    border-radius: 6px;
    border-color: black;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -332px;
    margin-bottom: 8vh;
  }

  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    visibility: hidden;
  }

  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    /*-webkit-animation: fadeIn 1s;
		animation: fadeIn 1s;*/
  }

  .popupTitle {
    background-color: #efefef;
    font-family: Montserrat;
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 600;
  }

  .popupData {
    font-family: Roboto;
    font-size: calc(0.1em + 1vh);
    text-align: center;
    font-weight: 600;
  }

  .popupLegendTitle {
    font-family: 'Montserrat';
    font-size: calc(0.35em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .botonX {
    cursor: pointer;
    height: 2vh;
    width: 2.5vw;
    margin-top: 0.7vh;
  }

  .fieldsetRPAT {
    height: 54vh;
  }
}


/******************************************/
/*        ESTILOS DESKTOP < 1440px        */
/******************************************/
@media(max-width: 1440px) and (min-width: 950px) {

  #headerApp {
    height: 9%;
  }

  .espacioSuperior {
    height: 6vh;
  }

  .centeredFieldset {
    text-align: -webkit-center;
  }

  .fieldsetNaranja {
    border: solid;
    border-bottom-style: none;
    border-color: rgba(247, 168, 0, 0.5);
    border-width: 0.5px;
    padding-left: 4%;
    padding-right: 4%;
    height: 100%;
  }

  .fieldsetGris {
    border: solid;
    border-bottom-style: none;
    border-color: #d8d8d8;
    border-width: 1px;
    height: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .fullfieldsetGris {
    border: solid;
    border-color: #d8d8d8;
    border-width: 1px;
    height: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .modalLegend {
    font-family: 'Montserrat';
    font-size: calc(0.3em + 1vh);
    text-align: center;
    font-weight: 600;
    margin-bottom: 1vh;
  }

  .modalText {
    font-family: 'Roboto';
    font-size: calc(0.4em + 1vh);
    text-align: center;
    font-weight: 500;
  }

  .textoLogoCabecera {
    font-size: calc(0.5em + 1vh);
  }

  .textoDipositivoCabecera {
    font-size: calc(0.3em + 1vh);
  }

  .checkerAveria {
    height: 2vh;
    width: 2vw;
    cursor: hand;
    cursor: pointer;
    margin-left: -1.8vw !important;
    margin-top: 2vh !important;
  }

  /* Popup container - can be anything you want */
  .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 26.5vw;
    height: 15vh;
    background-color: white;
    color: black;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: black;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -88px;
    margin-bottom: 9vh;
  }

  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }

  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    /*-webkit-animation: fadeIn 1s;
		animation: fadeIn 1s;*/
  }

  .popupTitle {
    background-color: #efefef;
    font-family: Montserrat;
    font-size: calc(0.07em + 1vh);
    text-align: center;
    font-weight: 600;
  }

  .popupData {
    font-family: Roboto;
    font-size: calc(0.05em + 1vh);
    text-align: center;
    font-weight: 600;
  }

  .popupLegendTitle {
    font-family: 'Montserrat';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .botonX {
    cursor: pointer;
    height: 2vh;
    width: 2.5vw;
    margin-top: 0.7vh;
  }

  .fieldsetRPAT {
    height: 56vh;
  }
}


@media(max-width: 500px) {

  .checkerAveria {
    height: 2vh;
    width: 5vw;
    cursor: hand;
    cursor: pointer;
    margin-left: -5.8vw !important;
    margin-top: 0.8vh !important;
  }

  /* Popup container - can be anything you want */
  .popup {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 95vw;
    height: 11vh;
    background-color: white;
    color: black;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: black;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -35vh;
    margin-bottom: -1vh;
  }

  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    visibility: hidden;
  }

  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
  }

  .popupTitle {
    background-color: #efefef;
    font-family: Montserrat;
    font-size: calc(0.07em + 1vh);
    text-align: center;
    font-weight: 600;
  }

  .popupData {
    font-family: Roboto;
    font-size: calc(0.05em + 1vh);
    text-align: center;
    font-weight: 600;
  }

  .popupLegendTitle {
    font-family: 'Montserrat';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .botonX {
    cursor: pointer;
    height: 2vh;
    width: 6vw;
    margin-top: 0.7vh;
  }
}



/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS DEVICE ATSTORM®
//////////////////////////////////////////////////////////////////////////////// */

/******************************************/
/*        ESTILOS DESKTOP > 1440px        */
/******************************************/


.deviceLegendTitle {
  font-family: 'Montserrat';
  font-size: calc(0.5em + 1vh);
  text-align: center;
  font-weight: 500;
  margin-bottom: 1vh;
}

.deviceLegend {
  font-family: 'Montserrat';
  font-size: calc(0.3em + 1vh);
  text-align: center;
}

.enlaceCampoElectrostatico {
  color: black;
  text-decoration: none;
}

.deviceLegendEstadoSistema {
  font-family: 'Roboto';
  font-size: calc(0.2em + 1vh);
  text-align: center;
  font-weight: 500;
  margin-bottom: 1vh;
}

.circuloAlertasTexto {
  font-family: 'Montserrat';
  font-size: calc(0.15em + 1vh) !important;
  text-align: center;
  font-weight: 600;
  margin-top: 1vh;
}

.circuloAlertasTextoLogger {
  font-family: 'Montserrat';
  font-size: calc(0.15em + 1.5vh) !important;
  text-align: center;
  font-weight: 600;
  margin-top: 1vh;
}

.titlesEstadoSistema {
  font-family: 'Roboto';
  font-size: calc(0.1em + 1vh);
  text-align: center;
  font-weight: 500;
  padding: 1%;
}

.contentEstadoSistema {
  font-family: 'Roboto';
  font-size: calc(0.3em + 1vh);
  text-align: center;
  font-weight: 600;
  padding: 1%;
}

.titlesInfoAmbiental {
  font-family: 'Roboto';
  font-size: calc(0.2em + 1vh);
  text-align: center;
  font-weight: 500;
  padding: 5%;
  margin-bottom: 1vh;
}

.leaflet-tooltip-pane .BtextMarker {

  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  color: black;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.WtextMarker {

  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  color: white;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.tablaAlarmasFont {
  font-size: calc(0.001em + 0.9vh);
}

.spanFontSize {
  font-size: calc(0.4em + 1vh);
}

/******************************************/
/*       ESTILOS DESKTOP >= 2160px        */
/******************************************/
@media(min-width: 2100px) {

  #headerApp {
    height: 9%;
  }

  .deviceLegendTitle {
    font-family: 'Montserrat';
    font-size: calc(1em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .deviceLegend {
    font-family: 'Montserrat';
    font-size: calc(0.3em + 1vh);
    text-align: center;
  }

  .enlaceCampoElectrostatico {
    color: black;
    text-decoration: none;
  }

  .deviceLegendEstadoSistema {
    font-family: 'Roboto';
    font-size: calc(0.4em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .circuloAlertasTexto {
    font-family: 'Montserrat';
    font-size: calc(0.3em + 1vh) !important;
    text-align: center;
    font-weight: 600;
    margin-top: 0.5vh;
  }
  .circuloAlertasTextoLogger {
    font-family: 'Montserrat';
    font-size: calc(0.3em + 1.5vh) !important;
    text-align: center;
    font-weight: 600;
    margin-top: 0.5vh;
  }

  .titlesEstadoSistema {
    font-family: 'Roboto';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    padding: 1%;
  }

  .contentEstadoSistema {
    font-family: 'Roboto';
    font-size: calc(0.6em + 1vh);
    text-align: center;
    font-weight: 600;
    padding: 1%;
  }

  .titlesInfoAmbiental {
    font-family: 'Roboto';
    font-size: calc(0.4em + 1vh);
    text-align: center;
    font-weight: 500;
    padding: 5%;
    margin-bottom: 1vh;
  }

  .leaflet-tooltip-pane .textMarker {

    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: black;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .tablaAlarmasFont {
    font-size: calc(0.001em + 0.9vh);
  }

  .spanFontSize {
    font-size: calc(0.6em + 1vh);
  }
}

/******************************************/
/*        ESTILOS DESKTOP < 1440px        */
/******************************************/
@media(max-width: 1440px) and (min-width: 950px) {

  #headerApp {
    height: 9%;
  }

  .deviceLegendTitle {
    font-family: 'Montserrat';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .deviceLegend {
    font-family: 'Montserrat';
    font-size: calc(0.3em + 1vh);
    text-align: center;
  }

  .enlaceCampoElectrostatico {
    color: black;
    text-decoration: none;
  }

  .deviceLegendEstadoSistema {
    font-family: 'Roboto';
    font-size: calc(0.1em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .circuloAlertasTexto {
    font-family: 'Montserrat';
    font-size: calc(0.1em + 1vh) !important;
    text-align: center;
    font-weight: 600;
    margin-top: 2vh;
  }
  .circuloAlertasTextoLogger {
    font-family: 'Montserrat';
    font-size: calc(0.1em + 1.5vh) !important;
    text-align: center;
    font-weight: 600;
    margin-top: 2vh;
  }

  .titlesEstadoSistema {
    font-family: 'Roboto';
    font-size: calc(0.05em + 1vh);
    text-align: center;
    font-weight: 500;
    padding: 1%;
  }

  .contentEstadoSistema {
    font-family: 'Roboto';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 600;
    padding: 1%;
  }

  .titlesInfoAmbiental {
    font-family: 'Roboto';
    font-size: calc(0.1em + 1vh);
    text-align: center;
    font-weight: 500;
    padding: 5%;
    margin-bottom: 1vh;
  }

  .leaflet-tooltip-pane .textMarker {

    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: black;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .tablaAlarmasFont {
    font-size: calc(0.001em + 0.9vh);
  }

  .spanFontSize {
    font-size: calc(0.2em + 1vh);
  }
}

/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */





/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS ALERTAS ATSTORM®
//////////////////////////////////////////////////////////////////////////////// */


/******************************************/
/*        ESTILOS DESKTOP > 1440px        */
/******************************************/

.alertasLegendTitle {
  font-family: 'Montserrat';
  font-size: calc(0.5em + 1vh);
  text-align: center;
  font-weight: 500;
  margin-bottom: 1vh;
}


.alertasTableTitle {
  font-family: 'Montserrat';
  font-size: calc(0.3em + 1vh);
  text-align: center;
  font-weight: 500;
  background-color: #d8d8d8;
  border-radius: 1px;
}


.elementoLeyenda {
  font-family: 'Roboto';
  font-size: calc(0.2em + 1vh);
  text-align: center;
  font-weight: 500;
  background-color: #d8d8d8;
  border-radius: 1px;
}


.alertasContent {
  font-family: 'Roboto';
  font-size: calc(0.25em + 1vh);
  font-weight: 500;
  border-radius: 1px;
  height: 3.5vh;
  vertical-align: middle;
  border-bottom: 1px solid #c3c3c3;
}


.alertasNavigation {
  font-family: 'Roboto';
  font-size: calc(0.3em + 1vh);
  font-weight: 500;
  border-radius: 1px;
}


/*#form_device
{
  font-size: calc(0.5em + 1vh);
}


#form_fechaDesde
{
  font-size: calc(0.4em + 1vh);
}


#form_fechaHasta
{
  font-size: calc(0.4em + 1vh);
}*/


.espacioMedioAlertas {
  height: 2vh;
}


.columnaEspacio {
  border: none;
  border-bottom: none;
}


/******************************************/
/*       ESTILOS DESKTOP >= 2160px        */
/******************************************/

@media(min-width: 2100px) {

  #headerApp {
    height: 9%;
  }

  .alertasLegendTitle {
    font-family: 'Montserrat';
    font-size: calc(1em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }


  .alertasTableTitle {
    font-family: 'Montserrat';
    font-size: calc(0.6em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;
  }


  .elementoLeyenda {
    font-family: 'Roboto';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;
  }


  .alertasContent {
    font-family: 'Roboto';
    font-size: calc(0.5em + 1vh);
    font-weight: 500;
    border-radius: 1px;
    height: 3.5vh;
    vertical-align: middle;
    border-bottom: 1px solid #c3c3c3;
  }


  .alertasNavigation {
    font-family: 'Roboto';
    font-size: calc(0.5em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }


  /*#form_device
  {
    font-size: calc(0.8em + 1vh);
  }


  #form_fechaDesde
  {
    font-size: calc(0.6em + 1vh);
  }


  #form_fechaHasta
  {
    font-size: calc(0.6em + 1vh);
  }*/


  .espacioMedioAlertas {
    height: 3vh;
  }


  .columnaEspacio {
    border: none;
    border-bottom: none;
  }
}


/******************************************/
/*        ESTILOS DESKTOP < 1440px        */
/******************************************/

@media(max-width: 1440px) and (min-width: 950px) {

  #headerApp {
    height: 9%;
  }

  .alertasLegendTitle {
    font-family: 'Montserrat';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }


  .alertasTableTitle {
    font-family: 'Montserrat';
    font-size: calc(0.1em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;
  }


  .elementoLeyenda {
    font-family: 'Roboto';
    font-size: calc(0.01em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;
  }


  .alertasContent {
    font-family: 'Roboto';
    font-size: calc(0.1em + 1vh);
    font-weight: 500;
    border-radius: 1px;
    height: 3.5vh;
    vertical-align: middle;
    border-bottom: 1px solid #c3c3c3;
  }


  .alertasNavigation {
    font-family: 'Roboto';
    font-size: calc(0.25em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }


  /*#form_device
  {
    font-size: calc(0.08em + 1vh);
  }


  #form_fechaDesde
  {
    font-size: calc(0.04em + 1vh);
  }


  #form_fechaHasta
  {
    font-size: calc(0.04em + 1vh);
  }*/


  .espacioMedioAlertas {
    height: 2vh;
  }


  .columnaEspacio {
    border: none;
    border-bottom: none;
  }
}


/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS FICHA HISTÓRICO ATSTORM®
//////////////////////////////////////////////////////////////////////////////// */

/******************************************/
/*        ESTILOS DESKTOP > 1440px        */
/******************************************/

.elementoLeyendaHistorico {
  font-family: 'Roboto';
  font-size: calc(0.1em + 1vh);
  text-align: center;
  font-weight: 500;
  background-color: #d8d8d8;
  border-radius: 1px;

  padding-left: 0.5vh;
  padding-right: 0.5vh;
}

.fichaTitleAlertas {
  font-family: 'Montserrat';
  font-size: calc(0.2em + 1vh);
  text-align: center;
  font-weight: 500;
  background-color: #d8d8d8;
  border-radius: 1px;
}

.fichaFilaAlertas {
  height: 5vh;
  padding: 1vh;
}

.textoTiempoReal {
  font-family: 'Montserrat';
  font-size: calc(0.1em + 1vh);
  text-align: center;
  font-weight: 500;
  border-radius: 1px;
}

.celdaTiempoReal {
  border-right: 2px solid #f7A800;
}

.botonTiempoReal {
  font-family: 'Montserrat';
  font-size: calc(0.6em + 1vh);
  text-align: center;
  font-weight: 500;
  border-radius: 1px;
}

tspan {
  font-size: calc(0.2em + 1vh);
}

#fichaScroll::-webkit-scrollbar {
  width: 0.85vw !important;
}

#reset {
  left: 6.5vw;
  top: -1vh;
  width: 3vw;
}


/******************************************/
/*       ESTILOS DESKTOP >= 2160px        */
/******************************************/

@media(min-width: 2100px) {

  #headerApp {
    height: 9%;
  }

  .elementoLeyendaHistorico {
    font-family: 'Roboto';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;

    padding-left: 0.5vh;
    padding-right: 0.5vh;
  }

  .fichaTitleAlertas {
    font-family: 'Montserrat';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;
  }

  .fichaFilaAlertas {
    height: 5vh;
    padding: 1vh;
  }

  .textoTiempoReal {
    font-family: 'Montserrat';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  .celdaTiempoReal {
    border-right: 4px solid #f7A800;
  }

  .botonTiempoReal {
    font-family: 'Montserrat';
    font-size: calc(1.2em + 1vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  tspan {
    font-size: calc(0.2em + 1vh);
  }

  #fichaScroll::-webkit-scrollbar {
    width: 0.85vw !important;
  }

  #reset {
    left: 7.4vw;
    top: -1.2vh;
    width: 1.5vw;
  }
}



/******************************************/
/*        ESTILOS DESKTOP < 1440px        */
/******************************************/

@media(max-width: 1440px) and (min-width: 950px) {

  #headerApp {
    height: 9%;
  }

  .elementoLeyendaHistorico {
    font-family: 'Roboto';
    font-size: calc(0.01em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;

    padding-left: 0.5vh;
    padding-right: 0.5vh;
  }

  .fichaTitleAlertas {
    font-family: 'Montserrat';
    font-size: calc(0.1em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;
  }

  .fichaFilaAlertas {
    height: 3vh;
    padding: 0.5vh;
  }

  .textoTiempoReal {
    font-family: 'Montserrat';
    font-size: calc(0.05em + 1vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  .celdaTiempoReal {
    border-right: 1px solid #f7A800;
  }

  .botonTiempoReal {
    font-family: 'Montserrat';
    font-size: calc(0.3em + 1vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  tspan {
    font-size: calc(0.01em + 1vh);
  }

  #fichaScroll::-webkit-scrollbar {
    width: 0.85vw !important;
  }

  #reset {
    left: 6.5vw;
    top: -0.5vh;
  }
}



/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS PRINCIPAL DAT®
//////////////////////////////////////////////////////////////////////////////// */

/******************************************/
/*        ESTILOS DESKTOP > 1440px        */
/******************************************/

.leyenda {
  background-color: #d8d8d8;
}


.datElement,
.loggerElement,
.semElement {
  font-size: calc(0.3em + 1vh);
}

.leyendaDAT {
  font-family: 'Roboto';
  font-size: calc(0.2em + 1vh);
  text-align: center;
  font-weight: 500;
  border-radius: 1px;
}

.leyendaLogger {
  font-family: 'Roboto';
  font-size: calc(0.1em + 0.9vh);
  text-align: center;
  font-weight: 500;
  border-radius: 1px;
}

.leyendaSummaryLogger {
  font-family: 'Roboto';
  font-size: calc(0.1em + 1vh);
  text-align: center;
  font-weight: 500;
  border-radius: 1px;
}


.leyendaSEM {
  font-family: 'Roboto';
  font-size: calc(0.1em + 0.8vh);
  text-align: center;
  font-weight: 500;
  border-radius: 1px;
}

/******************************************/
/*       ESTILOS DESKTOP >= 2160px        */
/******************************************/

@media(min-width: 2100px) {

  #headerApp {
    height: 9%;
  }

  .datElement,
  .loggerElement,
  .semElement {
    font-size: calc(0.7em + 1vh);
  }

  .leyendaDAT {
    font-family: 'Roboto';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  .leyendaLogger {
    font-family: 'Roboto';
    font-size: calc(0.1em + 0.95vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  .leyendaSummaryLogger {
    font-family: 'Roboto';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  .leyendaSEM {
    font-family: 'Roboto';
    font-size: calc(0.1em + 0.8vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }
}


/******************************************/
/*        ESTILOS DESKTOP < 1440px        */
/******************************************/

@media(max-width: 1440px) and (min-width: 950px) {

  #headerApp {
    height: 9%;
  }

  .datElement,
  .loggerElement,
  .semElement {
    font-size: calc(0.2em + 1vh);
  }

  .leyendaDAT {
    font-family: 'Roboto';
    font-size: calc(0.01em + 1vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  .leyendaLogger {
    font-family: 'Roboto';
    font-size: calc(0.1em + 0.6vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  .leyendaSummaryLogger {
    font-family: 'Roboto';
    font-size: calc(0.01em + 1vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }

  .leyendaSEM {
    font-family: 'Roboto';
    font-size: calc(0.1em + 0.8vh);
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
  }
}


/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS SUMMARY DAT®
//////////////////////////////////////////////////////////////////////////////// */

/******************************************/
/*        ESTILOS DESKTOP > 1440px        */
/******************************************/

.summaryLegendTitle {
  font-family: 'Montserrat';
  font-size: calc(0.5em + 1vh);
  text-align: center;
  font-weight: 500;
  margin-bottom: 1vh;
}

.summaryTableTitle {
  font-family: 'Montserrat';
  font-size: calc(0.3em + 1vh);
  text-align: center;
  font-weight: 500;
  background-color: #d8d8d8;
  border-radius: 1px;
}

.summaryNavigation {
  font-family: 'Roboto';
  font-size: calc(0.3em + 1vh);
  font-weight: 500;
  border-radius: 1px;
}

.summaryContent {
  font-family: 'Roboto';
  font-size: calc(0.2em + 1vh);
  font-weight: 500;
  border-radius: 1px;
}

.summaryDownload {
  font-family: 'Montserrat';
  font-size: calc(0.3em + 1vh);
  font-weight: 500;
  border-radius: 1px;
}

.summaryDownloadButton {
  width: calc(0.6em + 1vh) !important;
  height: 100% !important;
}


/******************************************/
/*       ESTILOS DESKTOP >= 2160px        */
/******************************************/

@media(min-width: 2100px) {
  #headerApp {
    height: 9%;
  }

  .summaryLegendTitle {
    font-family: 'Montserrat';
    font-size: calc(1em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .summaryTableTitle {
    font-family: 'Montserrat';
    font-size: calc(0.6em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;
  }

  .summaryNavigation {
    font-family: 'Roboto';
    font-size: calc(0.2em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }

  .summaryContent {
    font-family: 'Roboto';
    font-size: calc(0.5em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }

  .summaryDownload {
    font-family: 'Montserrat';
    font-size: calc(0.6em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }

  .summaryDownloadButton {
    width: calc(0.6em + 1vh) !important;
    height: 120% !important;
  }
}


/******************************************/
/*        ESTILOS DESKTOP < 1440px        */
/******************************************/

@media(max-width: 1440px) and (min-width: 950px) {
  #headerApp {
    height: 9%;
  }

  .summaryLegendTitle {
    font-family: 'Montserrat';
    font-size: calc(0.2em + 1vh);
    text-align: center;
    font-weight: 500;
    margin-bottom: 1vh;
  }

  .summaryTableTitle {
    font-family: 'Montserrat';
    font-size: calc(0.1em + 1vh);
    text-align: center;
    font-weight: 500;
    background-color: #d8d8d8;
    border-radius: 1px;
  }

  .summaryNavigation {
    font-family: 'Roboto';
    font-size: calc(0.25em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }

  .summaryContent {
    font-family: 'Roboto';
    font-size: calc(0.1em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }

  .summaryDownload {
    font-family: 'Montserrat';
    font-size: calc(0.3em + 1vh);
    font-weight: 500;
    border-radius: 1px;
  }

  .summaryDownloadButton {
    width: calc(0.3em + 1vh) !important;
    height: 100% !important;
  }
}

/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS MAPA SEM®
//////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////////// 
//  ESTILOS HOME VIEJO
//////////////////////////////////////////////////////////////////////////////// */

.homeFieldset {
  padding-top: 5%;
  border-style: solid;
  border-color: white;
  border-bottom-style: none;
  border-width: 1px;
}


.homeLegend {
  font-family: Montserrat;
  font-weight: 120%;
  font-size: 130%;
  color: white;
  padding-left: 1%;
  padding-right: 1%;
}


.homeSpace {
  width: 10%;
}


.homeIMG {
  width: 100%;
}


.mobileHomeIMG {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.homeTD {
  width: 25%;
  padding-bottom: 1%;
}


.homeTitles {
  width: 70%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-family: Roboto;
  color: rgb(246, 168, 1);
  font-size: 100%;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 15%;
}


.mobileHomeTitles {
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-family: Roboto;
  color: rgb(246, 168, 1);
  font-size: 60%;
  letter-spacing: 1px;
  text-align: left;
}


.homeText {
  width: 70%;
  height: 100%;
  font-family: Roboto;
  color: white;
  font-size: 80%;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 15%;
}


.mobileHomeText {
  font-family: Roboto;
  color: white;
  font-size: 50%;
  letter-spacing: 1px;
  text-align: left;
}


.homeButton {
  width: 5vw;
  text-align: center;
  /*  font-weight: 500; */
  font-family: Roboto;
  color: black;
  background-color: transparent;
  /*  border-radius: 0px; */
  border: 1px solid rgb(246, 168, 1);
  font-size: calc(0.05em + 1vh);
  /*  letter-spacing:1px; */
}

.mobileHref {
  text-decoration: none;
}


/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////////// 
//  ARREGLOS FIELDSET MOZILLA
//////////////////////////////////////////////////////////////////////////////// */

/* Modal ALERTA inicial */
#titletAlarm {
  -moz-margin-start: 18% !important;
}


/* ATSTORM dispositivos */
#legendMapaAT {
  -moz-margin-start: 30% !important;
}


/* ATSTORM dispositivo */
#legendAlertaAT {
  -moz-margin-start: 10% !important;
}

#legendNivelCampoAT {
  -moz-margin-start: 2.5% !important;
}

#legendMapaRayosAT {
  -moz-margin-start: 27% !important;
}

#legendEvolCampoAT {
  -moz-margin-start: 18% !important;
}

#legendLimiteCampoAT {
  -moz-margin-start: 10% !important;
}

#legendAlertasDipositivoAT {
  -moz-margin-start: 26% !important;
}

#legendSistemaAT {
  -moz-margin-start: 30% !important;
}

#legendComunicacionesAT {
  -moz-margin-start: 20% !important;
}

#legendEstadoAT {
  -moz-margin-start: 35% !important;
}

#legendAlimentacionAT {
  -moz-margin-start: 20% !important;
}

#legendInfoAmbientalAT {
  -moz-margin-start: 25% !important;
}

#legendTempExteriorAT {
  -moz-margin-start: 10% !important;
}

#legendDirVientoAT {
  -moz-margin-start: 0% !important;
}

#legendVelVientoAT {
  -moz-margin-start: 0% !important;
}

#legendBarometroAT {
  -moz-margin-start: 16% !important;
}

#legendHumedadAT {
  -moz-margin-start: 21% !important;
}

#legendLluviaAT {
  -moz-margin-start: 25% !important;
}

#circulo {
  -moz-margin-start: 28% !important;
}

#graph {
  -moz-margin-start: -65% !important;
}
#graph-mobile {
  -moz-margin-start: 0% !important;
}



/* ATSTORM ficha */
#historicoFichaAT {
  -moz-margin-start: 40% !important;
}

#tiempoRealFichaAT {
  -moz-margin-start: 30% !important;
}

#desdeFichaAT {
  -moz-margin-start: 23% !important;
}

#hastaFichaAT {
  -moz-margin-start: 25% !important;
}

#campoFichaAT {
  -moz-margin-start: 17% !important;
}

#alertasFichaAT {
  -moz-margin-start: 35% !important;
}



/* ATSTORM alertas */
#historicoAlertasAT {
  -moz-margin-start: 44% !important;
}

#estacionesAlertasAT {
  -moz-margin-start: 29% !important;
}

#desdeAlertasAT {
  -moz-margin-start: 22.5% !important;
}

#hastaAlertasAT {
  -moz-margin-start: 22.5% !important;
}

#alertasAlertasAT {
  -moz-margin-start: 45% !important;
}



/* DAT summary */
#resumenSummaryDAT {
  -moz-margin-start: 44% !important;
}

#agrupSummaryDAT {
  -moz-margin-start: 25% !important;
}

#dispositivoSummaryDAT {
  -moz-margin-start: 27% !important;
}



/* LOGGER ficha */
#historicoFichaLOGGER {
  -moz-margin-start: 40% !important;
}

#tiempoRealFichaLOGGER {
  -moz-margin-start: 25% !important;
}

#desdeFichaLOGGER {
  -moz-margin-start: 22% !important;
}

#hastaFichaLOGGER {
  -moz-margin-start: 22% !important;
}

#campoFichaLOGGER {
  -moz-margin-start: 18% !important;
}



/* LOGGER fichatable */
#historicoFichatableLOGGER {
  -moz-margin-start: 40% !important;
}

#timepoRealFichatableLOGGER {
  -moz-margin-start: 30% !important;
}

#desdeFichatableLOGGER {
  -moz-margin-start: 22% !important;
}

#hastaFichatableLOGGER {
  -moz-margin-start: 22% !important;
}

#eventosFichatableLOGGER {
  -moz-margin-start: 45% !important;
}



/* LOGGER alertas */
#resumenAlertasLOGGER {
  -moz-margin-start: 44% !important;
}

#agrupSummaryLOGGER {
  -moz-margin-start: 25% !important;
}

#dispositivoSummaryLOGGER {
  -moz-margin-start: 27% !important;
}



/* SEM ficha */
#historicoFichaSEM {
  -moz-margin-start: 35% !important;
}

#tiempoRealFichaSEM {
  -moz-margin-start: 30% !important;
}

#desdeFichaSEM {
  -moz-margin-start: 20% !important;
}

#hastaFichaSEM {
  -moz-margin-start: 22% !important;
}

#campoFichaSEM {
  -moz-margin-start: 30% !important;
}



/* SEM fichaable */
#historicoFichatableSEM {
  -moz-margin-start: 40% !important;
}

#tiempoRealFichatableSEM {
  -moz-margin-start: 30% !important;
}

#desdeFichatableSEM {
  -moz-margin-start: 20% !important;
}

#hastaFichatableSEM {
  -moz-margin-start: 22% !important;
}

#evolucionFichatableSEM {
  -moz-margin-start: 30% !important;
}



/* SEM alertas */
#historicoAlertasSEM {
  -moz-margin-start: 44% !important;
}

#estacionesAlertasSEM {
  -moz-margin-start: 30% !important;
}

#desdeAlertasSEM {
  -moz-margin-start: 22% !important;
}

#hastaAlertasSEM {
  -moz-margin-start: 20% !important;
}

#alertasAlertasSEM {
  -moz-margin-start: 37.5% !important;
}




/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////// */


.col2 {
  width: 2%;
  padding-top: 0;
  vertical-align: top;
}

.col5 {
  width: 5%;
  padding-top: 0;
  vertical-align: top;
}

.col10 {
  width: 10%;
  padding-top: 0;
  vertical-align: top;
}

.col20 {
  width: 20%;
  padding-top: 0;
  vertical-align: top;
}

.col23 {
  width: 23%;
  padding-top: 0;
  vertical-align: top;
}

.col24 {
  width: 24%;
  padding-top: 0;
  vertical-align: top;
}

.col25 {
  width: 25%;
  padding-top: 0;
  vertical-align: top;
}

.col28 {
  width: 28%;
  padding-top: 0;
  vertical-align: top;
}

.col30 {
  width: 30%;
  padding-top: 0;
  vertical-align: top;
}

.col33 {
  width: 33%;
  padding-top: 0;
  vertical-align: top;
}

.col50 {
  width: 50%;
  padding-top: 0;
  vertical-align: top;
}

.col70 {
  width: 70%;
  padding-top: 0;
  vertical-align: top;
}

.col75 {
  width: 75%;
  padding-top: 0;
  vertical-align: top;
}

.col100 {
  width: 100%;
  padding-top: 0;
  vertical-align: top;
}

.font-montserrat {
  font-family: Montserrat;
}

.font-roboto {
  font-family: Roboto;
}

.font-rajdhani {
  font-family: Rajdhani;
}

.font-8 {
  font-size: 50% !important;
}

.font-9 {
  font-size: 55% !important;
}

.font-10 {
  font-size: 62.5% !important;
}

.font-11 {
  font-size: 70% !important;
}

.font-12 {
  font-size: 75% !important;
}

.font-14 {
  font-size: 87.5% !important;
}

.font-16 {
  font-size: 100% !important;
}

.font-18 {
  font-size: 112.5% !important;
}

.font-20 {
  font-size: 125% !important;
}

.font-24 {
  font-size: 150% !important;
}

.table_100 {
  width: 100%;
}

.font_w700 {
  font-weight: 700;
  letter-spacing: 1px;
}

.font_w500 {
  font-weight: 500;
  letter-spacing: 1px;
}

.font-medium {
  font-weight: 500;
  letter-spacing: 1px;
}

.font-bold {
  font-weight: 700;
  letter-spacing: 1px;
}

.paddingsep {
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.titlesection {
  position: relative;
}

.color_gray {
  color: #cccccc;
}

.color_black {
  color: #000000;
}

.border_round {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}

.backcolor_graya3 {
  background-color: #a3a2a2
}

.backcolor_grayd8 {
  background-color: #d8d8d8
}

.backcolor_grayc3 {
  background-color: #c3c3c3
}

.titlesection:after {
  content: "";
  position: absolute;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
  width: 4%;
  border-bottom: 1.5px solid rgb(246, 168, 1);
}


.radio {
  border: 0px;
  width: 5vh;
}

.button {
  width: 100%;
  text-decoration: none;
  padding: 5px;
  font-weight: 500;
  font-family: Rajdhani;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid rgb(246, 168, 1);
  font-size: 100%;
  letter-spacing: 1px;
}

.button:hover {
  background-color: rgb(246, 168, 1);
}


.button-reload {
  width: 100%;
  text-decoration: none;
  padding: 5px;
  font-weight: 500;
  font-family: Rajdhani;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0px;
  border: 2px solid #cd2a1b;
  font-size: 100%;
  letter-spacing: 1px;
}

.button-reload:hover {
  background-color: #cd2a1b;
  color: #ffffff;

}

.button-accept-event {
  width: 100%;
  height: 100%;
  border:0;
  background-color:#CD2A1B;
  color: #ffffff;
  transition: background-color 0.3s
}

.button-accept-event:hover {
  background-color: #5e5e5e;
  cursor: pointer;
  color: #ffffff;
}


/* //////////////////////////////////////////////////////////////////// */
/* Diseño nuevo del botón de la parte del LOGIN /////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

.new-button {
  width: 100%;
  text-decoration: none;
  padding: 5px;
  font-weight: 500;
  font-family: Rajdhani;
  color: #ffffff;
  background-color: #f7a800;
  border-radius: 0px;
  border: 1px solid #ffffff;
  font-size: 100%;
  letter-spacing: 1px;
  cursor: pointer;
}


.new-button:hover {
  background-color: #9fa3afff;
}

/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */


.dropdown-menu {
  background-color: rgb(246, 168, 1);
  width: 15vh;
  padding-left: 2vh
}


.header-btn_language {
  background-color: white;
  border-color: white;
  color: black;
  font-size: 105%;
  font-family: Rajdhani;
  font-weight: 400;
  margin-right: 0
}

.header-btn_language:hover {
  color: black;
  text-decoration: none;
}

.header-item_language {
  background-color: rgb(246, 168, 1);
  border-color: white;
  color: white;
  font-size: 95%;
  font-family: Rajdhani;
  font-weight: 700;
}

.header-item_language:hover {
  color: black;
  text-decoration: none;
}

.header-dropdown {
  border: 0px;
  min-width: 0px;
  border-radius: 0;
}

.hr_menu {
  margin: 0;
  color: blue;
  border-bottom: 1px solid white;
  width: 90%;
}

a {
  color: rgb(246, 168, 1);
}

a:hover {
  color: rgb(246, 168, 1);
  text-decoration: none;
}

.aMobile {
  color: rgb(255, 255, 255);
}

.aMobile:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}


input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
  padding-left: 22px;
  height: 17px;
  display: inline-block;
  line-height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
  background-position: 0 -17px;
}

label.css-label {
  background-image: url(../img/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.status_alerta {
  color: white;
  border: 0px solid transparent;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-family: Roboto;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 112.5%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0.5px 0.5px 2px #000000;
}

.map {
  width: 100%;
  height: 100%;
}

.itemTypeAlarm {
  text-align: center;
  font-family: Roboto;

}

.valor {
  background-color: #c6c6c6;
  border: 0px solid transparent;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-family: Roboto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 100%;
  text-align: center;
  width: 100%;
  font-weight: 500;
  letter-spacing: 1px;
}

.status_alarm_mult {
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0.5px 0.5px 2px #000000;
}

.descriptionmeasure {
  width: 90%;
  height: 5vh;
  padding-top: 5px;
  font-family: Roboto;
  color: #808080;
  font-size: 100%;
  margin-left: 4vh;
  font-style: italic;
  font-weight: 300
}



/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cccccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.text-color-language {
  color: #ffc975;
  text-decoration: none;
}

.text-color-language:hover {
  color: #ffc975;
  text-decoration: none;
}

.text-color-language:visited {
  color: #ffc975;
  text-decoration: none;
}

/* /////////////////////////////////////////////////////////////////////// */
/* Diseño nuevo del enlace a RESETAR el PASSWORD de la parte del LOGIN /// */
/* /////////////////////////////////////////////////////////////////////// */


.pass-link {
  color: #f7a800;
  text-decoration: none;
}

.pass-link:hover {
  color: #ffc975;
  text-decoration: none;
}


/* /////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

.text-color-white {
  color: #ffffff;
}

.text-color-black {
  color: #000000;
}

.text-color-sin {
  color: #181717;
  /*opacity: 25%;*/
}

.text-color-normal {
  color: #3ec222;
}

.text-color-alert1 {
  color: #ffdc00;
}

.text-color-alert2 {
  color: #ff8900;
}

.text-color-maxalerta {
  color: #cd2a1b;
}

.text-color-azul {
  background-color: #2240c2;
}

.row-color-normal {
  background-color: #3ec222;
}

.row-color-alert1 {
  background-color: #ffdc00;
}

.row-color-alert2 {
  background-color: #ff8900;
}

.row-color-maxalerta {
  background-color: #cd2a1b;
}

.row-color-azul {
  background-color: #2240c2;
}


.alarm-sin {
  background-color: #808080;
}

.alarm-normal {
  background-color: #3ec222;
}

.alarm-alert1 {
  background-color: #ffdc00;
}

.alarm-alert2 {
  background-color: #ff8900;
}

.alarm-maxalerta {
  background-color: #cd2a1b;
}

.img-alarm-sin {
  opacity: 25%;
}


.select {
  text-decoration: none;
  background-color: #ffffff;
  border: 0;
  width: 95%;
  padding-left: 4px;
  height: 3.3vh;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("img/desplegable.svg") 95% / 5% no-repeat #fff;
}



.button_dates {
  text-decoration: none;
  background-color: transparent;
  border: 0;
  width: 100%;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.marquee {
  height: 25px;
  /*width: 420px;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee #div {
  display: block;
  width: 1200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee var(--time) linear infinite;
}

/*.marquee span {
  float: left;
  width: 50%;
}*/

:root {
  --width: -730%;
  --time: 60s
}

@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: var(--width);
  }
}

.item {
  display: inline-block !important;
  margin: 0 30px !important;
  color: #ccc !important;
}

.item time.fecha {
  font-family: 'montserratbold' !important;
}

.item time,
.ticker .inner .item span {
  color: #000 !important;
}

/*
#headerApp {
  height: 9%
}

*/
/* The Modal (background) */
.loading {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100001;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(255, 255, 255, 0.8);
  /*background-color: rgba(255,184,67,0.4);*/
  /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content2 {
  margin: 35% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  background-color: #fcb843;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.39);
}

.loading .modal-content {
  background-color: transparent;
  margin: 35% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 0px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.39);

}

/****************************************
* PAGINATOR
****************************************/
.pagination {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.sortable,
.asc {
  color: #000;
}

.current {
  background: orange;
  color: #fff;
}
.currentMobile {
  background: orange;
  color: #fff;
}

.page {
  background: #f0f0f0;
}

.current,
.page {
  height: 2.5vh;
  width: 1.4vw;
  border-radius: 50%;
  text-align: center;
  margin: 0.5vh;
  padding-top: 0.3vh;
}
.currentMobile,
.pageMobile {
  height: 6.5vw;
  width: 7vw;
  border-radius: 50%;
  text-align: center;
  margin: 0.5vh;
  padding-top: 0.3vh;
  align-items: center;
  display: grid;
}

.current a,
.page a,
.next a,
.last a,
.previous a,
.first a {
  font-family: roboto;
  font-weight: 900;
}

.currentMobile a,
.page a,
.next a,
.last a,
.previous a,
.first a {
  font-family: roboto;
  font-weight: 900;
}

.page a {
  color: #525252;
}

.previous,
.first,
.next,
.last {
  margin: 2px;
}

.st-alerta {
  color: #ffdc00;
}

.st-noconectado {
  color: #808080;
}

.st-emergencia {
  color: #ff8900;
}

.st-max-riesgo {
  color: #cd2a1b;
}

.st-bajante {
  color: #2678E8;
}

.st-normal {
  color: #00bfbc;
}


.bg-azul {
  background-color: #2678E8
}

.bg-azul>i[class^="fi-"],
.bg-azul>i[class*=" fi-"] {
  color: #fff
}

.bg-azul>span {
  color: #fff
}

.bg-verde {
  background-color: #00bfbc
}

.verde-azul>i[class^="fi-"],
.bg-verde>i[class*=" fi-"] {
  color: #fff
}

.bg-verde>span {
  color: #000
}

.bg-amarillo {
  background-color: #ffdc00
}

.bg-amarillo>i[class^="fi-"],
.bg-amarillo>i[class*=" fi-"] {
  color: #fff
}

.bg-amarillo>span {
  color: #fff
}

.bg-naranja {
  background-color: #ff8900
}

.bg-naranja>i[class^="fi-"],
.bg-naranja>i[class*=" fi-"] {
  color: #fff
}

.bg-naranja>span {
  color: #fff
}

.bg-rojo {
  background-color: #cd2a1b
}

.bg-rojo>i[class^="fi-"],
.bg-rojo>i[class*=" fi-"] {
  color: #fff
}

.bg-rojo>span {
  color: #fff
}

.bg-gris {
  background-color: #808080
}

.bg-gris>i[class^="fi-"],
.bg-gris>i[class*=" fi-"] {
  color: #fff
}

.bg-gris>span {
  color: #fff
}

.autofill:-webkit-autofill {
  /* Set your desired styles here */
  -webkit-text-fill-color: white !important;
  background-color: #f7a800 !important;
  -webkit-background-clip: text !important;
}