@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
ol, ul {
  list-style: none;
}

.dfont {
  font-family: Arial, 微軟正黑體;
}

.dfontNew {
  font-family: Times New Roman, 微軟正黑體;
}

.black-font {
  color: #000;
}

.white-font {
  color: #fff;
}

.notxt {
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 0;
  text-indent: -99999px;
}

.animation {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a {
  display: inline-block;
  vertical-align: top;
}

.top-0 {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.end-0 {
  right: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.start-50 {
  left: 50% !important;
}

.end-50 {
  right: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-100 {
  left: 100% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.flex-none {
  flex: 0 0 auto;
}

input.password::-ms-reveal, input.password::-ms-clear {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#global-loader {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
#global-loader.loading-fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

.modal-dialog {
  margin-top: 5vh;
}
.modal-dialog .modal-content {
  padding: 20px 30px;
}
.modal-dialog .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 22px;
  color: #555;
}

.login-container {
  max-width: 350px;
  margin-top: -250px;
}
@media only screen and (max-width: 767px) {
  .login-container {
    margin-top: -15vh;
  }
}
.login-container .logo {
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
.login-container .wrap-container {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 0 10px rgba(51, 51, 102, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 102, 0.3);
  box-shadow: 0 0 10px rgba(51, 51, 102, 0.3);
}

@media only screen and (max-width: 767px) {
  .app-sidebar__overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1026;
  }
}

.app-sidebar {
  overflow-y: auto;
}

.side-menu {
  padding-bottom: 30px;
}
.side-menu .slide .side-menu__item {
  padding: 5px 20px 5px 22px;
}

.side-menu__label {
  white-space: normal;
  line-height: 130%;
}

@media only screen and (max-width: 767px) {
  .page-prev .page-link, .page-next .page-link {
    padding: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .page-link {
    width: 30px;
    height: 30px;
  }
}

.form-control.error {
  border-color: #ff0000;
}

.required.error ~ .custom-control-label {
  color: #ff0000;
}
.required.error ~ .custom-control-label:before {
  border-color: #ff0000 !important;
}
.required.error ~ .custom-control .custom-control-label {
  color: #ff0000;
}
.required.error ~ .custom-control .custom-control-label:before {
  border-color: #ff0000 !important;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #949eb7;
  background-color: #fff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: none;
}

.mx-datepicker {
  display: block;
  width: 100%;
}
.mx-datepicker .mx-input-wrapper {
  height: 100%;
}
.mx-datepicker .mx-input-wrapper .mx-input {
  height: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #e1e5ef;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  color: #4d5875;
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
}
.mx-datepicker .mx-input-wrapper .mx-input.error {
  border-color: #ff0000;
}
.mx-datepicker .mx-input-wrapper .mx-icon-calendar, .mx-datepicker .mx-input-wrapper .mx-icon-clear {
  right: 15px;
}

.canceled {
  color: #ee335e !important;
}

.on-hold {
  color: #e8b210 !important;
}

.draft {
  color: #5f6d88 !important;
}

.order-requested {
  color: #0162e8 !important;
}

.sample-deliverly {
  color: #0162e8 !important;
}

.processing {
  color: #22c03c !important;
}

.mulation-confirmation {
  color: #22c03c !important;
}

.report-deliverly {
  color: #22c03c !important;
}

.line-peak {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.line-peak canvas {
  display: block !important;
}

.d-flex-btn {
  display: flex;
  width: 100%;
  margin: 10px 0 0;
  padding: 5px 0;
  justify-content: space-between;
}
.d-flex-btn a {
  color: #000;
  text-decoration: underline;
}

.page-title {
  color: #4F4F4F;
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
}

.s-img {
  width: auto;
  max-height: 40px;
}

.m-img {
  width: auto;
  max-height: 100px;
}

.img-border {
  border: 1px solid #e1e5ef;
  border-radius: 3px;
}

.select-btn {
  margin-left: -4px;
  vertical-align: top;
}

.a-style {
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #a5daf3;
  border-radius: 5px;
}

.m-btn {
  margin-top: 29px;
}
@media only screen and (max-width: 980px) {
  .m-btn {
    margin: 0 0 15px;
  }
}

.sug-text {
  color: #0162e8 !important;
}

#cke_52 {
  display: none;
}
