﻿.content .contentHeader h1 {
    background: url(../../images/magnifier_big.png) left bottom no-repeat;
    background-size: 50px auto;
}

.table .scrollContainerTable {
    max-height: 846px;
}

.table .tableRow.white .tableCell:first-child {
    border-left: 3px solid #fff;
}

.table .tableRow.red .tableCell:first-child {
    border-left: 3px solid #dc3200;
    min-height: 140px;
}

    .table .tableRow.red .tableCell:first-child span.bold {
        color: #dc3200;
    }

.table .tableRow.orange .tableCell:first-child {
    border-left: 3px solid #ed9710;
    min-height: 140px;
}

    .table .tableRow.orange .tableCell:first-child span.bold {
        color: #ed9710;
    }

.table .tableRow.blue .tableCell:first-child {
    border-left: 3px solid #009de0;
    min-height: 140px;
}

    .table .tableRow.blue .tableCell:first-child span.bold {
        color: #009de0;
    }

.table .tableRow.green .tableCell:first-child {
    border-left: 3px solid #9BC44F;
    min-height: 140px;
}

    .table .tableRow.green .tableCell:first-child span.bold {
        color: #9BC44F;
    }

.table .tableHeader .tableCell.small, .table .tableRow .tableCell.small {
    width: 8%;
}

.accordionContainer.search .accordion.search.withFloat {
    width: 505px;
    float: left;
    margin: 0;
}

    .accordionContainer.search .accordion.search.withFloat + .accordion {
        margin-left: 10px;
    }

.accordionContainer.search .accordion.fixHeight .accordionContent {
    height: 155px;
}

.accordionContainer.search .accordion.withFloat {
    width: 240px;
    float: left;
    margin-top: 0;
    margin-left: 10px;
}

.accordionContainer.search .accordion .searchRow + .searchRow {
    margin-top: 10px;
}

.accordionContainer + .accordionContainer {
    margin-top: 10px;
}

.accordionContainer .searchRow.placeHolder {
    height: 45px;
}

.table .tableHeader .tableCell.big.twoCells, .table .tableRow .tableCell.big.twoCells {
    width: 18% !important;
}

.accordionContent .tableCell input[type="checkbox"] {
    margin-top: 0px;
}
