@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);

body {
  font-family: Lato;
  /*margin:5%; */
  margin-left: 5%;
  margin-right: 5%;
  background-attachment: fixed;
}

body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: #49a1f5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #f1f1f1; /* creates padding around scroll thumb */
}
/*
a:link {
    color:#fff;
}

a:hover {
  color: #000;
}

a:visited {
	color: #fff;
}

a:active  {
	color: #fff;
}
*/

.input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 18px;
  background-color: transparent;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #cccc;
}

select::-webkit-scrollbar {
  width: 12px;
}

select::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

select::-webkit-scrollbar-thumb {
  background-color: #49a1f5;
  border-radius: 20px;
  border: 3px solid #f1f1f1;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.button {
  background-color: #f44336;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  font-size: 18px;
  /* margin-left: 10px; */
}

.button_add {
  background-color: #4caf50d4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 10px;
}

.button_verde {
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  font-size: 18px;
  margin-left: 10px;
  padding: 5px 5px;
  background-color: #4caf50d4;
  padding-left: 15px;
  padding-right: 15px;
}

.icon_style {
  height: 15px;
  margin-left: 10px;
  float: right;
}

.foto_dni {
  max-width: 100px;
  border-radius: 5px;
  padding: 1rem;
}

.button_form {
  background-color: #f44336;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 18px;
  margin-left: 10px;
}

.cargando {
  position: fixed;
  width: -webkit-fill-available;
  height: 101%;
  opacity: 0.4;
  background-color: #000;
  display: none;
  margin-top: -1%;
  margin-left: -5%;
}

.popup {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  margin-top: -150px;
  border: 1px solid #808080;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  z-index: 200;
}

.popup_fijo {
  position: fixed;
  height: 150px;
  width: 600px;
  left: 50%;
  top: 140px;
  margin-top: -100px;
  margin-left: -300px;
  height: 80%;
  overflow: auto;
  padding: 10px;
  z-index: 200;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #808080;
}

.popup_fijo::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.popup_fijo::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

.popup_fijo::-webkit-scrollbar-thumb {
  background-color: #49a1f5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #f1f1f1; /* creates padding around scroll thumb */
}

.new_popup {
  position: fixed;
  height: 150px;
  width: 600px;
  left: 50%;
  top: 140px;
  margin-top: -100px;
  margin-left: -300px;
  height: 80%;
  padding: 10px;
  z-index: 200;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #808080;
}

.new_popup_head {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  margin-top: -10px;
  border-bottom: solid 1px #ccc;
  margin-left: -10px;
  margin-right: -10px;
}

.new_popup_body {
  overflow: auto;
  height: 80%;
}

.new_popup_foot {
  bottom: 0px;
}

.new_popup_body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.new_popup_body::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

.new_popup_body::-webkit-scrollbar-thumb {
  background-color: #49a1f5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #f1f1f1; /* creates padding around scroll thumb */
}

.pf {
  position: fixed;
}

.popup_login {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: -150px;
  border: 1px solid #808080;
  padding: 5px;
  border-radius: 5px;
  background-color: #ffffffeb;
  padding: 10px;
  z-index: 200;
}

.popup_min {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: -50px;
  border: 1px solid #808080;
  padding: 5px;
  border-radius: 5px;
  background-color: #ffffffeb;
  padding: 10px;
  z-index: 200;
}

.linea {
  clear: both;
}

.f_input {
  border: none;
  width: 100%;
  font-size: 18px;
  background-color: #ffffff;
}

.f_textarea_obs {
  width: 96%;
  margin-top: 10px;
  padding: 5px;
  height: 60px;
  border: solid 1px #cccccc;
  border-radius: 4px;
}

.div_filtro {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #0d6efd;
  border-radius: 4px;
  margin-right: 10px;
  width: 250px;
  margin-top: 10px;
  height: 45px;
  background-color: white;
}
.div_filtro2 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #0d6efd;
  border-radius: 4px;
  margin-right: 10px;
  width: 250px;
  margin-top: 20px;
  height: 45px;
  background-color: white;
}
.div_filtro_doble {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #0d6efd;
  border-radius: 4px;
  margin-right: 10px;
  width: 500px;
  margin-top: 20px;
  height: auto;
  background-color: white;
}
.div_filtro_paginado {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #0d6efd;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 10px;
  height: 45px;
}
.pag {
  border: none;
}

