/** NOVO TEMA CLIENTE **/

.menu-box {
  padding: 50px 17px;
  /*background: #f1f1f1;
  border-radius: 5px;*/
}

.menu-box .table1 {
  width: 100%;
  clear: both;
}

#content .col-sm-2:nth-child(6n + 1),
#content .col-sm-3:nth-child(4n + 1),
#content .col-sm-4:nth-child(3n + 1),
#content .col-sm-6:nth-child(2n + 1) {
  clear: none;
}

.menu-box .icon-box {
  background: #fff;
  margin: 0 0 35px;
  min-height: 104px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.2);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer;
}

.menu-box .icon-box h5 {
  margin: 0;
  font-size: 16px;
  color: #4f4f4f;
  text-transform: capitalize;
  padding: 10px 0 0;
}

.menu-box .icon-box span i {
  color: #fff;
  font-size: 26px;
  padding: 10px 15px;
  border-radius: 8px;
  margin: -10px 0 0;
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-heart:before {
  content: "\f004";
}

.fa-download:before {
  content: "\f019";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-eye:before {
  content: "\f06e";
}

.menu-box .icon-box h5 b {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.menu-box .allicon .col-sm-6:nth-child(2) i {
  background: #e55b7c;
}

.menu-box .allicon .col-sm-6:nth-child(3) i {
  background: #52dc99;
}

.menu-box .allicon .col-sm-6:nth-child(4) i {
  background: #2cc3fc;

  /* padding: 7px 11px; */
}

.icons .white-box {
  background: #fff;
  margin: 0 0 35px;
  min-height: 150px;
  padding: 15px 15px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.1s ease;
  cursor: pointer;
  width: auto;
  vertical-align: middle;
}

.icons img {
  width: 30%;
  margin: 0 auto;
}

.icons h4 {
  font-weight: 300;
  font-size: 14px;
  margin: 20px 0;
}

.menu-box .table1 {
  width: 100%;
  clear: both;
}

.menu-box .table1 h3 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #303942;
  margin: 0 0 10px;
  padding: 10px 15px;
  text-transform: capitalize;
  border-radius: 0px;
}

.viewall {
  float: right;

  font-size: 12px;
}

.viewall a {
  color: #fff;
}

.menu-box .table-bordered thead tr td {
  border: none !important;
  background: #fff;
  border-radius: 0px;
  padding: 10px 5px;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px;
  border-bottom: 1px solid #f1f1f1 !important;
  color: #333;
}

.menu-box .table-responsive thead td + td,
.menu-box .table-responsive tbody td + td {
  border-left: 1px solid #f1f1f1 !important;
}
.lfdge {
  background: #fff;
}