body,
html {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.agency-header {
    margin-bottom: 1rem;
    flex: 0;
}

#profileUserLabel {
    color: white;
}

.headerLogoLabel {
    color: white;
}

.headerLogoLabel:hover {
    color: white;
}

.content-container {
    padding: 0;
    flex: 1;
    display: flex;
}

button.logout,
button.login {
    color: white;
    cursor: pointer;
}

.home-footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    background: #2d2d2d;
    -webkit-animation: footerfade 1s;
    animation: footerfade 1s;
}

.home-footer,
.sub-close i {
    display: block;
    text-align: center;
}

.home-footer .home-footer-copyright {
    line-height: 3;
    background-color: #222;
    font-size: 14px;
    margin: 0;
}

.home-footer .home-footer-copyright,
.home-footer .home-footer-message {
    color: #bbb;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.home-footer .home-footer-message {
    font-size: 12px;
    margin: 0 auto;
    text-align: justify;
    width: 95%;
    padding: 5px;
}


.version-label {
    color: #4b4747;
}

.alert {
    padding: 1rem 0.4rem 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    height: 2rem;
}

.mark-as-unread {
    padding: 0rem 0rem 0rem 1.25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning-active-maintenance {
    color: #856404;
    border-radius: 0;
    border-color: black;
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
    color: white;
}

#incomplete_items_container {
    display: none;
    border-radius: 0;
    border-color: black;
    background-color: #fff3cd;
    color: black;
    margin-top: -16px;
    margin-bottom: 20px;
}

#deliberative-file-uploader-max-size .dx-fileuploader-input-wrapper,
#file-uploader-max-size .dx-fileuploader-input-wrapper {
    display: none;
}


#submitDocumentDescription {
    margin-top: 20px;
    font-size: 18px;
}

.dx-fileuploader-input-wrapper .dx-button {
    background-color: #fff3cd;
    border: solid 2px black;
}

#custom-file-upload-button {
    border: solid 2px #8c021e;
    width: 240px;
    height: 39px;
    border-radius: 5px;
    background-color: #fff3cd;
    margin: 17px;
    flex-shrink: 0;
    display: none;
}

#custom-file-upload-button-2 {
    border: solid 2px black;
    width: 190px;
    height: 39px;
    border-radius: 5px;
    background-color: #fff3cd;
    margin: 17px;
    float: right;
}

#fileUploadOptions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dx-fileuploader-file-status-message {
    font-size: 15px !important;
    font-weight: bold;
    padding-top: 5px;
}

.dx-fileuploader-file-size {
    font-size: 12px !important;
}

.dx-fileuploader-files-container {
    padding-top: 0px !important;
}

.dx-fileuploader-invalid .dx-fileuploader-file-status-message {
    text-wrap: wrap;
    line-height: 1.5;
}

#maintenance_banner {
    line-height: 6px;
    text-align: center;
}

#maintenance_activebanner {
    line-height: 6px;
    text-align: center;
}

#incomplete_items_banner {
    line-height: 1;
    text-align: center;
    margin-top: 15px;
}

.right {
    float: right;
}

.tab {
    overflow: hidden;
    background-color: #ffffff;
}

.NoteDate {
    float: right;
}

#assessmentDateInput {
    width: 355px
}

#electronic-service {
    display: inline;
    margin-left: 2px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ededed;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #c7c7c7;
    border: none;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.vr {
    display: inline-flex;
    border-left: thick solid black;
    padding-left: 25px;
}

.panelContainer {
    box-sizing: border-box;
    background-color: #dedede;
}

#leftpane {
    width: 60%;
    float: left;
    border-radius: 25px;
    background-color: white;
    line-height: 1;
}

#rightpane {
    width: 35%;
    float: left;
    color: black;
    background-color: white;
    border-radius: 25px;
    padding: 10px;
    margin-left: 25px;
}

@media only screen and (max-width: 1300px) {

    /* For mobile phones: */
    #rightpane,
    #leftpane {
        width: 100%;
        float: left;
    }
}

#messages {
    color: black;
}

#ccs {
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    color: black;
}

#listOfParties {
    width: 100%;
}

.petitionMain,
.commissionerActions,
.commissionerCirculations {
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-color: black;
}

