/*************************************


font-family: 'Rubik', sans-serif;
font-family: 'Open Sans', sans-serif;

***************************************/


html {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.container.profit-loss {
  width: 1450px;
}

.exportbtns{
  padding: 0px 15px 10px 0px;
  float: right;
  background-color: #f1f4f5;
  
  text-align: right;
}
.searchfield{
  display: flex;
}

.counter {
  text-align: center !important;

}

.counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;

}



.pull-right {
  float: right !important;
}


.about-company #download-pdf {
 margin-top: 12px;
}

.about-company #download-pdf:hover {
  color: rgb(169, 169, 169);
 }






.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.page-minititle {
  font-size: 1.2rem;
  font-weight: bold;
}

.about-company .titles {
  margin-bottom: 100px;
}




h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
font-weight: 600;
}


.text-right {
  font-family: 'Rubik', sans-serif;
}
#totalAssets{
  font-weight: 600;
  background-color: rgb(231, 231, 231);
}
#totalLiabilities{
  font-weight: 600;
  background-color: rgb(231, 231, 231);
}
.trUpdateDate {
  font-family: 'Open Sans', sans-serif;
  display: none;
} 

.headrow{
  font-weight: bold;
  color: #424242;
  font-size: 18px;
  border-bottom: 1pt solid black;
}

.datarow td, .sumrow td{
  padding-left: 35px !important;
}
.sumrow{
  font-weight: bold; 
  color: #424242;
}

.audit-report th{
  text-align: right;
}
footer {
  position: relative;
  width: 100%;
}

.inner-table-row {
  display: none;
}

.inner-table {
  margin: 20px auto !important;
}



.inner-table td {
  border: none !important;
  padding: 0;
}

.inner-table-title {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px solid #ccc;
}

.inner-table-value {
  font-size: 14px;
  font-weight: bold;
}

.inner-table-label {
  font-size: 14px;
  color: grey;
  padding-left: 15px !important;
}

.inner-table td:nth-child(1) {
  width: 30vw;
}

.inner-table-totals {
  font-weight: bold;
  font-size: 14px;
  color: #00ADB5 !important;
  border-top: 2px solid #00ADB5;
}

.inner-table-row:hover {
  background: none !important;

}

table {

  background: #fff !important;
}

table,
th,
td {

  white-space: nowrap;
}

table th,
table td {
  padding: 7px 10px !important;
}

.site-menu-arrow {
  margin-top: 15px !important;
  font-size: 10px;
}


.group-title {

  font-size: 2rem;
  font-weight: bold;
}


.table-group-pnl {
  margin-top: 30px;
  margin-bottom: 30px;
}

.admin-btns {
  display: flex;
  flex-direction: column;
  width: 250px;
}

.admin-btns a {

  width: 150px;
}

.hyperlink {
  text-decoration: none;
  color: #746FBD;
  font-weight: bold;
}

