body #content > h2 * {
    vertical-align: middle;
    display: inline-block;
}

.actions .timeSelection .inputTimePeriod {
    padding-right: 0;
    border: solid 1px #ddd;
    background: #FFF !important;
}

.inputTimePeriod label, .inputTimePeriod div {
    padding-left: 10px;
    display: inline-block;
}

.selectionPeriod select {
    margin-top: 3px;
    width: 150px;
}

.inputTimePeriod div:not(.btn-group) > label {
    color: #57889c;
}

.selectionPeriod .btn-group .btn {
    border: solid 1px #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .selectionPeriod .btn-group .btn.active {
        background: #1f496d;
    }

.ui-datepicker-trigger {
    padding: 0;
    padding-bottom: 3px;
}

.inputTimePeriod label:not(.btn) {
    font-weight: 600;
}

#getAllSelector {
    margin-bottom: -4px;
    margin-right: 2px;
}

.export {
    margin: 0 5px 10px 10px;
    cursor: pointer;
}

.totalfileCounts {
    text-align: right;
}

    .totalfileCounts span {
        margin-right: 5px;
    }

#xposResults {
    display: none;
}

#xposUsageDetails {
    width: 100% !important;
}

#vRinexResults .siteCodes > *:first-child {
    font-weight: bold;
}

.rinexCharts {
    padding-top: 30px;
}

.pieChartButton {
    padding-top: 15px;
}

.clientApplication {
    width: 16px;
    height: 16px;
    margin-left: 17px;
}
.clientApplication.client_app_sbc {
    background: url(../../../css/Images/Icons16/app_sbc.png) no-repeat center center;
}
.clientApplication.client_app_infinity {
    background: url(../../../css/Images/Icons16/app_infinity.png) no-repeat center center;
}
.clientApplication.client_app_zenomobile {
    background: url(../../../css/Images/Icons16/app_zenomobile.png) no-repeat center center;
}
