﻿.lower-nav {
    padding: 14px;
    width: 415px;
    margin: 20px auto;
    border-radius: 10px; /* smooth edges */
}

.lower-nav-items {
    background-color: #ffffff; /* pure white */
    padding: 22px;
    width: 100%;
    border-radius: 8px;
    /* soft elevation effect */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.9);
    /* optional subtle border */
    border: 1px solid #eee;
}
.form-group {
    margin-bottom: 1rem;
}
.font-bold {
    font-weight: 500;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    height: 34px !important;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/*casesearch*/
.lblexample {
    margin-bottom: 0px;
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.color1 {
    color: #0000FF;
}

.color2 {
    color: #006600;
}

.color3 {
    color: #212529;
}

.ml-10 {
    margin-left: 10px;
}

.button-group {
    margin-top: -5px;
    margin-bottom: 8px;
}

    .button-group .btn {
        font-size: 13px;
    }
/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.LiRadioButton {
    display: inline-block;
    width: 100%;
}


input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}
.LiRadioButton label {
    margin-left: 5px;
    margin-right: 20px;
}
.btn + .btn, .btn + button[type=submit], button[type=submit] + .btn, button[type=submit] + button[type=submit] {
     margin-top: 0rem!important;
}
.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group-append {
    margin-left: -1px;
}
    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.lblexample {
    margin-bottom: 0px;
    color: green;
    font-size: 12px;
    font-weight: bold;
}
.page-wrapper {
    min-height: 60vh; /* full viewport */
    display: flex;
    flex-direction: column;
}




.custom-linkbtn {
    padding: 2px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    text-align: center;
}



.toggle-header {
    background-color: #555555;
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toggle-section {
    margin-bottom: 20px;
}
.toggle-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
  
}
    .toggle-links a {
        color: #0d6efd;
        text-decoration:underline;
        font-weight:normal!important;
    }
    .toggle-links li {
        margin-bottom: 8px;
    }

.toggle-icon {
    font-size: 24px;
    font-weight: bold;
}

.toggle-body {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
}

.toggle-row {
    padding: 12px;
    border-bottom: 1px solid #eee;
}


/* Clickable number */
.btnOpenPdf {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}

    .btnOpenPdf:hover {
        color: #0056b3;
    }

/*adminagendabydate*/
.media-wrapper {
    padding: 40px 30px;
}

.left-content h1 {
    color: #8b0000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
}

.accordion-section {
    padding-left: 40px;
}

/* Accordion */
.accordion-item {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* padding: 18px 0;*/
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
   
}

    .accordion-header span:first-child {
        text-transform: uppercase;
    }

.icon {
    width: 36px;
    height: 36px;
    background: #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
}

.accordion-body {
    display: none;
    padding: 10px 0 20px 0;
    font-size: 1.375rem;
   
}
    .accordion-body p {
        margin-bottom: 12px;
    }

    .accordion-body .text-center {
        line-height: 1.6;
    }
.expanders--row {
    display: flex !important;
    flex-wrap: wrap;
}

.expanders--intro,
.expanders--main {
    float: none !important;
}
/*.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}*/
.agenda-header {
    max-width: 100%;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.agenda-org {
    color: #800000;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.agenda-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0.4rem 0;
    text-decoration: underline;
}

.agenda-meeting {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    text-decoration: underline;
}

.agenda-location {
    color: #800000;
    font-size: 0.85rem;
}
.search-box {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-title {
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.or-text {
    font-weight: 600;
    color: #555;
}

.form-control {
    width: 100%;
}

@media (max-width: 768px) {
    .search-box {
        padding: 15px;
    }
}

.btnOpenPdf {
    cursor: pointer;
    color: #0d6efd;
    text-decoration: underline;
}

    .btnOpenPdf:hover {
        color: #084298;
    }
/*
    model popup*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
    .modal.show .modal-dialog {
        -webkit-transform: none;
        transform: none;
    }

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem auto;

}


@media (min-width: 992px) {
    .modal-lg, .modal-xl {
         max-width: 1200px !important; 
        max-width: 95% !important;
    }
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
#ModalOpenPdf .modal-header, #ModalOpenPdf .modal-footer {
    padding: 5px 15px !important;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

*, ::after, ::before {
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: maroon;
}

.h4, h4 {
    font-size: 1.5rem;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}
#ModalOpenPdf .modal-body {
    padding: 0 !important;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
@media screen and (min-width: 1600px) {
    .PdfIframe {
        min-height: 840px !important;
    }
}

#ModalOpenPdf .modal-content {
    height: 90vh;
}

#ModalOpenPdf .modal-body {
    padding: 0 !important;
    height: calc(90vh - 56px);
}

.PdfIframe {
    width: 100%;
    height: 100%;
    border: none;
}

iframe {
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}
.lbAvailableCases {
    width: 100%;
    min-height: 240px;
    padding: 4px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #fff;
}

    /* item base */
    .lbAvailableCases option {
        padding: 8px 10px;
        cursor: pointer;
        border-bottom: 1px solid #e5e5e5;
    }

        /* zebra */
        .lbAvailableCases option:nth-child(odd) {
            background-color: #f9f9f9;
        }

        /* hover */
        .lbAvailableCases option:hover {
            background-color: #e9f2ff;
        }

        /* selected */
        .lbAvailableCases option:checked {
            background-color: #0d6efd;
            color: #fff;
        }

    /* focus */
    .lbAvailableCases:focus {
        outline: none;
        border-color: #0d6efd;
        box-shadow: 0 0 0 2px rgba(13,110,253,.25);
    }


/*table layout*/
/* One row per case */
.case-row {
    /*   padding: 14px 18px;
    border-bottom: 1px solid #eee;*/
    padding: 2px 2px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

/* Number + Date in one line */
.case-header {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 15px;
}

.case-number {
    color: #a00000;
    font-weight: bold;
    min-width: 60px;
    cursor: pointer;
}

    /* Red case number */
    .case-number a {
        color: #0d6efd;
        font-weight: 700;
        text-decoration: underline;
    }

        .case-number a:hover {
            text-decoration: underline;
        }

/* Date style */
.case-date {
    color: #000;
    font-size: 14px;
}

/* Caption on next line */


/* Wrapper */
.case-detail-box {
    background: #fff;
    /*border: 1px solid #ddd;*/
    padding: 12px 16px;
    margin-top: 15px;
    font-family: "davis-sans", sans-serif;
    font-size: 1.25rem;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 20px;
}
.case-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between; /* left | center | right */
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 1.375rem;
}

/* Left, Center, Right blocks */
.case-header-left {
    flex: 1;
    text-align: left;
}

.case-header-center {
    flex: 1;
    text-align: center;
}

.case-header-right {
    flex: 1;
    text-align: right;
}


/* Labels */
.case-label {
    /*font-weight: 600;*/
    font-size: 14px;
    margin-bottom: 4px;
}

/* Case number red */
.case-number-red {
    color: #9c1d1d;
}

.case-caption {
    margin-top: 6px;
    font-size: 1.375rem;
    color: #000;
    line-height: 1.4;
}

/* Table */
.case-table {
    border: 1px solid #ddd;
}

    .case-table thead th {
        background-color: #961B1C;
        color: #FFFFFF;
        font-family: "effra", sans-serif;
        font-size: 1.25rem;
        text-transform: uppercase;
        height: 56px;
        line-height: 56px; /* KEY */
        vertical-align: middle; /* KEY */
      
        /*padding: 0 12px;*/
    }


    .case-table tbody tr:nth-child(even) {
        background: #f7f7f7;
    }

    .case-table td {
        font-size: 1.375rem;
        padding: 8px;
        vertical-align: middle;
        font-family: "davis-sans",sans-serif;
    }

.case-title {
    margin-top: 6px;
    font-size: 1.375rem;
   /* font-weight: 600;*/
}

.case-sub {
    margin-top: 6px;
    font-size: 13px;
    color: #444;
}




.case-table thead tr:first-child input {
    height: 38px;
    font-size: 14px;
}
.dataTables_length,
.dataTables_filter {
    margin-bottom: 10px;
}

    .dataTables_filter input {
        height: 36px;
        font-size: 14px;
    }
.icon-actions {
    display: inline-flex;
    align-items: center;
    gap: 4px; /* very small space */
}

.icon-btn {
    border: 1px solid #ccc;
    background: transparent;
    padding: 1px 1px;
    font-size: 12px; /* SMALL ICON */
    line-height: 1;
    color: #666;
}

    .icon-btn:hover {
        color: #961B1C;
        border-color: #961B1C;
        background: #f9f9f9;
    }


    /*new code*/
/* ===== Clean Show entries + Search ===== */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Keep labels in one line */
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    white-space: nowrap;
}

/* Dropdown */
.dataTables_wrapper .dataTables_length select {
    height: 34px;
    padding: 4px 8px;
}

/* Search box */
.dataTables_wrapper .dataTables_filter input {
    height: 34px;
    padding: 5px 10px;
    width: 200px;          /* clean right edge */
    font-size: 14px;
}

/* Align Search to right */
.dataTables_wrapper .dataTables_filter {
    justify-content: flex-end;
    text-align: right;
}
/* ===== DataTables pagination – clean right aligned ===== */
.dataTables_wrapper .dataTables_paginate {
    float: right; /* IMPORTANT */
    text-align: right;
    margin-top: 12px;
    font-size: 14px;
}

    /* Hide page number container */
    .dataTables_wrapper .dataTables_paginate span {
        display: none;
    }

    /* Prev / Next buttons */
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        display: inline-block;
        padding: 5px 12px;
        margin-left: 6px;
        border: 1px solid #ddd;
        background: #fff;
        color: #333 !important;
        border-radius: 3px;
        cursor: pointer;
    }

        /* Hover */
        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            background: #f5f5f5;
            border-color: #ccc;
        }

        /* Disabled */
        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
            color: #999 !important;
            background: #fafafa;
            border-color: #e5e5e5;
            cursor: not-allowed;
        }
