/*
 * Copyright 2016 Google Inc.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


* {
  box-sizing: border-box; }


:root {
  --button-back-color: #4aafe3;
  --button-fore-color: #fff;
  --form-back-color: #fff;
}  
  
[type="checkbox"].modal+div {
    top: 0px !important;
    height:95vh !important;
    z-index: 1000 !important;
}

[type="checkbox"].modal+div .card {
    max-width: 90vw !important;
    max-height: 85vh !important;
    margin-top: 50px !important;
}
  
[type="checkbox"].modal+div .card #textDialog {
    overflow: auto;
}    
  
[type="checkbox"], [type="radio"] {
	vertical-align: middle !important;
}	
  
html, *
  {
      font-family: 'Dosis', sans-serif; 
	  /*font-family: 'Dosis', sans-serif;*/
  }
  
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  
  /*font-weight: 400;
  font-display: optional;*/
  color: #4371af;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  overflow: hidden; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  background: #fff;
  overscroll-behavior: none;
}

.header{
    background-color:#fff;
    max-height:54px;
	min-height:48px;
}  

.logoheader{
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    position: absolute;
    margin-right: auto;
    width: 54px;
}


@media only screen and (max-height: 458px) and (display-mode:browser){  
.main, html {
    /* min-height: 330px; */
	/* max-height: 330px; */
	height: 83%;
    width: 100vw;
    overflow: auto;
	font-size: 11px;
    pointer-events: auto;
}
.logotipoHome > img {
    width: 25%;
    max-width: 512px;
}

}

