body {
  text-transform: uppercase !important;
}
.select2-container {
  text-transform: uppercase;
  width: 100% !important;
}
.bg-gradient-primary {
  background-color: #132144;
  background-image: none;
}
.order-list-clients li {
  list-style: none;
  margin: 1rem 0;
}
.table-order-summary {
  font-size: 0.9rem;
}
.table-order-summary .row-category {
  background-color: #565656;
  color: #f1f2f3;
}
.table-order-summary .row-product {
  font-size: 0.8rem;
}
.table-order-summary .row-product:nth-child(2) {
  background-color: #f1f2f3;
}
.table-order-summary tfoot tr {
  background-color: #f1f2f3;
}
.fieldset {
  padding: 1rem;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: #fafafa;
}
.fieldset legend {
  padding: 0 1rem;
  display: inline-block;
  width: auto;
  font-size: 1.2rem;
}
.bg-login-image {
  min-height: 87vh;
  background: url("/img/fraccionamiento-real-del-valle.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
    Roles
*/
.role-permissions .modules {
  margin-top: 1rem;
}
.role-permissions .modules .menus {
  padding-left: 1rem;
  margin-top: 1rem;
}
.role-permissions .modules .menus .menu-item {
  border: 1px solid #eee;
  padding: 0.1rem 1rem;
}
.role-permissions .modules .menus .menu-item .form-group {
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.role-permissions .modules .menus .submenus {
  padding-left: 2.3rem;
}
.role-permissions .modules .menus .submenus .submenu-item {
  border-top: 1px solid #eee;
}
.role-permissions .modules .menus .submenus .submenu-item .form-group {
  margin: 0;
  padding: 0.5rem 0;
}
/*
    WareHouse
*/
.providerProducts .dataTables_filter {
  display: none;
}
.providerProducts .providerProducts-wrapper {
  height: 70vh;
  overflow-y: auto;
  border: 1px solid #ddd;
}
.providerProducts .providerProducts-wrapper.no-scroll {
  overflow-y: inherit;
  height: auto;
  border: 0;
}
.providerProducts .providerProducts-wrapper .table-sm tbody td {
  padding: 1px 10px;
}
.table-sm {
  font-size: 80%;
}
.table-sm tbody td {
  padding: 5px 10px;
}
.table-sm tfoot td {
  padding: 5px 10px;
}
.table-provider-products tbody .product-item {
  padding: 0;
}
.table-provider-products tbody .product-item .product-units,
.table-provider-products tbody .product-item .product-physical {
  padding: 1px 10px;
  font-size: 12px;
}
.table-provider-products tbody .product-item .product-units:focus,
.table-provider-products tbody .product-item .product-physical:focus {
  background: #fff59d;
}
.table-provider-products tbody .product-item .input-group-text {
  padding: 0 0.75rem;
}
.table-hover tbody tr:hover {
  background: rgba(255,245,157,0.3);
}
.form-control:focus {
  background: rgba(255,245,157,0.4);
}
.input-totals,
.purchase-requisition-totals {
  margin-top: -4vw;
}
/*
    Sidebar / Menu
*/
.sidebar .sidebar-brand {
  padding: 0.8rem 1rem;
  height: auto;
}
.sidebar .sidebar-brand .img-logo {
  max-width: 100%;
  max-height: 70px;
}
.img-logo {
  max-width: 100%;
  max-height: 180px;
}
/*
    Administration
*/
input[type=checkbox].form-control-sm {
  height: 1.5rem;
}
.input-group-text {
  padding: 0.3rem;
}
.input-group-text.checkbox-lg input {
  height: 1.1rem;
  width: 1.1rem;
}
/*
    Reports
*/
.accordion>.card {
  overflow: unset;
}
/*
    General
*/
@media (min-width: 768px) {
  .sidebar .nav-item .nav-link {
    padding: 0.6rem 1rem;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 0.75rem;
  }
  .sidebar .nav-item .collapse .collapse-inner {
    font-size: 0.75rem;
  }
  .sidebar .nav-item .collapsing .collapse-inner {
    font-size: 0.75rem;
  }
}
/*
    Properties
*/
.property .property-gallery-inline .property-gallery-inline-item {
  display: inline-block;
  margin: 5px;
  border-radius: 4px;
  border: 3px solid #eee;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.property .property-gallery-inline .property-gallery-inline-item .image-link {
  display: block;
  position: relative;
}
.property .property-gallery-inline .property-gallery-inline-item .image-link .property-gallery-inline-item-src {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.property .property-gallery-inline .property-gallery-inline-item .image-link .property-gallery-inline-item-box {
  width: 190px;
  height: 150px;
  display: inline-block;
  background-color: #f1f2f3;
}
.property .property-gallery-inline .property-gallery-inline-item .property-gallery-inline-item-actions {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0.5rem;
}
.property .property-gallery-inline .property-gallery-inline-item .property-gallery-inline-item-actions .btn-feature-img {
  color: #f1c40f;
}
.property .property-gallery-inline .property-gallery-inline-item .property-gallery-inline-item-actions .btn-delete-img {
  color: #e74c3c;
}

