@media (max-width: 1023px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button.current
    {
        padding-bottom: 9px !important;
        border-bottom: 2px solid #63AB3F !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 30px !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 10px !important;
        line-height: 25px !important;
    }

    .dataTables_wrapper .paginate_button, .dt-button {
        font-size: 22px !important;
    }

    table.dataTable th {
        font-size: 15px !important;
        padding: 8px 0px 0px 8px !important;
    }

    table#simpleDataTable td:last-child,
    table.dataTable th:last-child,
    table.dataTable th.last
    {
        padding-right: 8px !important;
    }

    table.dataTable td {
        font-size: 16px !important;
        padding: 7px 0px 7px 8px !important;
    }

    table.dataTable td p {
        font-size: 16px !important;
    }

    table.dataTable td.secondary-info-column {
        padding: 0 !important;
    }

    table.dataTable th:last-child,
    table.dataTable:not(.geo-lists-table) th.last
    {
        width: 30%;
    }

    table.dataTable .status-more-info .status-filter {
        display: none;
    }

    .tooltip-status  .tooltip-text i {
        margin-left: 16px !important;
    }

    .tooltip-status .tooltip-text {
        left: -146px !important;
        width: 260px !important;
        padding:10px !important;
        font-size: 16px !important;
    }

    table.dataTable .con-tooltip .tooltip {
        left: auto;
        right: 0;
    }

    .status-container {
        width: 25px !important;
        height: 25px !important;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable th {
        font-size: 15px !important;
        padding: 8px 0px 0px 5px !important;
    }

    table#simpleDataTable td:last-child,
    table.dataTable th:last-child,
    table.dataTable th:first-child
    {
        padding-left: 8px !important;
    }

    table.dataTable.geo-lists-table thead th p {
        font-size: 15px !important;
    }

    table.dataTable td:first-child {
        padding-left: 8px !important;
    }

    table.dataTable td {
        font-size: 16px !important;
        padding: 7px 0px 7px 5px !important;
    }

    table.dataTable td.secondary-info-column {
        padding: 0 !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 0px 5px !important;
    }

    table#simpleDataTable th:last-child {
        width: auto !important;
    }

    table.dataTable thead .sorting span.ttl::before,
    table.dataTable thead .sorting_asc span.ttl::before,
    table.dataTable thead .sorting_desc span.ttl::before {
        right: -20px !important;
    }

    table.dataTable thead .sorting span.ttl::before,
    table.dataTable thead .sorting span.ttl::after,
    table.dataTable thead .sorting_asc span.ttl::before,
    table.dataTable thead .sorting_asc span.ttl::after,
    table.dataTable thead .sorting_desc span.ttl::before,
    table.dataTable thead .sorting_desc span.ttl::after {
        font-size: 16px !important;
    }

    table.dataTable thead th > div:first-of-type {
        padding-right: 15px !important;
        padding-bottom: 8px !important;
    }

    .tooltip-status .tooltip-text {
        top: 36px !important;
    }
}

table.dataTable.no-footer {
    border: none;
}

table.dataTable .ttl {
    cursor: pointer;
}

table.dataTable th {
    outline: 0;
}

table.dataTable thead th p {
    font-size: 16px !important;
}

table.dataTable thead th {
    border-bottom: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 20px 0px 0px 20px;
    cursor: auto;
}

table.dataTable thead tr.common-heading th {
    border-bottom: none;
    padding: 0px !important;
}

table.dataTable thead th:last-child {
    padding-right: 20px;
}

table.dataTable.geo-lists-table thead th {
    padding: 10px 10px 0px 10px;
}

table.dataTable.geo-lists-table thead th:first-child {
    padding-left: 20px;
}

table.dataTable.geo-lists-table thead th:last-child {
    padding-right: 20px;
}

table#simpleDataTable th:last-child {
    width: 30%;
}

table.dataTable thead th > div:first-of-type {
    border-bottom: 1px solid rgba(52, 63, 75, 0.25);
    padding-bottom: 10px;
    padding-right: 20px;
}

table.dataTable.geo-lists-table thead th > div:first-of-type {
    border-bottom: 1px solid rgba(52, 63, 75, 0.25);
    padding-bottom: 10px;
    padding-right: 15px;
}

.buildings-table td,
.padded-table td
{
    padding: 16px 10px 16px 20px !important;
}

.geo-lists-table td
{
    padding: 10px !important;
}

.geo-lists-table td:first-child {
    padding-left: 20px !important;
}

.geo-lists-table td:last-child {
    padding-right: 20px !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background : none;
}

table.dataTable thead .sorting span.ttl,
table.dataTable thead .sorting_asc span.ttl,
table.dataTable thead .sorting_desc span.ttl {
    position: relative;
}