.list {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.tenant-list {
  margin: 0;
  padding: 10px;

}

.act-edt {
  color: #746FBD;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}

.act-dlt {
  color: #ee0404;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}


.act-yields {
  color: #746FBD;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}

.compare-months-tbl tbody td:nth-child(3) {
  text-align: left !important;
  min-width: 190px !important;
}

.secontry-row {
  font-size: .85rem;
  color: #746FBD;
  border-bottom: .75px solid rgb(133, 133, 133);
}

.secontry-row td {
  border: none !important;
}

.secontry-row {
  display: none;
}

.compare-months-tbl thead th:nth-child(3) {
  content-visibility: hidden;
  min-width: 190px !important;
}

.compare-months-tbl thead th:nth-child(n+4),
.compare-months-tbl tbody td:nth-child(n+4) {
  min-width: 80px !important;
}

.compare-months-tbl thead th:nth-child(2),
.compare-months-tbl tbody td:nth-child(2) {
  min-width: 200px !important;
}


.text-bold {
  font-weight: bold;
  text-decoration: underline;
}





.hidden {
  display: none;
}


.row2 {
  display: none;
  font-size: .8rem;
  color: rgb(133, 97, 0);
  border-bottom: .75px solid rgb(133, 97, 0) !important;
}

.row2 td {
  border: none !important;
}

.row2 td:nth-child(3) {
  padding-left: 10px !important;
}

.row2 td:nth-child(3) {
  padding-left: 30px !important;
}


#bs-table th:nth-child(1),
#bs-table td:nth-child(1) {
  min-width: 300px !important;

}

#bs-table th,
#bs-table td {
  font-size: .9rem;
}

tfoot td {
  font-weight: bold;
  color: #000;
  font-size: 1rem !important;
}


.bs-title-btn {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

#showBsDataTable {
  margin-top: 0 !important;
  margin-right: 10px;
  width: 50px !important;
}

.bs-btn {
  display: inline-block;
  width: 20px !important;
  height: 25px !important;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0 7px;
  cursor: pointer;
  margin-top: 7px !important;
  position: relative !important;
  bottom: -2px !important;
}





.bs-summaryRow {
  font-size: .9rem;
  color: #00ADB5;
  background: rgb(253, 251, 243);

}

.bs-table th:nth-child(2),
.bs-table td:nth-child(2) {
  min-width: 250px !important;
}

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

.dashboard-item-title {
  font-size: 1.6rem;
  color: #746FBD;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-decoration: underline;
  text-transform: uppercase;
}

.last-update-value {
  color: #ad6666;
  font-size: 1.2rem;
}

.last-update-label {
  color: #746FBD;
  font-size: 1.2rem;
}

.link {
  cursor: pointer !important;
  text-decoration: none !important;

}

.link:hover {
  text-decoration: underline !important;
  color: #746FBD;
}

.info-icon {
  cursor: pointer !important;
  display: inline-block;
  background-image: linear-gradient(45deg,
      rgb(244, 244, 244) 90%,
      rgb(95, 95, 0) 10%);
}

.comments-form {
  display: none;
  background: rgb(255, 255, 255) !important;
  margin-bottom: 35px;
  position: fixed;
  bottom: 0;
  width: 80%;
  z-index: 1;
  border-radius: 20px;
  -webkit-box-shadow: 0px -7px 90px -39px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px -7px 90px -39px rgba(0, 0, 0, 0.44);
  box-shadow: 0px -7px 90px -39px rgba(0, 0, 0, 0.44);

}

@media (min-width: 1600px){
  .container {
    width: 100%;
}

}


@media screen and (min-width: 768px) {
  .comments-form {
    width: 30%;
  }
}

.comments-form form {
  margin-top: 20px !important;
}

.comment-box {
  margin-top: 30px;
}

.highlighted {
  background: #ffea00;
  color: azure;
}

.commentBy {
  font-style: italic;
  color: #afafaf;
  font-weight: bold;
  margin-bottom: 5px;
}

.comment-content {
  color: #746FBD;

}


.comment-meta a {
  margin-left: 30px;
  color: #ff0101;
  font-size: .8rem;
  cursor: pointer;
  text-decoration: none;
}

.action-icon {
  margin-right: 7px;
}

.sub-heading {
  font-size: 1.5rem;
  color: #746FBD;
  margin-bottom: 20px;
  font-weight: 200;
}


#download-csv {
  margin-bottom: 10px;
}

.radio-type {
  display: flex;
  flex-direction: row;
}

.btn-group a {
  background: rgb(255, 255, 255) !important;
  transition: .2s;
  text-transform: uppercase;

}

.btn-group a:hover {
  background: rgb(228, 228, 228) !important;
  transition: .2s;

}

.active-tab {
  color: #92B4EC;
  text-decoration: underline 2px !important;
  font-weight: 400;
  text-underline-position: under;

}

#myInput{
  
  padding: 5px 5px 5px 10px;
  margin: 0px 0px 0px 58px;
  width: 270px;
  border: 1px solid rgb(100, 100, 100);
  border-radius: 5px
}









canvas {
  background: rgb(255, 255, 255);
}



