#canvas {
  width: 50%;
}

.center-vh{
  align-items: flex-end;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #e80c0c;
}
.modal-body{
  overflow-y: auto;
}
.dock-body{
  height: 100% !important;
}

.clock {
  color: #17D4FE;
  font-size: 30px;
  font-family: Orbitron;
  letter-spacing: 3px;
}

.btn-modal > i.fa{
  display: flex !important;
  align-items: center;
  flex-direction: column;
  margin-top: 3vh;
}

/*div.seatNumber{
  background-image: url('/img/auto.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size0px;
}*/

.fs-60 {
    font-size: 35px !important;
    line-height: 1.2;
}

.form-check-label {
    padding-left: 2.25rem;
}

.boton-panico-1{
  background-color: #E85F5C;
  border-color: #E85F5C;
  color: #fff;
}

.boton-panico-2{
  background-color: #ACF39D;
  border-color: #ACF39D;
  color: #fff;
}

.boton-panico-3{
  background-color: #E3B5A4;
  border-color: #E3B5A4;
  color: #fff;
}

.boton-verde{
  background-color: #FCC300;
  border-color: #FCC300;
  color: #fff;
}

.boton-naranja{
  background-color: #9DC622;
  border-color: #9DC622;
  color: #FFF;
}

.boton-aqua{
  background-color: #029E6E;
  border-color: #029E6E;
  color: #FFF;
}

.boton-rosa{
  background-color: #04A8EF;
  border-color: #04A8EF;
  color: #FFF;
}

.boton-azul{
  background-color: #1F4C9D;
  border-color: #1F4C9D;
  color: #FFF;
}

.boton-azul-f{
  background-color: #18314F;
  border-color: #18314F;
  color: #FFF;
}

.boton-azul-pe{
  background-color: #6CA6C1;
  border-color: #6CA6C1;
  color: #FFF;
}

.boton-violeta{
  background-color: #981F89;
  border-color: #981F89;
  color: #FFF;
}

.boton-1{
  background-color: #E61A73;
  border-color: #E61A73;
  color: #FFF;
}

.amenidades-2{
  background-color: #E5D352;
  border-color: #E5D352;
  color: #FFF;
}

.amenidades-1{
  background-color: #B191FF;
  border-color: #B191FF;
  color: #FFF;
}

.boton-2{
  background-color: #E3200E;
  border-color: #E3200E;
  color: #FFF;
}

.boton-residente-verde{
  color: #FFF;
  background-color: #a6c744;
  border-color: #a6c744;
}

.boton-residente-naranja{
  color: #FFF;
  background-color: #fbca2f;
  border-color: #fbca2f;
}

.boton-residente-esmeralda{
  color: #FFF;
  background-color: #00a77a;
  border-color: #00a77a;
}

.boton-residente-rojo{
  color: #FFF;
  background-color: #e5442b;
  border-color: #e5442b;
}

.btn-salsa{
  color: #FFF;
  background-color: #003844;
  border-color: #003844;
}

.boton-residente-azul{
  color: #FFF;
  background-color: #29b0e5;
  border-color: #29b0e5;
}

.boton-residente-rosa{
  color: #FFF;
  background-color: #e9407d;
  border-color: #e9407d;
}

.boton-residente-azulozo{
  color: #FFF;
  background-color: #425ba4;
  border-color: #425ba4;
}

.boton-residente-violeta{
  color: #FFF;
  background-color: #9d3e90;
  border-color: #9d3e90;
}
  
.seatSelection {
  text-align: center;
  padding: 5px;
  margin: 15px;
}

.seatsReceipt {text-align: center;}

.seatNumber {
  display: inline-table;
  padding: 20px;
  background-color: #5c86eb;
  color: #FFF;
  border-radius: 5px;
  cursor: default;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 10px;
 }

.seatRow {padding: 10px;}

.seatSelected {
  background-color: lightgreen;
  color: black;
 }

.seatUnavailable {background-color: gray;}

.seatSelectedUnavailable{
  background-color: red !important;
  color: white;
}

.seatRowNumber {
  clear: none;
  display: inline;
 }

.hidden {display: none;}

.seatsAmount {max-width: 2em;}

ul#seatsList > li {
  font-size: 19px;
}

.btn-modal{
  width: 48%;
  height: 17vh;
  margin-top: 5px;
  margin-left: 6px;
}

.btn-modal-completo{
  width: 97%;
  height: 17vh;
  margin-top: 5px;
  margin-left: 6px;
}

.login-image{
  background-image: url('/img/login-small.png');
}

