@-moz-keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes passing-through {
    0% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(40px);
        -o-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-o-keyframes passing-through {
    0% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(40px);
        -o-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes passing-through {
    0% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(40px);
        -o-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(40px);
        -o-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes slide-in {
    0% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(40px);
        -o-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-o-keyframes slide-in {
    0% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(40px);
        -o-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(40px);
        -o-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transform: translateY(40px);
        -o-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#propertySearch,
#helpKey,
#propertyList {
    display: block;
    position: relative
}

#propertySearch {
    margin-bottom: 20px
}

#propertySearch>input {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .18);
    padding: 14px;
    padding-left: 42px;
    padding-right: 170px
}

#propertySearch .search-icon,
#propertySearch .search-filter {
    line-height: 36px;
    position: absolute;
    top: 6px
}

#propertySearch .search-icon {
    left: 15px;
    pointer-events: none
}

#propertySearch .search-filter {
    bottom: 6px;
    right: 6px
}

#propertySearch .search-filter label {
    background-color: #dadada;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 0 13px;
    transition: all .3s ease 0s
}

#propertySearch .search-filter label>* {
    pointer-events: none
}

#propertySearch .search-filter label:hover {
    background-color: #dadada
}

#propertySearch .search-filter label input {
    margin-right: 5px
}

#propertySearch .search-filter label span {
    display: inline-block
}

.key {
    border: 1px solid #dadada;
    border-radius: 3px;
    display: block;
    margin-bottom: 25px;
    overflow: hidden
}

.key.open .key-title .e {
    transform: rotate(180deg)
}

.key .key-title {
    background-color: #f7f7f7;
    cursor: pointer;
    font-weight: bold;
    line-height: 16px;
    padding: 15px 15px;
    position: relative;
    transition: all .3s ease 0s
}

.key .key-title:hover {
    background-color: #f2f2f2
}

.key .key-title .i,
.key .key-title .e {
    position: absolute
}

.key .key-title .i {
    background-color: #f5b025;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    left: 15px;
    line-height: 25px;
    text-align: center;
    top: 11px;
    width: 25px
}

.key .key-title .i i {
    display: block;
    margin: 5px auto;
    transform: rotate(45deg) rotateX(180deg)
}

.key .key-title .t {
    display: block;
    padding-left: 35px;
    padding-right: 35px
}

.key .key-title .e {
    right: 15px;
    top: 15px;
    transition: all .3s ease 0s
}

.key .key-details {
    background-color: #fff;
    border-top: 1px solid #dadada;
    display: none;
    padding: 20px
}

.key .key-details ul li {
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.key .key-details ul li:before,
.key .key-details ul li:after {
    content: "";
    display: table
}

.key .key-details ul li:after {
    clear: both
}

.key .key-details ul li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0
}

.key .key-details ul li .title,
.key .key-details ul li .details {
    display: table-cell;
    padding: 5px;
    vertical-align: middle
}

.key .key-details ul li .title {
    white-space: nowrap;
    width: 1%
}

.key .key-details ul li .title span {
    height: 30px;
    line-height: 28px;
    padding: 0;
    width: 30px
}

.key .key-details ul li .details {
    padding-left: 10px
}

#propertyList ul {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

#propertyList .pR {
    border-color: rgba(0, 0, 0, .1);
    border-style: solid;
    border-width: 0 1px 1px;
    display: block;
    transition: all .3s ease 0s
}

#propertyList .pR:before {
    background-color: #649ae1;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 3px
}

#propertyList .pR:last-child {
    border-bottom-width: 1px
}

#propertyList .pR:hover:before,
#propertyList .pR.open:before {
    opacity: 1;
    visibility: visible
}

#propertyList .pR:hover:not(.open) .pR-summary {
    background-color: #f8f8f8
}

#propertyList .pR.open {
    border-bottom-width: 1px;
    border-top-width: 1px;
    margin: 30px 0
}

#propertyList .pR.open:first-child {
    border-top: 0 none;
    margin-top: 0 !important
}

#propertyList .pR.open:last-child {
    margin-bottom: 0
}

#propertyList .pR.open+.pR {
    border-top-width: 1px
}

#propertyList .pR.open .pR-charges {
    display: block
}

#propertyList .pR-summary,
#propertyList .pR-charges {
    background-color: #fff;
    padding: 20px
}

#propertyList .pR-summary {
    cursor: pointer;
    display: table;
    table-layout: fixed;
    transition: all .3s ease 0s;
    width: 100%
}

#propertyList .pR-summary .pR-title,
#propertyList .pR-summary .pR-dA {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

#propertyList .pR-summary .pR-title .pR-address {
    font-size: 14px;
    font-weight: bold
}

#propertyList .pR-summary .pR-title .pR-address span {
    display: none;
    font-weight: normal
}

