:root {
  --des_1:150ms;
  --des:3000ms;
  --tMV_1:ease-in-out;
  --tMV_2:ease-out;

  --zz_bg_verde_00: #008e00;
  --zz_bg_verde_01: #1e5b4f;
  --zz_bg_verde_02: #f5ffca;
  --zz_bg_verde_03: #004400;
  --zz_bg_cafe_01: #a67e57;
  --zz_bg_cafe_01_1: #cfb8a1;
  --zz_bg_cafe_02: #fffaef;
  --zz_bg_cafe_02_1: #f7f5f4;

  --zz_bg_cafe_03: #503d29;
  --zz_bg_cafe_04: #f1e6dc;
  --zz_bg_cafe_05: #d3c0ae;
  --zz_bg_nara_01: #ffaa00;
  --zz_bg_nara_02: #ff8400;
  --zz_bg_nara_03: #ff5900;
  --zz_bg_vin_01: #550000;
  --zz_bg_vin_02: #990000;
  --zz_bg_vin_03: #cc0000;
  --zz_bg_vin_04: #ff0000;
  --zz_bg_rojo_01: #ff0000;
  --zz_bg_rojo_02: #ff7777;
  --zz_bg_rojo_03: #fffbfb;
  --zz_bg_ama_01: #ffff00;
  --zz_bg_ama_02: #ffff88;
  --zz_bg_ama_03: #ffffcc;
}

.saltoLinea{
  white-space: pre-line;
  word-break: break-word;
  overflow-wrap: break-word;
}

.resEst_datosTab_prin td{
  vertical-align: top !important;
}

.test{
  font-weight: bold;
  color: #800;
  -webkit-text-stroke: 0.4pt;
  letter-spacing: 1px;
}

.salirModal{
  background: #bc976222;
  border: 1px solid #bc9762aa;
  border-radius: 5px;
  text-align: center;
  color: #bc9762;
  transition: all 0.3s;
}

.salirModal i{
  font-size: 30px;
  color: #bc9762;
}
.salirModal:hover{
  background: #bc9762;
  color: #fff;
}
.salirModal:hover i{
  color: #fff;
}

.cambio_hist_activo {
  background-color: #d3fffb !important;
}
.cambio_activo {
  background-color: #ffeaea !important;
}

.td_cctCaptura{
  line-height: 15px;
}
.cctCaptura{
  display: block;
  color: #900;
  font-weight: bold;
  background-color: #fef1cd;
  width: 100%;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
  font-family: Consolas;
  font-size: 20px;
}

.datos_tab_excel tr td{
  vertical-align: top !important;
}

/* ***** boton para regreso al top ****** */

.topScroll {
  position: fixed;
  bottom: 10px;
  right: 20px;

  background-color: transparent;
  color: #0003;
  text-align: center;
  border-radius: 50%;

  line-height: 35px;

  width: 40px;
  height: 40px;
  font-size: 40px;

  padding: 0;
  border: 0;
  margin: 0;

  opacity: 0;

  transition: all 500ms ease-in-out !important;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
  z-index:10000;

}

.topScroll.topScroll_inline:hover {
  opacity: 0.8;

  color: #000b;
}

.topScroll_inline{
  cursor: pointer;
  opacity: 1;
}
.topScroll_none{
  opacity: 0;
}

 /* ************* PDF ********** */
 #framPDF{
  width: 100%;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
 }

 #apdf{
  background-color: #dcdcdc;
 }

 .zz_pdf_titTOP_ped {
  color: #fff;
  text-align: center;
}


.zz_pdf_titTOP_ped .tit {
  font-size: 15pt;
  background-color: #1e5b4f;
}

.zz_pdf_titTOP_ped .s_tit {
  font-size: 13pt;
  background-color: #a67e57;
}

.zz_pdf_titTOP_ped .ss_tit {
  font-size: 13pt;
  background-color: #fffaef;
  color: #503d29;
}

