@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;1,300;1,400;1,500&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
  }

  body{
    margin-left: 80px;
    margin-top: 80px;
    transition: margin-left 300ms cubic-bezier(0.078, 0.135, 0.15, 0.86);
  }

  main{
    padding: 20px;
  }

  header {
    width: 100%;
    height: 80px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 200;
  }

  /*MENU DESPLEGABLE*/

.iconoHeader{
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(10px);
}

.iconoHeaderNombre{
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(10px);
  margin-left: 50px;
}
.iconoHeaderNombre i{
  font-size: 20px;
}
.iconoHeaderNombre p{
  margin: 0;
  margin-left: 5px;
}
.iconoHeader i{
  font-size: 20px;
  cursor: pointer;
  position: absolute;
}
.menuSide {
  width: 80px;
  height: 100%;
  background: #0e3d53;
  position: fixed;
  top: 0;
  left : 0;
  color: white;
  font-size: 18px;
  z-index: 300;
  overflow: hidden;
  overflow-y: scroll;
  border-right: 20px solid #0e3d53;
  transition: all 300ms cubic-bezier(0.078, 0.135, 0.15, 0.86);
}
/*Ocultar scroll chrome. safari, opera*/
.menuSide::-webkit-scrollbar{
  display: none;
}
/*Ocultar scroll IE. edge, FireFox*/
.menuSide{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/*Clases para el movimiento*/
.bodyMove{
  margin-left: 250px;
}
.bodyMoveR{
  margin-left: 500px;
}
.menuSideMove{
  width: 250px;
}

.tituloSide{
  padding: 15px 20px;
  display: flex;
  margin-top: 10px;
}


.logoSide img{
  height: 40px;
}


.opcionesMenu{
  padding: 20px 30px;
  position: absolute;
  top: 80px;
}

.opcionesMenu a {
  color:#ffffffb2;
  cursor: default;
  display: block;
  position: relative;
  transition: color 300ms;
}

.opcionesMenu a:hover {
 color: white;
 text-decoration: none;
}

.opcionesMenu .opcion{
  padding: 20px 0px;
  display: flex;
  align-items: center;
  position: relative;
}

.opcionesMenu .opcion i{
  width: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.opcionesMenu .opcion h4{
  font-weight: 300;
  cursor: pointer;
  margin: 0;
}

a.selected{
  color: #fff;
}

.selected:before{
  content: '';
  width: 3px;
  height: 80%;
  background: white;
  position: absolute;
  top :10%;
  left: -30px;
}



/*-MENU SIDE-*/
  .fuenteOs{
    font-family: 'Oswald', sans-serif;
  }
   /*---------------*/
label {
  font-weight: bold;
  margin-top: 15px;
}
.titulo{
  text-align: center;
  margin-top: 10px;
  padding: 10px;
}
.tituloModalcss{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.oculto{
  display : none;
}
.error{
  text-align: center;
  font-weight: bold;
  color: red;
}
.noactivo{
  color : #E75C57;
}
.activo{
  color : #A8DF74;
}
.contenedor{
  margin: 0 auto ;
  width : 95%;
}
.contenedorDash{
  margin: 0 auto ;
  width : 95%;
  background-color: #e1e1e1;
  border-radius: 10px;
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.textArea{
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.confirmaciones{
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.textArea textarea{
  padding: 15px;
}
.espacio100{
  width: 100%;
  height: 100px;
}
.cajaTablasMm{
  background: #fff;
  width: 100%;
  padding: 15px;
  max-width: 2000px;
  margin: 0 auto;
  /*text-align: left;*/
  height: 450px;
  overflow-y:scroll;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.cajaTablasSm{
  background: #fff;
  width: 100%;
  padding: 15px;
  max-width: 2000px;
  margin: 0 auto;
  /*text-align: left;*/
  height: 600px;
  overflow-y:scroll;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.cajaTablas{
    background: #fff;
    width: 95%;
    max-width: 2000px;
    margin: 0 auto;
	  /*text-align: left;*/
    height: 2000px;
    overflow-y:scroll;
    border: 1px solid rgb(158, 114, 114);
    box-shadow: 
    0 5px 15px 1px rgba(217, 158, 47, 0.6), 
    0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.cajaTablasSAlto{
  background: #fff;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  /*text-align: left;*/
  padding: 15px;
  overflow-y:scroll;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.cajaTablasTarjetaReportes{
  background: #fff;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  /*text-align: left;*/
  height: 800px;
  overflow-y:scroll;
  overflow-x:scroll;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.tarjetaReportes{
  background: #fff;
  height: 1000px;
  margin: 10px;
  border-radius: 20px;
  border: 1px solid rgb(158, 114, 114);
    box-shadow: 
    0 5px 15px 1px rgba(217, 158, 47, 0.6), 
    0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.cajaTablasTarjeta{
  background: #fff;
  width: 95%;
  margin: 0 auto;
  /*text-align: left;*/
  height: 300px;
  overflow-y:scroll;
  overflow-x:scroll;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.cajaTablasDinamica{
  padding: 25px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  /*text-align: left;*/
  /*height: 600px;*/
  overflow-y:scroll;
  overflow-x:scroll;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.cajaTablasReporte{
  background: #fff;
  width: 80%;
  margin: 0 auto;
  /*text-align: left;*/
  height: 350px;
  overflow-y:scroll;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.blanco{
  color: white;
  font-weight: bold;
}
.naranja-bg{
background: rgba(255, 165, 0,0.4);
border: solid 1px orange;
}
.verde-bg{
background: rgba(0, 128, 0,0.4); 
border: solid 1px green;
}
.verde{
  color: rgba(0, 128, 0); 
  }
.rojo-bg{
  background: rgba(255, 0, 0,0.4);
  border: solid 1px red;
}
.sangre-bg{
  background: rgba(82, 6, 6, 0.4);
  border: solid 3px rgb(211, 95, 95);
}
.icono {
  padding : 5px;
}
.icono::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.icono-up::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f0de";
}
.icono-down::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f0dd";
}
.icono-admin::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f509";
  margin-right: 5px;
}
.icono-ticket::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f3ff";
  margin-right: 5px;
}
.icono-perfil::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f0c0";
  margin-right: 5px;
}
.icono-usuario::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f007";
  margin-right: 5px;
}
.icono-salir::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f2f5";
  margin-right: 5px;
}
.icono-servicio::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f552";
  margin-right: 5px;
}
.icono-enlace::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f0c1";
  margin-right: 5px;
}
.icono-dashboard::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f3fd";
  margin-right: 5px;
}
.icono-factura::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f46d";
  margin-right: 5px;
}
.icono-reporte::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f188";
  margin-right: 5px;
}
.icono-usuario::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f007";
  margin-right: 5px;
}
.icono-cliente::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f2bb";
  margin-right: 5px;
}
.icono-productos::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f788";
  margin-right: 5px;
}
.icono-jefe::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f714";
  margin-right: 5px;
}
.icono-unidades::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f0d1";
  margin-right: 5px;
}
.icono-agenda::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f073";
  margin-right: 5px;
}
.icono-evidencia::before {
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f030";
  margin-right: 5px;
}
.botonAbrirMenu {
  color: black;
  padding: 10px;
  transition: ease all 0.8s;
}
.botonAbrirMenu:hover{
  color: white;
  text-decoration: none;
  background-color: rgb(0, 0, 0,0.5);
}
.botonAbrirMenu::before {
  color: white;
  font-family: "Font Awesome 5 Free"; font-weight: 800; content: "\f0c9";
  margin-right: 5px;
}

