/*============================================
    PERSONALIZAR EL LOGIN
==============================================*/

.login-page,
.register-page {
    background: linear-gradient(rgba(255, 193, 7, 0.85), rgba(0, 30, 50, 0.85)) !important;      
}

/* ================================= */
/* FONDO DEL LOGIN */
/* ================================= */
#fondo{    
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: url("../img/back.jpg") !important;    
    background-size: cover !important;
    overflow: hidden !important;
    z-index: -1 !important;    
}



/* ================================= */
    /* BOTÍN NUEVO SE USA EN DATRATABLE  */
/* ================================= */
.addNewRecord{
    background:#28a745 !important;
    color: #FFFFFF !important;
    padding: 0px 15px !important;
    border-radius:3px !important;
    -webkit-border-radius:3px !important;
    -moz-border-radius:3px !important;
    -ms-border-radius:3px !important;
    -o-border-radius:3px !important;
    -webkit-border-radius:3px !important;
}


/* ================================= */
    /* BOTÓN PARA CERRAR BUSQUEDA DATATABLE */
/* ================================= */
.closeSearch{
    background:#ed5588 !important;
    color: #FFFFFF !important;
    padding: 0px 15px !important;
    border-radius:3px !important;
    -webkit-border-radius:3px !important;
    -moz-border-radius:3px !important;
    -ms-border-radius:3px !important;
    -o-border-radius:3px !important;
    -webkit-border-radius:3px !important;
}

/*
.buttons-excel{
    margin-right: 5px !important;
    background:rebeccapurple ;
}
*/


  /*TITULOS DE LOS FORMULARIOS*/  
  .cabecera{
    font-size: 16px;
    font-weight: 600;
    padding-top: -10px;
    color: #007bff;
}


/* ================================= */
    /* APLICA PARA  PRODUCTO*/
/* ================================= */

.columna{    
    text-align: left;
    /*border: 1px solid #8d8d8d;*/
    background:#FFC107;
    
}

.columnaRow{    
    background: #17A2B8;    
}

 .columnaRow label.tituloWhile{
    color: #FFFFFF;
    
}

/* ================================= */
    /* STYLE PARA EL MODAL TABS*/
/* ================================= */

.nav-tabs .nav-link.active{
    background-color: #FFC107;
    color: #000;
    font-weight: 600;
    border: 2px solid #000;
}


.nav-tabs .nav-link{
    background-color: #FFFFFF;
    color: #000;
    border: 2px solid #FFC107;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.nav-tabs .nav-link:hover{
    border: 2px solid #FFC107;
}

.nav-tabs{
    border-bottom: 1px solid #FFC107;    
}

.tab-content{
    border: 1px solid #FFC107;
    padding: 20px;
}

.linea{
    border: 2px solid #0a8d20;
    margin: 46px 5px;

}


.unidadesbottom{
    margin: 36px -7px;
    font-weight: 600;
}

/* ================================= */
/* DAR E4STLO AL CHECKBOX DE DAR EFECTIVO EXACTO */
/* ================================= */

.btnCentrado{
    margin-top: 2.0rem !important;      
}


.btnCentrado #chkEfectivoExacto{
    content: "";
    width: 30px !important;
    height:20px !important;
    border: 4px solid #0fbf12 !important;     
}


.btnCentrado #textoIzq{
    padding: 2px 18px !important;    
}

.btnCentrado #textoIzq:hover{    
    background: #0fbf12 !important;
    color: #FFFFFF;
}



/* ================================= */
/* SEARCH FILTRO DEL DATATABLE - APLICA A TODOS
/* ================================= */
#tblPruebasEnsayos_filter input,
#tblAnalisis_filter input,
#tblDetalleParametro_filter input,
#tblParametrosMateriales_filter input,
#tbl_of_filter input,
#tbl_perfiles_asignar_filter input,
#tblProductos_filter input,
#tblUsuarios_filter input,
#tbl_formula_filter input,
#tblRequerimientoMaterialesAutomatico_filter input,
#tblPedidosInternoAlmacen_filter input,
#tblOrdenFabricaciones_filter input,
#tblMovimientoMateriales_filter input,
#tbl_pedidoInterno_filter input {
    text-align: left !important;
    color: blue !important;
    border: 1px solid rgb(255, 120, 47) !important;
    font-size: 1.15em !important;    
    width: auto !important;
    margin-top:5px !important;
}


