.adsi-topbar {
    color: #293552;
}

.adsi-required-data {
    /*background-color: #E02401;*/
    /*background-color: rgba(224, 36, 1, 0.9);
    color: #FFFFFF;*/
    /*border-color: rgba(224, 36, 1, 0.9);*/
    /*Set to a slightly lighter color than the delete button*/
    border-color: #f67777;
    border-width:3px 2px;

}

/* accessability option for the require field display test */
.adsi-required-data-old {
    background-color: #fde1e1;
    background-color: rgba(253, 225, 225, 1.0);
    color: #924040;
    border-color: #fcd2d2;
}

/* Original Code with bright red fill and white letters
.adsi-required-data-old {
    background-color: #E02401;
    background-color: rgba(224, 36, 1, 0.9);
    color: #FFFFFF;
    border-color: rgba(224, 36, 1, 0.9);

}
*/

.adsi-dsr-field {
    /*background-color: #E02401;*/
    /*background-color: rgba(224, 36, 1, 0.9);
    color: #FFFFFF;*/
    border-color: #A7D397;
}

.adsi-questionable-field {
    background-color: #745625;
    /*background-color: rgba(224, 36, 1, 0.9);*/
    color: #F89406;
    border-color: rgba(224, 36, 1, 0.9);
}

label.adsi-questionable-label {
    color: #745625;
}

.adsi-disable {
     color: #37458b;     /* 20230717 joyce changed from darkmagenta to blue shade */
}

.adsi-disable-display {
    color: #37458b;
    font-size: 15px;
    font-weight: 500;
}

.adsi-header-entry {
    color: #37458b;
    font-size: 14px;
    font-weight: 500;
}

.adsi-record-header-label-display {
    color: #6877c3;
    font-weight: 400;
}


#fixed-footer-bar {
    position: fixed;


    /*This will center the buttons in the middle of the full page
    margin: auto;
    text-align: center;
    */
    padding: 10px 10px 10px 100px;

    bottom: 0;
    right: 0;
    /*left: $sidebar-width;*/
    left: 250px;
    z-index: 1002;
    /*background-color: $header-bg;*/
    background-color: #ffffff;
    /*box-shadow: $box-shadow;*/
    box-shadow: 0 2px 4px rgba(15,34,58,.12);
}

#fixed-footer-bar-max {
    position: fixed;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    /*This will center the buttons in the middle of the full page
    margin: auto;
    text-align: center;
    */
    padding: 10px 10px 10px 100px;

    bottom: 0;
    right: 0;
    /*left: $sidebar-width;*/
    left: 250px;
    z-index: 1006;
    pointer-events: auto;
    /*background-color: $header-bg;*/
    background-color: #ffffff;
    /*background-color: #293552;*/
    /*box-shadow: $box-shadow;*/
    box-shadow: 0 2px 4px rgba(15,34,58,.12);
}

body.vertical-collpsed #fixed-footer-bar-max {
    left: 70px;
}

@media (max-width: 992px) {
    #fixed-footer-bar-max {
        left: 0;
    }
}

/* Ensure modals and their content are clickable and above other overlays */
.modal {
    z-index: 2000;
    pointer-events: auto;
}

.modal-backdrop {
    z-index: 1990;
}

.modal-content {
    pointer-events: auto;
}

#fixed-footer-bar-full {
    position: fixed;

    /*This will center the buttons in the middle of the full page
    margin: auto;
    text-align: center;
    */
    padding: 10px 10px 10px 100px;

    bottom: 0;
    right: 0;
    /*left: $sidebar-width;*/
    left: 0;
    z-index: 1002;
    /*background-color: $header-bg;*/
    background-color: #ffffff;
    /*background-color: #293552;*/
    /*box-shadow: $box-shadow;*/
    box-shadow: 0 2px 4px rgba(15,34,58,.12);
}

.adsi-scroll-bar {
    overflow-x: scroll;
    list-style-type:  none;
}

.adsi-activity-list {
    display: inline;
}

.adsi-activity-list-vertical {
    list-style: none;
    margin-top: 5px;
}

.adsi-hover {
    color: #5B73E8;
}

.adsi-hover:hover {
    color: red;
}

.adsi-email-view {
    padding: 10px;
}