#propertyList .pR-summary .pR-title .pR-tenant {
    color: #8f8f8f
}

#propertyList .pR-summary .pR-dA {
    text-align: right
}

#propertyList .pR-summary .pR-dA .pR-dA-tB {
    display: table;
    table-layout: fixed;
    width: 100%
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div {
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.nX,
#propertyList .pR-summary .pR-dA .pR-dA-tB>div.lX,
#propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM.lC {
    display: none
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.nX span:not(.label),
#propertyList .pR-summary .pR-dA .pR-dA-tB>div.lX span:not(.label) {
    font-weight: bold
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.nX span.label,
#propertyList .pR-summary .pR-dA .pR-dA-tB>div.lX span.label {
    color: #8f8f8f
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.nX em,
#propertyList .pR-summary .pR-dA .pR-dA-tB>div.lX em {
    font-style: normal
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.nX.eX span:not(.label),
#propertyList .pR-summary .pR-dA .pR-dA-tB>div.lX.eX span:not(.label) {
    color: #b3392c
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM {
    font-size: 18px;
    font-weight: 600;
    text-align: right
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM.hlC+.aM span {
    border-color: #b3392c;
    border-style: solid;
    border-width: 2px;
    padding: 2px 6px
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM.olC.tD span,
#propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM.lC span {
    background-color: #b3392c;
    color: #fff
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM.nC span {
    background-color: #f7c65f
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM span {
    background-color: #dadada;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    margin-left: 10px;
    padding: 4px 8px;
    text-align: right
}

#propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM span:first-child {
    margin-left: 0
}

#propertyList .pR-charges {
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: none
}

#propertyList .pR-charges .eC {
    font-size: 16px;
    font-weight: 600;
    text-align: center
}

#propertyList .pR-charges .charge {
    background-color: #fff;
    border-color: #dadada;
    border-style: solid;
    border-width: 0 0 1px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
    width: 100%
}

#propertyList .pR-charges .charge:first-child {
    border-top-width: 1px;
    margin-top: 0
}

#propertyList .pR-charges .charge:nth-child(2n) {
    background-color: #f9f9f9
}

#propertyList .pR-charges .charge:not(.open):hover .charge-summary {
    background-color: #f0f9ff
}

#propertyList .pR-charges .charge a.btn-unwaive {
    display: none !important
}

#propertyList .pR-charges .charge.processing .charge-processing {
    display: block
}

#propertyList .pR-charges .charge.processing .charge-summary,
#propertyList .pR-charges .charge.processing .charge-details {
    filter: blur(10px)
}

#propertyList .pR-charges .charge-processing {
    background-color: rgba(255, 255, 255, .7);
    bottom: 0;
    display: none;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

#propertyList .pR-charges .charge-processing.success .cP-mark mark .loader,
#propertyList .pR-charges .charge-processing.error .cP-mark mark .loader {
    display: none
}

#propertyList .pR-charges .charge-processing.success .cP-mark mark .processing-success {
    display: block
}

#propertyList .pR-charges .charge-processing.error .cP-mark mark .processing-error {
    display: block
}

#propertyList .pR-charges .charge-processing .cP-table {
    display: table;
    height: 100%;
    width: 100%
}

#propertyList .pR-charges .charge-processing .cP-table .cP-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

#propertyList .pR-charges .charge-processing .cP-table .cP-cell .cP-body {
    display: inline-block;
    margin: 0 auto;
    max-width: 600px;
    min-height: 36px;
    position: relative;
    width: auto
}

#propertyList .pR-charges .charge-processing .cP-table .cP-cell .cP-body:before,
#propertyList .pR-charges .charge-processing .cP-table .cP-cell .cP-body:after {
    content: "";
    display: table
}

#propertyList .pR-charges .charge-processing .cP-table .cP-cell .cP-body:after {
    clear: both
}

#propertyList .pR-charges .charge-processing .cP-mark {
    left: 0;
    position: absolute;
    top: 0
}

#propertyList .pR-charges .charge-processing .cP-mark mark {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    display: block;
    height: 28px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 28px
}

#propertyList .pR-charges .charge-processing .cP-mark mark .processing-success,
#propertyList .pR-charges .charge-processing .cP-mark mark .processing-error {
    display: none;
    margin-top: 2px
}

#propertyList .pR-charges .charge-processing .cP-mark mark .processing-success {
    color: #2cb36c
}

#propertyList .pR-charges .charge-processing .cP-mark mark .processing-error {
    color: #b3392c
}

#propertyList .pR-charges .charge-processing .cP-details {
    font-size: 12px;
    font-weight: lighter;
    line-height: 28px;
    overflow: hidden;
    padding-left: 42px;
    text-overflow: ellipsis;
    white-space: nowrap
}

#propertyList .pR-charges .charge.charge-late .charge-summary .charge-title {
    color: #b3392c !important
}