@media only screen and (min-height: 458px) and (max-height: 478px) and (display-mode:browser){  
.main, html {
    /* min-height: 330px; */
	/* max-height: 330px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 25%;
    max-width: 512px;
}

}

@media only screen and (min-height: 478px) and (max-height: 498px) and (display-mode:browser){  
.main, html {
    /* min-height: 330px; */
	/* max-height: 330px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 30%;
    max-width: 512x;
}
}

@media only screen and (min-height: 498px) and (max-height: 518px) and (display-mode:browser){  
.main, html {
    /* min-height: 330px; */
	/* max-height: 330px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 35%;
    max-width: 512px;
}
} 

@media only screen and (min-height: 518px) and (max-height: 538px) and (display-mode:browser){  
.main, html {
	/* min-height: 350px; */
    /* max-height: 350px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 40%;
    max-width: 512px;
}
}

@media only screen and (min-height: 538px) and (max-height: 558px) and (display-mode:browser){  
.main, html {
	/* min-height: 350px; */
    /* max-height: 350px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 45%;
    max-width: 512px;
}
}
  
@media only screen and (min-height: 558px) and (max-height: 578px) and (display-mode:browser){  
.main, html {
	/* min-height: 370px; */
    /* max-height: 370px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 13px;
}
.logotipoHome > img {
    width: 50%;
    max-width: 512px;
}
}

@media only screen and (min-height: 578px) and (max-height: 598px) and (display-mode:browser){  
.main, html {
	/* min-height: 370px; */
    /* max-height: 370px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 14px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 598px) and (max-height: 618px) and (display-mode:browser){  
.main, html {
	/* min-height: 390px; */
    /* max-height: 390px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 14px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 618px) and (max-height: 638px) and (display-mode:browser){  
.main, html {
	/* min-height: 390px; */
    /* max-height: 390px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 14px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 638px) and (max-height: 658px) and (display-mode:browser){  
.main, html {
	/* min-height: 410px; */
    /* max-height: 410px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 16px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 658px) and (max-height: 678px) and (display-mode:browser){  
.main, html {
	/* min-height: 410px; */
    /* max-height: 410px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 16px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 678px) and (max-height: 698px) and (display-mode:browser){  
.main, html {
	/* min-height: 430px; */
    /* max-height: 430px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 17px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 698px) and (max-height: 718px) and (display-mode:browser){  
.main, html {
	/* min-height: 430px; */
    /* max-height: 430px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 17px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 718px) and (max-height: 738px) and (display-mode:browser){  
.main, html {
	/* min-height: 450px; */
    /* max-height: 450px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 18px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 738px) and (max-height: 758px) and (display-mode:browser){  
.main, html {
	/* min-height: 450px; */
    /* max-height: 450px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 18px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 758px) and (max-height: 778px) and (display-mode:browser){  
.main, html {
	/* min-height: 470px; */
    /* max-height: 470px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 19px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 778px) and (max-height: 798px) and (display-mode:browser){  
.main, html {
	/* min-height: 470px; */
    /* max-height: 470px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 19px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 798px) and (max-height: 818px) and (display-mode:browser){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 20px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 818px) and (max-height: 838px) and (display-mode:browser){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 20px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 838px) and (max-height: 858px) and (display-mode:browser){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 20px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 858px) and (max-height: 878px) and (display-mode:browser){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 21px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 878px) and (max-height: 898px) and (display-mode:browser){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 21px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 898px) and (max-height: 1400px) and (display-mode:browser){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 21px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}


@media only screen and (min-height: 458px) and (max-height: 478px) and (display-mode:fullscreen),
only screen and (min-height: 458px) and (max-height: 478px) and (display-mode:standalone){  
.main, html {
    /* min-height: 330px; */
	/* max-height: 330px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 9px;
}
.logotipoHome > img {
    width: 25%;
    max-width: 512px;
}
}

@media only screen (max-height: 458px) and (display-mode:fullscreen),
only screen (max-height: 458px) and (display-mode:standalone){  
.main, html {
    /* min-height: 330px; */
	/* max-height: 330px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 25%;
    max-width: 512px;
}
}

@media only screen and (min-height: 478px) and (max-height: 498px) and (display-mode:fullscreen),
only screen and (min-height: 478px) and (max-height: 498px) and (display-mode:standalone){  
.main, html {
    /* min-height: 330px; */
	/* max-height: 330px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 30%;
    max-width: 512px;
}
}

@media only screen and (min-height: 498px) and (max-height: 518px) and (display-mode:fullscreen),
only screen and (min-height: 498px) and (max-height: 518px) and (display-mode:standalone){  
.main, html {
    /* min-height: 330px; */
	/* max-height: 330px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 35%;
    max-width: 512px;
}
} 

@media only screen and (min-height: 518px) and (max-height: 538px) and (display-mode:fullscreen),
only screen and (min-height: 518px) and (max-height: 538px) and (display-mode:standalone){  
.main, html {
	/* min-height: 350px; */
    /* max-height: 350px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 40%;
    max-width: 512px;
}
}

@media only screen and (min-height: 538px) and (max-height: 558px) and (display-mode:fullscreen),
only screen and (min-height: 538px) and (max-height: 558px) and (display-mode:standalone){  
.main, html {
	/* min-height: 350px; */
    /* max-height: 350px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 12px;
}
.logotipoHome > img {
    width: 45%;
    max-width: 512px;
}
}
  
@media only screen and (min-height: 558px) and (max-height: 578px) and (display-mode:fullscreen),
only screen and (min-height: 558px) and (max-height: 578px) and (display-mode:standalone){  
.main, html {
	/* min-height: 370px; */
    /* max-height: 370px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 13px;
}
.logotipoHome > img {
    width: 50%;
    max-width: 512px;
}
}

@media only screen and (min-height: 578px) and (max-height: 598px) and (display-mode:fullscreen),
only screen and (min-height: 578px) and (max-height: 598px) and (display-mode:standalone){  
.main, html {
	/* min-height: 370px; */
    /* max-height: 370px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 14px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 598px) and (max-height: 618px) and (display-mode:fullscreen),
only screen and (min-height: 598px) and (max-height: 618px) and (display-mode:standalone){  
.main, html {
	/* min-height: 390px; */
    /* max-height: 390px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 14px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 618px) and (max-height: 638px) and (display-mode:fullscreen),
only screen and (min-height: 618px) and (max-height: 638px) and (display-mode:standalone){  
.main, html {
	/* min-height: 390px; */
    /* max-height: 390px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 14px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 638px) and (max-height: 658px) and (display-mode:fullscreen),
only screen and (min-height: 638px) and (max-height: 658px) and (display-mode:standalone){  
.main, html {
	/* min-height: 410px; */
    /* max-height: 410px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 16px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 658px) and (max-height: 678px) and (display-mode:fullscreen),
only screen and (min-height: 658px) and (max-height: 678px) and (display-mode:standalone){  
.main, html {
	/* min-height: 410px; */
    /* max-height: 410px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 16px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 678px) and (max-height: 698px) and (display-mode:fullscreen),
only screen and (min-height: 678px) and (max-height: 698px) and (display-mode:standalone){  
.main, html {
	/* min-height: 430px; */
    /* max-height: 430px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 17px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 698px) and (max-height: 718px) and (display-mode:fullscreen),
only screen and (min-height: 698px) and (max-height: 718px) and (display-mode:standalone){  
.main, html {
	/* min-height: 430px; */
    /* max-height: 430px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 17px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 718px) and (max-height: 738px) and (display-mode:fullscreen),
only screen and (min-height: 718px) and (max-height: 738px) and (display-mode:standalone){  
.main, html {
	/* min-height: 450px; */
    /* max-height: 450px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 18px;
}
}

@media only screen and (min-height: 738px) and (max-height: 758px) and (display-mode:fullscreen),
only screen and (min-height: 738px) and (max-height: 758px) and (display-mode:standalone){  
.main, html {
	/* min-height: 450px; */
    /* max-height: 450px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 18px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 758px) and (max-height: 778px) and (display-mode:fullscreen),
only screen and (min-height: 758px) and (max-height: 778px) and (display-mode:standalone){  
.main, html {
	/* min-height: 470px; */
    /* max-height: 470px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 19px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 778px) and (max-height: 798px) and (display-mode:fullscreen),
only screen and (min-height: 778px) and (max-height: 798px) and (display-mode:standalone){  
.main, html {
	/* min-height: 470px; */
    /* max-height: 470px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 19px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 798px) and (max-height: 818px) and (display-mode:fullscreen),
only screen and (min-height: 798px) and (max-height: 818px) and (display-mode:standalone){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 20px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 818px) and (max-height: 838px) and (display-mode:fullscreen),
only screen and (min-height: 818px) and (max-height: 838px) and (display-mode:standalone){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 20px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 838px) and (max-height: 858px) and (display-mode:fullscreen),
only screen and (min-height: 838px) and (max-height: 858px) and (display-mode:standalone){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 20px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 858px) and (max-height: 878px) and (display-mode:fullscreen),
only screen and (min-height: 858px) and (max-height: 878px) and (display-mode:standalone){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 21px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 878px) and (max-height: 898px) and (display-mode:fullscreen),
only screen and (min-height: 878px) and (max-height: 898px) and (display-mode:standalone){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 21px;
}
.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

@media only screen and (min-height: 898px) and (max-height: 1400px) and (display-mode:fullscreen),
only screen and (min-height: 898px) and (max-height: 1400px) and (display-mode:standalone){  
.main, html {
	/* min-height: 490px; */
    /* max-height: 490px; */
	height: 95%;
    width: 100vw;
    overflow: auto;
	font-size: 21px;
}

.logotipoHome > img {
    width: 55%;
    max-width: 512px;
}
}

