.tile-box {
  padding: 22px 45px 0 15px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 20px;
  margin-top: 56px;
  margin-bottom: 60px;
}
.tile-box .tile-item {
  display: flex;
  justify-content: space-between;
}
.tile-box .tile-item .item-icon {
  background: #dbbb7e;
  width: 108px;
  height: 108px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -50px;
}
.tile-box .tile-item .item-icon i {
  font-size: 60px;
  color: #fff;
}
.tile-box .tile-item .item-data {
  text-align: right;
}
.tile-box .tile-item .item-data p {
  font-size: 14px;
  color: #8e8e8e;
  margin: 0;
}
.tile-box .tile-item .item-data h1 {
  font-size: 60px;
  color: #2a2a2a;
  margin: 0;
}
.tile-box .tile-footer {
  padding: 10px 0;
  border-top: 1px solid #d4d4d4;
  background: transparent;
}
.tile-box .tile-footer a {
  text-transform: capitalize;
  color: #8e8e8e;
  font-size: 14px;
}
.panel-box {
  border: 0;
  border-radius: 20px;
  box-shadow: 0 0 5px #ccc;
  overflow: hidden;
}
.panel-box > .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #dbbb7e;
  border-radius: 40px;
}
.panel-box > .panel-heading .panel-title {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.panel-box > .panel-heading .panel-title i {
  font-size: 20px;
  color: #fff;
}
.panel-box > .list-group li {
  color: #8e8e8e;
}
.panel-box > .list-group li a {
  color: #8e8e8e;
  background: transparent !important;
}
.panel-box > .list-group li .text-muted {
  float: right;
  margin-top: -17px;
  color: #8e8e8e;
}
.panel-box > .list-group li:nth-child(2n) {
  background: #bababa;
  color: #fff;
}
.panel-box > .list-group li:nth-child(2n) a {
  color: #fff;
}
.panel-box > .list-group li:nth-child(2n) .text-muted {
  color: #fff;
}
.panel-box > .table-responsive td {
  padding-left: 25px;
  color: #272727;
  font-size: 14px;
}
.panel-box > .table-responsive td a {
  color: #272727;
  font-size: 14px;
}
.panel-box > .table-responsive tbody tr {
  background: #fff;
}
.panel-box > .table-responsive tbody tr:nth-child(2n) {
  background: #bababa;
}
.panel-box > .table-responsive tbody tr:nth-child(2n) td {
  color: #fff;
}
.panel-box > .table-responsive tbody tr:nth-child(2n) td a {
  color: #fff;
}
.panel-box .btn-primary {
  color: #fff !important;
}
.breadcrumb a {
  color: #333;
}
/*# sourceMappingURL=vdi.css.map */