#footer {
    line-height: normal;
}

.objectDropdownFilter {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 98%;
}

.objectDropDownList {
    max-height: 400px;
    overflow: auto;
    width: max-content;
}

#topNavITSArch .dropdown {
    position: static !important;
}

.andOrRadios input[type="radio"]:checked + label {
    background: #5EB245;
    color: black;
    border-color: black;
}

.my-table {
    border-collapse: collapse;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-right: 15px;
    width: 100%
}

    .my-table td, th {
        padding: 12px 15px;
        border: 1px solid black;
    }

    .my-table thead {
        background-color: #0071BD;
        color: #ffffff;
        text-align: left;
    }

    .my-table th {
        background-color: #0071BD;
        color: #ffffff;
        text-align: left;
        cursor: pointer;
    }

    .my-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

th {
    position: relative;
}

    th.asc:before,
    th.des:after {
        border: 4px solid transparent;
        content: "";
        display: block;
        height: 0;
        right: 5px;
        top: 50%;
        position: absolute;
        width: 0;
    }

    th.asc:before {
        border-bottom-color: white;
        margin-top: -5px;
    }

    th.des:after {
        border-top-color: white;
    }

.collapsed-col {
    display: none;
}
.resizer {
    position: absolute;
    top: 0;
    right: -5px;
    width: 10px;
    height: 100%;
    background: transparent;
    cursor: col-resize;
    user-select: none;
}