.main{
    position:relative;
    z-index: 2;
}

.imgBanner{
    width:100%;
    position:absolute;
    bottom:0px;
    right:0px;
    left:0px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    max-width: 512px;
}

.spaceExtraBottom{
	margin-bottom: 0.625em;
}

.spaceExtraTop{
	margin-top: 0.625em;
}

.parent{
	height:100%;
}

.home-page{
	display:block;
	height:inherit;
	width:100%;
}

.centerAlign{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.titulo{
    text-align:center;
    margin-bottom: 0.625em;   
    font-family: 'Dosis', sans-serif !important;
}    

.titulo span{
    font-size: 2.3em;
    font-weight: bold;
}

.tituloMedium{
    text-align:center;
    margin-bottom: 0.325em;
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'Dosis', sans-serif !important;
	margin-top: 0.325em;
}


.tituloSmall{
    text-align:center;
    margin-bottom: 0.625em;
    font-size: 1.4em;
    font-weight: bold;
    font-family: 'Dosis', sans-serif !important;
}

.fuenteCabecera{
    font-size: 1.3em;
    color:#fff;
    font-weight: bold;
    font-family: 'Dosis', sans-serif !important;
}

.rght{
    text-align: right;
}

.cntr{
    text-align: center;
}

.izq{
    text-align: left !important;
}

.texto{
    min-height: 10%;
    text-align: center;
    font-family: 'Dosis', sans-serif !important;
	margin-top: 0.625em;
}

.texto span{
    font-size: 1.4em;
}

.btnIntro{
    text-align: center;
    min-height: 30px;
    font-family: 'Dosis', sans-serif !important;
	margin-top: 0.625em;
}

button{
    text-align: center;
    min-height: 37px;
	width: 93%;
	padding: 8px;
    font-family: 'Dosis', sans-serif !important;
	border-radius: 4px;
	margin-top: 0.525em;
    margin-bottom: 0.525em;
	font-size: 1.2em;
    font-weight: bold;
	margin-left: 0px;
    margin-right: 0px;
	align-items: center;
}

.ctrlForm{
	z-index:900;
	background-color: #fff

;
}

.labelForm{
	font-size: 1.2em;
    font-weight: bold;
}

.negrita{
	font-weight: bold;
}

select{
	width: 100% !important;
}

.logotipoHome{
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.logotipo{
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70%;
}

.logotipo > img {
    width: 85%;
    max-width: 512px;
}

.splash{
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50%;
}

.splash > img {
    width: 85%;
    max-width: 512px;
}

.splashBtn{
	position: absolute;
	display: flex;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 85%;
	align-items: center;
}

.splashGPS{
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position:relative;
}

.splashGPS > img {
    width: 90%;
    max-width: 512px;
}

[v-cloak] { 
    display: none; 
}


#tablaDashboard {
    /*display: table;*/
    width: 88.375%;
    max-width: 88.375%;
    text-align: center;
    margin: 0 auto;
	padding-top: 0.75em;
}

#cabDashboard, .bodyDashboard{
    /*display: table-row;*/
}

