a.details-control {
    cursor: pointer;
}

.showDisapprovalModal > .modal-dialog {
    width: 80vw !important;
}

.showDisapprovalModal .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    padding: 0;
}

.showDisapprovalModal .box-body {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
}

.showOtherAnnotsModal > .modal-dialog {
    width: 40vw !important;
}

.showOtherAnnotsModal .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    padding: 0;
}

.showOtherAnnotsModal .box-body {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
}


.links-mnu {
    position: relative;
    display: flex;
}

.links-mnu-item > a {
    padding-right: 10px;
    position: relative;
}

.links-mnu > .links-mnu-item > a > .label {
    position: absolute;
    top: -7px;
    left: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.foodService {
}

.form-control {
    padding: 8px 6px;
    height: auto;
    min-height: 24px;
}

.form-group {
    margin-bottom: 8px;
}

.form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 2px;
}

.content-header {
    display: none;
}

.navbar {
    margin-bottom: 0;
}

.pagination {
    margin: 2px 0;
}

.text-wrap {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-heading {
    padding: 5px 15px;
}

@keyframes dot-keyframes {
    0% {
        opacity: .4;
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }

    100% {
        opacity: .4;
        transform: scale(1, 1);
    }
}

.loading-dots {
    text-align: center;
    width: 100%;
}

.loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #000;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

    .loading-dots--dot:nth-child(2) {
        animation-delay: 0.5s;
    }

    .loading-dots--dot:nth-child(3) {
        animation-delay: 1s;
    }


div#paBox.box { /* 100+1=101 priority score, yay! */
    box-shadow: 1px 1px 5px 1px #000000;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

div#paBoxHeader.box-header {
    padding: 4px;
}

button#paBoxTool.btn.btn-box-tool {
    min-width: 24px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.required-field-label:after {
    content: "*";
    font-weight: bold;
    color: #d40000;
    display: inline;
}

.select2 {
    width: 100% !important;
}

.select2-dropdownCssClass {
    max-width: 800px !important;
}

div[id^="review_icon_"] {
    cursor: pointer;
}


    div[id^="review_icon_"] .info-box {
        min-height: 70px;
        width: 62%;
        margin-bottom: 5px;
    }


    div[id^="review_icon_"] .info-box-icon {
        font-size: 35px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-bottom: 5px;
    }


.icon-background {
    color: #018501;
}

.icon-summary-position {
    float: right;
}

.info-box-shadow {
    box-shadow: 1px 1px 5px 1px #000000;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.3);
}

.disapproval-item {
    width: 90%;
    background-color: transparent;
    border: 0 solid;
    background: #dddddd;
    float: left;
    position: relative;
}

.add-disapproval {
    font-size: 1.1em;
}

.line-breaks {
    white-space: pre-wrap;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 3px;
}

.box-body {
    padding-top: 5px;
}

