a.paginationLink {
    cursor: pointer;
}

#searchResultContainer {
    display: none;
}

#dataSelectContainer {
    display: none;
}

#dataButtonsRow {
    margin: 10px auto 50px;
}

.select2-container--default .select2-selection--multiple {
    border-color: #0f5d2c !important;
}

.select2-container--default .select2-selection--multiple:focus {
    outline: #750202 solid 4px !important;
}

.form-control:focus {
    outline: #750202 solid 4px !important;

}

.archives-table thead tr th {
    border-color: #0f5d2c !important;
}

table thead tr th {
    border-color: #0f5d2c !important;
}

.check {
    -webkit-appearance: none; /*hides the default checkbox*/
    height: 22px;
    width: 22px;
    transition: 0.10s;
    background-color: white;
    text-align: center;
    font-weight: 600;
    border-radius: 20px;
    color: white;
    outline: 0;
    border-color: #0f5d2c;
    border-style: solid;
    border-width: 2px;
}

.check:checked {
    background-color: #0f5d2c;
    outline: 0;
}

.check:before {
    content: "✔";
}

.check:checked:before {
    content: "✔";
}

.check:hover {
    cursor: pointer;
    opacity: 0.8;
    outline: 0;
}

.check:focus {
    outline: 0 !important;
    border-color: #2b79df !important;
    border-style: solid;
    border-width: 2px;
}

.button {
    padding: 10px 0;
    margin-right: 5px;
    float: left;
}

.button-right {
    padding: 10px 0;
    float: right;
    margin-right: 20px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    font-weight: bold;
    color: #0f5d2c !important;
    background: white !important;
}

.pagination > li > a, .pagination > li > span {
    color: #74b412;
}

#searchResultTable th.clickable {
    cursor: pointer;
}

.dataSelectLabel {
    width: 40%;
}

.dataInputGroup {
    width: 100%;
    margin-bottom: 15px;
}

input[type="radio"] + label {
    padding: 5px 15px 5px 5px;
    font-size: 14px;
    font-weight: 400;
}

table.scrolled {
    width: 100%;
}

table.scrolled thead, table.scrolled tbody, table.scrolled tr, table.scrolled td, table.scrolled th {
    display: block;
}

table.scrolled tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.scrolled thead th {
    height: 30px;
}

table.scrolled tbody {
    height: 175px;
    overflow-y: auto;
}

table.scrolled tbody td, table.scrolled thead th {
    width: calc(33% - 34px);
    float: left;
}