.difference-percentage {
  font-size: .8rem;

  margin-left: 5px;
}

.sum-marks {
  display: flex;
  flex-direction: row;
  width: 50px;
  padding: 0 10px;
  text-align: right;
}

.dashboard-item-title {
  margin: 0 auto;
}



.chart-title {
  text-transform: uppercase;
  text-decoration: underline;
}


.yield-value {
  font-weight: bold;
  text-align: end;
}

.rental-yields-table {
  margin-top: 30px;
}

.welcome-note .line2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #746FBD !important;
}

.welcome-note .line1 {
  font-size: 25px;
}

.welcome-note {
  margin-bottom: 50px;
}


.addnotes {
  position: relative;
  font-size: 14px;
  height: 2em;
  padding: 0 1em;
  border: none;
  background-color: #bf476f;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 5px
}

.addnotes::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background: rgb(201, 79, 120);
  background: linear-gradient(90deg, rgba(196, 27, 84, 1) 20%, rgba(124, 7, 46, 1) 100%);
  transition: 0.2s;
}

.addnotes .label {
  position: relative;
}


.addnotes:hover::before {
  height: 100%;
}



.table-bl-summary th:nth-child(3),
.table-bl-summary td:nth-child(3) {
  width: 10% !important;

}

.table-bl-summary th:nth-child(2),
.table-bl-summary td:nth-child(2) {
  width: 10% !important;
}

.table-bl-summary th:nth-child(1),
.table-bl-summary td:nth-child(1) {
  width: 80% !important;
}

.total-numbers {
  font-weight: bold;
  color: #746FBD !important;
}

.total-sec {
  padding: 20px;
}

.totals-item {
  padding: 10px;
  background: white;
}

.form-title {
  font-size: 18px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;

}

.page-header {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.active-prop {
  color: rgb(0, 0, 0) !important;
}

.details-section,
.bl-section {
  margin-top: 10px;
}

.propName {
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none !important;
  color: #404040;
}

.far,
.fa-solid {
  margin-right: 5px !important;
}

.propName:hover {
  color: #746FBD !important;
}

.bl-section {
  background: white;
}

.adjustment {
  background: #746FBD !important;
  color: aliceblue !important;
}




.notes-form {
  display: none;
  box-shadow: none;
  background: white;
  border: 1px solid rgb(179, 179, 179);
  border-radius: 10px;
  z-index: 100;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin: 0;
}

.notes-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}




.notes-action-btns {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: row;
}

.btn-contact {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: row;
  justify-content: space-between;

}



.notes-action-btns span {
  margin: 0 5px;
}



.notes-action-btns a {
  margin-left: 5px;
}

.save-btn {
  margin-right: 20px !important;
  color: #746FBD !important;
}


.add-notes-btn {

  width: 100px;
  height: 25px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #91C9FF;
  outline: none;
  transition: .2 ease-in-out;
  padding: 3px 10px 3px 10px !important;
  font-weight: 600;

}

.add-notes-btn:hover {
  transition: .2 ease-in-out;
  background: #4F95DA;
  color: #ffffff !important;
}


.btn-notes-save {
  color: rgb(18, 100, 250);
  background: white;
  border: 1px solid rgb(18, 100, 250);
  transition: .2s ease-in-out;
}

.btn-notes-save:hover {
  color: white;
  background: rgb(18, 100, 250);
  border: 1px solid rgb(18, 100, 250);
  transition: .2s ease-in-out;
}

.btn-notes-cancel {
  color: rgb(248, 63, 63);
  background: white;
  border: 1px solid rgb(248, 63, 63);
  transition: .2s ease-in-out;
}

.btn-notes-cancel:hover {
  color: white;
  background: rgb(248, 63, 63);
  border: 1px solid rgb(248, 63, 63);
  transition: .2s ease-in-out;
}




.notes-content {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  max-width: 100% !important;
  height: auto;
  white-space: normal;
}

.btwn-comments-line {
  border-top: 1px dotted rgb(139, 137, 137);
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
}

