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

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}

.app-brand-logo.demo svg {

}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !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 section **/
.button-column .link-danger:hover, .button-column .link-danger:focus {
  color: #d34c4d !important;
  background-color: #fce5e6 !important;
}

.form-control[readonly] {
  background-color: rgba(75, 70, 92, 0.08);
  opacity: 1;
}

.bs-stepper.dictionary-stepper .step.crossed .step-trigger .bs-stepper-circle{
  background-color: #f1f0f2 !important;
  color: #6f6b7d !important;
}

.light-style .bs-stepper.dictionary-stepper .bs-stepper-header .step.crossed .bs-stepper-label{
  color: #5d596c !important;
}
.light-style .bs-stepper.dictionary-stepper .bs-stepper-header .step.crossed .bs-stepper-title{
  color: #5d596c !important;
}

.hidden{
  display: none !important;
}

.dictionary-card{
  box-shadow: none !important;
}


.stack {
  display: inline-block;
}

.stack:first-child{
  margin-left: 20px;
}

.roof {
  width: 102px;
  height: 35px;
  background: #a8aaae;
  transform: translateX(18px) skewX(135deg);
  padding-top: -20px;
}

.stack:last-child .roof{
  width: 100px;
}

.level {
  text-align: center;
  width: 100px;
  height: 35px;
  margin: 1px;
  color: #7367f0;
  border-color: transparent;
  background: #e9e7fd;
  border-radius: 0px !important;
  margin-right: 0px;
  line-height: 35px;
}

.stack:last-child .level:after {
  display: block;
  width: 35px;
  height: 35px;
  background: #cbc7ee;
  content: "";
  margin-left: 101px;
  transform: translateY(-53px) skewY(135deg);
  margin-top: 0px;
  border: 0px;
}

.level:hover {
  border-color: transparent !important;
  background: #dddbfb !important;
  color: #7367f0 !important;
}

.level.show {
  border-color: transparent !important;
  background: #dddbfb !important;
  color: #7367f0 !important;
}

.stack:last-child .level:hover:after {
  border-color: transparent !important;
  background: #dddbfb !important;
  color: #7367f0 !important;
}

.level.object {
  color: #00cfe8;
  border-color: transparent;
  background: #d6f7fb;
}

.level.object:hover {
  border-color: transparent !important;
  background: #c2f3f9 !important;
  color: #00cfe8 !important;
}

.level.parking{
  color: #4b4b4b;
  border-color: transparent;
  background: #e2e2e2;
}

.level.parking:hover {
  border-color: transparent !important;
  background: #d4d4d4 !important;
  color: #4b4b4b !important;
}

.apartment{
  display: inherit;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
}

.empty-floor .level{
  color: #000 !important;
  border-color: transparent !important;
  background: #e6e6e6 !important;
  cursor: default !important;
  pointer-events: none;
}

.stack:last-child .empty-floor .level:after {
  background: #e6e6e6 !important;
}

.layout-menu-collapsed .app-brand-logo svg{
  width: 55px !important;
}

.white-logo{
  display: none;
}

.dark-style .white-logo{
  display: block;
}

.dark-style .normal-logo{
  display: none;
}

.app-brand-logo svg{
  transition: width 0.3s;
}