.box-header {
    padding-bottom: 5px;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-right {
    border-right: 1px solid #e5e5e5;
}

label.label-small {
    width: 30px;
}

label.label-medium {
    width: 75px;
}

input.error {
    background-color: #fce4e4;
    border: 1px solid #cc0033;
    outline: none;
}

.input-medium-container {
    width: 220px;
}

.btn-tiny {
    min-width: 24px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.task-type-selector {
    width: 100% !important;
    height: 200px !important;
}

tr[data-isEditable=True] td.reviewer:hover,
tr[data-isEditable=True] td.serviceType:hover,
tr[data-isEditable=True] td.destination:hover,
tr[data-isEditable=True] td.dueDateExtender:hover,
tr[data-isEditable=True] td.buildingLocation:hover {
    background: orange !important;
}

tr[data-isEditable=True] td.reviewer,
tr[data-isEditable=True] td.reviewer.inputIn,
tr[data-isEditable=True] td.serviceType,
tr[data-isEditable=True] td.serviceType.inputIn,
tr[data-isEditable=True] td.destination,
tr[data-isEditable=True] td.destination.inputIn,
tr[data-isEditable=True] td.dueDateExtender,
tr[data-isEditable=True] td.dueDateExtender.inpputIn,
tr[data-isEditable=True] td.buildingLocation,
tr[data-isEditable=True] td.buildingLocation.inputIn {
    background: inherit;
}

.onTileEditTextDiv {
    border: 1px solid #000080;
}

.reviewer-assigned {
    color: inherit
}

.reviewer-unassigned {
    color: #767676;
}

.fee-dropdown {
    min-height: 24px !important;
}

.import-menu {
    /*max-width: 600px;*/
    margin: 0 auto;
}

.import-btn-text {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.import-linkpointer {
    cursor: pointer;
}

    .import-linkpointer:disabled {
        background: #d6d6d6;
        color: #767676;
    }

        .import-linkpointer:disabled:hover {
            background: #d6d6d6;
            color: #767676;
        }

.list-group-item-text {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #757575 !important;
    margin-bottom: 0;
    line-height: 1.3;
}

p {
    margin: 0 0 10px;
}

/*place holder for dirty form check class*/
.checkForDirtyForm {
}

/* for search results */
.no-search-results-container {
    background-color: #1472ab !important;
    color: white;
    padding: 5px;
    margin: 15px;
    border-radius: 5px;
}

.no-search-result-text {
    margin-left: 3%;
}

.none-resize {
    resize: none;
}

.vertical-resize {
    resize: vertical;
}

.horizontal-resize {
    resize: horizontal;
}

.datepicker thead > tr > th, .datepicker tbody > tr > td {
    border: 0;
}

table.display-info label {
    display: inline;
    margin-bottom: 0;
    font-weight: inherit;
}

tr.warning {
    background-color: #fcf8e3;
}

tr.danger {
    background-color: #bc8f8f;
}

.mylink {
    /*placeholder*/
}

#planHistory_tabs.nav-tabs-custom > .tab-content {
    padding: 0;
}

#DetailsLayoutBody label {
    font-weight: 400;
}

.TaskDetailValues {
    font-weight: bold;
}

.header-text label {
    font-weight: 400;
}

.header-text-content {
    font-weight: bold;
}

/* DataTable*/
div.dataTables_length {
    border-right: 1px solid #ccc !important;
    padding-right: 10px;
    margin-right: 10px;
    min-height: 24px;
}

div.dataTables_info {
    white-space: normal !important;
    padding-top: 3px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #f4f4f4 !important;
}

th.searchable input {
    font-weight: 400 !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 {
    position: initial !important;
    display: inline !important;
    padding-left: 5px;
}

.dataTables_scrollBody table.dataTable thead .sorting:after,
.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
.dataTables_scrollBody table.dataTable thead .sorting_desc:after,
.dataTables_scrollBody table.dataTable thead .sorting_asc_disabled:after,
.dataTables_scrollBody table.dataTable thead .sorting_desc_disabled:after {
    display: none !important;
}*/
/* END DataTable */

.center-navbar {
    display: block;
    text-align: left;
    color: white;
    padding-top: 10px;
    /* adjust based on your layout */
    margin-left: 50px;
    margin-right: 300px;
}

#qcSearchContainer button {
    width: 65px;
    min-height: 24px;
}

#advanceSearchContent .form-group {
    padding-right: 5px;
}

.class-property::before {
    content: " . ";
}

.property-return {
    border-radius: 0;
}

.property-last {
    border-radius: 0;
    color: #d40000;
}

.property-final {
    border-radius: 0;
}

#path-container {
    padding: 5px;
}

#properties-container-parent {
    height: 300px;
    overflow-y: scroll;
    width: 60%;
    background-color: #fffef8;
    padding: 3px;
}

    #properties-container-parent ul {
        list-style-type: none;
    }

