.text-font {
    font-size: 10pt;
    font-family: Arial;
}

#dataHistory-header {
    background: lightgrey;
    width: 100vw;
    height: 5vh;
    line-height: 5vh;
    margin-bottom: 3vh;
}

    #dataHistory-header > label {
        font-size: 2em;
        font-weight: bold;
        margin: 0 2vw;
        font-family: Arial;
    }

div .fileName {
    cursor: pointer;
    text-decoration: underline;
}

div .sorter {
    cursor: pointer;
}

.arrow-down {
    border: 8px solid transparent;
    border-top-color: rgb(0, 0, 0);
    top: 15px;
    position: relative;
}

.arrow-up {
    border: 8px solid transparent;
    border-bottom-color: rgb(0, 0, 0);
    bottom: 10px;
    position: relative;
}

.ddl-period {
    font-size: 10pt;
    font-family: Arial;
    width: 200px;
    height: 32px;
    background: rgb(0, 79, 152);
    color: white;
    border-radius: 5px;
}

.error {
    color: red;
    text-align: left;
}

.historyTable {
    width: 100%;
    font-size: 10pt;
    font-family: Arial;
}

.historyTable thead th:nth-child(1) {
        width: 5%;
    }

.historyTable thead th:nth-child(2) {
    width: 70%;
}

.historyTable thead th:nth-child(3) {
    width: 15%;
}
.historyTable thead th:nth-child(4) {
    width: 10%;
}
.historyTable th, td {
    vertical-align: middle !important;
}
.ddl-rows {
    font-size: 10pt;
    font-family: Arial;
    width: 65px;
    height: 32px;
    background: rgb(0, 79, 152);
    color: white;
    border-radius: 5px;
    display: inline-block;
}

.pagination > li > a {
    background-color: white;
    color: rgb(0, 79, 152);
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: rgb(0, 79, 152);
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a {
    color: white;
    background-color: rgb(0, 79, 152);
    border: solid 1px rgb(0, 79, 152);
}

    .pagination > .active > a:hover {
        background-color: rgb(0, 79, 152);
        border: solid 1px rgb(0, 79, 152);
    }