@import url("./visitor.css");

/* BOOTSTRAP & OTHER GENERAL FIXS */
.form-control-file,.form-control-range{display:block;width:100%;}
.icon-fw{width:24px;}
.bootbox .modal-title{font-weight:700;font-size:20px;letter-spacing:0;}
.select2{width:100%;max-width:100%;}

.unselectable{
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}

/* LISTING PAGE */
.panel-heading .summary-div,
.filter-container .summary-div{float:right;position:relative;z-index:99;font-weight:400;font-size:16px;line-height:24px;}
.panel-heading .action-div,
.filter-container .action-div{float:right;position:relative;z-index:99;}
.panel-heading .action-div .btn,
.filter-container .action-div .btn{font-size:12px;}

@media only print{
    .panel-heading .action-div,
    .filter-container .action-div{display:none;}
}

/* LISTING PAGE FILTER */
#default-filter input,
#default-filter select,
#default-filter .select2{margin-right:15px;margin-bottom:10px;vertical-align:top;}
.filter-container{margin-bottom:20px;padding:0 20px;}
.filter-wrapper{position:relative;font-size:0;}
.filter-wrapper .filter-block{position:relative;display:inline-block;vertical-align:top;margin:10px 10px 10px 0;font-weight:400;font-size:12px;line-height:20px;}
.filter-wrapper .filter-block input[type='text'],
.filter-wrapper .filter-block input[type='email'],
.filter-wrapper .filter-block input[type='tel'],
.filter-wrapper .filter-block input[type='date'],
.filter-wrapper .filter-block select,
.filter-wrapper .filter-block .select2,
.filter-wrapper .filter-block .label-checkbox{min-width:140px;margin:0!important;}
.filter-wrapper .filter-block .control-label{position:absolute;top:-8px;left:4px;z-index:99;margin:0;padding:0 4px;background:#FFF;font-size:11px;line-height:16px;color:#888;}
.filter-wrapper .filter-block .select2 .select2-selection{border-color:#D2D3D3;border-radius:0;}

.datatable-header {
    display: none;
}

.second-form-header {
    margin-bottom: 20px;
}

.center {text-align: center; margin-left: auto; margin-right: auto; margin-bottom: auto; margin-top: auto;}
.fof{
    /* display: table-cell; */
    vertical-align: middle;
}

.fof h1{
    font-size: 100px;
    display: inline-block;
    padding-right: 12px;
    animation: type .5s alternate infinite;
}

@keyframes type{
    from{box-shadow: inset -3px 0px 0px #888;}
    to{box-shadow: inset -3px 0px 0px transparent;}
}

/*nav*/
.navbar-header {
    min-width: 200px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #223239;
}
.navbar-right{
  flex-direction: column;
}
@media screen and (min-width: 769px){
  .navbar-right{
    flex-direction: row;
  }
}
.navbar-inverse {
    background-color: #FFAC00;
    border-color: #FFAC00;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-toggle.no-arrow:after{
  display: none;
}
body {
    font-weight: 500;
}
.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #FFAC00;
    color: #fff;
}
span.logoHeader {
    padding: 15px 0 10px;
    display: block;
    color: black;
}
.navbar-brand {
    float: left;
    padding: 5px 15px 5px 25px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}
.navbar-brand > img {
    margin-top: 2px;
    height: 32px;
}
span.logoHeader {
    padding: 13px 0 10px;
    display: block;
    color: black;
    font-size: 14px;
    font-weight: 400;
    float:left;
}
.bg-teal-400 {
    background-color: #E56600;
    border-color: #E56600;
    color: #fff;
}
.category-content {
    position: relative;
    padding: 20px 20px;
}
.category-content .media{
  justify-content: center;
}
.navigation > li > a.active {
    background: #FFA900;
}
.navigation li a{
    color:#fff;
}
.navigation > li ul li a.active {
    background: #5c5c5c;
}
.navigation > li > ul li:first-child {
    padding-top: 0;
}

/*nav*/
/*404error*/
/* .errorpage a.btn.btn-large.btn-info {
    background-color: #FFA900;
    border-color: #FFA900;
    color: black;
} */
/*404error*/
/*property*/
.wizard > .steps > ul > li.current .number {
    font-size: 0;
    border-color: #FFA900;
    background-color: #fff;
    color: #FFA900;
}
.heading-elements {
    background-color: inherit;
    position: relative;
    top: 35%;
    right: 20px;
    height: auto;
    margin-top: 0px;
}
.panel-white > .orange {
    background: #FFA900;
}
.steps-title h6{
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.steps-title b {
    text-transform: uppercase;
    font-size: 13px;
}
.wizard > .actions > ul > li > a {
    background: #FFA900;
}
.uploader .action.btn {
    margin-top: 0;
    background: #FAFCFD;
    border-color: #ccc;
    color: black;
}
.pointer {
    cursor: pointer;
}

.page-nav {
    color: #000;
}

.txt-right{
    text-align: right;
}

.search{
      box-sizing: border-box;
      padding: 7px;
      font-size: 12px;
      border: 1px solid grey;
      float: left;
      width: 20%;
      background: #fff;
}

.black{
    color: #000;
}

.droplist{
    margin: 0 15px;
    width: 20%;
    padding: 7px;
}

.total{
    color: #949ba0;
    background-color: #d8d8d8;
    border-style: none;
    text-align: center;
    padding: 8px;
    max-width: 11%;
}

.btn-payment{
    color: #fff;
    background-color: #949ba0;
    border-style: none;
    width: 20%;
    padding: 8px;
    margin: 10px;
    
}

.payment-desc{
    font-size: 12px;
    color: #a4abb4;
    display: inline-block;
}

.txt-center{
    text-align: center;
}

.monthly{
    padding: 8px 15px;
}

.date-input{
    border: 1px solid lightgrey;
    padding: 5px 0;
    margin: 10px 0;
    width: 255px;
}

.ddl-1{
    padding: 7px 0;
    margin: 10px;
    width: 200px;
    border-color: #d3d3d3;
}

.ddl-2{
    width: 100px;
    padding: 7px 0;
    border-color: #d3d3d3;
}

/*property*/
.stepy-header li.stepy-active div {
    cursor: auto;
    border-color: #FFA900;
    background-color: #fff;
    color: #FFA900;
}
.stepy-header li div {
    background-color: #FFA900;
    border: 2px solid #FFA900;
}
.stepy-header li:before, .stepy-header li:after {
    background-color: #FFA900;
}
.orange .heading-elements {
    background-color: inherit;
    position: absolute;
    top: 18%;
}
.stepy-navigator a.button-next,button.btn.btn-primary.stepy-finish {
    background: #FFA900;
    border-color: #FFA900;
}
ul.nav.nav-tabs.step2Tab {
    margin-top: 5%;
}
.tab-content {
    border: 1px solid #ccc;
    padding: 20px;
    min-height: 400px;
    margin-top: -21px;
}

.filter-style {
    height: 36px;
    margin: 0 15px 10px 0;
    border: 1px solid #d2d3d3;
    padding: 7px 15px;
    min-width: 150px;
    color: #333;
    font-weight: normal;
}

input[type='checkbox'].filter-style  {
    height: 17px;
    min-width: 20px;
    margin: 0 3px 0 0 !important;
    vertical-align: middle;
}

.filter-left {
    display: inline-block;
}

.filter-right {
    margin-bottom: 10px;
    text-align: right;
    display: inline-block;
    float: right;
}

.display-inline-block {
    display: inline-block;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-5 {
    padding-top: 20px;
}

.p-t-10 {
    padding-top: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-10 {
    padding-right: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.m-hr {
    margin: 10px 0 20px 0;
}

.m-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-l-3 {
    margin-left: 3px;
}

.m-l-10 {
    margin-left: 10px;
}

.b-r-0 {
    border-right: initial !important;
}

.b-l-0 {
    border-left: initial !important;
}

.m-w-80 {
    min-width: 80px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #FFA900;
    border: 1px solid #FFA900;
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 5px 5px 0 0;
    padding: 10px 40px;
}

field[title="2"] a.button-next.btn.btn-primary {
    margin-right: 20px;
}
.tab-content.step2content div.form-group {
    margin-bottom: 2%;
    background: #F9FBFC;
    color: #333;
    padding: 20px;
    border-radius: 4px;
}
.tab-content.step2content .row {
    margin-left: 0;
    margin-right: 0;
}

/*sidebar nav*/
.section-Title{
    padding: 10px 20px 10px;
    display: block;
    border-bottom: 1px solid grey;
}
.property-selector-select2{background-color:#263238!important;color:#FFF!important;border:solid 1px #DDD!important;}
.property-selector-select2-dd .select2-search{padding:6px!important;}
.property-selector-select2-dd .select2-search .select2-search__field{height:28px;padding:4px 12px;padding-left:28px;}
.property-selector-select2-dd .select2-search--dropdown:after{left:16px;}
.propertySelectionbox{
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px 20px;
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
}
.propertySelectionbox .btn {
    width: 100%;
    background: transparent;
    border-color: #fff;
    color: #fff;
    padding: 10px 20px;
    text-align: left;
}
.propertySelectionbox .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: transparent;
    border-color: #fff;
}
.propertySelectionbox .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color:transparent;
    border-color: #fff;
}
.navigation > li .propertySelectionbox ul {
    background-color: #263238;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 0;
    margin: -21px 20px 0px;
    max-width: 220px;
    width: 100%;
    max-height:400px;
    overflow:auto;
}
.navigation > li .propertySelectionbox ul li {
    padding: 0px 20px;
}
.navigation > li .propertySelectionbox ul li.selected {
    background-color: #FFA900;
}
.navigation > li .propertySelectionbox ul li a{
    padding: 10px 20px;
    padding-left: 0px;
    min-height: 40px;
}
.propertySelectionbox .btn .caret {
    margin-left: 0;
    float: right;
    padding-top: 4px;
}
.step2content .dataTable thead {
    color: white;
    background: #333;
}

/*data table*/
.dataTable{
    border-top: 1px solid #e0e0e0;
    margin-bottom:50px;
}
fieldset[title="2"] > .col-md-12 ,fieldset[title="2"] > .col-md-12 > .col-md-12{
    padding: 0;
    margin: -10px 0px 10px;
}
/* fieldset[title="1"] {
    padding-top: 30px;
} */
fieldset {
    margin-top: 30px;
}
.panel.panel-body.login-form {
    background:rgb(57,57,57);
    background:rgba(57,57,57,.7);
    border:1px solid #646464;
    color:white;
    margin-top:5%;
}
body.login-container.pace-done {
    background: url(../images/login-bg@2x.jpg);
    background-size: cover;
    background-position:center;
}
.login-form .checker span {
    color: #fff;
    border: 2px solid #fff;
}
.login-form small.display-block {
    color: white;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.color-red{color:red;}
.color-blue{color:blue;}
.color-grey{color:#B5B5B5;}
.color-green{color:#66BB6A;}

.login-container a,.login-container .footer{
    color:white;
}
.sidebar-xs .sidebar-main .navigation > li > ul > li > a:hover{
    background-color: #333;
}
.sidebar-xs .sidebar-main .navigation > li > ul > li > a.has-ul.active{
    background-color: #FFA900;
}
td,th{
    text-align:left;
}
/*button color*/
.btn-orange{
    background: #FFA900;
    border-color: #FFA900;
    color:#fff;
} 
.btn-orange:hover {
    color: white;
    background: #FFd700;
    border-color: #FFd700;
}
.btn-blue{
    background-color: #2196F3;
    border-color: #2196F3;
    color:#fff;
}
.btn-blue:hover{
    background-color: #6196E0;
    border-color: #6196E0;
    color:#fff;
}
.btn-grey{
    background: #B5B5B5;
    border-color: #B5B5B5;
    color:#fff;
}
.btn-grey:hover {
    color: white;
    background: #ccc;
    border-color: #ccc;
}
.btn-black {
    background: #000;
    border-color: #000;
    color:#fff;
}
.btn-black:hover {
    color: #fff;
    background: #656565;
    border-color: #656565;
}
span.smalltxt {
    color: #b10b10;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
}
/*td.fldPropertyId, .fldNumOfBlocks , .fldUnitId{*/
td.fldPropertyId, .td.fldNumOfBlocks {
    padding-left: 50px !important;
}
td.text-center .icons-list {
    text-align: left;
    padding-left: 12px;
}

.bg-white{
    background: #fff;
}

.bg-light-purple{
    background: #cbd5df;
}

.color-white{
  color: white;
}

.no-padding{
    padding: 0;
}

.btn-send{
    background: #a5b6c6;
    color: #fff;
    padding: 12px 48px;
    font-size: 13px;
    border: initial;
    cursor: pointer;
}

.thread-border{
    background: #cbd5df;
    padding: 8px;
    font-size: 14px;

}

.padding-thread{
    padding: 20px 80px;
}

.margin-thread{
    margin: 20px 0;
}

.border-box {
    height: 80px;
    box-sizing: border-box;
    background-color: #939aa0;   
    text-align: center;
    padding: 10px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    width: 1000px;
}

.border-box a{
    color: #fff;
}

.b-b-0 {
    border-bottom: 0;
}

.m-b-0{
    margin-bottom: 0;
}

.m-b-5{
    margin-bottom: 5px;
}

.m-b-10{
    margin-bottom: 10px;
}

.m-b-20{
    margin-bottom: 20px;
}

.preview-logo-image-div,
.preview-image-div {
    position: relative;
    display: inline-block;
}

.preview-logo-image-div i,
.preview-image-div i {
    position: absolute;
    right: -3px;
    top: -3px;
    font-size: 20px;
    border-radius: 30px;
    color: #f00;
    background: #fff;
    cursor: pointer;
}

.preview-logo-image-div i,
.preview-document-div i.icon-cancel-circle2 {
    color: #f00;
    background: #fff;
    margin-left: 5px;
    font-size: 20px;
    border-radius: 30px;
    cursor: pointer;
}

.preview-logo-image-div i:hover,
.preview-document-div i.icon-cancel-circle2:hover,
.preview-image-div i:hover {
    color: #fff;
    background: #f00;
}

.preview-logo-image,
.preview-image {
    max-height: 250px;
    width: auto;
    margin-bottom: 15px;
}

.preview-image-div.gallery-image img {
    max-width: 350px;
    max-height: 250px;
}

#reply-images .preview-image-div {
    margin-right: 10px;
}

.img-banner {
    max-width: 100%;
    height: auto;
}
.modalContractor .modal-body div {
    margin-bottom: 20px;
    font-weight: normal;
}
.modalContractor .modal-content {
    padding: 30px 20px 0px;
}
.modalContractor i {
    font-size: 12px;
    padding-right: 10px;
    float: left;
    width: 3%;
}
.modalContractor b {
    font-size: 20px;
    color: #f09b12;
}
.modalContractor span{
    float: left;
    width: 97%;
    vertical-align: top;
    margin-top: -5px;
    margin-bottom: 20px;
}
#booking_listing_wrapper .dataTables_info {
    float: left;
    padding: 8px 0 0 20px;
    margin-bottom: 20px;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
    color: #fff;
    background-color: #f6a831;
}
.dataTables_paginate {
    float: right;
    text-align: right;
    margin: 0 20px 30px 20px;
}
div#complaint_listing_info {
    padding: 10px 20px;
}
.dataTables_info {
    float: left;
    padding: 8px 20px !important;
    margin-bottom: 30px;
}
img.complaint_suggestion_images {
    margin-right: 20px;
    border: 1px solid #cccccc;
}
img.support_ticket_images {
    height: 200px;
    width: 200px;
    margin-right: 20px;
    border: 1px solid #cccccc;
}
img.service_app_images {
    height: 200px;
    width: 200px;
    margin-right: 20px;
    border: 1px solid #cccccc;
}

#modal_complaint .titleHome {
    font-size: 20px;
    color: #f09b12;
    margin: 15px 0 15px;
}
div#modal_complaint .modal-content {
    padding: 20px 30px 0px;
}
#modal_complaint textarea {
    min-height: 100px;
}

.checkbox-div input {
    width: 15px;
    height: 15px;
    margin: 5px 10px;
    display: inline-block;
    vertical-align: sub;
}

#payment_voucher_payment_selected_wrapper #payment_voucher_payment_selected_info,
#payment_voucher_payment_selected_wrapper #payment_voucher_payment_selected_paginate,
#purchase_invoice_simple_wrapper #purchase_invoice_simple_info,
#purchase_invoice_simple_wrapper #purchase_invoice_simple_paginate,
#variation_order_simple_wrapper #variation_order_simple_info,
#variation_order_simple_wrapper #variation_order_simple_paginate,
#outstanding_statement_wrapper #outstanding_statement_info,
#outstanding_statement_wrapper #outstanding_statement_paginate,
#pay_bills_wrapper #pay_bills_info,
#pay_bills_wrapper #pay_bills_paginate,
#monthly_statement_wrapper #monthly_statement_info,
#monthly_statement_wrapper #monthly_statement_paginate,
#monthly_bill_wrapper #monthly_bill_info,
#monthly_bill_wrapper #monthly_bill_paginate,
#matrix_table_wrapper #matrix_table_info,
#matrix_table_wrapper #matrix_table_paginate,
#other_bills_wrapper #other_bills_info,
#other_bills_wrapper #other_bills_paginate,
#advance_payment_table_wrapper #advance_payment_table_info,
#advance_payment_table_wrapper #advance_payment_table_paginate,
#report_aging_table_wrapper #report_aging_table_info,
#report_aging_table_wrapper #report_aging_table_paginate,
#report_creditor_aging_table_wrapper #report_creditor_aging_table_info,
#report_creditor_aging_table_wrapper #report_creditor_aging_table_paginate,
#admin_invoice_wrapper #admin_invoice_info,
#admin_invoice_wrapper #admin_invoice_paginate,
#pc_wrapper #pc_info,
#pc_wrapper #pc_paginate {
    display: none;
}

.b-t-0 {
    border-top: initial !important;
}

.b-t-1 {
    border-top: 1px solid #ddd;
}

.b-b-1 {
    border-bottom: 1px solid #ddd;
}

.b-r-0 {
    border-right: initial !important;
}

.b-l-0 {
    border-left: initial !important;
}

.m-w-100 {
    min-width: 100px;
}

.timeslot-div {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.timeslot-block.taken {
    background: #f44336 !important;
    cursor: not-allowed;
}

.timeslot-block.maintenance {
    display: none;
}

.timeslot-block.selected {
    background: #FFA900;
}

.input-full,
.table-input-div input {
    -webkit-appearance: textfield;
    width: 100%;
}

.media-heading .text-semibold {
    color: #000;
}

.media-list {
    padding: 0;
}

.media-list li {
    margin: 0;
    padding: 5px 20px;
    border-bottom: 1px solid #ddd;
}

.media-list li.unread {
    background: #ffba2c;
}

.media-link {
    display: block;
}

.media-left {
    vertical-align: middle;
    padding-right: 10px;
}

.initial-bg {
    color: #fff;
    background: #000;
}

.initial-bg.bg-success-400 {
    background-color: #66BB6A;
    border-color: #66BB6A;
}

.initial-bg.bg-danger-400 {
    background-color: #EF5350;
    border-color: #EF5350;
}

.initial-bg.bg-grey-400 {
    background-color: #777;
    border-color: #777;
}

.bg-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.media-left i {
    padding: 6px;
    border-radius: 20px;
}

.zero-notification {
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.dataTable thead .sorting_asc:after {
    content: none;
}

.invoice-outstanding-div h5,
.invoice-header h5,
.po-header h5 {
    margin: 0;
}

.po-total-div,
.invoice-outstanding-div {
    max-width: 400px;
    margin: 0 0 0 auto;
}

.po-detail,
.vo-detail,
.invoice-detail {
    max-width:480px;
}

.invoice-border {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
}

/* INVOICE TEMPLATE */
.invoice-tpl{}
.invoice-tpl .inv-name{margin:0 0 5px;}
.invoice-tpl .inv-addr p{margin-bottom:0;}
.invoice-tpl .inv-footnote{}
.invoice-tpl .inv-footnote h6{margin:0 0 5px;}
.invoice-tpl .inv-signature{display:block;margin-bottom:20px;}

/* RECEIPT TEMPLATE */
.receipt-tpl{max-width:960px;margin:0 auto;}

.receipt-tpl .property-address{font:500 13px/22px 'Roboto',sans-serif;}
.receipt-tpl .property-address p{margin-bottom:0;}

.receipt-tpl .receipt-details{margin:0 0 0 auto;max-width:360px;text-align:left;}
.receipt-tpl .receipt-details .title{font:700 18px/30px 'Roboto',sans-serif;margin:0 0 10px;text-transform:uppercase;}
.receipt-tpl .receipt-details .row{margin-bottom:5px;font-weight:400;}
.receipt-tpl .receipt-details .row .col-xs-7{font-weight:500;}

.receipt-tpl .receipt-row{font:400 15px/20px 'Roboto',sans-serif;color:#000;}
.receipt-tpl .receipt-row .subitem{display:block;margin-top:4px;color:#777;font-size:13px;line-height:18px;}
.receipt-tpl .receipt-row .amount{display:block;margin-top:4px;font-size:13px;line-height:18px;}
.receipt-tpl .receipt-row .amount.visible-xs{display:inline-block;text-align:right;}
.receipt-tpl .receipt-row.receipt-row-blank{height:80px;}

.receipt-tpl .receipt-total .head{font:400 16px/30px 'Roboto',sans-serif;border-bottom:solid 1px #DDD;padding:5px 0;}
.receipt-tpl .receipt-total .bodyitem{padding:10px 12px;font-size:14px;line-height:20px;text-align:right;border-bottom:solid 1px #DDD;}
.receipt-tpl .receipt-total .bodyitem label{float:left;}
.receipt-tpl .receipt-total .foot{padding:15px 12px;text-align:right;border-top:solid 1px #DDD;border-bottom:solid 1px #DDD;}
.receipt-tpl .receipt-total .foot label{float:left;font:400 16px/30px 'Roboto',sans-serif;}
.receipt-tpl .receipt-total .foot .amount{font-weight:700;font-size:18px;line-height:30px;color:#2095f2;}
.receipt-disclaimer {
    font-size: 12px;
    font-style: italic;
    text-align: right;
    padding: 0 5px;
    color: #777;
}

.form-note {
    font-size: 12px;
    font-style: italic;
    padding: 0 5px 10px 5px;
    color: #777;
}

#view_daily_receipt_summary_report th,
#view_daily_receipt_summary_report td,
#daily_receipt_summary_report th,
#daily_receipt_summary_report td,
#report_aging_table th,
#print_aging_table th,
#report_aging_table td,
#print_aging_table td,
#report_creditor_aging_table th,
#print_creditor_aging_table th,
#report_creditor_aging_table td,
#print_creditor_aging_table td,
#invoice_reports th:last-child,
#invoice_reports td:last-child,
#invoice_reports th:nth-last-child(2),
#invoice_reports td:nth-last-child(2),
#invoice_reports th:nth-last-child(3),
#invoice_reports td:nth-last-child(3),
#print_invoice th:last-child,
#print_invoice td:last-child,
#print_invoice th:nth-last-child(2),
#print_invoice td:nth-last-child(2),
#report_receipt_table th:nth-last-child(4),
#report_receipt_table td:nth-last-child(4),
#print_report th:nth-last-child(4),
#print_report td:nth-last-child(4),
#payment_log th:nth-last-child(2),
#payment_log td:nth-last-child(2),
#deposit_reports th:last-child,
#deposit_reports td:last-child,
#refund_reports th:nth-last-child(2),
#refund_reports td:nth-last-child(2),
#refund_reports th:last-child,
#refund_reports td:last-child,
#outstanding_by_charges_report th,
#print_outstanding_by_charges_report th,
#outstanding_by_charges_report td,
#print_outstanding_by_charges_report td,
#billing_collection th,
#billing_collection td,
#print_billing_collection_report th,
#print_billing_collection_report td,
#pc th:nth-last-child(2),
#pc td:nth-last-child(2),
#pc th:nth-last-child(3),
#pc td:nth-last-child(3),
#pc th:nth-last-child(4),
#pc td:nth-last-child(4),
#aging_details_table th:nth-last-child(1),
#aging_details_table td:nth-last-child(1) {
    text-align: right;
}

#view_daily_receipt_summary_report th:first-child,
#view_daily_receipt_summary_report td:first-child,
#view_daily_receipt_summary_report th:nth-child(2),
#view_daily_receipt_summary_report td:nth-child(2),
#view_daily_receipt_summary_report th:nth-child(3),
#view_daily_receipt_summary_report td:nth-child(3),
#daily_receipt_summary_report th:first-child,
#daily_receipt_summary_report td:first-child,
#report_aging_table th:first-child,
#report_aging_table td:first-child,
#report_aging_table th:nth-last-child(10),
#report_aging_table td:nth-last-child(10),
#print_aging_table th:first-child,
#print_aging_table td:first-child,
#print_aging_table th:nth-last-child(10),
#print_aging_table td:nth-last-child(10),
#report_creditor_aging_table th:first-child,
#report_creditor_aging_table td:first-child,
#report_creditor_aging_table th:nth-last-child(9),
#report_creditor_aging_table td:nth-last-child(9),
#print_creditor_aging_table th:first-child,
#print_creditor_aging_table td:first-child,
#print_creditor_aging_table th:nth-last-child(9),
#print_creditor_aging_table td:nth-last-child(9),
#outstanding_by_charges_report th:first-child,
#print_outstanding_by_charges_report th:first-child,
#outstanding_by_charges_report td:first-child,
#print_outstanding_by_charges_report td:first-child,
#outstanding_by_charges_report th:nth-child(2),
#print_outstanding_by_charges_report th:nth-child(2),
#outstanding_by_charges_report td:nth-child(2),
#print_outstanding_by_charges_report td:nth-child(2),
#billing_collection th:nth-child(1),
#billing_collection td:nth-child(1),
#billing_collection th:nth-child(2),
#billing_collection td:nth-child(2),
#print_billing_collection_report th:nth-child(1),
#print_billing_collection_report td:nth-child(1),
#print_billing_collection_report th:nth-child(2),
#print_billing_collection_report td:nth-child(2) {
    text-align: left;
}

#invoice_reports td.dataTables_empty,
#print_invoice td.dataTables_empty {
    text-align: center;
}

table.advance-payment-knockoff-list {
    max-width: 500px;
    margin: 0 auto;
}

table.advance-payment-knockoff-list tr {
    border: 1px solid #ddd;
}

table.advance-payment-knockoff-list td {
    padding: 12px 20px;
}

#view_daily_receipt_summary_report tbody tr:last-child td,
#daily_receipt_summary_report tbody tr:last-child td,
#outstanding_by_charges_report tbody tr:last-child td,
#billing_collection tbody tr:last-child td,
#print_billing_collection_report tbody tr:last-child td,
#print_outstanding_by_charges_report tbody tr:last-child td {
    padding: 12px 20px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#daily_receipt_summary_report tbody tr:hover,
#report_aging_table tbody tr:hover {
    background-color: #ccc;
}
#daily_receipt_summary_report td:hover,
#report_aging_table td:hover {
    cursor: pointer;
}
#daily_receipt_summary_report tbody tr:last-child:hover {
    background-color: initial;
}
#daily_receipt_summary_report tbody tr:last-child td:hover {
    cursor: initial;
}

#dailyReceiptSummaryDivTable,
#viewDailyReceiptSummaryDivTable,
#monthlyStatementReportDivTable,
#adminDailyStatementReportDivTable,
#monthlyCollectionDivTable,
#adminMonthlyReportDivTable,
#monthlyStatementReportDivTable,
#gpropReconTable {
    overflow: auto;
}

.fifo-knockoff-msg {
    color: red;
    text-align: center;
    margin: 10px auto 0 auto;
    max-width: 450px;
}

.line-height-1 {
    line-height: 1;
}

.very-small {
    font-size: 70%;
}

.filter-rows-margin {
    margin: 0 5px 5px 10px;
}

.payment-method-wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.payment-method-box {
    display: inline-block;
    margin-right: 30px;
}

.payment-method-box-text {
    display: inline-block;
    vertical-align: text-top;
}

.report-search-wrapper {
    display: inline-block;
    position: relative;
}

.report-search-wrapper .filter-search {
    margin-bottom: 26px;
}

.report-search-checkbox-wrapper {
    position: absolute;
    top: 38px;
}

.report-search-checkbox-wrapper span {
    vertical-align: text-top;
}

.management-manual-block {
    max-width: 150px;
    margin: 15px auto;
    padding: 30px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.management-manual-block:hover {
    background: #f2f2f2;
    text-decoration: underline;
}

.management-manual-title {
    padding: 0 30px;
    text-align: center;
}

.accounting-status,
.accounting-property {
    font-size: 14px;
    font-weight: 700;
    vertical-align: sub;
    margin-right: 10px;
}

.accounting-status {
    margin-left: 10px;
}

.accounting-property-select {
    width: 300px;
    max-width: 100%;
}

.accounting-property-fixed {
    position: fixed;
    bottom: 0;
    right: 20px;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 4px 2px #dedede;
    z-index: 1;
}

.accounting-property-fixed.hide {
    display: none;
}

.accounting-property-show-fixed {
    position: fixed;
    bottom: 0;
    right: 20px;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 4px 2px #dedede;
    z-index: 1;
    padding: 10px 15px !important;
}

.accounting-property-show-fixed.hide {
    display: none;
}

#status-filter,
#property-filter {
    display: inline-block;
}

.accounting-hide-icon {
    display: inline-block;
    margin-left: 15px;
}

.accounting-show-icon i,
.accounting-hide-icon i {
    font-size: 24px;
    cursor: pointer;
}

@media only screen and (max-width:767px) {
    .receipt-tpl .receipt-details{width:100%;}
}
@media print {
    .container {
        max-width: none!important;
        width: 100%!important;
        padding-left: 0;
        padding-right: 0;
    }
    .row {
        margin-left: -1%;
        margin-left: -1%;
    }
    [class*="col-"] {
        float: left;
        padding-left: 1%;
        padding-right: 1%;
    }
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        width: 100%
    }
    .col-sm-11,
    .col-md-11,
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-sm-10,
    .col-md-10,
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-sm-9,
    .col-md-9,
    .col-lg-9 {
        width: 75%
    }
    .col-sm-8,
    .col-md-8,
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-sm-7,
    .col-md-7,
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-sm-6,
    .col-md-6,
    .col-lg-6 {
        width: 50%
    }
    .col-sm-5,
    .col-md-5,
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-sm-4,
    .col-md-4,
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-sm-3,
    .col-md-3,
    .col-lg-3 {
        width: 25%
    }
    .col-sm-2,
    .col-md-2,
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-sm-1,
    .col-md-1,
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-sm-offset-12{margin-left:100%}
    .col-sm-offset-11{margin-left:91.66666667%}
    .col-sm-offset-10{margin-left:83.33333333%}
    .col-sm-offset-9{margin-left:75%}
    .col-sm-offset-8{margin-left:66.66666667%}
    .col-sm-offset-7{margin-left:58.33333333%}
    .col-sm-offset-6{margin-left:50%}
    .col-sm-offset-5{margin-left:41.66666667%}
    .col-sm-offset-4{margin-left:33.33333333%}
    .col-sm-offset-3{margin-left:25%}
    .col-sm-offset-2{margin-left:16.66666667%}
    .col-sm-offset-1{margin-left:8.33333333%}
    .col-sm-offset-0{margin-left:0}
    
    .noprint{display:none!important;}
    
    .receipt-tpl{min-width:800px;}

    .receipt-tpl .hidden-xs{display:block!important;}
    .receipt-tpl .visible-xs{display:none!important;}
}

