header {
  padding-top: 60px;
  font-size: 18px;
}

body {
  background-color: #f1f5f7;
  color: #505d69;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}

a {
  color: rgba(0, 0, 0, 0.7);
}
a:hover {
  color: black;
}

.navbar .navbar-brand img {
  max-height: 50px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.navbar.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.navbar-light .navbar-nav .nav-link:hover {
  color: black;
}
.navbar.navbar-light .navbar-nav .nav-link.active {
  color: black;
  font-weight: bold;
}

main > .container-fluid {
  padding: 15px 20px;
}
main > .container-fluid > .page-header {
  padding: 20px 0;
  margin-top: -20px;
}

.page-header .page-title-box h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-header ol {
  margin-bottom: 0;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar .collapse {
  justify-content: flex-end;
}

.active a {
  color: inherit;
}

form .form-control,
.form-control,
.form-select,
form button,
form .input-group-text,
.input-group-text {
  font-size: 14px;
}

form .form-label {
  margin-bottom: 0;
}

div:not(.scope_show)[v-scope] {
  display: none;
}

.slist .active {
  opacity: 0.8;
}
.slist .active > * {
  pointer-events: none;
}

.carousel-control-prev, .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.carousel.modal.show {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: hidden;
}
.carousel.modal.show .carousel-item {
  height: 100vh;
  width: 100%;
}
.carousel.modal.show .carousel-item.ratio::before {
  display: none;
}
.carousel.modal.show .btn_open_close {
  z-index: 1031;
  color: white;
  background: rgba(0, 0, 0, 0.3);
}
.carousel .btn_open_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  top: 1rem;
  font-size: 2rem;
}

.input-group.absolute {
  width: 200px;
}
.input-group.absolute textarea {
  min-height: 0;
  height: 31px;
  position: absolute;
  width: 200px;
  right: 0;
  transition: height 0.3s;
  z-index: 1;
}
.input-group.absolute textarea:focus {
  height: 150px;
}
.input-group.absolute .btn {
  position: absolute;
  right: 0;
  z-index: 20;
}

.with-search .search-col {
  width: 350px;
}
.with-search .search-col .search-wrap {
  position: sticky;
  top: 75px;
}
.with-search .search-col .search-wrap form {
  display: flex;
  flex-wrap: wrap;
}
.with-search .search-col .search-wrap form .invalid-feedback {
  position: absolute;
  text-align: right;
}
.with-search .search-col form div {
  position: relative;
}
.with-search .search-col form div.ms-drop {
  position: absolute;
}
.with-search .search-col .ms-parent {
  width: 100% !important;
}
.with-search .search-col .ms-parent .placeholder:empty {
  display: none;
}
.with-search .search-col .ms-parent button {
  border: 0;
  height: 1.5em;
}
.with-search .search-col select.multiple-select {
  display: none;
}
.with-search .search-col .select2 {
  max-width: 100%;
}
.with-search .search-col .select2.select2-container {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  overflow: hidden;
}
.with-search .search-col .select2 .select2-selection--single {
  max-width: 100%;
  border: 0;
  height: 35px;
}
.with-search .search-col .select2 .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
}
.with-search .search-col .select2 .select2-selection--single .select2-selection__arrow {
  top: 4px;
}

.dropdown-chekboxes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-chekboxes ul:not(:first-child) {
  margin-top: 0.375rem;
}
.dropdown-chekboxes .dropdown-menu {
  /*padding: 0.375rem 0.75rem;*/
  max-height: 400px;
  overflow-y: auto;

  /*margin: 0px;*/
  padding: 0px 0px 0px 5px;
  font-size: 13px;
}
.dropdown-chekboxes li.optgroup {
  font-weight: bold;
}

.wrap .box {
  background-color: rgba(var(--bs-body-bg-rgb), 1);
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

.blueimp-gallery.white {
  background-color: white;
}

.provider-create textarea {
  min-height: 120px;
}

.provider-update textarea {
  min-height: 120px;
}

.group-update textarea {
  min-height: 120px;
}

.company textarea {
  min-height: 80px;
}

.form-select-search, .dropdown-menu-search {
  background-color: lavender;
}

#contact-gridview .summary-box {
  height: 55px;
  position: sticky;
  top: 58px;
  padding: 5px 1px;
  align-items: center;
  background-color: aliceblue;
  margin-left: -1px;
  margin-right: -1px;
  z-index: 999;
  justify-content: space-between;
}

.company-update #delivery-gridview .summary-box {
  height: 55px;
  position: sticky;
  top: 58px;
  padding: 5px 1px;
  align-items: center;
  background-color: honeydew;
  margin-left: -1px;
  margin-right: -1px;
  z-index: 999;
  justify-content: space-between;
}

