/* Minification failed. Returning unminified contents.
(129,17): run-time error CSS1039: Token not allowed after unary operator: '-danger'
(133,17): run-time error CSS1039: Token not allowed after unary operator: '-success'
(250,17): run-time error CSS1039: Token not allowed after unary operator: '-success'
(420,17): run-time error CSS1039: Token not allowed after unary operator: '-text-medium-dark'
(462,17): run-time error CSS1039: Token not allowed after unary operator: '-utility-blue-drk'
(467,21): run-time error CSS1039: Token not allowed after unary operator: '-utility-blue-drk'
(557,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-dark'
(558,32): run-time error CSS1039: Token not allowed after unary operator: '-buckeye-blue-800'
 */
body {
}

legend {
    display: none;
}

.login-layout .widget-box {
    position: relative;
}


/* Ajax Loading Image */
.loadingDialog-container {
    display: none;
}

#loadingDialog {
    text-align: center;
    position: absolute;
}


.grey-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #DFDFDF;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    padding: 15px;
}








input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.nofilter.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0), color-stop(rgba(0, 0, 0, 0) 100%)) !important;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.nofilter.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0), color-stop(rgba(0, 0, 0, 0) 100%)) !important;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}




.dci-submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 5em;
    z-index: 2000;
    width: 18em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width'.
         This centers the block due to the 'left: 50%' property */
    margin-left: -9em;
    padding-top: 0.5em;
    padding-left: 1em;
    background-color: #9c2d3d;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}
/* Overriding styles for spinner */
.dci-submit-progress {
    padding-top: 1.3em;
    width: 18em;
    margin-left: -9em;
}

.noEvents {
    pointer-events: none;
}

.noPointerAllowed {
    cursor: not-allowed !important;
}

.dci-submit-progress i {
    margin-right: 0.5em;
}

.hierarcymodal-dialog {
    width: 1000px;
    margin: 30px auto;
}

.hierarcymodalmodal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.hierarcymodalmodal-sm {
    width: 600px;
}

.maxReached {
    color: var(--danger);
}

.charactersRemaining {
    color: var(--success);
}

label input:disabled + span {
    color: #ccc;
    cursor: not-allowed;
}

.control-label-top {
    padding-bottom: 10px;
}

div.list-unstyled {
    margin-bottom: 0px;
}

.list-unstyled ul {
    list-style-type: none !important;
    margin-left: 10px;
}

.nowrap {
    white-space: nowrap;
}



/* Dropdown Button */
.mySearchableDropdownBtn {
    border: none;
    cursor: pointer;
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    width: 100%;
}

    /* Dropdown button on hover & focus */
    .mySearchableDropdownBtn:hover, .mySearchableDropdownBtn:focus {
    }


/* The search field */
#mySearchableDropdown {
    width: 100%;
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #efefef;
}

    /* The search field when it gets focus/clicked on */
    #mySearchableDropdown:focus {
        outline: 3px solid #efefef;
    }

/* The container <div> - needed to position the dropdown content */
.mySearchableDropdownContainer {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.mySearchableDropdownContainer-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}

    /* Links inside the dropdown */
    .mySearchableDropdownContainer-content a {
        color: #858585;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .mySearchableDropdownContainer-content a:hover {
            background-color: #626262;
            color: white;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

table.dashboard-table {
    border: 1px solid #ccc;
    font-weight: bold;
}

    table.dashboard-table thead tr th {
        font-weight: bold;
        background-color: white;
        border: 1px solid #ddd;
        vertical-align: middle;
        padding: 8px;
        color: black;
    }

    table.dashboard-table tbody tr td {
        font-weight: normal;
        padding: 8px;
        vertical-align: middle;
    }



.checkmark {
    color: var(--success); /* Bootstrap green or use #008000 for standard green */
    font-size: 1.2em;
    vertical-align: middle;
}

.validation-message {
    white-space: nowrap;
    display: block;
}

.btn-impersonate:focus,
.btn-resendemail:focus {
    outline: 0.135rem solid #ffa34d;
    outline-offset: 0.135rem;
    box-shadow: 0 0 0 0.1875rem rgba(0, 90, 156, 0.4);
}

.btn-impersonate:hover,
.btn-resendemail:hover {
    background-color: #e8e8e8;
}

.custom-confirm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-confirm-box {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

    .custom-confirm-box button {
        margin: 5px;
    }


.thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
}

.thumbnail-description {
    min-height: 40px;
}

.thumbnail:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,1);
}

.phi {
    position: absolute;
    right: 0;
    top: 0;
}

.tile-link {
    display: block;
    border: 1px solid #ccc;
    width: 300px;
    height: 80px;
    line-height: 80px;
    font-size: larger;
    box-shadow: 3px 3px #999;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
}

.popup {
    display: none;
    position: fixed;
    background-color: goldenrod;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-width: 90%; /* Ensure the popup is not wider than the screen */
    word-wrap: break-word; /* Ensure text wraps when there is overflow */
}

.grow {
    margin: 0px 0% 0px 0%;
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Prevent text from wrapping */
    max-width: 150px; /* Ensure the element has a fixed width */
}

    .grow:hover {
        cursor: pointer;
    }

table.dashboard-table tr td {
    line-height: 1.2em; /* Set the line height to 1.2em */
}

