﻿
.reportControl {
    margin-top: 10px;
    height: 100%;
    Width: 100%;
    margin: 0px
}

.radioButton label {
        padding-right: 20px;
        padding-left: 5px;
}

.radioButton td:nth-child(2) label {
        padding-right: 5px;
        padding-left: 5px;
}

.label {
    min-width: 180px;
}

.inputctrl-sm {
    min-width: 100px !important;
    max-width: 150px;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.inputctrl-lg {
    max-width: 400px;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