.pdf_bgPrimary{background-color: #9F2241;}


 /* ************* end PDF ********** */

/* **** TOP app ***** */
.top_tit_1{
  font-size: 1.6em ;
}

.top_tit_2{
  font-size: 1em;
}

.divEXIT{
  background-color: #400;
  color:#fffc;
  cursor: pointer;

  -webkit-transition: all var(--des_1) var(--tMV_2);
	-moz-transition: all var(--des_1) var(--tMV_2);
	-o-transition: all var(--des_1) var(--tMV_2);
	-ms-transition: all var(--des_1) var(--tMV_2);
	transition: all var(--des_1) var(--tMV_2);
}

.divEXIT:hover{
  background-color: #1e5b4f;
  color:#fff;
}

.titSES_captura{
  color: var(--zz_bg_vin_02);
  font-weight: 500;
  -webkit-text-stroke: 0.3pt;
  font-size: 14pt;
}

/* *********************** */
.tx_long{ overflow-wrap: break-word; }
.tx_long_long{
  word-break: break-all;
  overflow-wrap: break-word;
}
.tx_jus{ text-align: justify ;}

/* ***  resEstadisticos *** */

.rEstN_cBody_LOCK{
  position: absolute;
  display: inline-block;
  background-color: #0001;
  width: 100%;
  height: 100%;
  overflow: hidden;

  left:0;
  top:0;

  cursor: pointer;

  z-index: 1;
}
.rEstN_cBody_LOCK_dis{
  display: none;
}

.rEstN_table{
  width: 100%;
  font-size: 5px;
}
.rEstN_table thead th
,.rEstN_table tbody td{
  font-size: 10pt;
}

.rEstN_nivTit{
  background-color: #bc9762;
  color: #fff;
  font-weight: bold;
  padding: 2px 0 2px 10px;
  height: 41px;

}

.rEstN_btnControl{
  border-radius: 3px;
  padding: 0px 10px;
  margin: 3px;
  margin-left: 2px;
  color: #fff;
}

.rEstN_btnControl:disabled{
  cursor:not-allowed !important;
  background-color: #666;
}


.rEstN_escTit{
  background-color: #000b;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.rEstN_ACTIVO_ACTIVO_des{
  background-color: #ddd !important;
  color: #555 !important;
  font-weight: bold;
}

.rEstN_ACTIVO .rEstN_escTit{
  background-color: #4fddfc;
  color: #004959;
}

.rEstN_escTit_ses{
  background-color: #0007;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.rEstN_ACTIVO .rEstN_escTit_ses{
  background-color: #4fddfcaa;
  color: #004959;
}

.rEstN_escTit_inc{
  background-color: #0007;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.rEstN_ACTIVO .rEstN_escTit_inc{
  background-color: #4fddfc44;
  color: #004959;
}

.rEstN_escTt{
  border: 1px solid #999 !important;
  border-radius: 5px;
  text-align: center;
  width: 100px;
  font-weight: bold;

  background-color: #0007;
  color: #fff;
}

.rEstN_ACTIVO .rEstN_escTt{

  background-color: #c3e0da;
  color: #005f4e;
}

.rEstN_seccSep{
  border-bottom: 1px solid #888;
  margin-bottom: 5px;
}

.rEstN_escSt{
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.rEstN_input_num{
  border: 1px solid #ccc;
  padding: 0;
  background-color: transparent;
  text-align: center;
  width: 100px;
}

.rEstN_td_num{
  vertical-align: middle;
}

.rEstN_td_num input{
  margin: auto;
  border: 1px solid #999;
}

.rEstN_td_num div{
  border: 1px solid #999;
  border-radius: 5px;
  text-align: center;
  width: 100px;

  font-weight: bold;

  margin: auto;
}

.rEstN_td_ttSt div{
  background-color: #0007;
  color: #fff;
  width: 50px;
}

.rEstN_ACTIVO .rEstN_td_ttSt div{
  background-color: #c3e0da;
  color: #005f4e;
}

.rEstN_ACTIVO .rEstN_td_ttSt .errDat{
  background-color: #f002 !important;
}

.rEst_box{
  height: 600px;
  padding-left: 0;
}

.rEst_table{
  width: 100%;
  padding: 0;
}

.rEst_table tbody tr{
  border-bottom: 1px solid #0009;
}
.rEst_table tbody td{
  padding: 3px;
}

.rEst_table thead{
  background-color: #f00;
}

.rEst_opc{
  cursor: pointer;
}

.rEst_datNum{
  vertical-align: middle;
}

.rEst_preg{
  font-weight: bolder;
}

.rEst_txArea{
  min-height: 100px !important;
  max-height: 150px !important;
  height: max-content !important;

  min-width: 100%;
  max-width: 100%;
  width: 100%;

  /*
  background-color: transparent;
  border: 0;
  */
}

.rEst_input_num{
  border: 0;
  background-color: transparent;
  text-align: center;
  width: 100%;
}

.rEst_input_num:disabled{
  background-color: #eee !important;
}

.rEst_tt{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.rEst_tt_num{
  text-align: center;
  background-color: #fefefe !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555  !important;
  font-weight: bold;
  padding: 8px 5px;

}

.rEst_activo .rEst_txArea
,.rEst_activo .rEst_input_num{
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.rEst_tr_w
,.rEst_tr_w th{
  min-height: 0 !important;
  max-height: 0 !important;
  height: 0 !important;

  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;

  background-color: transparent !important;
}

/*
.rEst_tr_w th{
  display: block !important;
}
  */

   .rEst_w_opt{ min-width: 60px; max-width: 60px; width: 60px; }
   .rEst_w_niv{ min-width: 250px; max-width: 250px; width: 250px; }
    .rEst_w_st{ min-width: 200px; max-width: 200px; width: 200px; }

   .rEst_w_dcb{ min-width: 150px; max-width: 150px; width: 150px; }
   .rEst_w_jcb{ min-width: 300px; max-width: 300px; width: 300px; }

   .rEst_w_epu{ min-width: 150px; max-width: 150px; width: 150px; }
   .rEst_w_epr{ min-width: 150px; max-width: 150px; width: 150px; }
   .rEst_w_ett{ min-width: 150px; max-width: 150px; width: 150px; }

 .rEst_w_pu_ns{ min-width: 150px; max-width: 150px; width: 150px; }
 .rEst_w_pu_sd{ min-width: 150px; max-width: 150px; width: 150px; }
 .rEst_w_pu_sp{ min-width: 150px; max-width: 150px; width: 150px; }
.rEst_w_pu_stt{ min-width: 150px; max-width: 150px; width: 150px; }

 .rEst_w_pr_ns{ min-width: 150px; max-width: 150px; width: 150px; }
 .rEst_w_pr_sd{ min-width: 150px; max-width: 150px; width: 150px; }
 .rEst_w_pr_sd{ min-width: 150px; max-width: 150px; width: 150px; }
.rEst_w_pr_stt{ min-width: 150px; max-width: 150px; width: 150px; }

.rEst_w_inc{ min-width: 300px; max-width: 300px; width: 300px; }


.rEst_edit{
  background-color: var(--zz_bg_vin_02) !important;
}

.rEst_edit_niv{
  color: #ff0;
}

.rEst_activo{
  background-color: #f6f6f6; border:1px solid #aaa;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  background-color: #f1ffa8;
}

/* *********** pN ***** */

.pN_box{
  border: 1px solid #ddd; border-radius: 5px;
  background-color: #00000008;
}

.pN_repeat{
  border-bottom: 1px solid #ddd;
}

.pN_preg{
  border-right: 3px solid #a00;
  text-align: right;
}

.pN_preg label{
  font-weight: bolder;
}

.pN_resp select
,.pN_resp input
,.pN_resp textarea{
  width: 100%;
}

.pN_resp textarea{
  min-height: 90px;
  height: 90px;
  max-height: 90px;
}

/* ******************** */

.radOTR{
  border-radius: 3px;
  display: inline;
  padding: 0 3px;
  margin: 0;
}

.tB { font-weight: bold; }
.tBB {-webkit-text-stroke: 0.1pt; }
.tBBx {-webkit-text-stroke: 0.45pt; }
.tBBB { -webkit-text-stroke: 0.8pt; }

.subTit_cuest_4{
  background-color: #efefef;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}

.subTit_cuest
,.subTit_cuest_3{
  font-size: 15pt;
  background-color: var(--zz_bg_cafe_02);
}

.subTit_cuest {
  padding: 0;
  margin-bottom: 3px;
}

.subTit_instru_msg {
  background-color: var(--zz_bg_cafe_02);
  padding: 3px;
  margin-bottom: 5px;
}

.subTit_cuest div {
  padding: 2px 5px;
}

.subTit_cuest .subTit_cuest_1 {
  background-color: var(--zz_bg_cafe_04);
}

.subTit_cuest .badge {
  background-color: var(--zz_bg_cafe_01);
  color: #fff;
  font-size: 16pt;
}

.subTit_cuest .spNiv {
  opacity: 0.5;
}

.mTest {
  position: fixed;
  display: block;
  overflow: hidden;
  height: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: aqua;
  text-align: left;
  padding: 5px;

  z-index: 9999;

  word-break: break-all;
  font-family: Consolas;
}

.zzTit_instru
,.zzTit_instru_2 {
  background-color: var(--zz_bg_cafe_04);
  color: var(--zz_bg_cafe_03);
}
.zzTit_instru { text-align: center;}


.zzBarraTit_instru div {
  padding: 0 !important;
  line-height: 35px;
  color: var(--zz_bg_cafe_03);
  font-weight: bolder;
}

.msgOBS {
  font-style: italic;
  font-weight: normal;
}

.msgOBS_nor {
  font-weight: normal;
}
.msgOBS_nor_min {
  font-weight: normal;
  font-size: 12px;
}

.msgOBS_min {
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
  color: #fff;
}

.msgCompleto {
  background-color: var(--zz_bg_verde_02);
  color: var(--zz_bg_verde_03);
  text-align: center;
  padding: 5px;
  border: 1ps solid var(--zz_bg_verde_03);
  -webkit-text-stroke: 0.2pt;
  font-weight: bold;
}

.msgInt_consider {
  font-weight: normal;
}

.listInst_docs {
  background-attachment: fixed;
}

.listInst_docs a {
  width: 100%;
}

.listInst_docs_lista_x{
  border: 1px solid #fcc !important;
  padding: 10px !important;
  border-radius:5px;
  background-color: #ffe;
  color: #555;
}

body .listInst:last-child{
  margin-top: 15px;
}

.listInst_tit {
  position: relative;
  background-color: var(--zz_bg_cafe_04);
  width: 100%;
  padding: 10px;
  font-weight: bold;

  border-radius: 5px 5px 0 0;
  border: 1px solid var(--zz_bg_cafe_01);
}

.listInst .listInst_docs_inst:last-child{
  border-radius: 0 0 5px 5px;
}

.listInst_tit::first-letter {
  text-transform: uppercase;
}

.miSticky {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 5px;
}

.navApartado{
  overflow: hidden;
}

.navApartado div {
  /*
  padding: 5px 15px;
  */
  text-align: center;
  border-bottom: 3px SOLID var(--zz_bg_vin_02);
  margin: 0 2px;
  cursor: pointer;
  border-top: 1px solid transparent;
}

.navApartado div:hover {
  border-bottom: 3px SOLID #006600;
  background-color: var(--zz_bg_cafe_02);
  color: #006600;
  border-top: 1px solid #006600;
}

.navApartado div:hover i{
  color: #006600;
}

.navApartado div i {
  font-size: 14pt;
  -webkit-text-stroke: 0.8pt;
  transition: all ease-in-out 0.23s;
}

.icoApart_comp {
  color: var(--zz_bg_verde_00);
}

.icoApart_incomp {
  color: var(--zz_bg_nara_01);
}

.icoApart_incomp2 {
  color: var(--zz_bg_nara_02);
}

.icoApartBB{
  -webkit-text-stroke: 0.6pt;
}

.icoApartBB
,.icoApart{
  font-size: 17px;
}

.btn_finalizar_MOV{
  padding: 2px 10px;
}

.btn_finalizar_MOV,
.btn_finalizar_x,
.btn_finalizar{
  background-color: var(--zz_bg_verde_01);
  color: #ffffff;
}
.btn_finalizar_x:hover{
  color: #ffffff;
}

.btn_finalizar_MOV:hover,
.btn_finalizar:hover{
  border-color: transparent;
  background-color: var(--zz_bg_nara_03);

  color: #ffffff;
}

.sw_tx_dtGuar {
  color: var(--zz_bg_verde_00);
  -webkit-text-stroke: 0.8pt;
}

.sw_btConfirm,
.sw_btDeny,
.sw_btLuego {
  margin: 0 8px;
  color: #ffffff;
}

.sw_btConfirm {
  background-color: #004400;
}

.sw_btConfirm:hover {
  background-color: #007e00;
  color: #ffffff;
}

.sw_btDeny {
  background-color: var(--zz_bg_vin_01);
}

.sw_btDeny:hover {
  background-color: var(--zz_bg_vin_02);
  color: #ffffff;
}

.sw_btLuego {
  background-color: #3f1e00;
}

.sw_btLuego:hover {
  background-color: #ff7b00;
  color: #ffffff;
}

.campTxArea{
  min-width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 100px !important;
  height: 100px !important;
  max-height: 100px !important;
}

.campTxArea_60{
  min-width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 60px !important;
  height: 60px !important;
  max-height: 60px !important;
}

.stickyTOP_reporte{
  background-color: #f6f6f6; border:1px solid #aaa;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}



/* *********** Parpadeo ******** */

#xCCT{
  position: relative;
}

._parpadeo_bor{
  border-bottom: 3px solid #f00f;

  animation-name: parpadeo_bor;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name:parpadeo_bor;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo_bor{
	0% { border-bottom-color: #f00f ; }
  50% { border-bottom-color: #f000 ; }
  100% { border-bottom-color: #f00f ; }
}

@-webkit-keyframes parpadeo_bor {
	0% { border-bottom-color: #f00f ; }
  50% { border-bottom-color: #f000 ; }
  100% { border-bottom-color: #f00f ; }
}

@keyframes parpadeo_bor {
	0% { border-bottom-color: #f00f ; }
  50% { border-bottom-color: #f000 ; }
  100% { border-bottom-color: #f00f ; }
}

._parpadeo{
  position: absolute;
  opacity: 1;
  bottom: -3px;
  left: 0;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20%;
  border-bottom: 3px solid var(--zz_bg_vin_04);

  opacity: 1;

  animation-name: parpadeo;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name:parpadeo;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
	0% { opacity: 1 ; }
  50% { opacity: 0.0 ; }
  100% { opacity: 1 ; }
}

@-webkit-keyframes parpadeo {
	0% { opacity: 1 ; }
  50% { opacity: 0.0 ; }
  100% { opacity: 1 ; }
}

@keyframes parpadeo {
	0% { opacity: 1 ; }
  50% { opacity: 0.0 ; }
  100% { opacity: 1 ; }
}

/* **** sin Instrumentos ******* */
.msgUsusarioSinInstrumentos{
  border: 1px solid var(--zz_bg_cafe_01);
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--zz_bg_cafe_02);
  margin: 20px auto;
  font-size: 30px;
}

/* login */
.dvInput span{
  background-color: var(--zz_bg_vin_01);
  color: #fff;
}

.titEntradaSistema{
  /*
  background: var(--zz_bg_cafe_01);
  */
  background: var(--zz_bg_verde_01);
  color: #fff;
  text-align: center;
  padding: 5px;
}

.formatoFORMA_invalid{
  background-color: var(--zz_bg_rojo_03);
  border: 1px solid var(--zz_bg_rojo_02);
  border-radius: 5px;
  padding: 5px;
}

.tbodyMiddle td{vertical-align: middle;}
.tbodyPuntero label{cursor: pointer;}

#tot_entidad th
,.tabPreg th{
  vertical-align: middle;
}

.tabPreg th{
  background-color: #ddd;
}

.tabPreg th{
  border: 2px solid #fff;
}

.tB_campoNum input[type='number']{
  width: 120px;
  max-width: 90%;
  text-align: left;
  margin: auto;
}

/* el instrumento */
#flexINSTRUMENTO_footerEspacio{
  position: relative;
  display: inline-block;
  min-height: 50px !important;
  height: 50px;
  max-height: 50px !important;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  color: var(--zz_bg_cafe_01);
}

.flexINSTRUMENTO_footerEspacio_bg_inval{
  background-color: var(--zz_bg_cafe_02_1) !important;
}
.flexINSTRUMENTO_footerEspacio_bg_val{
  background-color: var(--zz_bg_cafe_02) !important;
}

#flexINSTRUMENTO_errores .box_pregFaltantes p:nth-child(1){
  text-align: center !important;
}

#flexINSTRUMENTO_errores .box_pregFaltantes p:nth-child(2){
  font-weight: bold;
}

#flexINSTRUMENTO_errores .box_pregFaltantes p{
  font-size: 15px;
  width: 100%;
  line-height: 15px !important;
}

#flexINSTRUMENTO_errores .camposFaltantes>span
,#flexINSTRUMENTO_errores .camposFaltantes ng-container>span{
  display: inline-block;
  margin: 2px;
  background-color: #fffddd;
  border-radius: 3px;
  border: 1px solid #bbb;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
}

#flexINSTRUMENTO_errores .camposFaltantes>span>span
,#flexINSTRUMENTO_errores .camposFaltantes ng-container>span>span{
  font-weight: bold;
  color: var(--zz_bg_vin_02)
}

#flexINSTRUMENTO_errores .btn-group span {
  width: fit-content !important;
  margin-bottom: 5px;
}

/*
#flexINSTRUMENTO_errores{
  min-width: 200px;
  max-width: 250px;
  width: 100%;
}

@media screen and (min-width:953px) {
  #flexINSTRUMENTO_errores .btn-group {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width:952px) {
  #flexINSTRUMENTO_errores .btn-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #flexINSTRUMENTO_errores{
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
*/
/* ***************** */

.busCCT{
  border: 1px solid #ccc;
  width: 200px;
}

#xCCT_x{
  position:relative;
  border: 1px solid #f00;
  padding: 0;
  margin:0;
  height: min-content;
}

.listCCT{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #800a;
  z-index: 1;
}

.divSeccPregs{
  border-bottom: 2px solid #333;
}

.err_maxNum{
  font-size: 12px;
  color: var(--zz_bg_cafe_03);
  background-color: var(--zz_bg_cafe_02);
  padding: 3px;
  border-radius: 3px;
  font-weight: bold;
  border: 1px solid var(--zz_bg_cafe_03);
  -webkit-text-stroke: 0.2pt;
}


.err_s0_p7a{
  font-size: 12px;
  color: #000;
}

.usObs_captura{
  font-weight: bold;
  color: var(--zz_bg_vin_01);
  border: 1px solid #444;
  font-size: 14px;
  width: 230px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
}

#tot_entidad{
  border: 0 !important;
}

#tot_entidad th{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#tot_entidad td{
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #666;
}

.userINACTIVO{
  color: var(--zz_bg_nara_03);
}
.userACTIVO{
  color: var(--zz_bg_verde_00);
}
.tr_userINCACTIVO .userINACTIVO{
  color: var(--zz_bg_nara_02);
}
.userBORRADO{
  color: var(--zz_bg_vin_02);
}

.tr_userBORRADO{
  background-color: #f001;
  border: 2px solid #500 !important;
}

.tr_userINCACTIVO{
  background-color: #ff01;
  border: 2px solid #f60 !important;
}


.tr_userBORRADO td
,.tr_userINCACTIVO td{
  vertical-align: middle;
  color: #000;
  font-weight: bold;
}

.textoVERT{
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -2px;
  -webkit-text-stroke-width: 1px;
  color: var(--zz_bg_nara_03);

}

.colOptions{
  width: 150px !important;
  text-align: center;
  justify-content: center;
}

.icoOptions button{
  font-size: 25px;
  text-align: center;
  margin:1px;
  width: 50px;
}

.userSTATUS{
  font-size: 25px !important;
}

.ngAnim{
  display: none;
}

.usuStatus .badge{
  border: 1px solid #0003;
  margin: 2px;
  color: #000;
}

.spXLSX_resp
,.spXLSX{
  background-color: var(--zz_bg_verde_02);
  border-color: var(--zz_bg_verde_00);
  color: var(--zz_bg_verde_01);
  cursor: pointer;
  -webkit-transition: all var(--des_1) var(--tMV_2);
	-moz-transition: all var(--des_1) var(--tMV_2);
	-o-transition: all var(--des_1) var(--tMV_2);
	-ms-transition: all var(--des_1) var(--tMV_2);
	transition: all var(--des_1) var(--tMV_2);
}
.spXLSX_resp{
  border-width: 2px;
}

.spXLSX_resp i
,.spXLSX i{
  color: var(--zz_bg_verde_00);
  font-size: 18pt;
}

.spXLSX_resp:hover
,.spXLSX:hover{
  background-color: var(--zz_bg_verde_00);
  color: #fff;
}

.spXLSX_resp:hover i
,.spXLSX:hover i{
  color: #fff;
}



.usuStatus .spINACT{
  border-color: var(--zz_bg_nara_03);
}
.usuStatus .spINACT i{
  color: var(--zz_bg_nara_03);
}
.usuStatus .spACT{
  border-color: var(--zz_bg_verde_00);
}
.usuStatus .spACT i{
  color: var(--zz_bg_verde_00);
}

.busACT{
  display: inline;
  border: 1px solid var(--zz_bg_vin_02) !important;
  background-color: var(--zz_bg_ama_03);
  -webkit-text-stroke: 0.1pt;
  padding: 3px;
}


.busACT i{
  color: var(--zz_bg_vin_03);
}
.busACT_fil{
  font-weight: bold;
}
.busACT_num{
  color: var(--zz_bg_vin_03);
  font-weight: bold;
}
.busACT_tx{
  font-weight: normal;
}

.icoXLS{
  padding: 3px 2px 0px 2px;
  background-color: #f5ffd5;
  line-height: 0;
  border: 1px solid var(--zz_bg_verde_00);
  -webkit-box-shadow: 0px 12px 9px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 12px 9px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 12px 9px -9px rgba(0,0,0,0.75);
}

.icoXLS_nac{
  padding: 1px 3px;
  background-color: #65b300;
  border: 1px solid var(--zz_bg_verde_00);
  color: #fff;
  -webkit-box-shadow: 0px 12px 9px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 12px 9px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 12px 9px -9px rgba(0,0,0,0.75);
  font-size: 30px;
}

.icoXLS_nac:hover{
  background-color: #518c00;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow:none;
  box-shadow:none;
}

.icoXLS:hover{
  background-color: var(--zz_bg_verde_00);

  -webkit-box-shadow: none;
  -moz-box-shadow:none;
  box-shadow:none;
}

.icoXLS:hover i{
  color: #f5ffd5 !important;
}

.icoTABLA{ color: var(--zz_bg_verde_00);}
.icoTABLA_dis{ color: var(--zz_bg_vin_02);}
.icoTABLA_dan{ color: var(--zz_bg_nara_03);}

.tA_lineal{
  width: 100%;
  max-height: 50px ;
}

.test_pregFalt_espacio{
  height: 50px !important;
}



/* ******** dvESPERE ******* */
.dvESPERE{
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  padding: 0 !important;
  border: 0 !important;;
  margin: 0 5px !important;
}
.dvESPERE .spinner-border{
  width: 20px;
  height: 20px;
  border-width: 3px;
}
.dvESPERE span{
  vertical-align: middle;
  font-size: 15px;
}

.tp_PC{
  display: block;
}
.tp_MOV{
  display:none;
}
.tp_MOV hr{
  width: 90%;
}

.cambioEsc_pre{
  background-color: #f4ffcf !important;
}
.cambioEsc_new{
  background-color: #ffefef !important;
}

/* ****** main ******** */

.titMain_tit{
  /*
  background-color: var(--zz_bg_vin_02);
  */
  background-color: var(--zz_bg_cafe_01);
  color: #fff;
  font-size: 14pt;
  text-align: center;
  width: 100%;
  padding: 5px;
  font-weight: 900;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 5px;
}

.titMain_msg{
  color: var(--zz_bg_vin_02);
  font-weight: 900;
}

/* **************** */
.stNiv{
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #eee;

  transition: all 250ms ease-in-out !important;
  line-height: 15px;
  padding: 2px;
  margin: 1px;
  cursor: pointer;
}

.stNiv a{
  text-decoration: none;
}

.stNiv:hover{
  background-color: #fff;

  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
}

.stNiv.stNiv_completo{
  background-color: #edffc1;


  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
}

.stNiv_tx{
  font-weight: bolder;
}

.nivScrollTop{
  scroll-margin-top: 80px;
}

.cap_sinInst{
  background: #ffd !important;
  font-weight: bold !important;
  color: #600 !important;
  text-align: center;
  border-bottom: 2px solid #600;
}

.cap_titInst{
  background: var(--zz_bg_cafe_04) !important;
  font-weight: bold;
  padding: 2px 5px;
}

body button.btEntrarInst:disabled{
  opacity: .3 !important;
  cursor:not-allowed !important;
}

.useClave{
  font-family: 'Courier New', Courier, monospace; font-size: 14pt;
  font-weight: bold;
}
.biIco{
  width: 50px !important;
  height: 50px !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 0;
  line-height: 50px;
}
.biIco i{
  font-size: 20pt;
}

/* *** iconos del sistema *** */

/* ***** Modal regObs **** */
.topModal{
  background: var(--zz_bg_vin_01);
}


/* *********** MEDIA *************** */
@media screen and (max-width:600px) {
  .tp_PC{
    display: none !important;
  }
  .tp_MOV{
    display:block !important;
  }
}

/* **** borrame ***** */