* {
    font-family: 'Source Sans Pro', 'Microsoft YaHei', sans-serif !important;
}
.alert > ul:last-child {
    margin-bottom: 0;
    padding-left: 15px;
}
.table thead th, table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}
td.details-control {
    background: url('../img/down.png') no-repeat center center;
    background-size: 26px;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/up.png') no-repeat center center;
    background-size: 26px;
}
.app-tick {
    width: 34px;
    display: block;
    margin: 0 auto;
}
#recaptcha-error {
    display: none;
    color: #dc3545;
}
#as-of, #as-of-companies {
    clear: both;
    margin-bottom: 1rem;
}
.container > h1 {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
    color: #1a5d7a;
    font-weight: bold;
}
.nav-tabs {
    margin-bottom: 2rem;
}
.nav-tabs .nav-link {
    padding: 0.7rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #1a5d7a;
    color: #1a5d7a;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #1a5d7a;
    border-color: #1a5d7a;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #1a5d7a;
}
header {
    background: #DDD;
    padding: 5px 0;
}
header > .container {
    overflow: auto;
}
.languages {
    text-align: right;
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 34px;
}
.languages a, .languages a:active, .languages a:focus, .languages a:hover {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    color: #000;
}
.languages a.current {
    text-decoration: underline;
}
body #fontSize0{font-size:12px;}
body #fontSize1{font-size:16px;}
body #fontSize2{font-size:20px;}
.access {
    position: absolute;
    left: -9999px;
}
.aaaTool {
    float: right;
    margin: 0;
    margin-right: 10px;
}
.aaaTool li {
    display: inline-block;
    margin-left: 5px;
}
.aaaTool li a {
    color: #000;
}
.aaaTool li a.is-active {
    color: rgb(229, 31, 46);
}
.grey-bg {
    background: #DDD;
    margin-bottom: 1rem;
}
.grey-bg > .container {
    overflow: auto;
}
main {
    padding-bottom: 3rem;
}
#search-container {
    display: none;
}
#search-companies-container {
    display: none;
}
.app-table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1.2rem;
    border: 1px solid #3277B3;
}
.app-table th[colspan="2"] {
    background: #3277B3;
    color: #FFF;
}
table.dataTable, table.dataTable th, table.dataTable td {
    text-align: left;
}
table.app-table th, table.app-table td {
    padding: 6px 12px;
    border-right: 1px solid #3277B3;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
    vertical-align: top !important;
}
#company-back, #company-back:hover, #company-back:active, #company-back:focus {
    color: #000;
    margin-bottom: 1.2rem;
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: none;
}
#company-back i {
    font-size: 1.4rem;
    margin-right: 5px;
    position: relative;
    top: 1px;
    font-family: "Font Awesome 5 Free" !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff !important;
    background-color: #338467 !important;
    border-color: #338467 !important;
}
#search-companies > thead > tr > th,
#search > thead > tr > th {
    min-width: 70px !important;
    text-align: center !important;
}
#search > thead > tr > th:nth-child(4) {
    width: 100px !important;
}
#search > thead > tr > th:nth-child(5) {
    width: 100px !important;
}
#search-companies > thead > tr > th:nth-child(3) {
    width: 100px !important;
}
#search-companies > thead > tr > th:nth-child(6) {
    width: 100px !important;
}
#search > tbody > tr > td {
    text-align: center !important;
}
#search-companies > tbody > tr > td {
    text-align: center !important;
}
.alert-success,
.alert-danger {
    max-height: 250px;
    overflow: auto;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 15px;
    margin-bottom: 15px;
}
table.dataTable {
    max-width: 1110px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 12px;
}
.app-table ul,
table.dataTable ul {
    margin: 0;
    padding-left: 20px;
}
@media (min-width: 768px) {
    .dataTables_wrapper .dataTables_paginate:first-child {
        margin-bottom: -50px;
    }
}