/* Center container */
.icon-actions-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Circular icon button */
.icon-circle-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #9c1d1d;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

    /* Hover effect */
    .icon-circle-btn:hover {
        background: #9c1d1d;
        box-shadow: 0 4px 10px rgba(156, 29, 29, 0.3);
    }

    /* Image inside button */
    .icon-circle-btn .icon-img {
        width: 20px;
        height: 20px;
        /*filter: invert(28%) sepia(56%) saturate(2145%) hue-rotate(347deg);*/
        transition: filter 0.25s ease;
    }

    /* Icon turns white on hover */
    .icon-circle-btn:hover .icon-img {
        filter: brightness(0) invert(1);
    }








@media (max-width: 768px) {

    .LiRadioButton {
        padding: 0;
        margin-bottom: 8px;
    }

        .LiRadioButton label {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 14px;
            font-size: 16px;
            background: #fff;
            border-radius: 6px;
            width: 100%;
        }

        .LiRadioButton input[type="radio"] {
            transform: scale(1.2);
            margin: 0;
        }

            /* Selected state */
            .LiRadioButton input[type="radio"]:checked + span,
            .LiRadioButton label:has(input[type="radio"]:checked) {
                background: #fff5e6;
                border-color: #ffb703;
            }
}
@media (max-width: 768px) {

    .btn,
    .btn:visited,
    button[type=submit],
    button[type=submit]:visited {
        display: block;
        width: 100%;
        background-color: #FFC857;
        color: #000000;
        border-radius: 28px;
        border: none;
        cursor: pointer;
        white-space: normal;
        padding: 14px 33px;
        text-decoration: none !important;
        font-family: "effra", sans-serif;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.22;
        letter-spacing: 0.45px;
        text-align: center;
        margin-bottom: 12px;
        margin-top: 12px;
    }

        /* Optional: remove space after last button */
        .btn:last-child,
        button[type=submit]:last-child {
            margin-bottom: 0;
        }
}

@media (max-width: 768px) {
    .btn:active,
    button[type=submit]:active {
        transform: scale(0.97);
        background-color: #f3b93f;
    }
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}