#PropertyTaxingJurisdictionDisclaimer {
    line-height: 30px;
    padding-left: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #555555;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #PropertyTaxingJurisdictionDisclaimer {
        display: inline-block;
        max-width: 300px;
        word-wrap: break-word;
        line-height: 20px;
        padding-left: 10px;
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    #PropertyTaxingJurisdictionDisclaimer {
        display: table;
        line-height: 20px;
        padding-left: 0;
    }
}

#results #list.k-widget * {
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.list-result:nth-child(even) {
    background: #fff;
}

.map-list-result {
    padding: 10px;
    border-bottom: 2px solid #dcdcdc;
    cursor: pointer;
    position: relative;
}

.map-list-arrow {
    width: 30px;
    height: 100%;
    display: none;
    background-color: #0f314c;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #ffffff;
    border-left: solid 2px #0f314c;
}

    .map-list-arrow i {
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -15px;
        font-size: 30px;
    }

.map-list-result:hover .map-list-arrow {
    display: block;
}

.map-list-result.active .map-list-arrow {
    display: block;
}

.map-list-result h5 {
    margin: 0;
    font-weight: bold;
}

.map-list-result:nth-child(even) {
    background-color: #fff;
}

.map-list-result:hover,
.map-list-result:hover h5 {
    background-color: #0f314c;
    color: #fff; 
}

.checkout-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.checkout-button {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 20px;
    align-items: flex-end;
    text-align: center;
}

.button-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 400px
}

    .checkout-button h1 {
        margin: 0;
    }

    .payment-button {
        width: 90%;
        margin-top: 10px;
    }

.checkout-radio-title {
    background-color: #808080;
    color: #fff;
    font-weight: bold;
    padding: 3px 0;
}

.checkout-radio {
    border: 1px solid #808080;
    margin: 5px 0;
    width: 90%;
}

    .checkout-radio label {
        margin-left: 5px;
        margin-right: 15px;
    }

.checkout-radio-options {
    padding-top: 5px;
}

.checkout-disclaimer-full-width {
    width: 100%
}

.checkout-disclaimer-partial-width {
    width: 70%
}

.effective-year-built-column {
    width: 200px;
}

.tabs {
    height: 1475px;
    width: 100%;
    text-align: left;
}

.tab-nav-wrapper {
    width: 100%;
    position: relative !important;
    z-index: 999 !important;
    top: 3px;
    list-style-type: none;
}

.tabs ul {
    display: block;
    margin: 0px;
    padding-inline-start: 5px;
}

    .tabs ul li {
        display: inline-block;
        border: 1px solid grey;
        background-color: white;
    }

        .tabs ul li.active {
            border: 1px solid black;
            border-bottom: 3px solid white;
        }

        .tabs ul li a {
            text-decoration: none;
            color: blue;
            padding: 10px;
            line-height: 25px;
            position: relative;
            font-weight: bold;
        }

.tab-content-wrapper {
    position: relative !important;
    z-index: 1 !important;
    padding: 20px;
    min-height: 40px;
}

#nav-tabs {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 1.75em 1em;
    margin: 0;
    list-style: none;
    line-height: 1em;
}

    #nav-tabs LI {
        float: left;
        margin: 0;
        padding: 0;
    }

    #nav-tabs A {
        display: block;
        color: #444;
        text-decoration: none;
        font-weight: bold;
        background: #ddd;
        margin: 0;
        padding: 0.25em 1em;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-right: 1px solid #aaa;
    }

        #nav-tabs A:hover,
        #nav-tabs A:active,
        #nav-tabs A.her:link,
        #nav-tabs A.here:visited {
            background: #bbb;
        }

        #nav-tabs A.here:link,
        #nav-tabs A.here:visited {
            position: relative;
            z-index: 102;
        }

#printDetailedView .empty-row {
    display: none;
}

.tooltip2 {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip2 .tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 99;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip2:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        cursor: pointer;
    }

/* Customize the label (the checkbox-container) */
.checkbox-container {
    display: block;
    position: relative;
    top: 5px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control.form-control-checkbox {
    height: 14px;
}

.form-control.form-control-image {
    height: 160px;
}


@-webkit-keyframes wiggle {
    25% {
        -webkit-transform: rotate(14deg);
    }

    50% {
        -webkit-transform: rotate(-14deg);
    }

    75% {
        -webkit-transform: rotate(14deg);
    }

    100% {
        -webkit-transform: rotate(-14deg);
    }
}


@-moz-keyframes wiggle {
    25% {
        -moz-transform: rotate(14deg);
    }

    50% {
        -moz-transform: rotate(-14deg);
    }

    75% {
        -moz-transform: rotate(14deg);
    }

    100% {
        -moz-transform: rotate(-14deg);
    }
}


@keyframes wiggle {
    25% {
        transform: rotate(14deg);
    }

    50% {
        transform: rotate(-14deg);
    }

    75% {
        transform: rotate(14deg);
    }

    100% {
        transform: rotate(-14deg);
    }
}

.map-list-result:hover .map-list-arrow i {
    -webkit-animation: wiggle 0.5s 1;
    -moz-animation: wiggle 0.5s 1;
    animation: wiggle 0.5s 1;
}

.esriPopup a.btn {
    color: #fff;
    text-decoration: none;
}

.table-number {
    text-align: right;
}

.badge.up {
    position: absolute;
    top: -10px;
    right: -5px;
    z-index: 2;
    background-color: red;
    color: #ffffff;
}

.panel-table-info {
    padding: 5px;
    font-size: 1.2em;
}

#filter-controls {
    display: block;
}

