/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/* custom css*/
.card-body-box ul b {
  margin-right: 10px;
}
.card-body-box ul li {
  margin-bottom: 5px;
  line-height: 24px;
}
.card-body-box ul {
  padding-left: 15px;
  margin-bottom: 0px;
}
.card-body-box {
  min-height: 107px;
}
.nav-item p {
  margin-bottom: 0px;
}
.nav-flex {
  display: flex;
  align-items: center;
}
.nav-flex .avatar {
  width: auto;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.nav-flex .avatar:after {
  display: none;
}
.nav-flex .avatar i {
  border: solid 1px #696cff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 5px;
  color: #696cff;
}
.nav-flex .d-flex .avatar {
  margin-left: 0px;
}
.recibosItem {
  background: #fafafa;
  padding: 5px;
  border-radius: 5px;
  border: solid 1px #e3e3e3;
}
.recibosData .date {
  margin-right: 20px;
  border-left: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
  padding: 0px 20px;
}
.recibosData .mont {
  margin-right: 20px;
}
.recibosData .icon {
  margin-right: 10px;
}
.recibosData .icon i {
  font-size: 30px;
  color: #28de7e;
}
.recibosData .data {
  margin-bottom: 0px;
}
.recibosData .up {
  font-weight: 700;
  margin-bottom: 0px;
}
.vencido .recibosData .icon i {
  color: #fd5353;
}
.vencido .recibosData .mont p {
  color: #fd5353;
}
.no-pagado .recibosData .mont p {
  color: #c8a81d;
}
.no-pagado .recibosData .icon i {
  color: #c8a81d;
}
.vencido .recibosItem {
  background: #fdd3d3;
}
.no-pagado .recibosItem {
  background: #fff0ad;
}
.recibosDataContent {
  background: #fafafa;
  padding: 15px 10px;
  border-radius: 5px;
  border: solid 1px #e3e3e3;
  margin-top: 10px;
}
.contentDataText {
  width: 50%;
  border-right: solid 1px #0000001a;
  padding-right: 20px;
  padding-left: 10px;
}
.contentDataText ul .layout {
  font-weight: 700;
  min-width: 120px;
}
.contentDataText ul {
  padding: 0px;
}
.contentDataButton {
  width: 50%;
  padding-right: 20px;
  padding-left: 10px;
}
.contentDataButton .btn {
  margin-top: 20px;
}
.contentDataButton ul .layout {
  min-width: 200px;
  font-weight: 700;
}
.contentDataButton ul {
  padding: 0px;
  list-style: none;
  font-size: 18px;
}
.contentDataButton {
  width: calc(50% - 40px);
  padding-right: 20px;
  padding-left: 10px;
}
.recibosDataContent {
  display: none;
}
.recibosDataContent.open {
  display: block;
}

.card.vendido {
  background: #ffe3e3;
  pointer-events: none;
}
.card-links {
  max-width: 280px;
}
.recibosData .data input {
  background: white;
}
.recibosData .data input:disabled {
  border: none;
  background: transparent;
}
.card.disponible {
  background: #ccffc2;
  pointer-events: none;
}