pre {
    background-color: white;
    border: none;
    word-wrap: normal;
    word-break: normal;
    padding: unset;
}

table.announcements {
    margin: auto;
    width: 80%;
    border-top: 1px solid black;
}

    table.announcements tr td {
        border-bottom: 1px solid black;
        margin: 20px 0px 20px 0px;
        padding: 20px 0px 20px 0px;
    }

table.announcement tr td {
    border: none;
    padding: 2px 2px 2px 2px;
}

.thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
}

.thumbnail-description {
    min-height: 40px;
}

.thumbnail:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,1);
}

.phi {
    position: absolute;
    right: 0;
    top: 0;
}

.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-left: none !important;
    border-right: none !important;
}

.form-group
{
    padding-bottom:5px;
}

caption {
    color: var(--text-medium-dark);
}
@media (max-width: 1034px) and (min-width:769px) {

    .page-content .page-header {
        padding-top: 40px !important;
    }

    .page-header h1 {
        margin-left: 0px;
    }
}
.page-content .page-header {
    padding-top: 0px;
}
/* ADA Reflow – prevent horizontal scrollbar at all zoom levels   */

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.tile-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    width: 300px;
    min-height: 80px;
    height: auto;
    font-size: larger;
    box-shadow: 3px 3px #999;
    border-radius: 5px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    padding: 10px 8px;
    color: var(--utility-blue-drk) !important;
    text-decoration: underline !important;
}

 .tile-link:visited {
        color: var(--utility-blue-drk) !important;
        text-decoration: underline !important;
 }
#filterActive.filter-select {
    max-width: 160px !important;
    width: 160px !important;
}
@media only screen and (max-width: 768px) {

    .profile-info-name {
        position: static !important;
        width: auto !important;
        display: block;
        text-align: left;
        padding: 0 0 4px 0;
    }

    .profile-info-value {
        margin-left: 0 !important;
        display: block;
        width: 100%;
    }

    .page-content .page-header {
        padding-top: 75px !important;
    }

    .page-header h1 {
        margin-left: 0;
        margin-top: 35px;
    }

}

@media (max-width: 960px) {
    .form-horizontal .control-label,
    .form-horizontal .col-sm-5,
    .form-horizontal .col-sm-3,
    .form-horizontal .col-sm-7 {
        float: none !important;
        width: 100% !important;
        text-align: left !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .form-horizontal .col-sm-6 {
        float: none !important;
        width: 100% !important;
    }

}

/* Announcements modal – scrollable at high zoom levels */
#announcementsModal .modal-dialog {
    max-width: 95vw;
    margin: 10px auto;
}

#announcementsModal .modal-body {
    max-height: 70vh;
    overflow-x: auto;
    overflow-y: auto;
}
@media (max-width: 480px) {
   .ace-nav .user-info {
       position: absolute !important;
       top: 8px !important;      
       margin: 0 !important;
       width: 200px !important;
       max-width: 200px !important;
       height: auto !important;
       color: #fff !important;       
       line-height: 1.2 !important;
       text-align: right !important;
       border-bottom:none !important;
   }  
}
.background-blue {
    position: relative;
}
 
/*[class*="alert-"]::before {
    position: absolute;
    right: 10px;
    top: 0;
}*/

.related-links {
    margin-top: 32px;
    background: var(--primary-dark);
    border-top: 4px solid var(--buckeye-blue-800);
    padding: 20px 16px;
}

.related-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
}

    .related-links-list li {
        margin: 0;
        padding: 0;
    }

    .related-links-list a {
        color: #f3f4f6;
        font-weight: 600;
        text-decoration: none;
        padding: 6px 0;
        border-bottom: 2px solid transparent;
        transition: color 0.2s ease, border-color 0.2s ease;
    }

        .related-links-list a:hover,
        .related-links-list a:focus {
            color: #ffffff;
            border-bottom-color: #93c5fd;
            text-decoration: none;
        }

        .related-links-list a:focus-visible {
            outline: 2px solid #93c5fd;
            outline-offset: 2px;
            border-radius: 2px;
        }

.skip-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 1000;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    font-size: 12pt;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 4px;
}

    .skip-link:focus {
        position: fixed;
        top: 110px;
        left: 10px;
        width: auto;
        height: auto;
        overflow: visible;
        color: #fff;
        text-decoration: underline;
    }

.popover-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7; /* Bootstrap header grey */
    padding: 8px 12px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 8px;
}

.popover-close {
    color: #4D6883;
    font-size: 14px;
    cursor: pointer;
}


.lookup-label label {
    display: inline;
    margin-bottom: 0;
}

.lookup-label a {
   display: inline-block;
   margin-left: 4px;
   vertical-align: middle;
   white-space: nowrap;
}
.tableau-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

    .tableau-scroll-container tableau-viz {
        display: inline-block;
        width: max-content;
        min-width: 1400px;
    }

body {
}

.checkBoxToggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.checkBoxToggle.small-slider {
    width: 37px;
    height: 23px;
}
.checkBoxToggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #20c325;
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.small-slider.slider.round:before {
    height: 14px;
    width: 14px;
}
input[type="checkbox"]:checked + input[type="hidden"] + .small-slider.slider:before,
input[type="checkbox"]:checked + .small-slider.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
