
.swal-overlay {
  z-index: 999999999;
}


.pointer{
	cursor:pointer;
}

  #popup-modal-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.86);
  color: white;
  overflow: auto;
  z-index: 90000000;
  display: none; }






/*  =======  MODALES =========  */

#module_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: white;
  overflow: auto;
  z-index: 6000;
  display: none; }

#service_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  color: white;
  overflow: auto;
  z-index: 6000;
  display: none; }

#input_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: white;
  overflow: auto;
  z-index: 6000;
  display: none; }


#pdf_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: white;
  overflow: auto;
  z-index: 99000;
  display: none; }


#estimacion_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: white;
  overflow: auto;
  z-index: 60000;
  display: none; }


#modal_add_dimensiones {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: white;
  overflow: auto;
  z-index: 80000;
  display: none; }



#modal_edit_dimensiones {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: white;
  overflow: auto;
  z-index: 100000;
  display: none; }




#login_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(179, 214, 220, 0.89);
  color: white;
  overflow: auto;
  z-index: 6000;
  display: none; }
  

  .btn-cerrar, .btn-login-cerrar, 
  .btn-module-cerrar, 
  .btn-service-cerrar, 
  .btn-ldfile-cerrar {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #337ab7 !important;
  font-size: 2rem;
  margin-top: 3% !important;
  z-index: 60000; }

  .btn-odt-cerrar {
  position: absolute;

  color: #ffffff !important;
  font-size: 2rem;
  margin-top:19% !important;
  margin-left: 45% !important;
  z-index: 60000; }



/* ===================================
  Estilos Bienvenidos
====================================== */
.bienvenidos {
  background: url("../../images/cerro.png") no-repeat center center/cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-align: center; }

.bienvenidos:before {
  content: '';
  background: rgba(0, 0, 0, 0.41);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.bienvenidos .btn {
  width: 70%;
  margin-bottom: 0.5rem; }

/* ===================================
  Main Wall
====================================== */
.main_wall {
  background: url("../../images/cerro.png") no-repeat center center/cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-align: center;
  height: 100vh !important; }


.main_wall:before {
  content: '';
  background: rgba(0, 0, 0, 0.41);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }



#odt_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: white;
  overflow: auto;
  z-index: 6000;
  display: none; }