.note-area {
  margin-left: 40px;

}

.edit-btn {
  margin-right: 20px !important;
  color: rgb(60, 126, 171) !important;
  cursor: pointer;
}

.delete-btn {
  margin-right: 20px !important;
  color: rgb(255, 118, 105) !important;
  cursor: pointer;
  text-decoration: none;
}

.unstyles-anchor {
  margin-right: 20px !important;
  color: rgb(255, 118, 105) !important;
  text-decoration: none !important;
}

.notes-count {
  font-size: .8rem;
  color: rgb(95, 141, 211) !important;
  font-weight: 600;
  cursor: pointer;
}

.notes-container {
  margin-left: 20px;
  margin-top: 10px;
  display: none;
}

.notes-content-header-left-name {
  font-size: 1rem;
  color: rgb(69, 72, 77);
  text-transform: uppercase;
  font-weight: 600;

}

.notes-content-header-left-date {
  font-size: .8rem;
  color: rgb(151, 151, 151);

}

.notes-content-footer span {
  padding: 5px 7px;
  border-radius: 5px;
  text-decoration: none;


}

.notes-content-footer span:nth-child(1) {
  margin-right: 10px;
}

.notes-content-footer span:nth-child(1):hover {
  color: #746FBD;
}

.notes-content-footer span:nth-child(2):hover {

  color: rgb(255, 118, 105);

}

.notes-content-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.notes-content-header-left {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: row;
}

.notes-content-body,
.notes-content-footer {
  margin-left: 60px;
}

.form-addnotes,
.form-editnotes {
  display: none;
}

.notes-content-footer {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: row;
}

.feed-search-date span {
  display: none;
}

.notes-content-footer span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;


}

.feeds-logout-btn {
  position: absolute;
  top: 100px;
  right: 20px;
}




.search-sec {
  padding: 2rem;
}

.search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

#fromToDateTitle {
  font-size: 1rem;
  color: rgb(60, 60, 60);
  margin-left: 50px;
}




















.config-panel {
  background-color: #3A3A3A;
  height: 100vh;
  width: 400px;
  float: left;
}

.filter-bar {
  height: 50px;
  border-bottom: 1px solid #454545;
  padding: 16px;
  margin-left: 400px;
}

.bank-feeds-filter-i {
  margin-left: 8px;
  margin-right: 8px;
}

.filter-dropdown {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
  cursor: pointer;
  margin-right: 16px;
}

.filter-dropdown:hover {
  color: rgba(255, 255, 255, 0.5);
}

.filter {
  padding: 8px 8px 8px 16px;
  background-color: #3A3A3A;
  border-radius: 50px 0 0 50px;
  color: rgba(255, 255, 255, 0.8);
  margin: 8px 0;
  transition: all 0.2s ease;
}

.filter-remove {
  padding: 8px 16px 8px 8px;
  background-color: #3A3A3A;
  border-radius: 0 50px 50px 0;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
}

.filter:hover,
.filter-remove:hover {
  color: white;
  background-color: #585858;
}

.operator {
  color: rgba(255, 255, 255, 0.5);
}

