
.nav-link {
    color: white !important;
}

    .nav-link.active {
        color: black !important;
    }

label {
    display: flex !important;
    margin-bottom: .5rem;
}

.container span {
    color: red;
    float: left;
}

.Custom-tabs-case-deails,
.card {
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%) !important;
    border: none !important;
    background: #fff !important;
}

.card-header {
    padding: 5px 15px 0 15px !important;
    background: #d9edfb !important;
}

h5#pageTitle {
    font-size: 28px;
    text-align: center;
    margin: 0 0 40px 0;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    font-weight: 600;
    position: relative;
}

    h5#pageTitle:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 4px;
        background: #005492;
        content: "";
        max-width: 100px;
        margin: auto;
    }

.dt-buttons .dt-button {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0px;
    background: #3678A8;
    border-radius: 9px;
    color: #fff;
    transition: all 0.4s ease;
    font-size: 18px;
    text-decoration: none;
    border: none !important;
}

.dt-buttons {
    display: flex;
    margin: 0 0 22px 0;
}

button.dt-button.buttons-excel.buttons-html5 {
    background: #275c9e !important;
}

button.dt-button.buttons-print {
    background: #00ace1 !important;
}

button.dt-button.buttons-pdf.buttons-html5 {
    background: #e32413 !important;
}


div#PropertyGrid_filter input.form-control.form-control-sm {
    text-align: left;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    border: 1px solid #dadadae8;
    height: 45px;
    border-radius: 4px;
    margin: 0 0 0 10px;
}

div#PropertyGrid_filter label {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: center;
    line-height: 45px;
    margin: 0 0 0 0;
}

div#PropertyGrid_filter {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

    div#PropertyGrid_filter input.form-control.form-control-sm:hover, div#PropertyGrid_filter input.form-control.form-control-sm:focus {
        outline: 3px solid #005492;
        border-color: transparent;
    }


html body .custom-table-case-detail,
html body #PropertyGrid {
    width: 100% !important;
    border: none !important;
    display: table !important;
    min-width: 1300px;
}

    html body .custom-table-case-detail thead tr th,
    html body .custom-table-case-detail tbody tr td,
    html body #CaveatEntry th,
    html body #CaveatEntry td,
    html body #PropertyGrid th,
    html body #PropertyGrid td {
        padding: 15px 15px;
    }

    html body .custom-table-case-detail thead tr th,
    html body #CaveatEntry th,
    html body #PropertyGrid th {
        border: none !important;
        background: #118ce629 !important;
        text-align: left !important;
        font-size: 14px;
        font-family: "Poppins", sans-serif !important;
        color: #212832;
        font-weight: 600;
    }

    html body .custom-table-case-detail tbody tr td,
    html body #CaveatEntry td,
    html body #PropertyGrid td {
        border: none !important;
        background: #118ce60a;
        text-align: left;
        font-size: 14px;
        border-bottom: 1px solid #d9edfb !important;
        font-family: "Poppins", sans-serif !important;
        vertical-align: middle;
        border-right: 1px solid #d9edfb !important;
        font-weight: 500;
        color: #5e6282;
    }

        html body .custom-table-case-detail tbody tr td:last-child,
        html body #CaveatEntry th:last-child,
        html body #PropertyGrid th:last-child,
        html body #PropertyGrid td:last-child {
            border-right: none !important;
        }

    html body .custom-table-case-detail tbody tr:last-child td,
    html body #CaveatEntry tr:last-child td,
    html body #PropertyGrid tr:last-child td {
        border-bottom: none !important;
    }



.dataTables_wrapper.dt-bootstrap4.no-footer .row {
    margin-left: 0;
    margin-right: 0;
}

.dataTables_wrapper.dt-bootstrap4.no-footer .col-sm-12.col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.dataTables_wrapper.dt-bootstrap4.no-footer .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

div#PropertyGrid_info {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: center;
    line-height: 45px;
    margin: 15px 0 0 0;
    padding: 0;
}

ul.pagination li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    background: #3678A8;
    border-radius: 50px !important;
    color: #fff;
    transition: all 0.4s ease;
    font-size: 18px;
    text-decoration: none;
    border: none !important;
}

