body {
  background: #fafafa;
  color: black;
}

body-OLD {
  padding-top: 50px;
  padding-bottom: 20px;
  background: rgba(0, 0, 0, 0) url("imgs/low_contrast_linen.png") repeat scroll 0% 0%;
  color: #9d9d9d;
}

.table-alert {
  padding: 2px;
  font-size: xx-small;
  padding: 2px;
  font-size: xx-small;
  margin-bottom: unset;
  background-color: unset;
  border-color: unset;
  border: unset;
  border-radius: unset;
}

.table-alert-info {
  font-style: italic;
}

.site-navbar-inverse {
  border-bottom: solid 1px #d4af37;
  background-color: #2f2f2f;
}

.table-header {
  background-color: #2f2f2f;
  color: #cdaa36;
  border-radius: 25px;
}

.download-link {
  color: #46b8da;
  text-decoration: underline;
}

.property-unit-selector-table-caption {
  color: #d4af37;
}

#multi-select-property-unit tr {
  color: #cdaa36;
}

.btn {
  text-shadow: 0px 1px 11px #6d6d6d;
}

.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding: 2px;
}

.btn-info {
  color: #46b8da;
  background-color: #5bc0de;
  border-color: #46b8da;
  background-color: transparent;
  border-radius: 1px;
  font-weight: bold;
}

.site-btn-close {
  background: #a94442;
  color: white;
  border-color: #a94442;
  border-radius: 1px;
  font-weight: bold;
}

.btn-payment {
  margin: 10px;
  width: 100px;
}

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

.payment-label {
  text-align: right;
  clear: both;
  margin-right: 15px;
}

.cc_payment_section {
  color: #eedd82;
}

.capitalizeFirstLetter::first-letter {
  text-transform: capitalize;
}

.application-btn-grp {
  margin-bottom: 20px;
}

.btn-success {
  color: #4cae4c;
  background-color: #5cb85c;
  border-color: #4cae4c;
  background-color: transparent;
  border-radius: 1px;
  font-weight: bold;
}

.btn-danger {
  color: #d43f3a;
  background-color: #d9534f;
  border-color: #d43f3a;
  background-color: transparent;
  border-radius: 1px;
  font-weight: bold;
}

.kp-footer {
  font-size: 11px !important;
  background-color: unset !important;
  color: black !important;
}

.application-table-row {
  color: #000;
  border-radius: 25px;
}

.one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}

.one-edge-shadow-white {
  -webkit-box-shadow: 0 8px 6px -6px #7d7d7d;
  -moz-box-shadow: 0 8px 6px -6px #7d7d7d;
  box-shadow: 0 8px 6px -6px #7d7d7d;
}

.form-edge-shadow {
  -webkit-box-shadow: -6px 5px 13px 0px #403d3d;
  -moz-box-shadow: -6px 5px 13px 0px #403d3d;
  box-shadow: -6px 5px 13px 0px #403d3d;
}

.form-heading {
  text-shadow: 1px 2px 0px #cccccc;
  font-weight: bolder;
  color: #5a5757;
  font-family: sans-serif;
}

.unauthorizedMessage {
  background: #2f2f2f;
  margin-top: 25%;
  /* color: #9d978f;
	color: #d4af37;*/
  color: #9d978f;
  padding: 20px;
  font-style: italic;
  border-radius: 4px;
  font-size: 15px;
}

.overlay {
  background: #ebebeb;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.btn-close {
  margin-left: 15px;
  float: right;
}

.back-to-dashboard {
  text-transform: uppercase;
  padding: 10px;
  border: solid #2f2f2f 1px;
  border-radius: 4px;
  margin: -15px;
  color: black;
  text-decoration: none;
}

.back-to-dashboard:hover {
  background: #2f2f2f;
  color: white;
  text-decoration: none;
}

.overlay-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.btn-form {
  font-weight: bold;
}

#newApplicationFormTable {
  background: #2f2f2f;
  color: white;
  border-radius: 4px;
  width: 100%;
}

#updateApplicationFormTable {
  background: #2f2f2f;
  color: white;
  border-radius: 4px;
  width: 100%;
}

#newCommunicationFormTable {
  background: #2f2f2f;
  color: white;
  border-radius: 4px;
  width: 100%;
}

#leaseMakerFormTable {
  background: #2f2f2f;
  color: white;
  border-radius: 4px;
  width: 100%;
}

#applicationFormTable {
  background: #2f2f2f;
  color: white;
  border-radius: 4px;
  width: 100%;
}

#communictionDetailsTable {
  background: #2f2f2f;
  color: white;
  border-radius: 4px;
  width: 100%;
}