#filter-toggle-show, #filter-toggle-hide {
    display: none;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 300px;
    width: 100%;
}


.validation-summary-errors {
    background-color: #d9534f;
    border-color: #b52b27;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-top: 5px;
}

    .validation-summary-errors span {
        font-size: 1.4em;
    }

.validation-summary-valid {
    display: none;
}

.validation-summary-errors li {
    color: #ffffff;
}

.login-content {
    width: 48rem;
}

.system-settings {
    display: flex;
}

.system-settings-title {
    flex: 1 0 410px;
    flex-wrap: wrap;
    text-align: left;
}

.login-wrapper {
    margin-top: 5%;
}

.unset-line-height {
    line-height: unset;
}

.add-user-action {
    background-color: #5c966e !important;
    color: #ffffff !important;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none !important;
}

.settings-title {
    font-size: 26px;
    color: #5c966e;
    border-bottom: 2px dotted #5c966e;
}

.success-message {
    padding: 15px;
    text-align: center;
}

.content-margin {
    margin-top: 3%;
}

@media (max-width: 1024px) {
    .checkout-container {
        width: 100%;
    }

    .checkout-button {
        width: 100%;
    }

    .button-container {
        align-items: flex-end;
        text-align: right;
    }

    .checkout-disclaimer-full-width {
        width: 100%
    }

    .checkout-disclaimer-partial-width {
        width: 100%
    }
}

@media (max-width: 767px) {
    .search-box-nav {
        margin-bottom: 10px;
    }

    .checkout-container {
        width: 100%
    }

    .checkout-disclaimer-full-width {
        width: 100%
    }

    .checkout-disclaimer-partial-width {
        width: 100%
    }
    
    .k-pager-wrap .k-link {
        margin-right: 10px;
    }

    .navbar-brand {
        font-size: 1em;
    }

    .filter-combo {
        width: 100%;
        margin: 10px 0;
    }

    .toggle-show #filter-controls, .toggle-show #filter-toggle-hide {
        display: none;
    }

    .toggle-show #filter-toggle-show {
        display: block;
    }

    .toggle-hide #filter-controls, .toggle-hide #filter-toggle-hide {
        display: block;
    }

    .toggle-hide #filter-toggle-show {
        display: none;
    }
}

@media print {
    img {
        max-width: none !important;
    }

    body {
        -webkit-print-color-adjust: exact;
    }

    body, h1, h2, h3, ol, ul, div {
        width: auto;
        border: 0;
        margin: 0 0.1%;
        padding: 0;
        float: none;
        position: relative;
        overflow: visible;
    }

    .pagebreak {
        clear: both;
        page-break-after: always!important;
    }
}


#printJS {
    width:900px;
    height: 900px;
}

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #15a0ec;
    border-bottom: 16px solid #15a0ec;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: white;
    border-radius: 15px;
    padding: 2%;
    width: 150px;
}

.print-map {
    display:flex;
    justify-content: center;
}

.print-map-innerdiv {
    width: 750px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wordbreak {
    word-break: break-word;
}

.tblthwidth
{
    width:180px;
}
.tbltrwidth {
    width: 250px;
}

#select2-selectNeighborhoodCode-results li:first-child {
    display: none;
}

.online-forms-button {
    margin-right: 5px;
}

.modal-pay-btn {
    width: 80px;
}

@media (max-width: 767px) {
    .modal-pay-btn {
        width: 50px;
    }
}

.alert-modal {
    display:none;
    position: fixed !important;
    top: 50% !important;
    margin:0 !important;
    padding:0 !important;
    z-index:10;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.snackbar-message{
    border-radius: 3px;
    width:350px;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    position:relative;
    box-shadow: 2px 2px 7px gray;
}

.redirect-btn{
    text-align: center;
    margin: 0;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
}

.redirect-btn:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #254749;
}

.request-modal{
    position: absolute;
}

.calendar-container {
    display: inline-block;
    width: 160px;
    position: relative;
}

.calendar-container:after {
    font-family: 'Glyphicons Halflings';
    content: "\1F4C5";
    position: absolute;
    font-size: 28px;
    top: -5px;
    right: 5px;
}

.terms-of-use-link {
    text-decoration: underline;
}