/*@import url(paper-dashboard.min.css);*/
/*@import url(Site.css);*/
.wrapper-progress > div,
.content-title,
.page-icon,
.customer,
.customer-image,
.feedback,
.feedback-left,
.feedback-section {
  display: flex;
}
@media screen and (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
@media screen and (max-width: 568px) {
  body {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 768px) {
  .perfect-scrollbar-on .main-panel,
  .perfect-scrollbar-on .sidebar {
    height: initial;
    max-height: initial;
    background-color: #f4f3ef;
  }
}
@media screen and (max-width: 568px) {
  .main-panel > .content {
    margin-top: 54px;
  }
}
@media screen and (max-width: 568px) {
  .navbar {
    min-height: 38px;
    background-color: #fff !important;
  }
  .navbar .navbar-brand {
    padding: 0;
  }
}
@media scren and (max-width: 568px) {
  .card.card-days {
    margin-bottom: 16px;
  }
}
.card.card-days .card-title {
  display: flex;
}
@media screen and (max-width: 568px) {
  .card.card-days .card-title {
    padding: 16px 16px 15px 16px;
    justify-content: space-between;
    display: flex;
    margin-bottom: 17px;
  }
  .card.card-days .card-title .card-days-title {
    font-size: 20px;
    margin: 0;
    line-height: 0;
    font-weight: bold;
    color: #ffbc7e !important;
  }
}
@media screen and (min-width: 768px) {
  .card.card-days .card-title .card-days-title {
    margin-right: 25px;
  }
}
.card.card-days .card-body > .row {
  margin: 0;
}
.card-title:not(.card-sub-title) {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 15px 10px;
  color: #ffbc7e;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  .card-title:not(.card-sub-title) {
    margin: 0;
    padding: 0.625rem 1rem;
  }
}
.card-sub-title {
  font-size: 13px;
  color: #646464;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 568px) {
  .card-sub-title {
    font-size: 11px;
  }
}
@media screen and (max-width: 568px) {
  .card .card-body {
    padding: 17px 16px 16px;
  }
}
.progress {
  width: 175px;
  border: 1px solid #ffbc7e;
  background-color: #fffbee;
  border-radius: 10px;
  height: 16px;
}
@media screen and (max-width: 568px) {
  .progress {
    height: 10px;
  }
}
.progress .in-progress {
  border-radius: 0 10px 10px 0;
  background-color: #ffbc7e;
  border: 1px solid #ffbc7e;
  height: 100%;
}
.progress-count {
  margin-left: 10px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  .progress-count {
    font-size: 12px;
  }
}
@media screen and (max-width: 568px) {
  .wrapper-progress {
    margin-bottom: 30px;
  }
}
.wrapper-progress > div {
  align-items: center;
}
@media screen and (max-width: 568px) {
  .progress-noti {
    font-size: 11px;
    margin: 0;
  }
}
.content-title {
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 568px) {
  .content-title {
    font-size: 12px;
  }
}
.page-icon {
  width: 16px;
  height: 16px;
  background-color: #32ba7c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.page-icon-warning {
  background-color: #ffbc7e;
}
.page-icon > i {
  font-size: 12px;
  color: #fff;
}
.customer {
  margin: 15px 0;
}
.customer-image {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}
.customer-image > img {
  max-width: 100%;
  height: 100%;
}
.customer-name {
  font-weight: bold;
}
.customer-info {
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
}
@media screen and (max-width: 568px) {
  .customer-info,
  .customer-name {
    font-size: 9px;
  }
}
.badge {
  white-space: initial !important;
  padding: 6px;
}
.card-days-list {
  padding: 6px 6px;
}
@media screen and (max-width: 568px) {
  .card-days-list {
    padding: 3px 5px;
  }
}
.badge.badge-day {
  width: 35px;
  width: 24px;
  font-size: 24px;
  padding: 3px 0px !important;
  font-size: 18px !important;
  color: #ffbc7e;
  background-color: #fffbee;
  border-radius: 8px;
}
.badge.badge-day.last-day {
  width: 42px !important;
}
.badge.badge-day.active {
  color: #fff;
  background-color: #ffbc7e;
}
@media screen and (max-width: 568px) {
  .list-tag {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-top: 13px;
  }
}
@media screen and (min-width: 1366px) {
  .list-tag .tag-items {
    margin-top: 8px;
  }
}
@media screen and (max-width: 568px) {
  .list-tag .tag-items {
    display: inline-block;
    flex: none;
  }
}
@media screen and (max-width: 568px) {
  .list-tag .tag-items > span {
    text-align: left !important;
    font-size: 10px !important;
    margin-right: 12px;
    margin-bottom: 6px;
  }
}
.form-control {
  border-width: 0 0 1px;
  border-style: solid;
  border-radius: 0;
}
.form-control:focus {
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #ffbc7e;
}
@media screen and (max-width: 568px) {
  .row-mobile .form-group .form-control {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.btn-primary {
  background-color: #ffbc7e;
  border-color: #ffbc7e;
}
.btn-primary:hover {
  background-color: #e9af79;
  border-color: #e9af79;
}
.btn-primary:focus {
  box-shadow: none;
  background-color: #f3a761;
  border-color: #f3a761;
}
.certification-card-title {
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  .certification-card-title {
    font-size: 11px;
    margin-bottom: 1px;
  }
}
.certification-card + .certification-card {
  margin-top: 12px;
}
@media screen and (max-width: 568px) {
  .certification-card + .certification-card {
    margin-top: 11px;
  }
}
.btn-usermanual {
  border: 1px solid;
  border-radius: 5px;
  background-color: #fffbee;
  border-color: #ffbc7e !important;
  color: #ffbc7e;
  position: relative;
  padding-left: 20px;
  margin-right: 12px;
}
@media screen and (max-width: 568px) {
  .btn-usermanual {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    padding-left: 19px;
    padding-right: 4px;
    font-weight: normal;
    margin-right: 8px;
    margin-bottom: 6px;
  }
}
.btn-usermanual.active:hover,
.btn-usermanual.active:focus,
.btn-usermanual.active:active,
.btn-usermanual:hover,
.btn-usermanual:focus,
.btn-usermanual:active,
.btn-usermanual:active:hover,
.btn-usermanual:active:focus,
.btn-usermanual:active:active {
  background-color: #fffbee !important;
  color: #ffbc7e !important;
}
.btn-usermanual-icon {
  position: absolute;
  top: 46%;
  left: 4px;
  transform: translateY(-50%);
}
@media screen and (min-width: 569px) {
  .card-rank .rank-level-title {
    display: none;
  }
}
@media screen and (min-width: 569px) {
  .card-rank span:not(.rank-level-title) {
    font-weight: bold;
  }
}
@media screen and (max-width: 568px) {
  .card-rank-des,
  .card-rank-level {
    font-size: 12px;
  }
  .card-rank-des {
    flex: 0 0 74.666667%;
    max-width: 74.666667%;
  }
  .card-rank-level {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 25.333333%;
  }
  .card-rank-level span:not(.rank-level-title) {
    font-size: 18px;
    font-weight: bold;
    color: #ffbc7e;
  }
  .card-rank-date,
  .card-rank-usermanual {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .card-rank-label {
    margin-top: 0;
  }
}
.card-rank-label-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card-rank-label-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}
.card-rank-label-list > li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.card-rank-label-list .rank-label-items {
  display: inline-block;
  font-size: 10px;
  color: #999;
  background-color: #fbfbfb;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 1px 5px;
}
.card-rank-des-action {
  display: none;
}
@media screen and (max-width: 568px) {
  .card-rank-des-action {
    display: block;
    margin-top: 6px;
  }
}
@media screen and (max-width: 568px) {
  .list-group-tracking--header {
    display: none;
  }
  .list-group-tracking .list-group-item {
    padding: 0.5rem;
  }
  .list-group-tracking .list-group-item > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-group-tracking .list-group-item [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
  }
}
.track-label {
  font-weight: initial;
  color: #959188;
}
@media screen and (max-width: 568px) {
  .track-qty {
    text-align: left !important;
  }
}
.track-groups {
  display: flex;
}
@media screen and (max-width: 568px) {
  .track-groups.row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.track-groups .track-item {
  flex: 0 0 50%;
}
@media screen and (max-width: 568px) {
  .card.trackingProduct .card-body {
    padding: 10px 7px;
  }
}
.card.trackingProduct .card-body > .card-title {
  padding: 10px 1.25rem 10px;
}
@media screen and (max-width: 568px) {
  .card.trackingProduct .card-body > .card-title {
    padding: 10px 7px 10px;
    font-size: 16px;
  }
}
.imgCentered {
  padding: 0 10px;
}
.imgBtnDelete {
  background-color: #fff !important;
  color: initial !important;
  border-radius: 50%;
  border-color: transparent;
}
@media screen and (min-width: 569px) {
  .imgBtnDelete {
    width: 27px;
    height: 27px;
    background-color: initial;
  }
}
.filter-item {
  display: inline-block;
  margin-top: 13px;
}
.filter-item input[type="checkbox"]:checked {
  accent-color: #ffbc7e;
}
.filter-item + .filter-item {
  margin-left: 10px;
}
.feedback-left {
  flex: 0 0 45%;
}
.feedback-section {
  flex-direction: column;
  flex: 0 0 50%;
  text-align: center;
}
.feedback-section > :not(.btn-feedback) {
  text-align: center;
}
.feedback-section:not(.section-good) {
  flex: 1;
}
.feedback .section-good {
  flex: 0 0 35%;
}
.btn-feedback {
  font-size: 24px;
}
.color-warning {
  color: #fe000b;
}
.btn-toggle {
  font-size: 16px;
}
.btn-toggle:focus,
.btn-toggle:hover {
  text-decoration: initial;
}

.text-status {
  font-size: 16px;
  font-weight: bold;
}
.text-status .sub-text {
  font-size: 13px;
}
.text-success {
  color: #71c120;
}
.text-status,
.text-success {
  margin-bottom: 12px;
}
.text-warning {
  color: #fa0004;
}
.card-level .wrapper-progress {
  margin-bottom: 0;
}
.listNotDone .btn-confirm-stt {
  margin-bottom: 18px;
}
.k-widget.k-datepicker {
  padding: 0;
  border: none;
}
.k-widget .k-picker-wrap {
  border-width: 0 0 1px;
  border-style: solid;
}
.k-widget .k-picker-wrap .form-control {
  border: none;
  padding-left: 0;
}
.k-widget .k-picker-wrap .k-select {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  font-size: 14px;
}
.k-widget .k-picker-wrap.k-state-default {
  border-color: #ccc;
}
.k-widget .k-picker-wrap.k-state-active,
.k-widget .k-picker-wrap.k-state-hover {
  box-shadow: none;
  border-bottom: 2px solid #ffbc7e;
}
.k-calendar thead th {
  border: none;
}
.k-calendar td {
  padding: 3px;
  border-radius: 5px;
}
.k-calendar td .k-link {
  text-align: center;
  padding: 0 0.1rem 0 0.1rem !important;
}
.k-calendar td.k-today,
.k-calendar td.k-weekend,
.k-calendar td {
  background: none;
  border-color: transparent;
}
.k-calendar td.k-state-selected,
.k-calendar td.k-state-hover {
  border-radius: 5px;
}
.k-calendar td.k-state-focused {
  background-color: #ffbc7e;
}
.k-calendar td.k-state-focused > .k-link {
  color: #fff;
}
.k-calendar td.k-state-hover {
  background-color: #ccc;
}
.k-calendar .k-header .k-link.k-nav-fast {
  color: #ffbc7e;
}
.k-calendar .k-footer .k-link.k-nav-today {
  color: #ffbc7e;
}
.k-animation-container .k-calendar-container {
  top: 12px;
}
/*# sourceMappingURL=style.css.map */
