#price-fixed .price-table,
#price-fixed .route-table,
#price-fixed .period-table,
#price-fixed .route-group-table {
    margin-bottom: 20px;
}
#price-fixed .route-group-table .table-body-wrapper {
    max-height: 300px;
}
#price-fixed .main-table-wrapper .table-body-wrapper table.table-body tr:nth-child(even) {
    background-color: #e1ecfb;
}
#price-fixed .main-table-wrapper .table-body-wrapper table.table-body tr.active {
    background-color: #fdc587;
}
#price-fixed .main-table-wrapper .table-body-wrapper table.table-body tr.edit-mode {
    background-color: #fdc587;
}
#price-fixed .main-table-wrapper .table-body-wrapper table.table-body .grey {
    color: #aaa;
}
#price-fixed .main-table-wrapper .table-body-wrapper table.table-body .red {
    color: red;
}
#price-fixed .main-table-wrapper .table-body-wrapper table.table-body .black {
    color: #000;
}
#price-fixed .main-table-wrapper .table-body-wrapper table.table-body .bold {
    font-weight: bold;
}

#price-fixed .main-table-wrapper.route-group-table table td:nth-child(1) {
    width: 60%;
}
#price-fixed .main-table-wrapper.route-group-table .route-price {
    font-weight: bold;
}

#price-fixed .price-table .table-body-wrapper {
    max-height: 800px;
}

#price-fixed .main-table-wrapper.price-table table.table-header td:nth-child(1),
#price-fixed .main-table-wrapper.price-table .table-body-wrapper table td:nth-child(1) {
    width: 80%;
}
#price-fixed .main-table-wrapper.price-table table.table-header td:nth-child(2),
#price-fixed .main-table-wrapper.price-table .table-body-wrapper table td:nth-child(2) {
    text-align: center;
}

#price-fixed .main-table-wrapper.price-table table.table-body tr td {
    padding: 5px;
    text-align: center;
}
#price-fixed .main-table-wrapper.price-table table.table-body tr:first-child th,
#price-fixed .main-table-wrapper.price-table table.table-body tr td:first-child {
    background-color: #a1b9ce;
    color: #fff;
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    position: sticky;
    padding: 5px;
}
#price-fixed .main-table-wrapper.price-table table.table-body tr:first-child th {
    top: 0;
    z-index: 2;
}
#price-fixed .main-table-wrapper.price-table table.table-body tr td:first-child {
    left: 0;
    z-index: 1;
}

#price-fixed .table-body-wrapper table.table-body tr td .value-field {
    padding: 2px 6px;
    height: 24px;
    line-height: 20px;
    display: inline-block;
    width: 50px;
}

#price-fixed .main-table-wrapper.period-table table.table-header td:nth-child(1),
#price-fixed .main-table-wrapper.period-table .table-body-wrapper table td:nth-child(1) {
    width: 80%;
}
#price-fixed .main-table-wrapper.period-table table.table-header td:nth-child(2),
#price-fixed .main-table-wrapper.period-table .table-body-wrapper table td:nth-child(2) {
    text-align: center;
}

#price-fixed .create_new_add_price_table {
    display: none;
}