.property-option-available {
    border-radius: 0;
    text-align: left;
    border-color: #fffef8;
    color: #000;
    background-color: #ddf3dc;
    font-weight: normal;
    margin-left: -10px;
}

.property-option-selected {
    border-radius: 0;
    text-align: left;
    border-color: #fffef8;
    font-weight: normal;
    margin-left: -10px;
}

.col-9-pct {
    width: 9%;
}

.round-border {
    border: 1px solid #d8d7d7;
    border-radius: 5px;
}

.dark-form {
    background-color: #f2f2f2;
}


/*#search-grid .paginate_button {
    font-size: 18px;
    background: #fafafa;
    color: #666;
    border: 1px solid #ddd !important;
    padding: 6px 12px;
    margin-left: -1px;
    min-width: 2.5em;
    min-height: 2.4em;
}

#search-grid .paginate_button :hover {
    color: #000 !important;
}

#search-grid .current {
    color: #fff !important;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}*/

#my-queues .dataTables_wrapper .dataTables_processing {
    height: 100% !important;
    top: 0 !important;
    margin-top: -40px;
}

.pa-column-head {
    background-color: #F0F0F0;
    font-weight: 700;
    /*text-align: right;*/
    max-width: 100px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #23719e !important;
}

.isLinkDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

#my-queues .dataTables_wrapper .dataTables_processing {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(25%, rgba(255, 255, 255, 0.5)), color-stop(75%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
}

.nameAndTimeColumn {
    width: 150px;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    body {
        font-size: 10px;
    }

    span.badge {
        color: #000000 !important;
    }

    .nameAndTimeColumn {
        width: 90px;
    }
}

.combined-ban {
    position: absolute;
    top: -8px;
    left: -8px;
    font-size: 200%;
    color: #d40000;
}

div.user-filter > .btn {
    padding-bottom: 4px;
    padding-top: 4px;
    min-height: 24px;
}

div.user-filter-left-padding {
    padding-left: 5px;
}

div.index-user-filter > .btn,
div.user-filter > .btn {
    background-color: #fff;
    background-image: none;
    border-color: #d2d6de;
}

div.index-user-filter > button > div,
div.user-filter > button > div {
    margin-right: 5px;
}

div.condition-filter > .btn {
    padding-bottom: 4px;
    padding-top: 4px;
    min-height: 24px;
}

div.condition-filter-left-padding {
    padding-left: 5px;
}

div.index-condition-filter > .btn,
div.condition-filter > .btn {
    background-color: #fff;
    background-image: none;
    border-color: #d2d6de;
}

div.index-shell-filter > .btn,
div.shell-filter > .btn {
    background-color: #fff;
    background-image: none;
    border-color: #d2d6de;
}

div.index-condition-filter > button > div,
div.condition-filter > button > div {
    margin-right: 5px;
}

.dataTable-custom-td {
    padding: 3px !important;
}

.dataTable-custom-th {
    padding: 3px !important;
    border-bottom-color: rgb(244, 244, 244) !important;
}

.colorpicker.dropdown-menu {
    box-shadow: 5px -2px 12px #ccc;
    border-color: #657e94;
}

#centernavbarHeader {
    font-size: 20px;
}

.dateAndTimeInTwoLines {
    white-space: pre;
}

@media (min-width: 1390px) {
    #ds_link {
        display: block;
        font-size: 14px;
        margin-left: 20px;
        margin-top: 6px;
    }
}

@media (min-width: 10px) {
    #ds_link {
        display: none;
    }
}