.bodyLeftDashboard{
	width: 50%;
	float:left;
}

.bodyRightDashboard{
	width: 50%;
	float: right;
}

#cabLavadoras, #cabSecadoras{
    /*display: table-cell;*/
    vertical-align: middle;
    padding-bottom: 1em;
    max-width: 100%;
    width: 100%;
}

.cabeceraLav{
    background-color: #4aafe3;
    color:#fff;
    max-width: 97%;
    width: 97%;
	font-size:1.3em;
	font-weight: bold;
	border-radius: 4px;
    margin-bottom: 0.25em;
}

.cabeceraBookPaidLav{
    background-color: #4aafe3;
    color:#fff;
    width: 100%;
	/*font-size:1.4em;*/
	font-weight: bold;
	border-radius: 4px;
}

.cabeceraSec{
    background-color: #4371af;
    color:#fff;
    width: 97%;
	font-size:1.3em;
	font-weight: bold;
	border-radius: 4px;
    margin-bottom: 0.25em;
}

.cabeceraBookPaidSec{
    background-color: #4371af;
    color:#fff;
    width: 100%;
	/*font-size:1.4em;*/
	font-weight: bold;
	border-radius: 4px;
}

.itemLavadora, .itemSecadora {
    /*display: table-cell;*/
    vertical-align: middle;    	
    max-width: 100%;
    width: 100%;
	padding-bottom: 0.925em;
}

.bookpaid-page, .paid-page {
    display: table;
    width: 90%;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 1em;
	border-collapse: separate;
    -webkit-border-vertical-spacing: 0.5em;
}


