html{
  background-color:#fff !important;
}
body{
  -webkit-box-shadow:none !important;
  box-shadow: none !important;
  font-family: 'Poppins-Medium';
}
.tbl-special{
  width: 55%;
}
/**********   configurar_instrumento **************/
a[aria-expanded="true"] svg{ 
  transform: rotate(88deg); 
  margin-right: 5px;
}
  .footer-box-mensajes a{
    cursor: pointer;
    font-family: 'Poppins-Bold';
    font-weight: inherit;
  }
  .descarga-archivos strong,.title-temas strong{
    font-weight: inherit !important;
  }
  .rotarow{
    transform: rotate(88deg);
  }
  .line-blue{
    border-top:2px solid #3856ab;
    margin-bottom: 0px;
  }
  .box-mensajes{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin:10px;
    -webkit-box-shadow: 4px 4px 5px 0px #cecece;
    -moz-box-shadow: 4px 4px 5px 0px #cecece;
    box-shadow: 4px 4px 5px 0px #cecece;
  }
  .box-mensajes span{
    font-family: 'Poppins-Medium';
    font-weight: initial;
  }
    .box-mensajes p{
    font-family: 'Poppins-Medium';
    font-weight: initial;
  }
  .icon-status{
    float:right;
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .icon-status svg{
    margin-left:15px;
  }
  .usr-name-right{
    text-align: end;
  }
  .head-mensajes{
    background-color:#f7f7f7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 1px solid  #dee2e6;
    position: relative;
    display: inherit;
  }
  .head-mensajes h6, .head-mensajes a{
      color:#dd8748;
      margin-top: 10px;
  }
  .headback{
    background: #f7f7f7;
    padding: 12px 20px;
    -webkit-box-shadow: 1px 2px 8px 1px #ebebeb;
    -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
    box-shadow: 1px 2px 8px 1px #ebebeb;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .headback .user{
    width: auto;
  }
  .icon-status a{
    color:#224095
  }
  .box-mini-menu{
    position: absolute;
    top:50px;
    right: 0;
    width: 50%;
    background: #ffffffe6;
    border: 1px solid #dfdfdf;
    z-index: 1;
    -webkit-box-shadow: -4px 4px 10px 0px rgb(189 189 189);
    -moz-box-shadow: -4px 4px 10px 0px rgb(189 189 189);
    box-shadow: -4px 4px 10px 0px rgb(189 189 189);
    display: none;
    border-radius: 12px;
  }
  .box-mini-menu ul{
    margin:0 auto;
  }
  .box-mini-menu ul li{
    list-style: none;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 31px;
  }
  .box-mini-menu ul li a:hover{
    background-color: #224095;
    width: 100%;
  }
  .box-mini-menu ul li:last-child{
    border-bottom: 0;
  }
  .box-mini-menu ul li a:hover{
    color: #fff;
  }
  .box-mini-menu ul li a:hover svg{
    color: #fff;
  }
  .box-mini-menu ul li a{
    text-decoration: none;
    padding: 5px 20px;
    color:#000;
    margin-top: 0px;
    font-weight: initial;
    font-family: 'Poppins-semibold';
  }
  .box-mini-menu ul li a svg{
    color:#224095;
    margin-right: 10px;
  }
  .circle-c{
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#34bb1e;
  }
  .circle-red{
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#5f1212;
  }
  .box-subtitle{
    background-color:#f7f7f7;
    border-bottom: 1px solid  #dee2e6;
    padding: 8px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-subtitle p{
    margin-bottom: 0;
  }
  .box-subtitle svg{
    color:#224095;
    margin-right:15px;
  }
  .periodo{
    position: relative;
  }
  .box-fechas{
    background-color:#f7f7f7;
    border-bottom: 1px solid  #dee2e6;
    padding: 8px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .date svg{
    margin-right: 15px;
    color: #224095;
  }
  .box-fechas p span{
    color: #224095;
    margin-right:15px;
  }
  .date{
    width: 50%;
    float: left;
  }
  .list-mensajes{
    height: 200px;
    overflow-y: auto;
    text-align: center;
  }
  .list-mensajes{
    padding: 8px 15px;
    
    margin-left: -15px;
    margin-right: -15px;
  }
  .list-mensajes h6{
    color:#dd8748;
    text-align: center;
    font-weight: initial;
    font-family: 'Poppins-semibold';
  }
  .list-mensajes::-webkit-scrollbar {
    width: 8px;
    background: #d4691b;
    border-radius: 5px; }
  
  .list-mensajes::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 4px;
    height: 20px; }
  
  .list-mensajes::-webkit-scrollbar-track {
    background: #d4691b;
    border-radius: 5px; }
    .box-mensaje-fecha{
      padding: 8px 15px;
      border-bottom: 1px solid  #dee2e6;
    }
    .box-mensaje-fecha strong{
      font-weight: inherit;
    }
    .fecha{
      display: flex;
    }
    .fecha p{
      width: 50%;
    }
    .fecha-list{
      width:69%;
      display: inline-block;
    }
    .status{
      width: 30%;
      text-align: center;
      display: inline-block;
    }
    .status svg{
      color: #224095;
    }
    .asunto{
      position: relative;
    }
    .asunto .circle-c{
      position: absolute;
      top: 0;
      right: 0;
    }
    .asunto p{
      margin-right: 15px;
      text-align: left;
    }
    .footer-box-mensajes{
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      padding: 8px 15px;
      margin-left: -15px;
      margin-right: -15px;
      text-align: center;
      background-color:#f7f7f7;
      color: #224095;
      font-weight: initial;
      font-family: 'Poppins-semibold';
    }
    .footer-box-mensajes svg{
      margin-right: 10px;
    }
    .sin-mensaje{
      text-align: center;
    }
    .sin-mensaje h5{
    font-family: 'Poppins-Medium';
    font-weight: initial;
    }
    .sin-mensaje img{
      display: inline-block;
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
      max-width: 10%;

    }
    .box-cargaimg2{
      border-radius: 15px;
      padding: 20px;
      width: 100%;
      height: 300px;
      background-color: #bbc7e1;
      position: relative;
      margin-bottom: 15px;
    }
    .btn-blanco {
      max-width: 200px;
      width: 100%;
      background:#fff;
      color:#224095 ;
      border: 1px solid #fff;
    padding: 10px;
    margin: 5px;
    background-color: #fff;
    -webkit-box-shadow: 12px 11px 13px -9px #e5e5e5;
    -moz-box-shadow: 12px 11px 13px -9px #e5e5e5;
    box-shadow: 12px 11px 13px -9px #e5e5e5;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
  }
  }
/********** fin configurar_instrumento **************/
.progress_tiny{
  border-bottom-right-radius: 15px !important;
  border-top-right-radius: 15px !important;
}
.catalogo .pagination{
  display: inline-block !important;
}
.accionE a{
  cursor:pointer;
  text-decoration: none;
}
.title-temas{
  text-align: center;
}
.title-temas h4{
  color:#224095;
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
  padding-top: 25px;
}
.preguntaOracion{
  display:inline-block;
  border-right: 2px solid #a7a5a5;
  width: 48%;
  margin: 20px;
  font-family: 'Poppins-Medium';

}
.slick-initialized{
  margin: 0px auto !important;
}
.box-pos{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
}
.color-cebra:nth-child(2n){
  background:#f7f7f7;
  padding: 20px 10px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 8px 1px #ebebeb;
  -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
  box-shadow: 1px 2px 8px 1px #ebebeb;

}
.color-cebra:nth-child(2n+1){
  background:#fff;
  padding: 20px 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 8px 1px #ebebeb;
  -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
  box-shadow: 1px 2px 8px 1px #ebebeb;
  margin: 10px;
}
.bar_mortice {
  border:1px solid transparent !important;
}
.box-barra{
  width: 150px;
  margin-top:30px;
}
.color-cebra{
  margin-bottom: 20px;
}
.barra{
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.fieldcontain .check label{
  text-align:left !important;
}
.procentaje-box{
  width:20%;
  margin-top: 10px;
}
.preguntaOracion p{
  text-align: right;
  padding: 0px 5px;
}
.preguntaOracion p{
  margin-right: 15px;
}
.preguntaOracion p svg{
  color: #224095;
  font-size: 15px;
  margin-right: 10px;
}
.comparacion{
  display: inline-block;
  width: 32%;
}
.comparacion p svg{
  color: #224095;
  font-size: 15px;
  margin-right: 10px;
}
.box-white .contenedorHorizontal{
  transform: rotate(270deg);
  margin:0 auto;
  border:1px solid transparent
}
.box-white p{
  margin-bottom:0px;
}
.box-white .mortice_tiny{
  border-radius: 0px !important;
  margin-top: 8px;
}
.box-white .mortice_tiny .progress_tiny:first-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.procentaje-box p{
  text-align: center;
  font-family: 'Poppins-Medium';
  color:#000;
  font-size: 10px !important;
}
.contenedorHorizontal{
  position: initial !important;
}
.mortice_tiny{
  border-radius: 15px;
}
.box-white{
  background: #ffffff;
  padding: 5px 15px;
  text-align: center;
  font-family: 'Poppins-Medium';
  border-right: 1px solid #b3b3b3;
  width:120px;
  margin: 0 auto;
  margin-top: 30px;
  word-break: break-word;
  min-height: 176px;
} 
.box-white h6{
  margin-bottom: 25px;
}
.datos{
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.box-white .datos p:nth-child(1){
  float: left;
}
.box-white .datos p:nth-child(2){
  float: right !important;
}
.porcentaje-box-multiple, .box-multiple-barra{
  padding: 20px;
  margin-top:-8px;
  position: relative;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  flex-flow: row;
}
.porcentaje-box-multiple{
  padding-bottom:0px;
}
.box-multiple-barra{
  padding: 10px;
}
.box-multiple-barra .title-tema{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Poppins-Medium';
  width: 100%;
  text-align: center;
  padding: 10px;
}
.porcentaje-box-multiple p{
  text-align: center;
  font-family: 'Poppins-Medium';
  color:#000 !important;
}
.boxgray, .boxgray-m{
  -webkit-box-shadow: 3px 3px 13px 0 rgb(228 228 228);
  -moz-box-shadow: 3px 3px 13px 0 rgb(228 228 228);
  box-shadow: 3px 3px 13px 0 rgb(228 228 228);
  border-radius:15px;
  padding: 12px;
  background: #fff;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  height: auto;
}
.boxgray img {
    vertical-align: middle;
    width: 37px;
    position: absolute;
    top: 16px;
    right: 30px;
}

.chart-box-little {
    padding: 15px 30px;
}
.boxgray-m .title-box{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.container-flex{
  display: flex;
}

.center-subtitle{
    text-align: center;
    color: #7a7a7a;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 2%;
    font-size: 1.5em;
    margin-top: -1%;
    font-weight: initial;
}
.itemp span{
  color: #7a7a7a;
}
.porcentaje-box-multiple  .title-tema{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Poppins-Medium';
  margin-top:20px;
  width: 100%;
}
.boxgray-m{
  display: flex;
  overflow-x: auto;
}
.bar_mortice.mortice_tiny .progress{
  border-radius:0;
} 
.bar_mortice.mortice_tiny {
  height: 7px;
  background:transparent; */
  -moz-box-shadow: inset 0px 1px 2px 0px #333;
  /* box-shadow: inset 0px 1px 2px 0px #333; */
  border-width: 2px;
}
.mortice_tiny .progress_tiny:first-child{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.mortice_tiny .progress_tiny:last-child{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.procentaje-box{
  padding:8px;
  border-right: 1px solid #b3b3b3;
  float: left;
  min-height: 130px;
  word-break: break-word;
  position: relative;
}
.boxgray .procentaje-box:last-child {
  border:1px solid transparent;
}
.box-shadow{
      -webkit-box-shadow:1px 2px 8px 1px #ebebeb;
      -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
      box-shadow: 1px 2px 8px 1px #ebebeb !important;
      border-radius: 15px;
}
#right-container{
  border-radius: 15px;
}
.tbl-white-escala{
  -webkit-box-shadow: 1px 2px 8px 1px #ebebeb
  -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
  box-shadow: 1px 2px 8px 1px #ebebeb;
  border-radius: 15px;
  font-family: 'Poppins-Medium';
  
}
.tbl-white-escala thead th{
  text-align: center;
  color:#dd8748;
  font-weight: initial;
}
.tbl-white-escala tbody td{
  width: 100%;
  position: relative;
}
.tbl-white-escala tbody tr:nth-child(odd){
  background:#f7f7f7;
}
.tbl-white-escala tbody tr:last-child td:first-child{
  border-bottom-left-radius: 15px;
}
.tbl-white-escala tbody tr:last-child td:last-child{
  border-bottom-right-radius: 15px;
}
.tbl-white-escala h6{
  color:#000;
  text-align: center;
}
.box-escala{
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom:10px;
}
.box-escala h6{
  color:#dd8748;
}
.box-escala p{
  color:#000;
  font-weight: inherit;
}
.brd-r{
  border-right: 2px solid #cecece;
}
.line-color-escala{
  position: absolute;
  right: 0;
  width: 90%;
  height: 6px;
  border-top-left-radius: 15px;
  bottom: 0;
}
.tbl-white-escala  tr:last-child td .line-color-escala{
  border-bottom-right-radius: 15px;
}
.content h1 {
  border-bottom: 1px solid transparent;s
}
.red{
  color:red !important;
}
#reportes-ponderable hr{
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid transparent;
}
.msg_body p{
  font-size: 12px;
  color:#a7a5a5;
  margin-bottom: 10px;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.item-charts{
  background-color: #f7f7f7;
}
.preguntaOracion p, .comparacion p{
  font-size: 16px;
  color: #000;
}
.comparacion p{
  font-size: 16px;
}
.underline a{
  text-decoration: underline;
}
.name-company h5{
  font-weight: initial;
  line-height: inherit;
  color: #000;
  font-family: 'Poppins-SemiBold';
  font-size: 1.8em;
}
.collapse p{
  font-size: 12px;
  color:#a7a5a5;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.cnt-table-scroll{
  width:100%;
  overflow-x: auto;
  padding: 8px;
}
.rep-pon{
  text-align: center;
}
.rep-pon h4{
    font-size: 1.1em;
    text-decoration: none;
    font-weight: normal;
    color: #000;
    font-family: 'Poppins-Medium';
}
.chart-items{
    -webkit-box-shadow: 1px 2px 8px 1px #ebebeb; 
    -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
    box-shadow: 1px 2px 8px 1px #ebebeb;
    border-radius: 15px;
    margin-top: -8px;
}
.chart-items h4{
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    color: #000;
}
.table-reportes{
    border-radius: 15px;
    -webkit-box-shadow: 1px 2px 8px 1px #ebebeb;
    -moz-box-shadow:1px 2px 8px 1px #ebebeb;
    box-shadow:1px 2px 8px 1px #ebebeb;
    margin-top: 0px;
    margin-bottom: 0px;
}
.table-reportes thead th{
  color:#dd8748;
  font-family: 'Poppins-SemiBold';
  font-size: 14px;
  padding:10px;
  border-bottom: 1px solid #e6e5e5;
  white-space:initial;
  width: 20px;
  font-weight: initial;

}
.head  .col-lg-4{
  width: 33%;
}
.table-reportes tr:last-child td:first-child{
  border-bottom-left-radius: 15px;
}
.table-reportes tr:last-child td:last-child{
  border-bottom-right-radius: 15px;
}

.table-reportes tbody td{
    font-size: 13px;
    position: relative;
    padding: 8px;
    font-family: 'Poppins-Medium';
    font-weight: initial;
}
.ms-center{
  text-align: center;
  margin-top: 16px;
}
.table-reportes tbody td:first-child{
  text-align: left !important;
}
.table-reportes tbody tr:nth-child(even){
  background:#f7f7f7;
}
.table-reportes tbody tr:nth-child(odd){
  background:#ffff;
}

.table-cebra .dot {
  height: 15px; 
   width: 15px; 
  border-radius: 50%;
  display: inline-block;
  border: 1px solid transparent;
}
.table-cebra thead td{
  white-space: initial;
}
.sise-8 p{
  font-size: 14px;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.font-table td{
  font-size: 14px;
  font-family: 'Poppins-Medium';
  font-weight: initial;
  color: #000;
  padding: 12px !important;
}
.font-table{
  border: 1px solid #ccc !important;
}
.items-btn a, .items-btn svg{
  color: #224095;
}
.items-btn svg{
  margin-right: 8px;
}
.items-btn{
background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  width: 90%;
  bottom: 2%;
  margin: 0 5%;
  padding: 12px;
  z-index: 50;
}
.size-link{
  margin: 0 6px;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.btn-swicht input[type="radio"]{
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.progress-AC {
  height: 18px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar-ac {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00cc66;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.table-cebra2 .title-message{
  text-align: center;
  color:#7a7a7a !important;
}
#dimensiones_area{
  text-align: center;
  padding: 20px;
}
#dimensiones_area .menu-acordeon{
  width:100%;
  display: inline-block
}
#dimensiones_area .table-cebra2 tbody tr:hover td:last-child {
  font-size: 14px;
}

#dimensiones_area h2{
    text-align: center;
    margin-bottom: 8px;
    font-size: 21px;
    font-family: 'Poppins-SemiBold';
    font-weight: initial;
}
label{
  margin-bottom: 0 !important;
}
.fieldcontain label, .fieldcontain .property-label {
  color: #979797; 
  text-align: right;
  width:initial;
  font-family: Poppins-medium;
  font-weight: initial;
}
.sise-6{
  width: 50%;
}
.sise-8{
  width: 80%;
}
.fieldcontain {
  margin: 0 auto;
}
.ui-widget-content{
  /*width: 100% !important;*/
}
.ui-jqgrid-pager{
  width: 100% !important;
}
.ui-jqgrid-view{
  width: 100% !important;
}
.ui-jqgrid-hdiv{
  width: 100% !important;
}
.ui-jqgrid-btable{
  width: 100% !important;
}
.ui-jqgrid-bdiv{
  width: 100% !important;
}
.delete {
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1em;
  padding: 0.2em 0.4em;
  text-decoration: underline;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.filtrotag{
  text-align: center;
  font-size:10px;
  font-family: 'Poppins-SemiBold';
  margin-top: 10px;
  display: none;
}
.tdtext,.tdtext td{
  font-size:14px;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.regresar{
  text-decoration: underline;
  color: #224095 !important;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.escala .circle-color{
 top: 28px;
}
.posnivelJ{
  position: absolute;
  right: 10px;
  display: block;
  width: 105px;
}
.mensajes .col-lg-6{
  padding-right: 8px;
  padding-left: 8px;
}

.containerNew {
    width:100%;
    margin:0 auto;
}

@media (min-width: 1200px) {
    .container {
        width: 95%;
    }
}

@media (max-width:1199px) {
    .container {
        width: 90% !important;
    }
}

@media (max-width:992px) {
    .container {
        width: 98% !important;
    }
}

.item-right{
  text-align: end;
}
.pietable{
    font-size: 12px;
    text-align: center;
    font-family: 'Poppins-Medium';
    color: #7a7a7a;
}
.pietable span{
  display: block;
  color:#e0dede;
  font-size: 11px;
}
.center-action{
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-mdl{
  width: 80%;
  padding: 40px 60px !important;
}
.acciones-empresa{
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.acciones-empresa a{
  color: #dd8748 !important;
  text-decoration: underline;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.center-action a{
    color: #224095 !important;
    margin-left: 0;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 11px;
    vertical-align: inherit;
    text-align: center;
}

.center-action svg{
  margin-right: 8px;
}
th:hover, tr:hover
 {
    background: #EAEFFA;
}
.form-check-label{
  margin-right: 20px;
  font-weight: initial;
}
.accionE svg{
  margin-right: 8px
}
.accionE a{
  color: #224095;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.bxflex{
  display:flex;
}
.agrega-op svg{
  position: absolute !important;
    left: 8px !important;
    top: 3px !important;
}
.hasDatepicker{
  background-color: white;
    font-size: 1em;
    padding: 0.4em 0.4em;
    width: 100%;
    border-radius: 5px;
}
.nieveles .check label:before {
  right: -15px;
}
.nieveles .check input[type="checkbox"]:checked + label:after {
  right: -15px;
}
#tblescalaEvaluacion tbody tr:nth-child(1){
  color:#979797;
}
#tblescalaEvaluacion tbody{
  color:#000;
}
#tblescalaEvaluacion tbody tr td a{
  color:#000;
}
.posicon{
  position: absolute;
  top:5px;
  right:15px;
}
.no-row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.widthead{
  width: 60%;
}
#color{
  background: transparent !important;
  color:#000 !important;
}
.acciones-empresa .edita-empresa{
  display: inline-block;
  cursor:pointer;
}
.acciones-empresa .edita-empresa{
  margin-right:14px;
}
.acciones-empresa .borra-empresa{
  display: inline-block;
}
.delete-ic, .delete-ic svg{
  color: red !important;
}
.acciones-empresa svg{
  margin-right: 5px !important;
}
.desc-emp h5{
  font-weight: bold;
  color:#000;
  font-family: 'Poppins-SemiBold';
  margin-top: -2px;
  font-size: 16px;
}
.desc-emp p{
  color:#000;
  font-family: 'Poppins-SemiBold';
  margin-top:-5px;
}
.incon-delete input, .incon-delete2 input{
  border:transparent;
  background: transparent;
}
.incon-delete{
  display: flex;
  position: relative;
}
.incon-delete2{
  display: inline-block;
  position: relative;
  width: 14px;
}
.incon-delete input, .incon-delete a,.incon-delete2 input, .incon-delete2 a{
  padding: 0px;
  z-index: 2;
  font-size:0; 
  width:15px;
  height: 17px;
  position: absolute;
  top: -7px;
  left: -6px;
} 
.incon-delete svg, .incon-delete2 svg{
  font-size: 14px !important;
  z-index: 1;
  color: #ff3a3a;
}
.incon-delete2 svg{
  top:5px;
}
#grailsLogo a {
  margin:0;
}
.form-general svg {
  margin-right: 15px;
  position: absolute;
  left: -20px;
  top: 11px;
  color: #224095; 
}
.usr-name-right .user svg:last-child{
margin-right: 14px;
  margin-left: 14px;
}
select{
  -moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.select:before {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color:  #224095 transparent transparent transparent;
  z-index: 5;
  pointer-events: none;
}
/*tr>td:last-child, tr>th:last-child {
  padding-right:0px;
}
*/
.table-cebra2 tbody tr>td:last-child {
  padding-right:20px;
}
.img-empresa{
  max-width: 130px;
  width: 100%;
}
.head {
  background: #f7f7f7;
  padding: 5px 20px;
  -webkit-box-shadow: 1px 2px 8px 1px #ebebeb;
  -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
  box-shadow: 1px 2px 8px 1px #ebebeb;
  display: flex;
  align-items: center;
  margin-bottom: 8px; }

.sf-menu li{
  background: transparent !important;
}
.sf-menu li:hover {
  background: #CFDEFF !important;
}
.sf-menu a {
  color:#a8a8a8!important;
  padding: 0 !important;
}
.logoP {
  max-width: 230px;
  width: 100%; }

.logoEm {
  max-width: 100px;
  width: 100%; 
  max-height: 80px;
  mix-blend-mode: multiply;
}





































.user {
  color: #777;
  font-family: "Poppins-SemiBold";
  display: flex;
  align-items: center;
  float: right;
  width: 24%; }
  .user svg {
    color: #224095;
    font-size: 20px; }
  .user h6 {
    color: #224095;
    margin-bottom: 0px;
    font-size:14px; 
  }
  .user p {
    font-size: 10px;
    margin-bottom: 0px; }
  .user svg:nth-child(1) {
    margin-right: 10%; 
  }

  .user svg:last-child {
    margin-left: 150%; 
  }

.foter {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  padding: 5px 20px; }
  .foter p {
    margin-bottom: 5px;
    font-family: 'Poppins-Medium';
  }
  .foter a{
    color: #007bff !important;
  }
  .foter a:hover{
    color: #224095 !important;
  }
  .homers h1{
    font-family: 'Poppins-SemiBold';
    text-align: center;
  }
    .homers p{
    font-family: 'Poppins-Medium';
    text-align: center;
    color: #7a7a7a;
  }
.sh {
  color: #a3a3a3;
  font-size: 12px; }
  .sh span {
    text-transform: uppercase; }

.empfooter {
  float: right;
  text-align: end; }
  .empfooter p {
color: #7a7a7a;
    font-size: 12px;
    margin-top: 6px;
    font-family: 'Poppins-Medium';
     }
  .empfooter a {
    text-decoration: underline; }

.mgb-20 {
  margin-bottom: 20px; 
}
.mgb-30{
  margin-bottom: 30px;
}

.message{
    background: none;
    border: 1px solid #b2d1ff;
    color: #006dba;
    border-radius: 12px;
    padding: 10px;
    text-indent: 0;
    background: #f1f2f5;
    -webkit-box-shadow:inherit;
    box-shadow: inherit;
    font-family: 'Poppins-Medium';
    font-weight: inherit;
}

.icon-status {
    float: right;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 0;
}

.circle-red{
  background: #fa4444;
}

.box-fechas p span{
  margin-right: 5px;
}

.list-mensajes{
    height: 200px;
    overflow-y: auto;
    text-align: center;
    box-shadow: none;
    padding: 8px 15px;
    margin-left: inherit; 
    margin-right: inherit;
    width: 100%;
}

.card-body, .card-body2{
  width: 100% !important;
}

.ag-usuario {
  margin-bottom: 10px;
  font-family: 'Poppins-Medium';
  font-weight: initial;
 }

.box-menu-empresa {
  background: #f7f7f7;
  margin-bottom: 20px;
  margin-top: -5px;
}

.menu_empresa {
  width: 90%;
  margin: 0 auto;
  font-family: 'Poppins-Medium';
}
  .menu_empresa a {
    color: #a8a8a8;
    padding: 8px;
    margin: 0 !important;
    text-align: center; }
    .menu_empresa a:hover {
      color: #224095;
      text-decoration: none; }
    .menu_empresa a svg {
      color: #a5b1d4;
      margin-right: 10px;
      text-decoration: none; }

.card h5 {
  color: #dd8748; 
  font-size: 18px;
}

.menu_empresa a:hover svg {
  color: #224095;
  text-decoration: none; }

.listonAzul {
  color: #fff;
  background: #224095;
  padding: 8px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
  .listonAzul h5 {
    margin-bottom: 0; 
    margin-top: 0;
    font-size: 19px; 
  font-family: 'Poppins-SemiBold';
  font-weight: initial;
  }
.arrowLeft {
  position: relative;
  width: 5%;
  height: 37px;
  background: #FFF;
  border: solid 1px #FFF;
  position: absolute;
  right: 0;
  top: 0; }

.arrowLeft:before, .arrowLeft:after {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  top: -1px;
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0; }

.arrowLeft:after {
  border-right: 11px solid #fff;
  left: -12px;
  z-index: 2; }

.datos-empresa {
  width: 90%;
  margin: 0 auto;
  word-break: break-word;
  margin-bottom: 26px;
}
 /* .datos-empresa .row {
    display: flex;
    align-items: flex-end; }
    */
  .datos-empresa svg {
    margin-right:18px;
    color: #224095;
    font-size: 20px; 
  }
  .datos-empresa p {
    padding: 0px 0px 20px 0px;
    color: #4c4c4c;
    font-family: 'Poppins-Medium'; 
  }

.emp_desc {
  display: flex; }

.lg-accion {
  margin: 0px 15px 0px 0px; 
  border:1px solid transparent;
  background: transparent;
  
}
.lg-accion:hover{
  color:#224095 !important;
  text-decoration: underline;
}
.tap-menu, .tap-menu2 {
  padding: 8px 10%;
  border-top: 2px solid #224095;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  background: #fafafa;
  -webkit-box-shadow: 1px 2px 8px 1px #ebebeb;
  -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
  box-shadow: 1px 2px 8px 1px #ebebeb;
  display: block;
  margin-bottom: 15px;
  color: #4b4b4b !important;
  font-size: 16px; 
  margin-bottom: 10px !important;
  font-family: 'Poppins-SemiBold';
  text-align: left;
  font-weight: initial;
  border: 2px solid #d6d6d6;
}
.tap-menu2{
  border-top:0px solid transparent;
}
  .tap-menu:hover  , .tap-menu2:hover{
    color: #4b4b4b;
    text-decoration: none; }
  .tap-menu svg, .tap-menu2 svg {
    color: #224095;
    font-size: 16px; }

.tap-menu2 svg:last-child {
  font-size: 20px;
  float: right;
}
.logos-comps{
  text-align: center;
}
.logos-comps .logoEm{
  display: initial;
}
.card-body, .card-body2 {
  margin-bottom: 15px;
  width: 80%;
  margin: 16px auto;
  border: 0px  solid transparent; }

.card-body2 {
  width: 95%; }
th{
  background: none;
}
.space-table{
  padding: 0px 25px;
}
.mgb{
  margin-bottom: 12px;
}
.table-cebra2, .table-istrumento, .table-box-grey, .table-datos {
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 8px 1px #ebebeb;
  -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
  box-shadow: 1px 2px 8px 1px #ebebeb;
  color: #979797;
  height: 250px; 
  font-family: 'Poppins-Medium';
} 

table{
  border-top:1px solid transparent;
}
  .table-cebra2 tbody, .table-istrumento tbody, .table-box-grey tbody, .table-datos tbody {
    display: block;
    height: 206px;
    overflow: auto;
    width: 100%;
    font-size: 14px;
    overflow-x: hidden;
  }
  .table-cebra2 thead, .table-istrumento thead, .table-box-grey thead, .table-datos thead {
    color: #dd8748 ;
    display: table;
    overflow: auto;
    width: 100%;
   }
   .table-istrumento thead th, .table-datos thead th{
    color: #dd8748;
    font-size: 12px;
    /*white-space:initial;*/
   }
.a-link{
    color: #224095 !important;
    /* font-family: 'Poppins-Medium'; */
    cursor: pointer;
    margin-bottom: 11px;
    vertical-align: inherit;
    text-decoration: underline;
    font-family: 'Poppins-Medium';
    font-weight: initial;
}
.titulo-inst p{
      font-family: 'Poppins-Medium';
    font-weight: initial;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: -16px;
}
.mg-bottom svg{
    margin-right: 8px;
}
   .table-istrumento thead th a{
    color: #dd8748;
    font-size: 12px;
    font-weight: initial;
   }
    .table-cebra2 th{
      color: #dd8748 !important;
      background-image: none;
      font-weight: initial;
      font-size: 14px;
      position: relative;
      font-family: 'Poppins-Medium';
    }
    .table-cebra2 thead th{
      white-space:initial;
    }
    
    .table-cebra2 tbody th{
        font-size: 12px;
        color:#666666;
        font-weight: 100;
    }
    th a:link, th a:visited{
      color: #7a7a7a;
    }
    th a:hover, th a:visited{
      color: #224095;
    }
    .table-cebra2 td{
      border-top:1px solid transparent !important;
    }
    .table-cebra2 thead svg, .table-istrumento thead svg, .table-box-grey thead svg, .table-datos thead svg {
      color: #224095; }
    .table-cebra2 thead th:nth-child(1), .table-istrumento thead th:nth-child(1), .table-box-grey thead th:nth-child(1), .table-datos thead th:nth-child(1) {
      border-top-left-radius: 15px;
      border-top: 0px solid transparent !important;
      border-right: 2px solid #dee2e6;
      font-weight: initial;
      font-family: 'Poppins-semibold';
      background-color: #f7f7f7; }
      .table-cebra2 thead th:nth-child(1) svg, .table-istrumento thead th:nth-child(1) svg, .table-box-grey thead th:nth-child(1) svg, .table-datos thead th:nth-child(1) svg {
        float: right; }
    .table-cebra2 thead th:nth-child(2), .table-istrumento thead th:nth-child(2), .table-box-grey thead th:nth-child(2), .table-datos thead th:nth-child(2) {
      border-top-right-radius: 15px;
      border-top: 0px solid transparent;
      background-color: #f7f7f7;
      position: relative; }
    .table-cebra2 thead th, .table-istrumento thead th, .table-box-grey thead th, .table-datos thead th {
      padding: 8px 15px; }
  .table-cebra2 tr:nth-child(even), .table-istrumento tr:nth-child(even), .table-box-grey tr:nth-child(even), .table-datos tr:nth-child(even) {
    background-color: #f7f7f7;
    border: 0px solid transparent;
}
  .table-cebra2 tr svg, .table-istrumento tr svg, .table-box-grey tr svg, .table-datos tr svg, .table-cebra-lage tr svg {
    margin-right: 15px;
    color: #224095; }
  .table-cebra2 td, .table-istrumento td, .table-box-grey td, .table-datos td {
    padding: 3px 0px;
    border-top: 0px solid transparent;
    position: relative;
    width: 100%;
  }
  .table-cebra2 thead th:nth-child(2){
  width: 100px;
  }
  .table-istrumento td{
    width: 50%;
  }
  .table-cebra2 tbody td{
    width: 100%;
  }
  .table-cebra2.full tbody td{
    width: 18%;
  }
    .table-cebra2 td a, .table-istrumento td a, .table-box-grey td a, .table-datos td a {
      color: #979797;
      text-decoration: underline;
      float: left; 
      margin:0px !important;
      font-weight: initial;
    }
      .table-cebra2 td a:hover, .table-istrumento td a:hover, .table-box-grey td a:hover, .table-datos td a:hover {
        color: #000; }

.table-cebra2.tb-full td {
  width: auto; }

.table-cebra2 .check input[type="checkbox"] {
  margin-left: -25px;
  cursor: pointer; }

.table-istrumento, .table-box-grey {
  margin-bottom: 20px;
  height: 150px;
  width: 100%; }
  .table-istrumento tbody, .table-box-grey tbody {
    height: 150px; }
  .table-istrumento th:nth-child(1), .table-box-grey th:nth-child(1) {
    width: 100%; }
  .table-istrumento th:nth-child(2), .table-box-grey th:nth-child(2) {
    width: 100%; }

.table-datos {
  height: 125px;
  width: 100%;
  margin-bottom: 20px; }
  .table-datos tbody {
    height: 125px;
    overflow: none !important; }
  .table-datos td {
    width: 10%; }

.table-box-grey {
  margin-bottom: 30px; }
  .table-box-grey thead th:nth-child(1) {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-right: none;
    border-bottom: 1px solid #a8a8a8; }
  .table-box-grey thead th div {
    position: absolute;
    right: 15px;
    top: 10px; }
  .table-box-grey thead th {
    position: relative;
    padding-left: 0px; }
  .table-box-grey tbody {
    background: #f7f7f7;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 150px; }
  .table-box-grey tr:last-child {
    background: #fff;
    text-align: center;
    position: relative; }
  .table-box-grey td {
    width: 50%;
    position: relative; }
    .table-box-grey td a {
      float: none; }

.table-cebra-lage {
  border-radius: 15px;
  -webkit-box-shadow: 1px 5px 6px 2px #d2d2d2;
  -moz-box-shadow: 1px 5px 6px 2px #d2d2d2;
  box-shadow: 1px 5px 6px 2px #d2d2d2;
  color: #979797;
  font-size: 13px; }
  .table-cebra-lage thead {
    width: 100%; }
    .table-cebra-lage thead svg {
      color: #224095; }
    .table-cebra-lage thead th:nth-child(1) {
      border-top-left-radius: 15px;
      border-top: 0px solid transparent;
      background-color: #f7f7f7; }
      .table-cebra-lage thead th:nth-child(1) svg {
        float: right; }
    .table-cebra-lage thead th:nth-child(2) {
      border-top-right-radius: 15px;
      border-top: 0px solid transparent;
      background-color: #f7f7f7; }
    .table-cebra-lage thead th {
      padding: 8px 20px; }
  .table-cebra-lage tr:nth-child(even) {
    background-color: #f7f7f7;
    border: 0px solid transparent; }
  .table-cebra-lage td {
    padding: 3px 15px;
    position: relative; }
    .table-cebra-lage td a {
      color: #4e4e4e;
      text-decoration: underline;
      float: left; 
    }
      .table-cebra-lage td a:hover {
        color: #000; }
      .table-cebra-lage td a svg {
        color: #224095;
        margin-left: 10px; }

  .table-cebra-lage tr:last-child td:nth-child(1) {
    border-bottom-left-radius: 15px; }
  .table-cebra-lage tr:last-child td:nth-child(3) {
    border-bottom-right-radius: 15px; }

  .table-cebra-lage tr:first-child td:nth-child(1) {
    border-top-left-radius: 15px;
    border-top: 0px; }
  .table-cebra-lage tr:first-child td:nth-child(3) {
    border-top-right-radius: 15px;
    border-top: 0px;
  }
  .table-cebra-lage tr:hover td:nth-child(3){
    display: flex;
  }
  .table-cebra2 tbody tr{}
.table-cebra2 tbody tr svg, .table-cebra-lage tbody tr svg {
  display:none; }
 
.table-cebra2 tbody tr:hover svg, .table-cebra-lage tbody tr:hover svg {
  display:block;
  font-size: 14px !important; 
  cursor: pointer;
}
.table-cebra2 tbody tr:hover .posicon{
  opacity: 1 !important; 
} 
.table-cebra2 tbody tr:hover td:last-child{
  /*font-size: 0;*/
}
.configuracion tbody tr:hover td:last-child{
  font-size: 14px;
}
.table-cebra2 tbody tr:nth-child(1):hover td:last-child{
  font-size: 14px;
}
.table-cebra2 tbody::-webkit-scrollbar {
  width: 8px;
  background: #d4691b;
  border-radius: 5px; }

.table-cebra2 tbody::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
  height: 20px; }

.table-cebra2 tbody::-webkit-scrollbar-track {
  background: #d4691b;
  border-radius: 5px; }

.table-istrumento tbody::-webkit-scrollbar {
  width: 8px;
  background: #d4691b;
  border-radius: 5px; }

.table-istrumento tbody::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
  height: 20px; }

.table-istrumento tbody::-webkit-scrollbar-track {
  background: #d4691b;
  border-radius: 5px; }
.table-box-grey tbody::-webkit-scrollbar {
  width: 8px;
  background: #d4691b;
  border-radius: 5px; }

.table-box-grey tbody::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
  height: 20px; }

.table-box-grey tbody::-webkit-scrollbar-track {
  background: #d4691b;
  border-radius: 5px; }

.toolt {
  background: #eaeaea;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  color: #000;
  font-size: 12px;
  display: none;
  z-index: 1; }
  .toolt:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #eaeaea;
    position: absolute;
    top: -17px;
    left: 3px; }

.uptool:hover .toolt {
  display:block; }

.table-txt {
  border-bottom-right-radius: 15px;
  background: #fff;
  color: #000;
  font-size: 10px;
  border-bottom-left-radius: 15px;
 }

.c-color, .bg-red, .bg-blue, .bg-green, .bg-greendark, .bg-greenlight, .bg-gray, .bg-darkpink, .bg-orange {
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; 
}
.circle-color, .circle-color2{
  width: 12px;
  height: 12px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; 
  margin-left: 10px;
  bottom: 10px;
  right: 20px;
}
.circle-color2{
  width: 10px;
  height: 10px; 
  left:30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 18px;
  /*  top: 50%; */
}
.bg-red {
  background: #932424; }

.bg-blue {
  background: #3bc46c; }

.bg-green {
  background: #b2ac36; }

.busqueda-empleado {
  margin-bottom: 0px; }

.bg-greendark {
  background: #3bc46c; }

.bg-greenlight {
  background: #31f492; }

.bg-gray {
  background: #bababa; }

.bg-darkpink {
  background: #db4d9e; }

.bg-orange {
  background: #ff4545; }

.input-busqueda {
  border-radius: 5px;
  padding: 5px 15px 5px 45px;
  background: #f7f7f7;
  position: relative; }
  .input-busqueda input {
    width: 100%;
    border: 0px solid transparent;
    font-weight: initial;
      font-family: 'Poppins-Medium';
    background: transparent; }
    .input-busqueda input:focus {
      outline: 0px; }
  .input-busqueda svg {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #224095; }

.ag-usuario span {
  color: #d4691b;
  margin-right:5px;
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
}
.ag-usuario a {
  color: #224095; }
  .ag-usuario a svg {
    margin-right: 20px;
    color: #224095;
 }

.descarga-archivos {
  text-align: center; 
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
  .descarga-archivos form{
    display: contents;
  }
  .descarga-archivos form input{
    display: none;
  }
  .descarga-archivos a {
    color: #224095;
    padding: 0 6px; 
    width: 50%;
    font-family: 'Poppins-Medium';
    font-weight: initial;
  }
  .descarga-archivos svg {
    margin-right: 8px; }
.show-twos{
    width: 49% !important;
    float: initial !important;
    display: inline-block;
}
.col-comms{
  width: 100% !important;
}
#paginador {
  width: 50%;
  margin:0 auto;
}  
.paginador {
  margin: 0 auto; }

.bloques-mas {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  scroll-behavior: auto;
  position: relative; }
  .bloques-mas a {
    color: #224095;
    margin-left: 50px; 
  }
    .bloques-mas .quitar {
      right:0;
      color: #224095;
      top:-1px; 
    }

#agrega-tema svg {
  opacity: 1; 
  position: absolute;
  left: 5px;
  top:3px;
}

.box-num {
  background: #f7f7f7;
  padding: 6px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 5px 0px #e5e5e5;
  -moz-box-shadow: 3px 3px 5px 0px #e5e5e5;
  box-shadow: 3px 3px 5px 0px #e5e5e5;
  margin-right: 20px;
  color: #224095;
  height: 30px;
  width: 30px;
  position: relative;
  float: left; }

.bx-num {
  background: #f7f7f7;
  padding: 5px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 5px 0px #e5e5e5;
  -moz-box-shadow: 3px 3px 5px 0px #e5e5e5;
  box-shadow: 3px 3px 5px 0px #e5e5e5;
  border: 0px solid transparent; }

.quitar {
  position: absolute;
  top: 9px;
  right: -20px;
  color: #224095;
  font-size: 15px; }

.box-brder .col-lg-6:nth-child(2) {
  border-right: 1px solid #f7f7f7; }

.requerido {
  position: absolute;
  right: 0px;
  bottom:22px;
  font-size: 6px; }
  .requerido svg {
    color: #d4691b !important; }

.form-group .bg-blue {
  position: absolute;
  bottom: 5px;
  right: 35px; 
}
.linkf a{
    color: #d4691a !important;
    font-family: 'Poppins-SemiBold';
    font-weight: inherit;
}
.form-group select{
  width: 100%;
  padding: 7px 12px;
}
.border-right {
  border-right:1px solid #ddd; 
}

.mg-bottom {
  margin-bottom: 20px; }
  th a {
    display:inline-block;
    cursor: pointer;
}
.menu-acordeon{
  width: 90%;
  margin: 0 auto;
}
.menu-acordeon.empleado a {
  color: #d4691b; 
}
  .menu-acordeon.empleado a svg {
    color: #d4691b; }
.menu-acordeon.empleado .collapse .card-body {
  width: 100%; }

.box-bullet {
  width: 30px;
  position: absolute;
  top: 5px;
  left: 2px; }
  .box-bullet svg {
    position: absolute;
    right: -7px;
    top: 5px;
    font-size: 15px;
    color: #e5e5e5; }

.box-bullet .bg-blue {
  width: 4px;
  height: 4px;
  float: left;
  margin: 2px; }

.brdr-top {
  border-top: 1px solid #f7f7f7;
  padding-top: 20px; }

.tooltip-right {
/*
  position: absolute;
  left:-78%;
  padding: 8px;
  background: #eaeaea;
  border-radius: 8px;
  top: -6px;
  display:none;
  max-width: 180px;
  width: 100%;
  z-index: 1;
  word-wrap: break-word;
*/
    position: relative;
    left: inherit;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
    top: 3px;
    display: none;
    max-width: 100%;
    /* width: 100%; */
    z-index: 1;
    word-wrap: break-word;
    border: 1px solid #d1d1d1;
}
/*
  .tooltip-right:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #eaeaea;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    right: -15px;
    position: absolute;
    top: 8px; }
*/
  .tooltip-right p {
    margin: 0;
    font-size: 10px; 
    display:flex;
    text-align: left;
  }
    .tooltip-right .status {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex; 
    font-size: 10px;
  }
  .status div{
    margin-left: 10px;
  }
  .tooltip-right p:before{
    content:attr(data) ":";
    font-size: 10px;
    color:#000;
    display: block;
  }
.table tbody tr:hover .tooltip-right {
  display:block; }
.th-two span{
  color: #7a7a7a;
}
@media (max-width: 767px) {
  .menu_empresa .col-xs-6 {
    width: 50%; }
    .containerNew {
      width:100%;
      margin:0 auto;
  }
  .preguntaOracion{
    margin: 10px;
  }
  .descarga-archivos .col-xs-12 {
    width: 33.3%; }
    
    .box-menu-empresa {
      background: #f7f7f7;
      margin-bottom: 20px;
      margin-left: -28px;
      margin-right: -30px;
    }
    .tap-menu, .tap-menu2{
      font-size: 14px;
    }
    .title-temas h4{
      font-size: 16px;
    }
    .space-usrs .user{
    width: 100%;
  }
  }
@media (max-width: 600px) {
  

  .tooltip-right {
    top: -7px;
    left: 115px; } }
 
@media (max-width: 500px) {
 
  .card-body {
    width: 100%; }
    .table-cebra2 th{
      font-size: 14px;
    }
    .table-cebra2 tbody{
      font-size: 13px;
    } 
    .tap-menu, .tap-menu2{
      font-size: 12px;
    }
  }
.periodo {
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0px; }
  .periodo:before {
    content: '';
    display: block;
    border-bottom: 1px solid;
    width: 80%;
    right: 0;
    position: absolute;
    bottom: 8px; }

.date {
  display: flex; }
  .date span {
    font-size: 10px; }
  .date svg {
    padding-top: 6px;
    font-size: 25px; }

.listas {
  margin-bottom: 30px; }
  .listas h5 {
    color: #dd8748;
    margin-bottom: 20px; }

.titulo-seccion, .title-box{
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-family: 'Poppins-SemiBold';
  font-weight: initial;
}
.title-scale{
  text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    font-family: 'Poppins-SemiBold';
    font-weight: initial;
    color: #dd8748;
}
.title-dark{
    font-size: .9em;
    color: #333;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-top: 8px;
}
.txt-indicator{
    font-size:25px;
    font-family: 'Poppins-SemiBold';
    color: #224095;
    margin: 0 auto;
    font-weight: initial;
}
.itemp h1{
  font-size: 18px;
  font-family: 'Poppins-SemiBold';
  color: #000;
  margin: 0 auto;
  font-weight: initial;
}
.itemp p{
    font-family: 'Poppins-Medium';
    font-weight: initial;
}
.itemp a{
  font-size: 14px;
  font-family: 'Poppins-Medium';
  color: #dd8748;
  margin: 0 auto;
  font-weight: initial;
  text-decoration: underline;
}
.alert-danger img{
  vertical-align: middle;
  width: 28px;
  position: relative;
  padding: 4px;
  border-radius: 5px;
  background: #e556569e;
  margin-right: 5px;
  top: 0;
  left: 0;
}
.titulo-seccion hr{
  width: 42%;
  margin: 5px auto;
  border-width: 2px;
  border-color: #929292;
}

.titulo-gray{
  font-family: 'Poppins-SemiBold'; 
  font-size: 12px;
  text-align: center;
  color: #929292;
  margin-top: 0px;
}
.cont-reporte {
  text-align: center; }

.reportes {
  display: inline-block;
  width: 95%;
  margin-bottom: 30px; }

.box-reporte {
    border-radius: 15px;
    margin: 10px;
    -webkit-box-shadow: 9px 9px 10px -2px #d2d2d2;
    -moz-box-shadow: 9px 9px 10px -2px #d2d2d2;
    box-shadow: 1px 2px 8px 1px #ebebeb;
    padding: 15px;
    float: left;
    background: #fff;
    text-align: center;
    width: 18%;
    min-height: 320px;
    text-decoration: none !important;
    border: 1.5px solid #dedede;
}
.description-id-survey{
  margin-bottom: 16px;
}
.box-grafica{
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 5px 8px rgba(206,206,206,1);
  -moz-box-shadow: 0px 4px 5px 8px rgba(206,206,206,1);
  box-shadow: 0px 4px 5px 8px rgba(206,206,206,1);
} 
.box-grafica div {
  padding: 6px;
}
.box-reporte .box-title p{
  margin-bottom: 12px;
}
  .box-reporte .box-title {
    margin-bottom: 15px; }
    .box-reporte .box-title h6 {
      text-align: center;
      color: #dd8748;
      font-size: 14px; 
      font-family: 'Poppins-Medium';
      font-weight: initial;
    }
    .logo-reports{
    max-width: 100px;
    width: 100%;
    max-height: initial;
    margin-bottom: 12px;
    }
  .radiostexts{
    font-family: 'Poppins-Medium';
    font-weight: initial;
    }
  .box-reporte p {
    margin-bottom: 15px;
    text-align: left;
    font-size: 13px;
    word-break: break-word; 
    color:#000;
    font-family: 'Poppins-Medium';
    font-weight: initial;
  }
.title-orange{
  color: #dd8748;
}
@media (max-width: 1200px) {
  .preguntaOracion p {
    font-size: 18px;
  }
  .comparacion p {
    font-size:18px;
  }
  .base{
    font-size:12px;
  }
  .table-istrumento td {
    width: 10%;
}
  .box-reporte {
    width: 22%; }
    .tooltip-right {
      left: -130%;
    }
  }
@media(max-width:1199px){
  .tooltip-right {
    left: -60%;
  }
} 
@media(max-width:1100px){
  .tooltip-right {
    left: -66%;
  }
}   
@media (max-width: 991px) {
  .descarga-archivos {
    width: 100%;
  }
  .user {
    width: auto;
  }
  .nieveles .check label:before {
    right: 5px;
  }
  .nieveles .check input[type="checkbox"]:checked + label:after {
    right: 5px;
  }
  .box-reporte {
    width: 30%; }

  .box-reporte {
    width: 45%; } 
    .table-cebra2 td{
      width: 85%;
    }
    .menu-acordeon {
      width: 95%;
      margin: 0 auto;
    }
    .tooltip-right {
      left: -54%;
    }  
  }
@media(max-width:500px){
  .user {
    width: auto;
  }
} 
@media (max-width: 420px) {
  .box-reporte {
    width: 70%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px; } 
    .tooltip-right {
      left: 128%;
    }
    .tooltip-right {
      max-width: 70px;
  }
  .datos-empresa {
    width:80%;
    } 
    .head{
      display: block;
      text-align: center;
    }
    .head .col-md-6{
      width: 100% !important;
    } 
    .user{
      width: 80% !important;
      margin: 0 auto;
      float: none !important;
    }
    .logoP{
      margin: 0 auto;
    }
    .space-usrs .user{
      width: 100% !important;
    }
  }
.list-check .form-group {
  margin-left: 0 !important; }

.encabezado-instrumento {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.visualizar p {
  color: #979797;
  font-size: 10px;
  margin-left: 16%; 
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.nonestyle{
  --bs-card-spacer-y: 0 !important;
  --bs-card-spacer-x: 0 !important;
  --bs-card-border-width: inherit !important;
}
.title-instrumento h4 {
  color: #dd8748;
  margin-bottom: 16px; }
.title-instrumento p {;
  font-family: 'Poppins-Medium';
  font-weight: initial;
  font-size: 13px; }

.operaciones a {
  display: block;
  margin-bottom: 20px; }

.table-cebra2.box-numbers td {
    width: 10%;
    text-align: left;
    font-size: 13px !important;
    color: #000; }

.box-grega-instrumento {
  border-top: 1px solid #224095;
  padding: 15px; }
  .box-grega-instrumento .check input[type="checkbox"] {
    margin-left: 20%;
    cursor: pointer; }
  .box-grega-instrumento .check {
    margin-bottom: 30px; }

.agregar {
  text-align: center;
  margin: 0 auto; }
  .agregar p {
    color: #b1b1b1;
    font-family: 'Poppins-Medium';
    font-weight: initial;
    font-size: 10px; }

.box-filter {
  padding: 10px;
  background: #f7f7f7;
  -webkit-box-shadow: 7px 9px 5px -2px #e5e5e5;
  -moz-box-shadow: 7px 9px 5px -2px #e5e5e5;
  box-shadow: 7px 9px 5px -2px #e5e5e5;
  border-radius: 8px;
  margin-bottom: 20px; }

.tag {
  position: relative;
  -webkit-box-shadow: 6px 9px 5px 0px #e0e0e0;
  -moz-box-shadow: 6px 9px 5px 0px #e0e0e0;
  box-shadow: 6px 9px 5px 0px #e0e0e0;
  padding: 5px;
  margin: 5px;
  position: relative;
  display: inline-block;
  border-radius: 8px; }
  .tag svg {
    position: absolute;
    top: 0;
    right: -8px;
    color: #224095; }

.list-tags {
  list-style: none; }
  .list-tags li {
    display: inline-block; }

.list-check div:nth-child(even) {
  background: #f7f7f7 font-size; }

.list-check div:nth-child(odd) {
  background: #fff; }
.head .col-lg-4{
  width: 32%;
}
@media (max-width: 991px) {
  .visualizar p {
    margin-left: 0px; } }
@media (max-width: 767px) {

  .operaciones a {
    display: inline-flex;
    margin-right: 30px; }

  .visualizar p {
    margin-left: 0px;
    text-align: left; }

  .table-cebra2.full {
    font-size: 12px; } }
@media (max-width: 500px) {
  .operaciones a {
    display: inline-flex;
    margin-right: 10px; } }
.menu-reporte {
  display: inline-block;
  list-style: none;
  padding-left: 0%; }
  .menu-reporte li {
    float: left;
    padding: 10px;
    margin: 10px;
    background: #f7f7f7;
    -webkit-box-shadow: 7px 8px 7px -2px #cccccc;
    -moz-box-shadow: 7px 8px 7px -2px #cccccc;
    box-shadow: 7px 8px 7px -2px #cccccc;
    height: 70px;
    color: #d4691b;
    width: 18%;
    border-radius: 8px;
    text-align: center;
    position: relative;
    cursor: pointer; }
  .menu-reporte hr {
    border-color: #8c9bc6;
    position: absolute;
    bottom: 8px;
    width: 90%;
    margin: 0 auto; }

.inactive {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  width: 100%;
  border-radius: 8px; }

.full-td {
  border-top-right-radius: 15px;
  border-right: none !important; 
 
}
.full-td.title-message{
  font-size: 16px !important;
}
.table-check td{
  width: 10% !important;
  color: #979797;
}

.table-check .check input[type="checkbox"] {
  margin-left: 11px;
  cursor: pointer; }

.linkactivo .inactive {
  display: none; }

.btn-empresa {
  -webkit-box-shadow: 7px 8px 7px -2px #cccccc;
  -moz-box-shadow: 7px 8px 7px -2px #cccccc;
  box-shadow: 7px 8px 7px -2px #cccccc;
  border-radius: 8px;
  display: flex;
  width: 100%;
  margin: 20px 0; }

.btn-swicht {
  padding: 5px;
  text-align: center;
  width: 50%;
  background: #f7f7f7;
  color: #224095;
  cursor: pointer; 
  position: relative;
}
.btn-swicht input[type=radio] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top:0;
  left: 0;
}
.ic-del:hover{
    background-color: transparent !important;
    border: 0;
    padding: 0;
}
.ic-del:focus{
    background-color: transparent !important;
    border: 0;
    padding: 0;
}

.activo-btn {
  background: #224095;
  color: #fff; }

  .btn-azul2 {
    background: #224095;
    color: #fff !important;
    padding: 8px;
    -webkit-box-shadow: 1px 2px 8px 1px #ebebeb;
    -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
    box-shadow: 1px 2px 8px 1px #ebebeb;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
   }
   input.btn-azul2{
    padding:6px !important; 
   }
   .title-survey-comments h1{
    text-align: center;
    margin-bottom: 8px;
    font-size: 25px;
    font-family: 'Poppins-SemiBold';
    font-weight: initial;
    color: #dd8748;
    text-align: center;
    padding: 0 12px;
   }
   .title-survey-comments p{
    font-family: 'Poppins-Medium';
    font-weight: inherit;
    text-align: center;
    padding: 0 12px;
    color: #7a7a7a;
   }
   .surveys-cont h6{
    margin-bottom: 12px;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    font-weight: initial;
    color: #dd8748;
    text-align: center;
    padding: 0 12px;
   }
  .surveys-cont textarea{
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0 rgb(106 106 106 / 20%);
    color: #000;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    width: 100%;  
   }
  .btn-line{
    background: transparent;
    color: #224095 !important;
    border: 1px solid #224095 !important;
    font-family: 'Poppins-SemiBold';
  }

  .btn-swicht:nth-child(1) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.btn-swicht:nth-child(2) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }
.icon-right {
  font-size: 14px !important; 
}
.pdn-head th{
  padding:5px 15px !important;
}
.border-grays{
  border: 2px solid #ccc;
}
.icon-right svg {
  color: #dd8748 !important;
  float: none !important; }

@media (max-width: 1300px) {
  .menu-reporte li {
    width: 17%;
    font-size: 12px; } }
@media (max-width: 900px) {
  .menu-reporte li {
    width: 30%; 
  }

  .btn-empresa {
    width: 80%; }
    
    .tooltip-right p {
      display: initial;
    }
    .tooltip-right .status{
      position:initial;
    }
    .tooltip-right{
      max-width: 100px;
    }
    .tooltip-right {
      left: -31%;
    }
  }
@media (max-width: 500px) {
  .menu-reporte li {
    width: 45%; } }
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

.columns {
  list-style-type: none;
  padding-left: 0; }

.column {
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  cursor: move; }

.column header {
  height: 20px;
  width: 150px;
  color: black;
  background-color: #ccc;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
  border: 2px solid #666666; }

/*.column.dragElem {
  opacity: 0.4;
}
*/
.column.over {
  border-top: 2px solid blue; }

@font-face {
  font-family: 'Poppins-Medium';
  src: url("../fonts/Poppins-Medium.otf"); }
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../fonts/Poppins-SemiBold.otf"); }
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

ul.tagit li.tagit-choice {
  -webkit-box-shadow: 2px 7px 5px -4px #e5e5e5;
  -moz-box-shadow: 2px 7px 5px -4px #e5e5e5;
  box-shadow: 2px 7px 5px -4px #e5e5e5; }

.bg-blanco {
  background: #fff; }

.subtitle {
  text-align: center;
  color: #dd8748;
  margin-bottom: 18px; 
  font-family: 'Poppins-Medium';
  font-size: 14px;
}

.brder-bottom {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 9px; }

.brder-left {
  border-left: 1px solid #e4e4e4; }

textarea, select {
  border: 0px solid transparent; }

body, html {
  font-family: 'Poppins-Medium';
  height: 100%;
  position: relative;
  font-size: 14px; }

.mg-bottom {
  margin-bottom: 30px; }

.mgt {
  margin-top: 30px; }

.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%; }

.menu-navega-uno {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px 5px 20px;
  font-size: 15px;
  font-family: 'Poppins-Medium'; 
}
  .menu-navega-uno a {
    color: #a8a8a8; }
    .menu-navega-uno a:hover {
      color: #224095;
      text-decoration: none; }
    .menu-navega-uno a svg {
      color: #a5b1d4;
      margin-right: 10px;
      text-decoration: none; }

.menu-navega-uno a:hover svg {
  color: #224095;
  text-decoration: none; }
.table-istrumento svg{
   margin-top: 3px;
  }
.width-ics{
  width: 20% !important;
}
.width-td td{
  width: 100% !important;
}
.busqueda {
  position: relative; }

  .busqueda .inputbusqueda {
    background: #f7f7f7;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 8px 1px #ebebeb;
    -moz-box-shadow: 1px 2px 8px 1px #ebebeb;
    box-shadow: 1px 2px 8px 1px #ebebeb;
    border: 1px solid transparent;
    width: 70%;
    padding: 5px 0px 6px 9%;
    font-family: 'Poppins-Medium';
    border: 1px solid #224095;
  }
    .busqueda .inputbusqueda:hover{
      background-color:transparent;
      color:#000;
      outline: none;
      text-shadow:none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 5px;
      -webkit-box-shadow: 2px 7px 5px -4px #e5e5e5;
      -moz-box-shadow: 2px 7px 5px -4px #e5e5e5;
      box-shadow: 2px 7px 5px -4px #e5e5e5;
      border: 1px solid transparent;
      background: #f7f7f7;
    }
    .busqueda input placelholder {
      color: #000; }
  .busqueda svg {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #224095; }

.table-cebra {
  font-family: 'Poppins-Medium';
  text-align: left;
  color: #989898; 
  border-top:0px;
}
  .table-cebra th {
    font-size: 14px;
    color: #d4691a;
    padding: 20px 8px !important;
    background: #fff;
    border-top: 0px solid transparent !important;
    font-weight: initial;
    border-bottom: 0px !important; }
  .table-cebra tr:nth-child(2n+1) {
    background-color: #f7f7f7;
    border: 0px solid transparent; 
  }
  .table-cebra th a{
  color: #d4691a !important;
  font-family: Poppins-medium;
  font-weight: initial;
  }
  .table-cebra td {
    padding: 3px 20px 3px 20px;
    font-size: 12px; }
    .table-cebra td a {
      color: #d4691a;
      text-decoration: underline; }

.pagination{
  min-height: 35px;
  display: block !important;
}     
.pagination a:nth-child(1):before{
  content:"<<";
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
}
.pagination a:nth-child(1){
  font-size: 0;
}
.pagination a:last-child:after{
  content:">>";
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.pagination a:last-child{
  font-size: 0;
}
.pagination{
  box-shadow:none;
  background-color:transparent;
  
}
.pagination .prevLink, .pagination .prevLink:focus{
  background: transparent;
}
.pagination .nextLink, .pagination .nextLink:focus{
  background: transparent;
}
.pagination a{
  color:#000 !important;
  font-family: 'Poppins-Medium';
  font-weight: initial;
}
.pagination .currentStep {
  background-color: #999999;
  color: #ffffff;
  outline: none;
  font-family: 'Poppins-Medium';
}
.pagination a:hover{
  text-shadow:none;
  background-color: transparent;
  color: #224095;
}
#paginador .currentStep{
  background-color: #dd8748;
  border-radius: 50%;
  padding: 0.20em 0.7em;
  width: 20px;
  color:#fff;
}
#paginador .pag_btn{
  padding-right: 1.25em;
  text-align: right;
}

#paginador .pag_btn:first-child{
  padding-right: 1.25em;
  text-align: right;
  cursor: pointer;
}
#paginador .pag_btn:last-child{
  padding-left: 1.25em;
  text-align: left;
  cursor: pointer;
}

.pagination .currentStep{
    background-color: #dd8748;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    font-family: 'Poppins-SemiBold';
}
.pagination a:hover, .pagination a:focus, .pagination .currentStep{
    text-shadow: inherit;
}
.mas-empresa {
    color: #224095 !important;
    margin-left: 0;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 11px;
    vertical-align: inherit;
    float: inline-end;
}
.mas-empresa input{
  background-color: transparent;
  border: 0;
}
.agrega-empleado .mas-empresa{
  display: inline-block;
}
  .mas-empresa svg {
    margin-right: 0px; }
  .list_per svg{
    position: absolute;
    left: 0;
    color:#224095;
  }
  .list_per .property-list{
    margin: 0;
  }
  .list_per .fieldcontain label{
    margin-left: 0px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }
  .list_per .requerido {
    position: absolute;
    right: 15px;
    bottom: 19px;
    font-size: 6px;
}
/**************** modal General ****************/
.cont-modal, .cont-modaldg, .cont-modal-tema, .elimina-tema, .modal-mensajes, .modal-escala, .modal-agrega-empleado, .modal-edita-empleado, .edita-modal-usuario, .modal-edit-usuario, .modal-eliminar-empresa1, .modal-eliminar-empresa, .modal-eliminar-empleado,
.modal-datos-generales, .cont-modal-edita-dtg, .edita_antiguedad, .cont-modal-agrega-tema, .modal-escala-evalua, .cont-edita-agrega-temas, .cont-agrega-temas,
.elimina-dato-General, .cont-mas-periodo, .cont-edit-mas-periodo {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3; }
  .cont-modal .box-modal, .cont-modal .mdl-dtg{
    min-width: auto;
    font-family: 'Poppins-Medium';
    background-color: #fff;
    border-radius: 13px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    max-height:550px; }
    .cont-modal .box-modal h6, .cont-modal .mdl-dtg h6{
    color: #595959;
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    font-weight: inherit;
    margin-top: 12px;
     }
    .cont-modal .box-modal h5{
      color: #868686;
      font-size: 14px; }
.box-mdl-dtg {
  width: 40% !important; }
  .del-hov{
    background-color: transparent !important;
    color: #224095;
    border: transparent;
  }
  .del-hov:hover,.del-hov:focus{
    background-color: transparent !important;
    color: #224095;
    border: transparent;
  }

.subtitle-modal h6{
    color: #333 !important;
    font-family: 'Poppins-Medium';
    font-size: 1em !important;
}
.line-up{
    border: 1px solid #e9e9e9;
    margin-top: 20px;
}

.space-catalogo{
  padding: 10px 20px;
}


/**************** Fin modal General ****************/
.inp_p {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 0px !important;
  border-radius: 0px !important;
  padding-left: 0px !important;
  background-color: transparent !important; 
  box-shadow:none !important;
}
.inp_c{
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 0px !important;
  border-radius: 0px !important;
  padding-left: 0px !important;
  box-shadow:none !important;
}
.block-extra {
  margin-bottom: 30px;
  display: none; 
  min-width: 700px;
  width: 100%;
}

.alta-empresa .form-group {
  margin-left: 30px;
  position: relative; }
  .alta-empresa .form-group svg {
    margin-right: 15px;
    position: absolute;
    left: -26px;
    top: 6px;
    color: #224095; }

.alta-empresa .form-group.ficon-f-2 svg {
  top: 1px; }


textarea {
  resize: none;
  font-size: 13px !important;
  line-height: 15px !important;

}

.inp_wht {
  -webkit-box-shadow: 2px 3px 13px 2px #e2e2e2;
  -moz-box-shadow: 2px 3px 13px 2px #e2e2e2;
  box-shadow: 2px 3px 13px 2px #e2e2e2;
  margin-left: 10px;
  border: 0px; }

.area_p {
  border: 1px solid #000;
  border-radius: 8px; }

.check, .checkE, .checkR {
  position: relative;
  font-weight: initial;
 }


.checkE input[type="checkbox"] {
  
  z-index: 3;
  opacity: 0;
  position: absolute;
  left: 0px; 
}
  .check input[type="checkbox"] {
    z-index: 3;
    opacity: 0;
    position: absolute;
    right: 8px;
    width: 18px;
    height: 18px;
    top: -2px;
   }
   /* 
    .check input[type="checkbox"] {
    margin-left: 35.5%;
    z-index: 3;
    opacity: 0;
    position: absolute;
    right: 10px; }
   */

.check input[type="checkbox"] {
  z-index: 3;
  opacity: 0;
  position: absolute;
  right: 8px;
  width: 18px;
  height: 18px;
  top:-2px; 
    vertical-align: text-top;
}
  .checkE input[type="checkbox"] {
    z-index: 3;
    opacity: 0;
    position: absolute;
    left: 0px;
    height: 16px;
    width:20px;
  }
.checkE svg{
  position: absolute;
  left:-6px;
  top:2px;
}
.check label:before {
  content: "";
  background-image: url(../images/no-ckecket.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: -2px; }

  .checkE label:before {
    content: "";
    background-image: url(../images/no-ckecket.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left:0px;
    top: 0px;
    background-size: cover; 
  }

.check input[type="checkbox"]:checked + label:after {
  content: "";
  background-image: url(../images/checket.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 5px;
  z-index: 1;
  top: -2px; }
  .checkE input[type="checkbox"]:checked + label:after {
    content: "";
    background-image: url(../images/checket.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left:0px;
    z-index: 1;
    top:0px;
    background-size: cover; 
  }
  #reportes-mejoresPeores .menu-acordeon a svg:last-child{
    margin-right:5px;
  }
  #reportes-mejoresPeores .menu-acordeon a svg:last-child{
    margin-right:5px;
  }
  #reportes-mejoresPeores .menu-acordeon a[aria-expanded="true"] svg:last-child {
    transform: rotate(0deg);
    margin-right: 5px;
  }

@media (max-width: 1060px) {
    .boxgray img {
      width: 25px;
      top: 20px;
    }
    .alert-danger img{
      top:0;
    }
}

@media (max-width: 820px) {
    .boxgray img {
        position: inherit;
    }
    .alert-danger img{
      top:0;
    }
}
  
/*************** check reporte ************/
.checkR input[type="checkbox"] {
  z-index: 3;
  opacity: 0;
  position: absolute;
  left: 0px; 
}
.checkR input[type="checkbox"] {
  z-index: 3;
  opacity: 0;
  position: absolute;
  left: -35px;
  height: 16px;
  width:20px;
}
.checkR svg{
  position: absolute;
  left:-6px;
  top:2px;
}
.checkR label:before {
  content: "";
  background-image: url(../images/no-ckecket.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left:-35px;
  top: 0px;
  background-size: cover; 
}
.checkR input[type="checkbox"]:checked + label:after {
  content: "";
  background-image: url(../images/checket.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left:-35px;
  z-index: 1;
  top:0px;
  background-size: cover; 
}
.table > tbody > tr > td{
  font-size: 13px !important;
  color: #000;
  font-family: Poppins-medium;
  font-weight: initial;
  background: transparent;
}
/*************** fin check reporte ************/    

.box-cargaimg {
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  height: 300px;
  background-color: #f7f7f7;
  position: relative;
  -webkit-box-shadow: 4px 5px 5px -2px #dedede;
  -moz-box-shadow: 4px 5px 5px -2px #dedede;
  box-shadow: 4px 5px 5px -2px #dedede;
  margin-bottom: 15px; }

.box-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .box-img img {
    margin-bottom: 25px; }
  .box-img h6 {
    color: #7c7c7c !important;
    text-align: center;
    font-size: 13px; }

.btn-azul {
  background-color: #224095;
  padding: 6px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 4px 5px 5px -2px #dedede;
  -moz-box-shadow: 4px 5px 5px -2px #dedede;
  box-shadow: 4px 5px 5px -2px #dedede;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  max-width: 200px;
  width: 100%; }

.btn-bazul, .btn_bgazul, .btn-azul, .btn_bgazulB {
  border: 1px solid #224095;
  padding: 10px;
  min-width: 150px;
  margin: 5px;
  background-color: #fff;
  -webkit-box-shadow: 12px 11px 13px -9px #e5e5e5;
  -moz-box-shadow: 12px 11px 13px -9px #e5e5e5;
  box-shadow: 12px 11px 13px -9px #e5e5e5;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer; 
}

.btn-bazul{
 color: #224095 !important;
  font-weight: initial;
  font-family: 'Poppins-semibold';
}
  .space-submenu-usr{
    padding: 10px 20px;
  }

  .mas-empresa svg{
    margin-right: 8px;
  }

.btn_bgrojo {
  border: 1px solid #dd8748;
  padding: 10px;
  min-width: 150px;
  margin: 5px;
  background-color: #fff;
  -webkit-box-shadow: 12px 11px 13px -9px #e5e5e5;
  -moz-box-shadow: 12px 11px 13px -9px #e5e5e5;
  box-shadow: 12px 11px 13px -9px #e5e5e5;
  text-transform: uppercase;
  color: #000;
  border-radius: 5px;
  cursor: pointer; 
}

  .btn-file{
    border-color: transparent !important;
    padding: 10px;
    margin: 5px;
    background: transparent !important;
  }
.btn_bgazulB{
  font-size: 13px;
  margin:0;
  padding: 5px;
  background: #224095;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  font-weight: inherit;
}
.btn-azul {
  max-width: 200px;
  width: 100%;
  background: #224095;
  color: #fff; 
  font-family: 'Poppins-SemiBold';
  font-weight: inherit;
}

.btn_bgazul {
  background: #224095;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: initial;
  font-family: 'Poppins-semibold';
}
.btn_bgrojo {
  background: #dd8748;
  color: #fff !important;
  text-decoration: none !important;
}
.left{
  float: left !important;
}
.form-general .form-group {
  position: relative;
  margin-left: 15px;
}
.nieveles .form-group {
  position: relative;
  margin-left: 0px;
}
.info-mdl p{
  text-align: left;
}
 .line-table-usr{
    border:1px solid #ccc;
    width: 100% !important;
  }
  .pad-table-usr{
    padding: 0 20px;
    margin-top: -25px;
  }
  .field-color{
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px;
    margin-top: -12px;
    margin-bottom: -40px;
  }
.box-modal-grey {
  background: #f7f7f7;
  padding: 15px;
  color: #000;
  margin-bottom: 15px;
  overflow-y: auto;
  height: 300px;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 5px 0px #cecece;
  -moz-box-shadow: 4px 4px 5px 0px #cecece;
  box-shadow: 4px 4px 5px 0px #cecece;
  width: 100%;
}
.box-modal-grey h4{
  color:#dd8748;
}

.cont-menu-navega, .cont-menu-navega-list {
  background: #f7f7f7;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 10px; }

  .cont-menu-navega-list{
    background: transparent;
  }
.agregar-fatosG.form-group .bg-blue {
  left: -25px; }

.agregar-fatosG .check input[type="checkbox"] {
  right: 0px; }

.agregar-fatosG .check label:before {
  right: -5px;
  left: unset !important; }

.agregar-fatosG .check input[type="checkbox"]:checked + label:after {
  right: -5px;
  left: unset !important; }

ul.tagit li.tagit-choice {
  background: #dee2e6 !important;
  border-color: #dee2e6 !important; }

ul.tagit li.tagit-choice .tagit-close {
  font-weight: bold;
  top: 4px !important;
  right: -4px !important; }

ul.tagit li.tagit-choice .tagit-close .text-icon {
  font-size: 20px !important;
  color: #224095 !important; }

ul.tagit {
  border-color: transparent !important; }

ul.tagit li.tagit-choice .tagit-label:not(a) {
  color: #5f5f5f !important; }

ul.tagit li.tagit-choice {
  border: 0 solid transparent !important; }

.list-tag {
  position: relative; }

.tootip-left {
  background: #eaeaea;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  width: 50%;
  right: -34%;
  z-index: 1;
  top: 16%;
  font-size: 10px !important;
  opacity: 0; }
  .tootip-left:before {
    content: '';
    position: absolute;
    top: 34px;
    left: -20px;
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid #eaeaea;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    transform: rotate(180deg); }

/*************** fin check reporte ************/    
.box-cargaimg {
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  height: 300px;
  background-color: #f7f7f7;
  position: relative;
  -webkit-box-shadow: 4px 5px 5px -2px #dedede;
  -moz-box-shadow: 4px 5px 5px -2px #dedede;
  box-shadow: 4px 5px 5px -2px #dedede;
  margin-bottom: 15px; }

.box-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .box-img img {
    margin-bottom: 25px; }
  .box-img h6 {
    color: #7c7c7c !important;
    text-align: center;
    font-size: 13px; }

.btn-azul {
  background-color: #224095;
  padding: 6px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 4px 5px 5px -2px #dedede;
  -moz-box-shadow: 4px 5px 5px -2px #dedede;
  box-shadow: 4px 5px 5px -2px #dedede;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  max-width: 200px;
  width: 100%; }

.btn-bazul, .btn_bgazul, .btn-azul, .btn_bgazulB {
  border: 1px solid #224095;
  padding: 10px;
  min-width: 150px;
  margin: 5px;
  background-color: #fff;
  -webkit-box-shadow: 12px 11px 13px -9px #e5e5e5;
  -moz-box-shadow: 12px 11px 13px -9px #e5e5e5;
  box-shadow: 12px 11px 13px -9px #e5e5e5;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer; 
}

.btn-bazul{
 color: #224095 !important;
}

.btn_bgrojo {
  border: 1px solid #dd8748;
  padding: 10px;
  min-width: 150px;
  margin: 5px;
  background-color: #fff;
  -webkit-box-shadow: 12px 11px 13px -9px #e5e5e5;
  -moz-box-shadow: 12px 11px 13px -9px #e5e5e5;
  box-shadow: 12px 11px 13px -9px #e5e5e5;
  text-transform: uppercase;
  color: #000;
  border-radius: 5px;
  cursor: pointer; 
}

  .btn-file{
    border-color: transparent !important;
    padding: 10px;
    margin: 5px;
    background: transparent !important;
  }
.btn_bgazulB{
  font-size: 13px;
  margin:0;
  padding: 5px;
  background: #224095;
  color: #fff;
}
.btn-azul {
  max-width: 200px;
  width: 100%;
  background: #224095;
  color: #fff; 
}

.btn_bgazul {
  background: #224095;
  color: #fff !important;
  text-decoration: none !important;
}

/*
.btn_bgazul:hover{
    background-color: transparent !important;
    border: 0;
    padding: 0;
}
.btn_bgazul:focus{
    background-color: transparent !important;
    border: 0;
    padding: 0;
}
*/

.btn_bgrojo {
  background: #dd8748;
  color: #fff !important;
  text-decoration: none !important;
}

.form-general .form-group {
  position: relative;
  margin-left: 15px;
}
.nieveles .form-group {
  position: relative;
  margin-left: 0px;
}

.box-modal-grey {
  background: #f7f7f7;
  padding: 15px;
  color: #000;
  margin-bottom: 15px;
  overflow-y: auto;
  height: 300px;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 5px 0px #cecece;
  -moz-box-shadow: 4px 4px 5px 0px #cecece;
  box-shadow: 4px 4px 5px 0px #cecece;
  width: 100%;
}
.box-modal-grey h4{
  color:#dd8748;
}

.cont-menu-navega, .cont-menu-navega-list {
  background: #f7f7f7;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 10px; }

  .cont-menu-navega-list{
    background: transparent;
  }
.agregar-fatosG.form-group .bg-blue {
  left: -25px; }

.agregar-fatosG .check input[type="checkbox"] {
  right: 0px; }

.agregar-fatosG .check label:before {
  right: -5px;
  left: unset !important; }

.agregar-fatosG .check input[type="checkbox"]:checked + label:after {
  right: -5px;
  left: unset !important; }

ul.tagit li.tagit-choice {
  background: #dee2e6 !important;
  border-color: #dee2e6 !important; }

ul.tagit li.tagit-choice .tagit-close {
  font-weight: bold;
  top: 4px !important;
  right: -4px !important; }

ul.tagit li.tagit-choice .tagit-close .text-icon {
  font-size: 20px !important;
  color: #224095 !important; }

ul.tagit {
  border-color: transparent !important; }

ul.tagit li.tagit-choice .tagit-label:not(a) {
  color: #5f5f5f !important; }

ul.tagit li.tagit-choice {
  border: 0 solid transparent !important; }
/*
.max-mdl{
  width: 90%;
}
*/
.max-mdl .inp_wht{
  width: 70%;
  height: 34px;
}
.list-tag {
  position: relative; }

.tootip-left {
  background: #eaeaea;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  width: 50%;
  right: -34%;
  z-index: 1;
  top: 16%;
  font-size: 10px !important;
  opacity: 0; }
  .tootip-left:before {
    content: '';
    position: absolute;
    top: 34px;
    left: -20px;
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid #eaeaea;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    transform: rotate(180deg); }
.input-group-addon{
    padding: 7px 7px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f2f2f2;
    border: transparent;
    border-radius: 5px;
}
.margin-a{
    margin-bottom: 12px;
}
/********* estilos slide **********/
* {
  box-sizing: border-box;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.color-indicator{
    background-color: #224095;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: 5px;
    border-radius: 50px;
}

.color-indicator2{
    background-color: #DC3A11;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: 5px;
    border-radius: 50px;
}

.dash-time2{
    text-align: center;
    font-size: 50px;
    color: #224095;
    font-family: 'Poppins-SemiBold';
}
  .text-cap th{
  font-weight: initial;
  font-family: 'Poppins-Medium';
  font-size: 14px;
  color: #7a7a7a;
  }
.dash-time2 p{
    font-size: 15px;
    color: #000;
    font-weight: inherit;
}

  hr{
    margin-top: 3px;
    margin-bottom: 14px;
  }

  .input-widht input{
    width: 100%;
    margin-bottom: 12px;
  }

  .stick{
    position: sticky;
    top: 15%;
  }

/********* fin estilos slide ******/

/********** medias Querys *******/
@media (max-width: 1300px) {
  .tootip-left {
    right: -40%; }

@media (max-width: 1200px) {
  
  .tootip-left {
    right: 28%;
    top: 28%; }
    .box-mini-menu {
      width: 58%;
  }

  .table-cebra2 td {
    position: relative; } }
@media (max-width: 991px) {
  .tooltip-right {
    max-width: inherit;
    width: inherit;
  }
  .max-mdl .inp_wht{
  width: 100%;
}
  .box-mini-menu {
    top: 84px;
}
  .tooltip-right:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #eaeaea;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    left: -13px;
    position: absolute;
    top: 7px;
    transform: translate;
    transform: rotate(-180deg); 
  }
  .tooltip-right {
    left: 125%;
}
  .block-extra {
    min-width: 500px;
    width: 100%;
  }
  .tootip-left {
    right: 24%;
    top: 52%; }

  .alta-empresa .check input[type="checkbox"] {
    margin-left: 200px;
    z-index: 3; }

  .mg-left {
    margin-left: 4px; }

  .table-responsiv table {
    display: block; }
  .table-responsiv th {
    display: block; }
  .table-responsiv tbody {
    display: block; }
  .table-responsiv tr {
    display: block; }
  .table-responsiv td {
    display: block; }

  .table-responsiv.table-cebra2 td a {
    float: none; }

  .table-responsiv.table-istrumento td a {
    float: none; }

  .table-responsiv.table-box-grey td a {
    float: none; }

  .table-responsiv.table-cebra2 thead tr {
    display: flex; }

  .table-responsiv.table-box-grey thead tr {
    display: flex; }

  .table-responsiv.table-cebra2 thead th:nth-child(1) {
    width: 70%; }

  .table-responsiv.table-istrumento thead th:nth-child(1) {
    width: 70%; }

  .table-responsiv.table-istrumento thead th:nth-child(2) {
    width: 30%; }

  .table-responsiv.table-box-grey thead th:nth-child(1) {
    width: 100%; }

  .table-responsiv.table-cebra2 thead th:nth-child(2) {
    width: 30%; }

  .table-responsiv.table-istrumento thead th:nth-child(2) {
    width: 30%; }

  .table-responsiv.table-cebra2 td {
    width: 100%; }

  .table-responsiv.table-istrumento td {
    width: 100%; }

  .table-responsiv.table-cebra2 td:before {
    content: attr(data-colum);
    font-weight: bold;
    color: #656565; }
  
  .table-responsiv.table-istrumento td:before {
    content: attr(data-colum);
    font-weight: bold;
    color: #656565; }

  .table-responsiv.table-cebra2 tbody tr:nth-child(1) {
    display: none; }

  .table-responsiv.table-istrumento tbody tr:nth-child(1) {
    display: block; }

  .table-istrumento thead tr {
    display: flex; }
    .stick{
    position: inherit;
    top: 0%;
  }
}
@media (max-width: 767px) {
  .list_per .fieldcontain .property-label {
    text-align: left;
    width: 100%;
  }
  .fieldcontain .property-value {
    display: block;
    margin-left:0;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
  .block-extra {
    min-width: 200px;
    width: 100%;
  }
  .busqueda svg {
    top:26px;
  }
  .busqueda input {
    margin-top: 20px;
  }
  .busqueda .inputbusqueda {
    width: 100%;
  }

  .tootip-left {
    right: -26%;
    top: 20%; }

  .tootip-left:before {
    top: 20px; }

  .foter .logoP {
    display: none; }

  .sh {
    font-size: 12px; }

  .head .col-lg-4:nth-child(2) {
    display: block; }

  .menu-navega-uno {
    width: 90%; }
    .menu-navega-uno .col-lg-4 {
      width: 33.3%; }

  .head .col-md-6 {
    width: 32%; }

  .logoP {
    max-width: 150px;
    width: 100%; }

  .logoEm {
    display: block; }

  .busqueda input {
    width: 100%; }

  .btn-bazul, .btn_bgazul {
    max-width: 100px;
    width: 100px; }

  .busqueda svg {
    left: 20px; }

  .mdl-dtg {
    width: 60% !important; }

  .table-cebra thead, .table-cebra tbody, .table-cebra th, .table-cebra td, .table-cebra tr {
    display: block; }

  .table-cebra thead tr {
    display: none; }

  .table-cebra td:before {
    content: attr(data-label) ": ";
    font-size: 15px;
    margin-right: 5px; 
    color: #000;
    display: inline-block;
    } 
  }
@media(max-width:700px){
  .table-cebra2 td, .table-istrumento td, .table-box-grey td, .table-datos td {
    padding: 3px 5px;
  } 
  .table-reportes thead{
    display: none;
  }
  .table-reportes tbody td{
    display:block;
  }
  .circle-color2{
    left:40px;
  }
  .table-reportes td:before {
    content:attr(data-label) ":";
    font-size: 13px;
    color:#dd8748;
    font-family: 'Poppins-Medium';
    margin-right: 8px;
  }
  .table-reportes tbody td {
    text-align: left !important;
    margin-left: 15px;
  } 
}
@media (max-width: 600px) {
  .tootip-left {
    right: 26%;
    top: 37%; }

  .tootip-left:before {
    top: 45px; } 
    .box-mini-menu {
      top: 85px;
      width: 65%;
    }
  } 
@media (max-width: 500px) {
  .box-modal {
    width: 85% !important; }

  .tootip-left:before {
    top: -30px;
    transform: rotate(270deg);
    left: 180px; }

  .tootip-left {
    right: 4%;
    top: 77%; }

  .table-cebra2 td {
    position: relative; } }
@media (max-width: 480px) {
  .pagination{
    margin: 0 !important;
  }
  .table-cebra2.full tbody tr {
    display: block; }

  .table-cebra2.full tbody td {
    display: block;
      width: 10%; }

  .table-cebra2.full td a {
    float: none; }

  .table-cebra2.full td {
    width: 100%; }

  .table-cebra2.full td .box-num {
    float: none; }

  .table-cebra2.full td .box-num {
    display: inline-block; }

  .table-cebra2.box-numbers.full td {
    width: 100%;
    text-align: left; }

  .check label {
    font-size: 11px; } }
@media (max-width: 320px) {
  .busqueda input {
    padding: 2px 0px 2px 16%; }

  .box-modal {
    width: 90% !important; }

  .inp_wht {
    width: 50%; }

  .mg-left {
    margin-left: 0px; }

  .bx-edit-tema.form-group {
    margin-left: 15px; } 
    
}
@media (max-width: 767px) {
    .titulo-seccion {
        font-size: 18px;
    }
    .preguntaOracion p,.comparacion p{
      font-size: 12px;
    }
    .center-subtitle {
        font-size: 1.1em;
    }
.menu_empresa a{
        font-size: 12px;
    }
.title-dark{
        font-size: 12px;
    }
.txt-indicator{
        font-size: 1.35em;
    }
th, td, p, span{
        font-size: 12px;
}
.table-cebra2 tbody th{
         font-size: 11px;
}
.table-cebra2.box-numbers td{
      font-size: 11.5px !important;
}
.table > tbody > tr > td{
      font-size: 11.5px !important;
}
}
/*# sourceMappingURL=style.css.map */

label {
    margin-bottom: 0 !important;
    color: #5d5d5d;
    font-size: 12px;
}

.form-control{
    color: #000;
}

@media (max-width: 703px) {
  .cont-modal .mdl-dtg{
    min-width: 90%;
  }
  }

@media (max-width: 767px) {
  .table-responsive{
    border-radius: 16px;
  }
  }

  .cont-usr{
    padding: 10px 20px;
  }

  @media (max-width:991px) {
  .mas-empresa{
    float: inherit;
  }
  }

    @media (max-width:767px) {
    .busqueda input {
      width: auto;
    }
    .table-cebra td:before{
      font-size: inherit;
    }
    .busqueda svg {
      top: 30px;
    }
    .show-twos{
      width: 100% !important;
    }
  }
  .mdl-sel select{
    padding: 0 12px;
  }
      @media (max-width: 991px) {
        .table-responsiv.table-cebra2 td a {
            float: inline-start;
        }
    }
  @media (max-width: 991px) {
    .tooltip-right {
      left: 125%;
      position: initial;
      width: 100%;
    }
    .tooltip-right{
      display: block;
    }
    .tooltip-right::before{
      display: none;
    }
    .max-mdl{
      width: 80%;
    }
  }
    @media (max-width:1370px) {
  .lock-none{
  display: none;
}
  }

  @media (max-width:991px) {
    .hresp,.hrespr,.hresall{
      width: 33% !important;
    }
  }

      @media (max-width:599px) {
    .hresp,.hrespr {
      width: 50% !important;
    }
    .logos-comps{
      text-align: end;
    }
    .hresall{
      width: 100% !important;
      margin-top: 12px !important;
    }
  }