@media (min-width: 992px) {
    .md-equal {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .md-equal div[class*='col-'] {
            flex: 1 1 auto;
            display: flex;
        }

        .md-equal .box {
            flex: 1 0 100%;
        } 
}


/* Lightweight popover override (ensure opaque background) */
.pop-lite {
    position: absolute;
    z-index: 1060;
    max-width: 276px;
    background: #fff !important;
    color: #212529;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.15);
    padding: .5rem .75rem !important;
    font-size: 1.5rem !important;
    line-height: 1.4;
}

    .pop-lite .pop-body {
        background: transparent;
    }

    .pop-lite .pop-arrow {
        position: absolute;
        width: 1rem;
        height: .5rem;
    }

        .pop-lite .pop-arrow:after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: #fff !important;
            transform: rotate(45deg);
            top: 0;
            left: 0;
            border: 1px solid rgba(0,0,0,.2);
            border-radius: 1px;
        }

    .pop-lite[data-placement^=top] .pop-arrow {
        bottom: -6px;
    }

    .pop-lite[data-placement^=bottom] .pop-arrow {
        top: -6px;
    }

    .pop-lite[data-placement^=left] .pop-arrow {
        right: -6px;
    }

    .pop-lite[data-placement^=right] .pop-arrow {
        left: -6px;
    }

    .pop-lite .pop-arrow, .pop-lite .pop-arrow:after {
        display: none !important;
    }

/* ==========================================================================
   ADA / WCAG 1.4.3 (AA) - Color Contrast Minimum: 4.5:1 normal, 3:1 large
   WCAG 1.4.11 (AA) - Non-text Contrast: 3:1
   SiteImprove Conformance Fix
   ========================================================================== */

/* --- Bootstrap button overrides (white text must be 4.5:1 on bg) --- */

/* btn-success: white on #5cb85c = 3.26:1 → white on #398439 = 4.62:1 */
.btn-success {
    background-color: #398439;
    border-color: #357a35;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-color: #357a35;
    border-color: #2d6e2d;
}

/* btn-danger: white on #d9534f = 3.86:1 → white on #c9302c = 5.34:1 */
.btn-danger {
    background-color: #c9302c;
    border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-color: #b92c28;
    border-color: #a02622;
}

/* btn-info: white on #5bc0de = 2.09:1 → white on #117a8b = 5.03:1 */
.btn-info {
    background-color: #117a8b;
    border-color: #0f6d7c;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-color: #0f6d7c;
    border-color: #0c5e6b;
}

/* --- Text utility overrides that fail 4.5:1 on white --- */

/* Bootstrap .text-muted: #777 = 4.48:1, borderline → #767676 = 4.55:1 */
.text-muted {
    color: #767676 !important;
}

/* AdminLTE .text-red: #dd4b39 = 4.09:1 → #c0392b = 5.40:1 */
.text-red {
    color: #c0392b !important;
}

/* AdminLTE .text-green: #00a65a = 3.18:1 → #008844 = 4.53:1 */
.text-green {
    color: #008844 !important;
}

/* AdminLTE .text-light-blue: #3c8dbc = 3.65:1 → #2d7da1 = 4.60:1 */
.text-light-blue {
    color: #2d7da1 !important;
}

/* --- Label/badge bg overrides (white text at 4.5:1) --- */
.label-success,
.bg-green {
    background-color: #398439 !important;
}

.label-danger,
.bg-red {
    background-color: #c9302c !important;
}

.label-info,
.bg-aqua {
    background-color: #117a8b !important;
}

.bg-light-blue {
    background-color: #2d7da1 !important;
}

/* --- End ADA AA Color Contrast Fixes --- */


/* ==========================================================================
   ADA / WCAG 2.5.8 (AA) - Minimum Target Size: 24x24px
   SiteImprove Conformance Fix
   ========================================================================== */

/* --- Global interactive element minimum sizes --- */

