﻿.icons {
    height: 25px;
    width: 30px;
    padding-right: 5px;
}

/* form style*/
.hidden {
    display: none;
}

.visible {
    display: inline;
}

.formstyleleft {
    float: left;
    padding: 10px;
}

.formstyleright {
    float: right;
    padding: 10px;
}

.formcontent {
    overflow: auto;
}

.highlighted {
    border: solid 2px #BA6A6A;
}

div.highlighted {
    background-color: #f2dede;
}
/*.background {

    }*/

/*Footer*/
.footer {
    margin: auto;
    width: 100%;
    max-width: 960px;
    display: block;
    font-size: 0.69rem;
    margin-top: 50px;
}

    .footer, .footer a {
        color: #c9e4f7;
    }

footer {
    border-top: 2px solid #C00;
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

    footer a {
        font-size: 0.8em;
        color: #fff;
    }

        footer a:hover, footer a:focus {
            color: #fff;
            text-decoration: underline;
        }


.copright p {
    font-size: 0.8em;
    color: #fff;
}

.footer-sociallinks {
    background-color: #666;
    padding: 0.875em 0;
    text-align: center;
}

.sociallinks .fa {
    font-size: 2.3em;
    padding-right: 5px;
}

.sociallinks a:hover, .sociallinks a:focus {
    color: #c00;
}

footer .footerdiv {
    padding-left: 10px;
    padding-right: 10px;
}

footer .footerdiv-border {
    border-right: 1px solid #424242;
    border-left: 1px solid #424242;
}

a span.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}



.eventinfo {
    padding: 20px;
    background-color: #f8f8f8;
}

.btn-close:hover {
    text-decoration: none;
}

/* login btn*/
.loginbtnrow {
    float: right;
}

.loginbtn {
    font-size: 0.9em;
}


table.dataTable.nowrap th {
    text-align: center;
    font-size: 1.4em;
}

.success {
    color: #4F8A10 !important;
    background-color: #DFF2BF;
    margin-right: 10px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #0BD00B;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .success a {
        color: #4F8A10 !important;
    }

.error {
    color: #D8000C !important;
    background-color: #FFD4D4;
    overflow: auto;
    /*margin:10px;*/
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #c00;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .error a {
        color: #D8000C !important;
    }

    .error p {
        color: #D8000C;
        text-shadow: 0 1px 0 #fac5c5 !important;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 20px;
        width: 80%;
    }

.errormsg {
    background-color: #fafafa;
    color: red;
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 14px !important;
}


.logotitle-md-dark {
    background: #464646;
    /* border-top: 1px solid #c00; */
    /*border-bottom: 2px solid #c00;*/
    /*margin-bottom: 10px;*/
    padding: 5px;
}

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}
/*Content Page*/
.fieldsetheading {
    font-weight: 200;
    font-style: italic;
}

.pageinfosSection {
    background-color: rgba(249, 239, 193, 0.61);
    padding: 10px;
    margin-bottom: 15px;
}

    .pageinfosSection h5 {
        /*line-height: 1.5;*/
        color: #000;
        font-weight: 500;
    }

.form-control-label-title {
    font-weight: bold;
}

.divlogin {
    border: 2px solid #EADFD0;
    padding: 30px;
    background-color: rgba(249, 229, 193, 0.32);
}

.alert-danger, .alert-warning, .alert-info, .pageinfosSection {
    border: 2px solid #eadfd0;
}

/*Modal styles*/
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

/*End Modal styles*/
.flexContainer {
    display: flex;
    flex-wrap: wrap;
}

.flexItem {
    margin: 15px;
    font-size: 1em;
    width: 300px;
    padding: 5px;
}

/*Pagination*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/* Hide text in the ASP required field validator */
.hide-text {
    font-size: 0px;
}


label {
    font-weight: bold;
}

legend {
    background-color: #949494;
    color: #fff;
    border: 1px solid gray;
    padding: 5px;
    font-size: 1.5em;
    text-align: center;
    font-size: x-large;
    font-weight: bolder;
}

fieldset {
    margin-bottom: 15px;
}

input[type=radio] {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -1px; /* Fine-tune if necessary */
}

input[type=checkbox] {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px;
    margin-left: 10px;
}

.sub-FieldSet {
    border: 0 !important;
}

.sub-Legend {
    border: 0 !important;
    font-size: large;
    font-weight: bolder;
}

.sub-Legend-light {
    margin-top: 10px;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

/* --- 5660 Layout (Address Label - Wide Horizontal Rectangles) --- */
.flex-container-5660 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 15px;
}

