/*******************************
/*
 * Plugin Name: RTRS Certifications by Smarterix
 * Plugin URI: https://smarterix.com/
 * Description: Plugin that adds the functionality for loading Choc certifications.
 * Author: Smarterix
 * Version: 0.3
 * Author URI: https://smarterix.com/
 * Text Domain: smarterix-certification-plugin
 *


0 - Estilos Generales */

.choc .zyxaudit-buscador_auditorias_cnt{
	padding-left:0px!important;
	padding-right:0px!important;
}
table.choc-results-active  th {
    font-weight: 700;
    background: #ffffff;
    box-shadow: none;
}
.table.choc-results-active tr:nth-child(2n) td {
    background: #ffffff;
}
.choc-results-active  {
    border-color: #51871c;
    line-height: 20px;
}
.choc-result-head th {
    font-weight: 600;
    padding: 10px;
    text-align: left;
    border-color: #51871c;
    color: #51871c;
}
.choc-result-line td{
    font-size: 14px;
    padding: 10px;
    text-align: left;
    border-color: #51871c;
    color: #51871c;
}

th.choc-pais,
th.choc-anio,
th.choc-archivo,
td.choc-pais,
td.choc-anio,
td.choc-archivo{
	text-align: center;
}

td.choc-archivo a:focus, 
td.choc-archivo a:hover {
    color: #51871c;
    text-decoration: none;
}
.choc-btn-buscar {
    border-radius: 0px!important;
    border: 1px solid #51871c!important;
    color: #51871c!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    width: 100%!important;
    display: block!important;
    background: #ffffff!important;
    margin-top: 5px!important;
    box-shadow: none!important;
}
.choc-btn-buscar:hover {
    color: #ffffff!important;
    background: #51871c!important;
}
.choc .zyxaudit-form_buscador_auditorias {
    padding: 10px 0px!important;
}