/* ================================= */
/* Para darle justificación al árbol de decisiones
   de la página de fórmula procedimientos */
/* ================================= */
.radioButton{
    padding:0.5rem;
}

.bordePregunta{    
    background: #FFA500;
    font-weight:600;
    padding: 5px;
}

.inputProcedimiento{
    font-weight:600;
    font-size:20px;
    background: #C9FAB3;
    padding: 5px;
}


/* ================================= */
/* Se añadio está clase para poder encima del
	modal ya que no se podía hacer 
   (si se pone en jquery-ui.css funcionaria normal) */
/* ================================= */
#ui-datepicker-div{ 
	z-index:2000 !important; 	
}

/* ================================= */
/* DROPDOWN PARA RECEPCIÓN DE MATERIALES
   Permite hacer que el dropdown no se ponga
   debajo del siguiente sección
*/
/* ================================= */
.dropdown-menu.desplegable.show{
    display: block !important;
    position: relative !important;
    inset: -46px auto auto 0px !important;
    margin: 0px !important;
    transform: translate3d(0px, 48px, 0px) !important;
    z-index: 2 !important;
    -webkit-transform: translate3d(0px, 48px, 0px) !important;
    -moz-transform: translate3d(0px, 48px, 0px) !important;
    -ms-transform: translate3d(0px, 48px, 0px) !important;
    -o-transform: translate3d(0px, 48px, 0px) !important;
}

/* ================================= */
/* DAR COLOR A PULSAR ENCIMA DE UN BOTON
   DE DROPDOWN (DET. RECP MATERIALES) */
/* ================================= */
.dropdown a:hover{
    background: hsla(310, 94%, 50%, 0.902);
    color: #FFFFFF;    
}

/* ================================= */
/* RECTANGULOS EN LAS LEYENDAS PIE DE PAGINA */
/* ================================= */

span.rectanguloDictamen{
    width: 250px !important; 
    height: 100px !important; 
    border: 1px solid #555 !important;
    background: #ADFF2F !important;
    padding: 0px 40px 0px 20px !important;
}


span.rectanguloPendiente{
    width: 250px !important; 
    height: 100px !important; 
    border: 1px solid #555 !important;
    background: #FFFFFF !important;
    padding: 0px 40px 0px 20px !important;
}


span.rectanguloAnulado{
    width: 250px !important; 
    height: 100px !important; 
    border: 1px solid #555 !important;
    background: #FFB6C1 !important;
    padding: 0px 40px 0px 20px !important;
}


/* ================================= */
/* CENTRAR SEARCH DATA TABLE */
/* ================================= */

#tblDetalleParametro_filter{    
    padding-top:5px !important;
    padding-right: 15px !important;    
    /*text-align: left !important;*/
}

