.card {
  min-width: 300px !important;
}
.loadingFull {
  background: url(../../images/loadingAjax.gif) #000000 center center no-repeat;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
  top: 0;
  left: 0;
}
.sendAjax .returnMsg {
  display: none;
}
.btn-icon {
  margin-top: 5px !important;
}
.default {
  color: #6571FF;
}
.green {
  color: #05a34a;
}
.red {
  color: #f36;
}
.yellow {
  color: #fff200;
}
.orange {
  color: #ffae00;
}
.gray {
  color: #7987a1;
}
.options {
  padding: 0px !important;
  text-align: center !important;
}
.address {
  margin: 15px;
}
.address ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.check {
  position: absolute;
  top: 15px;
  right: 15px;
}
.tab {
  margin-top: 20px;
}
.line-time {
  display: flex;
  margin: 8px;
}
.input-time {
  width: 80px;
  margin: 0 8px;
}
.hours-day {
  max-width: 150px;
  min-width: 70px;
}
.hours-turn {
  max-width: 300px;
  min-width: 200px;
}
.content-time {
  display: flex;
  flex-wrap: wrap;
  min-width: 200px;
}
/*# sourceMappingURL=v1.css.map */