.general_table > thead + tbody:last-of-type > tr:nth-child(even),
.general_table > thead + tfoot + tbody:last-of-type > tr:nth-child(even),
.general_table > tbody:nth-of-type(4n),
.general_table > tbody:nth-of-type(4n-1) {
    background-color: #eff2f5;
}

.general_table > thead + tbody:last-of-type > tr:nth-child(odd),
.general_table > thead + tfoot + tbody:last-of-type > tr:nth-child(odd),
.general_table > tbody:nth-of-type(4n-2),
.general_table > tbody:nth-of-type(4n-3) {
    background-color: #fff;
}

.general_table.commands > thead > tr > th:last-of-type,
.general_table.commands > tbody:not(.details) > tr > td:last-of-type {
    text-align: right;
}

.general_table.selects > thead > tr > th:first-of-type,
.general_table.selects > tfoot > tr > th:first-of-type,
.general_table.selects > tbody > tr > td:first-of-type,
.table_list_toolbar_anchor,
.table_list_toolbar_anchor_up {
    width: 32px;
}

.ivr_form_table {
    width: 100%;
    background-color: #dfe3ff;
    margin: auto auto;
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0px 0px;
}

.ivr_form_table .header
{
    background-color: #d6d6d6;
    text-align: center;
}

/* th */
.ivr_form_table tr > *:nth-child(2n-1)
{
    width: 19%;
}

/* td */
.ivr_form_table tr > *:nth-child(2n-0)
{
    width: 31%;
}

.ivr_form_table td
{
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    overflow-x: hidden;
    overflow-y: visible;
    text-align: left;
}

.ivr_form_table th
{
    text-align: left;
    font-weight: bold;
}

.ivr_form_table *
{
    vertical-align: middle;
    font-size: small;
}

.ivr_form_table td input,
.ivr_form_table td select
{
    text-align: center;
}

.ivr_form_table input:not(.combobox_text):not(.image_button):not(.icon):not([type="image"]):not([type="checkbox"]):not([type="radio"]):not([class="sfButton"]):not([type="file"])
{
    width: 95%;
}

.ivr_form_table .combobox_wrapper
{
    width: 99%;
}

.ivr_form_table input[type=checkbox]
{
    width: 13px;
    float:left;
    margin-right:20px;
}

.odd_even_rows tr:nth-of-type(2n - 0) {
    background-color: #eff2f5;
}

.odd_even_rows tr:nth-of-type(2n - 1) {
    background-color: #fff;
}