.filter-remove {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.remove:hover {
  color: white;

}

.edit-filter-modal {
  background-color: #F2F3F5;
  width: 260px;
  position: absolute;
  left: 416px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  transition: transform 0.1s ease, opacity 0.1s ease;
  transform-origin: 0 0;
  padding: 16px;
}

.bank-feeds-filter-select {
  width: 100%;
  height: 32px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 16px;
}

.bank-feeds-filter-input {
  width: 100%;
  height: 32px;
  border-radius: 3px;
  border: none;
  margin-bottom: 16px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.bank-feeds-filter-btn {
  background-color: #80B636;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  float: right;
}

.bank-feeds-filter-btn:hover {
  opacity: 0.8;
}

.text-button {
  background-color: transparent;
  color: #24272A;
}

.hidden {
  transform: scale(0.5);
  opacity: 0;

}

.filter-hidden {
  display: none;
}


.panel-table .panel-body {
  padding: 0;
}

.panel-table .panel-body .table-bordered {
  border-style: none;
  margin: 0;
}

.panel-table .panel-body .table-bordered>thead>tr>th:first-of-type {
  text-align: center;
  width: 100px;
}

.panel-table .panel-body .table-bordered>thead>tr>th:last-of-type,
.panel-table .panel-body .table-bordered>tbody>tr>td:last-of-type {
  border-right: 0px;
}

.panel-table .panel-body .table-bordered>thead>tr>th:first-of-type,
.panel-table .panel-body .table-bordered>tbody>tr>td:first-of-type {
  border-left: 0px;
}

.panel-table .panel-body .table-bordered>tbody>tr:first-of-type>td {
  border-bottom: 0px;
}

.panel-table .panel-body .table-bordered>thead>tr:first-of-type>th {
  border-top: 0px;
}

.panel-table .panel-footer .pagination {
  margin: 0;
}

/*
used to vertically center elements, may need modification if you're not using default sizes.
*/
.panel-table .panel-footer .col {
  line-height: 34px;
  height: 34px;
}

.panel-table .panel-heading .col h3 {
  line-height: 30px;
  height: 30px;
}

.panel-table .panel-body .table-bordered>tbody>tr>td {
  line-height: 34px;
}

#search-data-section {
  margin-top: 100px;
}


.search-filter-form {
  margin-bottom: 20px;
}

.search-table-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subtitle-item-name {
  font-size: 1.2rem;
  color: #24272A;
  text-decoration: underline;
}

.subtitle-item-fromTo {
  font-size: .92rem;
}

.subtitle-item-balance {
  font-weight: 600;
  font-size: 1.1rem;
  color: crimson;
}

.subtitle-item-adjust-btn {
  margin-bottom: 20px;

}

.new-note {
  margin-left: 20px;
}




.feeds-search-table thead tr th,
.feeds-search-table tbody tr td {

  background: rgb(255, 255, 255);
  ;
}


@keyframes slidein {
  0% {
    right: -100%;
  }

  100% {
    right: 0;
  }
}

.page-aside {
  z-index: 1000;
  position: fixed;
  top: 60px;
  right: 0;
  width: 400px;
  animation: slidein .5s ease-in-out;
  display: none;
}





.close-aside {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 35px;
  background-color: #ec5e5e;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
  margin: 0 auto;
}

.send-btn {
  display: flex;
  justify-content: right;
  align-items: right;
}


.modal-dialog {
  margin: 0 auto !important;
  padding-right: 20px !important;
}


.modal-sidebar {
  justify-content: flex-start !important;
}



.modal-sm {
  max-width: 400px;
}



.modal-sm {
  width: 400px !important;
}




.adjInputs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;


}

#adjustment-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#adjustment-form button,
.subtitle-item-adjust-btn button {
  background: rgb(35, 109, 194);
  height: 40px;
  width: auto;
  border-radius: 5px;
  color: white;
  border: none;
  margin-bottom: 20px;
  transition: .2s ease-in-out;
  padding: 0 20px;
}

#adjustment-form button:hover,
.subtitle-item-adjust-btn button:hover {
  transform: scale(1.05);
  transition: .2s ease-in-out;
}


.badge {
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 400 !important;
}



.edit-note {
  display: none;
  margin-left: 20px;
}

