/* Judge account style */
.content-wrapper {
    margin-top: 40px;
}
.table-caption {
    background-color: #FFEFC3;
    border-radius: 10px;
    color: #3D3D3D;
    display: flex;
    margin: 40px auto;
    padding: 20px;
    position: relative;
}
.table-caption .fa {
    color: #F9B924;
}
.table-caption-lead {
    font-size: 18px;
    font-weight: 500;
}
.table-caption .caution strong {
    font-weight: bold;
}
.table-caption-icon {
    margin-right: 10px;
}
.table-caption .close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}
.table-caption .close,
.table-caption .close .fa,
.table-caption .close:hover .fa,
.table-caption .close:focus .fa {
    background-color: transparent;
    color: #464646;
}
ul.nav-tabs.nav {
    border-bottom: 1px solid #EDEEF0;
}
.nav>li>a,
.nav-tabs>li>a {
    color: #464646;
    font-size: 20px;
}
.nav-tabs>li.active>a,
.nav>li>a:hover,
.nav>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #2CB1B7;
}
.nav-tabs>li {
    padding: 10px 15px 0;
}
ul.nav.nav-tabs>li:first-child {
    padding-left: 0;
}
@media all and (max-width: 767px) {
    ul.nav.nav-tabs>li {
        padding-left: 0;
        padding-right: 0;
    }
    .table-responsive {
        border: none;
    }
}
.nav-tabs>li>a {
    padding: 0 0 15px;
    position: relative;
}
.nav-tabs>li>a:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    height: 5px;
    width: 100%;
    border-radius: 3px;
    background-color: transparent;
}
.nav-tabs>li:not(.active)>a:after {
    background-color: transparent;
}
.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:hover:after,
.nav-tabs>li.active>a:focus:after {
    background-color: #2CB1B7;
}
.tab-content {
    margin-top: 30px;
}
/* DataTables style */
.sticky-navigation.navbar-inverse {
    background-color: #fff;
    border: none;
}
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting,
.table>tbody>tr>td:not(:first-child),
.table>tbody>tr>th:not(:first-child) {
    text-align: center;
}
.untap-table thead tr th {
    background-color: #FAFAFA;
    color: #8D8D8D;
    font-weight: normal;
}
.table.round-table>thead>tr>th,
.table.round-table>tbody>tr>td,
.table.untap-table>thead>tr>th,
.table.untap-table>tbody>tr>td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.untap-table,
.table.untap-table>thead>tr>th,
.table.untap-table>tbody>tr>td {
    border-color: #EDEEF0;
}
.table.untap-table>tbody>tr>td {
    font-size: 16px;
}
.table:not(.round-table)>tbody>tr>td:first-child,
.table:not(.round-table)>tbody>tr>th:first-child {
    padding-left: 60px;
}
.untap-table>tbody>tr>td>a,
.untap-table>tbody>tr>td>a:hover,
.untap-table>tbody>tr>td>a:focus {
    color: #067199;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-bottom: 15px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #2CB1B7;
    border-color: #2CB1B7;
}
.pagination>li>a,
.pagination>li>span {
    outline: none !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    top: 50%;
    transform: translateY(-50%);
}
/* Round table style */
.round-table {
    border: 1px solid #46464633;
}
.round-table>thead>tr>th {
    font-size: 16px;
}
.round-table>tbody>tr>td {
    font-size: 18px;
}
.round-table>thead>tr>th,
.round-table>tbody>tr>td {
    background-color: #FAFAFA;
    border-color: transparent;
    font-weight: normal;
    text-align: left;
}
.round-table>thead>tr>th:first-child,
.round-table>tbody>tr>td:first-child {
    border-left-color: #46464633;
}
.round-table>thead>tr>th:last-child,
.round-table>tbody>tr>td:last-child {
    border-right-color: #46464633;
}
.round-table>tbody>tr:last-child>td {
    border-bottom-color: #46464633;
}
.round-table>thead>tr>th {
    color: #8D8D8D;
}
.round-table>tbody>tr>td {
    color: #3D3D3D;
}
/* Settings section style */
.user-settings {
    margin-top: 20px;
}
.user-settings a.btn.btn-primary {
    background-color: #2CB1B7;
    border-color: #2CB1B7;
    border-radius: 2px;
}
.user-settings a.btn.btn-primary:last-child {
    margin-left: 10px;
}

.round-details {
    background-color: #2CB1B707;
    border-radius: 15px;
    padding: 24px;
}

.round-details + .round-details {
    margin-top: 5rem;
}

.table.round-table tbody tr:nth-child(odd) > td {
    background-color: #fff;
}

.scroll-to-title {
    position: relative;
    z-index: 999;
}

.current-rounds-nav h4 {
    padding: 0 15px;
}

.current-rounds-nav {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: none;
    padding-bottom: 15px;
    padding-top: 15px;
    position: fixed;
    right: 15px;
    z-index: 1009;
}

.current-rounds-nav.collapsed .nav-content,
.current-rounds-nav .fa-bars{
    display: none;
}

.current-rounds-nav .close {
    position: absolute;
    right: 5px;
    top: 5px;
}


@media (max-width: 767px) {
    .current-rounds-nav {
        display: none !important;
    }
}

.current-rounds-nav .nav-item.active .nav-link {
    color: #2CB1B7;
}

.current-rounds-nav .nav-link {
    font-size: 14px;
}