ul.pagination,
div#CourtTypeGrid_paginate,
div#CourtCasesGrid_paginate {
    margin: 15px 0 0 0 !important;
}

    .page-item.active .page-link,
    div#CourtTypeGrid_paginate a.paginate_button.current,
    div#CourtCasesGrid_paginate a.paginate_button.current {
        background: #d9edfb !important;
        color: #212832 !important;
        font-weight: 600;
        font-size: 14px !important;
        font-family: "Poppins", sans-serif !important;
        border: none;
        border-radius: 50px !important;
        margin: 0 10px;
    }

    li#CaseHistoryGrid_previous a,
    li#CaseHistoryGrid_next a,
    div#CourtTypeGrid_paginate a,
    div#CourtCasesGrid_paginate a {
        width: auto !important;
        padding: 0 15px !important;
        background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%) !important;
        color: #fff !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 14px !important;
        font-weight: 600;
        padding: 3px 20px !important;
        border-radius: 4px !important;
    }

.page-item.next .page-link {
    background: #118ce62e;
}

.form-control {
    color: #212832;
    text-align: left;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    border: 1px solid #dadadae8;
    height: 50px !important;
    border-radius: 4px;
    margin: 0 0 0 0;
}

.control-label {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: left;
    margin: 0 0 5px 0;
    display: block;
}

.fa-bt:hover {
    text-decoration: none;
    color: #fff;
    background: #212832;
}

input#ContentPlaceHolder1_btnUpdate {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    transition: all 0.4s ease;
    width: 100%;
    max-width: min-content;
    border: none;
    height: 50px;
    transition: all 0.4s ease;
    border: none !important;
}

input#ContentPlaceHolder1_btnCancel {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    /* background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    transition: all 0.4s ease;
    width: 100%;
    max-width: min-content;
    border: none;
    height: 50px;
    transition: all 0.4s ease;
    border: none !important;
    background: #005492;
}

input#ContentPlaceHolder1_btnSubmit,
input#ContentPlaceHolder1_btnPayDue {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    /*background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    margin: 0 0 0px 0px;
    transition: all 0.4s ease;
    width: 100%;
    max-width: min-content;
    border: none;
    height: 50px;
    transition: all 0.4s ease;
    border: none !important;
    background: #005492;
}

.red-star {
    color: red;
    margin: 0 0 0 5px;
}

div#ContentPlaceHolder1_pnlEditInfo {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 0 22px 0 !important;
}

    div#ContentPlaceHolder1_pnlEditInfo .form-group.row {
        margin: 0;
    }

input#ContentPlaceHolder1_txtEditCaseNo {
    background: #fff;
    color: #212832;
    text-align: left;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    border: 1px solid #dadadae8;
    height: 50px !important;
    border-radius: 4px;
    margin: 0 0 0 0;
}

a#btnBack {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    margin: 0;
    transition: all 0.4s ease;
    border: none;
}

input#ContentPlaceHolder1_txtEditCaseType {
    background: #fff;
    color: #212832;
    text-align: left;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    border: 1px solid #dadadae8;
    height: 50px !important;
    border-radius: 4px;
    margin: 0 0 0 0;
}

div#ContentPlaceHolder1_pnlEditInfo label.col-sm-2.col-form-label.font-weight-bold {
    line-height: 50px;
    padding: 0;
}

a#btnBack {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    margin: 0;
    transition: all 0.4s ease;
    border: none;
}

.card-header-tabs {
    margin: 0;
    background: transparent !important;
}

.nav-tabs .nav-link {
    padding: 10px 15px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #212832 !important;
    position: relative;
    margin: 0 15px 0 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    .nav-tabs .nav-link:after {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 1px;
        height: 2px;
        background: #212832;
        content: "";
        width: 0;
        transition: all 0.4s ease;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #118ce6 !important;
        background: #ffffff;
    }

    .nav-tabs .nav-link:hover {
        color: #118ce6 !important;
        background: #ffffff;
    }

        .nav-tabs .nav-link.active:after,
        .nav-tabs .nav-link:hover:after {
            width: 100%;
            background: #118ce6;
        }

input#ContentPlaceHolder1_btnView,
#ContentPlaceHolder1_btnReject {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    /*  background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    margin: 0 0 0px 0px;
    transition: all 0.4s ease;
    width: 100%;
    max-width: min-content;
    border: none;
    height: 50px;
    transition: all 0.4s ease;
    border: none !important;
    background: #005492;
}