#petitionerInfoDisclaimer {
    font-size: 12px;
}

.petition {
    padding-top: 10px;
    border-bottom-style: solid;
    padding-bottom: 15px;
    border-color: black;
}

#homeGridContainer,
#circulationEventsGridContainer, #gridContainer {
    min-height: 450px;
}

.dx-row img {
    height: 100px;
}

.large-9 {
    flex: 0 0 100%;
    max-width: 75%;
}

header {
    margin-bottom: 3rem;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.reviewHeader {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0 !important
}


#initialConfidentialModalContent {
    margin-top: 250px;
    width: 80%;
}

#documentConfidentialModalContent,
#redactNoticeModalContent,
#serviceModalContent,
#signModalContent,
#appearanceModalContent,
#PowerofAttorneyModalContent,
#hybridModalContent,
#groupUploadModalContent #markFinalDecisionModalContent {
    margin-top: 100px;
    width: 60%;
    min-width: 400px;
    max-height: 700px;
    overflow: auto;
}

#groupUploadModalContent {
    width: 1000px;
}

#serviceModalContent label,
#hybridModalContent label {
    padding: 20px;
}

#agreeInitialConfidential {
    margin-top: 20px
}

#confirmRedactedCheckbox,
#confidentialRadioButtons {
    align-items: center;
}

#confirmRedactedCheckbox div,
#confidentialRadioButtons div {
    width: fit-content;
    margin: auto;
}

#documentConfidentialModal label {
    display: block;
    width: fit-content;
}

#redact1NA {
    width: 5px;
}

.container {
    display: grid;
    justify-content: start;
    grid-template-columns: 50% 30%;
    gap: 5px 30px;
}

.radio-row {
    justify-content: space-between;
    width: 60%;
    margin: auto;
    display: flex;
}

.modal-content {
    text-align: center;
    font-size: 20px;
    background-color: #fefefe;
    margin: 140px auto;
    padding: 20px;
    border: 1px solid #888;
    width: fit-content;
}

.modal-body {
    padding: 20px;
}

#buttonBackground {
    height: 60px;
}

.dx-datagrid-content .dx-datagrid-table .dx-header-row {
    background: #610014;
    color: white;
}

.dx-datagrid-content .dx-datagrid-table {
    border-collapse: separate !important;
}

body.info main section .row h5 {
    margin-bottom: 0px;
}

#button_search {
    border: 0;
    border-radius: 7px;
    padding: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    margin-top: -1px;
}

#search_bar {
    height: 48px;
}

#searchWrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
}

#searchFilters {
    width: 200%;
}

#assessmentYearFilter {
    width: 150px;
    margin-left: 10px;
}

#countySearchDropDown {
    width: 150px;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 10px;
}

.assessmentYearFilterParty {
    margin-top: 10px;
    margin-left: 0 !important;
}

#petitionTypeSearchDropDown {
    width: 160px;
    margin-right: 5px;
    margin-top: 10px;
}

#fileDescriptionDropDown {
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 16px;
    color: transparent !important;
}

#fileDescriptionDropDown input[readonly] {
    background-color: white;
}

#range-selection {
    width: 400px;
    margin-top: 0.7px;
    height: 38px;
    margin-left: 10px;
}

#townshipSearchDropDown {
    margin-top: 10px;
    width: 270px;
    margin-right: 5px;
}

#clearFilters {
    margin-left: 100px;
}

.clearFiltersParty {
    margin-left: 0px !important;
}

body main table tr th {
    background-color: white;
}

.master-detail-caption {
    padding: 0 0 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.master-detail-content {
    padding: 0 0 5px 10px;
    max-width: 100%;
    word-wrap: break-word;
}

.master-detail-attachment {
    margin-left: 10px;
    margin-top: 10px;
}

.redSterick {
    color: red;
}

.largerPanel {
    width: 134%;
}

#returnToTop {
    font-size: 20px;
    float: right;
    padding: 14px 18px;
    border-radius: .5rem;
}

@media only screen and (max-width:1295px) {
    #assessmentYearFilter {
        margin-left: 15px;
    }

    #fileDescriptionDropDown {
        margin-top: 0px;
        margin-right: -10px;
        margin-left: 15px;
    }

    #range-selection {
        margin-left: 20px;
    }

    #clearFilters {
        margin-left: 0;
    }
}