.adsi-merge-primary-image {
    height: 245px;
    width: 245px;
    background-color: #d3d3d3;
    padding: 3px;
}

.adsi-merge-secondary-image {
    height: 140px;
    width: 140px;
    background-color: #d3d3d3;
    padding: 3px;
}

.adsi-section-title {
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
    font-weight: 500;
}

.table-address {
    border: 0px solid #1C6EA4;
    background-color: #EEEEEE;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

.table-address td, table.table-address th {
    border: 1px solid #AAAAAA;
    padding: 0px 10px;
    /*width: 30vw;*/
    width: auto;
    height: 1px;
    word-break: break-word;
    /*white-space: pre-line;*/
    overflow-wrap: break-word;

}

.table-address tbody td {
    font-size: 16px;


}

.table-address tr:nth-child(even) {
    background: #D0E4F5;
}


.arrest-table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    font-size: 10px;
}

.sub-screen-btn {
    height: 135px;
    width: 135px;
    border: 1px solid #5B73E8;
}

.sub-screen-btn2 {
    height: 120px;
    width: 120px;
    color: white;
    background: #5B73E8;
    padding: 50px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
    text-align: center;
}

.sub-screen-btn-area {
    list-style: none;
}

.sub-screen-btn-top {
    height: 75%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;

}

.sub-screen-btn-top img{
    max-height: 100%;
    max-width: 100%;
}

.sub-screen-btn-bottom {
    height: 25%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #5B73E8;
    color: white;
    text-align: center;

}

table.blueTable {
    border: 0px solid #1C6EA4;
    background-color: #EEEEEE;
    text-align: left;
    border-collapse: collapse;
    /*width: 100%;*/
    width: auto;
}

table.blueTable td, table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 0px 10px;
    /*width: 30vw;*/
    width: auto;
    height: 1px;
    word-break: break-word;
    /*white-space: pre-line;*/
    overflow-wrap: break-word;

}

table.blueTable tbody td {
    font-size: 10px;


}

table.blueTable tr:nth-child(even) {
    background: #D0E4F5;
}