.select2.select2-container.select2-container--default {
    color: #212832 !important;
    text-align: left !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    border: 1px solid #dadadae8 !important;
    height: 50px !important;
    border-radius: 4px !important;
    margin: 0 0 0 0 !important;
    padding: .375rem .75rem !important;
}

    .select2.select2-container.select2-container--default span.selection {
        position: relative !important;
        top: 4px !important;
    }



html body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
}




.top-case-detail-head {
    background: #d9edfb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 0 0 22px 0;
    border-radius: 6px;
}

.top-case-detail-head-right a#btnBack {
    position: static !important;
}

    .top-case-detail-head-right a#btnBack:hover {
        background: #212832;
    }

.top-case-detail-head-left ol.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.top-case-detail-head-right div#ContentPlaceHolder1_pnlNewCaseEntry {
    margin: 0 !important;
}

.top-case-detail-head-right .card-body.breadcrumb-body {
    padding: 0 !important;
}

.top-case-detail-head-right input#ContentPlaceHolder1_btnAddNewCase {
    position: static !important;
}

.top-case-detail-head-right .mb-3.position-relative {
    margin: 0 !important;
}

.card-title.h5-center {
    font-size: 28px;
    text-align: center;
    margin: 0 0 29px 0;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    font-weight: 600;
    position: relative;
}

    .card-title.h5-center:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 4px;
        background: #005492;
        content: "";
        max-width: 100px;
        margin: auto;
    }

.label89 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 0px 0;
}

.form-group-row-left {
    display: flex;
    align-items: center;
    width: 50%;
}

.form-group-row-right {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}

.form-group-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-group-row-left input#ContentPlaceHolder1_txtEditCaseNo {
    width: auto;
    margin: 0 0 0 15px;
    min-width: 350px;
}

.form-group-row-right input#ContentPlaceHolder1_txtEditCaseType {
    width: auto;
    margin: 0 0 0 15px;
    min-width: 350px;
}

.sidenav-toggled #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    width: auto !important;
}

div#CaseHistoryGrid_length label,
div#CourtTypeGrid_length label,
div#CourtCasesGrid_length label,
.dataTables_length label {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 15px 0;
    line-height: 50px;
}



div#CaseHistoryGrid_length,
div#CourtTypeGrid_length,
div#CourtCasesGrid_length,
.dataTables_length {
    display: flex;
    align-items: center;
}

    div#CaseHistoryGrid_length label select.form-control.form-control-sm,
    div#CourtTypeGrid_length label select,
    div#CourtCasesGrid_length label select,
    .dataTables_length label select {
        margin: 0 10px;
    }

    div#CourtTypeGrid_length label select,
    div#CourtCasesGrid_length label select,
    .dataTables_length label select {
        color: #212832;
        text-align: left;
        font-weight: 500;
        font-family: "Poppins", sans-serif !important;
        font-size: 14px;
        border: 1px solid #dadadae8;
        height: 50px !important;
        border-radius: 4px;
    }

div#CaseHistoryGrid_filter label,
div#CourtTypeGrid_filter label,
div#CourtCasesGrid_filter label,
div#caseentrydetails_filter label,
.dataTables_filter label {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    line-height: 50px;
    margin: 0 0 15px 0;
}

    div#CaseHistoryGrid_filter label input.form-control.form-control-sm,
    div#CourtTypeGrid_filter label input[type="search"],
    div#CourtCasesGrid_filter label input[type="search"],
    div#caseentrydetails_filter label input[type="search"],
    .dataTables_filter label input[type="search"] {
        margin: 0 0 0 10px;
        border: 1px solid #dadadae8;
        border-radius: 6px;
    }

.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

a#btnMasterAdd {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    /* background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    margin: 0;
    transition: all 0.4s ease;
    border: none;
    background: #005492;
}

a#btnMasterList {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    /*background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    transition: all 0.4s ease;
    border: none;
    margin: 0 7px 0 0;
    background: #005492;
}