@media only screen and (max-width:930px) {
    .assessmentYearFilterParty {
        margin-top: 0 !important;
        margin-left: 10px !important;
        margin-right: -15px;
    }
}

@media only screen and (max-width:896px) {
    #assessmentYearFilter {
        margin-right: -10px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 783px) {
    #petitionTypeSearchDropDown {
        margin-top: 0px;
        margin-left: 15px;
        margin-right: -10px;
    }

    #countySearchDropDown {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 682px) {
    #searchFilters {
        width: 400px;
    }

    #townshipSearchDropDown {
        margin-top: 0px;
        margin-left: 15px;
        margin-right: -10px;
    }

    #range-selection {
        width: 300px;
    }
}


@media only screen and (max-width: 560px) {
    #searchFilters {
        width: 300px;
    }

    #range-selection {
        width: 250px;
        margin-bottom: 10px;
    }

    #townshipSearchDropDown {
        width: 80%;
    }

    #clearFilters {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 397px) {
    #fileDescriptionDropDown {
        width: 240px;
    }
}

@media print,
screen and (min-width: 63.99876em) {
    .large-hide {
        display: none !important;
        visibility: hidden !important;
    }
}

#cancelManageUsers,
#confirmManageUsers,
#cancelMyPetitions,
#confirmMyPetitions,
#confirmFileDelete,
#cancelFileDelete {
    margin-top: 10px;
    margin-right: 5px;
    float: right;
}

#cancelConfidential,
#agreeDocConfidential {
    margin-top: 10px;
    margin-right: 5px;
}

#manageUserModalContent,
#myPetitionsModalContent,
#fileDeleteModalContent {
    height: 140px;
}

.dx-adaptive-item-text,
.dx-field-item-label-text {
    font-size: 12px;
}

.tooltip-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    color: inherit;
    position: relative;
}

.tooltip-button:hover {
    color: #337ab7;
}

.tooltip-button .fa-question-circle {
    font-size: 14px;
    vertical-align: middle;
}

.tooltip-button .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-icon:hover+.tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltiptext {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

#print_header {
    display: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#navbar {
    padding-bottom: 2em;
}

@media print {

    footer,
    .left-div,
    #navbar,
    #footer_agency,
    #maintenance_activebanner_container,
    #maintenance_banner_container,
    #header_search-list,
    #header_search {
        display: none !important;
    }

    footer,
    #navbar,
    #footer_agency,
    #maintenance_activebanner_container,
    #maintenance_banner_container,
    #header_search-list,
    #header_search,
    header {
        display: none !important;
    }

    #print_header {
        display: block
    }

    @page {
        margin: 2px 2px 2px 2px !important;
    }

    .hidden-break {
        display: block;
    }

    @page {
        size: portrait;
    }
}

@media screen {
    .hidden-break {
        display: none;
    }
}

.label-input.form-control {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: auto !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.dollarInput {
    margin-bottom: 0 !important;
    margin-right: 5px;
    text-align: end
}

#validationErr {
    font-size: 80%;
}

#simple-treeview,
#product-details {
    display: inline-block;
}

#product-details {
    vertical-align: top;
    width: 400px;
    height: 420px;
    margin-left: 20px;
}

#product-details>.name {
    text-align: center;
    font-size: 20px;
}

.dark #product-details>div {
    color: #f0f0f0;
}

.hidden {
    visibility: hidden;
}

/* Section 5 */
#sign_wrapper {
    width: 100%;
    text-align: center;
}

#sign_button {
    margin: 0 auto;
}

#signature_error {
    color: red;
    font-size: 0.9em;
    display: none;
}

.reviewInput {
    background-color: transparent !important;
}

#statuteGrid span {
    font-size: 15px
}

#validationErrs {
    display: flex;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 80%;
    color: red;
}

table {
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    border-color: white;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
    border-collapse: separate;
}

#sharedFormInfo td {
    text-align: left;
    font-weight: bold;
    background: white;
    color: black;
    border-style: none;
    padding: 5px;
    width: 90%;
}

