/*  

Description: Custom Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
@import url("../vendors/fontawesome/css/all.min.css");
img {
  max-width: 100%;
}

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

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

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

.limit-800 {
  max-width: 800px;
}

.limit-1200 {
  max-width: 1200px;
}

.navbar-brand {
  font-size: 16px;
}

.navbar-brand img {
  max-width: 80%;
}

.listing-icon {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 24px;
}

.navbar-vertical .navbar-collapse {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.navbar-vertical .navbar-nav .nav-link-icon {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.form-check {
  cursor: pointer;
}

.req {
  color: red;
}

.item-code h6 {
  font-size: 10px;
}

.item-code.used {
  opacity: 0.2;
}

@media (max-width: 900px) {
  .table-mobile-stack {
    display: block;
  }
  .table-mobile-stack thead, .table-mobile-stack tfoot {
    display: none;
  }
  .table-mobile-stack tbody, .table-mobile-stack th, .table-mobile-stack tr, .table-mobile-stack td {
    display: block;
  }
  .table-mobile-stack tbody tr {
    border: 1px solid var(--falcon-border-color);
    border-radius: .25rem;
    padding: 20px;
    margin-bottom: 20px;
  }
  .table-mobile-stack tbody td[data-label] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .table-mobile-stack tbody td[data-label]:before {
    content: attr(data-label);
    text-transform: uppercase;
    display: block;
    color: var(--falcon-500);
    font-weight: bold;
    font-size: 0.8em;
  }
  .table-mobile-stack tbody td[data-label]:last-child {
    border-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .navbar-vertical .navbar-collapse {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .card-page .card-body {
    min-height: 70vh;
  }
}
/*# sourceMappingURL=custom.css.map */