.sec_reporte_premios {
    font-size: 13px;
}

.sec_reporte_premios h2 {
    text-align: center;
}

.sec_reporte_premios .buscador {
    text-align: right;
    margin-bottom: 1rem;
}

.sec_reporte_premios .buscador input {
    text-align: left;
    padding: 0.5rem;
}

.sec_reporte_premios table {
}

.sec_reporte_premios table thead {
    font-weight: 700;
    text-align: center;
}

.sec_reporte_premios table tbody {
    padding: 0.5rem;
    /* text-align: right; */
}

.sec_reporte_premios table tbody tr td {
    padding: 0.5rem;
}

.sec_reporte_premios table tbody tr td {
    padding: 0.5rem;
}

.sec_reporte_premios table tbody tr td:nth-child(n + 4):nth-child(-n + 8) {
    text-align: right;
}

.sec_reporte_premios table tbody tr td:nth-child(n + 8) {
    text-align: center;
}

.sec_reporte_premios .buscador .tipoPremio {
    padding-right: 0;
    padding-left: 0;
}

.sec_reporte_premios .buscador .tipoPremio span {
    display: inline-block;
    width: 30%;
    margin-right: 5px;
    font-weight: 700;
}

.sec_reporte_premios .buscador .tipoPremio select {
    width: 60%;
    display: inline-block;
    text-align: right;
}

.sec_reporte_premios .buscador .cantMostrar {
    padding-right: 0;
    padding-left: 0;
}

.sec_reporte_premios .buscador .cantMostrar span {
    display: inline-block;
    width: 30%;
    margin-right: 5px;
    font-weight: 700;
}

.sec_reporte_premios .buscador .cantMostrar select {
    width: 60%;
    display: inline-block;
    text-align: right;
}

.sec_reporte_premios #imgsModal .modal-body {
    text-align: center;
    /* height: 60vh; */
}

.sec_reporte_premios #imgsModal .modal-body .img-galery {
    display: inline-block;
    margin: 0.3rem 0.3rem;
    padding: 0;
    background: #c3c3c3;
    overflow: hidden;
}

.sec_reporte_premios #imgsModal .modal-body .img-galery img {
    width: 150px;
    height: 150px;
    transform: scale(1.1);
    opacity: 1;
}

.sec_reporte_premios #imgsModal .modal-body .img-galery img:hover {
    opacity: 0.4;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.close_fixed {
    background: #fff;
    position: absolute;
    top: -18px;
    right: -18px;
    border: 3px solid red;
    border-radius: 25px;
    padding: 0.26rem 0.5rem;
    cursor: pointer;
}

.close_fixed i {
    font-size: 18px;
    color: red;
}

.fondo_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1051;
    visibility: hidden;
}

.fondo_fixed .img_fixed {
    background: #fff;
    position: absolute;
    width: 800px;
    height: 500px;
    top: calc(50% - 250px);
    left: calc(50% - 400px);
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.3s;
    padding: 1rem;
}

.fondo_fixed .img_fixed img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.fondo_fixed.active {
    visibility: visible;
}

.fondo_fixed.active > .img_fixed {
    opacity: 1;
    transform: scale(1);
}

.reporte-thead :hover {
    cursor: pointer;
}
