.contenedorElementos{

    display:flex;
    justify-content: center;


}

.contenedorElementos .opcionElemento{


    text-align: center;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    font-size: 12px !important;

}

.opcionElemento a{

    text-decoration:none;

}

.opcionElemento .textoElemento{

    color: #373a3c;

}

.formularioBuscar{

    padding:15px;
    background:#f5f5f5;

}

.blur{

    filter:blur(15px);

}

.dataTitle{

    width: 150px;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;


}

.dataInfo{

    font-size: 12px;
    padding: 6px;
    color: #888888;
    background: #f1f1f1;
    margin-bottom: 5px;

}

tr.modulo td:first-child span+i{

    color: #626769;
    cursor: pointer;
    margin-left: 3px;
    font-size: 13px;

}

.desplegable td table tbody tr td:first-child{

    padding: 10px 10px 10px 30px;

}

.iconoEstado{

    font-size: 20px;

}

.contenedorCuestionario{

    padding:10px;

}

.cabeceraCuestionario{

    padding: 11px;
    border-bottom: 1px solid #e8e8e8;
    background: #f3f3f3;
    display:flex;
}
.notaCuestionario{

    font-size: smaller;
    margin-left:7px;

}
.textoCabeceraCuestionario{

    text-align: center;
    flex-grow:1;
    font-size: 18px;
    color: #569db3;

}


.bodyCuestionario{

    padding:20px;
    background: #fbfbfb;
}

.cursorPointer{

    cursor:pointer;

}

.btn-outline-azul{

    padding: 3px 10px 3px 10px;
    border-radius: 50px !important;
    background: transparent;
    color: #45aab5;
    border-color: #45aab5;
    transition:0.2s;
}

.btn-outline-azul:hover{

    background:#45aab5;
    color:white;


}

.imgsBloque{

    width:46px !important;

}

.contenedorBloque
{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.campoInput {

    width: 100% !important;
    padding: 6px 6px 6px 6px !important;
    border-color: #cecece;
}

.mb15 {
    margin-bottom: 15px;
}

.text-center {
    text-align: center !important;
}

.spinnerBounce {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
  }
  
  .spinnerBounce > div {
    width: 18px;
    height: 18px;
    background-color: rgb(255, 255, 255);
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinnerBounce .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinnerBounce .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

.div-loader {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999;
    display: flex;
    align-items: center;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;

}

.column {
    flex-direction: column;
}

.justifyEnd {
    justify-content: flex-end !important;
}

.justifyCenter {
    justify-content: center !important;
}

.noWrap {
    flex-wrap: nowrap;
}
.btnAcciones {
    min-height: 0;
    padding: 0;
    line-height: 0;
    background: #ffffff;
    color: #444444;
    padding: 8px 9px 8px 9px;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
}

.btnAcciones:hover{
    background: #78dca9;
    border: 1px solid #90d8b9;
    color:white;
}

.btnApp {
    border: 0 !important;
    background: inherit !important;
    padding: 8px 17px !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
    cursor:pointer !important;
    font-size:14px !important;
    transition: 0.2s !important;

}

.btnApp.light {
    background: white !important;
    color: #111827 !important;
    font-weight: 500 !important;
    border: 1px solid #d1d5db !important;
}

.btnApp.dark {
    background: #1f2937 !important;
    color: white !important;
    font-weight: 500 !important;
    border: 1px solid #1f2937 !important;
}

.btnApp.dark:hover {
    background: #111827 !important;
    border: 1px solid #111827 !important;
}

.btnApp.light:hover {
    background: #f5f5f5 !important;
}

.rounded-full {
    border-radius: 60px !important;
}

.tableApp {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    text-align:center;
    border-collapse: collapse;
}

.tableApp th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.tableApp td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.tableApp thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.tableApp thead.light th{
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.display-none {
    display:none;
}

.gap10 {
    gap: 10px;
}

.capaChat {
    padding: 15px 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #e8e8f5;
    margin-bottom:15px;
    color: #2a2732;
}

.capaChat:nth-child(odd) {
    background:#5d61c7;
    color:white;
}

.capaChat .fechaMensaje {
    font-size: 11px;
    color: #7c768d;
}

.capaChat:nth-child(odd) .fechaMensaje {
    color: #d1d3ff;
}

.capaChat .tituloChat {
    margin-bottom: 10px;
    font-weight: 600;
    display:flex;
    flex-direction:column;
    line-height: 17px;
}

.capaChat .bodyChat {

}

@media print{

    #nav-drawer{

        display:none;

    }

    #sidepre-blocks{

        display:none;

    }


}