.grid-view .summary-box {
  height: 70px;
  position: sticky;
  top: 58px;
  padding: 5px 1px;
  align-items: center;
  background-color: white;
  margin-left: -1px;
  margin-right: -1px;
  z-index: 999;
  justify-content: space-between;
}
.list-view .summary-box {
  height: 95px;
  position: sticky;
  top: 58px;
  padding: 5px 1px;
  align-items: center;
  background-color: white;
  margin-left: -1px;
  margin-right: -1px;
  z-index: 999;
  justify-content: space-between;
  border-bottom: solid 1px #ccc ;
}

.grid-view .summary-box .btn {
  font-size: 13px;
  padding: 0.3em 1em;
  border-radius: 0;
}
.list-view .summary-box .btn {
  font-size: 13px;
  padding: 0.3em 1em;
  border-radius: 0;
}
.list-view .add_to_proposal {
  margin-top: 2px;
  font-size: 20px;
  cursor: pointer;
  display: inline;
  text-decoration: none;
  color: #198754;
}
.list-view .add_to_proposal::before {
  content: "\f055";
}
.list-view .add_to_proposal.exist {
  color: #dc3545;
}
.list-view .add_to_proposal.exist::before {
  content: "\f056";
}

.grid-view .table thead {
  position: sticky;
  top: 113px;
  background-color: white;
  z-index: 999;
}

.product-index .grid-view .table thead {
  position: sticky;
  top: 128px;
  background-color: white;
  z-index: 999;
}

.grid-view .table thead th {
  text-align: center;
}
.grid-view .table thead tr {
  border-width: 0;
}
.grid-view .table thead:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  top: 0;
}
.grid-view .table thead:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  bottom: 0;
}
.grid-view .table tbody {
  border-top: 0;
}
.grid-view .add_to_proposal {
  margin-top: 10px;
  font-size: 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #198754;
}
.grid-view .add_to_proposal::before {
  content: "\f055";
}
.grid-view .add_to_proposal.exist {
  color: #dc3545;
}
.grid-view .add_to_proposal.exist::before {
  content: "\f056";
}
.grid-view .in_other_proposal {
  color: #ed7a18;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.table th .info {
  float: right;
}

.pagination {
  margin-bottom: 0;
}
.pagination .disabled {
  display: none;
}
.pagination a {
  padding: 2px 5px;
  text-decoration: none;
}
.pagination .active {
  font-weight: 600;
}

._form-box form {
  display: flex;
  flex-wrap: wrap;
}

.product-index th.img {
  width: 250px;
}

.product-index .thumb img {
  width: 250px;
  max-height: 250px;
  min-height: 70px;
  object-fit: contain;
}
.product-index .thumb img.lazy-loaded-image {
  height: 250px;
}

.product-index .thumb.not-found img {
  height: auto;
}

.price-rage {
  display: flex;
}
.price-rage .price {
  display: flex;
  flex-wrap: nowrap;
}
.price-rage .sep {
  padding: 0 5px;
}

.rojo {
  color: red;
}