/* ================================= */
/* COLLAPSE PARA PARÁMETRO DE CALIDAD */
/* ================================= */
#accordionTab2 .panel,
#accordionTab1 .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 5px;
  }

  #accordionTab2 .panel-heading,
  #accordionTab1 .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
  }

  #accordionTab2 .panel-title a,
  #accordionTab1 .panel-title a{
    display: block;    
    padding: 10px 2px 10px 30px !important;
    background: #ffffff;
    font-size: 20px;
    font-weight: 500;
    color: #20457c;
    position: relative;
    transition: all 0.5s ease 0s;
    border: 1px solid #20457c;
    border-radius: 5px;
    text-align: left;
  }

  #accordionTab2 .panel-title a.collapsed,
  #accordionTab1 .panel-title a.collapsed{
    /*background: #fff;*/
    background: #FFCD39 !important;
    color: #696969;
    border: 1px solid #20457c;
    border-radius: 5px;
  }


  #accordionTab2 .panel-title a:after,
  #accordionTab2 .panel-title a.collapsed:after,

  #accordionTab1 .panel-title a:after,
  #accordionTab1 .panel-title a.collapsed:after{
    content: "\002D";
    font-family: "Impact";/*Font Awesome 5 Free*/
    font-weight: 900;
    width: 30px;
    height: 20px;
    line-height: 25px;
    border-radius: 5px;
    font-size: 22px;
    color: #007bff;
    text-align: center;
    position: absolute;
    top: 20%;    
    margin-top: -2px;
    /*left: -5px;*/
    left: 5px;
    background: transparent !important;    
    font-weight: bold;
  }

  #accordionTab2 .panel-title a.collapsed:after,
  #accordionTab1 .panel-title a.collapsed:after{
    content: "\002B";/* 2192   f107*/
    background: transparent;
    font-weight: bold;
    font-family: "Impact";
  }

  #accordionTab2 .panel-title a.collapsed:hover,
  #accordionTab1 .panel-title a.collapsed:hover{
    background: #f1f1f1;
    color: #20457c;
  }

  #accordionTab2 .panel-body,
  #accordionTab1 .panel-body{
    font-size: 16px;
    color: #000;
    line-height: 25px;
    background: #fff;/*#E94C6F*/
    padding: 0px;/* top right bottom left*/ /*auto */    
    transition: all 0.5s ease 0s;
  }
  
  
  