.margin_t_b_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div_filtro_label {
  margin-top: -10px;
  background: white;
  width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  color: #00549a;
  border-radius: 4px;
}
.titulo {
  float: left;
  font-size: larger;
  clear: both;
  margin-top: 20px;
  font-weight: bold;
}
.div_co_head {
  float: left;
  border: solid 1px #cccccc;
  border-radius: 4px;
  clear: both;
  width: -webkit-fill-available;
  padding: 10px;
}
.head_item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #ddd;
  border-radius: 4px;
  margin: 2px;
}
.head_i_label {
  float: left;
  color: #999;
}
.head_i_det {
  float: left;
  margin-left: 10px;
}
.div_co_item {
  float: left;
  border: solid 1px #cccccc;
  border-radius: 4px;
  max-height: 250px;
  width: 100%;
  overflow: auto;
}

.tabla {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ddd;
}
.tabla td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.tabla th {
  border: 1px solid #ddd;
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background-color: #eee;
}
.tabla tr:hover {
  background-color: #f9f9f9;
}

.popup_cerrar {
  text-decoration: none;
  font-weight: 900;
  color: #000;
  font-size: 30px;
  cursor: pointer;
  float: right;
}

.cerrar {
  text-decoration: none;
  font-weight: 900;
  color: #000;
  cursor: pointer;
  float: right;
}

.dato_contacto {
  position: relative;
  border: solid 1px #666666;
}
.dato_c_label {
  float: left;
  color: #666666;
  border: solid 1px #666666;
}
.dato_c_desc {
  float: left;
  border: solid 1px #666666;
}
/*
.div_ingresar{ 
	position: absolute;
	top:50%;
	left:50%;
	width:400px;
	margin-left:-200px;
	height:300px;
	margin-top:-150px;
	border:1px solid #808080;
	padding:5px;
	border-radius:5px; 
	background-color:#fff;
	padding: 10px;
	z-index: 200;
}
	*/

#menu_desplegable {
  position: fixed;
  overflow: auto;
  top: 0px;
  background-color: #777777eb; /* 999999eb */
  display: none;
  padding: 10px;
  height: 90%;
  z-index: 30;
  width: inherit;
  line-height: 40px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  min-width: 200px;
  margin-left: -5%;
  border-radius: 0 5px;
}

#menu_desplegable::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

#menu_desplegable::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

#menu_desplegable::-webkit-scrollbar-thumb {
  background-color: #49a1f5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #f1f1f1; /* creates padding around scroll thumb */
}

.logo {
  width: 200px;
  float: right;
}

.item_menu {
  margin-left: 6px;
  font-size: initial;
  clear: both;
  float: left;
  color: #ffffff;
  text-decoration: none;
}
.div_form_button {
  clear: both;
  margin-left: -10px;
  margin-bottom: 66px;
}
.button_menu {
  z-index: 2;
  position: fixed;
  top: 17px;
  width: 50px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: bold;
  border: none;
  border: solid 2px #333;
  border-radius: 4px;
  cursor: pointer;
}
.menu_atras {
  z-index: 2;
  position: fixed;
  top: 17px;
  margin-left: 55px;
  width: 50px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: bold;
  border: none;
  border: solid 2px #333;
  border-radius: 4px;
  cursor: pointer;
}

.menu_telemedicina {
  z-index: 2;
  position: fixed;
  top: 17px;
  margin-left: 166px;
  width: 50px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: bold;
  border: none;
  border: solid 2px #333;
  border-radius: 4px;
  cursor: pointer;
}

