

/* Start:/local/components/oblcit/sites_check_list/templates/.default/style.css?17406605631224*/
.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;
}

.orgs_types_list {
    overflow-x: hidden;

    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    padding-left: 7px;
}

.orgs_types_list_item {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    color: #555;
    user-select: none;
}

.orgs_types_list_item:hover {
    background: #e1f2fd;
}

.selected_org_type {
    background: #489be2;
    color: white;
}

.districts_list {
    max-height: 550px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    padding-left: 7px;
}

.districts_list_item {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    color: #555;
    user-select: none;
}

.districts_list_item:hover {
    background: #e1f2fd;
}

.selected_district {
    background: #489be2;
    color: white;
}

.cd {
    cursor: default;
}

.filter_name {
    font-weight: bold;
    margin: 10px;
    margin-left: 0px;
}

.fz_check_table tr:hover td {
    background-color: #e1f2fd;
}
/* End */
/* /local/components/oblcit/sites_check_list/templates/.default/style.css?17406605631224 */