.flex-item-5660 {
    display: flex;
    flex-direction: row; /* Side-by-side layout */
    align-items: center; /* Vertically align items in the middle */
    justify-content: flex-start; /* Align content starting from the left edge */
    padding: 10px 15px;
    border: 1px solid #ccc;
    /* Address Label Proportions */
    width: 320px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 4px 6px #e8e8e8;
    box-sizing: border-box;
    overflow: hidden;
}

    /* Force the image to stay on the LEFT edge and reserve its size */
    .flex-item-5660 img,
    .flex-item-5660 .qr-image {
        order: 1; /* Pushes image to the front/left layout position */
        width: 75px !important;
        height: 75px !important;
        min-width: 75px;
        margin-right: 15px; /* Adds separation space between QR and text */
        display: block;
    }

    /* Force text layout container to sit on the RIGHT of the QR code */
    .flex-item-5660 literal,
    .flex-item-5660 span,
    .flex-item-5660 .text-container {
        order: 2; /* Positions text block immediately after the image */
        font-size: 11pt;
        font-weight: bold;
        max-width: 190px;
        word-wrap: break-word;
        text-align: left;
        line-height: 1.2;
    }
/* --- 94106 Layout (Your Original Square View) --- */
.flex-container-94106 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex-item-94106 {
    padding: 15px;
    margin: 15px;
    border: 1px solid black;
    width: 225px;
    min-height: 225px;
    box-shadow: 5px 10px 8px #888888;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*Flex stuff*/
/*.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex-item {
    padding: 15px;
    margin: 15px;
    border: 1px solid black;
    width: 225px;
    box-shadow: 5px 10px 8px #888888;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 225px;
}*/


.horizontal-rbl {
    display: inline-block;
}

    .horizontal-rbl input[type="radio"] {
        margin-right: 5px; /* Adjust spacing between radio button and text */
    }

.center {
    text-align: center;
}

.disqualify {
    background-color: #fdf2f2; /* Soft white-crimson */
    border: 1px solid #9b1c1c; /* Border (4.6:1 contrast ratio) */
    color: #771d1d; /* Deep berry text (8.8:1 contrast ratio - AAA) */
    border-radius: 4px;
}


.radio-buttons {
    display: flex;
    justify-content: space-evenly; /* Adjusts spacing between buttons */
    gap: 10px; /* You can adjust the gap as per your need */
}

.hover-letter {
    font-size: 12px;
    color: Gray;
    cursor: pointer;
    position: relative;
}

/* Styles for the popup */
.popup-box {
    display: none; /* Initially hidden */
    position: absolute;
    top: 100%; /* Position below the letter */
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 1;
}

/* Show the popup on hover */
.hover-letter:hover .popup-box {
    display: block;
}

.info-message {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333333;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}

.table > tbody > tr.info > td {
    border-block-color: darkblue;
    border-width: 3px;
}
/***specifically for the Managers navigation buttons***/
.btn {
    padding: 8px 8px !important;
}

/***specifically for the Remains Returned radio buttons***/
.FormatRadioButtonList label {
    margin-right: 25px;
    margin-left: 15px;
    margin-top: -1px;
    vertical-align: top;
}
/***specifically for the Inline dropdowns***/
.InlineDDL {
    display: inline-block;
    vertical-align: middle;
    width: fit-content;
    /* max-width: 200px;*/
    background-color: AliceBlue;
    margin: 0 5px; /* shorthand for top/right/bottom/left */
    height: 25px;
    padding: 0; /* remove internal spacing */
    box-sizing: border-box; /* include padding/border in width */
}

button {
    margin-top: 10px;
}

.dropdown-truncate {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .dropdown-truncate option {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.informative-label {
    display: inline-block;
    background-color: #eef6ff !important;
    color: #084298 !important;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 8px 12px;
    border-left: 10px solid #0d6efd;
    border-radius: 6px;
    margin: 8px 0 20px 0;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
}

    .informative-label::before {
        content: "ℹ️ "; /* or use an icon font */
        margin-right: 6px;
    }

.informative-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

    .informative-link:hover {
        text-decoration: underline;
    }

.signature-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 8px;
    font-style: italic;
}

.compact-row > [class*='col-'] {
    padding-right: 2px;
    padding-left: 2px;
}

.chosen-container .chosen-results li, .chosen-container span {
    font-size: 18px !important;
}

.chosen-container {
    min-width: 300px;
}
