@font-face {
    font-family: 'Stem-Regular';
    src: url('fonts/Stem-Regular.otf');
}

@font-face {
    font-family: 'Stem-Medium';
    src: url('fonts/Stem-Medium.otf');
}

@font-face {
    font-family: 'Stem-Bold';
    src: url('fonts/Stem-Bold.otf');
}

@font-face {
    font-family: 'Stem-Light';
    src: url('fonts/Stem-Light.otf');
}
@font-face {
    font-family: 'Stem-ExtraLight';
    src: url('fonts/Stem-ExtraLight.otf');
}
.pop_up_fondo{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop_up_confirmacion_int{
    max-width: 41.667vw;
    min-height: 18.750vw;
    background-color: white;
    padding: 3.906vw;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.txt_mensaje_confirmacion_pop_up{
    font-size: 1.823vw;
    text-align: center;
}
.cont_botones_confirmacion{
    width: 26.094vw;
    margin-top: 1vw;
    display: flex;
    justify-content: space-between;
}
.cont_botones_confirmacion>button{
    width: 11.25vw;
    border-radius: 8px;
    border: solid 1px #000;
    height: 3.594vw;
    font-size: 1.302vw;
}
.btn_confirmacion_si{
    background-color: black;
    color: white;
}
.cont_botones_confirmacion>button:hover{
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: black;
}
p{
     font-family: Stem-Regular;
}
.gs-table-head-default{
    background-color: black;
    color: white;
    font-weight: lighter !important;
    font-family: Stem-Light !important; /* Stem-Light!important;*/
    font-size: 1vw!important;
    height: 2.542vw;
    /* height: 3.542vw; */
}
.gs-table-body-default{
    background-color: black;
    color: white;
    font-weight: lighter !important;
    font-family: Stem-Light !important; /* Stem-Light!important;*/
    font-size: 1vw!important;
    height: 2.542vw;
    /* height: 3.542vw; */
}

.table>thead:first-child>tr:first-child>th {
    color: #fff;
    text-align: center;
    font-family: Stem-Light;
    font-weight: normal;
    font-size: 1.302vw;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    /* margin-top: 20px; */
    height: 4vw;
    padding-bottom: 1vw;
}
.table>tbody>tr>td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    height: 4vw;
}

td{
    vertical-align: middle!important;
}
.centrar_botones>div>div{
    vertical-align: middle!important;
    display: flex;
}
.btn-primary {
    color: #fff;
    background-color: black!important;
    border-color: black!important;
}
.input_buscar{
    width: 45.365vw;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    height: 2.344vw;
    padding-right: 2.5vw;
    font-family: Stem-Light;
    font-size: 1.042vw;
    color: #afafaf;
    text-align: left;
    padding-left: 1vw;
}
.img_buscar_tinga{
    position: absolute;
    right: 1.083vw;
    top: 0.6vw;
    height: 1.083vw;
}
.div_buscar_tinga{
    display: flex;
    position: relative;
    margin-right: 1.719vw;
}
.div_buscar_tinga_all{
    display: flex;
    position: relative;
  
}
.btn-default {
 border-radius: 0!important;
 border: 0;
}
.img_encabezado_add{
    width: 2.344vw;
    height: 2.344vw;
    cursor: pointer;
}
/* Formateamos el label que servirá de contenedor */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
  cursor: pointer;
  margin-left: 0.2vw;
}
 
/* Ocultamos el checkbox html */
.switch input {
  display: -webkit-box;
  height: 2px;
  width: 2px;
  position: absolute;
  margin-top: 0px;
  left: 5px;
}
 
/* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
.slider {
  /* position: absolute;
  cursor: pointer;
  border: 1px solid #dedede;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; */
  position: absolute;
  cursor: pointer;
  border: 1px solid #dedede;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cecece;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Pintamos la perilla de control o slider usando el selector before */
