﻿/*Используется с ExpandableRow для выравнивания съезжающего внутреннего контента*/
.inner-table {
    margin: 0 !important;
}

.colorable-row {
}

    .colorable-row.colorable-row-red {
        background-color: #FFF1F0 !important;
    }

        .colorable-row.colorable-row-red:hover > td {
            background-color: #ffeaea !important;
        }

    .colorable-row.colorable-row-green {
        background-color: #d9ffd3 !important;
    }

        .colorable-row.colorable-row-green:hover > td {
            background-color: #caffc0 !important;
        }

    .colorable-row.colorable-row-yellow {
        background-color: #f9ffb4 !important;
    }

        .colorable-row.colorable-row-yellow:hover > td {
            background-color: #f7ff9f !important;
        }

    .colorable-row.colorable-row-grey {
        background-color: #efefef !important;
    }
        .colorable-row.colorable-row-grey:hover > td {
            background-color: #e8e8e8 !important;
        }