/* BUSQUEDA DE CERTIFICADO */
.bc_container {
    background: url(../../img/certificate/fondo.jpg) no-repeat 0px 0px;
    background-position: 0px 0px;
    background-attachment: fixed;
    background-size: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.bc_panel {
    background: transparent !important;
}

.bc_container_back {
    padding: 0px;
    margin: 0px;
    background: rgb(15, 18, 35);
    background: linear-gradient(90deg, rgba(15, 18, 35, 0.8687850140056023) 0%, rgba(15, 18, 35, 0.5298494397759104) 100%);
}

.bc_block {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0px;
    position: relative;
}

.bcb_left {
    float: left;
    width: 60%;
    padding: 0px;
    margin: 0px;
}

.bcb_right {
    float: right;
    width: 40%;
    padding: 0px;
    margin: 0px;
}

.bcb_form {
    width: 350px;
    padding: 20px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bcb_form h1 {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 20px;
    padding: 10px 5px;
    line-height: 1.3em;
    margin: 0;
    font-weight: 600;
    text-align: center;
}

.bcb_f_input {
    padding: 10px 5px 0px 5px;
    margin: 0px;
    text-align: center;
    position: relative;
}

.bcb_f_input select {
    font-family: var(--font-title);
    color: rgba(15, 18, 35, 0.5);
    font-size: 16px;
    padding: 15px 5px 15px 40px;
    line-height: 1.3em;
    margin: 0px 0px 5px 0px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    display: block;
    border: 1px solid rgba(15, 18, 35, 0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.bcb_f_input input[type="text"] {
    font-family: var(--font-title);
    color: rgba(15, 18, 35, 0.5);
    font-size: 16px;
    padding: 15px 5px 15px 40px;
    line-height: 1.3em;
    margin: 0px 0px 5px 0px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    display: block;
    border: 1px solid rgba(15, 18, 35, 0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.bcb_f_input input[type="submit"] {
    font-family: var(--font-title);
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    padding: 15px 10px;
    margin: 0 auto;
    border: none;
    background: #0F1223;
    display: block;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.bcb_f_input input[type="submit"]:hover {
    opacity: 0.8;
}

.bcb_f_input input[type="submit"] {
    background: #0774AB;
}

.bcb_f_input span svg {
    width: 20px;
    position: absolute;
    top: 25px;
    left: 15px;
}

.bcb_f_input p {
    font-family: var(--font-title);
    color: #000000;
    font-size: 13px;
    line-height: 1.3em;
    padding: 0px;
    margin: 0;
    font-weight: 500;
}

.bcb_f_input a {
    color: #0774AB;
    outline: none;
}

.bcb_latam {
    padding: 0px;
    margin: 0px;
}

.bcbl_point {
    float: left;
    display: inline-flexbox;
    width: 25%;
    padding: 0px;
    margin: 0px;
}

.bcbl_picture {
    padding: 5px;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.bcbl_picture span svg {
    position: relative;
    top: 7px;
    left: 10px;
    width: 40px;
    height: 40px;
    fill: #FFFFFF;
}

.numscroller {
    font-family: var(--font-title);
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    text-align: center;
}

.bcbl_text {
    padding: 5px;
    margin: 0;
}

.bcbl_text h1 {
    font-family: var(--font-title);
    color: #FAD400;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    text-align: center;
}

.bc_container_bg {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    background: url(../../img/certificate/mapa.png) no-repeat 0px 0px;
    background-position: 0px 0px;
    background-attachment: fixed;
    background-size: 100%;
    height: 500px;
}

.bc_container_bg_back {
    padding: 0px;
    margin: 0px;
    background: rgba(255, 255, 255, 0.8);
    height: 500px;
}

.bcb_panel {
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 9;
}

.bcb_training {
    width: 500px;
    padding: 30px;
    margin: 0px;
}

.bcb_training h1 {
    font-family: var(--font-title);
    color: #000000;
    font-size: 30px;
    line-height: 1.3em;
    padding: 10px 10px 0px 10px;
    margin: 0px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.bcb_training p {
    font-family: var(--font-title);
    color: #000000;
    font-size: 20px;
    line-height: 1.3em;
    padding: 5px 10px 10px 10px;
    margin: 0px;
    font-weight: 500;
    text-align: left;
}

.bcb_training a {
    font-family: var(--font-title);
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    padding: 15px 20px;
    margin: 15px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #ffffff;
    background: #E38035;
    width: 200px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.bcb_training a:hover {
    opacity: 0.8;
}

.bc_panel_bottom {
    position: absolute;
    bottom: -1300px;
    right: -500px;
    width: 1500px;
    height: 1500px;
    z-index: 1;
    background: #0F1223;
    border-radius: 400px;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    -ms-border-radius: 400px;
    -o-border-radius: 400px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.bcb_panel img {
    width: 400px;
    position: absolute;
    top: -20px;
    right: 10%;
    z-index: 99;
}

.bc_container_list {
    padding: 0px;
    margin: 0px;
    background: #F3F3F3;
}

.bcb_view {
    padding: 10px 5px;
    margin: 0px;
}

.bcbv_title {
    width: 100%;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    position: relative;
    border-bottom: 2px solid rgba(62, 61, 74, 0.3);
}

.bcbv_title span svg {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 30px;
    height: 30px;
    fill: #0F1223;
}

.bcbv_title h1 {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 18px;
    line-height: 1.3em;
    padding: 5px 5px 5px 40px;
    margin: 0px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.bcbv_body {
    padding: 0px;
    margin: 0px;
}

.bcbvb_item {
    float: left;
    display: inline-flexbox;
    width: 25%;
    height: 350px;
    padding: 10px;
    margin: 0px;
}

.bcbvb_layer {
    padding: 0px;
    margin: 0px;
    background: #FFFFFF;
}

.bcbvbi_picture {
    width: 100%;
    overflow: hidden;
}

.bcbvbi_picture img {
    width: 100%;
}

.bcbvbi_text {
    padding: 5px;
    margin: 0px;
}

.bcbvbit_box {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.bcbvbit_box span svg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
    fill: #0F1223;
}

.bcbvbit_box p {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px 5px 5px 30px;
    margin: 0px;
    font-weight: 500;
    text-align: left;
}

.bcbvbit_button {
    padding: 5px;
    margin: 0px;
    position: relative;
}

.bcbvbit_button span svg {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 30px;
    height: 30px;
    fill: #3D3D4A;
}

.bcbvbit_button a {
    font-family: var(--font-title);
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    padding: 10px 20px;
    margin: 5px auto;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #3D3D4A;
    border: 1px solid #3D3D4A;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.bcbvbit_button a:hover {
    opacity: 0.8;
}


/* -------------------------- */

.modal-body {
    padding: 10px 5px;
}

.cv_content {
    padding: 10px;
    margin: 0px;
    position: relative;
    height: 427px;
    overflow-y: scroll;
}

.cv_code {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9;
    width: 80px;
    padding: 0px;
    margin: 0px;
}

.cv_code img {
    width: 100%;
}

.cv_title {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.cv_title h1 {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 18px;
    line-height: 1.3em;
    padding: 10px 0px;
    margin: 0px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.cv_block {
    padding: 5px 0px 5px 0px;
    margin: 0px;
    position: relative;
}

.cv_block span svg {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 9;
    width: 25px;
    height: 25px;
    fill: rgba(96, 110, 122, 0.8);
}

.cvb_text {
    padding: 5px 5px 10px 50px;
    margin: 0px;
    border-bottom: 1px solid #9F9F9F;
}

.cvb_text p {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 14px;
    line-height: 1.3em;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    text-align: left;
}

.cvb_text i {
    padding-right: 10px;
    font-weight: 600;
    font-style: normal;
}

.cvb_list {
    padding: 0px;
    margin: 0px;
}

.cvb_list h1 {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 16px;
    line-height: 1.3em;
    padding: 5px 0px;
    margin: 0px;
    font-weight: 600;
    text-align: left;
}

.cvbl_box {
    padding: 5px 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
    background: rgba(243, 243, 243, 0.3);
}

.cvbl_box i {
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 9;
    font-family: var(--font-title);
    color: #FFFFFF;
    background: #FE7D05;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px 10px;
    margin: 0px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
}

.cvbl_box h2 {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 16px;
    line-height: 1.3em;
    padding: 5px 0px;
    margin: 0px;
    font-weight: 600;
    text-align: left;
}

.cvblb_bar {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.cvblb_bar p {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px;
    margin: 0px;
    font-weight: 500;
    text-align: left;
}

.cvblb_bar .progress {
    width: 85%;
    margin: 5px 0px 5px 10px;
    background: #F2F2F2;
    height: 8px;
}

.cvblb_bar .progress-bar {
    background: #FF0000;
}

.cvblb_bar .cvblbb_text {
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 9;
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px;
    margin: 0px;
    font-weight: 500;
    text-align: center;
}

.cvbl_promedio {
    padding: 5px 0px;
    margin: 0px;
    position: relative;
    background: rgba(243, 243, 243, 0.3);
}

.cvbl_promedio h2 {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px 140px 5px 0px;
    margin: 0px;
    font-weight: 600;
    text-align: center;
}

.cvbl_promedio i {
    position: absolute;
    top: 4px;
    right: 70px;
    z-index: 9;
    font-family: var(--font-title);
    color: #FFFFFF;
    background: #0587FE;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px;
    margin: 0px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
}


#certificate_view .modal-footer {
    padding: 5px;
    margin: 0px;
    position: relative;
}

#certificate_view .modal-footer p {
    font-family: var(--font-title);
    color: #0F1223;
    font-size: 12px;
    line-height: 1.3em;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 500;
    text-align: center;
}

#certificate_view .modal-footer span {
    font-family: var(--font-title);
    color: #333333;
    border: 1px solid #333333;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px 15px;
    margin: 10px auto !important;
    font-weight: 500;
    text-align: center !important;
    display: block;
    width: 200px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
}


/* // BUSQUEDA DE CERTIFICADO */