table.dataTable thead .sorting span.ttl::before,
table.dataTable thead .sorting_asc span.ttl::before,
table.dataTable thead .sorting_desc span.ttl::before {
    right: -25px;
}

table.dataTable thead .sorting span.ttl::before,
table.dataTable thead .sorting span.ttl::after,
table.dataTable thead .sorting_asc span.ttl::before,
table.dataTable thead .sorting_asc span.ttl::after,
table.dataTable thead .sorting_desc span.ttl::before,
table.dataTable thead .sorting_desc span.ttl::after {
    font-family: "Font Awesome 5 Duotone" !important;
    font-weight: 900;
    position: absolute !important;
    top: 40%;
    transform: translateY(-50%);
    width: 1.25em;
    text-align: center;
    font-size: 20px;
}

table.dataTable thead .sorting span.ttl::before {
    content: "\f0de" !important;
    color: #C8C8C8;
}

table.dataTable thead .sorting span.ttl::after,
table.dataTable thead .sorting_asc span.ttl::after {
    content: "\10f0de" !important;
    color: #C8C8C8;
    padding-top: 5px;
}

table.dataTable thead .sorting_asc span.ttl::before {
    content: "\f0de" !important;
}


table.dataTable thead .sorting_desc span.ttl::after {
    content: "\10f0dd" !important;
    color: #C8C8C8;
}

table.dataTable thead .sorting_desc span.ttl::before {
    content: "\f0dd" !important;
    padding-top: 5px;
}

table.dataTable tbody tr.even {
    background-color: rgba(200, 200, 200, 0.15);
}

.custom-filter input {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 200;
    font-size: 1.125rem;
}

.geo-lists-table td.no-padding-right {
    padding-right: 0!important;
}

.dataTables_wrapper .dataTables_length {
    float: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: left;
}

.dataTables_length select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background: url(/img/company/mobile-nav-down-arrow.png) no-repeat right -4px top 40%;
    background-size: 20px;
    outline-color: transparent;
    font-family: 'BebasNeue', sans-serif;;
    font-size: 22px;
}

@media (hover: hover) and (pointer: fine) {
    dt-button:hover {
        color: #343F4B !important;
    }
}

.dt-button.current {
    color: #343F4B !important;
}

.dt-buttons .dt-button {
    outline-color: transparent;
}

.status-more-info .more-info-text,
.status-more-info .tooltip-status,
.status-more-info span:last-child,
.status-more-info .status-filter
{
    display: table-cell;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dt-button {
    color: #C8C8C8 !important;
    font-family: 'BebasNeue', sans-serif;;
    font-size: 28px;
    padding: 3px;
    border-radius: 0;
    background: none !important;
    font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    line-height: 51px;
    margin: 0px 15px;
    min-width: auto;
    border: 0px;
}

#awardsTable_paginate a.current {
    border-bottom: 4px solid #63AB3F;
    color: #343F4B !important;
    padding-bottom: 11px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    border: 0px;
    color: #343F4B !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover
{
    color: #C8C8C8 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current
{
    border: 0px;
    border-bottom: 4px solid #63AB3F;
}

@media (hover: hover) and (pointer: fine) {
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
    {
        border: 0px;
        border-bottom: 4px solid #63AB3F;
    }
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    color: #C8C8C8 !important;
    padding: 0px;
}

.dataTables_filter {
    margin-top: 0px !important;
}

.dataTables_filter input {
    margin-left: 0 !important;
}

.tooltip-status {
    display:inline-block;
    position:relative;
    text-align:left;
}

.tooltip-status .tooltip-text {
    width: 305px;
    top: 38px;
    left: -138px;
    padding:10px 20px;
    color:#000000;
    font-size: 18px;
    line-height: 22px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
    visibility: hidden;
    opacity: .40;
    transition: all 0.3s ease-in-out;
}

.tooltip-status:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-status .tooltip-text i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-8px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip-status .tooltip-text i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    box-shadow:0 1px 8px transparent;
}

.status-filter-container {
    width: 300px;
    top: 32px;
    left: 8px;
}

.filter-element:not(.filtered) div:first-child {
    filter: grayscale(1) contrast(.5) brightness(.5) invert(100%);
    opacity: 0.5;
}

.filter-element:not(.filtered) div.status-OH,
.filter-element:not(.filtered) div.status-NC,
.filter-element:not(.filtered) div.status-VIS,
.filter-element:not(.filtered) div.status-CMPE,
.filter-element:not(.filtered) div.status-UND,
.filter-element:not(.filtered) div.status-PRO
{
    filter: grayscale(1) brightness(0.6);
    opacity: 0.2;
}

.status-filter-container .filtered {
    font-weight: 700;
}
