﻿.ttCurrentMonthCol {
    float: left;
    min-width: 50px;
    width: 7%;
    padding-top: 5px;
}

.ttYearAgoCol {
    float: left;
    min-width: 50px;
    width: 7%;
    padding-top: 5px;
}

.ttMonthChangeCol {
    float: left;
    min-width: 50px;
    width: 7%;
    padding-top: 5px;
}

.ttFullYearCol {
    float: left;
    min-width: 50px;
    width: 7%;
    padding-top: 5px;
}

.ttFullLastYearCol {
    float: left;
    min-width: 50px;
    width: 7%;
    padding-top: 5px;
}

.ttFullYearChangeCol {
    float: left;
    min-width: 50px;
    width: 7%;
    padding-top: 5px;
}

.orderedTestsActionBar {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 20px;
    position: initial;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    height: 49px;
}

.printReportButton {
    padding-right: 9px !important;
    padding-left: 9px !important;
    position: relative;
    margin-right: 10px;
}

.reportDateDropdown {
    margin: 0 5px;
}

.ttFixHeaderRow {
    width: 100%;
    background-color: #fff;
    z-index: 2;
    min-width: 1200px;
}

.ttFilterGuide {
    min-width: 977px;
    z-index: 1;
    padding: 0px 28px 4px 28px !important;
    position: initial;
    z-index: 1;
    background-color: #fff;
}

.color-red {
    color:red;
}

.color-green {
    color: green;
}

.ttDataRow{
    height: 40px;
    margin-top: 5px;
}