.fa-bt {
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    /* background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    margin: 0;
    transition: all 0.4s ease;
    border: none;
    display: block;
    min-width: 95px;
    background: #005492;
}

    .fa-bt i {
        margin-right: 5px;
    }

.dataTables_wrapper .dataTables_info,
div#CourtCasesGrid_info {
    clear: both;
    float: left;
    text-align: center;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 15px 0 0 0;
    color: #212832 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid transparent !important;
}

textarea.form-control {
    height: auto !important;
    min-height: 50px;
    resize: vertical;
}

.card-body.hyp.common-hyp {
    /* box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);*/
    background: #fff;
    padding: 22px 22px;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    height: 100%;
}

.cursor {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 5px 0;
}

.card-body.hyp.common-hyp.second-color {
    background: #fff;
}

.card-body.hyp.common-hyp.third-color {
    background: #fff;
}

.pad-9023 {
    padding: 0 15px;
}

div#dvTblCases {
    margin-bottom: 30px;
}

div#dvdemarcTblCases {
    margin-bottom: 30px;
}

a.cursor {
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #212832 !important;
    margin: 0 0 0px 0;
}

.card.text-white.aqua-gradient.o-hidden.h-150 {
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
    padding: 22px 22px;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 100%;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.card-body .m-5 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 0px 0;
}

.card.text-white.aqua-gradient.o-hidden.h-150 .card-body .mr-5 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 0px 0;
}

.card.text-white.aqua-gradient.o-hidden.h-150 .card-body {
    padding: 0;
    width: 100%;
}