.advance-search-form {
  width: 80% !important;
  margin-top: 50px;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.advance-search-form .form-group {
  margin-right: 20px;

}



.filter-btn button {
  all: unset;
  background-color: #80B636;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  float: left;
  margin-top: 25px !important;
  max-width: 60px !important;
}

@media screen and (max-width: 768px) {
  .advance-search-form {
    width: 90% !important;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .advance-search-form .form-group input,
  .advance-search-form .form-group select {
    width: 300px !important;

  }
}

.row {
  width: 100%;
}

.panel-body {
  padding: 0;
}

.this-balance {
  font-size: 1.5rem;
  color: #064686;
  text-decoration: underline;
}

.badge-info {
  padding-top: 2px;
}

.page-item {
  margin-right: 5px;
}

.page-item a {
  color: #064686;
  text-decoration: none;
  font-weight: 600;
  padding: 2px 8px;
  background: #fff;

}

.feeds-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}


.profile-btn {
  border-radius: 20px !important;
  margin-left: 20px !important;
}

.panel-body {
  margin-bottom: 100px !important;
}


.date .company {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.badge {
  padding: 5px 10px;
  font-size: 11px;
  margin-right: 5px;
  font-weight: 600;
}


.bf-labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bf-numbers {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: right;
}

.bf-balance-amount-label {
  font-size: .9rem;
  color: #2772bc;
  font-weight: 600;
  border-bottom: 1px solid #2772bc;
}

.bf-balance-amount-value {
  font-size: 1.3rem;
  color: #24272A;
  font-weight: 600;

}

.bf-title {
  font-size: 1.4rem;
  color: #3c3c3d;
}

.contact-content {

  padding-top: 10px;
}

.btn-admin-dashboard {
  background-color: #064686;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  float: left;
  margin-top: 25px !important;

}

.site-menu-icon {
  width: 30px;
}


.this-tab {
  color: rgb(70, 105, 212);
  font-weight: 500;
  text-decoration: underline;
}

.bank-page-title {
  font-size: 2rem;
  color: #656565;
  text-transform: uppercase;
}

.tab-pane table {
  width: 70%;

  margin-top: 0 !important;
}

.nitro .profit-loss table {
  width: 98%;
  margin-top: 0 !important;
}

.np-totals {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.np-totals span:nth-child(1) {
  font-size: 1.5rem;
  color: #064686;
  font-weight: 400;
}

.np-totals span:nth-child(2) {
  font-size: 1.8rem;
  color: #4c4c4c;
  font-weight: 400;
}


table th,
table tfoot td {
  /* color: #171717 !important ; */
background: rgb(231, 231, 231);
font-size: small !important;
  font-weight: 600 !important;
  padding: 5px 10px !important;
}
table th .btn {
  color: #171717 !important;
  line-height: 21px;
}

table tfoot td {
  /* color: #112D4E !important; */
  background: #F9F7F7;
  font-weight: 600 !important;
}



.login-page {
  padding: 30px !important;
}

.page-title-summary {
  font-size: 3rem;
  color: #2a2a2a;
  text-transform: uppercase;
}

.page-subtitle {
  font-size: 1.5rem;
  color: #2a2a2a;

}

.page-title small {
  font-size: 1rem;
  color: #3F72AF;
}

.btn-sync {
  margin-left: 10px;
}



.site-menubar {
  height: 82px;
}

.row-div-np {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #a4a4a4;
}

.row-div-np span {
  font-size: .9rem;
  color: #6d6d6d;
  font-weight: 500;
}

.inner-np-table {
  width: 70%;
  margin: 20px auto !important;
}

.hidden-table-row {
  display: none;
}

.drop-icon {
  margin-left: 10px;
  margin-right: 0 !important;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: rgb(127, 189, 244);
  color: #fff !important;
  padding: 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

@keyframes icon-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.drop-icon:hover {
  animation: icon-rotate .7s;
}

.np-inner-row {
  font-size: .9rem;
  color: #6d6d6d;
  font-weight: 500;
  border-bottom: 1px solid #a4a4a4;
}

.np-inner-row td {
  border: none !important;
}

.np-inner-row {
  display: none;
}

.np-inner-row2 {
  font-size: .8rem;
  color: #8a8a8a;
  font-weight: 400;
  border-bottom: 1px solid #b4b4b4;
}

.np-inner-row2 td {
  border: none !important;
}

.np-inner-row2 {
  display: none;
}

.np-inner-icon i,
.np-outer-icon i {
  float: right;
}

.np-inner-icon,
.np-outer-icon {
  width: 20px !important;
}




.drop-icon2 {
  margin-left: 10px;
  margin-right: 0 !important;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: rgb(172, 215, 253);
  color: #fff !important;
  padding: 4.2px;
  font-size: 10px;
}

@keyframes icon-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.drop-icon2:hover {
  animation: icon-rotate .7s;
}

.np-comments-badge {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 5px;
}


.site-menu-item {
  filter: grayscale(100);
}

.site-menu-item:hover {
  filter: grayscale(0);
}



.np-form-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: left;
}

.np-form-elements button {
  height: 35px;
  position: relative;
  top: 22px;
}

.np-form-elements .form-group {
  margin-right: 10px;
}

.np-controls-section {
  padding: 0 !important;
}

.np-controls {
  padding: 0 !important;
}

.np-control-search {
  padding: 0 !important;
  margin-top: 20px;
}

.np-dashboard-chart {
  margin-top: 20px;
}

.grey {
filter: grayscale(100);
opacity: 0.5;
}

.recent-notes {
margin-left : 80px;
}

.note-for {
  font-size: 1.1rem;
  color: #0e93ff;
  font-weight: 500;
}

.note-for-style {
  padding: 5px 10px;
  background: rgb(252, 245, 176);
  color: rgb(77, 164, 218);
}


.old-new-notes-count {
padding: 2px 5px;
border-radius: 50%;
background: rgb(118, 118, 112);
color: rgb(255, 255, 255);
}




.date-string-bank-balances {
  font-size: .9rem;
  color: #0e93ff;
  font-weight: 500;
  margin-left: 10px;
}


.bank-balances-table tr td:first-child {
width: 600px !important;
}


.row-total-compare-months {
background: rgb(233, 231, 231);
color: #175cab !important;
font-weight: 400;
}

.grouped-ibl-inner-row {
  display: none;
  font-size: .8rem;
  color: #6d6d6d;
  font-weight: 400;
}

.grouped-ibl-inner-row td:nth-child(2) {
padding-left: 50px !important;
}



.group-ibl-table tbody tr td:nth-child(1),
.group-ibl-table thead tr th:nth-child(1) {
  width: 68px !important;
}

.grouped-ibl-inner-row span {
  color: #746FBD;
  font-weight: 300;
}



.balance-sheet-filter-select {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: left;
}

.balance-sheet-filter-select .btn {
  margin: 0 !important;
  height: 35px !important;
}

.balance-sheet-filter-select .form-group {
  margin-right: 5px !important;
}
.select-company-warning {
display: none;
}

#byCompany .empty-option {
  color: rgb(177, 177, 177) !important;
}

.balance-sheet .section {
  padding-top: 50px !important;
  font-size: larger;
  color: #000;

}

.balance-sheet .row-secondry {
  font-size: small;
}

.balance-sheet .row-secondry td:first-child  {
  padding-left: 30px !important;
}

.balance-sheet .summaryrow-secondry {
  font-weight: 600;
  
}







.table-responsive          { overflow: auto; height: 60vh; }
.table-responsive thead th { position: sticky; top: 0; z-index: 1; }

/* Just common table stuff. Really. */
.table-responsive table  { border-collapse: collapse; width: 100%;  margin: 0 !important;}
.table-responsive table th, td { padding: 8px 16px; }
.table-responsive table th     { background:#eee; }

.avatar-text {
  width: 50px;
  height: 50px;
  border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
font-size: 1.5rem;
color: white;
font-weight: bold;
}

.avatar-text img {
  width: 30px;
  height: 30px;


}

.strong {
  font-weight: bold;
}


.disabled-link {
  pointer-events: none;
  cursor: default;
  background: rgb(159, 158, 158) !important;
}



.yield-summary-inner-row {
  font-size: .9rem;
  color: #6d6d6d;
  display: none;
}

.yield-summary-outer-row {
  font-size: 1.1rem;
  color: #2a2a2a;
}

.card-header-company-name {
  font-size: 1.5rem;
  font-weight: bold;
}

.drop-down-yield {
  margin: 10px 20px;
  padding: 10px 20px;
  font-size: 1.2rem;
  background: rgb(223, 223, 223);
}

.card-gross,
.card-net {
display: none;
}
.unset-styles th {
  all: revert !important;
}

.unset-styles th,
.unset-styles td,
.unset-styles {
  border: none !important;
}

.unset-styles tr {
  border-bottom: 1px solid #ddd !important;
}


table {
  border-collapse: collapse;
  
}

table td,
table th {
  border: 1px solid #ddd;
  width: auto !important;
}

.modal-title {
  font-size: 1.5rem;
  max-width: 400px !important;
  white-space: break-spaces;

}

.break-spaces {
  max-width: 150px !important;
  min-width: 150px !important;
  white-space: break-spaces;
}



.statuspending td {
  font-weight: 400;
  
}

.files-table-badge .badge{
  font-size: 1rem !important;
  font-weight: bold;
  width: 80px !important;
}

.files-count {
 color: #064686 !important;
}
.btn-col {
  display: flex;

  align-items: center;
padding-top: 32px;
  
}

.hidden-row-rental-yields td {
  color: #d89e20 !important;
}


.hidden-row-rental-yields td:first-child {
padding-left: 35px !important;
}



mark {
background-color: rgba(226, 255, 4, 0.5) !important;
 font-weight: 400;
 color: #24272A;
}

.statusclosed td {
  font-weight: 300;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.statusclosed .break-spaces:hover {
  font-weight: 300;
  white-space: break-spaces !important;
  max-width: 150px !important;
  min-width: 150px !important;
}

.crm-files-action .btn {
  width: 120px !important;
  margin: 5px !important;
}

.link-divider {
  margin: 0 10px;
}     

.prop-info-comments {
  min-width: 200px;
}

.prop-info-comment {
  font-size: .9rem;
  color: #6d6d6d;
  font-weight: 400;
  max-width: 100px !important;
  white-space: break-spaces;
}

.prop-info-file-options {

margin-left: 8px;
  font-size: 1.2rem;
}

.prop-info-file-options:hover {

  margin-left: 8px;
    font-size: 1.4rem;
  }

.file-details {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.icon-margin--right {
  margin-right: 5px;
}

.file-details a {
  color: #404040;
  font-size: 1.1rem;
}


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

.warning {
  color: #ff0000;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}

.link-icon {
  font-size: 1.2rem;
  color: rgb(68, 68, 68);
  margin-left: 8px;
}

.link-icon:hover {
  color: #ffffff;
}

.yields-drop-btn {
  font-size: 12px !important;
  width: 18px !important;
  height: 18px !important;
  padding: 3.5px !important;

 }
 

.hidden-row-rental-yields {
  display: none;
 }

 .pagination .disabled {
  pointer-events: none;
  cursor: default;
 }

 .tenancy-expiry {
  min-width: 200px !important;
  text-align: center;
 }

 .height-70 {
  height: 70px !important;
 }

 
/* hide .hidden-lg on md and lg screens */
@media (min-width: 767px) {
  .hidden-lg {
    display: none !important;
  }
}

.grey-out {
  cursor: default;
  background: rgb(237, 237, 237) !important;
}

.grey-out .btn-modify {
  background: rgb(164, 164, 164);
  border-color: rgb(164, 164, 164);;
}

.sh-danger {
  color: #fff;
  background: #ff0000;
  border: 1px solid #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 25px;
  margin: 0 auto;
}

.sh-warning {
  color: #fff;
  background: #c6b900;
  border-color: #c6b900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 25px;
  margin: 0 auto;
}

.sh-outline {
  color: #ff0000;
  background: #fff;
  border: 1px solid #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 25px;
  margin: 0 auto;

}

.grey0 {
  color: rgb(204, 204, 204) !important;
}

.grey-100 {
  color: rgb(204, 204, 204) !important;
}

#edit-modal {
  display: none;
}

.ibl-inner-row {
  display: none;
}

.ibl-inner-row td {
  padding-left: 50px !important;
  font-size: .9rem;
}

.ibl-inner-row td span {
  color: #0e93ff;
}