#boardActionsInfo {
    width: 65%;
    margin: 30px auto;
    border-bottom-style: solid;
    border-radius: 0;
    border-color: black;
}

#boardActionsTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 100px;
}

#boardActionsInfo td,
#boardActionsDecisionTable td {
    background: white;
    color: black;
    font-weight: bold;
}

.circulation-badge:after {
    content: "";
    position: absolute;
    background: red;
    top: 9 px;
    left: 87px;
    height: 11px;
    width: 11px;
    border-radius: 50%;
}

#boardActionsInfo th,
#boardActionsDecisionTable th {
    width: 180px;
    font-size: 18px;
}

.boardActionDecisionsHeader {
    margin-left: 17.7%;
    margin-top: 20px;
}

#chairmanDecision,
#commissioner1Decision,
#commissioner2Decision {
    margin-left: 17.7%;
    max-width: 65%;
    padding: 20px;
    border: 1px solid black;
}

#filter-circulationStatus-container {
    width: 20%;
}

.signatureTitle {
    margin-right: 20px;
}

.commissionerName {
    margin-left: 20px;
}

.commissionerHeader {
    word-wrap: break-word;
    margin: 0;
    text-align: left;
    font-size: 16px
}

.signatureContainer {
    float: right;
    display: flex;
    align-items: center;
    margin-right: 10%;
    margin-top: -7px;
}

.comments {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
}

.decisionFooter {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.saveButtonDecision {
    flex: 1;
}

.signedInformation {
    flex: 1;
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
    margin-left: 11%;
}

#CompletedCheckBoxHeader {
    width: 230px !important;
}

@media screen and (max-width: 1271px) {
    .signatureContainer {
        float: left;
        margin-top: 5px;
    }

    .comments {
        margin-top: 50px;
    }
}

@media screen and (max-width: 3000px) {
    #sharedFormInfo td {
        width: 85%;
    }
}

@media screen and (max-width: 2050px) {
    #sharedFormInfo td {
        width: 65%;
    }
}

@media screen and (max-width: 650px) {
    #sharedFormInfo td {
        width: 50%;
    }
}

#sharedFormInfo th,
#boardActionsInfo th,
#boardActionsDecisionTable th {
    text-align: left;
    font-weight: normal;
    background: white;
    color: black;
    border-style: none;
    padding: 5px;
}

#ChairmanDecisionTitle {
    margin-top: 10px;
    margin-bottom: 15px;
}

#formsText {
    font-size: 20px;
}

.progress-bar-wrapper ul.menu {
    margin-left: 15px;
    padding: 20px;
    display: block;
    height: 100%;
    background-color: #fefefe;
    border-radius: 25px;
    min-width: 280px;
}

.progress-bar-wrapper ul.menu li input {
    color: #000;
    text-decoration: none;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .progress-bar-wrapper {
        display: none !important;
    }

    #assessmentDateInput {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
    .progress-bar-wrapper {
        display: none !important;
    }
}

.progress-bar-wrapper ul.menu li input {
    color: #000;
    text-decoration: none;
    width: 100%;
}

/* submenu */
.progress-bar-wrapper ul.submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
}

.progress-bar-wrapper ul.submenu.show {
    display: block;
    position: relative;
}

.progress-bar-wrapper ul.submenu li a {
    color: #000;
    padding: 4px 4px;
    text-decoration: none;
}

.progress-bar-wrapper .liStyleProgress {
    font-size: 15px;
}

.progress-bar-wrapper .liStyleChild {
    margin-left: 20px;
}

.progBarOption {
    color: #610014 !important;
}

.progBarOption[disabled],
.liStyleChild[disabled] {
    background-color: transparent;
    color: darkgray !important;
}

.arrow-icon {
    display: flex;
    margin-left: -4px;
}

li input {
    all: unset;
}

.dropdown.open .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-toggle {
    margin: -8px -8px -8px -20px !important;
}

#sharedFormInfo {
    border-spacing: 0px;
    border: 1px solid #f1f1f1;
    padding: 2px;
}

.signatoryOption {
    width: 25rem;
}

.cc {
    display: flex;
    width: 100%;
}

.right-div {
    width: 2000px;
}


.text-danger {
    color: red;
    font-size: 80%;
    margin-top: -20px;
}

