

/* Start:/local/components/oblcit/fz_check_list/templates/.default/style.css?1740660563690*/
.btn_regions {
    padding: 3px 10px;
}

.fz_check_results {
   padding: 10px;
}

.fz_check_table {
    font-size: 1.3rem;
}

.fz_check_table tr:nth-child(2n) {
    background: #f0f0f0; /* Цвет фона */
}

.fz_check_table td {
    padding: 5px;
    text-align: center;
}

.zeroes_head {
    display: none;
    position: fixed;
    top: 10px;
    background: white;
    z-index: 1080;
    padding: 5px 20px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.check_result tr:hover > td { /* zeroes */
    background: #e1f2fd !important;
}
/* End */
/* /local/components/oblcit/fz_check_list/templates/.default/style.css?1740660563690 */