#propertyList .pR-charges .charge.charge-waived .charge-summary .charge-title {
    color: #9a9a9a !important
}

#propertyList .pR-charges .charge.charge-waived .charge-summary .charge-title>i {
    color: #5a5a5a;
    font-style: normal;
    text-decoration: line-through
}

#propertyList .pR-charges .charge.charge-waived .charge-summary .charge-total>small:not(.hP) {
    color: #9a9a9a !important;
    text-decoration: line-through
}

#propertyList .pR-charges .charge.charge-waived .charge-pay,
#propertyList .pR-charges .charge.charge-waived .charge-push,
#propertyList .pR-charges .charge.charge-waived .charge-submit {
    display: none !important
}

#propertyList .pR-charges .charge.charge-waived a.btn-waive {
    display: none !important
}

#propertyList .pR-charges .charge.charge-waived a.btn-unwaive {
    display: block !important
}

#propertyList .pR-charges .charge.charge-paid .charge-payment,
#propertyList .pR-charges .charge.charge-paid .charge-push {
    display: none !important
}

#propertyList .pR-charges .charge .charge-summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 10px;
    width: 100%
}

#propertyList .pR-charges .charge .charge-summary .charge-info {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-due-date,
#propertyList .pR-charges .charge .charge-summary .charge-info .charge-title {
    padding-right: 10px
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-due-date span {
    display: none
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-title {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 600;
    white-space: normal
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-title span {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-push {
    padding-left: 25px
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-total {
    color: inherit;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    justify-content: flex-end
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-total ul {
    border: 0 none;
    display: flex;
    flex-direction: row
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-total ul li {
    padding-left: 30px;
    text-align: right
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-total ul li:not(.amount-remaining) {
    font-weight: normal
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-total ul li label {
    color: #8f8f8f;
    display: block;
    font-size: 13px;
    font-weight: normal
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-total small,
#propertyList .pR-charges .charge .charge-summary .charge-info .charge-total span {
    display: block;
    padding-left: 15px;
    text-align: right
}

#propertyList .pR-charges .charge .charge-summary .charge-info .charge-total small:last-child,
#propertyList .pR-charges .charge .charge-summary .charge-info .charge-total span:last-child {
    margin-right: 0
}

#propertyList .pR-charges .charge .charge-summary .charge-payment {
    align-items: center;
    display: none;
    flex-direction: row
}

#propertyList .pR-charges .charge .charge-details {
    border-top: 1px solid #dadada;
    display: none;
    overflow: hidden;
    padding: 10px
}

#propertyList .pR-charges .charge .charge-details table {
    table-layout: fixed;
    width: 100%
}

#propertyList .pR-charges .charge .charge-details table:first-child tr td {
    text-align: left
}

#propertyList .pR-charges .charge .charge-details table:first-child tr td:first-child {
    text-align: right
}

#propertyList .pR-charges .charge .charge-details table:first-child tr td:last-child {
    font-weight: 600
}

#propertyList .pR-charges .charge .charge-details table.charge-payment {
    margin: 0 auto;
    max-width: 300px;
    padding: 0
}

#propertyList .pR-charges .charge .charge-details table.charge-payment .charge-waive a,
#propertyList .pR-charges .charge .charge-details table.charge-payment .charge-submit a {
    width: 100%
}

#propertyList .pR-charges .charge .charge-details table.charge-payment .charge-pay {
    padding: 10px
}

#propertyList .pR-charges .charge .charge-details table.charge-payment .charge-pay>div {
    width: 100%
}

#propertyList .pR-charges .charge .charge-details table.charge-payment .charge-submit button {
    width: 100%
}

#propertyList .pR-charges .charge .charge-details table.charge-payments {
    table-layout: auto
}

#propertyList .pR-charges .charge .charge-details table.charge-payments .processor {
    display: none;
    height: 30px;
    padding: 4px;
    width: 30px
}

#propertyList .pR-charges .charge .charge-details table.charge-payments thead.heading tr {
    border-bottom: 0 none
}

#propertyList .pR-charges .charge .charge-details table.charge-payments thead.heading tr th {
    background: none;
    border: 0 none;
    border-bottom: 3px solid #000;
    font-size: 18px;
    font-weight: lighter;
    text-align: left
}