.menu_encuesta {
  z-index: 2;
  position: fixed;
  top: 17px;
  margin-left: 166px;
  height: 40px;
  display: none;
  background-color: #fff;
  border-radius: 4px;

  border: none;
  border: solid 1px #cccccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.menu_encuesta_flecha {
  position: fixed;
  left: 240px;
  top: 56px;
  color: #000;
}
.menu_alerta {
  z-index: 2;
  position: fixed;
  top: 17px;
  margin-left: 110px;
  width: 50px;
  height: 40px;
  display: none;
  background-color: #fff;
  border-radius: 4px;
  border: solid 2px #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.menu_alerta_flecha {
  position: fixed;
  left: 176px;
  top: 56px;
  color: #000;
}
.menu_atras_ {
  z-index: 2;
  position: fixed;
  top: 17px;
  width: 50px;
  height: 40px;
  display: none;
  background-color: #f44336;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  border: none;
}
/*
.co_estado_1{ color:#00CC33; }
.co_estado_2{ color:#FF0000; } 
*/
.div_resultado_reporte {
  float: left;
  border: solid 1px #cccccc;
  border-radius: 4px;
 /* width: 100%;*/
  overflow: auto;
}

.div_tablero {
  float: left;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align-last: center;
  padding: 10px 0px 10px 0px;
  width: 100px;
  cursor: pointer;
}

.div_tablero_tot {
  border: solid 1px #cccccc;
  border-radius: 4px;
  font-size: 16px;
  text-align-last: center;
  padding: 20px 0px 20px 0px;
  clear: both;
  margin-right: 10px;
  cursor: pointer;
}

.div_c_pag {
  float: left;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
.f_input_c_pag {
  border: none;
  font-size: 18px;
  text-align: right;
  width: 40px;
  float: left;
  border: solid 1px #cccccc;
  border-radius: 4px;
}
.height_none {
  height: min-content;
}
.bg_verde {
  background-color: #4caf50d4;
}
.bg_transparent {
  background-color: transparent;
  color: gray;
}
.bg_ccc {
  background-color: #ccc;
}
.bg_fff {
  background-color: white;
}
.color_verde {
  color: #4caf50d4;
}
.color_ccc {
  color: #ccc;
}
.height_none {
  height: none;
  min-height: 45px;
}
.blanco {
  color: #fff;
}

.th_input {
  border: none;
  width: 88%;
  font-size: 18px;
  text-align: center;
  margin-left: 1px;
  color: #f44336;
  background-color: #eee;
}
.th_input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  /*opacity: 1;  Firefox */
}

.resultado_en_linea {
  clear: both;
  border: solid 1px #cccccc;
  max-height: 300px;
  overflow: auto;
  display: none;
  background-color: #ffffff;
  font-size: x-small;
  position: relative;
}

.resultado_en_linea::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.resultado_en_linea::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

.resultado_en_linea::-webkit-scrollbar-thumb {
  background-color: #49a1f5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #f1f1f1; /* creates padding around scroll thumb */
}

.bloque_referido {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1rem;
  float: inline-start;
  margin-top: 1rem;
  background-color: #f2f2f2;
}

.input_f {
  border-radius: 5px;
  height: 25px;
  border: solid 1px #ccc;
}