.card-footer.text-white.clearfix.small.z-1 {
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    /*background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 7px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    margin: 15px 0 0 0;
    transition: all 0.4s ease;
    background: #005492;
    display: flex;
}

    .card-footer.text-white.clearfix.small.z-1 span.float-right {
        margin: 0 0 0 7px;
    }

.card-body-icon i {
    color: #005492;
    font-size: 50px;
}

ol.breadcrumb li.breadcrumb-item a {
    color: #005492;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
}

.card.text-white.nexxtaqua-gradient.o-hidden.h-150 {
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
    padding: 22px 22px;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #fff;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

    .card.text-white.nexxtaqua-gradient.o-hidden.h-150 .card-body {
        padding: 0;
        width: 100%;
    }

        .card.text-white.nexxtaqua-gradient.o-hidden.h-150 .card-body .mr-5 {
            font-size: 16px;
            font-weight: 600;
            font-family: "Poppins", sans-serif !important;
            color: #212832;
            margin: 0 0 0px 0;
        }

.card.text-white.brown-gradient.o-hidden.h-270 {
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
    padding: 22px 22px;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #fff !important;
    height: 100%;
    border: none;
}

    .card.text-white.brown-gradient.o-hidden.h-270 .card-body.hyp {
        padding: 0;
    }

.card.text-white.yellow-gradient.o-hidden.h-270 {
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
    padding: 22px 22px;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #fff !important;
    height: 100%;
    border: none;
}

    .card.text-white.yellow-gradient.o-hidden.h-270 .card-body.hyp {
        padding: 0;
    }

.card.text-white.brown-gradient.o-hidden.h-270 .mr-5 b {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 0px 0;
}

.card.text-white.brown-gradient.o-hidden.h-270 .mr-5 a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 0px 0;
    text-align: left;
}

.card.text-white.yellow-gradient.o-hidden.h-270 .mr-5 b {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 0px 0;
}



a#btnMasterAdd i,
a#btnMasterList i {
    margin: 0 0 0 5px;
}

div#dvTblCases {
    background: #fff !important;
    border-radius: 12px;
}

div#dvdemarcTblCases {
    background: #fff !important;
    border-radius: 10px;
}

div#dvEcumTblCases {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 22px;
}


.card-body-icon {
    position: static !important;
    transform: rotate(0deg) !important;
    margin: 0 0 15px 0 !important;
    display: block !important;
    height: auto !important;
    line-height: 50px !important;
}

.card-body.hyp.common-hyp .mr-5 {
    margin: 0 !important;
}

.card.text-white.brown-gradient.o-hidden.h-270 .card-body-icon {
    text-align: center;
}

.card.text-white.yellow-gradient.o-hidden.h-270 .card-body-icon {
    text-align: center;
}

.card.text-white.brown-gradient.o-hidden.h-270 .mr-5 {
    margin: 0 !important;
    text-align: center;
    padding: 0 !important;
}

.card.text-white.brown-gradient.o-hidden.h-270 a.cursor {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
    line-height: 23px;
}

.card.text-white.yellow-gradient.o-hidden.h-270 .mr-5 {
    margin: 0 !important;
    text-align: center;
    padding: 0 !important;
}

#yearpicker {
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    /*background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 7px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    transition: all 0.4s ease;
    border: none;
    margin: 0 !important;
    background: #005492;
}

#yeardemarcpicker {
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    /*background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 7px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    transition: all 0.4s ease;
    border: none;
    background: #005492;
}

#yearEcumcpicker {
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    /*background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 7px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    transition: all 0.4s ease;
    border: none;
    background: #005492;
}

.row.dvGraph .mb-3 {
    margin-bottom: 30px !important;
}

#dvdemarcCaseBox .mb-3 {
    margin-bottom: 30px !important;
}

#yearpicker option {
    color: #000;
}

#yeardemarcpicker option {
    color: #000;
}

#yearEcumcpicker option {
    color: #000;
}

.all-pages-div {
    padding: 60px 0;
    height: calc(100vh - 254px);
}

.live-p-common {
    color: #212832 !important;
    font-weight: 600;
    line-height: 40px;
    margin: 0 !important;
    font-size: 18px;
    padding: 15px 0;
    font-family: "Poppins", sans-serif !important;
}

h5.mt-CourtCases {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: left;
    margin: 0 0 5px 0;
}

.CourtCases {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    transition: all 0.4s ease;
}

.top-court-case {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
}

a.total-cases-badge {
    background: #212832;
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600;
    padding: 3px 20px !important;
    border-radius: 54px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.sec-all {
    background: #f4f5fa;
    padding: 60px 0;
    min-height: calc(100vh - 254px);
}

.Cause_List {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 12px 0 15px 0;
}

.right-data table tbody tr th {
    border: none !important;
    background: #118ce629;
    text-align: left !important;
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    font-weight: 600;
    padding: 10px 15px;
}

.right-data table tbody tr td {
    border: none !important;
    background: #118ce60a !important;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #d9edfb !important;
    font-family: "Poppins", sans-serif !important;
    vertical-align: middle;
    border-right: 1px solid #d9edfb !important;
    font-weight: 500;
    color: #5e6282;
    padding: 10px 15px;
}

    .right-data table tbody tr td:last-child {
        border-right: none !important;
    }

span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
    border: none;
}

.all-button-class {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 0px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    margin: 0 0 0px 0px;
    transition: all 0.4s ease;
    width: 100%;
    max-width: min-content;
    border: none;
    height: 35px;
    transition: all 0.4s ease;
    border: none !important;
}

.flex-bt-45 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .flex-bt-45 input,
    .flex-bt-45 button {
        margin: 5px !important;
    }

    .flex-bt-45 input,
    .flex-bt-45 button {
        font-size: 14px;
        font-weight: 600;
        font-family: "Poppins", sans-serif !important;
        /* background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%) !important;*/
        color: #fff;
        padding: 10px 15px;
        border-radius: 6px;
        min-width: 80px;
        text-align: center;
        transition: all 0.4s ease;
        width: 100%;
        max-width: min-content;
        border: none;
        height: 50px;
        transition: all 0.4s ease;
        border: none !important;
        background: #005492 !important;
    }

        .flex-bt-45 input:hover,
        .flex-bt-45 button:hover {
            color: #fff;
        }

.img-rounded {
    margin-top: 5px;
}

.row.mt-2.btn-info {
    background: transparent;
}

.one-line-text .live-p-common-date {
    margin: 0;
    display: block;
    color: #005492;
}

.one-line-text p.live-p-common {
    line-height: 30px;
}