.text-danger-profile {
    color: red;
    font-size: 80%;
}

.text-danger-attachment {
    color: red;
    font-size: 100%;
}

#district-styling {
    color: #444;
    font-weight: bold;
}

.section-3-table-header {
    text-align: center;
}

.section-3-table-body {
    display: flex !important;
    align-items: center;
    /* background-color: transparent !important; */
}

.section-3-table-color {
    background-color: #f1f1f1;
}


.section-3-body-color {
    background-color: #f1f1f1;
    text-align: center;
}

.section-3-column-color {
    background-color: #e2e0dc;
    text-align: center;
}

.section-3-color {
    background-color: transparent !important;
}

#basis-of-belief-box {
    height: 100px;
    resize: vertical;
}

#basis-of-belief-div {
    display: flex;
}

.grid-style {
    display: grid;
    justify-content: start;
    grid-template-columns: auto auto;
    gap: 15px;
}

#myForm {
    width: 100%;
}

#underReviewExplainationInput,
#appealTypeOtherExplain {
    margin-top: 8px;
    margin-left: 1rem;
    width: 50%;
}

#directAppealReason {
    margin-bottom: 1%;
    margin-top: 0;
    font-weight: 100;
}

#appealRadioList,
#radioList,
#directAppealRadio {
    margin-left: 1rem;
}

.details-text {
    margin: 1rem;
    font-weight: 100;
}


.grid {
    display: grid;
    justify-content: start;
    grid-template-columns: auto auto;
    gap: 5px 15px;
}

.dx-accordion-item-title {
    background-color: #610014;
    font-weight: bolder;
}

.dx-accordion-item-closed .dx-accordion-item-title-caption {
    font-size: 1.25em;
    color: white;
}

.dx-accordion-item-opened .dx-accordion-item-title-caption {
    font-size: 1.25em;
    color: white;
}

.dx-accordion-item-opened.dx-state-hover>.dx-accordion-item-title,
.dx-accordion-item-opened>.dx-accordion-item-title {
    background-color: #610014 !important;
}

.dx-accordion-item-opened>.dx-accordion-item-title::before {
    content: "-" !important;
    color: #fff;
    font-weight: bolder;
    font-size: 1.5em;
    float: right;
    margin-left: 5px;
}

.dx-accordion-item-closed>.dx-accordion-item-title::before {
    content: "+";
    font-size: 1.5em;
    color: #fff;
    font-weight: bolder;
    float: right;
    margin-left: 5px;
}

#petitionDetailHeader,
#partiesHeader,
#commissionerActionsHeader,
#commissionerCirculationsHeader {
    background-color: #610014;
    color: white;
    padding: 9px 12px;
}

#commissionerActionsHeader {
    margin-top: 10px;
}

#signatoryOptions {
    font-weight: 100;
}

#groundsTable tr th {
    background-color: gray !important;
}

#groundsTable td {
    background-color: white;
}

.row {
    margin-left: 0 !important
}

.lower-navbar {
    width: 100%;
    background: rgb(46, 0, 9);
    color: white;
}

.lower-navbar a {
    color: #bebebe;
}

[type=checkbox],
[type=file],
[type=radio] {
    margin-bottom: 0px;
}

.dx-checkbox-icon {
    background: none !important;
    border: none !important;
}

.icon-spacing {
    margin-right: 10px;
}

@media screen and (max-width: 1424px) {
    .dx-overlay-content {
        width: 300px !important;
    }
}

#warning,
#powerofAttorneyWarning,
.appearanceWarningText,
#appearanceFileWarning,
.appearanceVirusText {
    color: red;
    font-size: 14px;
    display: none;
}

#popupButtonContainer {
    width: 175px;
    margin: auto;
}

#appearanceButtonContainer {
    width: 151px;
    margin: auto;
}

#confirmAttachModal,
#submitAttachModal {
    margin: auto;
    float: left;
}


.leftNotifications {
    float: left;
    width: 75%;
    padding: 20px;
    background: white;
    margin-right: 30px;
    border-radius: 0.75rem;
}

@media only screen and (max-width: 1330px) {
    .leftNotifications {
        width: 60%;
    }
}

.dx-list-group-header {
    font-size: 22px;
    border: none !important;
}