.po-amount-div,
.invoice-amount-div {
    padding: 12px 20px;
}

.text-right .po-detail,
.text-right .vo-detail,
.text-right .invoice-detail {
    margin: 0 0 0 auto;
}

.upper {
    text-transform: uppercase;
}

.form-appendix-details,
table.payment-details {
    min-width:400px;
    margin: 0 auto;
}

table.transaction-details {
    width:900px;
    margin: 0 auto;
}


.email-unit-details td,
.form-appendix-details td,
table.receipt-details td,
table.create-pv-table td,
table.view-pvpi-table td,
table.payment-details td,
table.transaction-details td{
    border: 1px solid #dedede;
    padding: 5px 20px;
    font-weight: 400;
}

.form-appendix-details td {
    min-width: 200px;
}

table.payment-details td:nth-child(2){text-align:right;}
table.payment-details td .item-details{display:block;color:#777;font-size:90%;margin-top:4px;max-width:300px;}

table.transaction-details td .item-details{display:block;color:#777;font-size:90%;margin-top:4px;max-width:300px;}

table.create-pv-table input,
table.view-pvpi-table input,
table.payment-details input,
table.transaction-details input {
    border: 1px solid #dedede;
}

table.create-pv-table {
    min-width:600px;
}

.create-pv-final-wrapper {
    max-width: 250px;
    margin: 0 0 0 auto;
}

.payment-btn-div .btn {
    margin: 0 5px;
}

.dataTables_wrapper {
    overflow-x: auto;
}

.radio-btn-div .btn-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.radio-btn-div .btn-right {
    border-left: initial;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.radio-btn-div .btn.selected {
    background-color: #66BB6A;
    border-color: #66BB6A;
    color: #fff;
}

.display-none {
    display: none;
}

.property-logo img {
    max-height: 80px;
    width: auto;
    margin-bottom: 10px;
}

#role_modal a.btn-default,
#option_modal a.btn-default {
    color: #000;
    min-width: 150px;
}

#role_modal a.btn-default.checked,
#option_modal a.btn-default.checked {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.card-title{
    padding: 0px 20px;
}

.card-body{
    background-color: #D3D3D3;
    border-color: #D3D3D3;
}

.card-title p {
    margin: 0;
}

.card-title p.small {
    font-size: 14px;
    color: #999;
}

.mobile-only-display {
    display: block;
}

.pv-items{
    page-break-inside: avoid;
}

.pi-history-title-div {
    padding: 5px 20px;
}

.other-bill-display-total {
    text-align: right;
    padding: 0 25px 15px 0;
    font-size: 13px;
}

.report-date-to {
    display: inline-block;
    margin: 7px 15px 0 0;
}

.deposit-remarks {
    white-space: pre-wrap;
    color: #999;
    padding-right: 22px;
    text-align: right;
}

.outstanding-print-total {
    text-align: right;
    margin-top: -40px;
    border-top: 1px solid #dedede;
    padding: 10px 20px;
}

.country-phone-input {
    border: 1px solid #ddd;
}

.country-phone-input .country-code {
    padding: 10px 15px;
    width: 15%;
    display: inline-block;
    background: #dedede;
    letter-spacing: 1px;
}

.country-phone-input .phone-number {
    width: 82%;
    display: inline-block;
    border: none;
    position: relative;
}

.country-phone-input .country-code select,
.country-phone-input .phone-number input {
    width: 100%;
    border: none;
    padding: 5px;
}

.country-phone-input .country-code select {
    background: #dedede;
}

.country-phone-input .phone-number label.error {
    position: absolute;
    width: 100%;
    left: 5px;
    bottom: -37px;
    color: red;
}

.remove-icon {
    padding: 4px 6px;
}

.remove-icon i {
    font-size: 12px;
    margin-top: 5px;
}

.poll-wrapper {
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #dedede;
    box-shadow: 2px 3px #dedede;
    padding-bottom: 20px;
}

.poll-wrapper .question {
    padding: 20px;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 3px solid #dedede;
    margin-bottom: 10px;
    text-align: center;
}

.poll-wrapper .answer {
    padding: 10px 20px;
}

.poll-wrapper .answer .inner {
    border: 2px solid #dedede;
    padding: 20px 15px;
    box-shadow: 1px 2px #dedede;
    position: relative;
}

.poll-wrapper .answer .inner.pointer {
    cursor: pointer;
}

.poll-wrapper .answer .inner.selected {
    background-color: #dde4ff;
}

.poll-wrapper .answer .inner .display-count {
    position: absolute;
    right: 0;
    top: -5px;
    color: #949494;
    padding: 5px 10px;
}

.poll-unit {
    width: 150px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.poll-wrapper .answer.pointer .inner:hover {
    background-color: #f5f5f5;
}

.min-60 {
    min-width: 60px;
}

.participants-table {
    width: 100%;
}

.participants-table td {
    padding: 10px 20px;
    border: 1px solid #b7b7b7;
}

.participants-table .highlight {
    background: #dedede;
}

.participants-wrapper {
    padding: 20px;
    border: 1px solid #dedede;
}

.participants-header {
    padding: 10px;
    border: 1px solid #b7b7b7;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
}

.poll-duration {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}

.poll-hint {
    font-size: 90%;
    color: #afafaf;
}

.form-group label.error {
    color: #F44336;
}

.select2-full-div .select2 {
    width: 100% !important;
}

@media (min-width: 576px){
}

@media (min-width: 769px){
    .sidebar-xs .sidebar-main .section-Title,.sidebar-xs .sidebar-main .propertySelectionbox{
        display: none;
    }
    .sidebar-xs .sidebar-main .navigation > li > a > span {
        background-color: #FFA900;
        border: 1px solid #FFA900;
    }

    .media-list li.unread {
        background: #edf2fa;
    }

    .not-mobile-to-right {
        text-align: right;
    }

    .mobile-only-display {
        display: none;
    }

    .sidebar-content {
        height: 95vh;
        overflow-y: scroll;
        position: fixed;
        width: 260px;
        scrollbar-color: #374953 #82868A;
    }

    .sidebar-xs .sidebar-content {
        height: initial;
        overflow-y: initial;
        position: relative;
        width: initial;
        scrollbar-color: initial;
    }

    .sidebar-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgb(255 255 255);
    }
    .sidebar-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0px 0px 7px 20px rgba(0,0,0,0.3);
        border-radius: 10px;
    }
    .sidebar-content::-webkit-scrollbar {
        width: 10px;
    }

    .sidebar-content.top-0 {
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      margin-top: -46px;
    }

    .sidebar-content.top-initial {
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      margin-top: 0;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .sidebar-content {
            overflow-y: overlay;
        }
    }

    @media screen and (-webkit-min-device-pixel-ratio:0)
      and (min-resolution:.001dpcm) {
        .sidebar-content {
            overflow-y: overlay;
        }
    }

    /* Chrome 22-28 */
    @media screen and(-webkit-min-device-pixel-ratio:0) {
        .sidebar-content {
            overflow-y: overlay;
        }
    }

    @-moz-document url-prefix() {
        .sidebar-content {
            overflow-y: scroll;
        }
    }
}