.slider:before {
    position: absolute;
    content: "";
    width: 1.458vw;
    height: 1.458vw;
    left: 0.00vw;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
 
/* Cambiamos el color de fondo cuando el checkbox esta activado */
input:checked + .slider {
  background-color: #7ded50;
}
 
/* Deslizamos el slider a la derecha cuando el checkbox esta activado */ 
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
 
/* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
.slider.round {
  /* border-radius: 34px; */
  border-radius: 1.771vw;
  width: 3.646vw;
  height: 1.667vw;
}
 
.slider.round:before {
  border-radius: 50%;
}

/* FIN DE CLASE PARA switch */


.flecha_usu_header_tinga {
    width: 2vw;
    position: absolute;
    right: 0.7vw;

}
.logo_fondo{
	width: 18vw;
	height: 5.318vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
    cursor: pointer;
}
.logo_imagen{
	width: 9vw;
	
	position: absolute;

	left: 3.37vw;
	z-index: 101;
    cursor: pointer;
}

.mensaje_alerta_tinga {
    position: absolute;
    top: 0;
    right: 40%;
    width: 16.6vw;
    height: 4.6vw;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 11;
    transition: none;
    margin-right: 0;
    background-color: #0e7c2d;
}

.display {
    display: none;
}

.enc_menu_contenedor_tinga {
    display: flex;
    margin-top: 0px;
    height: 5.729vw;
}
.div_ecnabezado_tinga {
    background-color: #00dfb0!important;
}
.img_foto_usuario_tinga{
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    border: 0.5px white solid;
}
.nombre_user_head_tinga {
    font-size: 1.2vw;
    font-family: Stem-Regular;
    color: white;
}
.tipo_usuario_header_tinga {
    font-size: 1.042vw;
    font-family: Stem-Regular;
    color: white;
}
ul{
    padding: 0;
    width: 100%;
}

.ps_nombre_user_tinga {
    margin-left: 0.5vw;
    width: 12vw;
}


.menu_principal_tinga {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 70px; */
    width: 16vw;
    padding-top: 10px;
}
.contenedor_central_header_tinga{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.p_header_info{
    font-size: 1.563vw;
    font-family: Stem-Light;
    color: white;
    margin: 1vw;
}


.table>thead>tr>th {
    text-align: center;
    font-family: Stem-Light;
    font-size: 1.302vw;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
}

.table-striped>tbody>tr:nth-child(odd)>td{
    background-color: #F6F6F6;
    object-fit: contain;
    font-family: Stem-ExtraLight;
    font-size: 1.042vw;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 0.9; */
    letter-spacing: normal;
    text-align: center;
    color: #000;
    height: 100%;
}
.table-striped>tbody>tr:nth-child(even)>td {
    background-color: white;
    object-fit: contain;
    font-family: Stem-ExtraLight;
    font-size: 1.042vw;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 0.9; */
    letter-spacing: normal;
    text-align: center;
    color: #000;
    height: 100%;
}

.col-md-4{
    margin-top: 2.5vw;
    font-size: 1.302vw;
    font-family: Stem-Light;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.72;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.btn-group{
    margin-top: 2.5vw;
    font-size: 1.302vw;
    font-family: Stem-Light;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.72;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    height: 2.552vw;
    margin-top: 0vw;
    font-size: 1.302vw;
    font-family: Stem-Light;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.72;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border: none;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 2.552vw;
    margin-top: 0vw;
    font-size: 1.302vw;
    font-family: Stem-Light;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.72;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border: none;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    height: 2.552vw;
    margin-top: 0vw;
    font-size: 1.302vw;
    font-family: Stem-Light;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.72;
    letter-spacing: normal;
    text-align: left;
}
.centrar_botones_compuesto{
    display: inline-block;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;

    vertical-align: middle!important;
    display: flex;
}
.centrar_botones_compuesto img{
    width: 2.344vw;
    height: 2.344vw;
}
.centrar_botones_compuesto>div {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    padding-top: 15px;
    margin-left: 20px;

}