.busy-page, .book-page {
    width: 84.375%;
    max-width: 84.375%;
	height:100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 0.25em;
	border-collapse: separate;
    -webkit-border-vertical-spacing: 0.8em;
}

#cabMaquina, #btnActions
{
    display: table-row;
    vertical-align: middle;
    padding: 10px;
    /*font-size: 19px;*/
}

#itemMaquina
{
    /*display: table-row;*/
    vertical-align: middle;
    /*font-size: 19px;*/
}

#timerMaquina
{
   /* display: table-row;*/
   margin-top: 0.375em;
   margin-bottom: 0.375em;
   height:50%;
}

.timerCell{
    /*display: table-cell;*/
    vertical-align: middle;
    font-size: 1.6em;    
    width: 100%;
    height: 100%;
    position: relative;
	margin: 0 auto;	
}

.contentSvgDashBoard{
    position:relative;
    height: 4.77em;
	width: 100%;
}

.contentSvg{
    position:relative; 
    overflow: auto; 
    height: 12.39em;
	width: 100%;
}

.contentSvgPaid{
    position:relative; 
    overflow: auto; 
	width:100%;
    height: 12.39em;
}

.margenTop{
    margin-top: 0.375em;
}

.contentSvgDashBoard .Sektor {
  width: 100%;
  height: 4.78em;
  position: absolute;
  left: 0px;
  top: 0px;
}

.contentSvg .Sektor {
  width: 130px;
  height: 64px;
  position: absolute;
  left: -31px;
}

.timerSvg{
    position:relative;
    height: 100%;
}

.textTimer{
    position: absolute;  
    font-size: 1.7em;
    font-weight: bold; 
	width: 100%;
	display: flex;
	text-align:center;
    justify-content: center;
    align-items: center;
    height: inherit;
    margin-top: 0px;
	top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
}

.textOrderId{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    font-size: 1.0em;
    font-weight: bold;  
	width: 100%;
	display: flex;
	text-align:center;
    justify-content: center;
    align-items: center;
    height: inherit;
    margin-top: 40px;
}

.textMachine{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    font-size: 2.0em;
    font-weight: bold;  
    width: 100%;
    display: flex;
    text-align:center;
    justify-content: center;
    align-items: center;
    height: inherit;
    margin-top:  -65px;
}