table.blueTable thead {
    background: #1C6EA4;
    /* background: -moz-linear-gradient(top, #5B73E8 100%, #327cad 0%, #1C6EA4 0%);
     background: -webkit-linear-gradient(top, #5B73E8 100%, #327cad 0%, #1C6EA4 0%);
     background: linear-gradient(to bottom, #5B73E8 100%, #327cad 0%, #1C6EA4 0%);*/
    background: -moz-linear-gradient(top, #293552 100%, #327cad 0%, #1C6EA4 0%);
    background: -webkit-linear-gradient(top, #293552 100%, #327cad 0%, #1C6EA4 0%);
    background: linear-gradient(to bottom, #293552 100%, #327cad 0%, #1C6EA4 0%);
    border-bottom: 2px solid #444444;
}

table.blueTable thead th {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;


}

table.blueTable thead th:first-child {
    border-left: none;

}

table.blueTable tfoot {
    font-size: 8px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
}

table.blueTable tfoot td {
    font-size: 8px;


}

table.blueTable tfoot .links {
    text-align: right;
}

table.blueTable tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.arrButton {
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    background-color: #44c767;
    border-radius: 15px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    padding: 2px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.arrButton:hover {
    background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    background-color: #5cbf2a;
}

.arrButton:active {
    position: relative;
    top: 1px;
}


.remButton {
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #d6bcd6;
    display: inline-block;
    cursor: pointer;
    color: #f21111;
    font-family: Arial;
    font-size: 11px;
    padding: 2px 12px;
    text-decoration: none;
}

.remButton:hover {
    background-color: transparent;
}

.remButton:active {
    position: relative;
    top: 1px;
}

.selDrop {
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #d6bcd6;
    display: inline-block;
    cursor: pointer;
    color: #f21111;
    font-family: Arial;
    font-size: 11px;
    padding: 32px 50px;
    text-decoration: none;
}

.selDrop:hover {
    background-color: transparent;
}

.selDrop:active {
    position: relative;
    top: 1px;
}

.adsi-modal {
    position: fixed;
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%);
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

.adsi-use-pointer {
    cursor: pointer;
}

/* style icon */
.inner-addon .adsi-icon {
    position: absolute;
    padding: 5px;
    cursor: pointer;
}

/* align icon */
.left-addon .adsi-icon {
    left: 0px;
}

.right-addon .adsi-icon {
    right: 0px;
}

.right-addon-live .adsi-icon {
    right: 9px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

table.searchTable {
    border: 0px solid #1C6EA4;
    background-color: #EEEEEE;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    /*width:auto;*/
}

table.searchTable td, table.searchTable th {
    border: 1px solid #AAAAAA;
    padding: 0px 10px;
    /*width: 30vw;*/
    width: 100%;
    height: 100%;
    /* word-break: break-word;
     white-space: pre-line;
     overflow-wrap: break-word;*/
}

table.searchTable tbody td {
    font-size: 20px;

}

table.searchTable tr:nth-child(even) {
    background: #D0E4F5;
}

table.searchTable thead {
    background: #1C6EA4;
    /* background: -moz-linear-gradient(top, #5B73E8 100%, #327cad 0%, #1C6EA4 0%);
     background: -webkit-linear-gradient(top, #5B73E8 100%, #327cad 0%, #1C6EA4 0%);
     background: linear-gradient(to bottom, #5B73E8 100%, #327cad 0%, #1C6EA4 0%);*/
    background: -moz-linear-gradient(top, #293552 100%, #327cad 0%, #1C6EA4 0%);
    background: -webkit-linear-gradient(top, #293552 100%, #327cad 0%, #1C6EA4 0%);
    background: linear-gradient(to bottom, #293552 100%, #327cad 0%, #1C6EA4 0%);
    border-bottom: 2px solid #444444;
}

table.searchTable thead th {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;


}

table.searchTable thead th:first-child {
    border-left: none;

}

table.searchTable tfoot {
    font-size: 8px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
}

table.searchTable tfoot td {
    font-size: 12px;
}

table.searchTable tfoot .links {
    text-align: right;
}

table.searchTable tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

table.searchTable.center {
    margin-left: auto;
    margin-right: auto;

}

.dropdown-adsi {
    position: absolute;
    top: 10px;
    left: 10px
}

html, body {
    /*background-color: #fff;*/
    color: #636b6f;
    margin: 0;
}

.full-height {

}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.stepwizard-step p {
    margin-top: 0px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.displayNone {
    display: none;
}

/*Brown Table*/
table.brownTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table.brownTable td, table.brownTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}

table.brownTable tbody td {
    font-size: 13px;
}

table.brownTable tr:nth-child(even) {
    background: #E3D9C6;
}

table.brownTable thead {
    background: rgba(49, 47, 47, 0.98);
    background: -moz-linear-gradient(top, #404040 0%, #1c1b1b 66%, #363434 100%);
    background: -webkit-linear-gradient(top, #404040 0%, #1c1b1b 66%, #363434 100%);
    background: linear-gradient(to bottom, #404040 0%, #1c1b1b 66%, #363434 100%);
    border-bottom: 2px solid #444444;
}

table.brownTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
}

table.brownTable thead th:first-child {
    border-left: none;
}

table.brownTable tfoot td {
    font-size: 14px;
}

table.brownTable tfoot .links {
    text-align: right;
}

table.brownTable tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.img-picList {
    cursor: pointer;
}

.img-picList-small {
    cursor: pointer;
    width: 50%;
    height: auto;
}

.main-menu-msg {
    font-size: large;
    text-align: center;
}

.maintenance-image {
    margin: auto;
    text-align: center;
}

.maintenance-image-medium {
    width: 50%;
    height: auto;
}

div > .form-label {
    margin-bottom: 0;
}

div > p {
    font-size: 17px;
    align-items: center;
}
.adsi-help-modal {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(128, 128, 128, 0.7);
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}
.adsi-all-content {
    position: absolute;
    top: 0;
    background: white;
    padding: 0;
    border-radius: 4px;
}

.adsi-page-content {
    justify-content: start;
}

.adsi-help-modal:target {
    visibility: visible;
    opacity: 1;
}
.box-close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fe0606;
    text-decoration: none;
    font-size: 30px;
}

.table-img:hover{
    transform:scale(4);
}
.adsi-help-modal-title {
    background-color: #5B73E8;
    color: white;
    font-size: large;
    margin-bottom: 10px;
}
/* Start of ADSI Help Pop Up*/

.adsi-small-content {
    width: 400px;
}
.adsi-medium-content {
    width: 600px;
}
.adsi-large-content {
    width: 800px;
}

.adsi-help-title {
    color: white;
    margin-bottom: 8px;
    font-size: 1.15em;
}
.adsi-help-body {
    font-size: 14.4px;
}

.popupdiv {
    position: relative;
    cursor: pointer;
    /*width: 35px;
    height:46.61px;
    margin: 25px 0 0 0;*/
    z-index: 1;
    margin: 0 0 0 0;
    padding:0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* The actual popup */
.popup {
    visibility: hidden;
    background-color: #5B73E8;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 15px 20px 15px 20px;
    text-wrap: normal;
    position: absolute;
}

.popup::before{
    content: " ";
    position: absolute;
    border-width: 8px;
    border-style: solid;
}

.popupl{
    right:100%;
    margin-right: 10px;
}
.popupl::before{
    top: 50%;
    left:100%;
    margin: -8px 0 0 -1px;
    border-color: transparent transparent transparent #5B73E8;
}

.popupr{
    left:100%;
    margin-left: 10px;
}

.popupr::before{
    top:50%;
    right: 100%;
    margin: -8px -1px 0 0;
    border-color:  transparent #5B73E8 transparent transparent;
}

.popupt{
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: -50px;
}

.popupt::before{
    top: 100%;
    left: 50%;
    margin: -1px 0 0 -8px;
    border-color: #5B73E8 transparent transparent transparent;
}

.popupb{
    transform: translate(-50%, 50%);
    left: 50%;
    margin-top: 50px;
}

.popupb::before{
    bottom: 100%;
    left: 50%;
    margin: 0 0 -1px -8px;
    border-color: transparent transparent #5B73E8 transparent;
}

/* Popup Toggle */
.show {
    visibility: visible;
}

.icon-color1 {
    color: #293552;
}

/* End of ADSI Help Pop Up*/
.red-text {
    color: red;
}

.white-background {
    background-color: white;
}

.waiting-window {
    height: 100px;
    width: 100px;
    background-color: red;
    color: white;

}

.images-row {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to the next line */
    justify-content: flex-start; /* Aligns items to the start of the container */
}

.image-container {
    position: relative;
    margin: 10px; /* Adjust the spacing between images */
    cursor: pointer;
}

.event-td-row {
    width: 14.28%;
    text-align: center;
}

.adsi-red-background {
    background-color: #fe0606;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}



.highlight {
    background-color: yellow;
    font-weight: bold;
}

/* Bootstrap-style table color classes for property status */

.table-white {
    background-color: #f8f9fa !important;
    color: #000 !important;
}

.table-white > td {
    background-color: #f8f9fa !important;
    color: #000 !important;
}

.table-orange {
    background-color: #fd7e14 !important;
    color: #000 !important;
}

.table-orange > td {
    background-color: #fd7e14 !important;
    color: #000 !important;
}

.table-grey-blue {
    background-color: #8d959e !important;
    color: #0d6efd !important;
}

.table-grey-blue > td {
    background-color: #8d959e !important;
    color: #0d6efd !important;
}

.table-retention {
    background-color: #8d959e !important;
    color: #6f42c1 !important;
}

.table-retention > td {
    background-color: #8d959e !important;
    color: #6f42c1 !important;
}

.table-red {
    background-color: #f59292 !important;
    color: #000 !important;
}

.table-red > td {
    background-color: #f79393 !important;
    color: #000 !important;
}

.table-yellow {
    background-color: #fff4dc !important;
    color: #000 !important;
}

.table-yellow > td {
    background-color: #fff4dc !important;
    color: #000 !important;
}

.table-green {
    background-color: #d4edda !important;
    color: #155724 !important;
}

.table-green > td {
    background-color: #d4edda !important;
    color: #000 !important;
}

.table-purple {
    background-color: #da5cb0 !important;
}
.table-purple > td{
    background-color: #da5cb0 !important;
    color: #000 !important;
}
