﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media print {
    html {
        font-size: 12px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

/* from Tag */
body {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.mv-search-form {
    margin-top: 20px;
}

.grid-command-buttons {
    margin-top: 10px;
    float: left;
}

.grid-total {
    font-size: 24px;
    font-weight: bold;
}

.grid-footer-section {
    margin-top: 10px;
}

.tag-field_validation-error {
    display: block;
}

.tag-field-with-help-link {
    display: inline;
}

.checkout-checkbox {
    padding: 10px;
}

.checkout-form {
    padding-top: 20px;
}

td.latefees {
    text-align: right;
}

td.totalfee {
    text-align: right;
}

dd {
    margin-left: 30px;
}






.title-bar {
    padding-bottom: 20px;
}

.title-bar-button {
    /*padding-left: 10px;*/
}

#pendingCanRenew {
    padding-bottom: 50px;
}


.contact-info-form {
    padding-top: 15px;
}

.tag-message-icon {
    padding-right: 10px;
}

.ui-igedit-container {
    height: 38px;
    width: 100%;
    display: block;
}

.ui-igcombo-wrapper {
    display: block;
}

.form-control {
    color: #333333;
}

.payment-summary-total {
    font-size: 18px;
    font-weight: bold;
}

.payment-summary-label {
    font-size: 14px;
    font-weight: bold;    
}

.pane-subtitle {
    margin-top: 20px;
}

.form-group .grouped-field {
    width: auto;
    text-align: center;
    border: 1px solid #CCC;
    float: left;
}

.form-group span {
    /*float: left;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;*/
}

.form-group {
    margin-top: 10px;
}

.form-label {
    font-weight: bold;
}

#phonenumberparts .ui-igedit {
    float: left;
}

#phonenumberparts dd {
    margin-left: 0px;
}

.phonevalidationmessage {
    color: #f33;
    margin-bottom: 15px;
    font-size: 12px;
}

.form-extra-top-margin {
    margin-top: 30px;
}

.text-red {
    color: #b94a48;
}

.search-type-card {
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 200px;
    min-height: 295px;
}

#errormessage {
    display: none;
}


/* Property Tax */
.pt-nav-bar {
    margin-top: 10px;
}

.pt-nav-bar-item {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eee;
    border-left: 1px solid #ddd;
}

.pt-nav-bar-item-active {
    background: #337ab7;
    color: white;
}

.pt-second-bar {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-results-panel {
    padding: 0;
}

.pt-search-form-container {
    padding-left: 0;
}

.pt-search-results-container {
    padding-left: 0;
    padding-right: 0;
}

#pt-search-button-container {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#pt-search-button {
    min-width: 180px;
    /*width: 100%;*/
    /*border-radius: 0;*/
}

#pt-search-data-container {
    text-align: center;
}

    #pt-search-data-container > .ui-igedit-container {
        margin-top: 10px;
    }

#pt-search-help-container {
    text-align: center;
}

.pt-sr-name {
    font-weight: bold;
}

.pt-sr-address {
    font-size: smaller;
}

#pt-search-editor-1, #pt-search-editor-2 {
    color: black;
}

.pt-verify-change-address-link {
    padding: 0;
}

.pt-verify-address-change-title {
    font-size: 1.1em;
}

.pt-verify-address-change-pcl {
    font-size: 0.8em;
}

dd {
    margin-left: 30px;
}

.title-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

label input[type='checkbox'] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

label input[type='checkbox'] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type='checkbox']:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type='checkbox']:checked ~ i.fa.fa-check-square-o {
    color: #7AA3CC;
    display: inline;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

label.error {
    color: #aa0000;
}

#EmailAddress, #PhoneNumber, #FirstName, #LastName {
    color: black;
    height: 38px;
}

#pt-verify-summary-count {
    font-weight: bold;
}

#pt-verify-summary-total-amount {
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
}

#pt-payment-totaldue, #pt-payment-totaldue-label {
    font-size: 2.0em;
    font-weight: bold;
}

.pt-payment-summary-container .card-title {
    font-size: 1.5em;
    font-weight: bold;
}

.pt-payment-totals-values {
    width: 100px;
}

table.pt-payment-totals-table > tbody > tr > td {
    padding: 0;
}

    table.pt-payment-totals-table > tbody > tr > td.pt-payment-summary-value-label {
        padding-right: 15px;
        padding-top: 5px;
    }

.borderless > tbody > tr > td {
    border: none;
}

.pt-payment-table-container {
    padding-left: 5px;
}

.k-grid td.pt-payment-amount-column {
    text-align: right;
    padding-right: 15px;
}

.pt-payment-summary-value {
    font-size: 1.2em;
    font-weight: bold;
}