.timerSvg .Sektor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.numDashboard{
    position: absolute;
    top: 0px;
    left: 0px;	
    font-size: 2.78em;
    font-weight: bolder;
	width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numBook{
    position: absolute;
    top: 0px;
    left: 0px;	
    font-size: 6.46em;
    font-weight: bolder;
	width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numPaid{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 5.8em;
    font-weight: bolder;
	width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numberWeight{
    position: absolute;
    top: 9px;
    font-size: 24px;
    font-weight: bold;
    right: 16%;
}

.numberBookPaidWeight{
    position: absolute;
    top: 13px;
    font-size: 28px;
    right: 18%;
	color: black;
}

.numDashboard.Free, .numBook.Free, .numPaid.Free, .numPaid.Book, .numberWeight.Free{
    color: #00D25F;
}

.numDashboard.Book,.numberWeight.Book
{
    color: #4aafe3;
}

.numDashboard.Busy, .numDashboard.Start, .numberWeight.Busy, .numBook.Busy, .numPaid.Busy{
    color: #FF0000;
}

.numDashboard.Off, .numBook.Off, .numPaid.Off, .numberWeight.Off{
    color: #ccc;
}

.labelFree{
    background-color: #00D25F
;
    max-width: 25px;
	min-width: 25px;
    max-height: 18px !important;
    min-height: 14px;
	border-radius: 4px;
}

.labelBook{
    background-color: #4aafe3
;
    max-width: 25px;
	min-width: 25px;
    max-height: 18px !important;
    min-height: 14px;
	border-radius: 4px;
}

.labelBusy{
    background-color: #FF0000;
    max-width: 25px;
	min-width: 25px;
    max-height: 18px !important;
    min-height: 14px;
	border-radius: 4px;
}

.labelColor{
	width: 32px;
	padding-right: 5px !important;
}

.leyenda{
    border:none !important;
	width: 100%;
    max-height: 18px !important;	
    list-style-type: none;
    display: block;
    margin: 0px;
	padding: 0px;
	padding-top: 0.5em;
}

.leyenda li {
    display: inline-block;
    padding: 5px 0px 5px 0px;
	font-size: 0.875em;
	list-style: none;
}

.leyenda li span{
    display: inline-block;
    padding: 5px 0px 5px 0px;
    width: 25px;
}

.labelOne{
	text-align: left;
}

.labelTwo{
	text-align: center;	
}

.labelThree{
	text-align: right;
}

.spaceZero{
	padding: 0px;
}

.svgDash {
    width: 100%;
    height: 100%;
	display: block;
}

.svgDashBookPaid{
	width: 100%;
    height: 100%;
	display: block;
}

.lavadoraOut {
    fill:none;
    stroke-width:0.6px;
}

.lavadoraIn {
    fill:none;
    stroke-width: 0.4px;
}

.lavadoraOutBookPaid {
    fill:none;
    stroke-width:0.6px;
}

.lavadoraInBookPaid {
    fill:none;
    stroke-width:0.4px;
}

.lavadoraIn.Free, .secadoraIn.Free,.lavadoraInBookPaid.Free,.secadoraInBookPaid.Free,.lavadoraInBookPaid.Book, .secadoraInBookPaid.Book
{
    stroke: #00D25F;
}


.secadoraOut.Free, .secadoraOutBookPaid.Free, .secadoraOutBookPaid.Book

{
    stroke: #4371af;
}

.lavadoraOut.Free,.lavadoraOutBookPaid.Free, .lavadoraOutBookPaid.Book

{
    stroke: #4aafe3;
}


.lavadoraIn.Book, .lavadoraOut.Book, .secadoraIn.Book, .secadoraOut.Book
{
    stroke: #4aafe3;
}

.lavadoraIn.Start, .lavadoraOut.Start, .lavadoraIn.Busy, .lavadoraOut.Busy, .secadoraIn.Start, .secadoraOut.Start, .secadoraIn.Busy, .secadoraOut.Busy, .lavadoraInBookPaid.Busy, .lavadoraOutBookPaid.Busy, .lavadoraInBookPaid.Start, .lavadoraOutBookPaid.Start, .secadoraInBookPaid.Start , .secadoraOutBookPaid.Start, .secadoraInBookPaid.Busy, .secadoraOutBookPaid.Busy
{
    stroke: #FF0000;
}

.lavadoraIn.Off, .lavadoraOut.Off, .secadoraIn.Off, .secadoraOut.Off, .lavadoraInBookPaid.Off, .lavadoraOutBookPaid.Off .secadoraInBookPaid.Off, .secadoraOutBookPaid.Off
{
    stroke: #ccc;
}

.secadoraOut {
    fill:none;
    stroke-width:0.6px;    
}

.secadoraIn {
    fill:none;
    stroke-width:0.4px;    
}

.secadoraOutBookPaid {
    fill:none;
    stroke-width: 0.6px;
}


.secadoraInBookPaid {
    fill:none;
    stroke-width: 0.4px;
    stroke:blue;
}

.btnPaid button{
    background-color: #00D25F !important;
}

.btnPagar button{
    background-color: #00D25F  !important;
}

.btnBizum button{
    background-color: #4aafe3 !important;
}

.btnXpay button{
    background-color: #4371af !important;
}

.btnBook button{
    background-color: #4371af !important;
}

.btnBook,.btnPaid,.btnPagar,.btnBizum,.btnVisa,.btnXpay{
	z-index: 900;
}

.tablePrice{
    color: #4371af;
    font-weight: bold;
    font-size: 2.0em;
	padding-bottom: 0.15em;
}

.tableText{
    color:black;
    font-size: 0.9em;
	z-index: 900;	
}

.textPaid{
    color:black;
    font-size: 0.9em;	
	text-align: left;
	z-index: 900;
}

.textConditions
{
	color:#4371af;
    font-size: .80em;
	text-align: left;
	z-index: 900;
}

.timer{
    height: 250px;
}

.update-page{
    text-align: center;
}

#popupcookies{
    position: absolute;
    display: none;
    margin:0 auto;
    top:0px;
    left: 0px;
    right: 0px;
    width: 95vw;
    max-height: 50vh;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);    
}

#textCookies p{
    font-size: 12px;
}