.live-p-common-date, .court-detail-header {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.move-right {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 15px 0;
}

.full-bt-form {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    /* background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);*/
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    margin: 0 0 0px 0px;
    transition: all 0.4s ease;
    width: 100%;
    max-width: 100% !important;
    border: none;
    height: 50px;
    transition: all 0.4s ease;
    border: none !important;
    background: #005492 !important;
}

.card-title {
    color: #212832 !important;
    font-weight: 600;
    line-height: 40px;
    font-size: 18px;
    font-family: "Poppins", sans-serif !important;
    margin: 0 0 15px 0 !important;
}

ol.breadcrumb {
    background: #d9edfb !important;
}

.fl-cen {
    display: flex;
    justify-content: center;
}

.hr-nav {
    background: #ffffff7a !important;
    margin: 10px 0 !important;
}

div#ContentPlaceHolder1_dvCaseEntry {
    margin: 30px 0 0 0;
}

.Choose_Any_12 {
    display: flex;
    align-items: center;
}

    .Choose_Any_12 label {
        margin: 0 15px 0 5px;
    }

    .Choose_Any_12 input {
        margin: 0;
    }

.pro-h6 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 30px 0;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    font-weight: 600;
    position: relative;
}

.mar-567 {
    padding-top: 15px;
}

p.top-p-9090 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    line-height: 26px;
    margin: 0;
}

div#FirstHearingCasesGrid_wrapper .dt-buttons .dt-button {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0px;
    background: #3678A8;
    border-radius: 9px;
    color: #fff;
    transition: all 0.4s ease;
    font-size: 18px;
    text-decoration: none;
    border: none !important;
}

div#FirstHearingCasesGrid_wrapper .dt-buttons {
    display: flex;
    margin: 0 0 22px 0;
}

div#FirstHearingCasesGrid_wrapper button.dt-button.buttons-excel.buttons-html5 {
    background: #275c9e !important;
}

div#FirstHearingCasesGrid_wrapper button.dt-button.buttons-print {
    background: #00ace1 !important;
}

div#FirstHearingCasesGrid_wrapper button.dt-button.buttons-pdf.buttons-html5 {
    background: #e32413 !important;
}

div#FirstHearingCasesGrid_filter input.form-control.form-control-sm {
    text-align: left;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    border: 1px solid #dadadae8;
    height: 45px;
    border-radius: 4px;
    margin: 0 0 0 10px;
}

div#FirstHearingCasesGrid_filter label {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: center;
    line-height: 45px;
    margin: 0 0 0 0;
}

div#FirstHearingCasesGrid_filter {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 0;
}

    div#FirstHearingCasesGrid_filter input.form-control.form-control-sm:hover,
    div#FirstHearingCasesGrid_filter input.form-control.form-control-sm:focus {
        outline: 3px solid #005492;
        border-color: transparent;
    }

html body .custom-table-case-detail,
html body #FirstHearingCasesGrid {
    width: 100% !important;
    border: none !important;
    display: table !important;
    min-width: 1300px;
}

    html body .custom-table-case-detail thead tr th,
    html body .custom-table-case-detail tbody tr td,
    html body #CaveatEntry th,
    html body #CaveatEntry td,
    html body #FirstHearingCasesGrid th,
    html body #FirstHearingCasesGrid td {
        padding: 15px 15px;
    }

    html body .custom-table-case-detail thead tr th,
    html body #CaveatEntry th,
    html body #FirstHearingCasesGrid th {
        border: none !important;
        background: #118ce629 !important;
        text-align: left !important;
        font-size: 14px;
        font-family: "Poppins", sans-serif !important;
        color: #212832;
        font-weight: 600;
    }

    html body .custom-table-case-detail tbody tr td,
    html body #CaveatEntry td,
    html body #FirstHearingCasesGrid td {
        border: none !important;
        background: #118ce60a;
        text-align: left;
        font-size: 14px;
        border-bottom: 1px solid #d9edfb !important;
        font-family: "Poppins", sans-serif !important;
        vertical-align: middle;
        border-right: 1px solid #d9edfb !important;
        font-weight: 500;
        color: #5e6282;
    }

        html body .custom-table-case-detail tbody tr td:last-child,
        html body #CaveatEntry th:last-child,
        html body #FirstHearingCasesGrid th:last-child,
        html body #FirstHearingCasesGrid td:last-child {
            border-right: none !important;
        }

    html body .custom-table-case-detail tbody tr:last-child td,
    html body #CaveatEntry tr:last-child td,
    html body #FirstHearingCasesGrid tr:last-child td {
        border-bottom: none !important;
    }