.pt-payment-summary-value-label {
    font-size: 1.1em;
    font-weight: bold;
}

.pt-payamount-entry-wrapper {
    width: 200px;
}

.k-input .pt-payamount-entry {

}

.k-numerictextbox .k-input-inner {
    text-align: right;
}

@media print {
    .pt-payment-summary-value-label {
        font-size: 0.9em;
    }

    .pt-parcel-summary-prop-val {
        font-size: 0.9em;
    }
}

.ui-igedit-container {
    height: 38px;
    width: 100%;
    display: block;
}

.form-control {
    color: #333333;
}

.pt-payment-summary-total {
    font-size: 1.4em;
    font-weight: bold;
    width: 15%;
}

.pt-payment-summary-total-label {
    font-size: 1.4em;
    font-weight: bold;
}

.pt-search-year {
    display: inline-flex;
    line-height: 30px;
}

.pt-search-year-label {
    padding-right: 10px;
}

.pt-details-page-break {
    page-break-before: always;
}

.pt-details-section-print {
    margin-top: 20px;
}

.pt-appraisal-details-label {
    font-weight: bold;
}

#PropertySearchYear {
    width: auto;
}

.pt-sr-balance-paid {
    color: green;
    font-weight: bold;
}

.pt-sr-separator {
    border-top: 2px solid #333333 !important;
}

.pt-sr-hide-selected-column {
    color: white;
}

.ui-iggrid th.hdr-center {
    text-align: center;
}

.pt-sr-baldue {
    text-align: right;
}

.pt-sr-baldue-paid {
    text-align: right;
}

/* xtra small */
@media (max-width: 767px) {
    .pt-sr-baldue-paid {
        text-align: left;
    }

    .pt-sr-baldue {
        text-align: left;
    }

    .pt-summary-parcel-map {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pt-sr-baldue-paid {
        text-align: left;
    }

    .pt-sr-baldue {
        text-align: left;
    }

    .pt-summary-parcel-map {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1310px) {
    .pt-sr-baldue-paid {
        text-align: left;
    }

    .pt-sr-baldue {
        text-align: left;
    }

    .pt-summary-parcel-map {
        float: right;
    }
}

/*.ui-iggrid-responsive-vertical tr > td:first-child {
    color: red;
}*/

.payment-summary-total {
    font-size: 18px;
    font-weight: bold;
}

.payment-summary-label {
    font-size: 14px;
    font-weight: bold;
}

.contact-info-form {
    padding-top: 15px;
}

.form-group .grouped-field {
    width: auto;
    text-align: center;
    border: 1px solid #CCC;
    float: left;
}

.form-group span {
    float: left;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

#phonenumberparts .ui-igedit {
    float: left;
}

#phonenumberparts dd {
    margin-left: 0px;
}

.phonevalidationmessage {
    color: #f33;
    margin-bottom: 15px;
    font-size: 12px;
}

.form-extra-top-margin {
    margin-top: 30px;
}

.tax-sale-alert-icon {
    font-size: larger;
}

.tax-sale-alert {
    background-color: darkred;
    color: white;
    font-weight: bold;
}

    .tax-sale-alert > a {
        color: white;
        text-decoration: underline;
    }

.pt-table-left {
    width: 60%;
    float: left;
}

@media print {
    .pt-table-left {
        width: 55%;
    }
}

.pt-table-left-hdr {
    font-weight: bold;
    padding-right: 20px;
    width: 12%;
    min-width: 150px;
}

.pt-table-help {
    width: 100%;
    float: left;
}

.pt-table-data {
    width: 50%;
}

.pt-table-image-col {
    width: 160px;
}

.table.pt-table-prop-info > tbody > tr > td.pt-table-left-hdr {
    width: 20%;
}

.table.pt-table-own-info > tbody > tr > td.pt-table-left-hdr {
    width: 20%;
}

.exporting-overlay {
    position: absolute;
    background-color: rgba(181, 181, 181, 0.9);
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    vertical-align: top;
    padding-top: 100px;
}

    .exporting-overlay:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.exporting-text {
    font-size: 46px;
    font-weight: bold;
    vertical-align: top;
}

#pt-delinq-export-button-container {
    margin-top: 30px;
    margin-bottom: 20px;
}

span.ui-iggrid-headertext {
    font-size: 0.9rem;
}

.btn {
    font-size: 0.9rem;
}

.ui-widget {
    font-size: 0.9rem;
}

#pt-verify-form {
    margin-top: 10px;
}

#pt-paynow-form {
    display: inline-grid !important;
}

.pt-appraisal-button-bar {
    margin-bottom: 10px;
    margin-top: 10px;
}

h3.card-title {
    margin-bottom: 0px;
}

.card-header {
    padding: 7px;
}

.card {
    margin-top: 10px;
}

