﻿body {
    font-family: 'Open Sans', sans-serif;
}

.leaderboard-section .title {
    text-align: left;
    color: #015029;
    font-size: 48px;
    font-weight: 700;
    line-height: 65px;
    margin: 20px 0 30px;
}

.leaderboard-section .pagination a {
    border-radius: 0;
    border: 0;
    width: auto !important;
    padding: 0 0 12px !important;
    margin: 0 30px 0 0;
    color: #015029;
    font-size: 21px !important;
    line-height: 28px !important;
    font-weight: normal;
    background: transparent;
    position: relative;
    text-decoration: none;
}

.leaderboard-section .pagination a.active {
    color: #00A189;
    font-weight: 600;
}

.leaderboard-section .pagination a .border {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #00A189;
}

.bread-crumbs {
    padding: 20px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.bread-crumbs li {
    padding: 0 10px;
    margin: 0 10px;
    color: #000;
    position: relative;
    font-size: 16px;
}

.bread-crumbs li:after {
    top: 2px;
    right: -12px;
    content: ">";
    position: absolute;
}

.bread-crumbs li:last-child:after {
    display: none;
}

.bread-crumbs li a {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}

.bread-crumbs li a:hover {
    color: #000;
    text-decoration: none;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 20px 19px !important;
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    color: #252733;
}
table.dataTable thead th:nth-child(1),
table.dataTable tbody td:nth-child(1) {
    text-align: center;
}

.platinum,
.gold,
.silver,
.bronze {
    width: 110px;
    display: inline-block;
    text-align: center;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background: #fff;
}

.silver {
    color: #fff;
    font-weight: 700;
    background: #616161;
    border-radius: 30px;
    padding: 6px 23px;
    font-size: 11px;
    text-transform: uppercase;
}

.gold {
    color: #000;
    font-weight: 700;
    background: #CE9311;
    border-radius: 30px;
    padding: 6px 23px;
    font-size: 11px;
    text-transform: uppercase;
}

.bronze {
    color: #fff;
    font-weight: 700;
    background: #7A4A2E;
    padding: 6px 23px;
    font-size: 11px;
    border-radius: 30px;
    text-transform: uppercase;
}

.platinum {
    color: #000;
    font-weight: 700;
    background: linear-gradient(180deg, #D2D8DB 0%, #EBECE9 100%);
    padding: 6px 23px;
    font-size: 11px;
    border-radius: 30px;
    text-transform: uppercase;
}

.pass {
    visibility: hidden;
}

.pass:after {
    content: 'CERTIFIED';
    visibility: visible;
    color: #000;
    font-weight: 700;
    background: linear-gradient(180deg, #D2D8DB 0%, #EBECE9 100%);
    padding: 6px 23px;
    font-size: 11px;
    border-radius: 30px;
    text-transform: uppercase;
}

.fail {
    visibility: hidden;
}

.fail:after {
    content: 'NOT CERTIFIED';
    visibility: visible;
    color: #000;
    font-weight: 700;
    background: linear-gradient(180deg, #D2D8DB 0%, #EBECE9 100%);
    padding: 6px 23px;
    font-size: 11px;
    border-radius: 30px;
    text-transform: uppercase;
}
table.dataTable.nowrap th {
    border-bottom: 3px solid #00A189;
}

.dropdown-menu {
    left: -140px;
    padding: 0;
}

.dropdown-menu a {
    width: 100%;
    display: block;
    padding: 10px 20px;
}

.dropdown-menu a:hover {
    text-decoration: none;
    color: #00A189;
}

.dropdown.show a {
    color: #C5C7CD;
}

.dropdown.show .dropdown-menu a {
    color: inherit;
}

.dropdown.show a:hover {
    color: #00A0C6;
    text-decoration: none;
    cursor: pointer;
}

.pagination .drop-down-tab {
    display: none;
}

.paginate_button {
    background: #F7F7FA;
    border-radius: 8px !important;
    margin-right: 5px;
}

.paginate_button.current {
    background: #fff !important;
    border: 2px solid #A5AAB7 !important;
}

.dataTables_paginate.paging_numbers {
    text-align: right;
    margin: 20px 0;
}

.tabs {
    padding: 0 0 30px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    color: #fff;
    background: #015029 !important;
    border-color: #015029 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fff !important;
}

@media (max-width: 991px) {
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        border: 1px solid #015029 !important;
        width: 19px !important;
        height: 19px !important;
        color: #015029 !important;
        background: #F2F7ED !important;
        font-size: 18px;
        font-weight: 600;
        margin-left: 15px;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
        background: #F2F7ED !important;
    }
    .dropdown-menu {
        left: 0;
    }
    .dtr-details li {
        text-align: left;
    }
    .dtr-control.sorting_1 {
        padding-left: 40px !important;
    }
}

@media (max-width: 767px) {
    .bread-crumbs {
        flex-wrap: wrap;
    }

    .table-responsive {
        border: 0 !important;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #ddd !important;
    }

    #maincontent_divAdmin {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .fulllength {
        width: 100% !important;
        text-align: center !important;
    }

    .leaderboard-section .fulllength a {
        margin: 0 !important;
        display: block !important;
        width: 100% !important;
        padding: 8px 10px !important;
        border: 2px solid transparent;
        transition: border-width 0.6s linear;
        -webkit-transition: border-width 0.6s linear;
    }

    .leaderboard-section .fulllength a:hover,
    .leaderboard-section .fulllength a.active {
        border-color: #1D4944;
        border-width: 2px;
        color: #1D4944;
        font-weight: 600;
    }

    .leaderboard-section .pagination a .border {
        display: none !important;
    }

    .fulllength {
        display: block !important;
    }

    .pagination {
        margin: 0 0 -10px !important;
        position: relative;
    }
    .pagination .drop-down-tab {
        display: flex;
        margin: 0px;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .pagination.fulllength {
        background: #FFFFFF;
        border: 0;
        box-sizing: border-box;
        color: #015029;
        font-weight: 600;
        font-size: 12px;
        line-height: 16.34px;
        position: relative;
    }

    .dropdown-span-text {
        padding: 14px;
        border: 1px solid;
        width: 100%;
    }

    svg:not(:root).svg-inline--fa {
        position: absolute;
        right: 50%;
        margin: 0 -50px 0 0;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
    }

    .drop-holder {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        height: 0;
        background: #fff;
        overflow: hidden;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }

    .fulllength.open .drop-holder {
        height: 200px;
    }

    .leaderboard-section .pagination a {
        font-size: 12px !important;
        font-weight: 600;
    }

    .fulllength.open svg:not(:root).svg-inline--fa {
        transform: rotate(180deg);
    }
}