body {
  background-color: #f2f6f8;
}

custom_circle_1 {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: red;
}

.custom_circle_1 {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #a8dff0;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  color: #000;
  font: 35px nowaymedium;
  margin-top: 4px;
}

.user-avatar {
}

.pagination-info {
  font: 14px nowaylight;
}

#id_carco_tablaRes, th, td {
  padding: 3px 0 3px 12px !important;
}

#id_carco_tablaRes, tr th {
  padding: 0 !important;
}

@media (min-width:576px) {
  .modal-dialog-ancho {
    width: 830px;
    max-width: 830px;
  }
}

.divListadoPrincipalItem {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bbbbbb;
  /*border-radius: 5px;*/
  /*box-shadow: 0 1px 1px #c6d2d9;*/
}

.divListadoPrincipalItemFamilia {
  height: 35px;
  background-color: #e4eaee;
  color: #000;
  font: 16px noway;
  padding: 3px 9px 3px 10px;
  margin: -1px;
  border: 1px solid #bbbbbb;
}

.tableStyle {
  font: 16px nowaylight;
}

.clickableImage:hover {
  cursor: pointer;
}

.clickableTableRow:hover {
  cursor: pointer;
}

.columnaPortfolio {
  padding: 0px;
}

.buscarProductosPortfolioRow {
  margin: 10px 0 0 30px;
  max-width: 1500px;
}

.buscarProductosPortfolioImage {
  width: 100%;
  /*filter: grayscale(100%);*/
  /*display: block;*/
  /*overflow: hidden;*/
  /*transform-origin: 0 0;*/
  filter: brightness(90%);
  /*transition-duration: 0.3s;*/
}

.buscarProductosPortfolioImage:hover {
  /*transform: scale(1.05);*/
  /*filter: grayscale(0%);*/
  filter: brightness(110%);
}

.botonFino {
  height: 22px;
  padding: 0 5px 0 5px;
}