.popup850 {
  width: 890px;
  margin-left: -425px;
}
.dn {
  display: none;
}
.bloque_productos {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin: 10px;
  padding: 10px;
  float: left;
  width: 97%;
  margin-left: 0px;
}
.paq_bloque_add {
  display: none;
  background-color: #eeeeeeb3;
  padding: 5px;
  border-radius: 4px;
  margin-top: 10px;
  float: left;
  clear: both;
  padding-bottom: 10px;
  width: 99%;
}
.width_fill {
  width: -webkit-fill-available;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pt20 {
  padding-top: 20px;
}
.cp {
  cursor: pointer;
}
.bn {
  border: none !important;
}
.div_alertas {
  position: fixed;
  top: 70px;
  border-radius: 4px;
  border: solid 1px #000;
  max-height: 300px;
  max-width: 400px;
  overflow: auto;
  background-color: white;
  display: none;
  padding: 5px;
}
.div_alertas::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.div_alertas::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

.div_alertas::-webkit-scrollbar-thumb {
  background-color: #49a1f5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #f1f1f1; /* creates padding around scroll thumb */
}

.msj_indaga {
  border-radius: 4px;
  border: solid 1px #00cc33;
  background-color: #e4ffca;
  padding: 10px;
  display: none;
  width: fit-content;
  cursor: pointer;
}
.div_encuesta {
  position: fixed;
  top: 70px;
  border-radius: 4px;
  border: solid 1px #000;
  max-height: 300px;
  min-width: 300px;
  overflow: auto;
  background-color: white;
  display: none;
  padding: 5px;
  z-index: 500;
}
.div_fecha_alerta_item {
  font-size: xx-small;
  color: #999999;
}
.cerrar_alerta {
  position: absolute;
  right: 10px;
  font-size: x-large;
  cursor: pointer;
}
.border_verde {
  border: solid 1px #4caf50d4;
  background-color: transparent;
  color: #4caf50d4;
}

.msj_ok {
  background-color: #00ff33;
  border-radius: 4px;
  display: block;
  right: 5%;
  top: 10%;
  position: fixed;
  z-index: 20000;
  padding: 10px;
  border: solid 1px #ccc;
  display: none;
  cursor: pointer;
}

.msj_error {
  background-color: #ff7d7d;
  border-radius: 4px;
  display: block;
  right: 5%;
  top: 10%;
  position: fixed;
  z-index: 20000;
  padding: 10px;
  border: solid 1px #ccc;
  display: none;
  cursor: pointer;
}

.div_overflow {
  overflow: auto;
  max-height: 100px;
}

.div_overflow::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.div_overflow::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

.div_overflow::-webkit-scrollbar-thumb {
  background-color: #49a1f5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #f1f1f1; /* creates padding around scroll thumb */
}
.cerrar_f_div {
  margin-top: -11px;
  float: right;
  text-decoration: none;
}
.buscar_select {
  border: none;
  margin-top: -25px;
  width: 50px;
  padding: 0;
  float: right;
  color: #4caf50d4;
}

.paddingTopBottom10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.buscar_select:focus {
  outline: none;
}
.buscar_select::placeholder {
  color: #4caf50d4;
}
.tab {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px;
  color: #ccc;
  float: right;
  cursor: pointer;
}
.sel {
  border: solid 1px #666;
  color: #000;
  font-weight: bold;
}
.prioridad_1 {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 5px;
  background-color: #00cc00;
}
.prioridad_2 {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 5px;
  background-color: #ffff00;
}
.prioridad_3 {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 5px;
  background-color: #ffcc33;
}
.width_fill {
  width: -webkit-fill-available;
}

.ojoMostrarContrasena {
  text-decoration: none;
  margin-right: 20px;
  right: 0px;
  bottom: 77px;
  position: fixed;
  position: absolute;
  color: black;
  /*font-size: large;*/
  z-index: 1000;
}

.overflow300 {
  max-height: 200px;
  overflow: auto;
}

.overflow300::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.overflow300::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the tracking area */
  border-radius: 20px;
}

.overflow300::-webkit-scrollbar-thumb {
  background-color: #49a1f5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #f1f1f1; /* creates padding around scroll thumb */
}

.cb {
  clear: both;
}
@media screen and (max-width: 860px) {
  .popup850 {
    width: inherit;
    margin-left: inherit;
  }
}
@media screen and (max-width: 600px) {
  .head_item {
    width: -webkit-fill-available;
  }
  .head_i_label {
    width: 25%;
  }
  .div_co_item {
    max-height: none;
  }
  .input {
    width: 100%;
    margin-top: 10px;
  }
  /*
	.popup{
		margin:0px;  
		z-index:3;
		margin-top: -60px;
		width:94%;
		cerrar_popup
	}	
	*/
  .popup_login {
    left: -10px;
    right: 10px;
    width: inherit;
    margin-left: inherit;
    height: min-content;
  }
  .popup {
    left: -10px;
    right: 10px;
    width: inherit;
    margin-left: inherit;
    height: min-content;
  }
  .popup_fijo {
    left: -10px;
    right: 10px;
    width: inherit;
    margin-left: inherit;
    height: min-content;
  }
  .new_popup {
    left: -10px;
    right: 10px;
    width: inherit;
    margin-left: inherit;
    height: min-content;
  }
  #menu_desplegable {
    width: 80%;
  }
  .div_filtro {
    width: 40%;
  }
  .button_verde {
    width: 100%;
  }
  .div_resultado_reporte {
    margin-top: 10px;
  }
}

@media screen and (max-width: 380px) {
  .div_filtro {
    width: 90%;
  }
}
