﻿.pager-report {
    display: inline-block;
    text-align: left;
}

    .pager-report strong {
        display: inline-block;
        padding: 6px 15px;
    }

.report-date {
    display: inline-block;
}

.report-date-item {
    display: inline-block;
    margin: 0 5px 0 0;
}

.report-date-label {
    display: inline-block;
    margin: 0 10px 0 30px;
}

th a.sort:hover {
    text-decoration: none;
}

th a.sort:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

th a.sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    position: relative;
    top: 13px;
    right: -5px;
}

th a.sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}