.dropdown{
    position:relative;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content 
{
  display: none;
  position: absolute;
  right: 0px;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 950;
}

/* Links inside the dropdown */
.dropdown-content span 
{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.9em;
}

.dropdown-show 
{
    display:block;    
}

.dropdown-content li {
    display: block;
    position: relative;
}

.dropdown-content ul ul {
    display: none;
}

.dropdown-content ul ul li {
    max-width:150px;
    min-width:150px;
}

/* Dropdown Content (Hidden by Default) */
.dropLanguage{
    position:relative;
}

.dropLanguage-content 
{
  display: none;
  position: absolute;
  right: 0px;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 950;
}

/* Links inside the dropdown */
.dropLanguage-content span 
{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.9em;
}

.dropLanguage-show 
{
    display:block;    
}

#nameShop{
    color: #4371af;
 ;
    font-weight: bold;
	font-size: 0.95em;
    line-height: 60px;    
}

.history{
    overflow:auto;
    min-height:50vh;
    max-height:65vh;
}

.reset{
	clear:both;
}

.collapse{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 100% !important;
    position:relative;
}

.collapse>label{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 4px !important;
    background: var(--button-back-color) !important;
    color: var(--button-fore-color) !important;
    border: .0625rem solid var(--button-border-color) !important;
    margin-top: 2px !important;
    height: auto !important;
}

.bot
{
    height: 100%;
    width: 100%;
    border: none;    
}

.ios-prompt 
{
    background-color: #fcfcfc;
    border: 1px solid #666;
    display: none;
    padding: 0.8rem 1rem 0 0.5rem;
    text-decoration: none;
    font-size: 16px;
    color: #555;

    position: absolute;
    margin: 0 auto 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    z-index: 3;
}

.iconPago {
    font-size: 3em;
}

.iconMail
{
    font-size: 3em;
}

.iconMail.accept
{
    color: #4aafe3;
}

.flipswitch {
  position: relative;
  background: #c9c8c8;
  width: 80px;
  height: 40px;
  -webkit-appearance: initial;
  border-radius: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-size: 0.65em;
  /*font-family: Trebuchet, Arial, sans-serif;*/
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #ddd;
}

.flipswitch:after {
  position: absolute;
  top: 5%;
  display: block;
  line-height: 32px;
  width: 45%;
  height: 90%;
  background: #fff !important;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  color: black;
  border: #4371af 1px solid;
  border-radius: 20px;
}

.flipswitch:after {
  left: 2%;
  content: "OFF";
}

.flipswitch:checked:after {
  left: 53%;
  content: "ON";
  background: #4aafe3;
}

.flipswitch:before{
    top:0 !important;
}

.flipswitch:checked {
    background: #4aafe3;
}

.flipswitchalign {
    line-height: 45px;
}

#acpconpaid, #acpcond {
    color: #4aafe3;
}

.user-status {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}

.user-status i {
    margin-right: 5px;
}

.dropdown-content .user-status {
    background-color: #f9f9f9;
    border-radius: 4px;
    margin: 5px;
}
#userHeaderStatus {
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
}

#userHeaderStatus i {
    margin-right: 3px;
}

/* Para pantallas más pequeñas, ajustar el tamaño */
@media (max-width: 768px) {
    #userHeaderStatus {
        max-width: 60px;
        font-size: 10px;
    }
    
    .col-sm-2 {
        padding-right: 2px !important;
    }
}