/*TABLA COLAPSE*/
.tabla-colapse {
    margin: 1em 0;
    border-collapse: collapse;
    border: 0.1em solid #d6d6d6;
    width : 100%;
  }
.tabla-colapse tbody tr:hover {
  background-color: rgba(23, 58, 216, 0.075);
}
.tabla-colapse th,.tabla-colapse td {
    padding: 0.25em 0.5em 0.25em 1em;
    vertical-align: middle;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    /*border:solid 1px black;*/
  }  
  .tabla-colapse th {
    vertical-align: bottom;
    background-color: #3063d3;
    color: #fff;
    text-align: center;
  }
  .tabla-colapse tr:nth-child(even) th[scope=row] {
    background-color: #f2f2f2;
  }
  .tabla-colapse tr:nth-child(odd) th[scope=row] {
    background-color: #fff;
  }
  .tabla-colapse  tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .tabla-colapse tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  /*.tabla-colapse td:nth-of-type(2) {
    font-style: italic;
  }
  .tabla-colapse th:nth-of-type(3),
  .tabla-colapse td:nth-of-type(3) {
    text-align: right;
  }*/
  
  /* Fixed Headers */
.tabla-colapse th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
.tabla-colapse th[scope=row] {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }
.tabla-colapse th[scope=row] {
    vertical-align: top;
    color: inherit;
    background-color: inherit;
    background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
  }