.grid-view .stock_box table {
  font-size: 12px;
  margin-bottom: 0;
}
.grid-view .stock_box table td, .grid-view .stock_box table th {
  padding: 0.4em;
}
.grid-view .stock_box .wrap {
  max-height: 205px;
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.grid-view .stock_box .wrap::-webkit-scrollbar {
  width: 2px;
}
.grid-view .stock_box .wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.grid-view .stock_box .wrap::-webkit-scrollbar-thumb {
  background: #888;
}

.grid-view .activities_box .categories_box {
  margin-top: 10px;
}

.grid-view .activities_box .categories_box ul {
  padding-left: 1rem;
}

.product-index .grid-view .activities_box .categories_box span {
  display: inline-block;
}
.product-index .grid-view th.ref,
.product-index .grid-view th.id {
  width: 100px;
}
.product-index .grid-view th.id {
  width: 60px;
}
.product-index .grid-view th.stock_general {
  width: 230px;
}
.product-index .grid-view th.updated_at {
  width: 140px;
}
.product-index .grid-view th.deleted {
  width: 65px;
}
.product-index .grid-view th.status {
  width: 75px;
}
.product-index .grid-view th.action-column {
  width: 75px;
}
.product-index .grid-view th.id_provider {
  width: 230px;
}

.product-index .list-view .product img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.product-index .list-view .product {
  height: 100%;
  border: solid 1px #ccc ;
}
.product-index .list-view .categories_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-index .list-view .categories_box ul li {
  display: inline-block;
  margin-right: 5px;
}
.product-index .list-view .categories_box ul li:not(:last-child)::after {
  content: ",";
}

.product-index .list-view .stock_box .wrap {
  max-height: 200px;
  overflow-y: auto;
  font-size: 13px;
  /* Track */
  /* Handle */
}
.product-index .list-view .stock_box .wrap::-webkit-scrollbar {
  width: 2px;
}
.product-index .list-view .stock_box .wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product-index .list-view .stock_box .wrap::-webkit-scrollbar-thumb {
  background: #888;
}
.product-index .status.pending {
  color: red;
}

.product-form,
.proposal-form {
  /*.media_box .media iframe {
      width: 985px;
      height: 580px;
  }*/
}
.product-form .stock_box .wrap,
.proposal-form .stock_box .wrap {
  max-height: 478px;
  overflow-y: auto;
}
.product-form .media_box,
.proposal-form .media_box {
  background-color: #f1f5f7;
}
.product-form .media_box .medias,
.proposal-form .media_box .medias {
  display: flex;
  flex-wrap: wrap;
}
.product-form .media_box .media,
.proposal-form .media_box .media {
  max-width: 300px;
}
.product-form .media_box .media .wrap,
.proposal-form .media_box .media .wrap {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  text-align: center;
  background-color: white;
  height: 100%;
}
.product-form .media_box .media .wrap .thumb .thumb_item,
.proposal-form .media_box .media .wrap .thumb .thumb_item {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.product-form .media_box .media.main .wrap,
.proposal-form .media_box .media.main .wrap {
  border: 1px solid rgb(25, 135, 84);
  box-shadow: 0 0.125rem 0.25rem rgba(25, 135, 84, 0.26);
}
.product-form .media_box .buttons .form-control,
.proposal-form .media_box .buttons .form-control {
  width: auto;
  display: inline-block;
}
.product-form .media_box .buttons button,
.product-form .media_box .buttons .input-group-text,
.proposal-form .media_box .buttons button,
.proposal-form .media_box .buttons .input-group-text {
  font-size: 14px;
}
.product-form .slist .hint .wrap,
.proposal-form .slist .hint .wrap {
  border: 1px solid #ffc49a;
}
.product-form .next_prev a,
.proposal-form .next_prev a {
  position: fixed;
  z-index: 999;
  top: 50%;
  font-size: 30px;
}
.product-form .next_prev a.prev,
.proposal-form .next_prev a.prev {
  left: 10px;
}
.product-form .next_prev a.next,
.proposal-form .next_prev a.next {
  right: 10px;
}
.product-form .next_prev a.back_proposal,
.proposal-form .next_prev a.back_proposal {
  top: auto;
  bottom: 10px;
  font-size: 15px;
}
.product-form .provider .dropdown-menu ul,
.proposal-form .provider .dropdown-menu ul {
  max-height: 400px;
  overflow: auto;
  list-style: none;
  padding: 5px;
}
.product-form .provider .dropdown-menu ul a,
.proposal-form .provider .dropdown-menu ul a {
  cursor: pointer;
  text-align: left;
}
.product-form .categories_box .wrap ul,
.proposal-form .categories_box .wrap ul {
  max-height: 400px;
  overflow: auto;
}

.product-form .categories_box .wrap ul li,
.proposal-form .categories_box .wrap ul li {
  display: inline-block;
  width: 33%;
}
.product-form .categories_box .wrap ul li label,
.proposal-form .categories_box .wrap ul li label {
  max-width: 100%;
}
.product-form .categories_box .wrap ul li input,
.proposal-form .categories_box .wrap ul li input {
  margin: 3px;
}

.proposal-form .total_calcs .products{
  display: flex;
  flex-wrap: wrap;
}
.proposal-form .total_calcs .products .product.error{
  background-color: #f7c1c1;
}
.proposal-form .total_calcs .products .thumb .thumb_item{
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.proposal-form .total_calcs .totals{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.proposal-form .total_calcs .totals table{
  margin: 10px;
}

.proposal-form .total_calcs .products .product_name{
  max-width: 250px;
  display: inline-block;
}

.activities_box ul {
  max-height: 250px;
  overflow: auto;
}
.activities_box ul li {
  display: inline-block;
  width: 33%;
  font-size: 12px;
}
.activities_box ul li label {
  max-width: 100%;
}
.activities_box ul li input {
  margin: 3px;
}

.site-login .container {
  height: 100%;
  display: flex;
}
.site-login .site-login-box {
  margin: auto;
  background: white;
  padding: 20px;
  width: 400px;
}
.site-login .site-login-box .logo {
  text-align: center;
  margin-bottom: 1rem;
}

.nota-index .notas-list a {
  text-decoration: none;
}

.proposal-update .images {
  display: flex;
  flex-wrap: wrap;
}
.proposal-update .images .image_box img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.proposal-update .proposal-form .form-box {
  top: 58px;
  z-index: 999;
}
.proposal-update .proposal-form .redactor-editor {
  padding: 10px;
}

.proposal-update .proposal-form .field-proposal-public_info .redactor-editor {
  background-color:#fff3cd !important;
}

.proposal-update .proposal-form .product.box .row {
  position: relative;
}
.proposal-update .proposal-form .product.box .btn-toolbar {
  position: absolute;
  right: 0;
  width: auto;
  align-items: center;
}

.proposal-update .proposal-form #packaging_info {
  background: white;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  padding: 0.5rem;
}
.proposal-update .proposal-form .miniaturas.media_box .medias {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.proposal-update .proposal-form .miniaturas.media_box .medias .media {
  margin: 5px;
  max-width: 100px;
}
.proposal-update .proposal-form .miniaturas.media_box .medias .media .header {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.proposal-update .proposal-form .miniaturas.media_box .medias .media .thumb_item {
  max-width: 100px;
  max-height: 100px;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.proposal-update .proposal-form .media_box .media {
  width: 20%;
  padding: 2px;
  flex: 0 20%;
}
.proposal-update .proposal-form .media_box .media .wrap.hidden{
  display: none;
}
.proposal-update .proposal-form .media_box .media .wrap .thumb .thumb_item {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proposal-update .proposal-form .carousel .carousel-item img.thumb_item {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proposal-update .proposal-form .price_box th {
  padding-right: 10px;
}
.proposal-update .proposal-form .price_box td, .proposal-update .proposal-form .price_box input {
  text-align: right;
}
.proposal-update .proposal-form .field-proposal-name {
  max-width: 300px;
}
.proposal-update .proposal-form .field-proposal-meta-margin {
  max-width: 70px;
}
.proposal-update .proposal-form .field-proposal-meta-destino {
  max-width: 200px;
}
.proposal-update .proposal-form .stock-table .stock {
  text-align: right;
}
.proposal-update .proposal-form .shipping-table td {
  text-align: right;
}
.proposal-update .proposal-form .shipping-table th {
  padding-right: 10px;
}
.proposal-update .proposal-form .table-box-specs {
  text-align: center;
}
.proposal-update .proposal-form .table-box-specs input {
  text-align: center;
}
.proposal-update .proposal-form .table-box-specs input.form-control.is-valid {
  background-image: none;
  padding-right: 0.75rem;
}
.proposal-update .proposal-form .table-item-specs {
  text-align: center;
}
.proposal-update .proposal-form .table-item-specs input {
  text-align: center;
}
.proposal-update .proposal-form .table-item-specs input.form-control.is-valid {
  background-image: none;
  padding-right: 0.75rem;
}

.logos .logo.clint {
  text-align: right;
}
.logos img {
  width: 200px;
  height: 100px;
  object-fit: contain;
}
.logos .contact_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.logos .contact_info a {
  color: black;
}
.logos .contact_info a.tel {
  text-decoration: none;
}

.proposal-public {
  padding-top: 20px;
}
.proposal-public .proposal_info {
  table-layout: fixed;
}
.proposal-public .product {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  padding: 10px;
  background: white;
  margin-bottom: 10px;
}
.proposal-public .product h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: black;
}
.proposal-public .product .ref {
  background: #ec7a1a;
  padding: 10px 10px;
  color: white;
}
.proposal-public .product .delivery {
  text-align: right;
}
.proposal-public .product .stock {
  margin-top: 15px;
}
.proposal-public .product .stock .stock_thumb {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.proposal-public .product strong, .proposal-public .product b {
  color: black;
}
.proposal-public .product .table-item-specs {
  text-align: center;
}
.proposal-public .product .table-item-specs label {
  font-size: 0.9em;
  font-weight: bold;
}
.proposal-public .product .price-rage {
  font-size: 1.4em;
  line-height: 41px;
  font-weight: bold;
  text-align: right;
  justify-content: flex-end;
  color: black;
}
.proposal-public .product .price-rage.equal .sep, .proposal-public .product .price-rage.equal .price.hight {
  display: none;
}
.proposal-public .product .images .thumb_item {
  object-fit: contain;
}
.proposal-public .product h3,
.proposal-public .product .description {
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
.proposal-public .product h3::after,
.proposal-public .product .description::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.proposal-public .product .thumbs {
  text-align: center;
}
.proposal-public .product .thumbs .thumb {
  display: inline-block;
  padding: 5px;
}
.proposal-public .product .thumbs .thumb .thumb_item {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.group-update .banner_list{
  display: flex;
  margin:10px;
  flex-wrap:wrap;
}
.group-update .banner_list .banner_item{
  box-shadow: 0 0 8px 2px rgb(0 0 0 / 20%);
  margin: 10px;
}
.group-update .banner_list .banner_item .banner{
  padding: 15px;
}
.group-update .banner_list .banner_item .banner .thumb{
  margin: -15px;
  margin-bottom: 10px;
}
.group-update .banner_list .banner_item img{
  width: 300px;
  height: 300px;
  object-fit: contain;
}

@media (max-width: 480px) {
  .logos .contact_info {
    order: 10;
  }
  .logos .logo {
    flex: 0 0 50%;
  }
  .logos .logo img {
    max-width: 100%;
    max-height: 70px;
  }

  .proposal-public .product h3 {
    margin-top: 10px;
  }
  .proposal-public .product .thumbs .thumb .thumb_item {
    width: 50px;
    height: 50px;
  }
}
form.compact .form-field {
  display: flex;
  flex-wrap: nowrap;
  --label-width:80px;
}
form.compact .form-field label {
  flex: 0 var(--label-width);
  margin-top: 6px;
}
form.compact .form-field > div {
  flex: 1 calc(100% - var(--label-width));
}
form.compact .form-field .form-control {
  min-width: 50px;
  height: 1.5rem;
}

.company-form  form.compact .field-company-fax,
.company-form  form.compact .field-company-cp {
  --label-width:25px ;
}

.company-form .company_logo img {
  max-width: 300px;
  max-height: 300px;
}
.thematic-catalog-form .thematic-catalog_image img {
  max-width: 300px;
  max-height: 300px;
}

.public-category-form .public-category_image img {
  max-width: 50px;
  max-height: 50px;
}

.main-product-form .main-product_image img {
  max-width: 300px;
  max-height: 300px;
}

.group-form .banner_image img {
  max-width: 700px;
  max-height: 500px;
}
.group-form .proposal_image img {
  max-width: 150px;
  max-height: 150px;
}

.company input[type=text]{
  margin: 0px;
  padding: 0px 0px 0px 5px;
  font-size: 12px;
}

.search-test .form-label{
  font-size: 13px;
}

.search-test input[type=text]{
  margin: 0px;
  padding: 0px 0px 0px 5px;
  font-size: 13px;
}

.search-test .form-select{
  font-size: 13px;
}
.search-test .form-control{
  font-size: 13px;
}



 .user input[type=text]{
  margin: 0px;
  padding: 0px 0px 0px 5px;
  font-size: 12px;
}

.user-form .form-select
 {
  font-size: 13px;
}

.source input[type=text] {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  font-size: 12px;
}

.source-form .form-select {
  font-size: 13px;
}

.provider input[type=text]{
  margin: 0px;
  padding: 0px 0px 0px 5px;
  font-size: 12px;
}

.provider-form .form-select
{
  font-size: 13px;
}

.tags {
/*  !*display: inline;*!*/
  position: relative;
}
.tags:hover {
  cursor: help;
  position: relative;
}
.tags:hover:after {
  background: #b6b6b6;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #222222;
  color: #252525;
  content: attr(data-gloss);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 350px;
}

#company-form-field {
  /*display: flex;*/
  flex-wrap: wrap;
  --label-width:100%;
}
#group-form-field {
  /*display: flex;*/
  flex-wrap: wrap;
  --label-width:100%;
}
#user-form-field {
  /*display: flex;*/
  flex-wrap: wrap;
  --label-width:100%;
}
#provider-form-field {
  /*display: flex;*/
  flex-wrap: wrap;
  --label-width:100%;
}
#source-form-field {
  /*display: flex;*/
  flex-wrap: wrap;
  --label-width:100%;
}
#main-product-form-field {
  /*display: flex;*/
  flex-wrap: wrap;
  --label-width:100%;
}

#company-form-field label{
  margin-top: 0px;
}

#group-form-field label{
  margin-top: 0px;
}

#user-form-field label{
  margin-top: 0px;
}

#provider-form-field label{
  margin-top: 0px;
}

