body {
  padding: 1rem;
  padding-left: 3px;
  font-family: sans-serif;
  background-color: #ddd8d8;
  margin: 5px;
}

.btn, .call-to-action, .btn-danger {
  border-radius: 6px;
  float: left;
  margin: 1rem;
  padding: 5px 12px 5px 12px;
  background: #637aff;
  color: #fff;
}
.btn:hover, .call-to-action:hover, .btn-danger:hover {
  background: #4f65e4;
}
.theme-vert .btn, .theme-vert .call-to-action, .theme-vert .btn-danger {
  background: green;
}

.btn-danger {
  background: #b34d4d;
}
.btn-danger:hover {
  background: #742121;
}

.card, .card2 {
  min-width: 125px;
  padding: 5px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px inset #dde4d1;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.card:hover, .card2:hover {
  background: #fafbf9;
}

.card-image {
  height: 50%;
  width: auto;
  display: flex;
}

.table {
  min-width: 560px;
  padding: 10px;
  padding-left: 7px;
  margin-right: 7px;
  margin-bottom: 7px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px inset #dde4d1;
  background-color: #fff;
  border-collapse: collapse;
  text-align: center;
  display: block;
}

.head-table {
  height: 80px;
  margin-right: 7px;
  margin-bottom: 7px;
  text-align: center;
  display: flex;
  vertical-align: middle;
}

.form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-bottom: 1rem;
}

.inputSearch {
  display: block;
  width: 20%;
  height: 60%;
  margin-left: 0px;
  font-size: 15px;
  color: #09111a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10%;
  background-image: url(images/search.png);
  background-size: 70%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-actions {
  display: flex;
}

.card2 {
  width: 600px;
}

.horiz-item {
  display: flex;
  width: 100%;
  height: 100%;
}

label {
  text-align: center;
  vertical-align: middle;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

td,
tr {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #caccce;
}
td:hover,
tr:hover {
  background: #f6f7fb;
}

th {
  margin: 0px;
  padding: 0px;
}

thead {
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-center {
  text-align: center !important;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  text-align: center;
  position: fixed;
  bottom: -16px;
}

.page-item {
  margin-left: 0;
  border-radius: 0.25rem;
  background-color: #f5eeee;
  width: 60px;
  cursor: pointer;
  display: inline-table;
}

.page-item-current {
  margin-left: 0;
  border-radius: 0.25rem;
  background-color: #0400fd;
  width: 60px;
  cursor: pointer;
  display: inline-table;
}

.close {
  float: right;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.title {
  height: 10%;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-size: large;
}

.price {
  font-size: 18px;
  font-family: Roboto;
  color: #8d0c07;
  float: right;
  width: 100%;
}

.comWidth {
  text-align: right;
  width: 100%;
  height: 10%;
}

.description {
  text-align: center;
  color: #495057;
  font-size: 14px;
  font-family: Gill Sans, sans-serif;
  word-wrap: break-word;
  width: 100%;
  height: 50%;
  overflow: auto;
}

.instock {
  color: green;
  white-space: nowrap;
}

.outstock {
  color: red;
}

.edit-solid.icon {
  color: #0602f6;
  position: absolute;
  margin-left: 4px;
  margin-top: 7px;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  border: solid 1px currentColor;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.edit-solid.icon:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -1px;
  width: 0px;
  height: 0px;
  border-left: solid 5px transparent;
  border-right: solid 5px currentColor;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
}

.trash-solid.icon {
  color: #830404;
  position: absolute;
  margin-left: 5px;
  margin-top: 7px;
  width: 9px;
  height: 10px;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  border-radius: 0 0 2px 2px;
  background-color: currentColor;
}

.trash-solid.icon:before {
  content: "";
  position: absolute;
  left: -4px;
  top: -2px;
  width: 17px;
  height: 1px;
  background-color: currentColor;
}

.trash-solid.icon:after {
  content: "";
  position: absolute;
  left: 0px;
  top: -5px;
  width: 7px;
  height: 2px;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-top: solid 1px currentColor;
  background-color: currentColor;
  border-radius: 4px 4px 0 0;
}

#selectEditDelete {
  display: flex;
  width: 40px;
  height: 20px;
  cursor: pointer;
  border: #040e18;
}

button {
  text-align: center;
}

.btn-addProduct {
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
  font-size: 15px;
  background-color: #a71d2a;
  color: white;
  width: 30px;
  height: 30px;
  margin-top: 5px;
}

.sort {
  margin-top: 10px;
  margin-left: 40px;
  height: 60%;
  font-size: 15px;
  color: #09111a;
  white-space: nowrap;
}

.img-listCardView {
  width: 20px;
  height: 20px;
  margin: 10px;
  cursor: pointer;
}

.selectpicker {
  margin-right: 60px;
  border-radius: 10%;
  height: 60%;
  font-size: 15px;
}

.text-primary {
  color: #007bff;
}

.text-danger {
  color: #dc3545;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a;
}

.plus.icon {
  color: white;
  position: absolute;
  margin-left: 7px;
  margin-top: 14px;
}

.plus.icon:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: currentColor;
}

.plus.icon:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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