/* reset */
html body div .plugin-alerts *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    list-style: none;
    box-shadow: none;
    line-height: 1lh;
}

html body div .plugin-alerts table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
html body div .plugin-alerts img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}
 
html body div .plugin-alerts button,
html body div .plugin-alerts input,
html body div .plugin-alerts select,
html body div .plugin-alerts textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}
 
html body div .plugin-alerts button {
  cursor: pointer;
}
 
html body div .plugin-alerts strong {
  font-weight: bold;
}
 
html body div .plugin-alerts em {
  font-style: italic;
}
 
html body div .plugin-alerts a {
  color: inherit;
}
 
html body div .plugin-alerts a,
html body div .plugin-alerts a:hover {
  text-decoration: none;
}
 
html body div .plugin-alerts h1,
html body div .plugin-alerts h2,
html body div .plugin-alerts h3,
html body div .plugin-alerts h4,
html body div .plugin-alerts h5,
html body div .plugin-alerts h6 {
    margin-top: 0;
  font-weight: normal;
  font-size: 100%;
}
 
html body div .plugin-alerts ul,
html body div .plugin-alerts ol {
  list-style: none;
}
 
html body div .plugin-alerts input[type="checkbox"],
html body div .plugin-alerts input[type="radio"] {
  appearance: auto;
}

/* tablas */
html body div .plugin-alerts .cofa-table{
    margin-bottom: 1rem;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

html body div .plugin-alerts .cofa-table th{
    background: #555;
    font-weight:bold;
    color:#fff;
    border:none;
    font-weight: normal;
    border-left:1px solid #fff;
    font-size: 0.875rem;
    white-space: nowrap;
    text-align: left;
	cursor:pointer !important;
}
html body div .plugin-alerts .cofa-table th:last-child{
    width: 123px;
} 

html body div .plugin-alerts .cofa-table th, 
html body div .plugin-alerts .cofa-table td {
    padding: 0.625rem;
    vertical-align: middle;
}

html body div .plugin-alerts .cofa-table td {
    font-size: 1rem;
    color:#666666;
    border:none;
}
html body div .plugin-alerts .cofa-table td a:active,
html body div .plugin-alerts .cofa-table td a:hover,
html body div .plugin-alerts .cofa-table td a{
    color:#000;
    text-decoration: underline;
}

html body div .plugin-alerts .cofa-table td:last-child{
    text-align: center;
}

html body div .plugin-alerts .cofa-table tbody>tr:nth-child(odd)>td, 
html body div .plugin-alerts .cofa-table tbody>tr:nth-child(odd)>th {
    background-color: #F9F9F9;
}
html body div .plugin-alerts .cofa-table tbody>tr:last-child td{
    border-bottom:1px solid #e6e6e6;
}
html body div .plugin-alerts .cofa-table tbody>tr:last-child:nth-child(odd) td{
    border-bottom:none;
}

html body div .plugin-alerts .cofa-table .cofa-custom-sort{
    margin-left:6px;
    color:#ccc;
}
.cofa-custom-file-link{
    display:inline-flex;align-items:center;text-decoration:none
}
.cofa-custom-file-icon{
    font-size:16px;line-height:1
}

html body div .plugin-alerts .cofa-table  .cofa-custom-file-link:before{
	display: block;
    content: "";
	background: url(download-solid-full.svg) center no-repeat;
    background-size: 100% auto !important;
    height: 26px;
    width: 26px;
    margin: 0;
}

html body div .plugin-alerts .cofa-table  .cofa-custom-file-link span{
        position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* paginador y rango */
html body div .plugin-alerts .cofa-custom-table-pagination {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* paginador */
html body div .plugin-alerts .cofa-page-container{
    margin-bottom: 1rem;
    margin-top: 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
html body div .plugin-alerts .cofa-page-container .cofa-custom-page-btn{
    padding:5px 0;
    color:#333;
    width: 40px;
    text-align: center;
    display: inline-block;
    border-radius:4px;
    text-decoration: none;
    border: 1px solid #ddd;
    line-height: 1.75rem;
    background: #fff;
}
html body div .plugin-alerts .cofa-page-container .cofa-custom-page-btn:hover{
    background: inherit !important;
    color: inherit !important;
}

html body div .plugin-alerts .cofa-page-container .cofa-custom-page-btn[disabled]{
    opacity:.5;
    cursor:not-allowed;
}

html body div .plugin-alerts .cofa-page-container .cofa-custom-page-num.is-active{
    border-color: #E49E02;
    background: #E49E02;
    color:#222 !important;
    padding:5px 0;
}

/* rango */
html body div .plugin-alerts .cofa-range-container{
    margin-bottom: 1rem;
    font-size: 14px;
    color: #222;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

html body div .plugin-alerts .cofa-range-container label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 15px;
}
html body div .plugin-alerts .cofa-range-container .cofa-custom-per-page-select{
	border: 1px solid #DADADB;
    border-radius: .25rem;
    font-size: 14px;
    color: #616670;
    padding: 4px 8px;
    background-color: #fff;
    width: 100%;
    padding: .5rem 1rem;
    appearance: auto;
}