.pt-summary-label {
    font-weight: bold;
    line-height: 35px;
    margin-right: 10px;
}

.pt-collapse-section {
    margin-top: 20px;
}

.pt-collapse-section:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f0d7";
}

.pt-collapse-section.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f0da";
}

.pt-print-section {
    margin-top: 20px;
}

@media print {
    .pt-print-section {
        font-size: 14px;
    }
}

.pt-summary-photogroup {
    margin: 5px;
    width: 150px;
    height: 112.5px;
    border: 1px solid black;
}

.pt-summary-sketchgroup {
    margin: 5px;
    width: 150px;
    height: 112.5px;
    border: 1px solid black;
}

.pt-parcel-summary-img-main {
    margin: 5px;
    height: 150px;
    border: 2px solid;
}

.pt-summary-photopopup {
    margin: 5px;
    width: 460px;
}

@media (min-width: 576px) {
    .modal-dialog.pt-modal-dialog-sketch {
        max-width: 800px;
    }
}

.pt-modal-dialog-sketch {
    width: 800px;
    height: 600px;
    margin: 1.75rem auto;
}

pt-summary-sketchpopup-content {
    max-width: 800px;
    width: 800px;
}

.pt-summary-sketchpopup-body {
    width: 800px;
}

.pt-summary-sketchpopup-image {
    margin: 5px;
    width: 780px;
}

.viewDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}


#parcelmapview1 {
    width: 300px;
    height: 300px;
    border: 2px solid;
}



#view2Wrapper {
    padding: 0;
    position: absolute;
    left: 350px;
    top: 25px;
    width: 300px;
    height: 300px;
    border: 2px solid;
}

#view3Wrapper {
    position: absolute;
    left: 25px;
    top: 350px;
    width: 300px;
    height: 300px;
    border: 2px solid;
}

#view4Wrapper {
    position: absolute;
    left: 350px;
    top: 350px;
    width: 300px;
    height: 300px;
    border: 2px solid;
}

.pt-summary-form-group {
    margin-bottom: 0rem;
}

@media print {
    #collapseSummaryPhotos {
        page-break-inside: avoid;
    }

    #collapseSummarySketches {
        page-break-inside: avoid;
    }

    .pt-print-break-avoid {
        page-break-inside: avoid;
    }
}

.pt-summary-parcel-map {
    float: right;
}

/* xtra small */
@media (max-width: 767px) {
    .pt-summary-parcel-map {
        float: left;
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pt-summary-parcel-map {
        float: left;
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1310px) {
    .pt-summary-parcel-map {
        float: right;
    }
}

.pt-parcel-summary-prop-val {
    text-align: right;
}

.pt-parcel-summary-label {
    font-size: 1.1em;
    font-weight: bold;
}

.pt-parcel-summary-header {
    font-size: 1.4em;
    font-weight: bold;
}

@media print {
    .pt-parcel-summary-label {
        font-size: 0.8em;
    }

    .pt-parcel-summary-value {
        font-size: 0.8em;
    }

    .pt-parcel-summary-header {
        font-size: 1em;
    }
}

.pt-parcel-summary-improvement {
    margin-top: 20px;
}

.pt-parcel-summary-balancedue {
    font-size: 1.3em;
    font-weight: bold;
}

.pt-form-radio-label {
    margin-right: 2em;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.pt-summary-fees-header {
    margin-top: 20px;
}

.pt-summary-payment-info {
    margin-top: 20px;
}

.pt-taxyear-message {
    font-weight: bold;
}

.payment-button {
    margin-left: 10px;
}

.payment-card-header {
    font-weight: bold;
}

.payment-card-types {
    margin-left: 10px;
}

.payment-card-type {
    margin-left: 10px;
}

.payment-ach-instructions {
    font-size: 0.9rem;
}

.payment-ach-check-example {
    border: 1px solid black;
}

.search-type-card > .card-footer {
    background-color: rgba(0,0,0,0);
}

div.search-type-card > div.card-body > div.list-group > label.list-group-item {
    border: 0px;
}

.alert-file-status {
    margin-bottom: 0;
    padding: 0.3rem 0.3rem;
}




th.pt-taxinfo-table-amount {
    text-align: right;
}

td.pt-taxinfo-table-amount {
    text-align: right;
}

.pt-taxinfo-table {
        width: 75%;
    }

@media (max-width: 990px) {
        .pt-taxinfo-table {
            width: 100%;
        }
    }

.app-version {
    color: lightgray;
    font-size:x-small;
}

#printeddate {
  display: none;
}

@media print {
  #printeddate {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 0;
    height: 20px;
    font-weight: bold;
  }
}

@media print {
  @page {
    size: auto;
    margin: 0mm;
  }
}