div#FirstHearingCasesGrid_info {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: center;
    line-height: 45px;
    margin: 15px 0 0 0;
    padding: 0;
}

.back-button input.btn.btn-success.btn-sm {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%) !important;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    transition: all 0.4s ease;
    width: 100%;
    max-width: min-content;
    border: none;
    height: 50px;
    transition: all 0.4s ease;
    border: none !important;
}
/*
.dt-buttons button.dt-button {
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%) !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 4px !important;
    width: 40px;
    height: 40px;
    border: none;
}*/

td.dataTables_empty {
    text-align: center !important;
}

.ms-parent.form-control {
    width: 100% !important;
    height: auto !important;
}

button.btn.btn-warning {
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    border-radius: 6px;
    text-align: center;
    transition: all 0.4s ease;
    opacity: 1;
    padding: 0 15px !important;
    width: auto;
    height: 35px !important;
    margin: 0 0 0 10px !important;
    line-height: 35px;
    font-family: "Poppins", sans-serif !important;
    box-shadow: none;
    border: none;
}

.ms-choice > div {
    top: 10px !important;
}

.overflow-div {
    overflow: auto;
}

.over-flow-table {
    overflow: auto;
}

.right-div-90 {
    text-align: right;
}

.lable-brfstatus {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    font-family: "Poppins", sans-serif !important;
    color: red;
}

.custom-3-width {
    -ms-flex: 0 0 33% !important;
    flex: 0 0 33% !important;
    max-width: 33% !important;
    margin-bottom: 30px !important;
}

.graph-full-width {
    margin-bottom: 30px;
}

.mar-30-bottom {
    padding: 20px 0 30px 0;
}

label.lblstatics {
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #212832 !important;
    margin: 15px 0 0px 0;
}

.Choose_Any_12 table tbody tr td, .Choose_Any_12 table tbody tr {
    display: flex;
    align-items: center;
}

.Case-Details-modal {
    max-width: 1780px;
}

.modal-header {
    align-items: center;
}

.test-flex-89 table tr td label {
    margin: 0 0 0 6px;
}

.test-flex-89 table tr td,
.test-flex-89 table tr {
    display: flex;
    align-items: center;
}

ul.ul-flz {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

    ul.ul-flz li {
        margin: 0 15px 0 0;
        display: flex;
        align-items: center;
    }

        ul.ul-flz li label {
            margin: 0 0 0 5px;
        }

button.ms-choice:focus {
    outline: none !important;
}

.tbl-scroll {
    overflow: auto;
}

p.nav-item.custom-nav {
    font-family: "Poppins", sans-serif !important;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    max-width: 315px;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%) !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
    min-height: 76px;
}

.Grid {
    overflow: auto !important;
}

footer.sticky-footer .text-center {
    font-size: 14px;
}

.col-9-shadow .card.text-white.aqua-gradient.o-hidden.h-150, .col-9-shadow .card.text-white.nexxtaqua-gradient.o-hidden.h-150 {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 50%;
    justify-content: center;
}

.col-9-shadow {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
    background: #fff;
    padding: 22px 22px;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    height: 100%;
}

    .col-9-shadow .mr-5 {
        margin: auto !important;
    }

.col-lg-8.custom-4-width {
    margin-bottom: 30px;
}


.ms-drop.bottom {
    position: static !important;
}

    .ms-drop.bottom ul {
        display: flex !important;
        flex-wrap: wrap !important;
    }

        .ms-drop.bottom ul li {
            /* width: 70px !important;*/
        }

            .ms-drop.bottom ul li.ms-select-all {
                width: 140px !important;
            }




@media(max-width: 1024px) {
    p .nav-item.custom-nav {
        top: 55px;
    }

    body.sticky-footer .content-wrapper {
        padding: 100px 15px 30px 15px;
    }
}