.communicationDetailsFieldValue {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.navbar-brand {
  padding: 0px;
}

.site-img {
  height: 70%;
  margin: 5px;
}

td .md-datepicker-input {
  color: white;
}

td .md-button.md-icon-button {
  color: #2f2f2f;
}

md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #cdaa36;
  color: #cdaa36;
}

.btn-header {
  margin: 8px;
  height: 36px;
  width: 120px;
  font-weight: bold;
  background: #393939;
  border-color: black;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

#messageText {
  color: #449d44;
  font-weight: 600;
}

#errorText {
  color: #ff1d1d;
  font-weight: 600;
}

/* Homepage element */

#detailsFormTable td {
  padding: 10px;
}

.submitRow {
  padding: 5px;
  text-align: right;
}

.fieldLabel {
  text-shadow: 0px 1px 11px #6d6d6d;
  color: #d4af37;
  text-align: left;
  font-weight: 600;
  padding: 15px;
  width: 30%;
  vertical-align: top;
}

.communicationDetailsfieldLabel {
  text-shadow: 0px 1px 11px #6d6d6d;
  color: #d4af37;
  text-align: left;
  padding: 3px;
  padding-left: 15px;
  width: 30%;
  vertical-align: top;
}

.moveOutDialogLabel,
.dialogHeadline {
  text-shadow: 0px 1px 11px #6d6d6d;
  color: #d4af37;
  text-align: left;
}

.blackfont {
  color: #2f2f2f;
}

.payment-form {
  padding-left: 14px;
  padding-right: 14px;
}

.buttonColumn {
  /* width: 15px */
}

.mainContent {
  margin-top: 20px;
}

.image-body {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/login-bg-img.jpg");
}

.image-body-unset {
  background-repeat: unset;
  background-size: unset;
  background-image: unset;
}

.md-icon.md-default-theme,
md-icon {
  color: white;
}

.boldLabel {
  text-align: left;
  font-weight: bolder;
  padding: 15px;
  padding-left: 0px;
  text-shadow: 0px 1px 11px #6d6d6d;
}

.leaseComputationLabel {
  /* display: flex;
	align-items: center;
	justify-content: center; */
  color: orange;
  font-weight: 100;
  font-style: italic;
}

.boldLabel:hover {
  text-align: left;
  font-weight: bolder;
  background-color: #2f2f2f;
  color: #fafafa;
}

.fieldInput {
  width: 80%;
  text-align: left;
  margin-bottom: 10px;
  color: white;
  background-color: #2f2f2f;
  border: none;
  border-bottom: solid 1px;
  -webkit-box-shadow: 0 8px 6px -6px #7d7d7d;
  -moz-box-shadow: 0 8px 6px -6px #7d7d7d;
  box-shadow: 0 8px 6px -6px #7d7d7d;
}

.dialogFieldInput {
  width: 80%;
  text-align: left;
  color: #2f2f2f;
  border: none;
  border-bottom: solid 1px #2f2f2f;
  -webkit-box-shadow: 0 8px 6px -6px #7d7d7d;
  -moz-box-shadow: 0 8px 6px -6px #7d7d7d;
  box-shadow: 0 8px 6px -6px #7d7d7d;
}

.textAreaFieldInput {
  width: 80%;
  text-align: left;
  margin-bottom: 10px;
  color: white;
  background-color: #2f2f2f;
  border: solid 1px;
}

.dateFieldInput {
  width: 80%;
  text-align: left;
  color: white;
  background-color: #2f2f2f;
  -webkit-box-shadow: 0 8px 6px -6px #7d7d7d;
  -moz-box-shadow: 0 8px 6px -6px #7d7d7d;
  box-shadow: 0 8px 6px -6px #7d7d7d;
}

.dateFieldInputInverted {
  width: 80%;
  text-align: left;
  color: #2f2f2f;
}

.fieldRow {
  padding-bottom: 5px;
}

.fixed-height-container-property-units-result {
  float: center;
  height: auto;
}

.property-units-result-content {
  height: 775px;
  overflow: auto;
}

md-dialog-content {
  overflow: unset !important;
}

md-dialog {
  background: #2f2f2f !important;
  color: white !important;
}

md-input-container.md-default-theme .md-input,
md-input-container .md-input {
  color: white !important;
}

.md-button.md-primary {
  color: #cdaa36 !important;
  min-width: unset !important;
}