.error-suspendido{
  background-image: url('/img/suspendido/Web_Doorman_Suspendido.png');
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.error-401{
    background-image: url('/img/errores/movil/background_1125 x 2436.png');

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-404{
    background-image: url('/img/errores/movil/background_1125 x 2436.png');

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-419{
    background-image: url('/img/errores/movil/background_1125 x 2436.png');

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-consulta{
    background-image: url('/img/suspendido/WEB_+Servicios.png');

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-500{
    background-image: url('/img/errores/movil/background_1125 x 2436.png');

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-xxl {
  width: 50vw;
  height: 50vw;
  line-height: 96px;
  font-size: 1.375rem;
}

.header-info {
  margin-top: 65px;
  margin-bottom: 30px;
}

.header-info {
  margin: 50px 0;
  padding: 0 30px;
  display: -webkit-box;
  display: table-cell;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.header-title{
  font-size: 3vh;
  margin-top: 42px;
}

.toggler {
  padding: 15px 15px;
  width: 45%;
}

.check-service{
  margin-left: 15px;
}

.modal-center .modal-dialog {
    margin: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important;
}

.ultimo-registro-top{
  display: none;
}

table > tbody > tr > td {
  overflow-wrap: anywhere;
}

@media(min-width:320px){

  .text-secondary{
    font-size: 100px !important;
    visibility: hidden;
  }
  .center-vh {
    align-items: center;
  }
  .login-image{
    background-image: url('/img/login-small.png');
  }

  .error-401{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-404{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-419{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-500{
    background-image: url('/img/errores/movil/ipadpro.png');
  }
  .error-suspendido{
    background-image: url('/img/suspendido/Doorman_Sevicio_Suspentido.png');
  }
  .error-consulta{
    background-image: url('/img/suspendido/Doorman_PagoxServicio.png');
  }
}

@media(min-width:360px){

  .text-secondary{
    font-size: 170px !important;
    visibility: hidden;
  }
  .center-vh {
    align-items: center;
  }
  .login-image{
    background-image: url('/img/login-small.png');
  }

  .error-401{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-404{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-419{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-500{
    background-image: url('/img/errores/movil/ipadpro.png');
  }
}

@media(min-width:411px){

  .text-secondary{
    font-size: 150px !important;
    visibility: hidden;
  }
  .center-vh {
    align-items: center;
  }
  .login-image{
    background-image: url('/img/login-small.png');
  }

  .error-401{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-404{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-419{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-500{
    background-image: url('/img/errores/movil/ipadpro.png');
  }
}

@media(min-width:768px){

  .text-secondary {
    font-size: 200px !important;
    visibility: hidden;
  }
  .center-vh {
    align-items: center;
  }
  .login-image{
    background-image: url('/img/wallpaper_doorman.jpg');
  }

  .error-401{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-404{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-419{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-500{
    background-image: url('/img/errores/movil/ipadpro.png');
  }
}

@media(min-width:1024px){

  .center-vh {
    align-items: center;
  }
  .login-image{
    background-image: url('/img/wallpaper_doorman.jpg');
  }

  .error-401{
    background-image: url('/img/errores/movil/ipad1024.png');
  }

  .error-404{
    background-image: url('/img/errores/movil/ipad1024.png');
  }

  .error-419{
    background-image: url('/img/errores/movil/ipad1024.png');
  }

  .error-500{
    background-image: url('/img/errores/movil/ipad1024.png');
  }
  .error-suspendido{
    background-image: url('/img/suspendido/Tablet_Doorman_Suspendid.png');
  }
  .error-consulta{
    background-image: url('/img/suspendido/Tablet_Doorman_+Servicios.png');
  }
}




@media(min-width:1366px){

  .center-vh {
    align-items: center;
  }
  .login-image{
    background-image: url('/img/wallpaper_doorman.jpg');
  }

  .error-401{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-404{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-419{
    background-image: url('/img/errores/movil/ipadpro.png');
  }

  .error-500{
    background-image: url('/img/errores/movil/ipadpro.png');
  }
}

@media(min-width:1920px){

  .center-vh {
    align-items: center;
  }
  .login-image{
    background-image: url('/img/wallpaper_doorman.jpg');
  }

  .error-401{
    background-image: url('/img/errores/background_1920 x 1200.png');
  }

  .error-404{
    background-image: url('/img/errores/background_1920 x 1200.png');
  }

  .error-419{
    background-image: url('/img/errores/background_1920 x 1200.png');
  }

  .error-500{
    background-image: url('/img/errores/background_1920 x 1200.png');
  }

  .toggler {
    width: auto;
  }

  .avatar-xxl {
    width: 15vw;
    height: 15vw;
    line-height: 96px;
    font-size: 1.375rem;
  }

  .header-info {
    margin: 50px 0;
    padding: 0 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .fs-60 {
    font-size: 60px !important;
    line-height: 1.2;
  }

  .header-title{
    font-size: 6vh;
  }

  .ultimo-registro-top{
    font-size: 10px;
    display: block !important;
  }

}