.tabla-colapse:nth-of-type(2) th:not([scope=row]):first-child {
    left: 0;
    z-index: 3;
    background: linear-gradient(90deg, #666 0%, #666 calc(100% - .05em), #ccc calc(100% - .05em), #ccc 100%);
  }  
  /* Strictly for making the scrolling happen. */
.tabla-colapse th[scope=row] + td {
    min-width: 24em;
  }
.tabla-colapse th[scope=row] {
    min-width: 20em;
  }

  /*BOTONES*/
  .notificacionBoton{
    background : transparent;
    border: transparent;
    height: 35px;
    width: 35px;
  }
  .botn{
    background : transparent;
    border: transparent;
    cursor : pointer;
    transition: ease all 0.8s;
  }
  .botn:hover{
    background : rgba(151, 149, 149,0.4);
  }
  .boton {
      background: transparent;
      border: solid 1px gray;
      border-radius: 10px;
      cursor : pointer;
      transition: all ease 0.8s;
      height: 35px;
      width: 35px;
  }
  .botonUsuarios:hover {
    background: rgba(119, 115, 115,0.4);
  }
  .botonTabla {
    border: transparent;
    background: transparent;   
    cursor : pointer;
    transition: all ease 0.8s;  
  }
  .botonTabla:hover {
    background: rgba(119, 115, 115,0.4);
  }
/*SPINNER*/
.contenedorSpinnerClasico{
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10000;
}
.spinnerClasico {
  border: 15px solid #ccc;
  border-top-color: rgb(68, 74, 75);;
  border-top-style: groove;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  top : 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: girar 0.8s linear infinite;
      -o-animation: girar 0.8s linear infinite;
      animation: girar 0.8s linear infinite;
      box-shadow: 
      0 5px 15px 1px rgba(72, 80, 75, 0.6), 
      0 0 200px 1px rgba(175, 170, 170, 0.5);
}
@keyframes girar {
  from{
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

/*ASIDE*/
.aside{
  flex: 110px; 
  background : rgba(217, 158, 47, 0.6);
  border-radius: 5px;
  height: 650px;
}
.itemlateral a {    
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: bold;
}
.itemlateral{
  height: 50px;
  text-align: left;
  padding:10px;  
  transition: ease all 0.9s;
}
.itemlateral:hover{
  background : rgba(41, 41, 54,0.5);  
}

/*------ASIDE-------*/
/*BODY*/

/*------BODY--------*/

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(235, 21, 21);
	-webkit-transition: .1s;
	transition: .1s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: 1.4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  /*switch*/

  .iconoChico{
    height: 35px;
  }
  .iconoMediano{
    height: 50px;
  }
  .iconoGrande{
    height: 75px;
  }
  .centerMobile { 
    text-align: center;
    font-size: 45px;
  }
  .leftMobile { 
    text-align: left;
    font-size: 45px;
  }
  .sizeMobile { 
    font-size: 35px;
  }
  .infoAlterna {
    transition: all .3s ease-in-out;
  }
  .centrado{
    width: 50px;
    margin: 0 auto;
    cursor: pointer;
    transition: ease all 0.8s;
  }
  .divCentrado{   
    margin: 0 auto;
    width: 100px;
  }
  .centrado:hover{
    background: #e1e1e1;
  }

  .parallax {
    /* The image used */
    background-image: url("../img/trafico.jpeg");
  
    /* Set a specific height */
    height: 1100px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contenedorLoginTodo{
    margin-top: -80px;
    margin-left: -80px;
  }
  .contenedorLogin{
    background: white;
    margin: 0 auto;
    margin-top: 10px;
    padding: 15px;
    border-radius: 15px;
    align-items: center;
    box-shadow: 
    0 5px 15px 1px rgba(47, 81, 217, 0.6), 
    0 0 10px 1px rgba(107, 99, 221, 0.5);
  }
  .loginWeb{   
    width: 300px;   
  }
  .loginMobile{   
    width: 70%;   
    padding: 35px;
  }
  .loginMobile label, .loginMobile input, .loginMobile button {
    font-size: 50px;
  }
 

  .logoWeb{
    opacity: 0.8;
    height: 175px;
  }
  .logoMobile{
    opacity: 0.8;
    height: 350px;
  }
  .contenedorLogoInicio{   
    text-align: center;
    width: 100%;
    padding-top: 30px;
    border-radius: 25px;
  }
  .divSpinner{
    margin-top: 150px;
  }

  .divSpinnerGraficaVentas,.divSpinnerGraficaCobranza,.divSpinnerIva,.divSpinnerUnidadesModal,.divSpinnerUnidades,.divSpinnerPerfiles,.divSpinnerClientes, .divSpinnerProductos ,.divSpinnerCotizaciones, .divSpinnerProformas, .divSpinnerFacturas, .divSpinnerAgendas{
    margin-top: 150px;
  }

  .divSpinnerTarjetaF,.divSpinnerTarjetaP,.divSpinnerTarjetaC{
    margin-top: 90px;
  }
  .escondido {
    display: none;
  }
  .amarillo{
    color : orange;
    font-weight: bold;
  }
  .azul{
    color : blue;
    font-weight: bold;
  }
  .cafe{
    color : brown;
    font-weight: bold;
  }
  .inputs2 div{
    float: left;
    width:50%;
  }
  .floatlefts div{
    float: left;
  }
  .inputs3 div{
    float: left;
    width:33%;
  }
  .inputs4 div{
    float: left;
    width:25%;
  }
  .padding5{
    padding: 5px;
  }
  .padding3{
    padding: 3px;
  }
  .etiqueta{
    width: 100%;
  }

  /*MAPAS*/
  .mapaC{
    height: 180px;
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    border-radius: 5px;
    z-index:2;
}

/* CONTROL LISTAS*/
.controlListas{
  width: 85%;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
}
/*-------------*/

/*PAGINACION*/
.paginas{
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
}
.rojo{
  color: red;
  font-weight: bold;
}
.botonPagina{
  cursor: pointer;
  width:25px;
  border: transparent;
  text-align: center;
  transition: ease all 0.5s;
}
.botonPagina:hover{
background: rgba(184, 184, 184, 0.5);
}
.botonTarjeta{
  cursor: pointer;
  width:45px;
  border: transparent;
  text-align: center;
  transition: ease all 0.5s;
}
.botonTarjeta:hover{
background: rgba(184, 184, 184, 0.5);
}
/*----------*/
/* Tarjeta contorles*/
.tarjetaControles{
  width: 85%;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
}
/*-------------*/
/*SWITCH*/
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(235, 21, 21);
	-webkit-transition: .1s;
	transition: .1s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: 1.4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  /*switch*/
/*----------*/

/*ENLAZADOS*/
.botones{
  background: #fff;
  width: 85%;
  height: 150px;
  margin: 0  auto;
  margin-bottom: 15px;
  border-radius: 15px;
  text-align: center;
  padding: 15px;
}
.botonFactura, .botonDesglosado{
  margin-top: 35px;
}
/*---------*/

/*DASHBOARD*/
.contenedorTarjeta{
  margin-top: 10px;
  display: flex;
}
.tarjeta{
  background: #fff;
  height: 470px;
  margin: 10px;
  border-radius: 20px;
  border: 1px solid rgb(158, 114, 114);
    box-shadow: 
    0 5px 15px 1px rgba(217, 158, 47, 0.6), 
    0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.tarjetaGraficas{
  background: #fff;
  height: 620px;
  margin: 10px;
  border-radius: 20px;
  border: 1px solid rgb(158, 114, 114);
    box-shadow: 
    0 5px 15px 1px rgba(217, 158, 47, 0.6), 
    0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.f1{
  flex: 1;
}
.f2{
  flex: 2;
}
.f3{
  flex: 3;
}
.f4{
  flex: 4;
}
.f5{
  flex: 5;
}
.letreroFacturar{
  background: #fff;
  height: 45px;
  width : 250px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid rgb(158, 114, 114);
    box-shadow: 
    0 5px 15px 1px rgba(217, 158, 47, 0.6), 
    0 0 10px 1px rgba(221, 99, 99, 0.5);
}
.tituloTarjeta{
  text-align: center;
  padding: 10px;
  font-family: sans-serif;
}
.listaFacturar{
  text-align: center;
  padding: 5px;
}
/*-------*/

.espacioCargaArchivos{
  margin: 0 auto;
  margin-top: 100px;
  width: 95%;
}

.botonOrden{
  border : transparent;
  background-color: transparent;
}

.cargaExcel{
  display : none;
  margin-top:250px ;
}

.generarPDF,.cambioColumas,.ordenColumnas{
  padding: 10px;
}

.cajaTablasTruck{
  background: #fff;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  /*text-align: left;*/
  height: 650px;
  margin-bottom: 50px;
  overflow-y:scroll;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}


.espacioProductosCotizacion,.espacioProductosCotizacionpP,.espacioProductosCotizacionM{
  background: #fff;
  width: 90%;
  margin: 0 auto;
  /*text-align: left;*/
  height: 250px;
  overflow-y:scroll;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}

.contenedorCarga{
  width: 20px;
  margin-left : auto;
  margin-right : auto;
  left : 0;
  right : 0;
  text-align: center;
}
/**
 * ==============================================
 * Dot Collision
 * ==============================================
 */
 .carga {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #3375bb;
  color: #17056a;
}

.carga::before, .carga::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.carga::before {
  left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #3375bb;
  color: #17056a;
  -webkit-animation: dot-collision-before 2s infinite ease-in;
  animation: dot-collision-before 2s infinite ease-in;
}

.carga::after {
  left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #3375bb;
  color: #17056a;
  -webkit-animation: dot-collision-after 2s infinite ease-in;
  animation: dot-collision-after 2s infinite ease-in;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes dot-collision-before {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20px);
  }
}

@keyframes dot-collision-before {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20px);
  }
}

@-webkit-keyframes dot-collision-after {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
  }
}

@keyframes dot-collision-after {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
  }
}

.tarjetaCotizacion {
    padding: 10px;
    height: 100%;
    width : 100%;
    border: 1px solid rgb(29, 16, 106);
    box-shadow: 
    0 5px 15px 1px rgba(217, 158, 47, 0.6), 
    0 0 10px 1px rgba(221, 99, 99, 0.5);
    background-color: rgb(213, 207, 207);
}

.tarjetaObservaciones {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  padding: 10px;
  height: 1100px;
  width : 95%;
  margin: 0 auto;
  border: 1px solid black;
}

.tablaValoresFinales {
  font-family: 'Oswald', sans-serif;
  padding: 10px;
  background-color: rgb(213, 207, 207);
  width : 300px;
  float : right;
  border: 1px solid black;
}

[data-title]:hover::after{
  opacity: 1;
  transition: all 0.1s ease 0.7s;
  visibility: visible;
}

[data-title]:after{
  content: attr(data-title);
  background-color: #3063d3;
  color: #fff;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  position: absolute;
  padding: 3px 20px;
  bottom: -1.6em;
  left: 100%;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  z-index : 60;
}
[data-title]{
  position: relative;
}
.contenedorCajas{
  border:solid 1px rgba(40, 74, 111,0.4);
  padding: 10px;
  box-shadow: 
    0 5px 15px 1px rgba(217, 158, 47, 0.6), 
    0 0 10px 1px rgba(221, 99, 99, 0.5);
  display: flex;
}
.cajaTabla{
  flex: 1;
}

#contenedorCheckBox{
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#contenedorCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.marcaCk {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
#contenedorCheckBox:hover input ~ .marcaCk {
  background-color: #ccc;
}
#contenedorCheckBox input:checked ~ .marcaCk {
  background-color: #2196F3;
}
.marcaCk:after {
  content: "";
  position: absolute;
  display: none;
}
#contenedorCheckBox input:checked ~ .marcaCk:after {
  display: block;
}
#contenedorCheckBox .marcaCk:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.espacioEquipos{
  background: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  /*text-align: left;*/
  height: 250px;
  margin-bottom: 50px;
  border: 1px solid rgb(158, 114, 114);
  box-shadow: 
  0 5px 15px 1px rgba(217, 158, 47, 0.6), 
  0 0 10px 1px rgba(221, 99, 99, 0.5);
}