/* Buttons: ensure all buttons meet 24px minimum target size */
.btn {
    min-height: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Override Bootstrap .btn-xs to meet 24px minimum target */
.btn-xs,
.btn-group-xs > .btn {
    min-height: 24px;
    min-width: 24px;
    padding: 6px 10px;
}

/* Override Bootstrap .btn-sm to meet 24px minimum target */
.btn-sm,
.btn-group-sm > .btn {
    min-height: 24px;
    min-width: 24px;
}

/* AdminLTE box-tool buttons (collapse/expand/close) */
.btn-box-tool {
    min-width: 24px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Form inputs, selects, and textareas */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
select,
textarea {
    min-height: 24px;
}

/* Checkboxes and radio buttons - enlarge clickable area */
input[type="checkbox"],
input[type="radio"] {
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
}

/* Ensure label + checkbox/radio combinations meet target size via wrapper */
.checkbox label,
.radio label {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    gap: 6px;
}

/* Pagination links */
.pagination > li > a,
.pagination > li > span {
    min-width: 24px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

/* DataTables pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 24px;
    min-height: 24px;
    padding: 8px 12px !important;
}

/* DataTables length (show entries) select */
.dataTables_wrapper .dataTables_length select {
    min-height: 24px;
    padding: 6px 8px;
}

/* Modal close button */
.modal-header .close,
button.close {
    min-width: 24px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 24px;
}

/* Select2 dropdown trigger */
.select2-container .select2-selection--single {
    min-height: 24px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.select2-container .select2-selection--multiple {
    min-height: 24px !important;
}

/* Select2 dropdown result items */
.select2-results__option {
    min-height: 24px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
}

/* DevExtreme buttons */
.dx-button {
    min-width: 24px;
    min-height: 24px;
}

/* DevExtreme toolbar buttons */
.dx-toolbar .dx-button {
    min-width: 24px;
    min-height: 24px;
}

/* DevExtreme search panel input */
.dx-datagrid-search-panel .dx-texteditor-input,
.dx-treelist-search-panel .dx-texteditor-input {
    min-height: 24px;
}

/* DevExtreme pager navigation buttons */
.dx-pager .dx-page-sizes .dx-selection,
.dx-pager .dx-page-sizes .dx-page-size,
.dx-pager .dx-pages .dx-page,
.dx-pager .dx-pages .dx-navigate-button {
    min-width: 24px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* DevExtreme header filter icon - ensure sufficient click target */
.dx-header-filter {
    min-width: 24px;
    min-height: 24px;
}

/* DevExtreme filter row editors */
.dx-datagrid-filter-row .dx-editor-cell .dx-texteditor-input {
    min-height: 36px;
}

/* DevExtreme popup close button */
.dx-closebutton .dx-button {
    min-width: 24px;
    min-height: 24px;
}

/* Links styled as buttons (e.g. .btn.btn-block.btn-flat in navigation) */
a.btn {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Standalone clickable links in content areas - use padding to expand target */
.box-body a:not(.btn):not([class*="dx-"]),
.modal-body a:not(.btn):not([class*="dx-"]) {
    display: inline-block;
    min-height: 24px;
    line-height: 24px;
}

/* Navigation link items in sidebar and menus */
.nav > li > a {
    min-height: 24px;
    display: flex;
    align-items: center;
}

/* Navbar links */
.navbar-nav > li > a {
    min-height: 24px;
    display: flex;
    align-items: center;
}

/* Input group addons/buttons */
.input-group-btn > .btn,
.input-group-addon {
    min-width: 24px;
    min-height: 24px;
}

/* Dropdown menu items */
.dropdown-menu > li > a {
    min-height: 24px;
    display: flex;
    align-items: center;
    padding: 8px 20px;
}

/* Tab navigation links */
.nav-tabs > li > a {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
}

/* Breadcrumb links */
.breadcrumb > li > a {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
}

/* --- End ADA Target Size Fixes --- */


.skip-link {
    position: absolute;
    left: 8px;
    top: -40px;
    z-index: 2000;
    padding: 8px 12px;
    border-radius: 4px;
    background: #ffffff;
    color: #0b5cab;
    border: 2px solid #0b5cab;
}

.skip-link:focus {
    top: 8px;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus,
.btn:focus,
.form-control:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: 3px solid #0b5cab !important;
    outline-offset: 2px;
}
