<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*#region BCM*/

.mydatagrid {
    width: 80%;
    border: 1px solid #ddd;
    min-width: 80%;
}

.grid_header {
    background-color: #107bbd;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: center;
    font-size: 12px;
}

.grid_rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
    color: #808080;
}

    .grid_rows:hover {
        background-color: #bdd5e4;
        color: #107bbd;
    }

.grid_Hidden_Column {
    display: none;
}

.AlternatingRowStyle {
    font-weight: normal;
    color: #808080;
    background-color: #EEEEEE;
}

.mydatagrid a /** FOR THE PAGING ICONS **/ {
    background-color: Transparent;
    padding: 3px 3px 3px 3px;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
        background-color: #bdd5e4;
        color: #fff;
    }

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #107bbd;
    color: #fff;
    padding: 5px 5px 5px 5px;
}

.grid_pager {
    background-color: #107bbd;
    font-family: Arial;
    color: White;
    height: 20px;
    text-align: left;
}

.mydatagrid td {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.mydatagrid th {
    padding: 2px;
}

.grid-rounded-corners {
    border: 1px solid #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: auto ;
}

/*#endregion*/

/*#region SEN*/

.SEN_mydatagrid {
    width: 80%;
    border: 1px solid #ddd;
    min-width: 80%;
}

.SEN_grid_header {
    background-color: #107bbd;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: center;
    font-size: 12px;
}

.SEN_grid_rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
    color: #808080;
    text-align: center;
}

    .SEN_grid_rows:hover {
        background-color: #bdd5e4;
        color: #107bbd;
    }

.SEN_grid_Hidden_Column {
    display: none;
}

.SEN_AlternatingRowStyle {
    font-weight: normal;
    color: #808080;
    background-color: #EEEEEE;
    text-align:center;
}

.SEN_mydatagrid a /** FOR THE PAGING ICONS **/ {
    background-color: Transparent;
    padding: 3px 3px 3px 3px;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
}

    .SEN_mydatagrid a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
        background-color: #bdd5e4;
        color: #fff;
    }

.SEN_mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #107bbd;
    color: #fff;
    padding: 5px 5px 5px 5px;
}

.SEN_grid_pager {
    background-color: #107bbd;
    font-family: Arial;
    color: White;
    height: 20px;
    text-align: left;
}

.SEN_mydatagrid td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.SEN_mydatagrid th {
    padding: 2px;
}

.SEN_grid-rounded-corners {
    border: 1px solid #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

/*#endregion*/
</pre></body></html>