.mapouter{
    position:relative;
    text-align:right;
    width:600px;height:400px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:600px;height:400px;
}
.gmap_iframe {
    width:600px!important;
    height:400px!important;
  }
.conNotificacion{
    color: red;
    font-weight: bold;
    cursor: pointer;
  }
.sinNotificacion{
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.cajitaVerde{
  width: 40px;
  height:  20px;
  border: black solid 1px;
  background: green;
  margin: 0 auto;
}
.cajitaNaranja{
  width: 40px;
  height:  20px;
  border: black solid 1px;
  background: orange;
  margin: 0 auto;
}
.cajitaRoja{
  width: 40px;
  height:  20px;
  border: black solid 1px;
  background: red;
  margin: 0 auto;
}
.cajitaVerde{
  width: 40px;
  height:  20px;
  border: black solid 1px;
  background: green;
  margin: 0 auto;
}
.cajitaNaranja{
  width: 40px;
  height:  20px;
  border: black solid 1px;
  background: orange;
  margin: 0 auto;
}
.cajitaAmarilla{
  width: 40px;
  height:  20px;
  border: black solid 1px;
  background: yellow;
  margin: 0 auto;
}
.cajitaGris{
  width: 40px;
  height:  20px;
  border: black solid 1px;
  background: gray;
  margin: 0 auto;
}

.divisor{
  width: 95%;
  margin: 0 auto;
  height: 3px;
  border: gray 1px solid;
  background: rgb(158, 158, 182);
  margin-top: 15px;
}
.fotoEvidencia{
  cursor:pointer;
  transition: ease all 0.8s;
  height:150px;
  width:100px;
  border: darkblue solid 1px;
  box-shadow: 
   0 5px 15px 1px rgba(47, 166, 217, 0.6), 
   0 0 10px 1px rgba(73, 105, 187, 0.5);
}
.fotoEvidencia:hover{
  filter: opacity(25%);
}
.fotoSola{
  width: 850px;
  margin: 0 auto;
  padding: 50px 0;
}
.fotoSola img{
  max-width : 750px;
 

}

@media (max-width: 1024px){ 
  .logoSide img{
    height: 85px;
  }
  .iconoHeader i{
    font-size: 50px;
  }
  .menuSide  {
    width: 500px;
  }
  .menuSide .opcionesMenu a i{
    font-size: 60px;
  }
  .menuSide .opcionesMenu a{
    margin-top: 60px;
  }
  .menuSide .opcionesMenu a h4{
    font-size: 3rem;
    margin-left: 100px;
  }
  .bodyMove{
    margin-left: 0px;
  }
  .menuSideMove{
    width: 120px;
    /*left : -100px;*/
  }
  .fotoEvidencia{
    height:350px;
    width: 200px;
  }
  .parallaxLogin {
    height: 110%;
  }
  .etiqueta,#direccionDI,#contactoDI,#busquedaEstatus,#mes_agenda,
  #anho_agenda,#reg_num,#reg_tot,#comentarioCambioEstatusInstalacion,
  #tipoEvidencia,#archivoEvidencia,#descripcionImagenEvidencia,#comentarioEvidencia{
    font-size: 2.5em;
  }
  .nav li a {
    font-size: 2em;
  }
  .botonHechoDetallesInstalacion,.botonCancelarServicio,.botonCerrarServicio,.botonAgregarActividad{
    font-size: 2em;
  }
  .iconoChico {
    height: 75px;
  }
  .mapsInstalacion{
    margin: 0 auto;
    width:"95%;" ;
  }
  .pagoOxxoBoton,.pagoOxxoBotonCheck{
    font-size: 75px;
  }
}