/**
 * Stripe form styling: START
 */

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.summary-view {
  background: #2f2f2f;
  color: #cdaa36;
  padding: 15px 15px 0px 15px;
  border: solid 1px;
  border-radius: 4px;
  text-shadow: 0px 1px 7px #6d6d6d;
}

.short-summary-view {
  color: #2f2f2f;
  font-size: 1.5em;
}

.summary-view-details {
  padding: 15px;
}

.summary-view table {
  width: 100%;
}

.summary-view th {
  width: 40px;
  vertical-align: top;
  text-align: left;
}

.summary-view .wider-header {
  min-width: 100px;
  vertical-align: top;
  text-align: left;
}

.summary-view .widest-header {
  min-width: 200px;
  vertical-align: top;
  text-align: left;
}

.summary-view td {
  width: 50%;
  vertical-align: top;
  text-align: left;
}

.folio-operations>td {
  float: right;
}

/**
 * Stripe form styling: END
 */

a:hover,
a:focus {
  color: #46b8da;
  text-decoration: underline;
}

a {
  color: #46b8da;
  text-decoration: none;
}

.table-controls-div {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 10px;
}


.btn-table-nav {
  color: #2f2f2f !important;
  background: #cdaa36 !important;
}

.btn-table-nav:hover,
.btn-table-na:focus {
  background: #2f2f2f !important;
  color: #cdaa36 !important;
}

.table-hover>tbody>tr:hover {
  color: #2f2f2f !important;
}

#unseen-tenant-table {
  overflow-x: scroll;
}

#unseen-property-table {
  overflow-x: scroll;
}

@media only screen and (max-width: 800px) {

  #unseen-application-table table td:nth-child(2),
  #unseen-application-table table th:nth-child(2),
  #unseen-application-table table td:nth-child(3),
  #unseen-application-table table th:nth-child(3),
  #unseen-application-table table td:nth-child(5),
  #unseen-application-table table th:nth-child(5) {
    display: none;
  }

  #unseen-tasks-table table td:nth-child(3),
  #unseen-tasks-table table th:nth-child(3) {
    display: none;
  }

  #folio section {
    width: 150%;
  }
}

@media only screen and (max-width: 640px) {
  #folio section {
    width: 150%;
  }

  #unseen-application-table table td:nth-child(4),
  #unseen-application-table table th:nth-child(4),
  #unseen-application-table table td:nth-child(6),
  #unseen-application-table table th:nth-child(6) {
    display: none;
  }

  #unseen-tasks-table table td:nth-child(4),
  #unseen-tasks-table table th:nth-child(4) {
    display: none;
  }

  #unseen-tenant-transaction-table table td:nth-child(3),
  #unseen-tenant-transaction-table table th:nth-child(3) {
    display: none;
  }
}

/*
   ========================== SideBar Styple ==============================================
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  border-bottom: solid 1px #d4af37;
  background-color: #2f2f2f;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

i,
span {
  display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #2f2f2f;
  color: #cdaa36;
  transition: all 0.3s;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before,
#sidebar.active a[aria-expanded="true"]::before {
  top: auto;
  bottom: 5px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #2f2f2f;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #cdaa36;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  background: #fff;
  color: #cdaa36;
}

#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #2f2f2f;
}

a[data-toggle="collapse"] {
  position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
  content: "\e259";
  display: block;
  position: absolute;
  right: 20px;
  font-family: "Glyphicons Halflings";
  font-size: 0.6em;
}

a[aria-expanded="true"]::before {
  content: "\e260";
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #2f2f2f;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #2f2f2f !important;
  color: #fff !important;
}

.site-btn {
  color: #cdaa36;
  background: #2f2f2f;
  border: solid 1px;
}

.done-btn {
  color: white;
  background: #5f925b;
}

.undone-btn {
  background: #cdaa36;
  color: white;
  border: none;
}

.fit-content {
  width: fit-content;
}

.site-btn:focus,
.site-btn:hover,
.site-btn:active {
  background: #cdaa36;
  color: #2f2f2f;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  min-height: 100vh;
  transition: all 0.3s;
  width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  /* #content {
		transition: all 0.3s;
		min-height: 100vh;
		width: auto;
	} */

  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }

  a[aria-expanded="false"]::before,
  a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  #sidebar.active {
    margin-left: 0 !important;
  }

  #sidebar .sidebar-header .site-img,
  #sidebar .CTAs {
    display: none;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar ul li a {
    padding: 20px 10px;
  }

  #sidebar ul li a span {
    font-size: 0.85em;
  }

  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }

  #sidebar ul ul a {
    padding: 10px !important;
  }

  #sidebar ul li a i {
    font-size: 1.3em;
  }

  #sidebar {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}