﻿.report-filter-container {
    padding: 10px;
}

.report-result-container {
    padding: 10px;
}

.align-text-left {
    text-align: left;
}

.align-text-right {
    text-align: right;
}
.report-filter-label{
    float:left;
    width:25%;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 10px;
}

.report-filter-element{
    width:75%;
    float: right;
    margin-bottom: 10px;
}

.report-filter-element table {
    width: 100%;
}

.clear {
    clear: both;
}

.report-filter-date-from-container {
    width: 33%; 
    float: left;
}

.report-filter-date-to-label {
    float: left; 
    width: 33%; 
    text-align: right; 
    padding-right: 20px; 
    font-weight: bold;
}

.report-filter-date-to-container {
    float: left; 
    width: 34%;
}