#propertyList .pR-charges .charge .charge-details table.charge-payments thead tr {
    border-bottom-color: #000
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr {
    background: none
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr.processing [data-action=remove] {
    display: none
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr.processing .processor {
    display: block
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr.removed td:not(.nD) {
    color: #9a9a9a;
    text-decoration: line-through
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr.removed td a[class^=btn-] {
    display: none
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr th,
#propertyList .pR-charges .charge .charge-details table.charge-payments tr td {
    border-right: 1px dotted #000;
    padding: 10px;
    white-space: normal
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr th:last-child,
#propertyList .pR-charges .charge .charge-details table.charge-payments tr td:last-child {
    border-right: 0 none
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr th.aB,
#propertyList .pR-charges .charge .charge-details table.charge-payments tr td.aB {
    display: none
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr th.rW,
#propertyList .pR-charges .charge .charge-details table.charge-payments tr td.rW {
    white-space: nowrap;
    width: 1%
}

#propertyList .pR-charges .charge .charge-details table.charge-payments tr td {
    border-bottom: 1px solid #dadada
}

#propertyList .pR-charges .charge .charge-details table tr td i {
    font-style: normal
}

#propertyList .pR-charges .charge .charge-payment {
    padding-left: 25px;
    position: relative
}

#propertyList .pR-charges .charge .charge-payment .charge-pay {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    width: 100%
}

#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-amount,
#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-date {
    position: relative;
    width: 150px
}

#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-amount i,
#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-date i {
    color: #9a9a9a;
    font-size: 14px;
    height: 20px;
    left: 0;
    line-height: 20px;
    pointer-events: none;
    position: absolute;
    top: 8px;
    width: 20px
}

#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-amount input,
#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-date input {
    background: none;
    border-color: #dadada;
    border-style: solid;
    border-radius: 0;
    border-width: 1px 1px 1px 0;
    font-size: 14px;
    padding: 8px;
    padding-left: 36px;
    text-align: right
}

#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-amount.input-error input,
#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-date.input-error input {
    border-color: #b3392c
}

#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-amount.input-error i,
#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-date.input-error i {
    color: #b3392c
}

#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-amount input {
    border-left-width: 1px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-date i {
    left: 3px
}

#propertyList .pR-charges .charge .charge-payment .charge-pay .payment-date input {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.fM {
    font-style: normal
}

.fM sup {
    font-size: 70%
}

.btn-push,
.btn-remove,
.btn-submit,
.btn-unwaive,
.btn-waive {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0) !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    transform: translateZ(0);
    transition: none !important
}

.btn-push:hover,
.btn-remove:hover,
.btn-submit:hover,
.btn-unwaive:hover,
.btn-waive:hover {
    color: #fff
}

.btn-push:hover:after,
.btn-remove:hover:after,
.btn-submit:hover:after,
.btn-unwaive:hover:after,
.btn-waive:hover:after {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.btn-push:after,
.btn-remove:after,
.btn-submit:after,
.btn-unwaive:after,
.btn-waive:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: transform .3s ease-out;
    z-index: -1
}

.btn-remove,
.btn-waive {
    border-color: #b3392c;
    color: #b3392c
}

.btn-remove:after,
.btn-waive:after {
    background-color: #b3392c
}

.btn-push {
    border-color: #ff9500;
    color: #ff9500
}

.btn-push:after {
    background-color: #ff9500
}

.btn-submit {
    border-color: #3aa64c;
    color: #3aa64c
}

.btn-submit:after {
    background-color: #3aa64c
}

.btn-unwaive {
    border-color: #40a6c8;
    color: #40a6c8
}

.btn-unwaive:after {
    background-color: #40a6c8
}

.icon {
    display: inline-block;
    margin-right: 8px
}

.icon.expired i {
    background-color: #b3392c;
    color: #fff
}

.icon i {
    background-color: #dadada;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

@media(min-width: 992px) {
    #propertyList .pR-charges .charge .charge-details {
        padding: 30px
    }
    #propertyList .pR-charges .charge .charge-details table {
        float: left;
        width: 50%
    }
    #propertyList .pR-charges .charge .charge-details table.charge-payments tr th.aB,
    #propertyList .pR-charges .charge .charge-details table.charge-payments tr td.aB {
        display: table-cell
    }
    #propertyList .pR-charges .charge .charge-processing .cP-table .cP-cell .cP-mark mark {
        height: 32px;
        width: 32px
    }
    #propertyList .pR-charges .charge .charge-processing .cP-table .cP-cell .cP-details {
        font-size: 14px;
        font-weight: 600;
        line-height: 32px
    }
}

@media(min-width: 1200px) {
    #propertyList .pR-summary .pR-title .pR-address span {
        display: inline-block
    }
    #propertyList .pR-summary .pR-dA .pR-dA-tB>div.nX,
    #propertyList .pR-summary .pR-dA .pR-dA-tB>div.lX,
    #propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM.lC {
        display: table-cell
    }
    #propertyList .pR-summary .pR-dA .pR-dA-tB>div.aM.hlC+.aM span {
        border: 0 none;
        padding: 4px 8px
    }
    #propertyList .pR-charges .charge:not(.charge-paid) .charge-payment {
        display: flex
    }
    #propertyList .pR-charges .charge .charge-details table.charge-payment {
        display: none
    }
}