.leftNotifications .list .alert {
    height: 100%;
}

.icon-button-inbox {
    float: right;
    margin-top: 50px;
}

.NotViewed {
    border-left: solid blue;
}

.leftNotifications .list .alert .alertType {
    font-weight: bold;
    margin-top: 10px;
}

.date-container {
    float: right;
    padding-top: 0px;
}

.grouped-date-container {
    margin-top: -20px;
    float: right;
    padding-top: 0px;
}


.grouped-date-container .date,
.grouped-date-container .time {
    font-size: 11px;
    line-height: 12px;
    padding-left: 2px;
    opacity: 0.7;
}

.grouped-date-container .date {
    margin-top: -105px;
}

.grouped-date-container .time {
    margin-top: 5px;
}

.date-container .date,
.date-container .time {
    font-size: 11px;
    line-height: 12px;
    padding-left: 2px;
    opacity: 0.7;
}

.date-container .date {
    margin-top: -105px;
}

.date-container .time {
    margin-top: 5px;
}

.date-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 25px;
}

.date-label {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    width: 270px !important;
    display: flex;
    border: 4px solid #610014;
    border-radius: 3rem
}

.date-row input {
    display: none;

}

#disabledWarning {
    text-align: center;
    font-size: 18px;
    display: none;
}

#exportHearings {
    margin-top: auto;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 1rem;
    margin-left: 15px;
}

.dx-row .dx-button {
    border: none !important;
}

#hearing-table .monthly {
    display: none;
}

#hearing-table td {
    background-color: #ededed;
}

#hearing-table tr td:first-child::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    min-height: 78px;
}

.change-date {
    padding: 5px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#search_bar::-webkit-search-cancel-button {
    position: relative;
    right: 50px;
}

#hearings-filter-container {
    position: relative;
    display: flex;
    flex-direction: row;
}

#select-date-container,
#view-container,
#hearing-officer-container {
    margin-left: 15px;
}

#hearing-table {
    table-layout: fixed;
}

.hearing-headers th {
    background-color: #610014;
}

.weekday-headers th {
    background-color: #a10223;
}

.hearing-headers p {
    margin: 0px;
}

.county-links td {
    vertical-align: top
}

.county-link {
    padding: 5px;
    color: white;
    margin: 5px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    background-color: #646464;
}

.sendButton {
    margin-left: 5px !important;
    border-radius: 0px !important;
    text-align: center !important;
    padding: 1rem 1.5rem !important;
}

.dx-tabs {
    background-color: white !important;
    text-align: left !important;
    color: black !important;
}

.appealsPageDocuments {
    max-width: none !important;
}

.appealAccordionItems .dx-accordion-item-title {
    background-color: #610014 !important;
}

.dx-datagrid .dx-row-alt.rejected-row>td {
    background-color: rgba(255, 155, 155, 0) !important;
}

.rejected-row {
    background-color: rgba(255, 155, 155, 0.619) !important;
}

.dx-datagrid .dx-row-alt.incompleteItems>td {
    background-color: #fff3cd !important;
}

.incompleteItems {
    background-color: #fff3cd !important;
}

.large-input {
    height: 100px;
    resize: vertical;
}

#state-reset-link-container {
    margin-bottom: 10px;
    font-size: 14px;
}

#FileDescriptionWarningText {
    display: none;
    color: red;
    font-size: 14px;
}

@media only screen and (max-width: 1206px) {
    #layout_content {
        padding-bottom: 450px;
    }

    #footer_agency {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-bottom: 300px;
    }

}

@media only screen and (max-width: 989px) {
    #layout_content {
        padding-bottom: 500px;
    }

    #footer_agency {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-bottom: 330px;
    }

    #underReviewExplainationInput,
    #appealTypeOtherExplain {
        margin-top: 8px;
        margin-left: 1rem;
        margin-right: 1rem;
        width: 90%;
    }

}

@media only screen and (max-width: 833px) {
    #layout_content {
        padding-bottom: 600px;
    }

    #footer_agency {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-bottom: 390px;
    }

    #hearing-table {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

}

@media only screen and (max-width: 640px) {
    #layout_content {
        padding-bottom: 925px;
    }

    #footer_agency {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-bottom: 750px;
    }


}