#source-form-field label{
  margin-top: 0px;
}

#main-product-form-field label{
  margin-top: 0px;
}

.company-index .grid-view img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}

.thematic-catalog-index .grid-view img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}

.public-category-index .grid-view img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.xx img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.main-product-index .grid-view img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}


.c-proposal .field-proposal-id_user{
  max-width: 300px;
}
.c-proposal .escandallo{
    position: absolute;
    background: white;
    z-index: 99;
    min-width: 800px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.c-proposal .escandallo.global{
    right: 0;
}
.c-proposal .escandallo table{
  width: 100%;
  margin-bottom: 0;
}
.c-proposal .escandallo table th{
  background-color: rgb(247 247 247);
}


.table.excel td{
  padding: 0;
}
.table.excel td input{
  border-radius: 0;
}

.c-proposal .btn.cost_list{
  --bs-btn-padding-y: 0.15rem;
  --bs-btn-padding-x: 0.4rem;
  --bs-btn-font-size: 0.6rem;
  --bs-btn-border-radius: 0.15rem;
  cursor: pointer;
}


.proposal-index #proposal-grid .private_info_box a{
  color: var(--bs-link-color);
}

.product_item,
.product_img{
  position: relative;
}

.product_item .product_attributes,
.product_img .product_attributes{
  position: absolute;
  top: 0px;
  right: 0px;
}
.product_item .product_attributes .attribute,
.product_img .product_attributes .attribute {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
  overflow: hidden;
  position: relative;
  margin: 0 5px;
}
.product_item .product_attributes .attribute img,
.product_img .product_attributes .attribute img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  min-height: inherit;
  object-fit: contain;
  padding: 20%;
}

.bg-cian-claro{
  background-color: #cff4fc!important;
}

#appMarginPetite .dropdown-menu .wrap{
  font-size: 14px;
  width: 400px;
  max-height: 400px;
  overflow-y: auto;
  padding: 0 5px;
}
#appMarginPetite .dropdown-menu table{
  width: 100%;
}

#productos .buttons .btn.current{
  font-weight: bold;
}
.cursor-pointer{
  cursor: pointer;
}

#companyContact_pjax  #contact-gridview{
  max-height: 300px;
  overflow-y: auto;
}
#companyContact_pjax  #contact-gridview .summary-box{
  top: 0;
}
#companyContact_pjax  #contact-gridview .table thead{
  top: 55px;
}

/*# sourceMappingURL=site.css.map */