@media(max-width: 1400px) {
    .width-100 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .custom-3-width {
        -ms-flex: 0 0 33.33% !important;
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }

    .graph-full-width {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media(max-width: 1024px) {
    .custom-3-width {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .form-group-row-left,
    .form-group-row-right {
        width: 49%;
        display: block;
    }

    .label89 {
        margin: 0 0 3px 0;
    }

    .form-group-row-left input#ContentPlaceHolder1_txtEditCaseNo {
        width: 100%;
        margin: 0 0 0 0px;
        min-width: auto;
    }

    .form-group-row-right input#ContentPlaceHolder1_txtEditCaseType {
        width: 100%;
        margin: 0 0 0 0px;
        min-width: auto;
    }
}

@media(max-width: 991px) {
    body p.nav-item.custom-nav {
        position: static !important;
        background: transparent !important;
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
        width: 100%;
        padding: 15px 15px 15px 15px;
    }

    .custom-3-width {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    body.sticky-footer .content-wrapper {
        padding: 30px 15px 30px 15px;
    }
}

@media(max-width: 767px) {
    .custom-3-width {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .row.dvGraph .mb-3, #dvdemarcCaseBox .mb-3, div#dvTblCases, div#dvdemarcTblCases {
        margin-bottom: 15px !important;
    }

    div#PropertyGrid_filter {
        position: static;
        margin: 0 0 15px 0;
    }

    .top-case-detail-head {
        margin: 22px 0 22px 0;
        flex-wrap: wrap;
    }

    .top-case-detail-head-left ol.breadcrumb {
        margin: 0 0 10px 0 !important;
    }

    .card-title.h5-center {
        font-size: 20px !important;
    }

        .card-title.h5-center:after {
            bottom: -1px !important;
            height: 2px !important;
        }

    div#PropertyGrid_paginate ul.pagination {
        margin: 0 !important;
    }

    div#PropertyGrid_paginate {
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    footer.sticky-footer {
        position: static !important;
    }

    body.sticky-footer {
        margin-bottom: 0px;
    }

    div#PropertyGrid_info {
        width: 100%;
    }



    div#ContentPlaceHolder1_CaseDetailMenu_updatepanelMenu {
        overflow: auto !important;
        overflow-y: hidden !important;
    }

        div#ContentPlaceHolder1_CaseDetailMenu_updatepanelMenu ul.nav.nav-tabs.card-header-tabs {
            min-width: 1000px !important;
        }

    .form-group-row-left, .form-group-row-right {
        width: 100%;
        display: block;
    }

        .form-group-row-left input#ContentPlaceHolder1_txtEditCaseNo {
            margin: 0 0 15px 0px;
        }

    .Custom-tabs-case-deails, .card {
        margin: 0 0 22px 0 !important;
    }

    div#divBreadcrumb {
        width: 100%;
    }
}















ul.timeline-ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.timeline-ul:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 3px;
        background: #005492;
        content: "";
    }

    ul.timeline-ul li {
        position: relative;
        padding: 0 0 30px 30px;
    }

        ul.timeline-ul li:after {
            position: absolute;
            left: -9px;
            top: 0;
            width: 20px;
            height: 20px;
            background: #005492;
            content: "";
            border-radius: 50px;
        }

p.timeline-p {
    font-size: 14px !important;
    font-weight: 600;
    margin: 0 0 0px 0;
    color: #212832;
    min-width: 130px;
}

p.timeline-p-1 {
    font-size: 14px !important;
    font-weight: 400;
    margin: 0 0 0px 0;
    color: #212832;
}

.data-timeline {
    display: flex;
}
/*
ul.timeline-ul li:first-child {
    margin-top: 0;
}

ul.timeline-ul li:last-child {
    margin-bottom: 0;
}*/

.timeline-div {
    padding: 0px 22px 0px 22px;
}

.div-diff {
    border-radius: 6px;
    padding: 20px 20px;
    background: #118ce629;
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%) !important;
}

.btn-secondary {
    color: #fff;
    background-color: #005492 !important;
    border-color: #005492 !important;
}

.flex-888 {
    display: flex;
}

    .flex-888 .all-button-class {
        margin: 0 5px 0 0;
    }

.table-head-left table.table.table-responsive.dataTable.no-footer.custom-table-case-detail tbody tr th {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: left;
    background: #118ce629 !important;
    padding: 15px 15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-label {
    font-weight: 600;
}

.modal-dialog.modal-xl.modalsize {
    max-width: 1472px !important;
}