/*---------------------------------------------------------------------------------------------------------------*/
/*.pagoOxxoBoton,.pagoOxxoBotonCheck{
  font-size: 2rem;
}*/
 .fuenteMovil{
   font-size: 3em;
 }

 .espacioUnidadesAgendar{
   padding: 5px;
   border : 1px solid gray;
   border-radius: 5px;
   height: 150px;
   width: 90%;
   overflow-y:scroll;
   box-shadow: 
   0 5px 15px 1px rgba(47, 166, 217, 0.6), 
   0 0 10px 1px rgba(73, 105, 187, 0.5);
   margin: 0 auto;
 }

 #editarPrecio{
  border:solid 1px rgba(40, 74, 111,0.4);
  padding: 10px;
  box-shadow: 
    0 5px 15px 1px rgba(217, 158, 47, 0.6), 
    0 0 10px 1px rgba(221, 99, 99, 0.5);
  margin: 10px 0px;
 }

 .girar {

  transform: rotate(-35deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-35deg);

  /* Firefox */
  -moz-transform: rotate(-35deg);

  /* IE */
  -ms-transform: rotate(-35deg);

  /* Opera */
  -o-transform: rotate(-35deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.principal{
  display: flex;
}
.full-box{
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
.cover{
	background: 50% 50% no-repeat;
	background-size: cover;
}
.contenedorMenu{
  flex: 10%;
  left: 0;
	z-index: 2;
	background-image: url('../img/sideBar-font.jpeg');
	border-right: 1px solid rgba(255, 255, 255, .4);
	overflow: hidden;
}
.contenedorMenu-ct{
  position: relative;
	height: 500px;
	background-color: rgba(0, 0, 0, .40);
	padding: 0 10px;
	padding-bottom: 30px;
}
.bordeMenu{
  border-bottom: solid white 1px;
  width: 90%;
  margin: 0 auto;
}
.usuarioMenu{
  color: #fff;
  margin-top: 10px;
}

.desaparece{
  display: none;
}

.botonIcono {
      margin-top:35px;
      padding:5px;
      background-color:transparent;
      border:transparent;
      cursor:pointer;
}

.division {
      height: 1px;
      width: 100%;
      border : solid 1px rgb(86, 86, 91);
}

.contenedorMonitor{
  position: relative;
    padding-bottom: 56.25%;
    height: 0;
    /*overflow: hidden;*/
}
.contenedorUnidades{
  margin: 0 auto ;
  width : 100%;
  height: 100%;
}
.contenedorUnidades iframe{
  width : 100%;
  height: 1500px;
}
.contenedorTaller iframe{
  width : 100%;
  height: 1500px;
}
.contenedorEstatus iframe{
  width : 100%;
  height: 1500px;
}
.contenedorMonitorExt{
  margin: 0 auto ;
  width : 100%;
  height: 100%;
}
.contenedorMonitor iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*TABLA ORDENABLE*/
.tabla-sorteable > thead > tr > th {
  cursor: pointer;
  position: relative;
}

.tabla-sorteable > thead > tr > th:after,
.tabla-sorteable > thead > tr > th:after,
.tabla-sorteable > thead > tr > th:after {
  content: ' ';
  position: absolute;
  height: 0;
  width: 0;
  right: 10px;
  top: 16px;
}

/*.tabla-sorteable > thead > tr > th:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
  border-bottom: 0px solid transparent;
}*/

.tabla-sorteable > thead > tr > th:hover:after {
  border-top: 5px solid #888;
}
.tabla-sorteable > thead > tr > th.asc:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 5px solid #333;
}
.tabla-sorteable > thead > tr > th.asc:hover:after {
  border-bottom: 5px solid #888;
}

.tabla-sorteable > thead > tr > th.desc:after {    
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  border-bottom: 5px solid transparent;
}
.tabla-sorteable > thead > tr > th.desc:hover:after {
  border-bottom: 5px solid #888;
}
#chartEstados{
  height: 500px !important ;
}
#chartMedios{
  height: 500px !important ;
}
#chartVentasTotales{
  height: 500px !important ;
}
#chartCobranzaTotales{
  height: 550px !important ;
}
#progresoMetasContenedor{
  position: relative; 
  text-align: center;
  /*background-color: rgb(241, 237, 237);*/
  padding: 3px;
}
#progresoMetasContenedor>div {
  /*background-color: #B3D8A9;*/
  height: 20px;
}
#progresoMetasBar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  margin: 0;
  height: 26px;
}

/*Responsive*/
.fuenteInstalacionesResponsiva {
  font-size: 2.0rem;
  /*--fs-xl:5rem;
  --fs-600:1.5rem;
  --fs-500:1.25rem;
  --fs-400:1rem;*/
}
.botonInstaladoresTamanho{
  height: 70px;
  width:  200px;
  font-size: 1.5rem;
}