@media (min-width: 1200px){ 
    table.view-pvpi-table {
        min-width: 500px;
        margin: 0 0 0 auto;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }

    .datatable-basic {
        font-size: 10px;
        width: 100% !important;
    }

    .dataTables_wrapper {
        overflow-x: initial;
    }

    #pay_bills th:nth-last-child(1),
    #pay_bills td:nth-last-child(1) {
        text-align: right;
    }

    .pv-items .col-lg-3, 
    .pv-items .col-lg-9 {
        width: 100%;
    }

    table.view-pvpi-table {
        width: 100%;
        margin: initial;
        margin-top: 10px;
    }

    #outstanding_statement th:nth-last-child(1),
    #outstanding_statement td:nth-last-child(1) {
        text-align: right;
    }
}

/*
.mail-body{
    padding: 0 10% 0;
*/
/*    border: 2px;*/
/*    border-style: solid;*/
/*    border-color: red;*/
    
/*}*/


.blank-space{display:block;clear:both;height:30px;margin:0;padding:0;}
.blank-space.blank-space-2x{height:60px;}

/* PAYSLIP */
.payslip-wrapper{font:400 13px/20px 'Roboto',sans-serif;}
.payslip-wrapper .section-summary{margin-bottom:40px;}
.payslip-wrapper .section-summary .company{font-size:18px;margin:0 0 20px;}
.payslip-wrapper .section-summary .row .row{margin-bottom:8px;}
.payslip-wrapper .section-details{}
.payslip-wrapper .section-details .table-salary{width:100%;border-collapse:collapse;font:400 13px/20px 'Roboto',sans-serif;margin-bottom:30px;}
.payslip-wrapper .section-details .table-salary thead tr th,
.payslip-wrapper .section-details .table-salary tfoot tr th{font-weight:700;}
.payslip-wrapper .section-details .table-salary thead tr th,
.payslip-wrapper .section-details .table-salary tbody tr td,
.payslip-wrapper .section-details .table-salary tfoot tr th{width:16.66667%;padding:4px 10px;border:solid 1px #555;vertical-align:top}
.payslip-wrapper .section-details .table-salary thead tr th:nth-child(odd),
.payslip-wrapper .section-details .table-salary tbody tr td:nth-child(odd){border-right:none;}
.payslip-wrapper .section-details .table-salary thead tr th:nth-child(even),
.payslip-wrapper .section-details .table-salary tbody tr td:nth-child(even){border-left:none;}
.payslip-wrapper .section-details .table-salary tbody tr:nth-child(1) td{height:200px;}
.payslip-wrapper .section-details .table-salary tbody tr:nth-child(2) td{font-weight:700;}
.payslip-wrapper .section-details .table-salary tfoot tr th:nth-child(1),
.payslip-wrapper .section-details .table-salary tfoot tr th:nth-child(4){border:none;}
.payslip-wrapper .section-details .table-salary tfoot tr th:nth-child(2){border-right:none;}
.payslip-wrapper .section-details .table-salary tfoot tr th:nth-child(3){border-left:none;}
.payslip-wrapper.edit .section-details .table-salary tbody tr td:nth-child(odd){border-right:solid 1px #555;}

/* DETAILS PAGE */
.details-wrapper{font:400 13px/20px 'Roboto',sans-serif;}
.details-wrapper>.row{padding:8px 0;}
.details-wrapper>.row:nth-child(even){background:#F8F8F8;}
.details-wrapper img{max-width:100%;}

/* FAQ PAGE */
.faq-list{margin:0;padding:0;}
.faq-list li{display:block;list-style:none;padding:0;margin:0;border-bottom:solid 1px #FFAC00;}
.faq-list li .faq-block .faq-title{position:relative;font:700 16px/30px 'Roboto',sans-serif;margin:0;padding:10px 20px 10px 5px;color:#2A4057;cursor:pointer;}
.faq-list li .faq-block .faq-title:after{content:"+";position:absolute;right:5px;top:10px;font-weight:300;font-size:20px;line-height:30px;}
.faq-list li .faq-block.active .faq-title:after{content:"-";}
.faq-list li .faq-block .faq-body{display:none;padding:5px 5px 20px;color:#888;font:400 13px/20px 'Roboto',sans-serif;}

/* HELP PAGE */
.help-topic{}
.help-list{}
.help-list .help-item{position:relative;margin-bottom:50px;}
.help-list .help-item:after{content:"";position:absolute;bottom:-23px;left:5px;width:32px;height:4px;background:#FFA900;}
.help-list .help-item:last-child{margin-bottom:20px;}
.help-list .help-item:last-child:after{display:none;}
.help-list .help-item .help-title{font:700 16px/30px 'Roboto',sans-serif;margin:0;padding:10px 5px;color:#333;}
.help-list .help-item .help-body{padding:0 5px 10px;color:#888;font:400 13px/20px 'Roboto',sans-serif;}

/* HISTORY LOGS */
.history-logs{margin:0;padding:0;}
.history-logs li{display:block;list-style:none;margin-bottom:40px;position:relative;font:400 13px/20px 'Roboto',sans-serif;padding:15px;background:#FAFAFA;}
.history-logs li .author{margin-top:20px;font-size:10px;line-height:16px;color:#888;}
.history-logs li .author small{position:relative;display:inline-block;margin-left:20px;font-size:10px;line-height:16px;color:#888;}
.history-logs li .author small:before{content:"";position:absolute;left:-12px;top:50%;margin-top:-2px;width:4px;height:4px;border-radius:100%;background:#888;}
.history-logs li .remark{word-break: break-word;}

/* MESSAGE DETAILS */
.btn-add-reply{float:right;z-index:9;}
.message-wrapper{}
.message-wrapper ul{margin:0;padding:0;}
.message-wrapper ul li{position:relative;display:block;list-style:none;margin-bottom:30px;padding:0;}
.message-wrapper ul li .img{float:left;display:block;width:80px;text-align:center;margin-top:6px;}
.message-wrapper ul li .img img{border:solid 1px #CCC;border-radius:100%;}
.message-wrapper ul li .body{position:relative;margin-left:80px;display:block;border:solid 1px #DDD;border-radius:4px;font-size:12px;line-height:18px;color:#666;}
.message-wrapper ul li .body:before{content:"";position:absolute;top:15px;left:-6px;width:10px;height:10px;background:#FFF;border-top:solid 1px #DDD;border-left:solid 1px #DDD;transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.message-wrapper ul li.msg-recipient .body,
.message-wrapper ul li.msg-recipient .body:before{background:#FAFAFA;}
.message-wrapper ul li .body .author{padding:12px 15px;font:600 14px/20px 'Roboto',sans-serif;}
.message-wrapper ul li .body .author small{display:inline-block;margin-left:15px;font-weight:400;font-size:11px;color:#888;}
.message-wrapper ul li .body .msg{font-weight:400;padding:0 15px;}
.message-wrapper ul li .body .attachment{margin-top:20px;padding:10px 15px;border-top:solid 1px #DDD;}
.message-wrapper ul li .body .attachment a{display:inline-block;font-size:11px;line-height:20px;text-decoration:none;color:#777;transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;}
.message-wrapper ul li .body .attachment a:hover{color:#333;}
.message-wrapper ul li .body .attachment a [class*="icon-"]{width:30px;}
.message-wrapper ul li .body .attachment a img{margin:5px 0;}

/* FORUM */
.forum-wrapper{}
.forum-wrapper ul{margin:0;padding:0;}
.forum-wrapper ul li{position:relative;display:block;list-style:none;margin-bottom:30px;padding:0;}
.forum-wrapper ul li .img{float:left;display:block;width:80px;text-align:center;margin-top:6px;}
.forum-wrapper ul li .img img{border:solid 1px #CCC;border-radius:100%;}
.forum-wrapper ul li .body{position:relative;margin-left:80px;display:block;border:solid 1px #DDD;border-radius:4px;font-size:12px;line-height:18px;color:#666;}
.forum-wrapper ul li .body:before{content:"";position:absolute;top:15px;left:-6px;width:10px;height:10px;background:#FFF;border-top:solid 1px #DDD;border-left:solid 1px #DDD;transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.forum-wrapper ul li .body .author{padding:12px 15px;font:600 14px/20px 'Roboto',sans-serif;}
.forum-wrapper ul li .body .author small{display:inline-block;margin-left:15px;font-weight:400;font-size:11px;color:#888;}
.forum-wrapper ul li .body .msg{font-weight:400;padding:0 15px;}
.forum-wrapper ul li .body .attachment{margin-top:20px;padding:10px 15px;border-top:solid 1px #DDD;}
.forum-wrapper ul li .body .attachment a{display:inline-block;font-size:11px;line-height:20px;text-decoration:none;color:#777;transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;}
.forum-wrapper ul li .body .attachment a:hover{color:#333;}
.attachment .document a [class*="icon-"]{width:30px;}
.forum-wrapper ul li .body .attachment a img{margin:5px 0;}
.forum-reply-wrapper { background:#FAFAFA;padding:30px; }
.forum-reply-edited {
    display: inline-block;
    float: right;
    font-size: 11px;
    color: #888;
    font-weight: 400;
    cursor: pointer;
}
.forum-reply-edited:hover {
    text-decoration: underline;
}

.document a {
    padding-right: 8px;
    border-right: 1px solid #ddd;
}

.document a:last-child {
    padding-right: 0;
    border-right: initial;
}

.cheque-cancelled {color:red!important;border:1px solid red;padding:5px;display:inline-block;}
.under-moderation-div {color:#4caf50!important;border:1px solid #4caf50;padding:5px;display:inline-block;}
.lpi-exclusion-row { padding: 10px 15px;background: #dedede !important;margin: 0 5px 20px 5px; }

@media only screen and (max-width:767px) {
    .message-wrapper ul li .img{width:40px;}
    .message-wrapper ul li .body{margin-left:50px;}

    .forum-wrapper ul li .img{width:40px;}
    .forum-wrapper ul li .body{margin-left:50px;}
}

/* DASHBOARD */
.dashboard-wrapper{}
.dashboard-wrapper .ad-size{position:absolute;top:10px;left:10px;display:inline-block;padding:0 4px;background:#FFF;color:#333;font-size:12px;line-height:20px;}
.dashboard-wrapper .section-banner{position:relative;max-width:1200px;margin:0 auto 40px;}
.dashboard-wrapper .section-banner .outer{position:relative;overflow:hidden;z-index:1;}
.dashboard-wrapper .section-banner .outer .inner{position:relative;left:0;transition:all 800ms ease-in-out;-o-transition:all 800ms ease-in-out;-ms-transition:all 800ms ease-in-out;-moz-transition:all 800ms ease-in-out;-webkit-transition:all 800ms ease-in-out;}
.dashboard-wrapper .section-banner .outer .inner ul{margin:0;padding:0;font-size:0;}
.dashboard-wrapper .section-banner .outer .inner ul li{position:relative;display:inline-block;list-style:none;vertical-align:top;}
.dashboard-wrapper .section-banner .outer .inner ul li a{display:block;}
.dashboard-wrapper .section-banner .outer .inner ul li a img,
.dashboard-wrapper .section-banner .outer .inner ul li img{display:block;max-width:100%;height:auto;}
.dashboard-wrapper .section-banner .btn-nav{position:absolute;top:50%;margin-top:-15px;width:30px;height:30px;background:rgba(0,0,0,.3);text-align:center;font-weight:300;font-size:20px;line-height:30px;z-index:9;color:#FFF;transition:300ms all ease-in-out;-o-transition:300ms all ease-in-out;-ms-transition:300ms all ease-in-out;-moz-transition:300ms all ease-in-out;-webkit-transition:300ms all ease-in-out;}
.dashboard-wrapper .section-banner .btn-nav:hover{background:rgba(0,0,0,.4);}
.dashboard-wrapper .section-banner .btn-nav.btn-prev{left:-5px;}
.dashboard-wrapper .section-banner .btn-nav.btn-next{right:-5px;}
.dashboard-wrapper .section-banner .slide-nav{position:absolute;bottom:4px;left:50%;margin-left:-150px;width:300px;height:12px;text-align:center;z-index:9;}
.dashboard-wrapper .section-banner .slide-nav ul{margin:0;padding:0;font-size:0;}
.dashboard-wrapper .section-banner .slide-nav ul li{display:inline-block;margin:0 2px;}
.dashboard-wrapper .section-banner .slide-nav ul li a{position:relative;display:block;width:8px;height:8px;background:transparent;border:solid 1px #333;border-radius:100%;}
.dashboard-wrapper .section-banner .slide-nav ul li.active a{background:#555;}

.dashboard-wrapper .section-promotabs{position:relative;max-width:1200px;margin:0 auto;}
.dashboard-wrapper .section-promotabs .outer{position:relative;}
.dashboard-wrapper .section-promotabs ul{margin:0;padding:0;font-size:0;border-right:solid 1px #DFDFDF;}
.dashboard-wrapper .section-promotabs ul li{display:inline-block;list-style:none;width:12.5%;text-align:center;vertical-align:top;background:#EFEFEF;border:solid 1px #DFDFDF;border-right:none;}
.dashboard-wrapper .section-promotabs ul li.active{background:#FFF;}
.dashboard-wrapper .section-promotabs ul li a{display:block;padding:15px 5px 10px;text-decoration:none;font-size:13px;line-height:20px;color:#333;border-bottom:solid 4px transparent;}
.dashboard-wrapper .section-promotabs ul li.active a{border-bottom-color:#FFAC00;color:#FFAC00;}
.dashboard-wrapper .section-promotabs ul li a img{display:block;margin:0 auto 8px;}
.dashboard-wrapper .section-promo{position:relative;border:solid 1px #DFDFDF;border-top:none;max-width:1200px;margin:0 auto 30px;}
.dashboard-wrapper .section-promo .promo-inner{display:none;padding:20px 20px 0;background:#FFF;}
.dashboard-wrapper .section-promo .promo-inner.active{display:block;}
.dashboard-wrapper .section-promo .promo-inner h2{margin:0 0 20px;}
.dashboard-wrapper .section-promo .promo-inner .ad-row a{position:relative;display:block;margin-bottom:20px;}
.dashboard-wrapper .section-promo .promo-inner .ad-row .ad-img{max-width:100%;height:auto;}

@media only screen and (min-width:768px) and (max-width:1279px) {
    .dashboard-wrapper .section-promotabs ul li a{min-height:110px;}
}

@media only screen and (max-width:767px) {
    .dashboard-wrapper .section-banner .outer .inner ul li{overflow:hidden;}
    .dashboard-wrapper .section-banner .outer .inner ul li a{margin-left:-30px;margin-right:-30px;}
    
    .dashboard-wrapper .section-promotabs .outer{max-width:100%;overflow-x:scroll;-webkit-overflow-scrolling:touch;border-left:solid 1px #DFDFDF;border-right:solid 1px #DFDFDF;}
    .dashboard-wrapper .section-promotabs .outer .inner{width:900px;}
    .dashboard-wrapper .section-promotabs ul{border-right:none;}
    .dashboard-wrapper .section-promotabs ul li:first-child{border-left:none;}
    .dashboard-wrapper .section-promotabs ul li a{font-size:12px;}
    .dashboard-wrapper .section-promo .promo-inner{padding:10px 10px 0;}
    .dashboard-wrapper .section-promo .promo-inner .ad-row a{margin-bottom:10px;}

    .page-header .page-header-content .page-title {
        padding: 10px 36px 10px 0;
    }

    .page-header .page-header-content .page-title h4 {
        font-size: 16px;
    }
}


/* USER LISTING */
#user_listing .user-email{display:block;color:#888;font-weight:400;font-size:12px;line-height:20px;}
#user_listing .user-email i{font-size:12px;}
#user_listing .user-unit-number{display:inline-block;word-break:keep-all;white-space:nowrap;}

/* SERVICE APPLICATION*/

#participantTable, div#participantTable .form-group {
    float: left !important;
}

.participantRow{
    position:relative;
    margin:15px 0px;
    background: #f9f9f9;
    padding:15px;
}
.participantRow .DetailsHeader{
    border-bottom:1px solid #cdcdcd;
    padding: 0px 0 10px 0;
    font-size:17px;
    float:left;
    width:100%;
    margin-bottom: 30px;
}
.totalPayment .col-lg-9 {
    display: block;
    margin-top: 7px;
    font-size: 16px;
}
.col-lg-12.form-group.row.totalPayment {
    background: #333;
    padding: 10px 8px 10px;
    border: 0px solid #333;
    border-radius: 0px;
    margin: 0px;
    color: white;
}
.col-lg-12.servicePayment {
    box-shadow: 1px 1px 12px #e1e1e1;
    margin: 30px 0 20px;
    border: 0px solid white;
    padding: 25px 0px 0px;
}
.col-lg-12.form-group.row.totalPayment .col-lg-9 ,.col-lg-12.form-group.row.totalPayment .col-lg-3{
    padding-left: 0px;
    padding-right:20px;
}
.servicePayment .form-control[disabled] {
    background-color: #f4f4f4;
    opacity: 1;
    border: 1px solid #fafafa;
}
.participantRow button.btn.btn-danger.remove {
    position:absolute;
    right:0;
    top:0;
    background: #c14c4c;
    border: #c5c5c5;
    color: #fff;
    font-weight: bold;
}
#addNew button.btn.btn-large.btn-success.add {
    background:#596fc1;
    border:1px solid #596fc1;
    color:#FFF;
}
div#addNew {
    margin:0 0 40px;
    width:100%;
}
/*
#addNew button.btn.btn-large.btn-success.add:before {
    content: "+  ";
    font-size:16px;
    font-weight: bold;
    font-style: bold;
}

.participantRow button.btn.btn-danger.remove:before {
    content: "-  ";
    font-size:16px;
    font-weight: bold;
    font-style: bold;
}
*/
.services span{
    font-size: 9px;
    color: #8b8b8b;
    margin-top: -5px;
    float: left;
    font-style: italic;
    padding-left: 10px;
}
.questions{
    margin-top:20px;
}

#viewBackground{
padding: 15px;
width: 15%;
background: #212121;
background-clip: padding-box;
text-align: center;
color: white;
}

@keyframes glowing-success {
    0% {
        background-color: #3c9c40;
        box-shadow: 0 0 5px #3c9c40;
    }
    50% {
        background-color: #218325;
        box-shadow: 0 0 20px #218325;
    }
    100% {
        background-color: #207222;
        box-shadow: 0 0 5px #207222;
    }
}

#reloadTableButton {
    animation: glowing-success 1300ms infinite;
    border: initial;
    transition: opacity 0.6s linear;
}

.total-loading-wrapper {
    position: relative;
}

.total-loading-wrapper .report-loading-text {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: rgb(206 206 206 / 30%);
    padding: 30px 0;
}

.tbl-saitems{width:100%;border-collapse:collapse;}
.tbl-saitems thead tr th{background:#FFA900;color:#FFF;}
.tbl-saitems thead tr th,
.tbl-saitems tbody tr td{padding:3px 6px;vertical-align:top;border:solid 1px #DDD;}
.tbl-saitems tbody tr td small{display:block;color:#888;}
.tbl-saitems tbody tr td a{color:#555;}

/* FORM RESET */
.col-form-label{padding-top:calc(.4375rem + 1px);padding-bottom:calc(.4375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5385;}
.form-control-plaintext{display:block;width:100%;padding-top:.4375rem;padding-bottom:.4375rem;margin-bottom:0;line-height:1.5385;color:#333;background-color:transparent;border:solid transparent;border-width:1px 0;}
textarea.form-control{height:auto!important;}

.sa-all-items{}
.sa-all-items .sa-item{position:relative;background:#F9F9F9;margin-bottom:20px;}
.sa-all-items .sa-item .head{padding:10px 20px 0;}
.sa-all-items .sa-item .head h4{margin:0;}
.sa-all-items .sa-item .body-first{padding:0 20px 10px;}
.sa-all-items .sa-item .body{padding:0 20px 15px;}
.sa-all-items .sa-item .form-group{margin-bottom:10px;}
.sa-all-items .sa-item .remove{float:right;}
.sa-all-items .sa-item#sa-item-0 .remove,
.sa-all-items .sa-item.sa-item-edit .remove{display:none;}
.sa-all-items .sa-item .sa-tnc,
.sa-all-items .sa-item .sa-tnc .sa-tnc-fulltext{display:none;}
.sa-all-items .sa-item .sa-tnc .sa-tnc-fulltext{padding:15px;background:#FFF;border:solid 1px #DDD;color:#666;font-size:12px;line-height:18px;}
.sa-all-items .sa-item .sa-tnc .sa-tnc-fulltext h6{margin:0 0 10px;font-weight:700;color:#333;}
.sa-type-all{display:block;}
.sa-type-card{display:none;}
.sa-summary{background:#F8F8F8;padding:20px;margin-bottom:20px;}
.sa-summary input[readonly]{background:#FFF;}
.sa-summary .total-payable{margin-bottom:0;padding:10px 0;background:#333;}
.sa-summary .total-payable .control-label{color:#FFF;}
.sa-summary .total-payable #fldTotalPayment{color:#D00000;}

/* SERVICE APPLICATION DETAILS */
.sa-remarks{margin:0;padding:0;}
.sa-remarks li{position:relative;display:block;list-style:none;margin-bottom:30px;padding:0 0 0 100px;}
.sa-remarks li:last-child{margin-bottom:0;}
.sa-remarks li .created-by{position:absolute;left:0;top:5px;text-align:center;width:100px;}
.sa-remarks li .created-by img{border:solid 1px #DDD;border-radius:100%;width:30px;height:auto;box-sizing:border-box;margin-bottom:5px;}
.sa-remarks li .created-by span{display:block;font-size:11px;text-transform:uppercase;color:#333;}
.sa-remarks li .div-remark{position:relative;background:#FAFAFA;padding:10px 10px 40px;min-height:80px;}
.sa-remarks li .div-remark .timestamp{position:absolute;left:10px;bottom:5px;font-size:11px;color:#888;}

.signature-div{margin-top:80px;}
.signature-div .signature{text-align:center;border-top:1px solid #000;max-width:250px;margin:0 auto;}

.panel-heading.small-padding,
.invoice-amount-div.small-padding,
.receipt-row.small-padding {
    padding-top: 8px;
    padding-bottom: 8px;
}

.panel-heading.extra-small-padding,
.invoice-amount-div.extra-small-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table>tbody>tr>td:first-child, 
.table>tbody>tr>th:first-child, 
.table>tfoot>tr>td:first-child, 
.table>tfoot>tr>th:first-child, 
.table>thead>tr>td:first-child, 
.table>thead>tr>th:first-child {
    padding: 5px 5px 5px 20px;
}

.table>tbody>tr>td:last-child, 
.table>tbody>tr>th:last-child, 
.table>tfoot>tr>td:last-child, 
.table>tfoot>tr>th:last-child, 
.table>thead>tr>td:last-child, 
.table>thead>tr>th:last-child {
    padding: 5px 20px 5px 5px;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 5px 5px;
}

.table tbody tr:hover {
    background-color: #ccc;
}

@media (max-width: 1199px) {
    #participantTable, div#participantTable .form-group {
        float: none !important;
    }
    #participantTable {
        float: none !important;
        padding-bottom: 0px;
        margin: 0 10px;
    }
    .services span{
        font-size: 9px;
        color: #8b8b8b;
        margin-top: -5px;
        float: left;
        font-style: italic;
        padding-left: 10px;
        width:100%;
    }
    .col-lg-12.DetailsHeader .col-lg-6 {
        width: 50%;
        float: left;
        margin-top: 0px !important;
    }
    .services {
        float: left;
        width: 100%;
    }

    #participantTable .col-lg-12 {
        float: left;
        width: 100%;
        padding: 10px 0px 0px 5px;
    }

    .participantRow .DetailsHeader{
        padding-bottom: 15px !important;
        margin-bottom: -10px;
    }

    .col-lg-12.DetailsHeader .col-lg-6:first-child {
        padding-top: 10px;
    }
    .col-lg-12.servicePayment {
        box-shadow: 1px 1px 12px #e1e1e1;
        margin: 30px 0 20px;
        border: 0px solid white;
        padding: 25px 0px 0px;
        float: left;
        width: 100%;
    }
    div#addNew {
        margin: 20px 0;
        width: 100%;
    }
    .participantRow {
        padding-bottom: 30px !important;
    }
    .participantRow input,.participantRow select,.participantRow textarea {
        max-width: 500px;
    }
    .col-lg-12.form-group.row.totalPayment .col-lg-9, .col-lg-12.form-group.row.totalPayment .col-lg-3 {
        padding-left: 0px;
        padding-right: 0px;
    }
    select#fldUnitId {
        max-width: 510px;
    }
    .questions{
        margin-top:20px;
    }
}

/* THEME RESET */
.dataTables_paginate .paginate_button{padding:4px;min-width:28px;}

/* INTERNET PAYMENT GATEWAY PAGE */
.div-payment-method{margin:0 0 20px;}
.div-payment-method .pmethod{background:#EEE;display:inline-block;margin:0 10px;cursor:pointer;padding-left:12px;}
.div-payment-method .pmethod img{border:solid 4px #EEE;margin-left:8px;}
.div-payment-method .pmethod input[type='radio']:disabled+img{opacity:.5;}
.fpx-bank-options{display:none;max-width:360px;margin:0 auto;padding:20px;text-align:left;}
.fpx-bank-options label{display:block;font-weight:600;font-size:13px;line-height:20px;margin-bottom:2px;}

/* IPG PAYMENT RESULT */
.payment-result-additional{width:400px;max-width:100%;border-collapse:collapse;margin:0 auto 30px;font-weight:400;font-size:13px;line-height:20px;}
.payment-result-additional thead tr th{background:#EEE;}
.payment-result-additional thead tr th,
.payment-result-additional tbody tr td{padding:4px 8px;text-align:left;border:solid 1px #CCC;}
.payment-result-additional tbody tr td:nth-child(1){width:40%;}
.payment-result-additional tbody tr td:nth-child(2){width:60%;}

@media only screen and (max-width:767px) {
    .payment-result-additional{width:320px;max-width:90%;}
}

/* GPROP ASSIST */
#forum_listing{width:100%;border-collapse:collapse;font:400 13px/20px 'Roboto',sans-serif;margin-bottom:20px;}
#forum_listing thead tr th,
#forum_listing tbody tr td{text-align:center;padding:10px 8px;border-bottom:solid 1px #C2D5E3;}
#forum_listing thead tr th:first-child,
#forum_listing tbody tr td:first-child{text-align:left;}
#forum_listing tbody tr td a{display:block;}
#forum_listing tbody tr td .subject{display:block;font-weight:600;text-decoration:none;color:#111;}
#forum_listing tbody tr td small{display:block;color:#888;font-size:11px;line-height:15px;}
#forum_listing tbody tr td .label{padding:1px 5px 0px 5px;margin-bottom:0;}
#forum_listing tbody tr:hover td{background:#F2F2F2;}
.sp-user-list{}
.sp-user-list li{margin-bottom:15px;}
.sp-user-list li small{display:block;line-height:14px;color:#888;margin-bottom:4px;}
.sp-user-list li .btn-danger{font-size:10px;line-height:16px;text-transform:uppercase;padding:1px 6px 0px 6px;}

.forum-thread{}
.forum-thread *{box-sizing:border-box;}
.forum-thread .div-post{position:relative;display:block;border:solid 1px #DDD;background:#FAFAFA;vertical-align:top;}
.forum-thread .div-post:after{content:"";position:relative;display:block;width:100%;height:2px;background:#DDD;}
.forum-thread .div-post.div-post-subject .box-content{padding:4px 20px;min-height:0;}
.forum-thread .div-post.div-post-subject .box-content h2{margin:0;font-weight:700;font-size:18px;line-height:30px;}
.forum-thread .div-post .box-author{position:absolute;left:0;top:0;display:inline-block;width:180px;padding:10px;}
.forum-thread .div-post .box-author .name{display:block;margin:0 0 5px;font-weight:600;font-size:14px;line-height:20px;}
.forum-thread .div-post .box-author .prop{display:block;margin-bottom:20px;font-size:12px;line-height:16px;color:#888;}
.forum-thread .div-post .box-content{position:relative;margin-left:200px;display:block;padding:40px 20px 10px;background:#FFF;min-height:120px;border-left:solid 1px #DDD;font-weight:400;}
.forum-thread .div-post .box-content .timestamp{position:absolute;top:0;left:0;width:100%;padding:5px 20px;background:#F2F2F2;font-size:11px;line-height:20px;}
.forum-thread .div-post .box-content .timestamp .post-num{color:#555;text-decoration:none;}
.forum-thread .div-post .box-content .div-quote{background:#E5EDF2;padding:10px 15px;margin-bottom:20px;font-style:italic;color:#888;}
.forum-thread .div-post .box-content .div-atts{position:relative;margin-top:40px;border-top:solid 1px #DDD;padding:15px 0 0;}
.forum-thread .div-post .box-content .div-atts .title{position:absolute;top:-8px;left:10px;background:#DDD;color:#555;padding:1px 8px 0;font-size:10px;line-height:16px;text-transform:uppercase;}
.forum-thread .div-post .box-content .div-atts ul{margin:0;padding:0;}
.forum-thread .div-post .box-content .div-atts ul li{display:block;list-style:none;margin:2px 0;overflow:hidden;}

.forum-support-post-reply .quoted-post{display:none;}
.forum-support-post-reply .quoted-post .alert.alert-info{margin-bottom:0;}

.note-editor .dropdown-menu.dropdown-style blockquote{padding:5px 10px;}
.note-editor .dropdown-menu.dropdown-style pre{padding:10px;}
.note-editor .note-toolbar{padding:0 8px 8px;}
.note-editor .note-toolbar>.note-btn-group{margin-top:8px;margin-right:8px;}

.note-editable.panel-body p{font-weight:400;}

@media only screen and (max-width:959px) {
    .forum-thread .div-post .box-author{width:140px;}
    .forum-thread .div-post .box-content{margin-left:150px;}
}

/* PROPERTY CONFIGURATIONS */
.page-prop-config .cc-payment-bank{display:none;}
.page-prop-config h6{padding-left:8px;border-left:solid 4px #DDD;font-weight:500;}

/* Late Payment Interest Breakdown */
#lpi_table thead tr th,
#lpi_table tbody tr td{text-align:center;}
#lpi_table thead tr th:first-child,
#lpi_table tbody tr td:first-child{text-align:left;}
#lpi_table thead tr th:nth-child(4),
#lpi_table tbody tr td:nth-child(4){text-align:right;}

#lpiModal-details .row{margin-bottom:8px;}
#lpiModal-details .show-actual{display:inline-block;padding:4px 15px;border:solid 1px #DDD;background:#FFF;color:#333;font-size:12px;text-decoration:none;margin-bottom:5px;}
#lpiModal-details .show-actual.active{border-color:#007BFF;color:#007BFF;}
#lpiModal-details .lpi-outer{max-height:400px;overflow:auto;}
#lpiModal-details .tbl-lpi-details{width:100%;border-collapse:collapse;color:#333;font-weight:400;}
#lpiModal-details .tbl-lpi-details thead tr th{font-weight:600;background:#EEE;}
#lpiModal-details .tbl-lpi-details thead tr th,
#lpiModal-details .tbl-lpi-details tbody tr td{border-bottom:solid 1px #DDD;padding:5px 10px;text-align:right;}
#lpiModal-details .tbl-lpi-details thead tr th:first-child,
#lpiModal-details .tbl-lpi-details tbody tr td:first-child{text-align:left;}
#lpiModal-details .tbl-lpi-details tbody tr td .rounded{display:block;}
#lpiModal-details .tbl-lpi-details tbody tr td .actual{display:none;color:#888;font-size:12px;}

.print-only{display:none;}
@media only print{
    .tbl-checkbox thead tr th:first-child,
    .tbl-checkbox tbody tr td:first-child,
    .checkbox-div,
    .screen-only{display:none;}
    .print-only{display:block;}
}

/* PAYMENT LOG */
#payment_log{font-weight:400;font-size:13px;line-height:18px;}
#payment_log thead tr th,
#payment_log tbody tr td{padding:10px;}
#payment_log thead tr th:nth-child(7),
#payment_log thead tr th:nth-child(8),
#payment_log thead tr th:nth-child(10),
#payment_log tbody tr td:nth-child(7),
#payment_log tbody tr td:nth-child(8),
#payment_log tbody tr td:nth-child(10){text-align:center;}
#payment_log .unit-number{position:relative;display:block;margin-bottom:5px;}
#payment_log .platform{display:inline-block;width:30px;height:30px;text-align:center;line-height:30px;color:#FFF;border-radius:100%;}
#payment_log .platform.web{background:#66BB6A;}
#payment_log .platform.app{background:#42A5F5;}

/* CARPARK */
.cp-import-form .panel-heading a.pull-right{position:relative;z-index:2;}

#past_applications thead tr th:nth-child(3),
#past_applications thead tr th:nth-child(4),
#past_applications thead tr th:nth-child(5),
#past_applications tbody tr td:nth-child(3),
#past_applications tbody tr td:nth-child(4),
#past_applications tbody tr td:nth-child(5){text-align:center;}

#carpark_application_listing thead tr th:nth-child(4),
#carpark_application_listing thead tr th:nth-child(6),
#carpark_application_listing tbody tr td:nth-child(4),
#carpark_application_listing tbody tr td:nth-child(6){text-align:center;}
#carpark_application_listing .no-break{word-break:keep-all;white-space:nowrap;}

.cp-summary #charges-month{display:block;}
.cp-current-status{position:relative;z-index:2;display:inline-block;padding:4px 8px 4px 24px;border:solid 1px #DDD;border-radius:4px;font-size:10px;line-height:16px;text-transform:uppercase;cursor:default;}
.panel-heading .cp-current-status{float:right;}
.cp-current-status .dot{position:absolute;left:8px;top:50%;display:block;width:10px;height:10px;margin-top:-5px;border-radius:100%;}

#tbl-carpark_statement{font-weight:400;}
#tbl-carpark_statement thead tr th:nth-child(4),
#tbl-carpark_statement thead tr th:nth-child(5),
#tbl-carpark_statement tbody tr td:nth-child(4),
#tbl-carpark_statement tbody tr td:nth-child(5){text-align:right;}
#tbl-carpark_statement thead tr th:nth-child(6),
#tbl-carpark_statement thead tr th:nth-child(7),
#tbl-carpark_statement tbody tr td:nth-child(6),
#tbl-carpark_statement tbody tr td:nth-child(7){text-align:center;}
#tbl-carpark_statement_user thead tr th:nth-child(3),
#tbl-carpark_statement_user thead tr th:nth-child(4),
#tbl-carpark_statement_user tbody tr td:nth-child(3),
#tbl-carpark_statement_user tbody tr td:nth-child(4){text-align:right;}
#tbl-carpark_statement_user thead tr th:nth-child(5),
#tbl-carpark_statement_user thead tr th:nth-child(6),
#tbl-carpark_statement_user tbody tr td:nth-child(5),
#tbl-carpark_statement_user tbody tr td:nth-child(6){text-align:center;}

/* COMMERCIAL LOT */
.cl-import-form .panel-heading a.pull-right{position:relative;z-index:2;}

#commlot_application_listing thead tr th:nth-child(4),
#commlot_application_listing thead tr th:nth-child(6),
#commlot_application_listing tbody tr td:nth-child(4),
#commlot_application_listing tbody tr td:nth-child(6){text-align:center;}
#commlot_application_listing .no-break{word-break:keep-all;white-space:nowrap;}

.cl-summary #charges-month{display:block;}
.cl-current-status{position:relative;z-index:2;display:inline-block;padding:4px 8px 4px 24px;border:solid 1px #DDD;border-radius:4px;font-size:10px;line-height:16px;text-transform:uppercase;cursor:default;}
.panel-heading .cl-current-status{float:right;}
.cl-current-status .dot{position:absolute;left:8px;top:50%;display:block;width:10px;height:10px;margin-top:-5px;border-radius:100%;}

#tbl-commlot_statement{font-weight:400;}
#tbl-commlot_statement thead tr th:nth-child(4),
#tbl-commlot_statement thead tr th:nth-child(5),
#tbl-commlot_statement tbody tr td:nth-child(4),
#tbl-commlot_statement tbody tr td:nth-child(5){text-align:right;}
#tbl-commlot_statement thead tr th:nth-child(6),
#tbl-commlot_statement thead tr th:nth-child(7),
#tbl-commlot_statement tbody tr td:nth-child(6),
#tbl-commlot_statement tbody tr td:nth-child(7){text-align:center;}
#tbl-commlot_statement_user thead tr th:nth-child(3),
#tbl-commlot_statement_user thead tr th:nth-child(4),
#tbl-commlot_statement_user tbody tr td:nth-child(3),
#tbl-commlot_statement_user tbody tr td:nth-child(4){text-align:right;}
#tbl-commlot_statement_user thead tr th:nth-child(5),
#tbl-commlot_statement_user thead tr th:nth-child(6),
#tbl-commlot_statement_user tbody tr td:nth-child(5),
#tbl-commlot_statement_user tbody tr td:nth-child(6){text-align:center;}

#monthly_statement thead tr th:nth-child(4),
#monthly_statement thead tr th:nth-child(5),
#monthly_statement thead tr th:nth-child(6),
#monthly_statement tbody tr td:nth-child(4),
#monthly_statement tbody tr td:nth-child(5),
#monthly_statement tbody tr td:nth-child(6){text-align:right;}

.label-checkbox{cursor:pointer;}
.label-checkbox>input[type='checkbox']{position:relative;top:1px;margin:2px 3px 2px 0!important;}
.form-control+.label-checkbox{margin-top:7px;}
.display-row{margin-bottom:8px;line-height:20px;}
.display-row .display-label{color:#888;font-size:12px;display:block;margin-bottom:4px;}
.display-row .display-data{font-size:14px;font-weight:400;padding-left:8px;}

.form-group label .help-inline{margin:0 0 0 8px;}

.flex-child{
    margin: 20px 5px 0px 5px;
    font-size: 87%;
}

.label-box {
    min-height: 176px;
}

.tbl-drdisplay{width:48%;border-collapse:collapse;margin-bottom:10px;margin-left:10px;float:left}
.tbl-drdisplay thead tr th{background:#263238;color:#FFF;width:50%}
.tbl-drdisplay thead tr th,
.tbl-drdisplay tbody tr td{padding:3px 6px;vertical-align:top;border:solid 1px #DDD;width:50%}
.tbl-drdisplay tbody tr td small{display:block;color:#888;}
.tbl-drdisplay tbody tr td a{color:#555;}
.tbl-drdisplay tfoot tr td{padding:3px 6px;vertical-align:top;border:solid 1px #DDD;color:#263238;font-weight: bold;width:50%}
.tbl-drdisplay tfoot tr td small{display:block;color:#888;}
.tbl-drdisplay tfoot tr td a{color:#555;}

.tbl-drdisplay-mid{width:50%;border-collapse:collapse;margin:auto;margin-bottom:10px;}
.tbl-drdisplay-mid thead tr th{background:#263238;color:#FFF;width:50%}
.tbl-drdisplay-mid thead tr th,
.tbl-drdisplay-mid tbody tr td{padding:3px 6px;vertical-align:top;border:solid 1px #DDD;width:50%}
.tbl-drdisplay-mid tbody tr td small{display:block;color:#888;}
.tbl-drdisplay-mid tbody tr td a{color:#555;}
.tbl-drdisplay-mid tfoot tr td{padding:3px 6px;vertical-align:top;border:solid 1px #DDD;color:#263238;font-weight: bold;width:50%}
.tbl-drdisplay-mid tfoot tr td small{display:block;color:#888;}
.tbl-drdisplay-mid tfoot tr td a{color:#555;}

.dashboard-print {
    display: inline-block;
    float: none;
    font-size: 11px;
    color: #888;
    font-weight: 400;
    cursor: pointer;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  height:280px;
}

/* Next & previous buttons */
.prev-dashboard, .next-dashboard {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next-dashboard {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade-dash {
  -webkit-animation-name: fade-dash;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards; 
  animation-name: fade-dash;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade-dash {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade-dash {
  from {opacity: .4}
  to {opacity: 1}
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    display: block;
    margin-bottom: 20px;
}

  
.small-box > .inner {
    padding: 10px;
}
  
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
  
.small-box > .small-box-footer:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
}
  
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
  
.small-box p {
    font-size: 15px;
}
  
.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}
  
.small-box h3, .small-box p {
    z-index: 5;
}
  
.small-box .icon {
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
  
.small-box:hover {
    text-decoration: none;
}
  
.small-box:hover .icon {
    font-size: 95px;
}

.over {
    max-height: 133px; 
    overflow-y: scroll;
    scrollbar-width: thin;
}

.icon-style {
    font-size: 90px;
    top: -10px;
}
  
@media (max-width: 767.98px) {
    .small-box {
      text-align: center;
    }
    .small-box .icon {
      display: none;
    }
    .small-box p {
      font-size: 12px;
    }
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}
  
.card-header {
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    cursor: pointer;
}

.card-header > .card-tools {
    position: absolute;
    right: 1rem;
    top: .5rem;
}
  
.card-header > .card-tools [data-toggle="tooltip"] {
    position: relative;
}
  
.card-title {
    font-size: 16pt;
    font-weight: 400;
    margin: 0;
}
  
.card-warning:not(.card-outline) .card-header,
  .card-warning:not(.card-outline) .card-header a {
    color: #1F2D3D;
}
  
.card-warning.card-outline {
    border-top: 3px solid #ffc107;
}
  
.card-success:not(.card-outline) .card-header,
  .card-warning:not(.card-outline) .card-header a {
    color: #1F2D3D;
}
  
.card-success.card-outline {
    border-top: 3px solid #65b62f;
}
  
.more-info{
    background-color: #ffffff;
    border-color: #ffffff;
}

.more-info-div {
    padding: 12px 20px;
}
  
.card-info:not(.card-outline) .card-header,
.card-info:not(.card-outline) .card-header a {
    color: #ffffff;
}
  
.card-info.card-outline {
    border-top: 3px solid #17a2b8;
}

.tbl-drdisplay{width:48%;border-collapse:collapse;margin-bottom:10px;margin-left:10px;float:left}
.tbl-drdisplay thead tr th{background:#263238;color:#FFF;width:50%}
.tbl-drdisplay thead tr th,
.tbl-drdisplay tbody tr td{padding:3px 6px;vertical-align:top;border:solid 1px #DDD;width:50%}
.tbl-drdisplay tbody tr td small{display:block;color:#888;}
.tbl-drdisplay tbody tr td a{color:#555;}
.tbl-drdisplay tfoot tr td{padding:3px 6px;vertical-align:top;border:solid 1px #DDD;color:#263238;font-weight: bold;width:50%}
.tbl-drdisplay tfoot tr td small{display:block;color:#888;}
.tbl-drdisplay tfoot tr td a{color:#555;}

.tbl-drdisplay-mid{width:50%;border-collapse:collapse;margin:auto;margin-bottom:10px;}
.tbl-drdisplay-mid thead tr th{background:#263238;color:#FFF;width:50%}
.tbl-drdisplay-mid thead tr th,
.tbl-drdisplay-mid tbody tr td{padding:3px 6px;vertical-align:top;border:solid 1px #DDD;width:50%}
.tbl-drdisplay-mid tbody tr td small{display:block;color:#888;}
.tbl-drdisplay-mid tbody tr td a{color:#555;}
.tbl-drdisplay-mid tfoot tr td{padding:3px 6px;vertical-align:top;border:solid 1px #DDD;color:#263238;font-weight: bold;width:50%}
.tbl-drdisplay-mid tfoot tr td small{display:block;color:#888;}
.tbl-drdisplay-mid tfoot tr td a{color:#555;}

.dashboard-print {
    display: inline-block;
    float: none;
    font-size: 11px;
    color: #888;
    font-weight: 400;
    cursor: pointer;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  height:350px;
}

/* Next & previous buttons */
.prev-dashboard, .next-dashboard {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next-dashboard {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade-dash {
  -webkit-animation-name: fade-dash;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards; 
  animation-name: fade-dash;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade-dash {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade-dash {
  from {opacity: .4}
  to {opacity: 1}
}
.grayout {
    opacity: 0.6; 
    filter: alpha(opacity = 60); 
}
.chart_div {
    width: 100%;
}

.disclaimer_box {
    height: 40px;
    overflow: hidden;
}
  
.service-item.open .disclaimer_box {
    height: 100%;
}

.border-all{
    border: 1px solid #ddd;
}

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

.cursor-pointer:hover{
    cursor: pointer;
}

.d-flex{
    display: flex;
}
.d-none{
    display: none;
}
.div-square{
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.div-square-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flex-column{
    flex-direction: column;
}
.h-5{
    height: 5%;
}
.h-5vh{
    height: 5vh;
}
.h-100{
    height: 100%;
}
.hover-opacity-1:hover{
    opacity: 0.8;
}

.hover-opacity-2:hover{
    opacity: 0.65;
}

.hover-opacity-3:hover{
    opacity: 0.5;
}

.hover-opacity-type-1{
    opacity: 0.75;
}
.hover-opacity-type-1:hover{
    opacity: 1;
}
.input-disabled-darker[disabled] {
    /* background-color: #f4f4f4; */
    background-color: #ccc;
    opacity: 0.85;
}
.loading-overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background: rgb(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    display: flex;
    flex-direction: column;
}

.loading-overlay .loading-close-btn-div{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 7%;
    right: 7%;
}

.max-h-vh-2{
    max-height: 35vh;
}

.max-h-60vh{
    max-height: 60vh;
}

.min-h-1{
    min-height: 16vh;
}

.min-h-2{
    min-height: 32vh;
}

.min-h-3{
    min-height: 45vh;
}
  
.object-fit-contain{
    object-fit: contain;
}

.object-fit-cover{
    object-fit: cover;
}

.position-absolute-item-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.transition-035{
    transition: all 0.35s ease;
}

.w-5{
    width: 5%;
}

.w-5vw{
    width: 5vw;
}

.w-100{
    width: 100%;
}

.white-space-pre-line{
  white-space: pre-line;
}

@media screen and (min-width: 769px){
  .cus-md-position-absolute{
    position: absolute !important;
  }
}

/* MO MANUAL PAGE */
.mom-list{margin:0;padding:0;}
.mom-list li{display:block;list-style:none;padding:0;margin:0;border-bottom:solid 1px #FFAC00;}
.mom-list li .mom-block .mom-title{position:relative;font:700 16px/30px 'Roboto',sans-serif;margin:0;padding:10px 20px 10px 5px;color:#2A4057;cursor:pointer;}
.mom-list li .mom-block .mom-title .mom-desc{position:relative;font:700 16px/30px 'Roboto',sans-serif;text-decoration: underline;margin:0;padding:10px 20px 10px 5px;cursor:pointer;}

.mom-list li .mom-block:hover {
    background: #f2f2f2;
}
.grayout {
    opacity: 0.6; 
    filter: alpha(opacity = 60); 
}

#print_unit_listing {
    table-layout: fixed;
}
#print_unit_listing td{
    word-wrap:break-word
}

.tbl-merchantitems {width:100%;border-collapse:collapse;}
.tbl-merchantitems thead tr th{background:rgb(78, 78, 78);color:#FFF;height:40px;}
.tbl-merchantitems thead tr th,
.tbl-merchantitems tbody tr td{padding:3px 6px;vertical-align:center;border:solid 1px #DDD;}

#monthly_statement_report tbody tr:hover,
#admin_monthly_statement_report tbody tr:hover,
#admin_sales_report tbody tr:hover,
#admin_monthly_sales_report tbody tr:hover,
#gprop_recon_monthly_report tbody tr:hover,
#monthly_statement_summary_report tbody tr:hover,
#admin_monthly_sales_report tbody tr:hover {
    background-color: #ccc;
}
#monthly_statement_report td:hover,
#admin_monthly_statement_report td:hover,
#admin_sales_report td:hover,
#admin_monthly_sales_report td:hover,
#gprop_recon_monthly_report td:hover,
#monthly_statement_summary_report td:hover,
#admin_monthly_sales_report td:hover {
    cursor: pointer;
}
#monthly_statement_report tbody tr:last-child:hover,
#admin_monthly_statement_report tbody tr:last-child:hover,
#admin_sales_report tbody tr:last-child:hover,
#admin_monthly_sales_report tbody tr:last-child:hover,
#gprop_recon_monthly_report tbody tr:last-child:hover, 
#monthly_statement_summary_report tbody tr:last-child:hover,
#admin_monthly_sales_report tbody tr:last-child:hover {
    background-color: initial;
}
#monthly_statement_report tbody tr:last-child td:hover,
#admin_monthly_statement_report tbody tr:last-child td:hover,
#admin_sales_report tbody tr:last-child td:hover,
#admin_monthly_sales_report tbody tr:last-child td:hover,
#gprop_recon_monthly_report tbody tr:last-child td:hover, 
#monthly_statement_summary_report tbody tr:last-child td:hover,
#admin_monthly_sales_report tbody tr:last-child td:hover {
    cursor: initial;
}

#gprop_charges_list thead tr th,
#gprop_charges_list tbody tr td{text-align:center;padding:10px 8px;border-bottom:solid 1px #C2D5E3;}
#gprop_charges_list thead tr th:first-child,
#gprop_charges_list tbody tr td:first-child{text-align:left;font-weight:700;}
#gprop_charges_list thead tr th:nth-child(2),
#gprop_charges_list tbody tr td:nth-child(2){text-align:center;font-weight:700;color:rgb(255, 0, 140);}
#gprop_charges_list thead tr th:nth-child(3),
#gprop_charges_list tbody tr td:nth-child(3){text-align:center;font-weight:700;color:rgb(0, 204, 0);}
#gprop_charges_list thead tr th:nth-child(4),
#gprop_charges_list tbody tr td:nth-child(4){text-align:center;font-weight:700;color:rgb(0, 204, 0);}
#gprop_charges_list thead tr th:nth-child(5),
#gprop_charges_list tbody tr td:nth-child(5){text-align:center;font-weight:700;color:rgb(0, 204, 0);}
#gprop_charges_list thead tr th:nth-child(6),
#gprop_charges_list tbody tr td:nth-child(6){text-align:center;font-weight:700;color:rgb(25, 0, 255);}
#gprop_charges_list thead tr th:nth-child(7),
#gprop_charges_list tbody tr td:nth-child(7){text-align:center;font-weight:700;color:rgb(25, 0, 255);}
#gprop_charges_list thead tr th:nth-child(8),
#gprop_charges_list tbody tr td:nth-child(8){text-align:center;font-weight:700;}

.add-one-btn {
    border: 1px solid transparent;
    color: rgb(255, 255, 255);
    background-color: #66BB6A;
    padding: 7px 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    margin: 4px 2px;
    cursor: pointer;
  }  
