@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "Days";
  src: url("../fonts/Days.ttf") format("truetype");
}
html,
button,
.default-modal-header,
.delete-modal-header,
.create-modal-header,
.edit-modal-header,
.modal-body,
.badge,
.tabs {
  font-family: "Segoe UI", Helvetica, sans-serif !important;
}

.cursor-grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

.cursor-grabbable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.animationIf.ng-enter,
.animationIf.ng-leave {
  transition: opacity ease-in-out 0.25s;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}

/* ===================
   ---- DRAG&DROP ----
   =================== */
.shake {
  animation: shake 0.42s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.scale {
  animation: scale 1s cubic-bezier(1, 1, 1, 1) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.scale-down {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.9);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.9);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.9);
  transition: all 200ms ease-in;
  transform: scale(0.9);
}

.scale-up {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.01);
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  0%, 50% {
    transform: scale(1.03);
  }
  50%, 100% {
    transform: scale(1);
  }
}
@keyframes scale-down {
  0%, 20% {
    transform: scale(0.95);
  }
  20%, 100% {
    transform: scale(0.8);
  }
}
.opacity7 {
  opacity: 0.65;
}

.filter_select_div,
.filter_input_div {
  width: auto !important;
}
.filter_select_div .dropdown-toggle:before,
.filter_input_div .dropdown-toggle:before {
  top: 5px;
  z-index: 0;
}
.filter_select_div .dropdown-toggle::before,
.filter_input_div .dropdown-toggle::before {
  height: 0.75rem !important;
  width: 0.75rem !important;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: #1d1d1d;
}
.filter_select_div .active-container.dropdown-toggle::before,
.filter_input_div .active-container.dropdown-toggle::before {
  top: 10px !important;
  transform: rotate(135deg);
}
.filter_select_div .select .drop-container,
.filter_input_div .select .drop-container {
  z-index: 1 !important;
  max-width: 360px;
}
.filter_select_div .select .drop-container .input,
.filter_input_div .select .drop-container .input {
  display: none;
}
.filter_select_div .select .select-input,
.filter_input_div .select .select-input {
  flex-wrap: nowrap;
  margin-right: 10px;
}
.filter_select_div .select .select-input .selected-item .title,
.filter_input_div .select .select-input .selected-item .title {
  max-width: none !important;
  width: auto !important;
  text-overflow: unset !important;
}

.production_order_details_header_field input {
  height: 30px;
}

.production_order_details_address_field input {
  height: 32px;
}

.anchorDisabled {
  opacity: 0.5 !important;
}

.bg-excel-green {
  background-color: #217246 !important;
}

.filterBox {
  font-size: 14px !important;
  background-color: #ffffff !important;
  border: 1px solid #0b5394 !important;
}
.filterBox .inline-form {
  margin: 0 !important;
}
.filterBox .input {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #0b5394 !important;
  font-size: 15px !important;
  margin: 0 !important;
}
.filterBox .input input[type=text] {
  margin: 0 !important;
  padding-left: 2px !important;
}
.filterBox select {
  box-shadow: none !important;
}
.filterBox .default-icon-cross {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecross%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23f00%22%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
  opacity: 1;
}

.filter_input_div label.focused {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.fontsize16 {
  font-size: 16px;
}

.list_page_filter_input_select {
  min-width: 320px;
  margin-left: 0px !important;
}
.list_page_filter_input_select .select-input {
  padding-left: 0px;
}

.list_page_filter_input_select.focused {
  box-shadow: none !important;
}

.list_based_page_container {
  margin-top: 0px;
}

.add_new_logo_position .input #add_new_logo_position_input {
  border-bottom: transparent !important;
}

@media screen and (max-width: 720px) {
  .list_based_page_container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 425px) {
  .list_based_page_container {
    margin-top: 15px !important;
  }
  .extra_margin_digi_vec {
    margin-top: 35px !important;
  }
  .extra_margin_qc_test {
    margin-top: 45px !important;
  }
}
.app-bar {
  height: auto;
  min-height: 48px !important;
}

#app_bar_branding {
  margin-top: 2.5px !important;
}

.app_bar_arrow_left {
  bottom: 0px;
}

.app_bar_hamburger {
  top: -5px;
}

.slickstitch_cube {
  width: 36px;
  margin-top: -5px;
}

#insite_caption {
  font-family: "days";
}

#insite_caption_login {
  font-family: "days";
  margin-top: 7.5px;
}

.sidebar-header {
  border-bottom: 1px #808080 solid !important;
}

.pagination_button {
  background-color: black !important;
}

.progress.line {
  background-color: lightgray;
}

.progress.line::before {
  background-color: black !important;
}

.input .prepend {
  background-color: transparent !important;
}
.input .default-icon-cross,
.input .default-icon-eye {
  visibility: visible;
}

.default-modal-header {
  background-color: #0061ba;
}
.default-modal-header h4, .default-modal-header h5 {
  font-weight: bold;
}

.custom-bg-lightViolet {
  background-color: rgba(74, 72, 157, 0.5) !important;
  color: black;
}

.delete-modal-header {
  background-color: #ce352c !important;
}
.delete-modal-header h4, .delete-modal-header h5 {
  font-weight: bold;
}

.edit-modal-header {
  background-color: #2185e0 !important;
}
.edit-modal-header h4, .edit-modal-header h5 {
  font-weight: bold;
}

.create-modal-header {
  background-color: #60a917;
}
.create-modal-header h4, .create-modal-header h5 {
  font-weight: bold;
}

.query-modal-header {
  background-color: #ff9447 !important;
}
.query-modal-header h4, .query-modal-header h5 {
  font-weight: bold;
}

.tile-warehouse {
  background-color: #762034;
}

.tile-operator {
  background-color: #c04a06;
}

.tile-dispatch {
  background-color: #eb9c0a;
}

.tile-supervisor {
  background-color: #e9d200;
}

.tile-digitiser {
  background-color: #1cac09;
}

.tile-digitiseradmin {
  background-color: #105d06;
}

.tile-productionmanager {
  background-color: #33065d;
}

.tile-packer {
  background-color: #ff2020;
}

.tile-framer {
  background-color: #cf0559;
}

.tile-customer-service {
  background-color: #b8c34e;
}

.tile-accounts {
  background-color: #3ecc58;
}

.tile-print {
  background-color: #26b6c4;
}

.tile-admin {
  background-color: #0050ef;
}

.tile-super-admin {
  background-color: #0036a3;
}

.close-dialog-cross, .close-dialog-cross:active, .close-dialog-cross:focus, .close-dialog-button, .close-dialog-button:hover, .close-dialog-button:active, .close-dialog-button:focus {
  background-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.close-dialog-cross {
  margin-right: 10px;
}

.company-logo-thumbnail-container {
  width: 35px;
  height: 35px;
}

.company-logo-thumbnail {
  width: 100%;
  height: 100%;
}

/* @Thomas: This is needed so that we don't get the flash of two buttons on Excel Creating */
/* If this causes a problem let me know and I will find another way */
.ng-leave {
  display: none !important;
}

/* Makes excel buttons green */
.excel_button {
  background-color: #217346 !important;
}

.excel_dark,
.excel_button:hover {
  background-color: #174a2e !important;
}

.pdf_button {
  background-color: #FFFFFF !important;
  border: 1px solid red;
  color: red !important;
}

.pdf_button:hover {
  background-color: red !important;
  border: 1px solid #980202;
  color: #ffffff !important;
}

.pdf_colour {
  background-color: red !important;
}

/* Just add pointer to any class to make a pointer */
.pointer {
  cursor: pointer;
}

/* This is for doing alert information boxes like in bootstrap. X is added in case it conflicts with metro */
.Xalert {
  border-radius: 0.25rem;
  padding: 0.75rem 1.24rem;
  width: 100%;
}

.Xalert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.Xalert-secondary {
  color: #383d41;
  background-color: #e2e3ef;
  border-color: #d6d8db;
}

.Xalert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.Xalert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.Xalert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.Xalert-light {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.9960784314);
  border-color: #fdfdfe;
}

.Xalert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.Xalert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.breakword {
  word-break: break-word;
}

.button.success.square.outline {
  height: 36px !important;
}

.hint-custom-class-default {
  text-align: center;
  font-size: 14px;
  min-width: auto !important;
  visibility: hidden;
  animation-name: hintIn;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  background-color: #0061ba !important;
  color: white !important;
}

.hint-custom-class-metro-colours {
  text-align: center;
  font-size: 14px;
  min-width: auto !important;
  visibility: hidden;
  animation-name: hintIn;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.hint-custom-class-metro-colours.short-delay {
  animation-delay: 0.3s;
}

.button-add {
  background-color: #60a917 !important;
}

@keyframes hintIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.leftmost-hint {
  margin-left: 40px;
}

.large-hint {
  margin-left: 25px;
}

.shortcut.info.outline {
  color: #0b5394 !important;
  border-color: #0b5394 !important;
}

.shortcut.info.outline:hover,
.shortcut.info.outline:active {
  color: white !important;
  background-color: #0b5394 !important;
  border-color: #0b5394 !important;
}

.button,
.command-button,
.shortcut,
.tool-button {
  background-color: #0061ba;
  color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  background: rgb(255, 255, 255);
  border-radius: 0;
  font-family: "Segoe UI", Helvetica, sans-serif;
  margin-top: 40px;
  padding: 0 !important;
}
.ngdialog.ngdialog-theme-default .ngdialog-content .ngdialog-close, .ngdialog.ngdialog-theme-default .ngdialog-content .ngdialog-close:active, .ngdialog.ngdialog-theme-default .ngdialog-content .ngdialog-close:focus {
  color: #0061ba;
}
.ngdialog.ngdialog-theme-default .ngdialog-content .ngdialog-close:before {
  color: white !important;
}

.button-start {
  width: 40px !important;
  max-width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  font-size: 20px;
}

.user-type-tile {
  margin: 5px !important;
}

.tiles-group {
  margin: 3px !important;
}

.state-tile,
.state-tile:hover,
.state-tile:focus,
.state-tile:active {
  background-color: white;
  width: 50px !important;
  height: 50px !important;
  display: inline-block !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
  margin-top: 2px !important;
  margin-bottom: 0px !important;
  padding: 0 !important;
  outline: transparent !important;
  color: #0061ba;
}

.state-icon {
  color: black;
}

.input .button-group {
  display: flex;
  flex-direction: row-reverse;
}

.select.dropdown-toggle:before {
  margin-left: -1.5rem;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.hamburger-arrow-button,
.app-bar-item {
  background-color: black !important;
  top: 0;
}

.sidenav_close_arrow {
  background-color: black !important;
  bottom: 0;
  right: 0;
}

.opacity05 {
  opacity: 0.05 !important;
}

.opacity5 {
  opacity: 0.5 !important;
}

.custom-w-87 {
  width: 87% !important;
}

.custom-w-77 {
  width: 77% !important;
}

.custom-w-66 {
  width: 66.7% !important;
}

.custom-w-33 {
  width: 33.3% !important;
}

.custom-w-60 {
  width: 60% !important;
}

.custom-w-40 {
  width: 40% !important;
}

.custom-w-55 {
  width: 55% !important;
}

.custom-w-45 {
  width: 45% !important;
}

.custom-w-70 {
  width: 70% !important;
}

.custom-w-30 {
  width: 30% !important;
}

.custom-w-80 {
  width: 80% !important;
}

.custom-w-20 {
  width: 20% !important;
}

.custom-w-25 {
  width: 25% !important;
}

.custom-w-85 {
  width: 85% !important;
}

.custom-w-15 {
  width: 15% !important;
}

.custom-w-10 {
  width: 10% !important;
}

.custom-w-90 {
  width: 90% !important;
}

.custom-w-5 {
  width: 5% !important;
}

.custom-w-95 {
  width: 95% !important;
}

.custom-w-35 {
  width: 35% !important;
}

.custom-w-16 {
  width: 16.66% !important;
}

.custom-w-11 {
  width: 11.11% !important;
}

.custom-w-9 {
  width: 9% !important;
}

.custom-w-8 {
  width: 8% !important;
}

.custom-w-55 {
  width: 55% !important;
}

.custom-w-45 {
  width: 45% !important;
}

.workflow-warning-badge {
  font-size: 20px;
}

.create_digi_order_width_number_spinner,
.create_digi_order_height_number_spinner {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid black !important;
}
.create_digi_order_width_number_spinner .spinner-button,
.create_digi_order_height_number_spinner .spinner-button {
  background-color: transparent !important;
}
.create_digi_order_width_number_spinner .spinner-button:active,
.create_digi_order_width_number_spinner .spinner-button:focus,
.create_digi_order_height_number_spinner .spinner-button:active,
.create_digi_order_height_number_spinner .spinner-button:focus {
  box-shadow: none !important;
  background-color: transparent !important;
}

.create_digi_order_name_input {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid black !important;
}
.create_digi_order_name_input input[type=email]:focus {
  box-shadow: none !important;
}
.create_digi_order_name_input .input-clear-button {
  padding-right: 8.75px;
}
.create_digi_order_name_input .input-clear-button:active,
.create_digi_order_name_input .input-clear-button:focus {
  box-shadow: none !important;
  background-color: transparent !important;
}

.faq_panel .dropdown-toggle::before {
  border-color: black !important;
}

.image_to_digitize_container {
  height: 320px;
}
.image_to_digitize_container .image_to_digitize {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 320px;
  width: auto;
  height: auto;
}

.file-cancel-button {
  height: 45px !important;
  width: 45px !important;
}
.file-cancel-button .mif-cross {
  left: 0px;
  top: 2.5px;
}

.file_to_digitise_thumbnail {
  max-width: 100%;
  max-height: 32px;
}

.flexitable tr:hover {
  cursor: pointer;
}

.flexitable_light {
  color: black !important;
}
.flexitable_light th {
  color: black !important;
}

.iframe-auto-height {
  height: 100px;
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .custom-w-66-md {
    width: 66.7% !important;
  }
  .custom-w-33-md {
    width: 33.3% !important;
  }
  .custom-w-60-md {
    width: 60% !important;
  }
  .custom-w-40-md {
    width: 40% !important;
  }
  .custom-w-70-md {
    width: 70% !important;
  }
  .custom-w-30-md {
    width: 30% !important;
  }
  .custom-w-80-md {
    width: 80% !important;
  }
  .custom-w-20-md {
    width: 20% !important;
  }
  .custom-w-85-md {
    width: 85% !important;
  }
  .custom-w-15-md {
    width: 15% !important;
  }
  .custom-w-10-md {
    width: 10% !important;
  }
  .custom-w-90-md {
    width: 90% !important;
  }
  .custom-w-5-md {
    width: 5% !important;
  }
  .custom-w-35-md {
    width: 35% !important;
  }
  .custom-w-16-md {
    width: 16.66% !important;
  }
  .custom-w-11-md {
    width: 11.11% !important;
  }
  .custom-w-9-md {
    width: 9% !important;
  }
  .custom-w-8-md {
    width: 8% !important;
  }
  .custom-w-55-md {
    width: 55% !important;
  }
  .custom-w-45-md {
    width: 45% !important;
  }
}
@media screen and (min-width: 1452px) {
  .custom-w-33-xxl {
    width: 33% !important;
  }
}
@media screen and (min-width: 900px) {
  .custom-w-66-lg {
    width: 66.7% !important;
  }
  .custom-w-33-lg {
    width: 33.3% !important;
  }
  .custom-w-60-lg {
    width: 60% !important;
  }
  .custom-w-40-lg {
    width: 40% !important;
  }
  .custom-w-70-lg {
    width: 70% !important;
  }
  .custom-w-30-lg {
    width: 30% !important;
  }
  .custom-w-80-lg {
    width: 80% !important;
  }
  .custom-w-20-lg {
    width: 20% !important;
  }
  .custom-w-85-lg {
    width: 85% !important;
  }
  .custom-w-15-lg {
    width: 15% !important;
  }
  .custom-w-10-lg {
    width: 10% !important;
  }
  .custom-w-90-lg {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px), (max-device-width: 768px) {
  .flexitable {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .flexitable table, .flexitable thead, .flexitable tbody, .flexitable th, .flexitable td, .flexitable tr {
    display: block;
  }
  .flexitable table tbody {
    overflow: auto;
    height: auto; /* real browsers */
    min-height: 100%; /* real browsers */
  }
  .flexitable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .flexitable tr {
    margin: 0 0 1rem 0;
  }
  .flexitable tr:nth-child(odd) {
    border: 2px solid #0b5394;
    margin: 5px;
    min-height: 46px;
  }
  .flexitable tr:nth-child(even) {
    border: 2px solid #0b5394;
    margin: 5px;
    min-height: 46px;
  }
  .flexitable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }
  .flexitable td:nth-child(odd) {
    background: #f5f5f5;
    min-height: 46px;
  }
  .flexitable td:nth-child(even) {
    background: #ffffff !important;
    min-height: 46px;
  }
  .flexitable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .flexitable_light td:nth-child(odd) {
    background: #eeeeee;
    min-height: 46px;
    color: black;
  }
  .flexitable_light td:nth-child(even) {
    background: #cccccc;
    min-height: 46px;
    color: black;
  }
}
@media only screen and (max-width: 1200px), (max-device-width: 1200px) {
  .flexitable_higher_breakpoint {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .flexitable_higher_breakpoint table, .flexitable_higher_breakpoint thead, .flexitable_higher_breakpoint tbody, .flexitable_higher_breakpoint th, .flexitable_higher_breakpoint td, .flexitable_higher_breakpoint tr {
    display: block;
  }
  .flexitable_higher_breakpoint table tbody {
    overflow: auto;
    height: auto; /* real browsers */
    min-height: 100%; /* real browsers */
  }
  .flexitable_higher_breakpoint thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .flexitable_higher_breakpoint tr {
    margin: 0 0 1rem 0;
  }
  .flexitable_higher_breakpoint tr:nth-child(odd) {
    border: 2px solid #0b5394 !important;
    margin: 5px;
    min-height: 46px;
  }
  .flexitable_higher_breakpoint tr:nth-child(even) {
    border: 2px solid #0b5394 !important;
    margin: 5px;
    min-height: 46px;
  }
  .flexitable_higher_breakpoint td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 25% !important;
  }
  .flexitable_higher_breakpoint td:nth-child(odd) {
    background: #f5f5f5;
    min-height: 46px;
  }
  .flexitable_higher_breakpoint td:nth-child(even) {
    background: #ffffff !important;
    min-height: 46px;
  }
  .flexitable_higher_breakpoint td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 25% !important;
    padding-right: 10px;
    white-space: nowrap;
  }
  .flexitable_higher_breakpoint_light td:nth-child(odd) {
    background: #eeeeee;
    min-height: 46px;
    color: black;
  }
  .flexitable_higher_breakpoint_light td:nth-child(even) {
    background: #cccccc;
    min-height: 46px;
    color: black;
  }
}
.rte-btn-toolbar {
  margin-bottom: 4px;
}

.rte-btn-toolbar .btn-format-block {
  display: block;
  width: 110px;
  text-align: left;
}

.rte-btn-toolbar .btn-format-block .caret {
  position: absolute;
  margin-top: -1px;
  right: 10px;
  top: 50%;
}

.rte-btn-toolbar .dropdown-menu li {
  border-bottom: 1px solid #ccc;
}

.rte-btn-toolbar .dropdown-menu li:last-child {
  border: none;
}

.rte-btn-toolbar .btn-rte {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.rte-btn-toolbar .btn-rte:hover,
.rte-btn-toolbar .btn-rte:active,
.rte-btn-toolbar .btn-rte.active,
.open > .dropdown-toggle.btn-rte {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rte-content {
  padding: 10px;
  min-width: 100px;
  height: 200px;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.rte-content:focus {
  outline: 0;
}

.rte-content img {
  display: block;
  max-width: 100%;
}

.rte-dialog {
  position: absolute;
  margin: 0;
  padding: 10px;
  width: 250px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 9999;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.175);
}

.rte-dialog:after,
.rte-dialog:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.rte-dialog:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}

.rte-dialog:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 6px;
  margin-left: -6px;
}

.rte-dialog .dialog-header {
  min-height: 10px;
}

.rte-dialog .close {
  margin-top: -10px;
}

.rte-dialog .dialog-body {
  margin-top: 10px;
}

.rte-dialog input[type=url] {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.rte-dialog input[type=url]:focus {
  outline: 0;
}

.text_strikethrough {
  text-decoration: line-through;
}

.green-circle {
  background-color: rgba(105, 181, 105, 0.768627451) !important;
}

.orange-circle {
  background-color: rgba(249, 154, 37, 0.6196078431) !important;
}

.red-circle {
  background-color: rgba(233, 74, 74, 0.768627451) !important;
}

.user_legend_marker {
  border-radius: 50%;
  top: 1px;
  width: 15px !important;
  height: 15px !important;
}

.no-rec-user {
  text-align: center;
  margin-left: 44%;
  margin-top: 1%;
}

.filterSec input::-moz-placeholder {
  color: #444;
}

.filterSec input::placeholder {
  color: #444;
}

.sep-div, .sep-div1 {
  background-color: #f3f3f3;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  margin-bottom: 2%;
}

.activity-cycle {
  width: 100% !important;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-color: rgba(167, 158, 158, 0.2509803922);
}

.bg-scheme {
  background-color: #fff !important;
}

.fg_ssDarkViolet {
  color: black;
}

.bg_ssDarkViolet {
  background-color: black;
}

.bg_ssLightViolet {
  background-color: rgba(0, 0, 0, 0.75);
}

.fg-scheme {
  color: #464646 !important;
}

.bg-scheme-secondary {
  background-color: #f5f5f5 !important;
}

.fg-scheme-secondary {
  color: #464646 !important;
}

.bg-control {
  background-color: black !important;
}

.fg-control {
  color: #fff !important;
}

.bd-default {
  border-color: black !important;
}

.disabled {
  cursor: default;
}

body {
  font-size: 16px;
  /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif; */
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  color: #464646;
  background-color: #fff;
}

hr {
  background-color: black;
}

.file,
.input,
.select,
.textarea,
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  background-color: #fff;
  color: #464646;
  border-color: black !important;
}

.file.focused,
.file:focus,
.input.focused,
.input:focus,
.select.focused,
.select:focus,
.textarea.focused,
.textarea:focus,
input[type=datetime-local].focused,
input[type=datetime-local]:focus,
input[type=email].focused,
input[type=email]:focus,
input[type=file].focused,
input[type=file]:focus,
input[type=month].focused,
input[type=month]:focus,
input[type=number].focused,
input[type=number]:focus,
input[type=search].focused,
input[type=search]:focus,
input[type=tel].focused,
input[type=tel]:focus,
input[type=time].focused,
input[type=time]:focus,
input[type=url].focused,
input[type=url]:focus,
input[type=week].focused,
input[type=week]:focus,
select.focused,
select:focus,
textarea.focused,
textarea:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.45) !important;
}

.file,
.input,
.select,
.textarea {
  border-style: solid !important;
}

.file .prepend,
.input .prepend,
.select .prepend,
.textarea .prepend {
  background-color: black;
  color: #fff;
}

.file input,
.file select,
.file textarea,
.input input,
.input select,
.input textarea,
.select input,
.select select,
.select textarea,
.textarea input,
.textarea select,
.textarea textarea {
  box-shadow: none !important;
  border-color: transparent;
}

.file .button {
  background-color: black;
  color: #fff;
}

.select .active a {
  background-color: black !important;
  color: #fff !important;
}

.checkbox .check {
  border-color: #0b5394;
}

.checkbox .check::before {
  border-color: #464646;
}

.checkbox input[type=checkbox]:checked ~ .check {
  border-color: #0b5394;
  background-color: #0b5394;
  transition: all 0.3s ease-in-out;
}

.checkbox input[type=checkbox]:checked ~ .check::before {
  border-color: #fff;
}

.checkbox input[type=checkbox]:disabled ~ .check {
  border-color: rgba(11, 83, 148, 0.25);
  background-color: rgba(11, 83, 148, 0.25);
}

.checkbox input[type=checkbox]:disabled ~ .check::before {
  border-color: rgba(11, 83, 148, 0.25);
}

.checkbox input[data-indeterminate=true] ~ .check {
  border-color: #0b5394;
  background-color: #0b5394;
}

.radio .check {
  border-color: black;
}

.radio input[type=radio]:checked ~ .check {
  border-color: black;
  background-color: black;
}

.radio input[type=radio]:checked ~ .check::before {
  border-color: #fff;
  background-color: #fff;
}

.radio input[type=radio]:disabled ~ .check {
  border-color: rgba(26, 24, 109, 0.45);
  background-color: rgba(26, 24, 109, 0.45);
}

.radio input[type=radio]:disabled ~ .check::before {
  border-color: rgba(26, 24, 109, 0.45);
  background-color: rgba(26, 24, 109, 0.45);
}

.checkbox .check,
.radio .check {
  color: #fff;
}

.switch .check {
  border-color: black;
}

.switch .check::after {
  border-color: black;
  background-color: black;
}

.switch input[type=checkbox]:checked ~ .check {
  border-color: black;
  background-color: black;
}

.switch input[type=checkbox]:disabled ~ .check {
  border-color: rgba(26, 24, 109, 0.45);
  background-color: rgba(26, 24, 109, 0.45);
}

.switch input[type=checkbox]:disabled ~ .check::after {
  border-color: rgba(26, 24, 109, 0.45);
  background-color: rgba(26, 24, 109, 0.45);
}

.switch input[type=checkbox]:disabled:not(:checked) ~ .check::after {
  opacity: 0.5;
}

.button.focus,
.button:active,
.command-button.focus,
.command-button:active,
.shortcut.focus,
.shortcut:active,
.tool-button.focus,
.tool-button:active {
  box-shadow: 0 0 0 3px rgba(4, 60, 110, 0.45);
}

.button:hover,
.command-button:hover,
.shortcut:hover,
.tool-button:hover {
  background-color: #043c6e;
}

.info-button {
  border-color: black;
}

.info-button .button {
  background-color: black;
  color: #fff;
}

.info-button .button:hover {
  background-color: #043c6e;
}

.image-button {
  border-color: black;
}

.image-button .icon {
  background-color: black;
  color: #fff;
}

.image-button .icon:hover {
  background-color: #043c6e;
}

.breadcrumbs {
  background-color: #fff;
  color: black;
}

.breadcrumbs .page-item::after,
.breadcrumbs .page-item::before {
  background-color: black !important;
}

.breadcrumbs .page-link:hover {
  color: #043c6e;
}

.pagination .page-item:not(.no-link) {
  background-color: black;
  color: #fff;
  border: 1px black solid;
}

.pagination .page-item.active,
.pagination .page-item:hover {
  background-color: #043c6e;
}

.pagination .no-link {
  background-color: transparent;
  color: black;
}

.accordion .frame .heading {
  background-color: black;
  color: #fff;
}

.accordion .frame {
  margin: 0;
}

.accordion .frame + .frame {
  border-top: 1px rgba(26, 24, 109, 0.45) solid;
}

.h-menu {
  background-color: black;
  color: #fff;
}

.h-menu > li > a.dropdown-toggle::before {
  border-color: #fff;
}

.d-menu,
.v-menu {
  background-color: #fff !important;
  color: black;
  border: 1px solid black;
  box-shadow: none;
}

.d-menu .dropdown-toggle::before,
.v-menu .dropdown-toggle::before {
  border-color: black !important;
}

.d-menu li:hover,
.v-menu li:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
}

.d-menu li:hover .dropdown-toggle::before,
.v-menu li:hover .dropdown-toggle::before {
  border-color: #fff !important;
}

.d-menu .divider,
.v-menu .divider {
  background-color: black !important;
}

.d-menu .menu-title,
.v-menu .menu-title {
  background-color: black;
  color: #fff;
}

.d-menu .disabled,
.v-menu .disabled {
  color: rgba(11, 83, 148, 0.5) !important;
}

.v-menu .v-menu {
  border: none !important;
}

.t-menu {
  background-color: black;
  color: #fff;
  box-shadow: none;
}

.t-menu li a {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.t-menu .dropdown-toggle::after {
  border-color: transparent transparent #fff transparent;
}

.app-bar {
  background-color: black;
  color: #fff;
}

.app-bar .dropdown-toggle::before {
  border-color: #fff;
}

.app-bar .app-bar-container .d-menu,
.app-bar .app-bar-menu li .d-menu {
  background-color: black !important;
  color: #fff !important;
}

.app-bar .app-bar-container .d-menu li:hover,
.app-bar .app-bar-menu li .d-menu li:hover {
  background-color: rgba(29, 29, 29, 0.1) !important;
}

.app-bar .app-bar-container .divider,
.app-bar .app-bar-menu li .divider {
  background-color: rgba(255, 255, 255, 0.25);
}

[class*=app-bar-expand] .app-bar-container .d-menu,
[class*=app-bar-expand] .app-bar-menu li .d-menu {
  box-shadow: none !important;
  border: 1px solid black !important;
  background-color: #fff !important;
  color: black !important;
}

[class*=app-bar-expand] .app-bar-container .d-menu li:hover,
[class*=app-bar-expand] .app-bar-menu li .d-menu li:hover {
  background-color: black !important;
  color: #fff !important;
}

.calendar {
  border-color: #0b5394;
}

.calendar .calendar-header {
  background-color: #0b5394;
  color: #fff;
}

.calendar .day.today {
  background-color: #0b5394;
}

.calendar .day.selected {
  box-shadow: 0 0 0 1px #0b5394 !important;
}

.calendar .day.selected::after {
  border-top-color: #0b5394;
}

.calendar .calendar-months > .months-list li.active,
.calendar .calendar-years > .years-list li.active {
  background-color: #0b5394;
  color: #fff;
}

.calendar .calendar-footer {
  border-top-color: rgba(11, 83, 148, 0.25);
}

.calendar .week-days {
  border-top-color: rgba(11, 83, 148, 0.25);
  border-bottom-color: rrgba(11, 83, 148, 0.25);
}

[class*=calendar-wide] .calendar-footer {
  border-left-color: rgba(11, 83, 148, 0.25);
}

.countdown {
  line-height: 1.5;
}

.countdown .part {
  color: #464646;
}

.wheel-picker {
  background-color: #fff;
  color: #464646;
}

.wheel-picker .date-wrapper,
.wheel-picker .time-wrapper {
  border-color: black;
}

.wheel-picker .select-block {
  background-color: black;
  color: #fff;
}

.wheel-picker .select-block ul {
  border-color: rgba(26, 24, 109, 0.45);
}

.wheel-picker .action-block {
  border-top: 1px rgba(26, 24, 109, 0.45) solid;
}

.wheel-picker .action-block .button {
  color: #fff;
}

.dialog {
  background-color: #fff;
  color: #464646;
  border: 1px solid black;
}

.dialog .dialog-actions {
  border-top-color: black;
}

.keypad .keys {
  background-color: #fff;
  border-color: black;
  color: #464646;
}

.keypad .key.service-key {
  background-color: #056b9a;
}

.hint {
  background-color: #f5f5f5;
  color: #464646;
}

.listview {
  background-color: #fff;
  color: #464646;
}

.listview .node:hover {
  background-color: rgba(26, 24, 109, 0.45);
  color: #fff;
}

.listview .node.current-select {
  background-color: black;
  color: #fff;
  border-color: black !important;
}

.listview .node-group .node-toggle::before {
  border-color: #464646;
}

.listview.view-content .node + .node {
  border-top-color: black;
}

.master {
  background-color: #f5f5f5;
  color: #464646;
}

.master .controls .next,
.master .controls .prev {
  color: black;
}

.master .controls .next.disabled,
.master .controls .prev.disabled {
  color: rgba(26, 24, 109, 0.45);
}

.master .pages {
  border-color: black;
}

.navview .navview-pane {
  background-color: #f5f5f5;
  color: #464646;
}

.navview .navview-pane .holder:hover,
.navview .navview-pane .navview-menu li a:hover,
.navview .navview-pane .pull-button:hover {
  background-color: rgba(29, 29, 29, 0.1);
}

.navview .navview-pane .holder:active,
.navview .navview-pane .holder:focus,
.navview .navview-pane .navview-menu li a:active,
.navview .navview-pane .navview-menu li a:focus,
.navview .navview-pane .pull-button:active,
.navview .navview-pane .pull-button:focus {
  background-color: #056b9a;
}

.navview .navview-pane .holder:focus,
.navview .navview-pane .navview-menu li a:focus,
.navview .navview-pane .pull-button:focus {
  border: 2px solid #056b9a;
}

.navview .navview-pane .dropdown-toggle::after {
  border-color: transparent transparent #fff transparent;
}

.navview .navview-content {
  background-color: #fff;
  color: #464646;
}

.notify {
  background-color: #f5f5f5;
  color: #464646;
  border: 1px solid black;
}

.panel {
  background-color: #f5f5f5;
  color: #464646;
  border-color: rgba(26, 24, 109, 0.45) !important;
}

.panel .panel-title {
  background-color: black;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.panel .panel-title .dropdown-toggle {
  border-left-color: rgba(255, 255, 255, 0.25);
}

.panel .panel-title .dropdown-toggle::before {
  border-color: #fff;
}

.panel .panel-title .icon {
  border-right-color: rgba(255, 255, 255, 0.25);
}

.window {
  border-color: rgba(26, 24, 109, 0.45);
  background-color: #fff;
  color: #464646;
}

.window .window-caption {
  background-color: black;
  color: #fff;
}

.window .window-content {
  background-color: #f5f5f5;
  color: #464646;
}

.resize-element::after {
  border-bottom-color: black;
}

.popover {
  background-color: #f5f5f5;
  color: #464646;
  border-color: black;
}

.rating .stars li {
  color: rgba(26, 24, 109, 0.45);
}

.rating .stars li.on {
  color: black;
}

.rating:not(.static) .stars:hover li {
  color: black;
}

.rating:not(.static) .stars li:hover ~ li {
  color: rgba(26, 24, 109, 0.45) !important;
}

.sidenav-counter,
.sidenav-simple {
  background-color: #fff;
  color: black;
}

.sidenav-counter .active,
.sidenav-counter li.active:hover,
.sidenav-simple .active,
.sidenav-simple li.active:hover {
  background-color: black;
  color: #fff;
}

.sidenav-counter li.disabled,
.sidenav-simple li.disabled {
  color: rgba(255, 255, 255, 0.25) !important;
}

.sidenav-m3 {
  background-color: black;
  color: #fff;
}

.sidenav-m3 a {
  background-color: black;
}

.sidenav-m3 a:hover {
  background-color: rgba(29, 29, 29, 0.1);
}

.sidenav-m3 li.disabled {
  color: rgba(255, 255, 255, 0.25) !important;
}

.sidenav-m3 li + li {
  border-top-color: black;
}

.sidenav-m3 .d-menu {
  background-color: #056b9a !important;
  border-color: black;
  margin-bottom: 4px;
}

.sidenav-m3 .d-menu li {
  border-color: black !important;
  color: #fff !important;
}

.sidenav-m3 .d-menu li.disabled {
  color: rgba(255, 255, 255, 0.25) !important;
}

.sidenav-m3 .dropdown-toggle::before {
  border-color: #fff;
}

.slider .backside {
  background-color: rgba(26, 24, 109, 0.45);
}

.slider .buffer {
  background-color: #fff;
}

.slider .complete {
  background-color: black;
}

.slider .marker {
  background-color: #464646;
}

.stepper::before {
  background-color: #f5f5f5;
}

.stepper .step {
  background-color: #f5f5f5;
  color: #464646;
}

.stepper .step.complete {
  background-color: black;
  color: #fff;
}

.stepper .step.current {
  background-color: #464646;
  color: #fff;
}

.streamer .streams {
  background-color: #fff;
  color: #464646;
}

.streamer .streamer-action {
  background-color: black;
  color: #fff;
}

.streamer .stream {
  border-color: black;
}

.streamer .event-group {
  background-color: #fff;
  color: #464646;
}

.streamer .stream-event {
  background-color: #f5f5f5;
  color: #464646;
  border-color: black;
}

.streamer .stream-event:hover {
  border-color: #6ccbf8;
}

.streamer .stream-event.selected {
  box-shadow: 0 0 0 1px black !important;
}

.streamer .stream-event.selected::before {
  border-color: #464646 !important;
}

.streamer .stream-event.selected::after {
  border-top-color: black;
}

.streamer .stream-event-slide .slide-data .title {
  color: #464646;
}

.streamer .stream-event-slide .slide-data .desc,
.streamer .stream-event-slide .slide-data .subtitle {
  color: #464646;
}

.table thead {
  border-bottom-color: black;
}

.table tfoot {
  border-top-color: black;
}

.table .sortable-column.sort-asc,
.table .sortable-column.sort-desc {
  background-color: black;
  color: #fff;
}

.table .sortable-column.sort-asc:after,
.table .sortable-column.sort-desc:after {
  color: #fff;
}

.table.striped tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.table.table-border {
  border-color: black;
}

.table.cell-border td,
.table.cell-border th {
  border-color: black;
}

.tabs {
  background-color: #fff;
  color: #fff;
  border-color: black;
}

.tabs > ul > li {
  background-color: #f5f5f5;
  color: #464646;
}

.tabs > ul > li:hover {
  background-color: rgba(26, 24, 109, 0.45);
}

.tabs > ul > li.active {
  background-color: black !important;
  color: #fff;
}

.tabs .disabled {
  color: rgba(255, 255, 255, 0.25) !important;
}

.tabs.vertical > ul {
  border-right-color: black;
}

.tabs.vertical > ul > li {
  border-right-color: black;
}

.tabs.vertical > ul > li.active {
  border-color: black;
}

.tabs.vertical.right > ul {
  border-left-color: black;
}

.tabs.vertical.right > ul > li {
  border-left-color: black;
}

.tabs.vertical.right > ul > li.active {
  border-color: black;
}

[class*=tabs-expand] > ul {
  border-bottom-color: black;
}

[class*=tabs-expand] > ul > li {
  border-bottom-color: black;
}

[class*=tabs-expand] > ul > li.active {
  border-color: black;
}

.topbar {
  background-color: black;
  color: #fff;
}

.topbar .topbar-brand,
.topbar .topbar-element,
.topbar .topbar-menu {
  color: #fff;
}

.treeview {
  background-color: #fff;
  color: #464646;
}

.treeview .node-toggle::before {
  border-color: #464646 !important;
}

.treeview li.current > .caption {
  color: #464646;
}

.wizard {
  background-color: #fff;
  color: #464646;
  border-color: black;
}

.wizard.section,
.wizard > section {
  border-color: #000;
}

.wizard.section:nth-child(1),
.wizard > section:nth-child(1) {
  border-color: black;
}

.wizard.section:nth-child(2),
.wizard > section:nth-child(2) {
  border-color: #043c6e;
}

.wizard.section:nth-child(3),
.wizard > section:nth-child(3) {
  border-color: #056b9a;
}

.wizard.section:nth-child(4),
.wizard > section:nth-child(4) {
  border-color: #0876a9;
}

.wizard.section:nth-child(5),
.wizard > section:nth-child(5) {
  border-color: #076591;
}

.wizard.section:nth-child(6),
.wizard > section:nth-child(6) {
  border-color: #065479;
}

.wizard.section:nth-child(7),
.wizard > section:nth-child(7) {
  border-color: #054360;
}

.wizard.section:nth-child(8),
.wizard > section:nth-child(8) {
  border-color: #043248;
}

.wizard.section:nth-child(9),
.wizard > section:nth-child(9) {
  border-color: #022130;
}

.wizard.section:nth-child(10),
.wizard > section:nth-child(10) {
  border-color: #000;
}

.wizard.section::before,
.wizard > section::before {
  color: #fff;
}

.wizard.section.complete,
.wizard > section.complete {
  border-color: #767676;
}

.wizard.section.complete:nth-child(1),
.wizard > section.complete:nth-child(1) {
  border-color: #f5f5f5;
}

.wizard.section.complete:nth-child(2),
.wizard > section.complete:nth-child(2) {
  border-color: #e8e8e8;
}

.wizard.section.complete:nth-child(3),
.wizard > section.complete:nth-child(3) {
  border-color: #dcdcdc;
}

.wizard.section.complete:nth-child(4),
.wizard > section.complete:nth-child(4) {
  border-color: #cfcfcf;
}

.wizard.section.complete:nth-child(5),
.wizard > section.complete:nth-child(5) {
  border-color: #c2c2c2;
}

.wizard.section.complete:nth-child(6),
.wizard > section.complete:nth-child(6) {
  border-color: #b5b5b5;
}

.wizard.section.complete:nth-child(7),
.wizard > section.complete:nth-child(7) {
  border-color: #a9a9a9;
}

.wizard.section.complete:nth-child(8),
.wizard > section.complete:nth-child(8) {
  border-color: #9c9c9c;
}

.wizard.section.complete:nth-child(9),
.wizard > section.complete:nth-child(9) {
  border-color: #8f8f8f;
}

.wizard.section.complete:nth-child(10),
.wizard > section.complete:nth-child(10) {
  border-color: #767676;
}

.wizard.section.complete::before,
.wizard > section.complete::before {
  color: #464646;
}

.wizard.section.current::before,
.wizard > section.current::before {
  color: #464646;
  background-color: black;
}

.wizard .action-bar button {
  border-color: black;
  color: #fff;
}

.ribbon-menu .tabs-holder .static {
  background-color: black;
  color: #fff;
}

.ribbon-menu .tabs-holder .static:hover {
  border-color: transparent !important;
}

.ribbon-menu .ribbon-button,
.ribbon-menu .ribbon-icon-button,
.ribbon-menu .ribbon-main,
.ribbon-menu .ribbon-split,
.ribbon-menu .ribbon-tool-button {
  color: #464646;
}

.ribbon-menu .ribbon-button:hover,
.ribbon-menu .ribbon-icon-button:hover,
.ribbon-menu .ribbon-main:hover,
.ribbon-menu .ribbon-split:hover,
.ribbon-menu .ribbon-tool-button:hover {
  border-color: rgba(26, 24, 109, 0.45);
  background-color: rgba(245, 245, 245, 0.25);
}

.ribbon-menu .ribbon-button.active,
.ribbon-menu .ribbon-button:active,
.ribbon-menu .ribbon-icon-button.active,
.ribbon-menu .ribbon-icon-button:active,
.ribbon-menu .ribbon-main.active,
.ribbon-menu .ribbon-main:active,
.ribbon-menu .ribbon-split.active,
.ribbon-menu .ribbon-split:active,
.ribbon-menu .ribbon-tool-button.active,
.ribbon-menu .ribbon-tool-button:active {
  border-color: rgba(26, 24, 109, 0.45);
  background-color: rgba(255, 255, 255, 0.25);
}

.ribbon-menu .ribbon-split-button:hover {
  border-color: rgba(26, 24, 109, 0.45);
}

.ribbon-menu .ribbon-split-button:hover .ribbon-split {
  border-color: rgba(26, 24, 109, 0.45);
}

.ribbon-menu .ribbon-dropdown {
  box-shadow: none;
}

.ribbon-menu .ribbon-dropdown li:hover {
  border-color: rgba(26, 24, 109, 0.45);
  background-color: rgba(245, 245, 245, 0.25);
}

.ribbon-menu .ribbon-dropdown .checked::after {
  border-color: rgba(26, 24, 109, 0.45);
  background-color: rgba(245, 245, 245, 0.25);
}

.navview .navview-pane .navview-menu li.active::before {
  background-color: #fff;
}

.genericPage .bottom-pagination-bar, .genericPage .table {
  min-width: 928px !important;
}
.genericPage .loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
.genericPage .loading-noflash {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
}
.genericPage .collapsedExpand {
  display: block !important;
}
.genericPage .filterBox {
  font-size: 14px !important;
  background-color: #ffffff !important;
  border: 1px solid #0b5394 !important;
}
.genericPage .filterBox .inline-form {
  margin: 0 !important;
}
.genericPage .filterBox .input {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #0b5394 !important;
  font-size: 15px !important;
  margin: 0 !important;
}
.genericPage .filterBox .input input[type=text] {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
}
.genericPage .filterBox select {
  box-shadow: none !important;
}
.genericPage .background-color {
  background-color: #ffffff !important;
}
@media only screen and (max-width: 425px) {
  .genericPage .bottom-pagination-bar, .genericPage .table {
    min-width: 249.6px !important;
  }
}
@media only screen and (max-width: 768px) {
  .genericPage {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .genericPage .bottom-pagination-bar, .genericPage .table {
    min-width: 249.6px !important;
  }
  .genericPage table, .genericPage thead, .genericPage tbody, .genericPage th, .genericPage td, .genericPage tr {
    display: block;
  }
  .genericPage table tbody {
    overflow: auto;
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */
  }
  .genericPage thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .genericPage tr {
    margin: 0 0 1rem 0;
  }
  .genericPage tr:nth-child(odd) {
    border: 2px solid #0b5394;
    margin: 5px;
  }
  .genericPage tr:nth-child(even) {
    border: 2px solid #0b5394;
    margin: 5px;
  }
  .genericPage td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }
  .genericPage td:nth-child(odd) {
    background: #f5f5f5;
  }
  .genericPage td:nth-child(even) {
    background: #ffffff;
  }
  .genericPage td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

#fact-sales-order-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

.details-modal {
  background-color: #0061ba !important;
}
.details-modal button {
  background-color: #0061ba !important;
}

.delete-modal {
  background-color: #CE352C !important;
}
.delete-modal button {
  background-color: #CE352C !important;
}

.update-modal {
  background-color: #5ebdec !important;
}
.update-modal button {
  background-color: #5ebdec !important;
}

.create-modal {
  background-color: #60a917 !important;
}
.create-modal button {
  background-color: #60a917 !important;
}

.ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
  width: 80% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-90 .ngdialog-content {
  width: 95% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-90 .ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-90 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1452px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
  width: 50% !important;
}

/*.ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
  width: 100% !important;
}*/
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
  width: 40% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 425px), (min-device-width: 2000px) {
  .cell-xxl-md-1 {
    width: 100% !important;
  }
}
.opacity01 {
  opacity: .1;
}

.opacity02 {
  opacity: .2;
}

.opacity03 {
  opacity: .3;
}

.opacity04 {
  opacity: .4;
}

.opacity05 {
  opacity: .5;
}

.opacity06 {
  opacity: .6;
}

.opacity07 {
  opacity: .7;
}

.opacity08 {
  opacity: .8;
}

.opacity09 {
  opacity: .9;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.fade-in-if.ng-enter {
  transition: 0.2s linear all;
  opacity: 0;
}

.fade-in-if-init .fade-in-if.ng-enter {
  opacity: 1;
}

.fade-in-if.ng-enter.ng-enter-active {
  opacity: 1;
}

.fade-in-if.ng-leave {
  transition: 0.2s linear all;
  opacity: 1;
}

.fade-in-if.ng-leave.ng-leave-active {
  opacity: 0;
}

.fade-out-if.ng-hide {
  opacity: 0;
}

.fade-out-if.ng-enter,
.fade-out-if.ng-leave.ng-leave-active {
  opacity: 0;
}

.fade-out-if.ng-hide-add,
.fade-out-if.ng-hide-remove {
  transition: opacity ease-in-out 0.2s;
}

.fade-element-in.ng-enter {
  transition: 0.8s linear all;
  opacity: 0;
}

.fade-element-in-init .fade-element-in.ng-enter {
  opacity: 1;
}

.fade-element-in.ng-enter.ng-enter-active {
  opacity: 1;
}

.fade-element-in.ng-leave {
  transition: 0.3s linear all;
  opacity: 1;
}

.fade-element-in.ng-leave.ng-leave-active {
  opacity: 0;
}

.no-transition {
  transition: 0s all !important;
}

.animationIf.ng-enter,
.animationIf.ng-leave {
  transition: opacity ease-in-out 1s;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text-extra-line-height {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3 !important;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hidden {
  display: none !important;
}

.clear-icon-button {
  outline: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rotate180 {
  transform: rotate(180deg);
}

.ngdialog {
  overflow: auto;
  padding-top: 40px !important;
}
@media only screen and (max-width: 600px) {
  .ngdialog .ngdialog-content {
    width: 100% !important;
  }
}

.popover-modal {
  z-index: 999999 !important;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  animation: fade-in-scale 0.35s !important;
}

.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  animation: fade-out-scale 0.35s !important;
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-10.ngdialog-content {
    width: 10% !important;
  }
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-20.ngdialog-content {
    width: 20% !important;
  }
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-30.ngdialog-content {
    width: 30% !important;
  }
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-40.ngdialog-content {
    width: 40% !important;
  }
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-50.ngdialog-content {
    width: 50% !important;
  }
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-60.ngdialog-content {
    width: 60% !important;
  }
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-70.ngdialog-content {
    width: 70% !important;
  }
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-80.ngdialog-content {
    width: 80% !important;
  }
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-90.ngdialog-content {
    width: 90% !important;
  }
}

@media only screen and (min-width: 1452px) {
  .modal-xxl-100.ngdialog-content {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .modal-xl-10 .ngdialog-theme-default.ngdialog-content {
    width: 10% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-xl-20 .ngdialog-theme-default.ngdialog-content {
    width: 20% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-xl-30 .ngdialog-theme-default.ngdialog-content {
    width: 30% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-xl-40 .ngdialog-theme-default.ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-xl-50 .ngdialog-theme-default.ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-xl-60 .ngdialog-theme-default.ngdialog-content {
    width: 60% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-xl-70 .ngdialog-theme-default.ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-xl-80 .ngdialog-theme-default.ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-xl-90 .ngdialog-theme-default.ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-xl-100 .ngdialog-theme-default.ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-10 .ngdialog-theme-default.ngdialog-content {
    width: 10% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-20 .ngdialog-theme-default.ngdialog-content {
    width: 20% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-30 .ngdialog-theme-default.ngdialog-content {
    width: 30% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-40 .ngdialog-theme-default.ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-50 .ngdialog-theme-default.ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-60 .ngdialog-theme-default.ngdialog-content {
    width: 60% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-70 .ngdialog-theme-default.ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-80 .ngdialog-theme-default.ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-90 .ngdialog-theme-default.ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg-100 .ngdialog-theme-default.ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-10 .ngdialog-theme-default.ngdialog-content {
    width: 10% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-20 .ngdialog-theme-default.ngdialog-content {
    width: 20% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-30 .ngdialog-theme-default.ngdialog-content {
    width: 30% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-40 .ngdialog-theme-default.ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-50 .ngdialog-theme-default.ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-60 .ngdialog-theme-default.ngdialog-content {
    width: 60% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-70 .ngdialog-theme-default.ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-80 .ngdialog-theme-default.ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-90 .ngdialog-theme-default.ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md-100 .ngdialog-theme-default.ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-10 .ngdialog-theme-default.ngdialog-content {
    width: 10% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-20 .ngdialog-theme-default.ngdialog-content {
    width: 20% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-30 .ngdialog-theme-default.ngdialog-content {
    width: 30% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-40 .ngdialog-theme-default.ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-50 .ngdialog-theme-default.ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-60 .ngdialog-theme-default.ngdialog-content {
    width: 60% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-70 .ngdialog-theme-default.ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-80 .ngdialog-theme-default.ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-90 .ngdialog-theme-default.ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm-100 .ngdialog-theme-default.ngdialog-content {
    width: 100% !important;
  }
}
.notify-container {
  z-index: 99999;
}
.notify-container .notify {
  border: none;
  opacity: 0.97;
  font-size: 0.7em;
  transition: background-color 0.15s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .notify-container .notify .notify-title {
    font-size: 0.85rem;
  }
  .notify-container .notify .notify-message {
    font-size: 0.75rem;
  }
}

#main-sidenav .pin-button {
  position: absolute;
  right: 0px;
  top: 11px;
  color: white;
  transition: 0.2s all;
}
#main-sidenav .pin-button span {
  transition: 0.2s all;
}
#main-sidenav .arrow_button {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#main-sidenav #main_sidenav_menu {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: 82.5vh;
}
#main-sidenav #main_sidenav_menu .states-list-container {
  padding: 0px;
  margin: 0px;
}
#main-sidenav #main_sidenav_menu .states-list-container .state-item {
  padding: 0px;
  margin: 0px;
  transition: 0.1s all;
}
#main-sidenav #main_sidenav_menu .states-list-container .state-item a {
  line-height: 44px;
  padding-left: 48px !important;
}
#main-sidenav #main_sidenav_menu .states-list-container .state-item a .icon {
  left: 12px !important;
}
#main-sidenav #main_sidenav_menu .states-list-container .state-item.active-state {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.15);
  color: black !important;
}
#main-sidenav #main_sidenav_menu .states-list-container .state-item.active-state:hover {
  color: white !important;
}
#main-sidenav #main_sidenav_menu .states-list-container .state-item.active-state:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 42%;
  width: 5px;
  height: 5px;
  background: white;
  background-image: radial-gradient(top, #94ebe4 0%, #616161 20%, #535353 60%);
  border-radius: 50%;
  box-shadow: 0 0 3px #1C1C17;
  transition: all 0.3s ease;
  z-index: 1;
}
#main-sidenav #main_sidenav_menu .states-list-container .state-item:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: white !important;
}

#main-appbar {
  transition: 0.298s all;
  transform: translate3d(0, 0, 0);
  padding-right: 10px;
  z-index: 2 !important;
}
#main-appbar.expanded {
  margin-left: 279px;
  padding-right: 289px;
}

.default-avatar-container {
  background-color: transparent;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.default-avatar {
  padding: 10px;
  font-size: calc(0.75em + 2.25vmin);
  font-weight: bold;
  background-color: #ddd;
  display: block;
  border-radius: 50%;
}

#fact-box {
  position: fixed;
  right: 0px;
  top: 52px;
  background-color: #f1f1f1;
  box-shadow: -1px 0px 3px 0px rgba(92, 92, 92, 0.5);
  height: 100vh;
  max-width: 30px;
  overflow-y: auto !important;
  transition: 0.55s all;
}
#fact-box .fact-box-header .close-button {
  height: 40px;
  width: 40px;
  z-index: 1;
}
#fact-box.expanded {
  max-width: 20% !important;
}
#fact-box.shrinked {
  max-width: 30px;
  min-width: 30px;
}
#fact-box .fact-box-container {
  height: 91%;
  max-height: 91%;
  padding-left: 5px !important;
  margin-left: 15px !important;
  padding-right: 5px !important;
  margin-right: 15px !important;
  margin-bottom: 20px;
  max-width: 96% !important;
}
#fact-box .fact-box-container.ng-enter {
  opacity: 0;
  transition: 0.35s linear all;
}
#fact-box .fact-box-container.ng-enter.ng-enter-active {
  opacity: 1;
}
#fact-box .fact-box-container.ng-leave {
  opacity: 1;
  transition: 0.45s linear all;
}
#fact-box .fact-box-container.ng-leave.ng-leave-active {
  opacity: 0;
}
#fact-box .close-button {
  background: transparent;
  box-shadow: none;
  color: black;
  margin: 0px;
  transition: 0.2s all;
}
#fact-box .close-button:hover {
  background-color: #dadada !important;
}
#fact-box .rg-left {
  position: absolute;
  left: 13px;
  top: -32px;
  height: 100% !important;
  width: 3px;
  z-index: 1;
  border-left: 1px solid #b3b3b3;
  transition: 0.4s all;
}
#fact-box .rg-left:hover, #fact-box .rg-left:focus {
  background: #4c98fc;
}
#fact-box .rg-left span {
  position: absolute;
  left: 3px;
  top: 45%;
  transition: 0.4s all;
}
#fact-box .rg-left span:hover, #fact-box .rg-left span:focus {
  border-color: #0462de;
  border-width: 0px 2px;
}
@media screen and (max-width: 720px) {
  #fact-box {
    position: fixed;
    bottom: 0px !important;
    left: 0px !important;
    top: unset !important;
    max-height: 30px;
    min-height: 40px;
    height: auto;
    max-width: 100vw !important;
    min-width: 100vw !important;
    width: 100vw !important;
    overflow-y: auto !important;
    box-shadow: 0px -1px 3px 0px rgba(92, 92, 92, 0.5);
    transition: 0.55s all;
  }
  #fact-box .fact-box-header {
    background: #0b5394;
    transition: 0.2s all;
  }
  #fact-box .fact-box-header:hover, #fact-box .fact-box-header:focus, #fact-box .fact-box-header:active {
    background: #09467c;
  }
  #fact-box .fact-box-header .close-button {
    height: 40px;
    width: 40px;
    color: white;
    z-index: 1;
  }
  #fact-box .fact-box-header .close-button:hover, #fact-box .fact-box-header .close-button:focus, #fact-box .fact-box-header .close-button:active {
    background-color: #2b73b4 !important;
  }
  #fact-box.expanded {
    max-height: 90% !important;
  }
  #fact-box.shrinked {
    max-width: 30px;
    min-width: 30px;
  }
  #fact-box .rg-top {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    padding-top: 40px !important;
    height: 5px;
    width: 100% !important;
    z-index: 1;
    border-color: white;
    border-left: 1px solid #b3b3b3;
    transition: 0.4s all;
  }
  #fact-box .rg-top:hover, #fact-box .rg-top:focus, #fact-box .rg-top:active {
    background: #0b98da;
  }
  #fact-box .rg-top span {
    position: absolute;
    top: 5px;
    left: 50%;
    transition: 0.4s all;
  }
  #fact-box .rg-top span:hover, #fact-box .rg-top span:focus, #fact-box .rg-top span:active {
    border-color: #cccccc;
    border-width: 2px 0px;
  }
}

.fact-box-column {
  background-color: #e4e3e3;
}
.fact-box-column .header {
  position: relative;
  height: 39px;
  margin: 0px;
  background-color: #d2d0d0;
  transition: 0.2s background-color;
}
.fact-box-column .header:hover {
  background-color: #b9b6b6;
}
.fact-box-column .header .header-title {
  color: #353535;
  font-style: normal;
  font-weight: 600;
  font-size: 0.55em;
}
.fact-box-column .header .header-button {
  background: #bbb8b8;
}
.fact-box-column .header .collapse-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  outline: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.fact-box-column .children-fact-box-transclude {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.fact-box-column .children-fact-box-transclude.expanded {
  max-height: 96vh;
  transition: max-height 0.35s ease-in;
}

.fadeInScaleAnimation {
  animation-name: fade-in-scale;
  animation-duration: 0.35s;
}

.fadeOutScaleAnimation {
  animation-name: fade-out-scale;
  animation-duration: 0.35s;
}

@keyframes fade-in-scale {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade-out-scale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.action-button {
  padding: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  outline: none !important;
  border: none !important;
}

.action-button .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin-top: 16px;
}

.action-button .icon > * {
  width: 100%;
  max-height: 100%;
  display: inline-block;
}

.action-button.second {
  /*width: 40px;
  height: 40px;
  line-height: 40px;*/
  width: 25px;
  height: 25px;
  line-height: 25px;
  box-shadow: none;
}

.action-button.second .icon {
  /*width: 16px;
  height: 16px;
  line-height: 16px;*/
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  margin-top: 0;
}

.action-button.prime {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.action-button:active {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

.multi-action {
  display: inline-block;
  position: relative;
  width: 25px;
}

.multi-action .action-button {
  position: absolute;
  z-index: 2;
  margin: 0 !important;
}

.multi-action .actions {
  position: absolute;
  list-style: none inside none;
  margin: 0 0 0 0;
  padding: 0;
  width: auto;
  float: left;
  background-color: transparent;
  top: 1px;
  z-index: 1;
  border-radius: 50%;
}

.multi-action .actions li {
  position: absolute;
  display: block;
  /* width: 40px;
   height: 40px;*/
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin: 0;
  background: #989898;
  color: #ffffff;
  transform: scale(0.2);
  line-height: 25px;
  font-size: 12px;
  transition: all 0.3s;
}

.multi-action .actions li a {
  background: inherit;
  color: inherit;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  outline: none !important;
}

.multi-action .actions li:active {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.multi-action .action-button.active ~ .actions li {
  transition: all 0.3s;
  transform: scale(1);
}

.multi-action .action-button.active ~ .actions li:nth-child(1) {
  margin-top: -35px;
}

.multi-action .action-button.active ~ .actions li:nth-child(2) {
  margin-top: -72px;
}

.multi-action .action-button.active ~ .actions li:nth-child(3) {
  margin-top: -105px;
}

.multi-action .action-button.active ~ .actions li:nth-child(4) {
  margin-top: -200px;
}

.multi-action .action-button.active ~ .actions li:nth-child(5) {
  margin-top: -248px;
}

.multi-action .action-button.active ~ .actions li:nth-child(6) {
  margin-top: -296px;
}

.multi-action .action-button.active ~ .actions li:nth-child(7) {
  margin-top: -344px;
}

.multi-action .action-button.active ~ .actions li:nth-child(8) {
  margin-top: -392px;
}

.multi-action .action-button.active ~ .actions li:nth-child(9) {
  margin-top: -440px;
}

.multi-action .action-button.active ~ .actions li:nth-child(10) {
  margin-top: -488px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(1) {
  margin-top: 56px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(2) {
  margin-top: 104px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(3) {
  margin-top: 152px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(4) {
  margin-top: 200px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(5) {
  margin-top: 248px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(6) {
  margin-top: 296px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(7) {
  margin-top: 344px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(8) {
  margin-top: 392px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(9) {
  margin-top: 440px;
}

.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(10) {
  margin-top: 488px;
}

.multi-action .action-button.active ~ .actions.drop-right li {
  margin-top: 0;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(1) {
  margin-left: 56px;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(2) {
  margin-left: 104px;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(3) {
  margin-left: 152px;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(4) {
  margin-left: 200px;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(5) {
  margin-left: 248px;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(6) {
  margin-left: 296px;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(7) {
  margin-left: 344px;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(8) {
  margin-left: 392px;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(9) {
  margin-left: 440px;
}

.multi-action .action-button.active ~ .actions.drop-right li:nth-child(10) {
  margin-left: 488px;
}

.multi-action .action-button.active ~ .actions.drop-left li {
  margin-top: 0;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(1) {
  margin-left: -35px;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(2) {
  margin-left: -72px;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(3) {
  margin-left: -105px;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(4) {
  margin-left: -200px;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(5) {
  margin-left: -248px;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(6) {
  margin-left: -296px;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(7) {
  margin-left: -344px;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(8) {
  margin-left: -392px;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(9) {
  margin-left: -440px;
}

.multi-action .action-button.active ~ .actions.drop-left li:nth-child(10) {
  margin-left: -488px;
}

.multi-action .action-button .icon {
  transition: all 0.3s;
}

.multi-action .action-button.active.rotate .icon {
  /*-webkit-transform: rotate(45deg);
  transform: rotate(45deg);*/
  transform: rotate(90deg);
}

.multi-action .action-button.active.rotate-minus .icon {
  transform: rotate(-45deg);
}

.action-button.floating-action-top,
.multi-action.floating-action-top {
  z-index: 1080;
  top: 90px;
  left: 16px;
  position: fixed;
}

.action-button.floating-action-bottom,
.multi-action.floating-action-bottom {
  z-index: 1080;
  bottom: 20px;
  right: 20px;
  position: fixed;
}

.fadeInScaleAnimation {
  animation-name: fade-in-scale;
  animation-duration: 0.35s;
}

.fadeOutScaleAnimation {
  animation-name: fade-out-scale;
  animation-duration: 0.35s;
}

@keyframes fade-in-scale {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade-out-scale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#customer {
  z-index: 0;
}
#customer .tile-wide .icon, #customer .tile-large .icon, #customer .tile-app .icon {
  font-size: 20px !important;
  line-height: 20px !important;
}
#customer .panel {
  background-color: #ffffff !important;
}
#customer .tile-wide .branding-bar {
  font-size: 0.689rem !important;
  font-weight: 500 !important;
}
#customer .tile-wide {
  width: 220px !important;
  height: 80px !important;
}
#customer .tile-wide .badge-top {
  padding: 1px 1px !important;
  font-size: 15px !important;
  font-weight: bold !important;
}
#customer .tiles-grid .tile-wide {
  grid-column: span 3 !important;
  grid-row: span 2 !important;
}
#customer .tiles-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 70px) !important;
  grid-template-rows: repeat(auto-fit, 70px) !important;
  grid-gap: 7px !important;
}
#customer .transform-top, #customer .transform-bottom, #customer .transform-left, #customer .transform-right {
  transform: none !important;
}
#customer .tile-medium-disabled {
  color: currentColor !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  text-decoration: none !important;
}
#customer .isDisabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
#customer .panel {
  border: 1px solid #d2d2d2 !important;
  background-color: #00AFF0 !important;
}
#customer .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#customer .iconSetting {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
#customer .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

[ui-view].ng-enter {
  animation: fade-in 0.5s ease;
}

body {
  overflow: hidden;
}

#main-container-wrapper {
  overflow: auto !important;
  transition: 0.298s all;
}
#main-container-wrapper.shrink {
  margin-left: 280px;
  left: 0px !important;
}
#main-container-wrapper.unshrink {
  margin-left: 0px;
  left: 0px !important;
}
#main-container-wrapper #main-container {
  height: 100vh;
  overflow-y: auto !important;
  padding-top: 52px;
  flex: 1 1 0px;
}
#main-sidenav .ss_header_height {
  height: 190px !important;
}
#main-sidenav .ss_main_sidenav_menu {
  margin-bottom: 25% !important;
}
#main-sidenav .multiSS_main_sidenav_menu {
  margin-bottom: 35% !important;
}

[ui-view].ng-enter {
  animation: fade-in 0.5s ease;
}

body {
  overflow: hidden;
}

#main-container-wrapper {
  overflow: auto !important;
  transition: 0.298s all;
}
#main-container-wrapper.shrink {
  margin-left: 280px;
  left: 0px !important;
}
#main-container-wrapper.unshrink {
  margin-left: 0px;
  left: 0px !important;
}
#main-container-wrapper #main-container {
  height: 100vh;
  overflow-y: auto !important;
  padding-top: 52px;
  flex: 1 1 0px;
}
#main-sidenav .ss_header_height {
  height: 190px !important;
}
#main-sidenav .ss_main_sidenav_menu {
  margin-bottom: 25% !important;
}
#main-sidenav .multiSS_main_sidenav_menu {
  margin-bottom: 35% !important;
}

#page-login #login-user-name-input,
#page-login #login-password-input {
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}
#page-login .forgot-btn {
  margin-left: 54%;
  margin-top: 2%;
  color: #5555a1;
  font-weight: bold;
  cursor: pointer;
}

#dashboard .tile-large .tile-content {
  margin-top: 60px;
}
#dashboard .tile-large .large-tile-data {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
#dashboard .tile-large .branding-bar {
  top: 0 !important;
  height: 64px !important;
  line-height: 64px !important;
}
#dashboard .tile-large .branding-bar .icon {
  left: 30px !important;
}
#dashboard .tile-large .branding-bar .branding-bar-text {
  font-size: 32px;
  font-weight: bold;
  padding-left: 45px !important;
}
#dashboard .panel {
  background-color: #ffffff !important;
}
#dashboard .tile-medium {
  z-index: 0;
}
#dashboard .tile-medium .icon {
  max-width: 33%;
  height: 33%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 50px;
  line-height: 50px;
}
#dashboard .tile-medium .badge-top {
  background-color: transparent !important;
  font-weight: bold !important;
  font-size: 25px !important;
  top: 5px !important;
}
#dashboard .tile-medium a {
  color: #ffffff !important;
}
#dashboard .tile-medium .branding-bar-double-line {
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  line-height: 14px;
}
#dashboard .transform-top, #dashboard .transform-bottom, #dashboard .transform-left, #dashboard .transform-right {
  transform: none !important;
}
#dashboard .tile-medium-disabled {
  color: currentColor !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  text-decoration: none !important;
}
#dashboard .isDisabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
#dashboard .panel {
  border: 1px solid #d2d2d2 !important;
  background-color: #00AFF0 !important;
}
#dashboard .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#dashboard .iconSetting {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
#dashboard .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

#user-info #user-info-card {
  margin-top: 90px;
  position: relative;
}
#user-info #user-info-card .user-company-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 100px;
}
@media only screen and (max-width: 740px) {
  #user-info #user-info-card .user-company-logo {
    position: static !important;
    max-width: 80px !important;
    padding-right: 10px;
    padding-top: 10px;
  }
}
#user-info #user-info-card .user-avatar-container {
  flex-basis: 30%;
}
#user-info #user-info-card .user-avatar-container .user-avatar-image {
  max-height: 100%;
  max-width: 100%;
  margin: auto !important;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 100%;
}
#user-info #user-info-card .user-avatar-container .default-avatar-container {
  background-color: transparent;
  text-align: center;
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin: auto;
}
#user-info #user-info-card .user-avatar-container .default-avatar {
  padding: 10px;
  font-size: calc(2em + 10vmin);
  font-weight: bold;
  background-color: #ddd;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#user-info #user-info-card .user-info-container {
  flex-basis: 70%;
}

.skuDropdown {
  color: black;
  font-weight: 400;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
}
.skuDropdown small {
  color: #A9A9A9;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skuDropdown .qty_right {
  color: #A9A9A9;
  float: right;
}

#sales-orders {
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
#sales-orders .bottom-pagination-bar,
#sales-orders .table {
  min-width: 1232px !important;
}
#sales-orders .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#sales-orders .collapsedExpand {
  display: block !important;
}
#sales-orders .background-color {
  background-color: #ffffff !important;
}
#sales-orders .order_classification_legend_marker {
  border-radius: 50%;
  top: 1px;
  width: 15px !important;
  height: 15px !important;
}
#sales-orders .bg-pastelRed {
  background-color: rgba(255, 0, 0, 0.25);
}
#sales-orders .bg-pastelLime {
  background-color: rgba(0, 255, 0, 0.25);
}
#sales-orders .bg-pastelBlue {
  background-color: rgba(0, 0, 255, 0.25);
}
#sales-orders .bg-pastelTeal {
  background-color: rgba(0, 100, 100, 0.25);
}
#sales-orders .bg-pastelAmber {
  background-color: rgba(255, 100, 0, 0.25);
}
#sales-orders .bg-pastelYellow {
  background-color: rgba(255, 255, 0, 0.25);
}
#sales-orders .bg-pastelPurple {
  background-color: rgba(252, 119, 255, 0.25);
}
#sales-orders .bg-pastelLightBlue {
  background-color: rgba(8, 218, 255, 0.25);
}
#sales-orders .bg-pastelLightPink {
  background-color: rgba(224, 0, 78, 0.25);
}
#sales-orders .spoils_badge {
  z-index: 0;
}
#sales-orders .strikeout {
  text-decoration: line-through;
}
#sales-orders .tooltip {
  position: relative;
  display: inline-block;
}
#sales-orders .tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  right: 105%;
  white-space: nowrap;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
#sales-orders .tooltip:hover .tooltiptext {
  visibility: visible;
}
@media only screen and (min-width: 769px) {
  #sales-orders .table thead th {
    padding: 0.35rem !important;
  }
  #sales-orders .table tbody td {
    padding: 0.35rem !important;
  }
}
@media only screen and (max-width: 425px) {
  #sales-orders {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #sales-orders {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #sales-orders .bottom-pagination-bar, #sales-orders .table {
    min-width: 249.6px !important;
  }
  #sales-orders td:nth-of-type(1):before {
    content: "Number";
  }
  #sales-orders td:nth-of-type(2):before {
    content: "Customer Ref. No.";
  }
  #sales-orders td:nth-of-type(3):before {
    content: "Consumer Reference";
  }
  #sales-orders td:nth-of-type(4):before {
    content: "Order Type";
  }
  #sales-orders td:nth-of-type(5):before {
    content: "Total Garments (with number spoilt)";
  }
  #sales-orders td:nth-of-type(6):before {
    content: "Customer";
  }
  #sales-orders td:nth-of-type(7):before {
    content: "Post Code";
  }
  #sales-orders td:nth-of-type(8):before {
    content: "Created Date";
  }
  #sales-orders td:nth-of-type(9):before {
    content: "Accepted Date";
  }
  #sales-orders td:nth-of-type(10):before {
    content: "SLA Date";
  }
  #sales-orders td:nth-of-type(11):before {
    content: "Dispatch Date";
  }
  #sales-orders td:nth-of-type(12):before {
    content: "Status";
  }
  #sales-orders td:nth-of-type(13):before {
    content: "Order Status";
  }
  #sales-orders td:nth-of-type(14):before {
    content: "Shipping Code";
  }
  #sales-orders td:nth-of-type(15):before {
    content: "Tracking";
    text-align: left;
  }
}

#fact-sales-order-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

.details-modal {
  background-color: #0061ba !important;
}
.details-modal button {
  background-color: #0061ba !important;
}

.delete-modal {
  background-color: #CE352C !important;
}
.delete-modal button {
  background-color: #CE352C !important;
}

.update-modal {
  background-color: #5ebdec !important;
}
.update-modal button {
  background-color: #5ebdec !important;
}

.create-modal {
  background-color: #60a917 !important;
}
.create-modal button {
  background-color: #60a917 !important;
}

.ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
  width: 80% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1452px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
  width: 50% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
  width: 55% !important;
}

@media only screen and (max-width: 1200px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 55% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
  width: 40% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 425px), (min-device-width: 2000px) {
  .cell-xxl-md-1 {
    width: 100% !important;
  }
}
#purchase-order {
  max-height: 100%;
  overflow: auto;
}
#purchase-order .bottom-pagination-bar, #purchase-order .table {
  min-width: 816.8px !important;
}
#purchase-order .collapsedExpand {
  display: block !important;
}
#purchase-order .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#purchase-order .button-cross {
  background-color: white;
  border: 1px solid #0b5394 !important;
  border-left: 0;
  height: 36px;
}
#purchase-order button:focus {
  box-shadow: none !important;
}
@media only screen and (max-width: 425px), (max-device-width: 425px) {
  #purchase-order {
    padding-top: 30px;
  }
  #purchase-order .bottom-pagination-bar, #purchase-order .table {
    min-width: 249.6px !important;
  }
}
@media only screen and (max-width: 983px) {
  #purchase-order .bottom-pagination-bar, #purchase-order .table {
    min-width: 929px !important;
  }
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  #purchase-order {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #purchase-order .bottom-pagination-bar, #purchase-order .table {
    min-width: 249.6px !important;
  }
  #purchase-order td:nth-of-type(1):before {
    content: "Number";
  }
  #purchase-order td:nth-of-type(2):before {
    content: "Vendor Order No.";
  }
  #purchase-order td:nth-of-type(3):before {
    content: "Customer Order No.";
  }
  #purchase-order td:nth-of-type(4):before {
    content: "Created Date";
  }
  #purchase-order td:nth-of-type(5):before {
    content: "Total Qty.";
  }
  #purchase-order td:nth-of-type(6):before {
    content: "Status";
  }
  #purchase-order td:nth-of-type(7):before {
    content: "Ship To";
  }
}

#fact-purchase-order-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

@media only screen and (max-width: 768px), (max-device-width: 768px) {
  #booked_in_asns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #booked_in_asns .bottom-pagination-bar, #booked_in_asns .table {
    min-width: 249.6px !important;
  }
  #booked_in_asns td:nth-of-type(1):before {
    content: "Number";
  }
  #booked_in_asns td:nth-of-type(2):before {
    content: "ASN No.";
  }
  #booked_in_asns td:nth-of-type(3):before {
    content: "Vendor Ref. No.";
  }
  #booked_in_asns td:nth-of-type(4):before {
    content: "Customer Ref. No.";
  }
  #booked_in_asns td:nth-of-type(5):before {
    content: "Posting Date";
  }
  #booked_in_asns td:nth-of-type(6):before {
    content: "Total Order Qty.";
  }
  #booked_in_asns td:nth-of-type(7):before {
    content: "Total Put Away Qty.";
  }
  #booked_in_asns td:nth-of-type(8):before {
    content: "Status";
  }
  #booked_in_asns td:nth-of-type(9):before {
    content: "Warehouse Receipt No.";
  }
}

#items {
  max-height: 100%;
  overflow: auto;
}
#items .bottom-pagination-bar, #items .table {
  min-width: 753px !important;
}
#items .collapsedExpand {
  display: block !important;
}
#items button:focus {
  box-shadow: none !important;
}
#items .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#items .quantity_marker {
  border-radius: 25%;
  top: 1px;
  width: 15px !important;
  height: 15px !important;
}
#items .wrapName {
  width: 63%;
  word-wrap: break-word;
  white-space: unset;
  text-align: right;
}
@media only screen and (max-width: 425px), (max-device-width: 425px) {
  #items {
    padding-top: 30px;
  }
  #items .bottom-pagination-bar, #items .table {
    min-width: 249.6px !important;
  }
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  #items {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* Force table to not be like tables anymore */
  }
  #items .bottom-pagination-bar, #items .table {
    min-width: 249.6px !important;
  }
  #items td:nth-of-type(1):before {
    content: "Number";
  }
  #items td:nth-of-type(2):before {
    content: "SKU";
  }
  #items td:nth-of-type(3):before {
    content: "Name";
  }
  #items td:nth-of-type(4):before {
    content: "Quantity";
  }
  #items td:nth-of-type(5):before {
    content: "Qty. In Progress";
  }
  #items td:nth-of-type(6):before {
    content: "ASN Qty.";
  }
  #items td:nth-of-type(7):before {
    content: "Production Order Qty.";
  }
  #items td:nth-of-type(8):before {
    content: "Last updated";
  }
}

#fact-item-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

#incidents {
  max-height: 100%;
  overflow: auto;
}
#incidents .collapsedExpand {
  display: block !important;
}
#incidents .bottom-pagination-bar, #incidents .table {
  min-width: 994px !important;
}
#incidents .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#incidents .button-cross {
  background-color: white;
  border: 1px solid #0b5394 !important;
  border-left: 0;
  height: 36px;
}
#incidents .incident_status_legend_marker {
  border-radius: 50%;
  top: 1px;
  width: 15px !important;
  height: 15px !important;
}
#incidents .bg-pastelRed {
  background-color: rgba(255, 0, 0, 0.25);
}
#incidents .bg-pastelLime {
  background-color: rgba(0, 255, 0, 0.25);
}
#incidents .bg-pastelAmber {
  background-color: rgba(255, 100, 0, 0.25);
}
#incidents .wrapName {
  width: 56%;
  word-wrap: break-word;
  white-space: unset;
  text-align: right;
}
@media only screen and (max-width: 425px), (max-device-width: 425px) {
  #incidents {
    padding-top: 30px;
  }
  #incidents .bottom-pagination-bar, #incidents .table {
    min-width: 204px !important;
  }
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  #incidents {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #incidents .bottom-pagination-bar, #incidents .table {
    min-width: 204px !important;
  }
  #incidents td:nth-of-type(1):before {
    content: "Number";
  }
  #incidents td:nth-of-type(2):before {
    content: "Created Date";
  }
  #incidents td:nth-of-type(3):before {
    content: "Modified Date Time";
  }
  #incidents td:nth-of-type(4):before {
    content: "Related to";
  }
  #incidents td:nth-of-type(5):before {
    content: "Order Number";
  }
  #incidents td:nth-of-type(6):before {
    content: "Reference";
  }
  #incidents td:nth-of-type(7):before {
    content: "No. of Garments";
  }
  #incidents td:nth-of-type(8):before {
    content: "Type";
  }
  #incidents td:nth-of-type(9):before {
    content: "Status";
  }
}

#fact-incident-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

#admin-users .collapsedExpand {
  display: block !important;
}
#admin-users .user-card {
  transition: 0.2s all;
}
#admin-users .user-card .user-card-inner {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1200px) {
  #admin-users .user-card {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 1200px) {
  #admin-users .user-card {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 992px) {
  #admin-users .user-card {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #admin-users .user-card {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  #admin-users .user-card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#admin-users .user-card .user-avatar-section {
  height: 80px;
  padding: 3px;
}
#admin-users .user-card .user-avatar-section .user-avatar-image {
  background-color: #fff;
  border: 1px solid #dee2e6;
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  margin: auto;
}
#admin-users .user-card .user-avatar-section .default-avatar {
  padding: 10px;
  font-size: calc(0.75em + 2.25vmin);
  font-weight: bold;
  background-color: #ddd;
  display: block;
  min-width: calc(10px + 4rem);
  height: 100%;
  border-radius: 50%;
  margin: auto;
}
#admin-users .user-card .user-info-section {
  flex-basis: 70%;
}
#admin-users .user-card.small-card {
  flex-basis: 33% !important;
  max-width: 33% !important;
}
#admin-users .user-card.medium-card {
  flex-basis: 50% !important;
  max-width: 50% !important;
}
#admin-users .user-card.large-card {
  flex-basis: 100% !important;
  max-width: 100% !important;
}
#admin-users .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#admin-users .user-list-heading {
  padding: 5px;
}
#admin-users .user-list-heading .filter-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#admin-users .user-list-heading .filter-section .form-group {
  margin-top: 0;
  padding-top: 0;
}
#admin-users .user-list-heading .filter-section .filter-label {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-left: 7px;
  font-size: 14px;
}
#admin-users .user-list-heading .filter-section .filter-section-label {
  margin-right: 10px;
}
#admin-users .fade.ng-enter {
  transition: 0.25s linear all;
  opacity: 0;
}
#admin-users .fade.ng-enter.ng-enter-active {
  opacity: 1;
}
#admin-users .inpWid {
  width: 20% !important;
  margin-right: 1% !important;
}

.ngdialog {
  z-index: 50;
}

.selected {
  z-index: 0;
  box-shadow: 0 0 0 4px #0b5394 !important;
}

.selected::after {
  border-top: 28px solid #0b5394 !important;
}

.header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}

#admin-user-add .subChildDiv, #admin-user-edit .subChildDiv {
  margin: 2%;
}
#admin-user-add .subChildSection, #admin-user-edit .subChildSection {
  background-color: #e3e3e3;
  padding-left: 2%;
  margin-top: 2%;
}
#admin-user-add .sep-div, #admin-user-edit .sep-div {
  max-width: 87% !important;
}
#admin-user-add .disabled, #admin-user-edit .disabled {
  pointer-events: unset !important;
  color: unset !important;
}
#admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li div, #admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li div {
  border: unset !important;
}

#admin-company-details .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#admin-company-details #admin-company-details-card {
  margin-top: 90px;
  position: relative;
}
#admin-company-details #admin-company-details-card .company-logo-container {
  flex-basis: 30%;
  text-align: center;
}
#admin-company-details #admin-company-details-card .company-logo-container .company-logo-image {
  max-height: 100%;
  max-width: 100%;
  margin: auto !important;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 100%;
}
#admin-company-details #admin-company-details-card .admin-company-details-container {
  flex-basis: 70%;
}

#super-admin-users {
  font-family: "Segoe UI", Helvetica, sans-serif !important;
}
#super-admin-users .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#super-admin-users .ngdialog {
  z-index: 50;
}
#super-admin-users .selected {
  z-index: 0;
  box-shadow: 0 0 0 4px #0b5394 !important;
}
#super-admin-users .collapsedExpand {
  display: block !important;
}
#super-admin-users .selected::after {
  border-top: 28px solid #0b5394 !important;
}
#super-admin-users .shortcut.info.outline {
  color: #0b5394 !important;
  border-color: #0b5394 !important;
}
#super-admin-users .shortcut.info.outline:hover {
  color: white !important;
  background-color: #0b5394 !important;
}
#super-admin-users .shortcut.info:focus,
#super-admin-users .shortcut.info.outline:focus {
  box-shadow: rgba(11, 83, 148, 0.45) !important;
}
#super-admin-users .user-card {
  transition: 0.2s all;
}
#super-admin-users .user-card .user-card-inner {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  transition: 0.2s all;
}
@media screen and (min-width: 1200px) {
  #super-admin-users .user-card {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 1200px) {
  #super-admin-users .user-card {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 992px) {
  #super-admin-users .user-card {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #super-admin-users .user-card {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  #super-admin-users .user-card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#super-admin-users .user-card .user-avatar-section {
  height: 80px;
  padding: 3px;
}
#super-admin-users .user-card .user-avatar-section .user-avatar-image {
  background-color: #fff;
  border: 1px solid #dee2e6;
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  margin: auto;
}
#super-admin-users .user-card .user-avatar-section .default-avatar {
  padding: 10px;
  font-size: calc(0.75em + 2.25vmin);
  font-weight: bold;
  background-color: #ddd;
  display: block;
  min-width: calc(10px + 4rem);
  height: 100%;
  border-radius: 50%;
  margin: auto;
}
#super-admin-users .user-card .user-info-section {
  flex-basis: 70%;
}
#super-admin-users .user-card.small-card {
  flex-basis: 33% !important;
  max-width: 33% !important;
}
#super-admin-users .user-card.medium-card {
  flex-basis: 50% !important;
  max-width: 50% !important;
}
#super-admin-users .user-card.large-card {
  flex-basis: 100% !important;
  max-width: 100% !important;
}
#super-admin-users .user-list-heading {
  padding: 5px;
}
#super-admin-users .fade.ng-enter {
  transition: 0.25s linear all;
  opacity: 0;
}
#super-admin-users .fade.ng-enter.ng-enter-active {
  opacity: 1;
}
#super-admin-users .inpWid1 {
  width: 23% !important;
  margin-right: 1% !important;
  margin-left: 1% !important;
}

#super-admin-user-add .panel .panel-title .dropdown-toggle::before, #super-admin-user-edit .panel .panel-title .dropdown-toggle::before {
  border-color: black;
}
#super-admin-user-add .panel, #super-admin-user-edit .panel {
  background-color: #f5f5f5;
  color: #464646;
  margin: 1px;
  margin-top: 0px;
}
#super-admin-user-add .disabled, #super-admin-user-edit .disabled {
  pointer-events: unset !important;
  color: unset !important;
}
#super-admin-user-add .sep-div, #super-admin-user-edit .sep-div {
  max-width: 87% !important;
}
#super-admin-user-add .subChildDiv, #super-admin-user-edit .subChildDiv {
  margin: 2%;
}
#super-admin-user-add .subChildSection, #super-admin-user-edit .subChildSection {
  background-color: #e3e3e3;
  padding-left: 2%;
  margin-top: 2%;
}
#super-admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li div, #super-admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li div {
  border: unset !important;
}

#super-admin-states {
  /* another styles for parent_li immediate span children */
  /* hide arrow for immediate children */
}
#super-admin-states .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#super-admin-states .ngdialog {
  z-index: 50;
}
#super-admin-states .tile-wide {
  height: 180px !important;
}
#super-admin-states .state-tile {
  height: 40px !important;
  width: 40px !important;
}
#super-admin-states .selected {
  z-index: 0;
  outline: 5px solid #000044 !important;
  border-color: 1px solid #000044 !important;
}
#super-admin-states .selected::before {
  border-color: white !important;
}
#super-admin-states .selected::after {
  border-top: 28px solid #000044 !important;
}
#super-admin-states .tile-small .badge-bottom {
  background-color: transparent !important;
  bottom: 0px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
#super-admin-states md-list {
  padding: 0px;
}
#super-admin-states md-list .parent-state-item {
  min-height: 60px;
  height: 60px;
}
#super-admin-states md-list .parent-state-item .md-list-item-inner {
  min-height: 60px;
  height: 60px;
  padding: 0px;
}
#super-admin-states md-list .parent-state-permissions-container ul {
  padding: 0px !important;
}
#super-admin-states md-list .parent-state-permissions-container .child-permission {
  min-height: 35px;
  height: 35px;
  font-size: 0.85em;
}
#super-admin-states md-list .parent-state-permissions-container .child-permission .md-list-item-inner {
  min-height: 35px;
  height: 35px;
  padding: 0px;
  padding-left: 5%;
}
#super-admin-states md-list .child-state-item {
  transition: height 0.3s;
  height: auto;
  min-height: 45px;
  height: 45px;
  font-size: 0.85em;
}
#super-admin-states md-list .child-state-item .md-list-item-inner {
  min-height: 45px;
  height: 45px;
  padding: 0px;
  padding-left: 5%;
}
#super-admin-states md-list .parent-state-permission-item {
  overflow: hidden;
  transition: height 0.3s;
  position: relative;
  background: #fbfbfb;
  font-size: 0.8em;
}
#super-admin-states md-list .parent-state-permission-item md-list-item {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
#super-admin-states md-list .parent-state-permission-item md-checkbox {
  margin-left: 10px;
}
#super-admin-states md-list .child-state-permission-item-container {
  overflow: hidden;
  transition: height 0.3s;
  position: relative;
  font-size: 0.85em;
}
#super-admin-states md-list .child-state-permission-item-container md-list-item {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
#super-admin-states md-list .child-state-permission-item-container md-checkbox {
  margin-left: 10px;
}
#super-admin-states md-list .child-state-permission-item-container .child-permission {
  min-height: 35px;
  height: 35px;
  font-size: 0.85em;
}
#super-admin-states md-list .child-state-permission-item-container .child-permission .md-list-item-inner {
  min-height: 35px;
  height: 35px;
  padding: 0px;
  padding-left: 5%;
}
#super-admin-states .child-state-permission-item-container {
  overflow: hidden;
  transition: height 0.3s;
}
#super-admin-states .child-state-permission-item-container .child-permission {
  min-height: 35px;
  height: 35px;
  font-size: 0.85em;
  border: 1px solid #ececec;
  color: black;
}
#super-admin-states .child-state-permission-item-container .child-permission .md-list-item-inner {
  min-height: 35px;
  height: 35px;
  padding: 0px;
  padding-left: 5%;
}
#super-admin-states .type-states {
  overflow: hidden;
  transition: height 0.3s;
}
#super-admin-states .collapsed-icon {
  transition: 0.3s all;
}
#super-admin-states .collapsed-icon.down {
  transform: rotate(180deg);
}
#super-admin-states .collapsed-icon.up {
  transform: rotate(0deg);
}
#super-admin-states .collapsed-icon.animate {
  transition: 0.2s linear;
}
#super-admin-states .tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#super-admin-states .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
#super-admin-states .tree li::before,
#super-admin-states .tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}
#super-admin-states .tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
}
#super-admin-states .tree li::after {
  box-sizing: border-box;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-bottom-left-radius: 10px;
  height: 25px;
  top: 0px;
  width: 25px;
}
#super-admin-states .tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}
#super-admin-states .tree li.parent_li > span {
  cursor: pointer;
}
#super-admin-states .tree > ul > li::before,
#super-admin-states .tree > ul > li::after {
  border: 0;
}
#super-admin-states .tree li:last-child::before {
  height: 14px;
}
#super-admin-states .tree li:not(.parent_li) span {
  position: relative;
}
#super-admin-states .tree li span:before {
  content: "";
  position: absolute;
  /* border-width - 1px */
  left: -4px;
  bottom: calc(50% - 4px);
  border-color: transparent;
  border-left-color: #999;
  border-style: inherit;
  border-width: 4px;
}
#super-admin-states .tree li.parent_li > span:before {
  bottom: initial;
  left: 2px;
  top: 20.5px;
}
#super-admin-states .tree > ul > li > span:before {
  display: none;
}
#super-admin-states .tree li.parent_li > span:hover,
#super-admin-states .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}

#user-type-states-edit .subChildDiv {
  margin: 2%;
}
#user-type-states-edit .subChildSection {
  background-color: #e3e3e3;
  padding-left: 2%;
  margin-top: 2%;
}

#super-admin-permissions {
  font-family: "Segoe UI", Helvetica, sans-serif;
}
#super-admin-permissions .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#super-admin-permissions .ngdialog {
  z-index: 50;
}
#super-admin-permissions table {
  font-size: 18px;
}

#qc-test .collapsedExpand {
  display: block !important;
}
#qc-test .bottom-pagination-bar, #qc-test .table {
  min-width: 1215px !important;
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  #qc-test .bottom-pagination-bar, #qc-test .table {
    min-width: 350px !important;
  }
  #qc-test td:nth-of-type(1):before {
    content: "Test Code";
  }
  #qc-test td:nth-of-type(2):before {
    content: "Order Number";
  }
  #qc-test td:nth-of-type(3):before {
    content: "Date & Time Created";
  }
  #qc-test td:nth-of-type(4):before {
    content: "Description";
  }
  #qc-test td:nth-of-type(5):before {
    content: "Created By";
  }
  #qc-test td:nth-of-type(6):before {
    content: "Status";
  }
}

#digitise-vectorise .collapsedExpand {
  display: block !important;
}
#digitise-vectorise .digitisation_order_list_table {
  height: -moz-fit-content;
  height: fit-content;
}
#digitise-vectorise .digitisation_order_list_table th {
  padding: 0.375rem;
}
#digitise-vectorise .digitisation_order_list_table td {
  height: 44px !important;
  padding: 0.375rem;
}
#digitise-vectorise #image_to_digitize_input {
  visibility: hidden;
  display: none;
}
#digitise-vectorise .bottom-pagination-bar, #digitise-vectorise .table {
  min-width: 958.4px !important;
}
#digitise-vectorise .uploaded_image_container {
  max-height: 100%;
  max-width: 100%;
  display: block !important;
}
#digitise-vectorise .uploaded_image_container .uploaded_image {
  max-height: 100% !important;
  max-width: 100%;
}
#digitise-vectorise .spinner-button:hover {
  background-color: transparent;
}
#digitise-vectorise .digi_order_card:hover {
  background-color: #eeeeee;
  cursor: help;
}
#digitise-vectorise .timeout_warning_badge {
  z-index: 0;
  right: 2px;
}
#digitise-vectorise .processing_badge {
  margin-top: 2.5px;
  height: 36px !important;
  width: 36px !important;
  cursor: not-allowed;
}
#digitise-vectorise .processing_badge .mif-dialpad {
  margin-top: 5px;
}
#digitise-vectorise .closed_badge {
  top: 1px;
}
#digitise-vectorise .wrapName {
  width: 52%;
  word-wrap: break-word;
  white-space: unset;
  text-align: right;
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  #digitise-vectorise {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* Force table to not be like tables anymore */
  }
  #digitise-vectorise .bottom-pagination-bar, #digitise-vectorise .table {
    min-width: 204px !important;
  }
  #digitise-vectorise td:nth-of-type(1):before {
    content: "Order No.";
  }
  #digitise-vectorise td:nth-of-type(2):before {
    content: "Customer Name";
  }
  #digitise-vectorise td:nth-of-type(3):before {
    content: "Post Code";
  }
  #digitise-vectorise td:nth-of-type(4):before {
    content: "Country";
  }
  #digitise-vectorise td:nth-of-type(5):before {
    content: "Contact";
  }
  #digitise-vectorise td:nth-of-type(6):before {
    content: "Date";
  }
  #digitise-vectorise td:nth-of-type(7):before {
    content: "Status";
  }
  #digitise-vectorise td:nth-of-type(8):before {
    content: "Type";
  }
  #digitise-vectorise td:nth-of-type(9):before {
    content: "Digitiser Status";
  }
  #digitise-vectorise td:nth-of-type(10):before {
    content: "Your Ref.";
  }
}

#edit-consumer-approval .add_language_button {
  height: 70px !important;
  width: 70px !important;
}
#edit-consumer-approval .deleting_language_text_section {
  color: lightgray;
}
#edit-consumer-approval .deleting_language_details_section {
  opacity: 0.35;
}
#edit-consumer-approval .mspgothic {
  font-family: "MS PGothic" !important;
}
#edit-consumer-approval .segoe {
  font-family: "Segoe UI" !important;
}
#edit-consumer-approval .page_title_smaller_text h1 {
  font-size: 40px !important;
}
#edit-consumer-approval .asitemp_wysiwyg p {
  margin-bottom: 10px;
}

.skuDropdown {
  color: black;
  font-weight: 400;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
}
.skuDropdown small {
  color: #A9A9A9;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skuDropdown .qty_right {
  color: #A9A9A9;
  float: right;
}

#FailedSales-orders .table-container {
  max-width: 100%;
  overflow-x: auto;
}
#FailedSales-orders .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#FailedSales-orders .collapsedExpand {
  display: block !important;
}
#FailedSales-orders .background-color {
  background-color: #ffffff !important;
}
#FailedSales-orders .logo_personalisation_line_badge {
  top: 0px;
}
@media only screen and (max-width: 425px) {
  #FailedSales-orders {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #FailedSales-orders {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #FailedSales-orders .bottom-pagination-bar, #FailedSales-orders .table {
    min-width: 249.6px !important;
  }
  #FailedSales-orders td:nth-of-type(1):before {
    content: "Order Number";
  }
  #FailedSales-orders td:nth-of-type(2):before {
    content: "Reference Number";
  }
  #FailedSales-orders td:nth-of-type(3):before {
    content: "Shipment Name";
  }
  #FailedSales-orders td:nth-of-type(4):before {
    content: "Order Type";
  }
  #FailedSales-orders td:nth-of-type(5):before {
    content: "Created Date & Time";
  }
  #FailedSales-orders td:nth-of-type(6):before {
    content: "Order Date";
  }
  #FailedSales-orders td:nth-of-type(7):before {
    content: "No. of Garments";
  }
  #FailedSales-orders td:nth-of-type(8):before {
    content: "No. of Lines";
  }
  #FailedSales-orders td:nth-of-type(9):before {
    color: white;
    content: "Status";
  }
  #FailedSales-orders td:nth-of-type(9) {
    color: white;
  }
}

#fact-sales-order-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

.details-modal {
  background-color: #0061ba !important;
}
.details-modal button {
  background-color: #0061ba !important;
}

.delete-modal {
  background-color: #CE352C !important;
}
.delete-modal button {
  background-color: #CE352C !important;
}

.update-modal {
  background-color: #5ebdec !important;
}
.update-modal button {
  background-color: #5ebdec !important;
}

.create-modal {
  background-color: #60a917 !important;
}
.create-modal button {
  background-color: #60a917 !important;
}

.ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
  width: 80% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1452px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
  width: 50% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
  width: 55% !important;
}

@media only screen and (max-width: 1200px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 55% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
  width: 40% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 425px), (min-device-width: 2000px) {
  .cell-xxl-md-1 {
    width: 100% !important;
  }
}
.skuDropdown {
  color: black;
  font-weight: 400;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
}
.skuDropdown small {
  color: #A9A9A9;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skuDropdown .qty_right {
  color: #A9A9A9;
  float: right;
}

#failed_asns {
  /*.list_page_filter_input_select {
    margin-top: 6px;
    height: 38px
  }*/
}
#failed_asns .bottom-pagination-bar,
#failed_asns .table {
  min-width: 1232px !important;
}
#failed_asns .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#failed_asns .collapsedExpand {
  display: block !important;
}
#failed_asns .background-color {
  background-color: #ffffff !important;
}
@media only screen and (max-width: 425px) {
  #failed_asns {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #failed_asns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #failed_asns .bottom-pagination-bar, #failed_asns .table {
    min-width: 249.6px !important;
  }
  #failed_asns td:nth-of-type(1):before {
    content: "Customer Order ID";
  }
  #failed_asns td:nth-of-type(2):before {
    content: "Supplier Order ID";
  }
  #failed_asns td:nth-of-type(3):before {
    content: "Supplier";
  }
  #failed_asns td:nth-of-type(4):before {
    content: "Order Type";
  }
  #failed_asns td:nth-of-type(5):before {
    content: "Created Date & Time";
  }
  #failed_asns td:nth-of-type(6):before {
    content: "Order Date";
  }
  #failed_asns td:nth-of-type(7):before {
    content: "No. of Garments";
  }
  #failed_asns td:nth-of-type(8):before {
    content: "No. of Lines";
  }
  #failed_asns td:nth-of-type(9):before {
    color: white;
    content: "Status";
  }
  #failed_asns td:nth-of-type(9) {
    color: white;
  }
}

#fact-failedASN-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

.details-modal {
  background-color: #0061ba !important;
}
.details-modal button {
  background-color: #0061ba !important;
}

.delete-modal {
  background-color: #CE352C !important;
}
.delete-modal button {
  background-color: #CE352C !important;
}

.update-modal {
  background-color: #5ebdec !important;
}
.update-modal button {
  background-color: #5ebdec !important;
}

.create-modal {
  background-color: #60a917 !important;
}
.create-modal button {
  background-color: #60a917 !important;
}

.ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
  width: 80% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1452px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
  width: 50% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
  width: 55% !important;
}

@media only screen and (max-width: 1200px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 55% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
  width: 40% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 425px), (min-device-width: 2000px) {
  .cell-xxl-md-1 {
    width: 100% !important;
  }
}
#items-notinstock {
  max-height: 100%;
  overflow: auto;
}
#items-notinstock .bottom-pagination-bar, #items-notinstock .table {
  min-width: 753px !important;
}
#items-notinstock .collapsedExpand {
  display: block !important;
}
#items-notinstock button:focus {
  box-shadow: none !important;
}
#items-notinstock .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
@media only screen and (max-width: 425px), (max-device-width: 425px) {
  #items-notinstock {
    padding-top: 30px;
  }
  #items-notinstock .bottom-pagination-bar, #items-notinstock .table {
    min-width: 249.6px !important;
  }
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  #items-notinstock {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* Force table to not be like tables anymore */
  }
  #items-notinstock .bottom-pagination-bar, #items-notinstock .table {
    min-width: 249.6px !important;
  }
  #items-notinstock td:nth-of-type(1):before {
    content: "Order Number";
  }
  #items-notinstock td:nth-of-type(2):before {
    content: "Line No";
  }
  #items-notinstock td:nth-of-type(3):before {
    content: "Buying Ref";
  }
  #items-notinstock td:nth-of-type(4):before {
    content: "SKU";
  }
  #items-notinstock td:nth-of-type(5):before {
    content: "Description";
  }
  #items-notinstock td:nth-of-type(6):before {
    content: "Inventory";
  }
  #items-notinstock td:nth-of-type(7):before {
    content: "Ship Bin";
  }
  #items-notinstock td:nth-of-type(8):before {
    content: "Available";
  }
  #items-notinstock td:nth-of-type(9):before {
    content: "Required";
  }
  #items-notinstock td:nth-of-type(10):before {
    content: "Status";
  }
}

#fact-item-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

#sales-notinstock .bottom-pagination-bar, #sales-notinstock .table {
  min-width: 928px !important;
}
#sales-notinstock .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#sales-notinstock .collapsedExpand {
  display: block !important;
}
#sales-notinstock .background-color {
  background-color: #ffffff !important;
}
@media only screen and (max-width: 425px) {
  #sales-notinstock {
    padding-top: 30px;
  }
  #sales-notinstock .bottom-pagination-bar, #sales-notinstock .table {
    min-width: 249.6px !important;
  }
}
@media only screen and (max-width: 768px) {
  #sales-notinstock {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #sales-notinstock .bottom-pagination-bar, #sales-notinstock .table {
    min-width: 249.6px !important;
  }
  #sales-notinstock td:nth-of-type(1):before {
    content: "Order Number";
  }
  #sales-notinstock td:nth-of-type(2):before {
    content: "Reference";
  }
  #sales-notinstock td:nth-of-type(3):before {
    content: "Order Type";
  }
  #sales-notinstock td:nth-of-type(4):before {
    content: "Customer";
  }
  #sales-notinstock td:nth-of-type(5):before {
    content: "Created Date";
  }
  #sales-notinstock td:nth-of-type(6):before {
    content: "Status";
  }
}

#fact-sales-order-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

.details-modal {
  background-color: #0061ba !important;
}
.details-modal button {
  background-color: #0061ba !important;
}

.delete-modal {
  background-color: #CE352C !important;
}
.delete-modal button {
  background-color: #CE352C !important;
}

.update-modal {
  background-color: #5ebdec !important;
}
.update-modal button {
  background-color: #5ebdec !important;
}

.create-modal {
  background-color: #60a917 !important;
}
.create-modal button {
  background-color: #60a917 !important;
}

.ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
  width: 80% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1452px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
  width: 50% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
  width: 55% !important;
}

@media only screen and (max-width: 1200px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 55% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
  width: 40% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 425px), (min-device-width: 2000px) {
  .cell-xxl-md-1 {
    width: 100% !important;
  }
}
.skuDropdown {
  color: black;
  font-weight: 400;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
}
.skuDropdown small {
  color: #A9A9A9;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skuDropdown .qty_right {
  color: #A9A9A9;
  float: right;
}

#sales-returns .bottom-pagination-bar,
#sales-returns .table {
  min-width: 1232px !important;
}
#sales-returns .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#sales-returns .collapsedExpand {
  display: block !important;
}
#sales-returns .background-color {
  background-color: #ffffff !important;
}
@media only screen and (max-width: 425px) {
  #sales-returns {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #sales-returns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #sales-returns .bottom-pagination-bar, #sales-returns .table {
    min-width: 249.6px !important;
  }
  #sales-returns td:nth-of-type(1):before {
    content: "Number";
  }
  #sales-returns td:nth-of-type(2):before {
    content: "Reference";
  }
  #sales-returns td:nth-of-type(3):before {
    content: "Entry Type";
  }
  #sales-returns td:nth-of-type(4):before {
    content: "Document Type";
  }
  #sales-returns td:nth-of-type(5):before {
    content: "Posting Date";
  }
  #sales-returns td:nth-of-type(6):before {
    content: "Customer";
  }
}

#fact-sales-order-detail .fact-box-column .header .header-title {
  color: #0b5394 !important;
}

.details-modal {
  background-color: #0061ba !important;
}
.details-modal button {
  background-color: #0061ba !important;
}

.delete-modal {
  background-color: #CE352C !important;
}
.delete-modal button {
  background-color: #CE352C !important;
}

.update-modal {
  background-color: #5ebdec !important;
}
.update-modal button {
  background-color: #5ebdec !important;
}

.create-modal {
  background-color: #60a917 !important;
}
.create-modal button {
  background-color: #60a917 !important;
}

.ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
  width: 80% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-70 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1452px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 70% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-item .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
  width: 50% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-50 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
  width: 55% !important;
}

@media only screen and (max-width: 1200px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 55% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
  width: 40% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-40 .ngdialog-content {
    width: 100% !important;
  }
}
.ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 80% !important;
  }
}
@media only screen and (max-width: 425px) {
  .ngdialog.ngdialog-theme-default.custom-width-30-logo .ngdialog-content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 425px), (min-device-width: 2000px) {
  .cell-xxl-md-1 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  #failed-deliveries {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #failed-deliveries .bottom-pagination-bar, #failed-deliveries .table {
    min-width: 204px !important;
  }
  #failed-deliveries td:nth-of-type(1):before {
    content: "Number";
  }
  #failed-deliveries td:nth-of-type(2):before {
    content: "Reference";
  }
  #failed-deliveries td:nth-of-type(3):before {
    content: "No. of Packages";
  }
  #failed-deliveries td:nth-of-type(4):before {
    content: "Customer";
  }
  #failed-deliveries td:nth-of-type(5):before {
    content: "Post code";
  }
  #failed-deliveries td:nth-of-type(6):before {
    content: "Returned Undelivered Date";
  }
  #failed-deliveries td:nth-of-type(7):before {
    content: "Order Status";
  }
  #failed-deliveries td:nth-of-type(8):before {
    content: "Shipment Status";
  }
  #failed-deliveries td:nth-of-type(9):before {
    content: "Shipping Code";
  }
  #failed-deliveries td:nth-of-type(10):before {
    content: "Tracking";
  }
}
#failed-deliveries .wrapName {
  width: 59%;
  word-wrap: break-word;
  white-space: unset;
  text-align: right;
}

#user-change-avatar #user-avatar-input {
  visibility: hidden;
  display: none;
}
#user-change-avatar .cropArea {
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 350px;
  position: relative;
}
#user-change-avatar .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
#user-change-avatar .img-uploaded {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
#user-change-avatar .img-cropped {
  max-width: 200px;
  margin: 0 auto;
}

#user-change-password .ngdialog-content {
  padding: 0px !important;
  margin-top: 0px !important;
}
#user-change-password .header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
#user-change-password .user-change-password-inputs {
  margin-right: 9px !important;
}

/*SSP-3187-3715 HP 27-09-2022 Setup  background-image to deal with white logo*/
#sales-order-details {
  /*SSP-3187-3715 HP 27-09-2022 Setup  background-image to deal with white logo*/
  /*SSP-4216-4233 HP 29-08-2023*/
}
#sales-order-details #country_select_div .select-input {
  padding-left: 0;
}
#sales-order-details .truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sales-order-details .button.primary.mini.square.outline,
#sales-order-details .button.warning.mini.square {
  margin-right: 9.5px !important;
}
#sales-order-details input[type=text],
#sales-order-details select,
#sales-order-details input,
#sales-order-details .select,
#sales-order-details .input {
  box-shadow: none !important;
  border: none !important;
}
#sales-order-details input {
  padding-left: 1px !important;
}
#sales-order-details .action-button {
  border-radius: 0 !important;
}
#sales-order-details .img-container img {
  width: 120px !important;
  background-image: linear-gradient(45deg, #ededed 25%, transparent 25%, transparent 75%, #ededed 75%), linear-gradient(45deg, #ededed 25%, #FFFFFF 25%, #FFFFFF 75%, #ededed 75%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 10px;
}
#sales-order-details .red-border-bottom {
  border: 1px solid #ef0036 !important;
  border-bottom: 1px solid #ef0036 !important;
}
#sales-order-details .bg-pastelRed {
  background-color: rgba(255, 0, 0, 0.25);
}
#sales-order-details .order-header {
  color: #000000 !important;
}
#sales-order-details .order-header input[type=text],
#sales-order-details .order-header input,
#sales-order-details .order-header select,
#sales-order-details .order-header .input {
  background-color: #ffffff;
  font-size: 15px !important;
  color: #000000 !important;
}
#sales-order-details .order-header .select input {
  border: none !important;
}
#sales-order-details .order-header .select .input {
  border: 1px solid #d2d2d2 !important;
}
#sales-order-details .order-header .select .disabled {
  background-color: transparent !important;
}
#sales-order-details .order-header .select.disabled {
  cursor: not-allowed !important;
  border: 1px solid #ebebeb !important;
  background-color: #e9e9e9;
}
#sales-order-details .order-header .bg-light-hover:hover {
  background-color: #cce1ff !important;
}
#sales-order-details .order-header .panel-border {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #d2d2d2 !important;
}
#sales-order-details .order-header .panel-border-last {
  box-shadow: none !important;
  border: none !important;
}
#sales-order-details .order-header .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#sales-order-details .order-header .header-border-bottom {
  border-bottom: 1px solid #d2d2d2;
}
#sales-order-details .order-header p {
  font-size: 15px !important;
}
#sales-order-details .order-header .CIInput {
  border: 1px solid #efefef !important;
}
#sales-order-details .opacity5 {
  opacity: 0.5 !important;
}
#sales-order-details .modal-footer {
  border-top: 1px solid #d2d2d2 !important;
}
#sales-order-details .order-lines #design_line_clone {
  position: absolute !important;
  z-index: 10 !important;
}
#sales-order-details .order-lines #design_line_clone .drop-shadow {
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
}
#sales-order-details .order-lines input[type=text],
#sales-order-details .order-lines input,
#sales-order-details .order-lines select,
#sales-order-details .order-lines .input {
  background-color: #f5f5f5 !important;
  font-weight: bold !important;
  color: #000000 !important;
  font-size: 14px !important;
  padding-left: 1px !important;
}
#sales-order-details .order-lines .btn-circle {
  position: absolute !important;
  top: -47px !important;
  right: -11px !important;
  z-index: 1 !important;
}
#sales-order-details .order-lines .select input {
  border: none !important;
}
#sales-order-details .order-lines .select .input {
  border: 1px solid #d2d2d2 !important;
}
#sales-order-details .order-lines .select-input {
  padding-left: 0 !important;
}
#sales-order-details .order-lines .select.disabled {
  cursor: not-allowed !important;
  border: none !important;
  background-color: #f5f5f5 !important;
  color: black !important;
  font-weight: bold;
}
#sales-order-details .order-lines .select.disabled.dropdown-toggle:before {
  border-color: #f5f5f5 !important;
}
#sales-order-details .order-lines .bg-grayWhite-hover {
  background-color: #f5f5f5 !important;
}
#sales-order-details .order-lines .bg-grayWhite-hover .dropdown-toggle {
  background-color: #f5f5f5 !important;
  padding-right: 5px;
}
#sales-order-details .order-lines .bg-grayWhite-hover:hover {
  background-color: #cce1ff !important;
}
#sales-order-details .order-lines .bg-grayWhite-hover:hover .dropdown-toggle {
  background-color: #ffffff !important;
  padding-right: 5px;
}
#sales-order-details .order-lines .bg-grayWhite-hover:hover input[type=text],
#sales-order-details .order-lines .bg-grayWhite-hover:hover select,
#sales-order-details .order-lines .bg-grayWhite-hover:hover input {
  background-color: #ffffff !important;
}
#sales-order-details .order-lines .bg-grayWhite-hover:hover input[type=text]:hover,
#sales-order-details .order-lines .bg-grayWhite-hover:hover select:hover,
#sales-order-details .order-lines .bg-grayWhite-hover:hover input:hover {
  background-color: #ffffff !important;
}
#sales-order-details .order-lines .bg-lineGray-focus {
  background-color: #f8f8f8;
}
#sales-order-details .order-lines .bg-lineGray-focus input[type=text] {
  background-color: #ffffff !important;
}
#sales-order-details .order-lines .bg-lineGray-focus .dropdown-toggle {
  background-color: #ffffff !important;
  padding-right: 5px;
}
#sales-order-details .order-lines .select input {
  font-size: 14px !important;
  font-weight: bold;
}
#sales-order-details .order-lines .d-menu li a,
#sales-order-details .order-lines .v-menu li a {
  padding: 0 2rem 0 1.5rem !important;
}
#sales-order-details .order-lines .select-input {
  font-size: 14px !important;
  font-weight: bold;
}
#sales-order-details .order-lines .cell-md-3,
#sales-order-details .order-lines .cell-md-2,
#sales-order-details .order-lines .cell-md-7,
#sales-order-details .order-lines .cell-md-6 {
  padding: 0 5px !important;
}
#sales-order-details .order-lines .order-designs {
  background-color: #ffffff !important;
  font-weight: bold;
}
#sales-order-details .order-lines .order-designs .button {
  font-size: 12px !important;
  line-height: 0 !important;
}
#sales-order-details .incidents .upload-logo-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  #sales-order-details .history {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  #sales-order-details .history table,
  #sales-order-details .history thead,
  #sales-order-details .history tbody,
  #sales-order-details .history th,
  #sales-order-details .history td,
  #sales-order-details .history tr {
    display: block;
  }
  #sales-order-details .history table tbody {
    overflow: auto;
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */
  }
  #sales-order-details .history thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #sales-order-details .history tr {
    margin: 0 0 1rem 0;
  }
  #sales-order-details .history tr:nth-child(odd) {
    border: 2px solid #0b5394;
    margin: 5px;
  }
  #sales-order-details .history tr:nth-child(even) {
    border: 2px solid #0b5394;
    margin: 5px;
  }
  #sales-order-details .history td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #sales-order-details .history td:nth-child(odd) {
    background: #f5f5f5;
  }
  #sales-order-details .history td:nth-child(even) {
    background: #ffffff;
  }
  #sales-order-details .history td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #sales-order-details .history td:nth-of-type(1):before {
    content: "Date";
  }
  #sales-order-details .history td:nth-of-type(2):before {
    content: "Modify By";
  }
  #sales-order-details .history td:nth-of-type(3):before {
    content: "Status";
  }
}
#sales-order-details .history .table thead,
#sales-order-details .history .table tfoot {
  border: 0 !important;
}
#sales-order-details #sku-picker input {
  outline: none !important;
}

#sales-order-design .logoSize img {
  width: auto;
  max-height: 50vh;
}
#sales-order-design .stopsquish {
  width: auto;
  max-width: 100rem;
  max-height: 2.75rem;
  height: 2.75rem;
  margin-right: 10px;
}
#sales-order-design .stopsquish img {
  max-height: 100%;
  max-width: 150px;
  min-height: 0;
}
#sales-order-design .footer-border {
  border-top: 1px solid #d2d2d2 !important;
}
#sales-order-design .card-header .name {
  margin-left: 1.375rem !important;
}
#sales-order-design .card-header .avatar {
  width: 6.75rem !important;
  height: 3.75rem !important;
  margin-top: 10px !important;
}
#sales-order-design .img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#sales-order-design .template-icon {
  position: absolute;
  top: 0;
  right: 0;
}
#sales-order-design input[type=text], #sales-order-design select, #sales-order-design input, #sales-order-design .select, #sales-order-design .input {
  box-shadow: none !important;
}
#sales-order-design .input {
  outline: 1px #d9d9d9 solid !important;
  border: none !important;
  height: 40px;
}
#sales-order-design .input input {
  height: 100%;
}
#sales-order-design .input button {
  height: 100%;
}
#sales-order-design .newLogo_container {
  width: 100px;
}
#sales-order-design .custom-w-87 {
  width: 87% !important;
}
#sales-order-design .custom-w-77 {
  width: 77% !important;
}
#sales-order-design .main-flex-image-container {
  display: flex;
  align-content: center;
  justify-content: center;
  min-width: 180px;
  width: 180px;
  max-width: 180px;
  max-height: 200px;
  height: 200px;
  min-height: 200px;
}
#sales-order-design .main-flex-image-container img {
  align-self: center;
  max-width: 90%;
  max-height: 90%;
}
#sales-order-design .design-dropdown-li {
  height: 80px;
}
#sales-order-design .design-dropdown-li .dropdown-flex-image-container {
  display: flex;
  align-content: center;
  justify-content: center;
  min-height: 80px;
  max-height: 80px;
  height: 80px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
#sales-order-design .design-dropdown-li .dropdown-flex-image-container img {
  align-self: center;
  max-width: 85%;
  max-height: 85%;
}
#sales-order-design .prepend {
  padding: 0.5rem 0.75rem;
  background-color: #f8f8f8 !important;
  border-right: 1px solid #d9d9d9;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 24px;
  color: #444;
}

.dt_designPanelHeader {
  font-size: 0.9em;
  padding: 5px;
}

.dt_panelHeadColour {
  background-color: #6d8dab;
}

.dt_dropper-fixedInputHeight_textprint {
  height: 55px;
  position: relative;
}

.zHeight5 {
  z-index: 5;
}

.dt_dropper-dropdown-content {
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
}

.dt_dropper-dropdown-content ul {
  color: black;
  padding: 10px 5px 0 0;
  text-decoration: none;
  display: block;
}

.dt_dropper-dropdown-content ul li {
  text-decoration: none;
  padding-top: 4px;
  display: block;
  font-size: 1em;
}

.dt_dropper-dropdown-content li:hover {
  background-color: #ddd;
}

.dt_colourbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  margin-right: 5px;
}

.dt_design_background_colour {
  outline: none !important;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: none !important;
  opacity: 0.01;
}

#sales-order-design-update .logoSize img {
  width: auto;
  max-height: 45vh;
}
#sales-order-design-update .stopsquish {
  width: auto;
  max-width: 100rem;
  max-height: 2.75rem;
  height: 2.75rem;
  margin-right: 10px;
}
#sales-order-design-update .stopsquish img {
  max-height: 100%;
  max-width: 150px;
  min-height: 0;
}
#sales-order-design-update input[type=text], #sales-order-design-update select, #sales-order-design-update input, #sales-order-design-update .select, #sales-order-design-update .input {
  box-shadow: none !important;
  border: none !important;
  padding-left: 2px !important;
}
#sales-order-design-update .select {
  border: 1px solid #0b5394 !important;
  box-shadow: none !important;
}
#sales-order-design-update .select .input {
  border: 1px solid #0b5394 !important;
  box-shadow: none !important;
}
#sales-order-design-update input[type=text], #sales-order-design-update select, #sales-order-design-update input, #sales-order-design-update .select, #sales-order-design-update .input {
  border-bottom: 1px solid #0b5394 !important;
}
#sales-order-design-update .footer-border {
  border-top: 1px solid #d2d2d2 !important;
}
#sales-order-design-update .card-header .date {
  margin-left: 3.375rem !important;
}
#sales-order-design-update .card-header .name {
  margin-left: 3.375rem !important;
}
#sales-order-design-update .img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#sales-order-design-update .opacity5 {
  opacity: 0.5;
}

/*SSP-3187-3715 HP 27-09-2022 Setup  background-image to deal with white logo*/
#sales-order-create {
  /*SSP-3187-3715 HP 27-09-2022 Setup  background-image to deal with white logo*/
}
#sales-order-create #design_line_clone {
  position: absolute !important;
  z-index: 10 !important;
}
#sales-order-create #design_line_clone .drop-shadow {
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
}
#sales-order-create input[type=text], #sales-order-create select, #sales-order-create input, #sales-order-create .select, #sales-order-create .input {
  box-shadow: none !important;
  border: none !important;
  padding-left: 2px !important;
}
#sales-order-create .edit_address_button {
  height: 1.39875rem !important;
  width: 1.39875rem !important;
}
#sales-order-create .action-button {
  border-radius: 0 !important;
}
#sales-order-create .opacity5 {
  opacity: 0.5 !important;
}
#sales-order-create .img-container img {
  width: 40% !important;
  max-width: 40% !important;
  height: 40% !important;
}
#sales-order-create .order-designs {
  background-color: #ffffff !important;
  font-weight: bold;
}
#sales-order-create .img-container img {
  width: 120px !important;
  background-image: linear-gradient(45deg, #ededed 25%, transparent 25%, transparent 75%, #ededed 75%), linear-gradient(45deg, #ededed 25%, #FFFFFF 25%, #FFFFFF 75%, #ededed 75%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 10px;
}
#sales-order-create .order-header .select {
  border-bottom: 1px solid #d2cfcf !important;
}
#sales-order-create .order-header .select input {
  border: none !important;
}
#sales-order-create .order-header .select .input {
  border: 1px solid #d2cfcf !important;
}
#sales-order-create .order-header .input {
  border-bottom: 1px solid #d2cfcf !important;
}
#sales-order-create .order-header .bg-light-hover:hover {
  background-color: #cce1ff !important;
}
#sales-order-create .order-header .panel-border {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #d2d2d2 !important;
}
#sales-order-create .order-header .panel-border-last {
  box-shadow: none !important;
  border: none !important;
}
#sales-order-create .order-header .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#sales-order-create .order-header #country_select_div .select-input {
  padding-left: 0;
}
#sales-order-create .order-header .CIInput {
  border: 1px solid #e8e8e8 !important;
}
#sales-order-create .order-lines .d-menu li a, #sales-order-create .order-lines .v-menu li a {
  padding: 0 2rem 0 0.5rem !important;
}
#sales-order-create .order-lines input[type=text], #sales-order-create .order-lines input, #sales-order-create .order-lines select, #sales-order-create .order-lines .input {
  font-weight: bold !important;
  color: #000000 !important;
  font-size: 14px !important;
  padding-left: 1px !important;
}
#sales-order-create .order-lines .input .button:hover {
  background-color: #ffffff !important;
}
#sales-order-create .order-lines .btn-circle {
  position: absolute !important;
  top: -44px !important;
  right: -5px !important;
  z-index: 1 !important;
}
#sales-order-create .order-lines .select input {
  border: none !important;
}
#sales-order-create .order-lines .select .input {
  border: 1px solid #d2d2d2 !important;
}
#sales-order-create .order-lines .select-input {
  padding-left: 0 !important;
}
#sales-order-create .order-lines .select.disabled {
  cursor: not-allowed !important;
  border: none !important;
  background-color: #f5f5f5 !important;
  color: black !important;
  font-weight: bold;
}
#sales-order-create .order-lines .select.disabled.dropdown-toggle:before {
  border-color: #f5f5f5 !important;
}
#sales-order-create .order-lines .bg-grayWhite-hover {
  background-color: #f5f5f5 !important;
}
#sales-order-create .order-lines .bg-grayWhite-hover .dropdown-toggle {
  background-color: #f5f5f5 !important;
  padding-right: 5px;
}
#sales-order-create .order-lines .bg-grayWhite-hover:hover {
  background-color: #cce1ff !important;
}
#sales-order-create .order-lines .bg-grayWhite-hover:hover .dropdown-toggle {
  background-color: #ffffff !important;
  padding-right: 5px;
}
#sales-order-create .order-lines .bg-grayWhite-hover:hover input[type=text], #sales-order-create .order-lines .bg-grayWhite-hover:hover select, #sales-order-create .order-lines .bg-grayWhite-hover:hover input {
  background-color: #ffffff !important;
}
#sales-order-create .order-lines .bg-grayWhite-hover:hover input[type=text]:hover, #sales-order-create .order-lines .bg-grayWhite-hover:hover select:hover, #sales-order-create .order-lines .bg-grayWhite-hover:hover input:hover {
  background-color: #ffffff !important;
}
#sales-order-create .order-lines .bg-lineGray-focus {
  background-color: #f8f8f8;
}
#sales-order-create .order-lines .bg-lineGray-focus input[type=text] {
  background-color: #ffffff !important;
}
#sales-order-create .order-lines .bg-lineGray-focus .dropdown-toggle {
  background-color: #ffffff !important;
  padding-right: 5px;
}
#sales-order-create .order-lines .select input {
  font-size: 14px !important;
  font-weight: bold;
}
#sales-order-create .order-lines .d-menu li a, #sales-order-create .order-lines .v-menu li a {
  padding: 0 2rem 0 1.5rem !important;
}
#sales-order-create .order-lines .select-input {
  font-size: 14px !important;
  font-weight: bold;
}
#sales-order-create .order-lines .cell-md-3, #sales-order-create .order-lines .cell-md-2, #sales-order-create .order-lines .cell-md-6, #sales-order-create .order-lines .cell-md-4, #sales-order-create .order-lines .cell-md-1 {
  padding: 0 5px !important;
}
#sales-order-create .order-lines .order-designs {
  background-color: #ffffff !important;
  font-weight: bold;
}
#sales-order-create .order-lines .order-designs .button {
  width: 25px !important;
  height: 25px !important;
  font-size: 12px !important;
  line-height: 0 !important;
}
#sales-order-create .order-lines .add_logo_button:hover,
#sales-order-create .order-lines .add_logo_button:focus {
  box-shadow: 0 0 0 3px rgba(3, 159, 167, 0.45);
}
#sales-order-create .order-lines .remove_line_button:hover,
#sales-order-create .order-lines .remove_line_button:focus {
  box-shadow: 0 0 0 3px rgba(205, 56, 48, 0.45) !important;
}
#sales-order-create .item_select_dropdown_other {
  padding: 0 2rem 0 1.5rem;
  color: rgb(11, 83, 148);
  font-size: 14px;
}
#sales-order-create .item_select_dropdown_other:hover {
  color: white;
}

#sales-order-create .order-lines .d-menu li a, #sales-order-create .order-lines .v-menu li a {
  padding: 0 2rem 0 0.5rem !important;
}

/*SSP-3187-3715 HP 27-09-2022 Setup  background-image to deal with white logo*/
#sales-order-line-add-logo {
  /*SSP-3187-3715 HP 27-09-2022 Setup  background-image to deal with white logo*/
}
#sales-order-line-add-logo .logoSize img {
  width: auto;
  max-height: 45vh;
}
#sales-order-line-add-logo .img-container img {
  width: 120px !important;
  background-image: linear-gradient(45deg, #ededed 25%, transparent 25%, transparent 75%, #ededed 75%), linear-gradient(45deg, #ededed 25%, #FFFFFF 25%, #FFFFFF 75%, #ededed 75%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 10px;
}
#sales-order-line-add-logo.loading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
#sales-order-line-add-logo .stopsquish {
  width: auto;
  max-width: 100rem;
  max-height: 2.75rem;
  height: 2.75rem;
  margin-right: 10px;
}
#sales-order-line-add-logo .stopsquish img {
  max-height: 100%;
  max-width: 150px;
  min-height: 0;
}
#sales-order-line-add-logo input[type=text], #sales-order-line-add-logo select, #sales-order-line-add-logo input, #sales-order-line-add-logo .select, #sales-order-line-add-logo .input {
  box-shadow: none !important;
}
#sales-order-line-add-logo .input {
  outline: 1px #d9d9d9 solid !important;
  border: none !important;
  height: 40px;
}
#sales-order-line-add-logo .input input {
  height: 100%;
}
#sales-order-line-add-logo .input button {
  height: 100%;
}
#sales-order-line-add-logo .select {
  border: 1px solid #0b5394 !important;
  box-shadow: none !important;
}
#sales-order-line-add-logo .select .input {
  border: 1px solid #0b5394 !important;
}
#sales-order-line-add-logo .footer-border {
  border-top: 1px solid #d2d2d2 !important;
}
#sales-order-line-add-logo .card-header img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
  padding: 10px;
}
#sales-order-line-add-logo .img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#sales-order-line-add-logo .template-icon {
  position: absolute;
  top: 0;
  right: 0;
}
#sales-order-line-add-logo .prepend {
  padding: 0.5rem 0.75rem;
  background-color: #f8f8f8 !important;
  border-right: 1px solid #d9d9d9;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 24px;
  color: #444;
}

#sales-faq .panel {
  border: none !important;
  background-color: #00AFF0 !important;
}
#sales-faq .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#sales-faq .modal-footer {
  border-top: 1px solid #d2d2d2 !important;
}
#sales-faq p {
  font-size: 15px !important;
}

#sales-order-query input[type=text], #sales-order-query select, #sales-order-query input, #sales-order-query .select, #sales-order-query .input {
  box-shadow: none !important;
  border: none !important;
  padding-left: 2px !important;
}
#sales-order-query .textarea {
  border-color: #d2d2d2 !important;
  box-shadow: none !important;
  min-height: 200px !important;
}
#sales-order-query .order-header .select {
  border-bottom: 1px solid #0b5394 !important;
}
#sales-order-query .order-header .select input {
  border: none !important;
}
#sales-order-query .order-header .select .input {
  border: 1px solid #0b5394 !important;
}
#sales-order-query .order-header .input {
  border-bottom: 1px solid #0b5394 !important;
}
#sales-order-query .default-avatar-container {
  background-color: transparent;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin: auto;
}
#sales-order-query .default-avatar {
  padding: 8px;
  font-size: 25px !important;
  font-weight: bold;
  background-color: #ddd;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#sales-order-query .img-container.thumbnail .title {
  font-size: 0.8rem !important;
  line-height: 1;
}
#sales-order-query .truncate-text {
  display: block;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#sales-order-query .img-container .image-overlay {
  padding: 0.9em !important;
}
#sales-order-query .command-button {
  padding: 0 !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}
#sales-order-query .command-button .caption, #sales-order-query .image-button .caption {
  margin: 0.8rem !important;
  margin-left: 0.4rem !important;
  text-align: center !important;
}
#sales-order-query .command-button.warning.outline {
  color: #0061ba !important;
  border-color: #0061ba !important;
}
#sales-order-query .img-container .command-button .icon {
  font-size: 1rem !important;
}
#sales-order-query .img-container .command-button .iconFont {
  font-size: 2rem !important;
}
#sales-order-query .img-container .command-button .caption {
  margin-left: 0.1rem !important;
  text-align: center !important;
}
#sales-order-query .command-button .img-container .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 0.275rem !important;
  line-height: 1rem;
  padding: 2em;
  background-color: rgba(27, 161, 226, 0.7);
  color: #ffffff;
  text-align: center;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}
#sales-order-query .img-container .image-overlay {
  font-size: 0.275rem !important;
}
#sales-order-query .img-container .image-overlay .icon {
  position: absolute;
  font-size: 1rem !important;
  bottom: 30%;
  top: 30%;
  left: 30%;
  right: 30%;
}
#sales-order-query .iconText:before {
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#sales-order-query .iconExcel:before {
  content: "\f1c3";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#sales-order-query .iconPdf:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#sales-order-query .iconDoc:before {
  content: "\f1c9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#sales-order-query .iconImage:before {
  content: "\f1c5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}

/*SSP-3187-3715 HP 27-09-2022 Setup  background-image to deal with white logo*/
.mobile-90 .ng-dialog-content {
  width: 95% !important;
}

.failed-sales-input-hint {
  transition: 5s ease-in-out !important;
  padding: 0 !important;
}
.failed-sales-input-hint.resolved {
  text-decoration: line-through;
}

#failed-sales-order-details {
  overflow: hidden;
  transition: 0.2s ease-in-out;
  /*SSP-3187-3715 HP 27-09-2022 Setup  background-image to deal with white logo*/
}
#failed-sales-order-details.loading {
  opacity: 0.5;
}
#failed-sales-order-details .img-container img {
  width: 120px !important;
  background-image: linear-gradient(45deg, #ededed 25%, transparent 25%, transparent 75%, #ededed 75%), linear-gradient(45deg, #ededed 25%, #FFFFFF 25%, #FFFFFF 75%, #ededed 75%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 10px;
}
#failed-sales-order-details .modal-fader {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.2;
  background-color: black;
  transition: 0.2s ease-in-out;
}
#failed-sales-order-details .modal-fader.hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  #failed-sales-order-details {
    font-size: 0.9em;
  }
  #failed-sales-order-details input, #failed-sales-order-details select {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  #failed-sales-order-details {
    font-size: 0.8em;
    max-height: 90vh;
    overflow: auto;
  }
  #failed-sales-order-details input, #failed-sales-order-details select {
    font-size: 0.8em;
  }
}
#failed-sales-order-details form {
  position: unset;
}
#failed-sales-order-details form .calendar-picker {
  border: none !important;
}
#failed-sales-order-details form .calendar-picker input {
  height: 36px;
  margin-top: -1px;
}
#failed-sales-order-details form .calendar-picker button {
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: -1px;
  height: 36px;
}
#failed-sales-order-details form .hasError {
  outline: 1px solid #ff4d4d !important;
  background-color: snow;
}
#failed-sales-order-details form .hasWarning {
  outline: 1px solid #ffdb99 !important;
  background-color: #fffbf5;
}
#failed-sales-order-details form .line-error-outline {
  outline: 2px solid indianred;
  box-shadow: 2px 2px 5px 0 indianred;
  transition: 0.2s ease-in-out;
}
#failed-sales-order-details form input, #failed-sales-order-details form select {
  border: 1px solid #efefef !important;
  transition: 0.2s;
}
#failed-sales-order-details form input:hover, #failed-sales-order-details form select:hover {
  border-color: #bcbcbc !important;
}
#failed-sales-order-details form input.hasError, #failed-sales-order-details form select.hasError {
  outline: 1px solid #ff4d4d;
  background-color: white;
}
#failed-sales-order-details form input.hasWarning, #failed-sales-order-details form select.hasWarning {
  outline: 1px solid #ffdb99;
}
#failed-sales-order-details form input.ng-invalid, #failed-sales-order-details form select.ng-invalid {
  outline: 1px solid #ff4d4d !important;
  background-color: snow;
}
#failed-sales-order-details form input.ng-invalid-required, #failed-sales-order-details form select.ng-invalid-required {
  outline: 1px solid #ff4d4d;
  background-color: snow;
}
#failed-sales-order-details .hidden {
  display: none;
}
#failed-sales-order-details #order-header b {
  vertical-align: text-bottom;
}
#failed-sales-order-details .modal-body {
  position: relative;
  max-height: 70vh;
  overflow: auto;
  scroll-behavior: smooth;
  will-change: scroll-position;
}
@media screen and (max-width: 992px) {
  #failed-sales-order-details .modal-body {
    max-height: 65vh;
  }
}
#failed-sales-order-details #order-lines .line-header-container-static {
  min-height: 174px;
}
#failed-sales-order-details #order-lines .line-header-container-static.category-line {
  min-height: 232px;
}
@media screen and (max-width: 992px) {
  #failed-sales-order-details #order-lines .line-header-container-static {
    min-height: 693px;
  }
  #failed-sales-order-details #order-lines .line-header-container-static.category-line {
    min-height: 751px;
  }
}
#failed-sales-order-details #order-lines .line-header {
  background-color: #e8e8e8 !important;
  height: 58px;
}
#failed-sales-order-details #order-lines .line-header .line-header-content {
  height: 100%;
}
#failed-sales-order-details #order-lines .line-header .line-header-content .line-input-wrapper {
  flex: 1;
}
#failed-sales-order-details #order-lines .line-header .line-header-content .line-input-wrapper .description-input-mobile {
  max-width: 100%;
}
#failed-sales-order-details #order-lines .line-header .line-header-content .line-input-wrapper:nth-child(1), #failed-sales-order-details #order-lines .line-header .line-header-content .line-input-wrapper:nth-child(4) {
  max-width: 100px;
}
#failed-sales-order-details #order-lines .line-header .line-header-content .line-input-wrapper:nth-child(3) {
  flex-basis: 40%;
}
#failed-sales-order-details #order-lines .line-header .line-header-content .line-input-wrapper input {
  height: 25px;
  background: #f0f0f0 !important;
  border-color: #dbdbdb !important;
}
#failed-sales-order-details #order-lines .line-header .description-input-mobile {
  min-width: 100%;
}
#failed-sales-order-details #order-lines .line-header .description-input-mobile .line-input-wrapper {
  max-width: 100% !important;
}
#failed-sales-order-details #order-lines .line-header .line-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-right: 1px solid #dbdbdb;
}
#failed-sales-order-details #order-lines .line-header .line-icon span {
  font-size: 1.5em;
}
@media screen and (max-width: 992px) {
  #failed-sales-order-details #order-lines .line-header {
    flex-wrap: wrap;
    height: auto;
    font-size: 0.85em;
  }
  #failed-sales-order-details #order-lines .line-header .line-header-content {
    flex: 1;
  }
}
@media screen and (max-width: 992px) {
  #failed-sales-order-details #order-lines .line-header .utility-buttons {
    min-width: 60px;
    padding-top: 35px;
  }
  #failed-sales-order-details #order-lines .line-header .utility-buttons button {
    height: 25px !important;
    width: 25px !important;
    line-height: 25px;
    font-size: 0.7em;
  }
}
#failed-sales-order-details #order-lines .line-header input {
  font-weight: bold;
  background: #f0f0f0 !important;
  border-color: #dbdbdb !important;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  #failed-sales-order-details #order-lines .line-header input {
    font-size: 0.7em;
  }
}
#failed-sales-order-details #order-lines .line-content {
  background-color: whitesmoke !important;
  height: 116px;
}
@media screen and (max-width: 992px) {
  #failed-sales-order-details #order-lines .line-content {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #failed-sales-order-details #order-lines .line-content {
    height: auto;
  }
}
#failed-sales-order-details #order-lines .line-content .line-content-optional, #failed-sales-order-details #order-lines .line-content .line-content-international {
  height: 58px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 992px) {
  #failed-sales-order-details #order-lines .line-content .line-content-optional, #failed-sales-order-details #order-lines .line-content .line-content-international {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #failed-sales-order-details #order-lines .line-content .line-content-optional, #failed-sales-order-details #order-lines .line-content .line-content-international {
    height: auto;
    min-height: 293px !important;
  }
  #failed-sales-order-details #order-lines .line-content .line-content-optional.line-content-category, #failed-sales-order-details #order-lines .line-content .line-content-international.line-content-category {
    min-height: 116px !important;
  }
}
#failed-sales-order-details #order-lines .line-content .line-content-optional .line-icon, #failed-sales-order-details #order-lines .line-content .line-content-international .line-icon {
  width: 58px;
  height: 58px;
  border-right: 1px solid #e2e2e2;
}
#failed-sales-order-details #order-lines .line-content .line-content-optional .line-icon span, #failed-sales-order-details #order-lines .line-content .line-content-international .line-icon span {
  font-size: 1.25em;
}
#failed-sales-order-details #order-lines .line-content .line-content-optional .line-input-wrapper, #failed-sales-order-details #order-lines .line-content .line-content-international .line-input-wrapper {
  flex: 1 !important;
  margin: 0 1% 1% 1%;
}
#failed-sales-order-details #order-lines .line-content .line-content-optional .line-input-wrapper input, #failed-sales-order-details #order-lines .line-content .line-content-international .line-input-wrapper input {
  background: white;
}
@media screen and (max-width: 992px) {
  #failed-sales-order-details #order-lines .line-content .line-content-optional .line-input-wrapper, #failed-sales-order-details #order-lines .line-content .line-content-international .line-input-wrapper {
    flex-basis: 48%;
    padding: 0 1% 1% 1%;
  }
}
@media screen and (max-width: 768px) {
  #failed-sales-order-details #order-lines .line-content .line-content-optional .line-input-wrapper, #failed-sales-order-details #order-lines .line-content .line-content-international .line-input-wrapper {
    flex: 1;
    padding: 0 1% 1% 1%;
  }
}
#failed-sales-order-details #order-lines .line-content .line-content-optional .line-input-wrapper input, #failed-sales-order-details #order-lines .line-content .line-content-optional .line-input-wrapper select, #failed-sales-order-details #order-lines .line-content .line-content-international .line-input-wrapper input, #failed-sales-order-details #order-lines .line-content .line-content-international .line-input-wrapper select {
  height: 25px;
  line-height: 20px;
  background: #fcfcfc !important;
  border-color: #e8e8e8 !important;
}
#failed-sales-order-details #order-lines .line-logos .logo-data-container {
  will-change: scroll-position;
  flex-grow: 0;
  flex-basis: 100%;
  height: 80px;
  transition: 0.2s ease-in-out;
  flex-wrap: wrap;
}
#failed-sales-order-details #order-lines .line-logos .logo-data-container:first-child {
  border-top: none !important;
}
#failed-sales-order-details #order-lines .line-logos .logo-data-container:hover {
  background: #f2f2f2;
  transition: 0.2s;
  cursor: pointer;
}
#failed-sales-order-details #order-lines .line-logos .logo-data-container.shrink {
  flex-basis: 85%;
}
#failed-sales-order-details #order-lines .line-logos .logo-data-container .lineInputFont {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#failed-sales-order-details #order-lines .line-logos .logo-data-container .logo-image-container {
  width: 80px;
  max-height: 100%;
  margin-left: 5px;
}
#failed-sales-order-details #order-lines .line-logos .logo-data-container .logo-image-container img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
  padding: 10px;
}
#failed-sales-order-details #order-lines .line-logos .logo-data-container .logo-image-container .dt_template {
  position: absolute;
  font-size: 1.6em;
  right: 0;
  top: 0;
  color: #6d8dab;
  opacity: 0.8;
}
#failed-sales-order-details #order-lines .line-logos .logo-data-container .logo-data {
  width: calc((97.5% - 85px) / 5);
}
@media screen and (max-width: 768px) {
  #failed-sales-order-details #order-lines .line-logos .logo-data-container {
    height: 180px;
  }
  #failed-sales-order-details #order-lines .line-logos .logo-data-container .logo-image-container, #failed-sales-order-details #order-lines .line-logos .logo-data-container .logo-data {
    width: 33.3333333333%;
    height: 80px;
    margin: 0;
  }
  #failed-sales-order-details #order-lines .line-logos .logo-data-container .lineInputFont {
    font-size: 0.65em;
  }
}
#failed-sales-order-details #order-lines .line-logos .logo-utility {
  transition: flex, height 0.2s;
  flex: 0;
  height: 0;
  overflow: hidden;
  will-change: flex, height;
}
#failed-sales-order-details #order-lines .line-logos .logo-utility.d-flex {
  display: flex !important;
}
#failed-sales-order-details #order-lines .line-logos .logo-utility button {
  position: unset !important;
}
#failed-sales-order-details #order-lines .line-logos .logo-utility.expanded {
  flex: 1;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #failed-sales-order-details #order-lines .line-logos .logo-utility.expanded {
    height: 160px;
  }
  #failed-sales-order-details #order-lines .line-logos .logo-utility.expanded button {
    margin-top: 10%;
  }
}
#failed-sales-order-details #order-lines .line-logos .logo_utility_button_section_chevron {
  position: absolute;
  height: 100%;
  right: 10px;
}
#failed-sales-order-details #order-lines .line-logos .logo_utility_button_section_chevron .icon {
  font-weight: bold;
}
#failed-sales-order-details #order-lines .line-logos .logo_utility_button_section_chevron:hover {
  background-color: #f2f2f2 !important;
}
#failed-sales-order-details #logo-copy-container {
  position: fixed;
  height: 120px;
  box-shadow: 0 3px 3px 2px rgba(189, 191, 45, 0.35);
  outline: 1px solid lightgray;
  transition: 0.2s ease-in-out;
  background-color: rgb(255, 242, 171);
}
#failed-sales-order-details #logo-copy-container.hide {
  opacity: 0;
  pointer-events: none;
}
#failed-sales-order-details #logo-copy-container button {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: #ffea78 !important;
}
#failed-sales-order-details #logo-copy-container button:hover {
  background: #ffe65f !important;
  cursor: pointer;
}
#failed-sales-order-details #logo-copy-container button .mif-cross:before {
  color: #444;
}
#failed-sales-order-details #logo-copy-container .logo-data-container {
  height: 100%;
}
#failed-sales-order-details #logo-copy-container .logo-data-container .logo-image-container, #failed-sales-order-details #logo-copy-container .logo-data-container .logo-data {
  flex: 16.6666666667%;
}
#failed-sales-order-details #logo-copy-container .logo-data-container .logo-image-container .lineInputFont, #failed-sales-order-details #logo-copy-container .logo-data-container .logo-data .lineInputFont {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#failed-sales-order-details #logo-copy-container .logo-data-container .logo-image-container {
  padding: 10px;
}
#failed-sales-order-details #logo-copy-container .logo-data-container .logo-image-container img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  #failed-sales-order-details #logo-copy-container {
    height: 160px;
  }
  #failed-sales-order-details #logo-copy-container .logo-data-container .logo-image-container, #failed-sales-order-details #logo-copy-container .logo-data-container .logo-data {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    height: 80px;
  }
}
#failed-sales-order-details #order-search-filter {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.55);
  height: 40px;
  z-index: 1;
  transition: 0.2s ease-in-out;
  will-change: height;
}
#failed-sales-order-details #order-search-filter b {
  font-size: 1.2em;
}
#failed-sales-order-details #order-search-filter.expanded {
  height: 50px;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.7);
}
#failed-sales-order-details #order-search-filter.expanded span {
  font-size: 1.15em;
}
#failed-sales-order-details #order-search-filter.expanded input {
  font-size: 1em;
  font-weight: bold;
}
#failed-sales-order-details #order-search-filter.expanded button {
  height: 50px;
  width: 50px;
  min-width: 50px;
}
#failed-sales-order-details #order-search-filter.expanded .filter-icon-container {
  height: 50px;
  width: 50px;
  min-width: 50px;
}
#failed-sales-order-details #order-search-filter .filter-icon-container {
  height: 40px;
  width: 40px;
  min-width: 40px;
  will-change: height, width;
}
#failed-sales-order-details #order-search-filter input {
  width: 100%;
  height: 100%;
  box-shadow: none;
  outline: none;
  border: none;
}
#failed-sales-order-details #order-search-filter button {
  height: 40px;
  width: 40px;
  min-width: 40px;
  margin-left: 1px;
  will-change: height, width;
  box-shadow: none;
  transition: 0.2s ease-in-out;
}
#failed-sales-order-details #order-search-filter button.filter-active-button {
  margin-left: 0;
  background-color: #e67e22;
}
#failed-sales-order-details #order-search-filter button.filter-active-button.shrinked {
  width: 0;
  min-width: 0;
  overflow: hidden;
}
#failed-sales-order-details #order-search-filter button.show-errors-only span {
  color: #444;
}
#failed-sales-order-details #order-search-filter button.show-errors-only.active {
  background-color: indianred;
}
#failed-sales-order-details #order-search-filter button.show-errors-only.active:hover {
  background-color: #a93434;
}
#failed-sales-order-details #order-search-filter button.show-errors-only.active span {
  color: white;
}

#failed-asn-details {
  /*input[type="text"],
  select,
  input,
  .select,
  .input {
    box-shadow: none !important;
    border: none !important;
  }
  input {
    padding-left: 1px !important;
  }*/
}
#failed-asn-details #country_select_div .select-input {
  padding-left: 0;
}
#failed-asn-details .skuDropdown {
  color: black;
  font-weight: 400;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
}
#failed-asn-details .skuDropdown small {
  color: #A9A9A9;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#failed-asn-details .skuDropdown .qty_right {
  color: #A9A9A9;
  float: right;
}
#failed-asn-details .superselectdropdownInput {
  height: 25px !important;
  padding: 0 4px 0 4px !important;
}
#failed-asn-details .breakit {
  word-break: break-all;
}
#failed-asn-details .lineInput {
  padding: 0 4px 0 4px !important;
  height: 25px !important;
  border: 5px solid #0000cc !important;
}
#failed-asn-details .lineInputFont {
  font-weight: 600;
}
#failed-asn-details .order-lines2 .btn-circle {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  z-index: 1 !important;
}
#failed-asn-details .order-lines2 .bg-light-hover:hover {
  background-color: #cce1ff !important;
}
#failed-asn-details .truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#failed-asn-details .button.primary.mini.square.outline,
#failed-asn-details .button.warning.mini.square {
  margin-right: 9.5px !important;
}
#failed-asn-details .action-button {
  border-radius: 0 !important;
}
#failed-asn-details .img-container img {
  width: 100px !important;
}
#failed-asn-details .red-border-bottom {
  border: 1px solid #ef0036 !important;
  border-bottom: 1px solid #ef0036 !important;
}
#failed-asn-details .order-header {
  color: #000000 !important;
}
#failed-asn-details .order-header input[type=text],
#failed-asn-details .order-header input,
#failed-asn-details .order-header select,
#failed-asn-details .order-header .input {
  background-color: #ffffff;
  font-size: 15px !important;
  color: #000000 !important;
}
#failed-asn-details .order-header .select input {
  border: none !important;
}
#failed-asn-details .order-header .select .input {
  border: 1px solid #d2d2d2 !important;
}
#failed-asn-details .order-header .select .disabled {
  background-color: transparent !important;
}
#failed-asn-details .order-header .select.disabled {
  cursor: not-allowed !important;
  border: 1px solid #ebebeb !important;
  background-color: #e9e9e9;
}
#failed-asn-details .order-header .bg-light-hover:hover {
  background-color: #cce1ff !important;
}
#failed-asn-details .order-header .panel-border {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #d2d2d2 !important;
}
#failed-asn-details .order-header .panel-border-last {
  box-shadow: none !important;
  border: none !important;
}
#failed-asn-details .order-header .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#failed-asn-details .order-header .header-border-bottom {
  border-bottom: 1px solid #d2d2d2;
}
#failed-asn-details .order-header p {
  font-size: 15px !important;
}
#failed-asn-details .opacity5 {
  opacity: 0.5 !important;
}
#failed-asn-details .modal-footer {
  border-top: 1px solid #d2d2d2 !important;
}
#failed-asn-details .order-line input[type=text],
#failed-asn-details .order-line input,
#failed-asn-details .order-line select,
#failed-asn-details .order-line .input {
  font-weight: bold !important;
  color: #000000 !important;
  font-size: 14px !important;
  padding-left: 1px !important;
}
#failed-asn-details .order-line .btn-circle {
  position: absolute !important;
  top: -50px !important;
  right: -8px !important;
  z-index: 1 !important;
}
#failed-asn-details .order-line .select input {
  border: none !important;
}
#failed-asn-details .order-line .select .input {
  border: 1px solid #d2d2d2 !important;
}
#failed-asn-details .order-line .select-input {
  padding-left: 0 !important;
}
#failed-asn-details .order-line .select.disabled {
  cursor: not-allowed !important;
  border: none !important;
  background-color: #f5f5f5 !important;
  color: black !important;
  font-weight: bold;
}
#failed-asn-details .order-line .select.disabled.dropdown-toggle:before {
  border-color: #f5f5f5 !important;
}
#failed-asn-details .order-line .bg-grayWhite-hover {
  background-color: #f5f5f5 !important;
}
#failed-asn-details .order-line .bg-grayWhite-hover .dropdown-toggle {
  background-color: #f5f5f5 !important;
  padding-right: 5px;
}
#failed-asn-details .order-line .bg-grayWhite-hover:hover {
  background-color: #cce1ff !important;
}
#failed-asn-details .order-line .bg-grayWhite-hover:hover .dropdown-toggle {
  background-color: #ffffff !important;
  padding-right: 5px;
}
#failed-asn-details .order-line .bg-grayWhite-hover:hover input[type=text],
#failed-asn-details .order-line .bg-grayWhite-hover:hover select,
#failed-asn-details .order-line .bg-grayWhite-hover:hover input {
  background-color: #ffffff !important;
}
#failed-asn-details .order-line .bg-grayWhite-hover:hover input[type=text]:hover,
#failed-asn-details .order-line .bg-grayWhite-hover:hover select:hover,
#failed-asn-details .order-line .bg-grayWhite-hover:hover input:hover {
  background-color: #ffffff !important;
}
#failed-asn-details .order-line .bg-lineGray-focus {
  background-color: #f8f8f8;
}
#failed-asn-details .order-line .bg-lineGray-focus input[type=text] {
  background-color: #ffffff !important;
}
#failed-asn-details .order-line .bg-lineGray-focus .dropdown-toggle {
  background-color: #ffffff !important;
  padding-right: 5px;
}
#failed-asn-details .order-line .select input {
  font-size: 14px !important;
  font-weight: bold;
}
#failed-asn-details .order-line .d-menu li a,
#failed-asn-details .order-line .v-menu li a {
  padding: 0 2rem 0 1.5rem !important;
}
#failed-asn-details .order-line .select-input {
  font-size: 14px !important;
  font-weight: bold;
}
#failed-asn-details .order-line .cell-md-3,
#failed-asn-details .order-line .cell-md-2,
#failed-asn-details .order-line .cell-md-6 {
  padding: 0 5px !important;
}
#failed-asn-details .order-line .order-designs {
  background-color: #ffffff !important;
  font-weight: bold;
}
#failed-asn-details .order-line .order-designs .button {
  font-size: 12px !important;
  line-height: 0 !important;
}
#failed-asn-details .order-line .line-header-container-static {
  min-height: 174px;
}
#failed-asn-details .order-line .line-header-container-static.category-line {
  min-height: 232px;
}
@media screen and (max-width: 992px) {
  #failed-asn-details .order-line .line-header-container-static {
    min-height: 693px;
  }
  #failed-asn-details .order-line .line-header-container-static.category-line {
    min-height: 751px;
  }
}
#failed-asn-details .order-line .line-header {
  background-color: #e8e8e8 !important;
  height: 58px;
}
#failed-asn-details .order-line .line-header .line-header-content {
  height: 100%;
}
#failed-asn-details .order-line .line-header .line-header-content .line-input-wrapper {
  flex: 1;
}
#failed-asn-details .order-line .line-header .line-header-content .line-input-wrapper .description-input-mobile {
  max-width: 100%;
}
#failed-asn-details .order-line .line-header .line-header-content .line-input-wrapper:nth-child(1), #failed-asn-details .order-line .line-header .line-header-content .line-input-wrapper:nth-child(4) {
  max-width: 100px;
}
#failed-asn-details .order-line .line-header .line-header-content .line-input-wrapper:nth-child(3) {
  flex-basis: 40%;
}
#failed-asn-details .order-line .line-header .line-header-content .line-input-wrapper input {
  height: 25px;
  background: #f0f0f0 !important;
  border-color: #dbdbdb !important;
}
#failed-asn-details .order-line .line-header .description-input-mobile {
  min-width: 100%;
}
#failed-asn-details .order-line .line-header .description-input-mobile .line-input-wrapper {
  max-width: 100% !important;
}
#failed-asn-details .order-line .line-header .line-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-right: 1px solid #dbdbdb;
}
#failed-asn-details .order-line .line-header .line-icon span {
  font-size: 1.5em;
}
@media screen and (max-width: 992px) {
  #failed-asn-details .order-line .line-header {
    flex-wrap: wrap;
    height: auto;
    font-size: 0.85em;
  }
  #failed-asn-details .order-line .line-header .line-header-content {
    flex: 1;
  }
}
@media screen and (max-width: 992px) {
  #failed-asn-details .order-line .line-header .utility-buttons {
    min-width: 60px;
    padding-top: 35px;
  }
  #failed-asn-details .order-line .line-header .utility-buttons button {
    height: 25px !important;
    width: 25px !important;
    line-height: 25px;
    font-size: 0.7em;
  }
}
#failed-asn-details .order-line .line-header input {
  font-weight: bold;
  background: #f0f0f0 !important;
  border-color: #dbdbdb !important;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  #failed-asn-details .order-line .line-header input {
    font-size: 0.7em;
  }
}
#failed-asn-details .order-line .line-content {
  background-color: whitesmoke !important;
  height: 116px;
}
@media screen and (max-width: 992px) {
  #failed-asn-details .order-line .line-content {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #failed-asn-details .order-line .line-content {
    height: auto;
  }
}
#failed-asn-details .order-line .line-content .line-content-optional, #failed-asn-details .order-line .line-content .line-content-international {
  height: 58px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 992px) {
  #failed-asn-details .order-line .line-content .line-content-optional, #failed-asn-details .order-line .line-content .line-content-international {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #failed-asn-details .order-line .line-content .line-content-optional, #failed-asn-details .order-line .line-content .line-content-international {
    height: auto;
    min-height: 293px !important;
  }
  #failed-asn-details .order-line .line-content .line-content-optional.line-content-category, #failed-asn-details .order-line .line-content .line-content-international.line-content-category {
    min-height: 116px !important;
  }
}
#failed-asn-details .order-line .line-content .line-content-optional .line-icon, #failed-asn-details .order-line .line-content .line-content-international .line-icon {
  width: 58px;
  height: 58px;
  border-right: 1px solid #e2e2e2;
}
#failed-asn-details .order-line .line-content .line-content-optional .line-icon span, #failed-asn-details .order-line .line-content .line-content-international .line-icon span {
  font-size: 1.25em;
}
#failed-asn-details .order-line .line-content .line-content-optional .line-input-wrapper, #failed-asn-details .order-line .line-content .line-content-international .line-input-wrapper {
  flex: 1 !important;
  margin: 0 1% 1% 1%;
}
#failed-asn-details .order-line .line-content .line-content-optional .line-input-wrapper input, #failed-asn-details .order-line .line-content .line-content-international .line-input-wrapper input {
  background: white;
}
@media screen and (max-width: 992px) {
  #failed-asn-details .order-line .line-content .line-content-optional .line-input-wrapper, #failed-asn-details .order-line .line-content .line-content-international .line-input-wrapper {
    flex-basis: 48%;
    padding: 0 1% 1% 1%;
  }
}
@media screen and (max-width: 768px) {
  #failed-asn-details .order-line .line-content .line-content-optional .line-input-wrapper, #failed-asn-details .order-line .line-content .line-content-international .line-input-wrapper {
    flex: 1;
    padding: 0 1% 1% 1%;
  }
}
#failed-asn-details .order-line .line-content .line-content-optional .line-input-wrapper input, #failed-asn-details .order-line .line-content .line-content-optional .line-input-wrapper select, #failed-asn-details .order-line .line-content .line-content-international .line-input-wrapper input, #failed-asn-details .order-line .line-content .line-content-international .line-input-wrapper select {
  height: 25px;
  line-height: 20px;
  background: #fcfcfc !important;
  border-color: #e8e8e8 !important;
}
#failed-asn-details .incidents .upload-logo-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  #failed-asn-details .history {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  #failed-asn-details .history table,
  #failed-asn-details .history thead,
  #failed-asn-details .history tbody,
  #failed-asn-details .history th,
  #failed-asn-details .history td,
  #failed-asn-details .history tr {
    display: block;
  }
  #failed-asn-details .history table tbody {
    overflow: auto;
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */
  }
  #failed-asn-details .history thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #failed-asn-details .history tr {
    margin: 0 0 1rem 0;
  }
  #failed-asn-details .history tr:nth-child(odd) {
    border: 2px solid #0b5394;
    margin: 5px;
  }
  #failed-asn-details .history tr:nth-child(even) {
    border: 2px solid #0b5394;
    margin: 5px;
  }
  #failed-asn-details .history td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #failed-asn-details .history td:nth-child(odd) {
    background: #f5f5f5;
  }
  #failed-asn-details .history td:nth-child(even) {
    background: #ffffff;
  }
  #failed-asn-details .history td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #failed-asn-details .history td:nth-of-type(1):before {
    content: "Date";
  }
  #failed-asn-details .history td:nth-of-type(2):before {
    content: "Modify By";
  }
  #failed-asn-details .history td:nth-of-type(3):before {
    content: "Status";
  }
}
#failed-asn-details .history .table thead,
#failed-asn-details .history .table tfoot {
  border: 0 !important;
}
#failed-asn-details #sku-picker input {
  outline: none !important;
}
#failed-asn-details #failedasn-search-filter {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.55);
  height: 40px;
  z-index: 1;
  transition: 0.2s ease-in-out;
  will-change: height;
}
#failed-asn-details #failedasn-search-filter b {
  font-size: 1.2em;
}
#failed-asn-details #failedasn-search-filter.expanded {
  height: 50px;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.7);
}
#failed-asn-details #failedasn-search-filter.expanded span {
  font-size: 1.15em;
}
#failed-asn-details #failedasn-search-filter.expanded input {
  font-size: 1em;
  font-weight: bold;
}
#failed-asn-details #failedasn-search-filter.expanded button {
  height: 50px;
  width: 50px;
  min-width: 50px;
}
#failed-asn-details #failedasn-search-filter.expanded .filter-icon-container {
  height: 50px;
  width: 50px;
  min-width: 50px;
}
#failed-asn-details #failedasn-search-filter .filter-icon-container {
  height: 40px;
  width: 40px;
  min-width: 40px;
  will-change: height, width;
}
#failed-asn-details #failedasn-search-filter input {
  width: 100%;
  height: 100%;
  box-shadow: none;
  outline: none;
  border: none;
}
#failed-asn-details #failedasn-search-filter button {
  height: 40px;
  width: 40px;
  min-width: 40px;
  margin-left: 1px;
  will-change: height, width;
  box-shadow: none;
  transition: 0.2s ease-in-out;
}
#failed-asn-details #failedasn-search-filter button.filter-active-button {
  margin-left: 0;
  background-color: #e67e22;
}
#failed-asn-details #failedasn-search-filter button.filter-active-button.shrinked {
  width: 0;
  min-width: 0;
  overflow: hidden;
}
#failed-asn-details #failedasn-search-filter button.show-errors-only span {
  color: #444;
}
#failed-asn-details #failedasn-search-filter button.show-errors-only.active {
  background-color: indianred;
}
#failed-asn-details #failedasn-search-filter button.show-errors-only.active:hover {
  background-color: #a93434;
}
#failed-asn-details #failedasn-search-filter button.show-errors-only.active span {
  color: white;
}
#failed-asn-details form {
  position: unset;
}
#failed-asn-details form .calendar-picker {
  border: none !important;
}
#failed-asn-details form .calendar-picker input {
  height: 36px;
  margin-top: -1px;
}
#failed-asn-details form .calendar-picker button {
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: -1px;
  height: 36px;
}
#failed-asn-details form .hasError {
  outline: 1px solid #ff4d4d !important;
  background-color: snow;
}
#failed-asn-details form .hasWarning {
  outline: 1px solid #ffdb99 !important;
  background-color: #fffbf5;
}
#failed-asn-details form .line-error-outline {
  outline: 2px solid indianred;
  box-shadow: 2px 2px 5px 0 indianred;
  transition: 0.2s ease-in-out;
}
#failed-asn-details form input, #failed-asn-details form select {
  border: 1px solid #efefef !important;
  transition: 0.2s;
}
#failed-asn-details form input.hasError, #failed-asn-details form select.hasError {
  outline: 1px solid #ff4d4d;
  background-color: white;
}
#failed-asn-details form input.hasWarning, #failed-asn-details form select.hasWarning {
  outline: 1px solid #ffdb99;
}
#failed-asn-details form input.ng-invalid, #failed-asn-details form select.ng-invalid {
  outline: 1px solid #ff4d4d !important;
  background-color: snow;
}
#failed-asn-details form input.ng-invalid-required, #failed-asn-details form select.ng-invalid-required {
  outline: 1px solid #ff4d4d;
  background-color: snow;
}
#failed-asn-details .modal-body {
  position: relative;
  max-height: 70vh;
  overflow: auto;
  scroll-behavior: smooth;
  will-change: scroll-position;
}
@media screen and (max-width: 992px) {
  #failed-asn-details .modal-body {
    max-height: 65vh;
  }
}
#failed-asn-details #order-lines .line-header-container-static {
  min-height: 85px;
}
@media screen and (max-width: 992px) {
  #failed-asn-details #order-lines .line-header-container-static {
    min-height: 693px;
  }
}
#failed-asn-details #order-lines .hasError {
  outline: 1px solid #ff4d4d !important;
  background-color: snow;
}
#failed-asn-details #order-lines .hasWarning {
  outline: 1px solid #ffdb99 !important;
  background-color: #fffbf5;
}
#failed-asn-details #order-lines .line-header {
  background-color: #e8e8e8 !important;
  height: 58px;
}
#failed-asn-details #order-lines .line-header .line-header-content {
  height: 100%;
}
#failed-asn-details #order-lines .line-header .line-header-content .line-input-wrapper {
  flex: 1;
}
#failed-asn-details #order-lines .line-header .line-header-content .line-input-wrapper .description-input-mobile {
  max-width: 100%;
}
#failed-asn-details #order-lines .line-header .line-header-content .line-input-wrapper:nth-child(1), #failed-asn-details #order-lines .line-header .line-header-content .line-input-wrapper:nth-child(4) {
  max-width: 100px;
}
#failed-asn-details #order-lines .line-header .line-header-content .line-input-wrapper:nth-child(3) {
  flex-basis: 40%;
}
#failed-asn-details #order-lines .line-header .line-header-content .line-input-wrapper input {
  height: 25px;
  background: #f0f0f0 !important;
  border-color: #dbdbdb !important;
}
#failed-asn-details #order-lines .line-header .description-input-mobile {
  min-width: 100%;
}
#failed-asn-details #order-lines .line-header .description-input-mobile .line-input-wrapper {
  max-width: 100% !important;
}
#failed-asn-details #order-lines .line-header .line-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-right: 1px solid #dbdbdb;
}
#failed-asn-details #order-lines .line-header .line-icon span {
  font-size: 1.5em;
}
@media screen and (max-width: 992px) {
  #failed-asn-details #order-lines .line-header {
    flex-wrap: wrap;
    height: auto;
    font-size: 0.85em;
  }
  #failed-asn-details #order-lines .line-header .line-header-content {
    flex: 1;
  }
}
@media screen and (max-width: 992px) {
  #failed-asn-details #order-lines .line-header .utility-buttons {
    min-width: 60px;
    padding-top: 35px;
  }
  #failed-asn-details #order-lines .line-header .utility-buttons button {
    height: 25px !important;
    width: 25px !important;
    line-height: 25px;
    font-size: 0.7em;
  }
}
#failed-asn-details #order-lines .line-header input {
  font-weight: bold;
  background: #f0f0f0 !important;
  border-color: #dbdbdb !important;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  #failed-asn-details #order-lines .line-header input {
    font-size: 0.7em;
  }
}
#failed-asn-details #order-lines .line-content {
  background-color: whitesmoke !important;
  height: 116px;
}
@media screen and (max-width: 992px) {
  #failed-asn-details #order-lines .line-content {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #failed-asn-details #order-lines .line-content {
    height: auto;
  }
}
#failed-asn-details #order-lines .line-content .line-content-optional, #failed-asn-details #order-lines .line-content .line-content-international {
  height: 58px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 992px) {
  #failed-asn-details #order-lines .line-content .line-content-optional, #failed-asn-details #order-lines .line-content .line-content-international {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #failed-asn-details #order-lines .line-content .line-content-optional, #failed-asn-details #order-lines .line-content .line-content-international {
    height: auto;
    min-height: 293px !important;
  }
  #failed-asn-details #order-lines .line-content .line-content-optional.line-content-category, #failed-asn-details #order-lines .line-content .line-content-international.line-content-category {
    min-height: 116px !important;
  }
}
#failed-asn-details #order-lines .line-content .line-content-optional .line-icon, #failed-asn-details #order-lines .line-content .line-content-international .line-icon {
  width: 58px;
  height: 58px;
  border-right: 1px solid #e2e2e2;
}
#failed-asn-details #order-lines .line-content .line-content-optional .line-icon span, #failed-asn-details #order-lines .line-content .line-content-international .line-icon span {
  font-size: 1.25em;
}
#failed-asn-details #order-lines .line-content .line-content-optional .line-input-wrapper, #failed-asn-details #order-lines .line-content .line-content-international .line-input-wrapper {
  flex: 1 !important;
  margin: 0 1% 1% 1%;
}
#failed-asn-details #order-lines .line-content .line-content-optional .line-input-wrapper input, #failed-asn-details #order-lines .line-content .line-content-international .line-input-wrapper input {
  background: white;
}
@media screen and (max-width: 992px) {
  #failed-asn-details #order-lines .line-content .line-content-optional .line-input-wrapper, #failed-asn-details #order-lines .line-content .line-content-international .line-input-wrapper {
    flex-basis: 48%;
    padding: 0 1% 1% 1%;
  }
}
@media screen and (max-width: 768px) {
  #failed-asn-details #order-lines .line-content .line-content-optional .line-input-wrapper, #failed-asn-details #order-lines .line-content .line-content-international .line-input-wrapper {
    flex: 1;
    padding: 0 1% 1% 1%;
  }
}
#failed-asn-details #order-lines .line-content .line-content-optional .line-input-wrapper input, #failed-asn-details #order-lines .line-content .line-content-optional .line-input-wrapper select, #failed-asn-details #order-lines .line-content .line-content-international .line-input-wrapper input, #failed-asn-details #order-lines .line-content .line-content-international .line-input-wrapper select {
  height: 25px;
  line-height: 20px;
  background: #fcfcfc !important;
  border-color: #e8e8e8 !important;
}
#failed-asn-details #order-lines input, #failed-asn-details #order-lines select {
  border: 1px solid #efefef !important;
  transition: 0.2s;
}
#failed-asn-details #order-lines input.hasError, #failed-asn-details #order-lines select.hasError {
  outline: 1px solid #ff4d4d;
  background-color: white;
}
#failed-asn-details #order-lines input.hasWarning, #failed-asn-details #order-lines select.hasWarning {
  outline: 1px solid #ffdb99;
}
#failed-asn-details #order-lines input.ng-invalid, #failed-asn-details #order-lines select.ng-invalid {
  outline: 1px solid #ff4d4d !important;
  background-color: snow;
}
#failed-asn-details #order-lines input.ng-invalid-required, #failed-asn-details #order-lines select.ng-invalid-required {
  outline: 1px solid #ff4d4d;
  background-color: snow;
}

#failed-sales-order-design .logoSize img {
  width: auto;
  max-height: 50vh;
}
#failed-sales-order-design .stopsquish {
  width: auto;
  max-width: 100rem;
  max-height: 2.75rem;
  height: 2.75rem;
  margin-right: 10px;
}
#failed-sales-order-design .stopsquish img {
  max-height: 100%;
  max-width: 150px;
  min-height: 0;
}
#failed-sales-order-design .footer-border {
  border-top: 1px solid #d2d2d2 !important;
}
#failed-sales-order-design .card-header .date {
  margin-left: 1.375rem !important;
}
#failed-sales-order-design .card-header .name {
  margin-left: 1.375rem !important;
}
#failed-sales-order-design .card-header .avatar {
  width: 6.75rem !important;
  height: 3.75rem !important;
  margin-top: 10px !important;
}
#failed-sales-order-design .img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#failed-sales-order-design .input, #failed-sales-order-design .select {
  border: none !important;
}
#failed-sales-order-design .input input {
  border: none !important;
  background-color: transparent;
}
#failed-sales-order-design .select:focus {
  box-shadow: none !important;
}
#failed-sales-order-design .newLogo_container {
  width: 100px;
}
#failed-sales-order-design .custom-w-87 {
  width: 87% !important;
}
#failed-sales-order-design .custom-w-77 {
  width: 77% !important;
}
#failed-sales-order-design .dt_designPanelHeader {
  font-size: 0.9em;
  padding: 5px;
}
#failed-sales-order-design .dt_panelHeadColour {
  background-color: #6d8dab;
}
#failed-sales-order-design .dt_dropper-fixedInputHeight_textprint {
  height: 55px;
  position: relative;
}
#failed-sales-order-design .zHeight5 {
  z-index: 5;
}
#failed-sales-order-design .dt_dropper-dropdown-content {
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
}
#failed-sales-order-design .dt_dropper-dropdown-content ul {
  color: black;
  padding: 10px 5px 0 0;
  text-decoration: none;
  display: block;
}
#failed-sales-order-design .dt_dropper-dropdown-content ul li {
  text-decoration: none;
  padding-top: 4px;
  display: block;
  font-size: 1em;
}
#failed-sales-order-design .dt_dropper-dropdown-content li:hover {
  background-color: #ddd;
}
#failed-sales-order-design .dt_colourbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  margin-right: 5px;
}
#failed-sales-order-design .dt_design_background_colour {
  outline: none !important;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: none !important;
  opacity: 0.01;
}
#failed-sales-order-design .font_super_select {
  width: 75%;
}
#failed-sales-order-design .super-select-dropdown input {
  width: 75%;
  border: none !important;
}
#failed-sales-order-design .personalisation_table_prepend_caption {
  font-size: 16px;
}
#failed-sales-order-design .template_design_pattern_sample {
  width: 80px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
#failed-sales-order-design .personalisation_table_font_and_colour_div {
  height: 48px;
}
#failed-sales-order-design .personalisation_table_font_and_colour_div input {
  border: none;
  background-color: transparent;
  width: 95%;
}

#failed-sales-order-line-add-logo #personalisation_div input, #failed-sales-order-line-add-logo #personalisation_div .input {
  border: none !important;
  background-color: transparent;
}
#failed-sales-order-line-add-logo #personalisation_div .font_super_select {
  border: none !important;
}
#failed-sales-order-line-add-logo #personalisation_div .font_super_select .super-select-dropdown input {
  border: none !important;
}
#failed-sales-order-line-add-logo .logoSize img {
  width: auto;
  max-height: 45vh;
}
#failed-sales-order-line-add-logo .stopsquish {
  width: auto;
  max-width: 100rem;
  max-height: 2.75rem;
  height: 2.75rem;
  margin-right: 10px;
}
#failed-sales-order-line-add-logo .stopsquish img {
  max-height: 100%;
  max-width: 150px;
  min-height: 0;
}
#failed-sales-order-line-add-logo .select {
  border: 1px solid #0b5394 !important;
  box-shadow: none !important;
}
#failed-sales-order-line-add-logo .select .input {
  border: 1px solid #0b5394 !important;
  box-shadow: none !important;
}
#failed-sales-order-line-add-logo .footer-border {
  border-top: 1px solid #d2d2d2 !important;
}
#failed-sales-order-line-add-logo .card-header .date {
  margin-left: 3.375rem !important;
}
#failed-sales-order-line-add-logo .card-header .name {
  margin-left: 3.375rem !important;
}
#failed-sales-order-line-add-logo .img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#failed-sales-order-design-update .logoSize img {
  width: auto;
  max-height: 45vh;
}
#failed-sales-order-design-update .stopsquish {
  width: auto;
  max-width: 100rem;
  max-height: 2.75rem;
  height: 2.75rem;
  margin-right: 10px;
}
#failed-sales-order-design-update .stopsquish img {
  max-height: 100%;
  max-width: 150px;
  min-height: 0;
}
#failed-sales-order-design-update .select {
  border: 1px solid #0b5394 !important;
  box-shadow: none !important;
}
#failed-sales-order-design-update .select .input {
  border: 1px solid #0b5394 !important;
  box-shadow: none !important;
}
#failed-sales-order-design-update input, #failed-sales-order-design-update .input {
  border: none !important;
  background-color: transparent !important;
}
#failed-sales-order-design-update .footer-border {
  border-top: 1px solid #d2d2d2 !important;
}
#failed-sales-order-design-update .card-header .date {
  margin-left: 3.375rem !important;
}
#failed-sales-order-design-update .card-header .name {
  margin-left: 3.375rem !important;
}
#failed-sales-order-design-update .img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#failed-sales-order-design-update .opacity5 {
  opacity: 0.5;
}
#failed-sales-order-design-update .personalisation_table_font_and_colour_div {
  height: 48px;
}
#failed-sales-order-design-update .personalisation_table_font_and_colour_div input {
  border: none;
  background-color: transparent;
  width: 95%;
}

#sales-notinstock-details .truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sales-notinstock-details .button.primary.mini.square.outline,
#sales-notinstock-details .button.warning.mini.square.outline {
  margin-right: 9.5px !important;
}
#sales-notinstock-details input[type=text], #sales-notinstock-details select, #sales-notinstock-details input, #sales-notinstock-details .select, #sales-notinstock-details .input {
  box-shadow: none !important;
  border: none !important;
}
#sales-notinstock-details input {
  padding-left: 1px !important;
}
#sales-notinstock-details .action-button {
  border-radius: 0 !important;
}
#sales-notinstock-details .img-container img {
  width: 40% !important;
  max-width: 40% !important;
  height: 40% !important;
}
#sales-notinstock-details .order-header {
  color: #000000 !important;
}
#sales-notinstock-details .order-header input[type=text], #sales-notinstock-details .order-header input, #sales-notinstock-details .order-header select, #sales-notinstock-details .order-header .input {
  background-color: #ffffff;
  font-size: 15px !important;
  color: #000000 !important;
}
#sales-notinstock-details .order-header .select input {
  border: none !important;
}
#sales-notinstock-details .order-header .select .input {
  border: 1px solid #d2d2d2 !important;
}
#sales-notinstock-details .order-header .select .disabled {
  background-color: transparent !important;
}
#sales-notinstock-details .order-header .select.disabled {
  cursor: not-allowed !important;
  border: 1px solid #ebebeb !important;
  background-color: #e9e9e9;
}
#sales-notinstock-details .order-header .bg-light-hover:hover {
  background-color: #cce1ff !important;
}
#sales-notinstock-details .order-header .panel-border {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #d2d2d2 !important;
}
#sales-notinstock-details .order-header .panel-border-last {
  box-shadow: none !important;
  border: none !important;
}
#sales-notinstock-details .order-header .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#sales-notinstock-details .order-header .header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
#sales-notinstock-details .order-header p {
  font-size: 15px !important;
}
#sales-notinstock-details .opacity5 {
  opacity: 0.5 !important;
}
#sales-notinstock-details .modal-footer {
  border-top: 1px solid #d2d2d2 !important;
}
#sales-notinstock-details .order-lines input[type=text], #sales-notinstock-details .order-lines input, #sales-notinstock-details .order-lines select, #sales-notinstock-details .order-lines .input {
  font-weight: bold !important;
  color: #000000 !important;
  font-size: 14px !important;
  padding-left: 1px !important;
}
#sales-notinstock-details .order-lines .btn-circle {
  position: absolute !important;
  top: -47px !important;
  right: -11px !important;
  z-index: 1 !important;
}
#sales-notinstock-details .order-lines .select input {
  border: none !important;
}
#sales-notinstock-details .order-lines .select .input {
  border: 1px solid #d2d2d2 !important;
}
#sales-notinstock-details .order-lines .select-input {
  padding-left: 0 !important;
}
#sales-notinstock-details .order-lines .select.disabled {
  cursor: not-allowed !important;
  border: none !important;
  color: black !important;
  font-weight: bold;
}
#sales-notinstock-details .order-lines .select.disabled.dropdown-toggle:before {
  border-color: #f5f5f5 !important;
}
#sales-notinstock-details .order-lines .bg-grayWhite-hover .dropdown-toggle {
  padding-right: 5px;
}
#sales-notinstock-details .order-lines .bg-grayWhite-hover:hover .dropdown-toggle {
  padding-right: 5px;
}
#sales-notinstock-details .order-lines .bg-lineGray-focus .dropdown-toggle {
  padding-right: 5px;
}
#sales-notinstock-details .order-lines .select input {
  font-size: 14px !important;
  font-weight: bold;
}
#sales-notinstock-details .order-lines .d-menu li a, #sales-notinstock-details .order-lines .v-menu li a {
  padding: 0 2rem 0 1.5rem !important;
}
#sales-notinstock-details .order-lines .select-input {
  font-size: 14px !important;
  font-weight: bold;
}
#sales-notinstock-details .order-lines .cell-md-3, #sales-notinstock-details .order-lines .cell-md-2, #sales-notinstock-details .order-lines .cell-md-6 {
  padding: 0 5px !important;
}
#sales-notinstock-details .order-lines .order-designs {
  font-weight: bold;
}
#sales-notinstock-details .order-lines .order-designs .button {
  font-size: 12px !important;
  line-height: 0 !important;
}
@media only screen and (max-width: 768px) {
  #sales-notinstock-details .history {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  #sales-notinstock-details .history table, #sales-notinstock-details .history thead, #sales-notinstock-details .history tbody, #sales-notinstock-details .history th, #sales-notinstock-details .history td, #sales-notinstock-details .history tr {
    display: block;
  }
  #sales-notinstock-details .history table tbody {
    overflow: auto;
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */
  }
  #sales-notinstock-details .history thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #sales-notinstock-details .history tr {
    margin: 0 0 1rem 0;
  }
  #sales-notinstock-details .history tr:nth-child(odd) {
    border: 2px solid #0b5394;
    margin: 5px;
  }
  #sales-notinstock-details .history tr:nth-child(even) {
    border: 2px solid #0b5394;
    margin: 5px;
  }
  #sales-notinstock-details .history td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #sales-notinstock-details .history td:nth-child(odd) {
    background: #f5f5f5;
  }
  #sales-notinstock-details .history td:nth-child(even) {
    background: #ffffff;
  }
  #sales-notinstock-details .history td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #sales-notinstock-details .history td:nth-of-type(1):before {
    content: "Date";
  }
  #sales-notinstock-details .history td:nth-of-type(2):before {
    content: "Modify By";
  }
  #sales-notinstock-details .history td:nth-of-type(3):before {
    content: "Status";
  }
}
#sales-notinstock-details .history .table thead, #sales-notinstock-details .history .table tfoot {
  border: 0 !important;
}

#items-details {
  font-family: "Segoe UI", Helvetica, sans-serif;
}
#items-details .confirm-btn {
  border: none !important;
  box-shadow: none !important;
}
#items-details .panel-border {
  box-shadow: none;
  border: none;
}
#items-details .item-panel input[type=text], #items-details .item-panel select, #items-details .item-panel .input, #items-details .item-panel .select {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #d2d2d2 !important;
}
#items-details .item-panel .select {
  border-bottom: 1px solid #d2d2d2 !important;
}
#items-details .item-panel .select input {
  border: none !important;
}
#items-details .item-panel .select .input {
  border: 1px solid #d2d2d2 !important;
}
#items-details .item-panel .panel .panel-title {
  font-size: 18px !important;
}
#items-details .item-panel select:focus {
  box-shadow: none !important;
}
#items-details .item-panel .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#items-details .card-header .name {
  margin-left: 4.375rem !important;
}
#items-details .card-header .date {
  margin-left: 4.375rem !important;
}
#items-details .card-header .avatar {
  width: 3.75rem !important;
  height: 3.75rem !important;
}

#item-design .card-header .name {
  margin-left: 1.375rem;
}
#item-design .card-header .date {
  margin-left: 1.375rem;
}

/**
* //SSP-2564-2600 HP 30-06-2021 Setup bg color to display on line -
* SSP-5064 HP 20-12-24 Setup new css to dea with filter and add scroll on line level
*/
#purchase-order-details {
  font-family: "Segoe UI", "Helvetica", sans-serif;
  /*SSP-5064 HP 20-12-24 Setup new css to dea with filter and add scroll on line level*/
  /*SSP-5064 HP 20-12-24 */
}
#purchase-order-details .truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#purchase-order-details .button.primary.mini.square.outline,
#purchase-order-details .button.warning.mini.square {
  margin-right: 6px !important;
}
#purchase-order-details .details-modal {
  background-color: #0061ba !important;
}
#purchase-order-details .details-modal button {
  background-color: #0061ba !important;
}
#purchase-order-details input[type=text], #purchase-order-details select, #purchase-order-details input, #purchase-order-details .select, #purchase-order-details .input {
  box-shadow: none !important;
  border: none !important;
}
#purchase-order-details input {
  padding-left: 0px !important;
}
#purchase-order-details .confirm-btn {
  border: none !important;
  box-shadow: none !important;
}
#purchase-order-details .order_classification_legend_marker {
  border-radius: 50%;
  top: 1px;
  width: 15px !important;
  height: 15px !important;
}
#purchase-order-details .bg-pastelRed {
  background-color: rgba(255, 0, 0, 0.25) !important;
}
#purchase-order-details .bg-pastelLime {
  background-color: rgba(0, 255, 0, 0.25) !important;
}
#purchase-order-details .bg-pastelYellow {
  background-color: rgba(255, 255, 0, 0.25) !important;
}
#purchase-order-details .order-header input[type=text], #purchase-order-details .order-header select, #purchase-order-details .order-header input {
  background-color: #ffffff !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 15px !important;
}
#purchase-order-details .order-header .bg-light-hover:hover {
  background-color: #cce1ff !important;
}
#purchase-order-details .order-header .panel-border {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #d2d2d2 !important;
}
#purchase-order-details .order-header .panel-border-last {
  box-shadow: none !important;
  border: none !important;
}
#purchase-order-details .order-header .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#purchase-order-details .order-header .header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
#purchase-order-details .order-header p {
  font-size: 15px !important;
}
#purchase-order-details .order-lines input[type=text], #purchase-order-details .order-lines input, #purchase-order-details .order-lines select, #purchase-order-details .order-lines .input {
  background-color: #f5f5f5 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  color: #000000 !important;
  padding-left: 1px !important;
}
#purchase-order-details .order-lines .btn-circle {
  position: absolute !important;
  top: -47px !important;
  right: -7px !important;
  z-index: 1 !important;
}
#purchase-order-details .order-lines .bg-grayWhite-hover {
  background-color: #f5f5f5 !important;
}
#purchase-order-details .order-lines .bg-grayWhite-hover .dropdown-toggle {
  background-color: #f5f5f5 !important;
  padding-right: 5px;
}
#purchase-order-details .order-lines .bg-grayWhite-hover:hover {
  background-color: #cce1ff !important;
}
#purchase-order-details .order-lines .bg-grayWhite-hover:hover .dropdown-toggle {
  background-color: #ffffff !important;
  padding-right: 5px;
}
#purchase-order-details .order-lines .bg-grayWhite-hover:hover input[type=text], #purchase-order-details .order-lines .bg-grayWhite-hover:hover select, #purchase-order-details .order-lines .bg-grayWhite-hover:hover input, #purchase-order-details .order-lines .bg-grayWhite-hover:hover .input {
  background-color: #ffffff !important;
}
#purchase-order-details .order-lines .bg-grayWhite-hover:hover input[type=text]:hover, #purchase-order-details .order-lines .bg-grayWhite-hover:hover select:hover, #purchase-order-details .order-lines .bg-grayWhite-hover:hover input:hover, #purchase-order-details .order-lines .bg-grayWhite-hover:hover .input:hover {
  background-color: #ffffff !important;
}
#purchase-order-details .order-lines .bg-lineGray-focus {
  background-color: #f8f8f8 !important;
}
#purchase-order-details .order-lines .bg-lineGray-focus input[type=text], #purchase-order-details .order-lines .bg-lineGray-focus select, #purchase-order-details .order-lines .bg-lineGray-focus input {
  background-color: #ffffff !important;
}
#purchase-order-details .order-lines .bg-lineGray-focus .dropdown-toggle {
  background-color: #ffffff !important;
  padding-right: 5px;
}
#purchase-order-details .order-lines .select input {
  font-size: 13px !important;
  font-weight: bold;
}
#purchase-order-details .order-lines .select .input {
  border: 1px solid #d2d2d2 !important;
}
#purchase-order-details .order-lines .select.disabled {
  cursor: not-allowed !important;
  border: none !important;
  background-color: #f5f5f5;
  color: black !important;
  font-weight: bold;
}
#purchase-order-details .order-lines .select.disabled.dropdown-toggle:before {
  border-color: #f5f5f5 !important;
}
#purchase-order-details .order-lines .bg-pastelRed {
  background-color: rgba(255, 0, 0, 0.25) !important;
}
#purchase-order-details .order-lines .bg-pastelLime {
  background-color: rgba(0, 255, 0, 0.25) !important;
}
#purchase-order-details .order-lines .bg-pastelYellow {
  background-color: rgba(255, 255, 0, 0.25) !important;
}
#purchase-order-details .modal-footer {
  border-top: 1px solid #d2d2d2 !important;
}
#purchase-order-details .d-menu li a, #purchase-order-details .v-menu li a {
  padding: 0 2rem 0 1.5rem !important;
}
#purchase-order-details .select-input {
  font-size: 14px !important;
  font-weight: bold;
  padding-left: 0 !important;
}
#purchase-order-details .cell-md-3, #purchase-order-details .cell-md-2, #purchase-order-details .cell-md-1 {
  padding: 0 5px !important;
  font-size: 14px !important;
}
#purchase-order-details .line-header-container-static {
  min-height: 174px;
}
#purchase-order-details .line-header-container-static.category-line {
  min-height: 232px;
}
@media screen and (max-width: 992px) {
  #purchase-order-details .line-header-container-static {
    min-height: 693px;
  }
  #purchase-order-details .line-header-container-static.category-line {
    min-height: 751px;
  }
}
#purchase-order-details #sku-picker input {
  outline: none !important;
}
#purchase-order-details .modal-body {
  position: relative;
  max-height: 70vh;
  overflow: auto;
  scroll-behavior: smooth;
  will-change: scroll-position;
}
@media screen and (max-width: 992px) {
  #purchase-order-details .modal-body {
    max-height: 65vh;
  }
}
#purchase-order-details #order-lines .line-header-container-static {
  min-height: 85px;
}
@media screen and (max-width: 992px) {
  #purchase-order-details #order-lines .line-header-container-static {
    min-height: 693px;
  }
}

#purchase-order-create input[type=text], #purchase-order-create select, #purchase-order-create input, #purchase-order-create .select, #purchase-order-create .input {
  box-shadow: none !important;
  border: none !important;
  padding-left: 2px !important;
}
#purchase-order-create .order-header .select {
  border-bottom: 1px solid #0b5394 !important;
}
#purchase-order-create .order-header .select input {
  border: none !important;
}
#purchase-order-create .order-header .select .input {
  border: 1px solid #0b5394 !important;
}
#purchase-order-create .order-header .input {
  border-bottom: 1px solid #0b5394 !important;
}
#purchase-order-create .order-lines input[type=text], #purchase-order-create .order-lines select, #purchase-order-create .order-lines input, #purchase-order-create .order-lines .input {
  font-weight: bold;
  border: none !important;
}
#purchase-order-create .order-lines .btn-circle {
  position: absolute !important;
  top: -47px !important;
  right: -6px !important;
  z-index: 1 !important;
}
#purchase-order-create .order-lines .select input {
  font-size: 14px !important;
  font-weight: bold;
}
#purchase-order-create .order-lines .select .input {
  border: 1px solid #0b5394 !important;
}
#purchase-order-create #sku-picker input {
  outline: none !important;
}

#purchase-order-query input[type=text], #purchase-order-query select, #purchase-order-query input, #purchase-order-query .select, #purchase-order-query .input {
  box-shadow: none !important;
  border: none !important;
  padding-left: 2px !important;
}
#purchase-order-query .textarea {
  border-color: #d2d2d2 !important;
  box-shadow: none !important;
  min-height: 200px !important;
}
#purchase-order-query .order-header .select {
  border-bottom: 1px solid #0b5394 !important;
}
#purchase-order-query .order-header .select input {
  border: none !important;
}
#purchase-order-query .order-header .select .input {
  border: 1px solid #0b5394 !important;
}
#purchase-order-query .order-header .input {
  border-bottom: 1px solid #0b5394 !important;
}
#purchase-order-query .default-avatar-container {
  background-color: transparent;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin: auto;
}
#purchase-order-query .default-avatar {
  padding: 8px;
  font-size: 25px !important;
  font-weight: bold;
  background-color: #ddd;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#purchase-order-query .img-container.thumbnail .title {
  font-size: 0.8rem !important;
  line-height: 1;
}
#purchase-order-query .truncate-text {
  display: block;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#purchase-order-query .img-container .image-overlay {
  padding: 0.9em !important;
}
#purchase-order-query .command-button {
  padding: 0 !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}
#purchase-order-query .command-button .caption, #purchase-order-query .image-button .caption {
  margin: 0.8rem !important;
  margin-left: 0.4rem !important;
  text-align: center !important;
}
#purchase-order-query .command-button.warning.outline {
  color: #0061ba !important;
  border-color: #0061ba !important;
}
#purchase-order-query .img-container .command-button .icon {
  font-size: 1rem !important;
}
#purchase-order-query .img-container .command-button .iconFont {
  font-size: 2rem !important;
}
#purchase-order-query .img-container .command-button .caption {
  margin-left: 0.1rem !important;
  text-align: center !important;
}
#purchase-order-query .command-button .img-container .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 0.275rem !important;
  line-height: 1rem;
  padding: 2em;
  background-color: rgba(27, 161, 226, 0.7);
  color: #ffffff;
  text-align: center;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}
#purchase-order-query .img-container .image-overlay {
  font-size: 0.275rem !important;
}
#purchase-order-query .img-container .image-overlay .icon {
  position: absolute;
  font-size: 1rem !important;
  bottom: 30%;
  top: 30%;
  left: 30%;
  right: 30%;
}
#purchase-order-query .iconText:before {
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#purchase-order-query .iconExcel:before {
  content: "\f1c3";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#purchase-order-query .iconPdf:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#purchase-order-query .iconDoc:before {
  content: "\f1c9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#purchase-order-query .iconImage:before {
  content: "\f1c5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  #booked_in_asn_details {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #booked_in_asn_details td:nth-of-type(1):before {
    content: "SKU";
  }
  #booked_in_asn_details td:nth-of-type(2):before {
    content: "Description";
  }
  #booked_in_asn_details td:nth-of-type(3):before {
    content: "Original ASN Qty.";
  }
  #booked_in_asn_details td:nth-of-type(4):before {
    content: "Quantity";
  }
}

#incident-details .header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
#incident-details .loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.2;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
#incident-details .button.success.mini.square.outline {
  margin-right: 13px !important;
}
#incident-details input[type=text], #incident-details select, #incident-details input, #incident-details .select {
  box-shadow: none !important;
  border: none !important;
}
#incident-details .button.warning:focus {
  box-shadow: none !important;
}
#incident-details .button.info:focus {
  box-shadow: none !important;
}
#incident-details .panel {
  border: none !important;
}
#incident-details .panel .panel-title .dropdown-toggle::before {
  border-color: #000000;
}
#incident-details .input {
  box-shadow: none !important;
}
#incident-details .incident-edit-input .prepend {
  padding: 0.38rem 0.25rem !important;
}
#incident-details .shortcut .icon {
  display: block !important;
  width: 6rem !important;
  height: 1.7rem !important;
  font-size: 2.7rem !important;
  margin-top: 2rem !important;
  order: 1 !important;
}
#incident-details .shortcut {
  height: 8rem !important;
}
#incident-details .shortcut.info.outline {
  border: 1px solid #dfdfdf !important;
  box-shadow: none !important;
}
#incident-details #message-log {
  font-size: 14px;
  line-height: 1.2rem;
  max-height: 125px !important;
  overflow-y: auto !important;
}
#incident-details #message-log ul {
  list-style-type: none;
  margin-left: 0;
}
#incident-details #message-log ul li {
  margin-top: 5px;
}
#incident-details .confirm-btn {
  border: none !important;
  box-shadow: none !important;
}
#incident-details blockquote {
  border: none !important;
}
#incident-details blockquote small {
  color: #000000 !important;
}
#incident-details .truncate-text {
  display: block;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#incident-details .img-container .image-overlay {
  padding: 1.5em !important;
}
#incident-details .fa-pencil-square-o:before {
  content: "\f044";
}
#incident-details .squarepencil:before {
  content: "\f044";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 15px;
}
#incident-details .squarepencilTest:before {
  content: "\f044";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000000;
  font-size: 15px;
}
#incident-details .circleDot:before {
  content: "\f192";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 18px;
}
#incident-details .circleClock:before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 20px;
}
#incident-details .iconText:before {
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#incident-details .iconExcel:before {
  content: "\f1c3";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#incident-details .iconPdf:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#incident-details .iconDoc:before {
  content: "\f1c9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#incident-details .iconImage:before {
  content: "\f1c5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#incident-details .button.secondary:hover {
  color: #ffffff;
  background-color: #e29ba4 !important;
  border-color: #000000 !important;
}
#incident-details .button.secondary {
  box-shadow: none !important;
}
#incident-details .command-button {
  padding: 0 !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}
#incident-details .command-button .caption, #incident-details .image-button .caption {
  margin: 0.8rem !important;
  margin-left: 0.4rem !important;
  text-align: center !important;
}
#incident-details .command-button.warning.outline {
  color: #0061ba !important;
  border-color: #0061ba !important;
}
#incident-details .img-container .command-button .icon {
  font-size: 1rem !important;
}
#incident-details .img-container .command-button .iconFont {
  font-size: 2rem !important;
}
#incident-details .img-container .command-button .caption {
  margin-left: 0.1rem !important;
  text-align: center !important;
}
#incident-details .command-button .img-container .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 0.275rem !important;
  line-height: 1rem;
  padding: 2em;
  background-color: rgba(27, 161, 226, 0.7);
  color: #ffffff;
  text-align: center;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}
#incident-details .img-container .image-overlay {
  font-size: 0.275rem !important;
}
#incident-details .img-container .image-overlay .icon {
  position: absolute;
  font-size: 1.5rem !important;
  bottom: 25%;
  top: 25%;
  left: 25%;
  right: 25%;
}

#incident-edit #incident-edit-file-attachment-input {
  visibility: hidden;
  display: none;
}

#incident-file-attachment-add-on-create #file-input {
  visibility: hidden !important;
  display: none !important;
}

#incident-comment .redispatch_or_warehouse_radio .check {
  border-color: #da4800;
  width: 40px;
  height: 40px;
}
#incident-comment .redispatch_or_warehouse_radio input[type=radio]:checked ~ .check {
  border-color: #da4800;
  background-color: #da4800;
}
#incident-comment .redispatch_or_warehouse_radio input[type=radio]:checked ~ .check::before {
  border-color: #da4800;
  background-color: #da4800;
}
#incident-comment .input, #incident-comment input[type=text], #incident-comment .textarea {
  border-color: gray !important;
}
#incident-comment .checkbox .check {
  border-color: #ef6e21;
  height: 30px !important;
  width: 30px !important;
}
#incident-comment .checkbox input[type=checkbox]:checked ~ .check {
  border-color: #ef6e21;
  background-color: #ef6e21;
  height: 30px !important;
  width: 30px !important;
}
#incident-comment .checkbox_check::before {
  height: 10px;
  width: 20px;
  left: 30%;
  top: 30%;
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-color: white;
}
#incident-comment .div-disabled {
  pointer-events: none;
  opacity: 0.5;
  background: #CCC;
}

#admin-company-details-change-logo {
  /* .badge {
      background-color: #3b83c4;
  } */
}
#admin-company-details-change-logo #company-logo-input {
  visibility: hidden !important;
  display: none !important;
}
#admin-company-details-change-logo .cropArea {
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 350px;
  position: relative;
}
#admin-company-details-change-logo .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
#admin-company-details-change-logo .img-uploaded {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
#admin-company-details-change-logo .img-cropped {
  max-width: 200px;
  margin: 0 auto;
}
#admin-company-details-change-logo .input,
#admin-company-details-change-logo .select {
  height: 37px;
}
#admin-company-details-change-logo .required {
  outline-color: #0b5394;
}

.input,
.select {
  border-bottom: 1px solid #0b5394 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

#admin-user-add .ngdialog-content {
  padding: 0px !important;
  margin-top: 0px !important;
  font-size: 16px;
}
#admin-user-add .input,
#admin-user-add .select {
  border-bottom: 1px solid #0b5394 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
#admin-user-add .header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
#admin-user-add [class*=tabs-expand] > ul,
#admin-user-add [class*=tabs-expand] > ul, #admin-user-add li {
  border-bottom-color: #dfdfdf !important;
}
#admin-user-add #user-permissions-tab {
  /* another styles for parent_li immediate span children */
  /* hide arrow for immediate children */
}
#admin-user-add #user-permissions-tab .states-container {
  padding: 0px;
}
#admin-user-add #user-permissions-tab .states-container .parent-state-item {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#admin-user-add #user-permissions-tab .states-container .parent-state-item .md-list-item-inner {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#admin-user-add #user-permissions-tab .states-container .parent-state-permissions-container ul {
  padding-left: 0px;
}
#admin-user-add #user-permissions-tab .states-container .parent-state-permissions-container ul .permission {
  font-size: 0.9em;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#admin-user-add #user-permissions-tab .states-container .parent-state-permissions-container ul .permission .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#admin-user-add #user-permissions-tab .states-container .child-state-item {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#admin-user-add #user-permissions-tab .states-container .child-state-item .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#admin-user-add #user-permissions-tab .states-container .child-state-item .md-ripple-container {
  border-radius: 20px;
}
#admin-user-add #user-permissions-tab .states-container .children-states-container .states-list {
  margin-top: 0px;
  padding: 0px;
  width: 100%;
}
#admin-user-add #user-permissions-tab .states-container .children-states-container .states-list .states-list-item {
  max-width: 80%;
  margin-left: 3em;
}
#admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container {
  max-width: 85%;
}
#admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul {
  transition: 0.2s height;
  overflow: hidden;
}
#admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li {
  margin: 0px;
}
#admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li div {
  border: 1px solid #807f7f;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  font-size: 0.85em;
}
#admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li div .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  padding: 0px;
  padding-left: 5%;
}
#admin-user-add #user-permissions-tab .tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#admin-user-add #user-permissions-tab .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
#admin-user-add #user-permissions-tab .tree li::before,
#admin-user-add #user-permissions-tab .tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}
#admin-user-add #user-permissions-tab .tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
}
#admin-user-add #user-permissions-tab .tree li::after {
  box-sizing: border-box;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-bottom-left-radius: 10px;
  height: 25px;
  top: 0px;
  width: 25px;
}
#admin-user-add #user-permissions-tab .tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}
#admin-user-add #user-permissions-tab .tree li.parent_li > span {
  cursor: pointer;
}
#admin-user-add #user-permissions-tab .tree > ul > li::before,
#admin-user-add #user-permissions-tab .tree > ul > li::after {
  border: 0;
}
#admin-user-add #user-permissions-tab .tree li:last-child::before {
  height: 14px;
}
#admin-user-add #user-permissions-tab .tree li:not(.parent_li) span {
  position: relative;
}
#admin-user-add #user-permissions-tab .tree li span:before {
  content: "";
  position: absolute;
  /* border-width - 1px */
  left: -4px;
  bottom: calc(50% - 4px);
  border-color: transparent;
  border-left-color: #999;
  border-style: inherit;
  border-width: 4px;
}
#admin-user-add #user-permissions-tab .tree li.parent_li > span:before {
  bottom: initial;
  left: 2px;
  top: 20.5px;
}
#admin-user-add #user-permissions-tab .tree > ul > li > span:before {
  display: none;
}
#admin-user-add #user-permissions-tab .tree li.parent_li > span:hover,
#admin-user-add #user-permissions-tab .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}
#admin-user-add #user-permissions-tab .margin-bottom20 {
  margin-bottom: 20px;
}
#admin-user-add #user-permissions-tab .margin-bottom10 {
  margin-bottom: 10px;
}

#admin-user-edit .company-logo-container {
  width: 35px;
  height: 35px;
}
#admin-user-edit .company-logo {
  width: 100%;
  height: 100%;
}
#admin-user-edit .ngdialog-content {
  padding: 0px !important;
  margin-top: 0px !important;
}
#admin-user-edit .header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
#admin-user-edit .input,
#admin-user-edit .select {
  border-bottom: 1px solid #0b5394 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
@keyframes hintIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
#admin-user-edit [class*=tabs-expand] > ul,
#admin-user-edit [class*=tabs-expand] > ul, #admin-user-edit li {
  border-bottom-color: #dfdfdf !important;
}
#admin-user-edit #user-permissions-tab {
  /* another styles for parent_li immediate span children */
  /* hide arrow for immediate children */
}
#admin-user-edit #user-permissions-tab .states-container {
  padding: 0px;
}
#admin-user-edit #user-permissions-tab .states-container .parent-state-item {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#admin-user-edit #user-permissions-tab .states-container .parent-state-item .md-list-item-inner {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#admin-user-edit #user-permissions-tab .states-container .parent-state-permissions-container ul {
  padding-left: 0px;
}
#admin-user-edit #user-permissions-tab .states-container .parent-state-permissions-container ul .permission {
  font-size: 0.9em;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#admin-user-edit #user-permissions-tab .states-container .parent-state-permissions-container ul .permission .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#admin-user-edit #user-permissions-tab .states-container .child-state-item {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#admin-user-edit #user-permissions-tab .states-container .child-state-item .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#admin-user-edit #user-permissions-tab .states-container .child-state-item .md-ripple-container {
  border-radius: 20px;
}
#admin-user-edit #user-permissions-tab .states-container .children-states-container .states-list {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#admin-user-edit #user-permissions-tab .states-container .children-states-container .states-list .states-list-item {
  max-width: 80%;
  margin-left: 3em;
}
#admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container {
  max-width: 85%;
}
#admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul {
  transition: 0.2s height;
  overflow: hidden;
}
#admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li {
  margin: 0px;
}
#admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li md-list-item {
  border: 1px solid #f1f1f1;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  font-size: 0.85em;
}
#admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li md-list-item .md-list-item-inner {
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  padding: 0px;
  padding-left: 5%;
}
#admin-user-edit #user-permissions-tab .tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#admin-user-edit #user-permissions-tab .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
#admin-user-edit #user-permissions-tab .tree li::before,
#admin-user-edit #user-permissions-tab .tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}
#admin-user-edit #user-permissions-tab .tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
}
#admin-user-edit #user-permissions-tab .tree li::after {
  box-sizing: border-box;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-bottom-left-radius: 10px;
  height: 25px;
  top: 0px;
  width: 25px;
}
#admin-user-edit #user-permissions-tab .tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}
#admin-user-edit #user-permissions-tab .tree li.parent_li > span {
  cursor: pointer;
}
#admin-user-edit #user-permissions-tab .tree > ul > li::before,
#admin-user-edit #user-permissions-tab .tree > ul > li::after {
  border: 0;
}
#admin-user-edit #user-permissions-tab .tree li:last-child::before {
  height: 14px;
}
#admin-user-edit #user-permissions-tab .tree li:not(.parent_li) span {
  position: relative;
}
#admin-user-edit #user-permissions-tab .tree li span:before {
  content: "";
  position: absolute;
  /* border-width - 1px */
  left: -4px;
  bottom: calc(50% - 4px);
  border-color: transparent;
  border-left-color: #999;
  border-style: inherit;
  border-width: 4px;
}
#admin-user-edit #user-permissions-tab .tree li.parent_li > span:before {
  bottom: initial;
  left: 2px;
  top: 20.5px;
}
#admin-user-edit #user-permissions-tab .tree > ul > li > span:before {
  display: none;
}
#admin-user-edit #user-permissions-tab .tree li.parent_li > span:hover,
#admin-user-edit #user-permissions-tab .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}
#admin-user-edit #user-permissions-tab .margin-bottom20 {
  margin-bottom: 20px;
}
#admin-user-edit #user-permissions-tab .margin-bottom10 {
  margin-bottom: 20px;
}

#admin-remove-user-confirm .confirm-message {
  text-align: center;
}

#permission-add .input {
  border-bottom: 1px solid #0b5394 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

#super-admin-remove-user-confirm .confirm-message {
  text-align: center;
}

#super-admin-user-add .ngdialog-content {
  padding: 0px !important;
  margin-top: 0px !important;
}
#super-admin-user-add [class*=tabs-expand] > ul,
#super-admin-user-add [class*=tabs-expand] > ul, #super-admin-user-add li {
  border-bottom-color: #dfdfdf !important;
}
#super-admin-user-add .input,
#super-admin-user-add .select {
  border-bottom: 1px solid #0b5394 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
#super-admin-user-add .header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
#super-admin-user-add .prepend-button {
  font-size: 18px;
}
#super-admin-user-add #user-permissions-tab {
  /* another styles for parent_li immediate span children */
  /* hide arrow for immediate children */
}
#super-admin-user-add #user-permissions-tab .states-container {
  padding: 0px;
}
#super-admin-user-add #user-permissions-tab .states-container .parent-state-item {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#super-admin-user-add #user-permissions-tab .states-container .parent-state-item .md-list-item-inner {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#super-admin-user-add #user-permissions-tab .states-container .parent-state-permissions-container ul {
  padding-left: 0px;
}
#super-admin-user-add #user-permissions-tab .states-container .parent-state-permissions-container ul .permission {
  font-size: 0.9em;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#super-admin-user-add #user-permissions-tab .states-container .parent-state-permissions-container ul .permission .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#super-admin-user-add #user-permissions-tab .states-container .child-state-item {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#super-admin-user-add #user-permissions-tab .states-container .child-state-item .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#super-admin-user-add #user-permissions-tab .states-container .child-state-item .md-ripple-container {
  border-radius: 20px;
}
#super-admin-user-add #user-permissions-tab .states-container .children-states-container .states-list {
  margin-top: 0px;
  padding: 0px;
  width: 100%;
}
#super-admin-user-add #user-permissions-tab .states-container .children-states-container .states-list .states-list-item {
  max-width: 80%;
  margin-left: 3em;
}
#super-admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container {
  max-width: 85%;
}
#super-admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul {
  transition: 0.2s height;
  overflow: hidden;
}
#super-admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li {
  margin: 0px;
}
#super-admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li div {
  border: 1px solid #807f7f;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  font-size: 0.85em;
}
#super-admin-user-add #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li div .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  padding: 0px;
  padding-left: 5%;
}
#super-admin-user-add #user-permissions-tab .tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#super-admin-user-add #user-permissions-tab .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
#super-admin-user-add #user-permissions-tab .tree li::before,
#super-admin-user-add #user-permissions-tab .tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}
#super-admin-user-add #user-permissions-tab .tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
}
#super-admin-user-add #user-permissions-tab .tree li::after {
  box-sizing: border-box;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-bottom-left-radius: 10px;
  height: 25px;
  top: 0px;
  width: 25px;
}
#super-admin-user-add #user-permissions-tab .tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}
#super-admin-user-add #user-permissions-tab .tree li.parent_li > span {
  cursor: pointer;
}
#super-admin-user-add #user-permissions-tab .tree > ul > li::before,
#super-admin-user-add #user-permissions-tab .tree > ul > li::after {
  border: 0;
}
#super-admin-user-add #user-permissions-tab .tree li:last-child::before {
  height: 14px;
}
#super-admin-user-add #user-permissions-tab .tree li:not(.parent_li) span {
  position: relative;
}
#super-admin-user-add #user-permissions-tab .tree li span:before {
  content: "";
  position: absolute;
  /* border-width - 1px */
  left: -4px;
  bottom: calc(50% - 4px);
  border-color: transparent;
  border-left-color: #999;
  border-style: inherit;
  border-width: 4px;
}
#super-admin-user-add #user-permissions-tab .tree li.parent_li > span:before {
  bottom: initial;
  left: 2px;
  top: 20.5px;
}
#super-admin-user-add #user-permissions-tab .tree > ul > li > span:before {
  display: none;
}
#super-admin-user-add #user-permissions-tab .tree li.parent_li > span:hover,
#super-admin-user-add #user-permissions-tab .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}
#super-admin-user-add #user-permissions-tab .margin-bottom20 {
  margin-bottom: 20px;
}
#super-admin-user-add #user-permissions-tab .margin-bottom10 {
  margin-bottom: 10px;
}

#super-admin-user-edit .ngdialog-content {
  padding: 0px !important;
  margin-top: 0px !important;
}
#super-admin-user-edit [class*=tabs-expand] > ul,
#super-admin-user-edit [class*=tabs-expand] > ul, #super-admin-user-edit li {
  border-bottom-color: #dfdfdf !important;
}
#super-admin-user-edit .input,
#super-admin-user-edit .select {
  border-bottom: 1px solid #0b5394 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
#super-admin-user-edit #user-permissions-tab {
  /* another styles for parent_li immediate span children */
  /* hide arrow for immediate children */
}
#super-admin-user-edit #user-permissions-tab .states-container {
  padding: 0px;
}
#super-admin-user-edit #user-permissions-tab .states-container .parent-state-item {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#super-admin-user-edit #user-permissions-tab .states-container .parent-state-item .md-list-item-inner {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#super-admin-user-edit #user-permissions-tab .states-container .parent-state-permissions-container ul {
  padding-left: 0px;
}
#super-admin-user-edit #user-permissions-tab .states-container .parent-state-permissions-container ul .permission {
  font-size: 0.9em;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#super-admin-user-edit #user-permissions-tab .states-container .parent-state-permissions-container ul .permission .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#super-admin-user-edit #user-permissions-tab .states-container .child-state-item {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#super-admin-user-edit #user-permissions-tab .states-container .child-state-item .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#super-admin-user-edit #user-permissions-tab .states-container .child-state-item .md-ripple-container {
  border-radius: 20px;
}
#super-admin-user-edit #user-permissions-tab .states-container .children-states-container .states-list {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#super-admin-user-edit #user-permissions-tab .states-container .children-states-container .states-list .states-list-item {
  max-width: 80%;
  margin-left: 3em;
}
#super-admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container {
  max-width: 85%;
}
#super-admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul {
  transition: 0.2s height;
  overflow: hidden;
}
#super-admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li {
  margin: 0px;
}
#super-admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li md-list-item {
  border: 1px solid #f1f1f1;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  font-size: 0.85em;
}
#super-admin-user-edit #user-permissions-tab .states-container .children-states-container .child-state-permissions-container ul li md-list-item .md-list-item-inner {
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  padding: 0px;
  padding-left: 5%;
}
#super-admin-user-edit #user-permissions-tab .tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#super-admin-user-edit #user-permissions-tab .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
#super-admin-user-edit #user-permissions-tab .tree li::before,
#super-admin-user-edit #user-permissions-tab .tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}
#super-admin-user-edit #user-permissions-tab .tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
}
#super-admin-user-edit #user-permissions-tab .tree li::after {
  box-sizing: border-box;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-bottom-left-radius: 10px;
  height: 25px;
  top: 0px;
  width: 25px;
}
#super-admin-user-edit #user-permissions-tab .tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}
#super-admin-user-edit #user-permissions-tab .tree li.parent_li > span {
  cursor: pointer;
}
#super-admin-user-edit #user-permissions-tab .tree > ul > li::before,
#super-admin-user-edit #user-permissions-tab .tree > ul > li::after {
  border: 0;
}
#super-admin-user-edit #user-permissions-tab .tree li:last-child::before {
  height: 14px;
}
#super-admin-user-edit #user-permissions-tab .tree li:not(.parent_li) span {
  position: relative;
}
#super-admin-user-edit #user-permissions-tab .tree li span:before {
  content: "";
  position: absolute;
  /* border-width - 1px */
  left: -4px;
  bottom: calc(50% - 4px);
  border-color: transparent;
  border-left-color: #999;
  border-style: inherit;
  border-width: 4px;
}
#super-admin-user-edit #user-permissions-tab .tree li.parent_li > span:before {
  bottom: initial;
  left: 2px;
  top: 20.5px;
}
#super-admin-user-edit #user-permissions-tab .tree > ul > li > span:before {
  display: none;
}
#super-admin-user-edit #user-permissions-tab .tree li.parent_li > span:hover,
#super-admin-user-edit #user-permissions-tab .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}
#super-admin-user-edit #user-permissions-tab .margin-bottom20 {
  margin-bottom: 20px;
}
#super-admin-user-edit #user-permissions-tab .margin-bottom10 {
  margin-bottom: 20px;
}

#user-type-add .ngdialog-content {
  padding: 0px !important;
  margin-top: 0px !important;
}
#user-type-add #user-type-name-input .button {
  margin-right: 1px !important;
}
#user-type-add .input,
#user-type-add .select {
  border-bottom: 1px solid #0b5394 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
#user-type-add .header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
#user-type-states-edit {
  /* another styles for parent_li immediate span children */
  /* hide arrow for immediate children */
}
#user-type-states-edit .ngdialog-content {
  padding: 0px !important;
  margin-top: 0px !important;
}
#user-type-states-edit .header-border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
#user-type-states-edit .states-container {
  padding: 0px;
}
#user-type-states-edit .states-container .permission {
  border: none !important;
}
#user-type-states-edit .states-container .parent-state-item {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#user-type-states-edit .states-container .parent-state-item .md-list-item-inner {
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
#user-type-states-edit .states-container .parent-state-permissions-container ul {
  padding-left: 0px;
}
#user-type-states-edit .states-container .parent-state-permissions-container ul .permission {
  border: 1px solid #d2d2d2;
  font-size: 0.9em;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#user-type-states-edit .states-container .parent-state-permissions-container ul .permission .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#user-type-states-edit .states-container .child-state-item {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#user-type-states-edit .states-container .child-state-item .md-list-item-inner {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
#user-type-states-edit .states-container .child-state-item .md-ripple-container {
  border-radius: 20px;
}
#user-type-states-edit .states-container .children-states-container .states-list {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#user-type-states-edit .states-container .children-states-container .states-list .states-list-item {
  max-width: 80%;
  margin-left: 3em;
}
#user-type-states-edit .states-container .children-states-container .child-state-permissions-container {
  max-width: 85%;
}
#user-type-states-edit .states-container .children-states-container .child-state-permissions-container ul {
  transition: 0.2s height;
  overflow: hidden;
}
#user-type-states-edit .states-container .children-states-container .child-state-permissions-container ul li {
  margin: 0px;
}
#user-type-states-edit .states-container .children-states-container .child-state-permissions-container ul li md-list-item {
  border: 1px solid #f1f1f1;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  font-size: 0.85em;
}
#user-type-states-edit .states-container .children-states-container .child-state-permissions-container ul li md-list-item .md-list-item-inner {
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  padding: 0px;
  padding-left: 5%;
}
#user-type-states-edit .tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#user-type-states-edit .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
#user-type-states-edit .tree li::before,
#user-type-states-edit .tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}
#user-type-states-edit .tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
}
#user-type-states-edit .tree li::after {
  box-sizing: border-box;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-bottom-left-radius: 10px;
  height: 25px;
  top: 0px;
  width: 25px;
}
#user-type-states-edit .tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}
#user-type-states-edit .tree li.parent_li > span {
  cursor: pointer;
}
#user-type-states-edit .tree > ul > li::before,
#user-type-states-edit .tree > ul > li::after {
  border: 0;
}
#user-type-states-edit .tree li:last-child::before {
  height: 14px;
}
#user-type-states-edit .tree li:not(.parent_li) span {
  position: relative;
}
#user-type-states-edit .tree li span:before {
  content: "";
  position: absolute;
  /* border-width - 1px */
  left: -4px;
  bottom: calc(50% - 4px);
  border-color: transparent;
  border-left-color: #999;
  border-style: inherit;
  border-width: 4px;
}
#user-type-states-edit .tree li.parent_li > span:before {
  bottom: initial;
  left: 2px;
  top: 20.5px;
}
#user-type-states-edit .tree > ul > li > span:before {
  display: none;
}
#user-type-states-edit .tree li.parent_li > span:hover,
#user-type-states-edit .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}
#user-type-states-edit .margin-bottom20 {
  margin-bottom: 20px;
}
#user-type-states-edit .margin-bottom10 {
  margin-bottom: 20px;
}

#create-digitisation-order #image_to_digitize_input {
  visibility: hidden;
  display: none;
}
#create-digitisation-order .checkbox .check {
  border-color: #60a71d;
}
#create-digitisation-order .checkbox input[type=checkbox]:checked ~ .check {
  border-color: #60a71d;
  background-color: #60a71d;
}
#create-digitisation-order .turnaround_urgency_switch {
  left: 5px;
}
#create-digitisation-order .turnaround_urgency_switch .check {
  border-color: #60a71d !important;
}
#create-digitisation-order .turnaround_urgency_switch .check::after {
  background: #60a71d !important;
  border-color: #60a71d !important;
}
#create-digitisation-order .turnaround_urgency_switch input[type=checkbox]:checked ~ .check {
  background: #60a71d !important;
}
#create-digitisation-order .turnaround_urgency_switch input[type=checkbox]:checked ~ .check::after {
  background: white !important;
  border-color: white !important;
}
#create-digitisation-order .turnaround_urgency_caption {
  font-size: 14px;
}
#create-digitisation-order .digi_or_vec_choice_radio .check {
  width: 40px;
  height: 40px;
}
#create-digitisation-order .digi_or_vec_choice_radio input[type=radio]:checked ~ .check::before {
  background-color: #60a917;
  border-color: #60a917;
  width: 40px;
  height: 40px;
  left: 5%;
  top: 5%;
}
#create-digitisation-order .input-large {
  min-height: 50px;
}
#create-digitisation-order .input-large .tag {
  margin: 2px 2px;
  height: 36px;
  line-height: 36px;
  width: auto !important;
}
#create-digitisation-order .input-large .tag .title {
  line-height: 36px;
  font-size: 1.25rem;
  text-overflow: none;
  width: auto !important;
  max-width: none;
}
#create-digitisation-order .input-large .tag .remover,
#create-digitisation-order .input-large .tag .dummy_remover {
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 1.25rem;
}
#create-digitisation-order .input-large .tag .dummy_remover {
  opacity: 0.5;
  text-align: center;
}
#create-digitisation-order .input-large .input-wrapper {
  font-size: 1.25rem;
  height: 36px;
  line-height: 36px;
}
#create-digitisation-order .textarea {
  min-height: 50px !important;
}
#create-digitisation-order .tag-input {
  min-height: 66px !important;
}
#create-digitisation-order .priority_order_checkbox_caption {
  font-size: 20px;
  font-weight: bold;
}
#create-digitisation-order .priority_order_checkbox_check {
  height: 40px;
  width: 40px;
}
#create-digitisation-order .priority_order_checkbox_check::before {
  height: 10px;
  width: 20px;
  left: 40%;
  top: 40%;
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-color: white;
}
@media only screen and (max-width: 1200px) {
  #create-digitisation-order #files_to_add_table td:nth-of-type(1):before {
    text-align: left;
    content: "VIEWING";
  }
  #create-digitisation-order #files_to_add_table td:nth-of-type(2):before {
    text-align: left;
    content: "THUMBNAIL";
  }
  #create-digitisation-order #files_to_add_table td:nth-of-type(3):before {
    text-align: left;
    content: "FILE NAME";
  }
  #create-digitisation-order #files_to_add_table td:nth-of-type(4):before {
    text-align: left;
    content: "CANCEL?";
  }
}

#edit-digitisation-order .question_and_answer_block {
  font-size: 14px;
}
#edit-digitisation-order #q_and_a_panel .dropdown-toggle::before {
  border-color: black !important;
}
#edit-digitisation-order .pdf_container {
  min-height: 600px;
  height: auto;
}
#edit-digitisation-order .digi_vec_switch_warning_incidator {
  animation-name: green-warning-indicator;
  animation-duration: 2s;
  animation-iteration-count: 5;
  visibility: hidden;
}
#edit-digitisation-order .tally {
  line-height: 18px;
}
#edit-digitisation-order .shortcut .caption {
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1rem !important;
  height: 1.75rem !important;
}
#edit-digitisation-order .digitiser_message_panel .dropdown-toggle::before {
  border-color: white !important;
}
#edit-digitisation-order .pdf_container {
  height: 500px !important;
}
#edit-digitisation-order .input-large {
  min-height: 50px;
}
#edit-digitisation-order .input-large .tag {
  margin: 2px 2px;
  height: 36px;
  line-height: 36px;
  width: auto !important;
}
#edit-digitisation-order .input-large .tag .title {
  line-height: 36px;
  font-size: 1.25rem;
  text-overflow: none;
  width: auto !important;
  max-width: none;
}
#edit-digitisation-order .input-large .tag .remover,
#edit-digitisation-order .input-large .tag .dummy_remover {
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 1.25rem;
}
#edit-digitisation-order .input-large .tag .dummy_remover {
  opacity: 0.5;
  text-align: center;
}
#edit-digitisation-order .input-large .input-wrapper {
  font-size: 1.25rem;
  height: 36px;
  line-height: 36px;
}
#edit-digitisation-order .consumer_approval_email_badge {
  font-size: 16px;
}
@keyframes green-warning-indicator {
  0% {
    opacity: 0;
    visibility: visible;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#edit-digitisation-order .digitiser_message_panel {
  border: none !important;
}
#edit-digitisation-order .digitiser_message_panel .panel-content {
  background-color: #e4e4e4;
  max-height: 110px;
  overflow-y: auto;
}
#edit-digitisation-order .download_digi_files_button {
  border-color: #2684df !important;
  color: #2684df !important;
}
#edit-digitisation-order .download_digi_files_button_downloaded {
  border-color: #00449f !important;
  background-color: #00449f !important;
  color: white;
}
#edit-digitisation-order .download_digi_files_button:hover {
  background-color: #2684df !important;
  color: white !important;
}
#edit-digitisation-order #uploaded_images_table {
  table-layout: fixed;
  width: 100%;
}
#edit-digitisation-order #uploaded_images_table .file_name_column {
  width: 35% !important;
  word-wrap: break-word;
  text-overflow: ellipsis !important;
  font-size: 1rem;
}
#edit-digitisation-order #uploaded_images_table .description_column_header {
  width: 25%;
  font-size: 1rem;
}
#edit-digitisation-order #uploaded_images_table .uploaded_date_column {
  width: 25% !important;
  word-wrap: break-word;
  text-overflow: ellipsis !important;
  font-size: 1rem;
}
#edit-digitisation-order #uploaded_images_table .description_column {
  word-wrap: break-word;
  text-overflow: ellipsis !important;
  font-size: 1rem;
}
#edit-digitisation-order #uploaded_images_table .download_column {
  width: 25%;
  font-size: 1rem;
}
#edit-digitisation-order .eye_column {
  width: 5%;
}
#edit-digitisation-order .thumbnail_column {
  width: 10%;
}
#edit-digitisation-order th {
  font-size: 16px;
}
#edit-digitisation-order .consumer_approval_switch .check {
  border-color: #f0a20a;
  background-color: transparent;
}
#edit-digitisation-order .consumer_approval_switch input[type=checkbox]:checked ~ .check {
  border-color: #f0a20a;
  background-color: #f0a20a;
}
#edit-digitisation-order .consumer_approval_switch input[type=checkbox]:disabled ~ .check {
  border-color: rgba(240, 162, 10, 0.45);
  background-color: rgba(240, 162, 10, 0.45);
}
#edit-digitisation-order .consumer_approval_switch input[type=checkbox]:checked ~ .check::after {
  border-color: white;
  background-color: white;
}
#edit-digitisation-order .consumer_approval_switch input[type=checkbox]:disabled ~ .check::after {
  border-color: rgba(240, 162, 10, 0.45);
  background-color: rgba(240, 162, 10, 0.45);
}
#edit-digitisation-order .consumer_approval_switch .check::after {
  border-color: #f0a20a;
  background-color: #f0a20a;
}
#edit-digitisation-order .request_swatch_checkbox .check {
  border-color: #f0a20a;
  background-color: transparent;
}
#edit-digitisation-order .request_swatch_checkbox .caption {
  opacity: 1;
  color: #848484;
}
#edit-digitisation-order .request_swatch_checkbox {
  left: 3px;
}
#edit-digitisation-order .request_swatch_checkbox input[type=checkbox]:checked ~ .check {
  border-color: #f0a20a;
  background-color: #f0a20a;
}
#edit-digitisation-order .request_swatch_checkbox input[type=checkbox]:disabled ~ .check {
  border-color: rgba(240, 162, 10, 0.45);
  background-color: rgba(240, 162, 10, 0.45);
}
#edit-digitisation-order .request_swatch_checkbox input[type=checkbox]:checked ~ .check::after {
  border-color: white;
  background-color: white;
}
#edit-digitisation-order .request_swatch_checkbox input[type=checkbox]:disabled ~ .check::after {
  border-color: rgba(240, 162, 10, 0.45);
  background-color: rgba(240, 162, 10, 0.45);
}
#edit-digitisation-order .request_swatch_checkbox .check::after {
  border-color: #f0a20a;
  background-color: #f0a20a;
}
#edit-digitisation-order #consumer_email_input:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#edit-digitisation-order .swatch_image {
  height: 48px;
}
#edit-digitisation-order #order_log_card .card-content .dropdown-toggle::before {
  border-color: black;
}
@media only screen and (max-width: 1200px) {
  #edit-digitisation-order .resubmit_images_table td:nth-of-type(1):before {
    text-align: left;
    content: "Thumbnail";
  }
  #edit-digitisation-order .resubmit_images_table td:nth-of-type(2):before {
    text-align: left;
    content: "File Name";
  }
  #edit-digitisation-order .resubmit_images_table td:nth-of-type(3):before {
    text-align: left;
    content: "Cancel?";
  }
  #edit-digitisation-order #uploaded_images_table .eye_column,
  #edit-digitisation-order #uploaded_images_table .file_name_column {
    width: 100% !important;
  }
  #edit-digitisation-order #uploaded_images_table td:nth-of-type(1):before {
    text-align: left;
    content: "VIEWING";
  }
  #edit-digitisation-order #uploaded_images_table td:nth-of-type(2):before {
    text-align: left;
    content: "THUMBNAIL";
  }
  #edit-digitisation-order #uploaded_images_table td:nth-of-type(3):before {
    text-align: left;
    content: "FILE NAME";
  }
  #edit-digitisation-order #uploaded_images_table td:nth-of-type(4):before {
    text-align: left;
    content: "UPLOADED";
  }
  #edit-digitisation-order #uploaded_images_table td:nth-of-type(5):before {
    text-align: left;
    content: "DESCRIPION";
  }
  #edit-digitisation-order #uploaded_images_table td:nth-of-type(6):before {
    text-align: left;
    content: "DOWNLOAD";
  }
  #edit-digitisation-order #estimated_stitch_counts_table td:nth-of-type(1):before {
    text-align: left;
    content: "#";
  }
  #edit-digitisation-order #estimated_stitch_counts_table td:nth-of-type(2):before {
    text-align: left;
    content: "STITCHES";
  }
  #edit-digitisation-order #estimated_stitch_counts_table td:nth-of-type(2):before {
    text-align: left;
    content: "WIDTH/HEIGHT (mm)";
  }
  #edit-digitisation-order .design_package_table_digitising td:nth-of-type(1):before {
    text-align: left;
    content: "VIEWING";
  }
  #edit-digitisation-order .design_package_table_digitising td:nth-of-type(2):before {
    text-align: left;
    content: "NO.";
  }
  #edit-digitisation-order .design_package_table_digitising td:nth-of-type(3):before {
    text-align: left;
    content: "CREATED";
  }
  #edit-digitisation-order .design_package_table_digitising td:nth-of-type(4):before {
    text-align: left;
    content: "STITCH COUNT";
  }
  #edit-digitisation-order .design_package_table_digitising td:nth-of-type(5):before {
    text-align: left;
    content: "FILES";
  }
  #edit-digitisation-order .design_package_table_digitising td:nth-of-type(6):before {
    text-align: left;
    content: "SEND TO DESIGN TOOL";
  }
  #edit-digitisation-order .design_package_table_digitising td:nth-of-type(7):before {
    text-align: left;
    content: "SWATCH IMAGE";
  }
  #edit-digitisation-order .design_package_table_vectorising td:nth-of-type(1):before {
    text-align: left;
    content: "VIEWING";
  }
  #edit-digitisation-order .design_package_table_vectorising td:nth-of-type(2):before {
    text-align: left;
    content: "NO.";
  }
  #edit-digitisation-order .design_package_table_vectorising td:nth-of-type(3):before {
    text-align: left;
    content: "CREATED";
  }
  #edit-digitisation-order .design_package_table_vectorising td:nth-of-type(4):before {
    text-align: left;
    content: "WIDTH (mm)";
  }
  #edit-digitisation-order .design_package_table_vectorising td:nth-of-type(5):before {
    text-align: left;
    content: "HEIGHT (mm)";
  }
  #edit-digitisation-order .design_package_table_vectorising td:nth-of-type(6):before {
    text-align: left;
    content: "FILES";
  }
  #edit-digitisation-order .design_package_table_vectorising td:nth-of-type(7):before {
    text-align: left;
    content: "SEND TO DESIGN TOOL";
  }
  #edit-digitisation-order .design_package_table_vectorising td:nth-of-type(8):before {
    text-align: left;
    content: "SWATCH IMAGE";
  }
  #edit-digitisation-order .design_package_table_digitising_after_sent_for_customer_approval td:nth-of-type(1):before {
    text-align: left;
    content: "VIEWING";
  }
  #edit-digitisation-order .design_package_table_digitising_after_sent_for_customer_approval td:nth-of-type(2):before {
    text-align: left;
    content: "NO.";
  }
  #edit-digitisation-order .design_package_table_digitising_after_sent_for_customer_approval td:nth-of-type(3):before {
    text-align: left;
    content: "CREATED";
  }
  #edit-digitisation-order .design_package_table_digitising_after_sent_for_customer_approval td:nth-of-type(4):before {
    text-align: left;
    content: "STITCH COUNT";
  }
  #edit-digitisation-order .design_package_table_digitising_after_sent_for_customer_approval td:nth-of-type(5):before {
    text-align: left;
    content: "FILES";
  }
  #edit-digitisation-order .design_package_table_digitising_after_sent_for_customer_approval td:nth-of-type(6):before {
    text-align: left;
    content: "SWATCH IMAGE";
  }
  #edit-digitisation-order .design_package_table_vectorising_after_sent_for_customer_approval td:nth-of-type(1):before {
    text-align: left;
    content: "VIEWING";
  }
  #edit-digitisation-order .design_package_table_vectorising_after_sent_for_customer_approval td:nth-of-type(2):before {
    text-align: left;
    content: "NO.";
  }
  #edit-digitisation-order .design_package_table_vectorising_after_sent_for_customer_approval td:nth-of-type(3):before {
    text-align: left;
    content: "CREATED";
  }
  #edit-digitisation-order .design_package_table_vectorising_after_sent_for_customer_approval td:nth-of-type(4):before {
    text-align: left;
    content: "WIDTH (mm)";
  }
  #edit-digitisation-order .design_package_table_vectorising_after_sent_for_customer_approval td:nth-of-type(5):before {
    text-align: left;
    content: "HEIGHT (mm)";
  }
  #edit-digitisation-order .design_package_table_vectorising_after_sent_for_customer_approval td:nth-of-type(6):before {
    text-align: left;
    content: "FILES";
  }
  #edit-digitisation-order .design_package_table_vectorising_after_sent_for_customer_approval td:nth-of-type(7):before {
    text-align: left;
    content: "SWATCH IMAGE";
  }
}

#convert-quote-to-order-confirm #priority_order_checkbox_div .checkbox .check {
  border-color: #3d7eff;
}
#convert-quote-to-order-confirm #priority_order_checkbox_div .checkbox input[type=checkbox]:checked ~ .check {
  border-color: #3d7eff;
  background-color: #3d7eff;
}
#convert-quote-to-order-confirm #priority_order_checkbox_div .priority_order_checkbox_caption {
  font-size: 20px;
  font-weight: bold;
}
#convert-quote-to-order-confirm #priority_order_checkbox_div .priority_order_checkbox_check {
  height: 40px;
  width: 40px;
}
#convert-quote-to-order-confirm #priority_order_checkbox_div .priority_order_checkbox_check::before {
  height: 10px;
  width: 20px;
  left: 40%;
  top: 40%;
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-color: white;
}

#failed-delivery-order-details .select::before {
  border-color: black;
  height: 0.625rem;
  width: 0.625rem;
  top: 10px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}

#create_text_design .badge.inline {
  top: 0px;
}
#create_text_design .radio.disabled .caption {
  color: #c2c2c2 !important;
}
#create_text_design .heat_transfer_or_laser_choice_radio .check {
  width: 40px;
  height: 40px;
}
#create_text_design .heat_transfer_or_laser_choice_radio input[type=radio].check {
  border-color: #0061ba;
}
#create_text_design .heat_transfer_or_laser_choice_radio input[type=radio]:checked ~ .check::before {
  background-color: #0061ba;
  border-color: #0061ba;
  width: 40px;
  height: 40px;
  left: 5%;
  top: 5%;
}
#create_text_design .heat_transfer_or_laser_choice_radio .heat_transfer_caption,
#create_text_design .heat_transfer_or_laser_choice_radio .laser_caption {
  font-size: 24px;
}
#create_text_design .fact-box-container {
  margin: 0 !important;
  padding: 0 !important;
}
#create_text_design .main-header-container {
  background: #d2d0d0;
  padding: 10px;
}
#create_text_design .add-text-layer-button {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 41px;
  padding: 0;
}
#create_text_design .add-text-layer-button .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  color: white;
  background: #055299;
}
#create_text_design .add-text-layer-button .text-container {
  display: flex;
  align-items: start;
  justify-content: center;
  font-size: 1.1em;
  height: 40px;
  flex: 1;
}
#create_text_design .add-text-layer-button .text-container span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#create_text_design .design-search-input-icon {
  height: 39px;
  width: 39px;
  min-width: 39px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #055299;
  color: white;
}
#create_text_design input {
  height: 40px;
  line-height: 40px;
}
#create_text_design .dt_panelbox {
  border: 1px solid #baccdd;
}
#create_text_design .layer-header {
  height: 50px;
}
#create_text_design .layer-header .layer-index-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius-bottom-right: 50px;
  font-size: 0.75em;
  background: white;
  z-index: 1;
}
#create_text_design .layer-header .layer-text-background {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#create_text_design .layer-header .layer-logo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
#create_text_design .layer-header .layer-logo-image img {
  max-width: 80%;
  max-height: 80%;
  align-self: center;
}
#create_text_design .layer-header .layer-code {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#create_text_design .layer-header .layer-size {
  display: flex;
  align-items: center;
  width: 30%;
  text-align: right;
  font-size: 0.9em;
}
#create_text_design .layer-header .layer-size div {
  width: 100% !important;
  padding-right: 10px;
}
#create_text_design .layer-header .layer-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #booked_in_asn_details {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #booked_in_asn_details td:nth-of-type(1):before {
    content: "SKU";
  }
  #booked_in_asn_details td:nth-of-type(2):before {
    content: "Description";
  }
  #booked_in_asn_details td:nth-of-type(3):before {
    content: "Original ASN Qty.";
  }
  #booked_in_asn_details td:nth-of-type(4):before {
    content: "Quantity";
  }
}

#booked_in_asn_query input[type=text], #booked_in_asn_query select, #booked_in_asn_query input, #booked_in_asn_query .select, #booked_in_asn_query .input {
  box-shadow: none !important;
  border: none !important;
  padding-left: 2px !important;
}
#booked_in_asn_query .textarea {
  border-color: #d2d2d2 !important;
  box-shadow: none !important;
  min-height: 200px !important;
}
#booked_in_asn_query .order-header .select {
  border-bottom: 1px solid #0b5394 !important;
}
#booked_in_asn_query .order-header .select input {
  border: none !important;
}
#booked_in_asn_query .order-header .select .input {
  border: 1px solid #0b5394 !important;
}
#booked_in_asn_query .order-header .input {
  border-bottom: 1px solid #0b5394 !important;
}
#booked_in_asn_query .default-avatar-container {
  background-color: transparent;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin: auto;
}
#booked_in_asn_query .default-avatar {
  padding: 8px;
  font-size: 25px !important;
  font-weight: bold;
  background-color: #ddd;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#booked_in_asn_query .img-container.thumbnail .title {
  font-size: 0.8rem !important;
  line-height: 1;
}
#booked_in_asn_query .truncate-text {
  display: block;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#booked_in_asn_query .img-container .image-overlay {
  padding: 0.9em !important;
}
#booked_in_asn_query .command-button {
  padding: 0 !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}
#booked_in_asn_query .command-button .caption, #booked_in_asn_query .image-button .caption {
  margin: 0.8rem !important;
  margin-left: 0.4rem !important;
  text-align: center !important;
}
#booked_in_asn_query .command-button.warning.outline {
  color: #0061ba !important;
  border-color: #0061ba !important;
}
#booked_in_asn_query .img-container .command-button .icon {
  font-size: 1rem !important;
}
#booked_in_asn_query .img-container .command-button .iconFont {
  font-size: 2rem !important;
}
#booked_in_asn_query .img-container .command-button .caption {
  margin-left: 0.1rem !important;
  text-align: center !important;
}
#booked_in_asn_query .command-button .img-container .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 0.275rem !important;
  line-height: 1rem;
  padding: 2em;
  background-color: rgba(27, 161, 226, 0.7);
  color: #ffffff;
  text-align: center;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}
#booked_in_asn_query .img-container .image-overlay {
  font-size: 0.275rem !important;
}
#booked_in_asn_query .img-container .image-overlay .icon {
  position: absolute;
  font-size: 1rem !important;
  bottom: 30%;
  top: 30%;
  left: 30%;
  right: 30%;
}
#booked_in_asn_query .iconText:before {
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#booked_in_asn_query .iconExcel:before {
  content: "\f1c3";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#booked_in_asn_query .iconPdf:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#booked_in_asn_query .iconDoc:before {
  content: "\f1c9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}
#booked_in_asn_query .iconImage:before {
  content: "\f1c5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit !important;
  font-size: 20px;
}

/*SSP-882 HP Setup css for customer supplied icon set up + */
:root {
  --mainPageHeight_DesignTool: 122px;
}

.stitchLoaderContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(110vh - 60px);
  z-index: 10000000;
  text-align: center;
}

.stitchLoader {
  top: 45%;
  opacity: 0.4;
  width: 100px;
  height: 100px;
  margin: 2% auto;
  background: url("../../assets/img/designtool/stitchLoader.png") left center;
  animation: playStitchLoader 3s steps(21) infinite;
}

.stitchSpinnerSize07 {
  transform: scale(0.7);
  top: 0;
}

@keyframes playStitchLoader {
  100% {
    background-position: -4200px;
  }
}
.dt_processing {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
}

.dt_hintWrap {
  word-break: break-word;
}

.dt_block {
  display: block;
}

.dt_template {
  position: absolute;
  font-size: 1.6em;
  right: 0;
  color: #6d8dab;
  opacity: 0.8;
}

/*SSP-882 HP Setup css for customer supplied icon set up + */
.dt_customer_supplied {
  position: absolute;
  font-size: 1.6em;
  right: 0;
}

/*SSP-882 HP - */
.dt_template_design {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #6d8dab;
}

.dt_notesField {
  white-space: pre-wrap;
  line-height: 1.2;
}

.dt_bullets .bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 2px;
}
.dt_bullets .blue {
  background-color: blue;
}
.dt_bullets .red {
  background-color: red;
}
.dt_bullets .orange {
  background-color: orange;
}
.dt_bullets .purple {
  background-color: purple;
}
.dt_bullets .pink {
  background-color: deeppink;
}

.dt_noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.dt_createPrintTextImage {
  min-height: 150px;
}

.dt_createPrintTextarea {
  max-width: 100%;
}

.dt_nowrap {
  white-space: nowrap;
}

.dt_buttonSelected {
  background-color: #2185e0 !important;
}

.dt_customSVGButton {
  width: 30px;
  height: 30px;
  fill: #0061ba;
  stroke: #80a7e1;
  stroke-width: 5;
}

.dt_panel_svg {
  width: 100%;
  height: 100%;
  fill: #6d8dab;
  stroke: #000000;
  stroke-width: 1px;
}

.dt_designlogo_svg {
  width: 40%;
  height: 40%;
  fill: #d8d8d8;
  stroke: #bebebe;
  stroke-width: 1px;
}

.dt_redHistory {
  background-color: #cc142e !important;
}

.dt_historyHigh {
  color: #ff0000;
  font-weight: 500;
}

.dt_red {
  color: #ff0000;
}

.dt_blue {
  color: #0061ba;
}

.dt_blue_background {
  background-color: #0061ba;
}

.dt_slider {
  height: 1.5rem;
}

.dt_menu_modal {
  padding: 0 2rem 0 2.5rem;
  font-size: 0.875rem;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  min-width: 12.5rem;
}

.dt_rabbitOpacity {
  opacity: 0.5;
}

.dt_mainScrollBox {
  overflow-y: auto;
  overflow-x: hidden;
}

.dt_noteWidth {
  max-width: 350px;
}

.dt_logoBox {
  width: 265px;
}
.dt_logoBox:hover {
  cursor: pointer;
}

.design-card {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  margin: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  outline: 2px solid transparent;
  transition: 0.2s ease-in-out;
}
.design-card:hover {
  cursor: pointer;
  box-shadow: -1px 3px 8px 0px rgba(0, 0, 0, 0.4);
}
.design-card.design-selected {
  outline: 2px solid #607d8b;
}
.design-card.archived .design-card-header {
  background-color: indianred;
}
.design-card.archived.design-selected {
  outline: 2px solid indianred;
}
.design-card.archived .design-card-image img {
  opacity: 0.25;
}
.design-card .design-card-header {
  height: 40px;
  color: white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #607d8b;
}
.design-card .design-card-header .design-code {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.design-card .design-card-header .design-type-icons {
  font-size: 0.9em;
}
.design-card .design-card-header .design-type-icons .design-icon {
  width: 40px;
  height: 40px;
}
.design-card .design-card-header .design-type-icons img {
  max-height: 70%;
  max-width: 70%;
  align-self: center;
}
.design-card .design-card-header .design-type-icons svg {
  margin-right: 5px;
  max-width: 70%;
  max-height: 70%;
}
.design-card .design-card-header .design-type-icons svg path {
  fill: white;
}
.design-card .design-card-image {
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  background-color: #f7f7f7;
  width: 100%;
  overflow: hidden;
}
.design-card .design-card-image img {
  max-height: 100%;
  max-width: 100%;
  padding: 10px;
  align-self: center;
}
.design-card .design-card-description {
  justify-content: space-evenly;
  flex: 1;
}
.design-card .design-card-description .description-row .w-50 {
  padding-left: 15px;
  padding-right: 20px;
}
.design-card .design-card-description .description-row .title {
  font-size: 12px;
  color: #a7a7a7;
}
.design-card .design-card-description .description-row .value {
  font-size: 14px;
  font-weight: 500;
  color: #4b5e67;
}

.dt_designPanelHeader {
  font-size: 0.9em;
  padding: 5px;
}

.dt_panelHeadColour {
  background-color: #6d8dab;
}

.dt_designPanelText {
  font-size: 0.75em;
}

.dt_panelImageSizeCustomerDesign {
  max-width: 95%;
  height: 240px;
  text-align: center;
}

.dt_panelSmallPreview {
  max-width: 100%;
  height: 120px;
  text-align: center;
  padding: 5px;
}

.dt_panelImageDesignTable {
  max-width: 100%;
  height: 70px;
  text-align: center;
}

.dt_panelImageSize {
  height: 100px;
  width: 223px;
  text-align: center;
}

.dt_textDesignSidePanel {
  width: 400px;
}
.dt_textDesignSidePanel .rg-left {
  left: -10px !important;
}

.dt_sidepanelLogo {
  width: 500px !important;
}
.dt_sidepanelLogo .rg-left {
  left: -10px !important;
}

.dt_sidepanelCustomer {
  width: 350px !important;
}

.dt_sidepanelDesignTool {
  width: 400px !important;
}
.dt_sidepanelDesignTool .rg-left {
  left: -10px !important;
}

.dt_verticalText {
  vertical-align: top;
  margin-left: 10px;
}

.dt_textarea {
  resize: none;
  height: 180px;
}

.dt_design_background_colour {
  outline: none !important;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: none !important;
  opacity: 0.01;
}

.dt_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -8px;
  left: 130px;
  border-width: 0 8px 8px;
  z-index: 1000;
}

.dt_background-colour {
  border: 1px rgba(190, 190, 190, 0.7450980392) solid;
  width: 100%;
  height: 40px;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}

.dt_checkerboard {
  background-image: linear-gradient(45deg, #ededed 25%, transparent 25%, transparent 75%, #ededed 75%), linear-gradient(45deg, #ededed 25%, #ffffff 25%, #ffffff 75%, #ededed 75%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.dt_mixblend {
  color: rgb(255, 255, 255);
  mix-blend-mode: difference;
}

.dt_dropper-dropdown-content {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
}
.dt_dropper-dropdown-content div {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  width: 100px;
  padding: 5%;
  display: block !important;
  overflow: hidden !important;
}

.zHeight2 {
  z-index: 2;
}

.zHeight5 {
  z-index: 5;
}

.dt_dropper-dropdown-content ul {
  color: black;
  text-decoration: none;
  display: block;
  margin: 0;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bottom {
  fill: blue;
  stroke: red;
}

.dt_dropper-dropdown-content ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-display: row;
  height: 40px;
  width: 100%;
  margin-bottom: 1px;
  box-shadow: 1px 1px 1px 0px rgb(236, 236, 236);
  transition: 0.25s ease-in-out;
}
.dt_dropper-dropdown-content ul li:hover {
  background-color: #ececec;
  cursor: pointer;
}
.dt_dropper-dropdown-content ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.dt_dropper-dropdown-content ul li .dt_colourbox {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border: none;
  margin: 0;
  font-size: 0.8em;
  text-align: center;
}
.dt_dropper-dropdown-content ul li .dt_colourbox img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.dt_dropper-dropdown-content li:hover {
  background-color: #ddd;
}

.dt_dropper-fixedInputHeight {
  height: 70px;
  position: relative;
}

.dt_dropper-fixedInputHeight_textprint {
  height: 55px;
  position: relative;
}

.dt_colourbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  margin-right: 5px;
}

.dt_svg_area {
  overflow: hidden;
  height: calc(100vh - 112px);
}

.dt_image_area {
  overflow: hidden;
  height: calc(100vh - 112px);
  background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.dt_image_size {
  width: 100%;
  max-height: calc(100vh - 112px);
}

#svgContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 5px;
}

.opacifyColour {
  opacity: 0.22;
}

/* These two classes are used in the image popup dialog code in designlogo controller */
.dt_popUpImageDialog {
  text-align: center;
  height: 100vh;
  overflow: visible;
}

.dt_popUpImageDialog .ngdialog-content {
  width: 90vw !important;
  display: inline-block;
}

.dt_popupImageSize {
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
}

.dt_popupImageModal {
  height: 80vh;
}

.dt_white-button {
  background-color: white !important;
}

.dt_white-button.active {
  background-color: white;
}

.dt_white-button:hover {
  border: 1px solid black;
}

/* Small Gallery Thumbs */
.dt_parent-thumb {
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.dt_child_thumb {
  display: block;
  width: 100%;
  height: 100%;
}

.dt_child_thumb_background {
  background: url("../../assets/img/designtool/processing_op.svg");
  background-color: white;
}

.dt_child_image {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  margin: 2%;
  width: 100%;
  height: 100%;
}

.dt_vSpacing span {
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}

.dt_vSpacing span small {
  vertical-align: top;
}

.dt_preview {
  height: 100%;
  width: 33px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  background-color: #ffffff;
}

.dt_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ca393c;
  overflow: hidden;
  opacity: 0.6;
  width: 0;
  height: 100%;
  transition: 0.1s ease;
}

.dt_parent-thumb:hover .dt_overlay {
  width: 100%;
}

.dt_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* Large Gallery thumbs */
.dt_mainGal-thumb {
  width: 150px;
  height: 150px;
}

.dt_mainGal-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ca393c;
  overflow: hidden;
  opacity: 0.6;
  height: 0;
  width: 100%;
  transition: 0.1s ease;
}

.dt_text-right {
  text-align: right;
}

.dt_mainGal-thumb:hover .dt_mainGal-overlay {
  height: 20%;
}

/* End Large Gallery */
.dt_spin_button {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dt_spinner {
  vertical-align: top;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dt_deletedLogo {
  background-color: #ffecea !important;
}

.dt_deletedLogoHover {
  background-color: #ffb9bc !important;
}

.dt_deletedArchiveLogo {
  background-color: rgba(205, 92, 92, 0.831372549) !important;
}

.dt_deletedArchiveLogoHover {
  background-color: #b95858 !important;
}

.dt_deletedArchiveLogo_marker {
  top: 1px;
  width: 38px !important;
  height: 38px !important;
}

.dt_newFile {
  background-color: #e1fbff !important;
}

.dt_deleteText {
  color: #cc142e;
}

.dt_ulist {
  list-style: none;
}

.dt_hightlights {
  background-color: red;
}

.dt_highlight_panel {
  animation-name: panelkeyframes;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

@keyframes panelkeyframes {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fe4445;
    color: #ffffff;
  }
  75% {
    background-color: #fe4445;
    color: #ffffff;
  }
  100% {
    background-color: #f5f5f5;
    color: #000000;
  }
}
.dt_address {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.dt_address input {
  background-color: transparent !important;
  border: 0 solid !important;
}

.dt_history body {
  height: 300px !important;
  overflow: auto;
  background-color: red;
  display: block;
}

.ngdialog.ngdialog-theme-default.dt_designTable .ngdialog-content {
  width: 70% !important;
}

.ngdialog.ngdialog-theme-default.dt_multipleDesignTable .ngdialog-content {
  width: 90% !important;
}

.dt_list-comma::before {
  content: ",";
}

.dt_list-comma:first-child::before {
  content: "";
}

.dt_design_table {
  table-layout: fixed;
  margin-bottom: 0;
}

.dt_design_table td {
  word-wrap: break-word !important;
  white-space: normal !important;
}

/* This is for the customer Design table */
.dt_tableTop {
  border-top: 1px solid #c2c2c2;
}

.dt_custable_designimage {
  background-color: white;
  border: 1px solid #c2c2c2;
}

.dt_tableTop:hover {
  background: #bfcde2 !important;
}

.dt_tableTop:hover + tr {
  background: #cfd8e5;
}

.dt_tableBottomTop {
  background: #cfd8e5;
}

.dt_tableBottomBottom {
  background: #bfcde2 !important;
}

.dt_panel_image_size {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dt_garmentInput {
  padding: 0 4px 0 4px !important;
  height: 25px !important;
}

.dt_garmentPanel {
  background-color: #ffffff;
  width: 100%;
}

.dt_delete_text {
  color: red;
}

input.dt_invalid_input {
  background-color: #f8d7da !important;
  border-color: red !important;
}

.dt_centre_textarea {
  text-align: center;
}

.super-timepicker {
  cursor: pointer;
}
.super-timepicker .mainTime {
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  width: auto;
  z-index: 200;
  border: 1px solid #9291b8;
}
.super-timepicker .timeRow {
  display: flex;
  flex-wrap: wrap;
}
.super-timepicker .timeBlock {
  display: inline-block;
}
.super-timepicker .timeButtons {
  position: absolute;
  right: 0;
}
.super-timepicker .buttonstyle {
  margin: 2px;
}
.super-timepicker .buttonHours {
  background-color: #3e87b4;
}
.super-timepicker .buttonSeconds {
  background-color: #0e99ee;
}
.super-timepicker .buttonSelected {
  background-color: #255e81;
  border: 1px solid red;
}
.super-timepicker .buttonstyle:hover {
  background-color: red;
}
.super-timepicker .boxTitle {
  text-align: center;
}
.super-timepicker .t-wrapper {
  border: 1px solid #9291b8;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.super-timepicker .t-wrapper .hours,
.super-timepicker .t-wrapper .minutes {
  display: block;
  flex: 1;
  border: 1px solid #9291b8;
  text-align: center;
  height: 38px;
  line-height: 34px;
  position: relative;
  font-size: 1.2em;
}
.super-timepicker .t-wrapper .hours::before,
.super-timepicker .t-wrapper .minutes::before {
  content: attr(data-title);
  position: absolute;
  display: block;
  font-size: 8px;
  line-height: 12px;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
}

.super-select-dropdown .dropdown {
  display: block;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 28px;
  padding-left: 2px;
  z-index: 6;
  list-style: none;
  left: -6px;
}
.super-select-dropdown .dropdown li:hover {
  background-color: #0061b9;
  color: #ffffff;
}
.super-select-dropdown .dropdown li:hover .title {
  color: yellow;
}
.super-select-dropdown .dropdown li:hover .title2 {
  color: white;
}
.super-select-dropdown .dropdown .line {
  padding: 5px;
  border-bottom: 1px solid #0000cc;
}
.super-select-dropdown .dropdown .imageFont {
  padding: 5px;
  border-top: 1px solid #0000cc;
}
.super-select-dropdown .thumbnail-container {
  width: 55px;
  display: inline-block;
}
.super-select-dropdown .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 30px;
  max-width: 50px;
  margin-left: 3px;
}
.super-select-dropdown .spinner {
  background-color: #ffffff;
  background-image: url("../../assets/img/designtool/loading.gif");
  background-size: 25px 25px;
  background-position: right center;
  background-repeat: no-repeat;
}

/* CSS for Text Design */
.textdesignFAQ .fontlist {
  background-color: #ffffff;
  position: absolute;
  min-width: 330px;
  left: -12px;
  z-index: 5;
  list-style: none;
  padding: 4px;
  overflow-x: auto;
  height: 200px;
}
.textdesignFAQ .fontlist li {
  padding: 5px;
  border-top: 1px solid #0000cc;
}
.textdesignFAQ .fontlist li:hover {
  background-color: #0061b9;
  color: #ffffff;
}

#design-tool-text .design-tool-workspace .layer {
  position: absolute !important;
}
#design-tool-text .design-tool-workspace .layer.active {
  box-shadow: 0 0 0 0.1em #2185e0;
}
#design-tool-text .design-tool-workspace .layer img {
  display: block;
}

#create_text_design {
  /*	.single-operation-button{
          background-color:#0061ba;
      }
      .single-operation-button.active{
          background-color:#0061ba;
      }*/
}
#create_text_design .graph_area {
  overflow: hidden;
  height: calc(100vh - 120px);
}
#create_text_design .dt_panelbox {
  border: 1px solid #baccdd;
}
#create_text_design .dt_panelselected {
  transition: background-color 1s ease;
  background-color: #e1e1e1;
  animation: rippleDrop 0.6s linear;
}
@keyframes rippleDrop {
  50% {
    transform: scale(1.01);
    opacity: 0.8;
    background-color: red;
  }
}
#create_text_design .textformat-button {
  background-color: #989898;
}
#create_text_design .textformat-button.active {
  background-color: #0061ba;
}
#create_text_design .delete-button {
  background-color: red;
}
#create_text_design .delete-button.active {
  background-color: red;
}
#create_text_design .information {
  color: #c0392b;
  font-size: 12px;
  line-height: 0 !important;
}
#create_text_design .designthumb {
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 30px;
  max-width: 50px;
}
#create_text_design .shadow {
  filter: drop-shadow(0px 0px 3px #999);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#999')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#999')";
}

#design-tool-text .waiting {
  z-index: 20000;
  float: left;
}
#design-tool-text .design-tool-workspace.grid .design-tool-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: default;
}
#design-tool-text .design-tool-workspace.grid .design-tool-grid svg {
  font: 10px sans-serif;
}
#design-tool-text .design-tool-workspace.grid .design-tool-grid svg .grid .tick {
  stroke: lightgrey;
  opacity: 0.13 !important;
}
#design-tool-text .design-tool-workspace.grid .design-tool-grid svg .grid path {
  stroke-width: 0;
}
#design-tool-text .design-tool-workspace.grid .design-tool-grid svg .centre .domain {
  stroke: red;
  opacity: 0.5 !important;
}
#design-tool-text .design-tool-workspace.grid .design-tool-grid svg .axis {
  shape-rendering: crispEdges;
}
#design-tool-text .design-tool-workspace.grid .design-tool-grid svg .axis line {
  fill: none;
  stroke: red;
  shape-rendering: crispEdges;
}
#design-tool-text .design-tool-workspace.grid .design-tool-grid svg .y.axis line,
#design-tool-text .design-tool-workspace.grid .design-tool-grid svg .y.axis path {
  fill: none;
  stroke: lightgrey;
}
#design-tool-text .design-tool-workspace.grid .design-tool-grid svg .domain {
  fill: none;
  stroke: black;
  stroke-width: 1;
}
#design-tool-text hr {
  margin: 15px 0;
}

#design-tool-text .design-tool-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  overflow: hidden;
  color: #cbcbcb;
  line-height: 25px;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 5px;
}

/* Used for table models and stops it breaking out of the table */
.dt_modalDisableMinWidth .bottom-pagination-bar,
.dt_modalDisableMinWidth .table {
  min-width: 0 !important;
}

/* End CSS for text design */
@media only screen and (max-width: 800px), (max-device-width: 425px) {
  .factboxCollapse #fact-box.expanded {
    max-height: 40% !important;
  }
  #create_text_design .graph_area {
    overflow: hidden;
    height: 50vh;
  }
  #create_text_design .dt_changeGraphfull {
    height: calc(100vh - 120px);
  }
  .stitchLoader {
    top: 25%;
  }
  .dt_svg_area {
    height: 48vh;
  }
  .dt_svgfull {
    height: calc(100vh - 120px);
  }
  .dt_popupImageSize {
    height: auto;
    max-height: 100% !important;
    max-width: 100% !important;
  }
  .dt_popupImageModal {
    height: auto;
    max-height: 80vh;
  }
  .dt_noteWidth {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  .ngdialog.ngdialog-theme-default.dt_designTable .ngdialog-content {
    width: 100% !important;
  }
  .ngdialog.ngdialog-theme-default.dt_multipleDesignTable .ngdialog-content {
    width: 100% !important;
  }
  .dt_garment-delete {
    margin-top: 10px;
  }
  .dt_customerPage td:nth-of-type(1):before {
    content: "Customer Number";
  }
  .dt_customerPage td:nth-of-type(2):before {
    content: "Customer Name";
  }
  .dt_customerPage td:nth-of-type(3):before {
    content: "Customer Address";
  }
  .dt_customerPage td:nth-of-type(4):before {
    content: "Invoice Account";
  }
  .dt_customerHistory td:nth-of-type(1):before {
    content: "Date";
  }
  .dt_customerHistory td:nth-of-type(2):before {
    content: "Time";
  }
  .dt_customerHistory td:nth-of-type(3):before {
    content: "Name";
  }
  .dt_customerHistory td:nth-of-type(4):before {
    content: "Status";
  }
  .modalDesigns {
    /* This is for the customer Design table */
  }
  .modalDesigns td:nth-child(odd) {
    background: none !important;
  }
  .modalDesigns td:nth-child(even) {
    background: none !important;
  }
  .modalDesigns .dt_tableTop:hover {
    background: #bfcde2 !important;
  }
  .modalDesigns .dt_tableTop:hover + tr {
    background: #cfd8e5 !important;
  }
  .modalDesigns .dt_tableBottomTop {
    background: #cfd8e5 !important;
  }
  .modalDesigns .dt_tableBottomBottom {
    background: #bfcde2 !important;
  }
  .modalDesigns td:nth-of-type(1):before {
    content: "Image";
  }
  .modalDesigns td:nth-of-type(2):before {
    content: "Design Number";
  }
  .modalDesigns td:nth-of-type(3):before {
    content: "Design Name";
  }
  .modalDesigns td:nth-of-type(4):before {
    content: "Design Type";
  }
  .modalDesigns td:nth-of-type(5):before {
    content: "Design Size";
  }
  .modalDesigns td:nth-of-type(6):before {
    content: "Logo Price";
  }
  .modalDesigns td:nth-of-type(7):before {
    content: "Date Created";
  }
  .modalDesigns td:nth-of-type(8):before {
    content: "Date Viewed";
  }
  .modalDesigns td:nth-of-type(9):before {
    content: "Date Modified";
  }
}
#design-tool-grid-ticks-container {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0) rotate(0.001deg) scale(0.01);
  backface-visibility: hidden;
}
#design-tool-grid-ticks-container #design-tool-grid-middle-ticks {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(rgb(205, 92, 92) 1px, transparent 1px), linear-gradient(-90deg, rgb(205, 92, 92) 1px, transparent 1px);
  transform: translate3d(0, 0, 0) translateZ(0) rotate(0.001deg) scale(100);
  backface-visibility: hidden;
}
#design-tool-grid-ticks-container #design-tool-grid-ticks {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0) translateZ(0) rotate(0.001deg) scale(100);
  backface-visibility: hidden;
  background: url("../img/designtool/design_tool_grid.png");
  background-size: 10mm 10mm, 10mm 10mm, 10mm 10mm;
}

#layers-preview .center {
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
}

#design-tool-container {
  transition: 0.2s ease-in-out;
}
#design-tool-container .stitchLoaderContainer,
#design-tool-container .stitchLoader {
  pointer-events: none;
}
#design-tool-container.loading {
  opacity: 0.7;
}
@media all and (max-width: 320px) {
  #design-tool-container {
    margin-top: 59px;
  }
}
@media all and (max-width: 535px) {
  #design-tool-container .dt_logoBox {
    width: 90%;
  }
  #design-tool-container .dt_logoBox .panel-content {
    text-align: center;
  }
}
@media all and (max-width: 720px) {
  #design-tool-container #design-tool-filter-buttons .menu-button {
    width: 35px !important;
    height: 35px !important;
    min-height: 35px !important;
    min-width: 35px !important;
    font-size: 0.9em;
    line-height: 35px;
  }
  #design-tool-container #fact-box.expanded {
    max-height: calc(100% - 56px) !important;
    height: calc(100% - 56px);
    z-index: 2;
  }
}
#design-tool-container .designs-filters .select {
  box-shadow: none !important;
}
#design-tool-container .designs-filters .select .selected-item {
  z-index: 2;
}
#design-tool-container .designs-filters label {
  margin: 0 !important;
}
#design-tool-container .designs-filters .date-filter-container .date-filter-reset-button {
  background: transparent;
  color: grey;
  position: absolute;
  top: 0px;
  right: 40px;
}
#design-tool-container .designs-filters .other-filter {
  position: relative;
}
#design-tool-container .designs-filters .other-filter .placeholder {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 1.1em;
  pointer-events: none;
  z-index: 1;
}
#design-tool-container .content-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#designLogo .colour-sequence-element .colour-sequence-title {
  aspect-ratio: 1;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#designLogo .colour-sequence-element.playing {
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#designLogo .colour-sequence-element.playing.active {
  opacity: 1;
  scale: 1.005;
}
#designLogo .colour-sequence-element.playing.not-active {
  opacity: 0.3;
  scale: 0.98;
}

.text-layer-picker {
  outline: 1px solid #444;
  width: 100%;
  min-width: 100%;
  height: 32px;
  position: relative;
  cursor: pointer;
}
.text-layer-picker .selected-value {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  background: white;
}
.text-layer-picker .selected-value img {
  max-width: 70%;
  max-height: 70%;
  height: auto;
  width: auto;
  align-self: center;
}
.text-layer-picker .selected-value .layer-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
}
.text-layer-picker .values {
  position: absolute;
  top: calc(100% + 1px);
  left: 1px;
  list-style-type: none;
  width: calc(100% - 3px);
  height: auto;
  min-width: calc(100% - 3px);
  max-width: calc(100% - 3px);
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: white;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.text-layer-picker .values.open {
  max-height: 200px;
}
.text-layer-picker .values .default-value {
  background: #ededed;
}
.text-layer-picker .value {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.2s ease-in-out;
}
.text-layer-picker .value:hover {
  background: #f2f2f2;
  cursor: pointer;
}
.text-layer-picker .value .layer-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
}
.text-layer-picker .value img {
  max-width: 70%;
  max-height: 70%;
  height: auto;
  width: auto;
  align-self: center;
}

#design-tool-print .design-tool-workspace .layer {
  position: absolute !important;
}
#design-tool-print .design-tool-workspace .layer.active {
  outline: 0.1em solid #2185e0;
}
#design-tool-print .design-tool-workspace .layer img {
  display: block;
  backface-visibility: hidden !important;
}
#design-tool-print .design-tool-workspace .layer img:hover {
  cursor: pointer;
}

#create_print_design {
  /*	.single-operation-button{
          background-color:#0061ba;
      }
      .single-operation-button.active{
          background-color:#0061ba;
      }*/
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
  how to remove the virtical space around the range input in IE*/
}
#create_print_design .fact-box-container {
  margin: 0 !important;
  padding: 0 !important;
}
#create_print_design .main-header-container {
  background: #d2d0d0;
  padding: 10px;
}
#create_print_design .add-text-layer-button {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 40px;
  padding: 0;
}
#create_print_design .add-text-layer-button .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  color: white;
  background: #055299;
}
#create_print_design .add-text-layer-button .text-container {
  display: flex;
  align-items: start;
  justify-content: center;
  font-size: 1.1em;
  flex: 1;
}
#create_print_design input {
  height: 40px;
  line-height: 40px;
}
#create_print_design .graph_area {
  overflow: hidden;
  height: calc(100vh - 120px);
}
#create_print_design .dt_panelbox {
  border: 1px solid #baccdd;
}
#create_print_design .layer-header {
  height: 50px;
}
#create_print_design .layer-header .layer-index-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius-bottom-right: 50px;
  font-size: 0.75em;
  background: white;
  z-index: 1;
}
#create_print_design .layer-header .layer-text-background {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#create_print_design .layer-header .layer-logo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
#create_print_design .layer-header .layer-logo-image img {
  max-width: 80%;
  max-height: 80%;
  align-self: center;
}
#create_print_design .layer-header .layer-code {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#create_print_design .layer-header .layer-size {
  display: flex;
  align-items: center;
  width: 30%;
  text-align: right;
  font-size: 0.9em;
}
#create_print_design .layer-header .layer-size div {
  width: 100% !important;
  padding-right: 10px;
}
#create_print_design .layer-header .layer-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
}
#create_print_design .text-layer-select a {
  padding: 0 !important;
  background: white !important;
}
#create_print_design .text-layer-select a .img-container {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 40px;
}
#create_print_design .text-layer-select a .img-container img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 40px;
  align-self: center;
}
#create_print_design .text-type-select .text-type-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: red;
}
#create_print_design .text-type-select option {
  border-right: 2px solid white;
  box-sizing: border-box;
}
#create_print_design .text-type-select option:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: red;
}
#create_print_design .text-type-select li {
  border-right: 2px solid white;
  border-color: white;
}
#create_print_design .text-type-select li a {
  padding-left: 10px;
}
#create_print_design .text-transform-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
#create_print_design .text-transform-wrapper.collapsed {
  max-height: 1000px;
}
#create_print_design .text-transform-collapse-button {
  background: white;
  height: 40px;
  color: #777;
  font-weight: bold;
  border-color: black;
}
#create_print_design .dt_panelselected {
  transition: background-color 1s ease;
  background-color: #e1e1e1;
  animation: rippleDrop 0.6s linear;
}
@keyframes rippleDrop {
  50% {
    transform: scale(1.01);
    opacity: 0.8;
    background-color: red;
  }
}
#create_print_design .textformat-button {
  background-color: #989898;
}
#create_print_design .textformat-button.active {
  background-color: #0061ba;
}
#create_print_design .delete-button {
  background-color: red;
}
#create_print_design .delete-button.active {
  background-color: red;
}
#create_print_design .information {
  font-size: 12px;
  line-height: 0 !important;
}
#create_print_design .designthumb {
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 30px;
  max-width: 50px;
}
#create_print_design .shadow {
  filter: drop-shadow(0px 0px 3px #999);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#999')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#999')";
}
#create_print_design .color-picker-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
#create_print_design .color-picker-button:hover {
  cursor: pointer;
  filter: brightness(85%);
}
#create_print_design .color-picker-button input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#create_print_design .text-characters {
  position: absolute;
  bottom: 5px;
  right: 3%;
  font-size: 0.7em;
  color: #444;
  font-weight: 600;
}
#create_print_design .text-characters.bold {
  font-weight: bold;
}
#create_print_design .gravity-settings {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 60px;
  height: 60px;
  position: relative;
}
#create_print_design .gravity-settings .gravity-settings-outline {
  position: absolute;
  top: 17.5%;
  left: 17.5%;
  width: 65%;
  height: 65%;
  outline: 1px solid #444;
  z-index: 0;
}
#create_print_design .gravity-settings .gravity-settings-button {
  width: 18%;
  height: 18%;
  margin: 7.66%;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  background: white;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: 2px solid #444;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  transition: 0.25s ease-in-out;
}
#create_print_design .gravity-settings .gravity-settings-button:hover {
  background: grey;
}
#create_print_design .gravity-settings .gravity-settings-button.gravity-selected {
  background: #444;
  opacity: 1;
}
#create_print_design .layer-gravity-point {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 8px;
  height: 8px;
  background: #ffffff;
  outline: 1px solid #444;
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  will-change: transform;
  box-shadow: 0 0 1px 1px rgb(80, 80, 80);
}
#create_print_design .layer-gravity-point.top-left {
  top: -5px;
  left: -5px;
}
#create_print_design .layer-gravity-point.top-center {
  top: -5px;
  left: calc(50% - 3px);
}
#create_print_design .layer-gravity-point.top-right {
  top: -5px;
  left: calc(100% - 4px);
}
#create_print_design .layer-gravity-point.center-left {
  top: calc(50% - 5px);
  left: -5px;
}
#create_print_design .layer-gravity-point.center {
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}
#create_print_design .layer-gravity-point.center-right {
  top: calc(50% - 3px);
  left: calc(100% - 3px);
}
#create_print_design .layer-gravity-point.bottom-left {
  top: calc(100% - 3px);
  left: -5px;
}
#create_print_design .layer-gravity-point.bottom-center {
  top: calc(100% - 4px);
  left: calc(50% - 3px);
}
#create_print_design .layer-gravity-point.bottom-right {
  top: calc(100% - 4px);
  left: calc(100% - 4px);
}
#create_print_design .logo-position-input-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 1;
  width: 48%;
  outline: 1px solid black;
  padding: 0;
  margin-left: 10px;
}
#create_print_design .logo-position-input-container:first-child {
  margin-left: 0;
}
#create_print_design .logo-position-input-container input {
  width: calc(100% - 40px);
  text-indent: 10px;
  color: #444;
  font-size: 0.9em;
  border-radius: 0 !important;
  border: none !important;
}
#create_print_design .logo-position-input-container input:focus, #create_print_design .logo-position-input-container input:active {
  border-radius: 0;
}
#create_print_design .logo-position-input-container .logo-position-suffix {
  position: absolute;
  height: 100%;
  right: 8px;
  top: 0;
  line-height: 40px;
  color: #a6a6a6;
  font-size: 0.7em;
}
#create_print_design .logo-position-input-container .logo-position-icon-container {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #055299;
  color: white;
  font-weight: bold;
}
#create_print_design .logo-position-input-container .logo-position-icon-container:hover {
  cursor: pointer;
  background: #044580;
}
#create_print_design .design-search-form-group .design-search-input {
  padding-left: 50px;
  text-align: left;
  transition: 0.25s ease-in-out;
}
#create_print_design .design-search-form-group .design-search-input.isLoading {
  background: #d9d9d9;
}
#create_print_design .design-search-form-group .design-search-input-icon {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #055299;
  color: white;
}
#create_print_design .design-search-form-group .design-search-loader {
  position: absolute;
  top: -18%;
  right: -2%;
  transform: scale(0.6);
}
#create_print_design .design-search-form-group .designs-found-list {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  max-height: 200px;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  list-style-type: none;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#create_print_design .design-search-form-group .designs-found-list li {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  height: 50px;
  width: 100%;
  transition: 0.25s ease-in-out;
}
#create_print_design .design-search-form-group .designs-found-list li:hover {
  background-color: #ececec;
  cursor: pointer;
}
#create_print_design .design-search-form-group .designs-found-list li .design-found-image {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  width: 100px;
}
#create_print_design .design-search-form-group .designs-found-list li .design-found-image img {
  max-width: 80%;
  max-height: 80%;
  align-self: center;
}
#create_print_design .design-search-form-group .designs-found-list li .design-found-code {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-content: center;
  justify-content: center;
  min-width: 0;
  flex: 1;
  height: 50px;
}
#create_print_design .design-search-form-group .designs-found-list li .design-found-code h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  margin: 0;
  font-size: 0.85em;
}
#create_print_design .design-search-form-group .designs-found-list li hr {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: #ececec;
}
#create_print_design .text-scaling-button {
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  background: white;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: 1px solid black;
  height: 40px;
  width: 100%;
  position: relative;
}
#create_print_design .text-scaling-button:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
#create_print_design .text-scaling-button:focus, #create_print_design .text-scaling-button:active {
  outline: 1px solid black;
}
#create_print_design .text-scaling-button .flex-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
#create_print_design .text-scaling-button .icon-container {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 50px;
}
#create_print_design .text-scaling-button .icon-container img {
  max-width: 50%;
  max-height: 50%;
  align-self: center;
}
#create_print_design .text-scaling-button .name-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-content: center;
  justify-content: center;
  min-width: 0;
  flex: 1;
  height: 100%;
}
#create_print_design .text-scaling-button .name-container h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  margin: 0;
  color: #424242;
  font-size: 1em;
  font-weight: 400;
}
#create_print_design .text-scaling-button .dropdown-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
}
#create_print_design .text-scaling-button ul {
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  max-height: 150px;
  height: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  list-style-type: none;
  z-index: 1;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
}
#create_print_design .text-scaling-button ul.open {
  height: 150px;
}
#create_print_design .text-scaling-button ul li {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  height: 45px;
  width: 100%;
  position: relative;
  transition: 0.25s ease-in-out;
}
#create_print_design .text-scaling-button ul li:hover {
  background-color: #ececec;
  cursor: pointer;
}
#create_print_design .text-scaling-button ul li.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
#create_print_design .text-scaling-button ul li h6 {
  justify-content: left !important;
  padding-left: 20%;
  font-size: 0.95em;
}
#create_print_design .text-scaling-button ul li hr {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: #ececec;
}
#create_print_design input[type=range] {
  width: 100%;
  margin: 3.25px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
#create_print_design input[type=range].isLoading {
  opacity: 0.5;
  transition: 0.25s ease-in-out;
}
#create_print_design input[type=range]:focus {
  outline: none;
}
#create_print_design input[type=range]::-webkit-slider-runnable-track {
  background: rgba(61, 126, 255, 0.9);
  border: 0;
  width: 100%;
  height: 9.5px;
  cursor: pointer;
}
#create_print_design input[type=range]::-webkit-slider-thumb {
  margin-top: -3.25px;
  width: 16px;
  height: 16px;
  background: #464646;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
#create_print_design input[type=range]:focus::-webkit-slider-runnable-track {
  background: #5c92ff;
}
#create_print_design input[type=range]::-moz-range-track {
  background: rgba(61, 126, 255, 0.9);
  border: 0;
  width: 100%;
  height: 9.5px;
  cursor: pointer;
}
#create_print_design input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #464646;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
#create_print_design input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 4.25px 0;
  color: transparent;
  width: 100%;
  height: 9.5px;
  cursor: pointer;
}
#create_print_design input[type=range]::-ms-fill-lower {
  background: #1e6aff;
  border: 0;
}
#create_print_design input[type=range]::-ms-fill-upper {
  background: rgba(61, 126, 255, 0.9);
  border: 0;
}
#create_print_design input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #464646;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
#create_print_design input[type=range]:focus::-ms-fill-lower {
  background: rgba(61, 126, 255, 0.9);
}
#create_print_design input[type=range]:focus::-ms-fill-upper {
  background: #5c92ff;
}
@supports (-ms-ime-align: auto) {
  #create_print_design {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  #create_print_design input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

#design-tool-print .waiting {
  z-index: 20000;
  float: left;
}
#design-tool-print .center {
  transform: scale(1);
}
#design-tool-print .center .multi-layers-select-ghost-box {
  transform-origin: top left;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgba(239, 28, 190, 0.15);
  border: 1px dashed #b20e8c;
  z-index: 1;
}
#design-tool-print .center .multi-layers-select-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgba(239, 28, 190, 0.05);
  border: 1px dashed #b20e8c;
  z-index: 1;
}
#design-tool-print .center .multi-layers-select-box .center-dot {
  height: 10px;
  width: 10px;
  background-color: steelblue;
  border: 2px solid white;
  border-radius: 50px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
}
#design-tool-print .center .multi-layers-select-box .center-dot.hidden {
  display: none;
}
#design-tool-print .center .multi-layers-select-box:hover {
  cursor: move;
}
#design-tool-print .center #multi-select-square {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgba(147, 220, 249, 0.35);
  border: 1px solid rgb(116, 171, 193);
  z-index: 1;
}
#design-tool-print .center #multi-logos-select-border {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgba(147, 220, 249, 0.35);
  border: 1px dashed #b20e8c;
  z-index: 1;
  transition: background-color 0.2s ease-in-out;
}
#design-tool-print .center #multi-logos-select-border:hover {
  background-color: rgba(147, 220, 249, 0.55);
  cursor: move;
}
#design-tool-print .design-tool-workspace.grid .design-tool-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: default;
}
#design-tool-print .design-tool-workspace.grid .design-tool-grid svg {
  font: 10px sans-serif;
}
#design-tool-print .design-tool-workspace.grid .design-tool-grid svg .grid .tick {
  stroke: lightgrey;
  opacity: 0.13 !important;
}
#design-tool-print .design-tool-workspace.grid .design-tool-grid svg .grid path {
  stroke-width: 0;
}
#design-tool-print .design-tool-workspace.grid .design-tool-grid svg .centre .domain {
  stroke: red;
  opacity: 0.5 !important;
}
#design-tool-print .design-tool-workspace.grid .design-tool-grid svg .axis {
  shape-rendering: crispEdges;
}
#design-tool-print .design-tool-workspace.grid .design-tool-grid svg .axis line {
  fill: none;
  stroke: red;
  shape-rendering: crispEdges;
}
#design-tool-print .design-tool-workspace.grid .design-tool-grid svg .y.axis line,
#design-tool-print .design-tool-workspace.grid .design-tool-grid svg .y.axis path {
  fill: none;
  stroke: lightgrey;
}
#design-tool-print .design-tool-workspace.grid .design-tool-grid svg .domain {
  fill: none;
  stroke: black;
  stroke-width: 1;
}
#design-tool-print hr {
  margin: 15px 0;
}

#design-tool-print .design-tool-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  overflow: hidden;
  color: #cbcbcb;
  line-height: 25px;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 5px;
}
#design-tool-print .design-tool-header .tool-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#design-tool-print .design-tool-header .tool-button.snap-to-grid-button {
  background-color: #989898;
}
#design-tool-print .design-tool-header .tool-button.snap-to-grid-button.toggled {
  background-color: #0061ba;
}
#design-tool-print .design-tool-header .tool-button img,
#design-tool-print .design-tool-header .tool-button svg {
  max-height: 60%;
  max-width: 60%;
  height: 100%;
  width: 100%;
  align-self: center;
}

#design-tool-boundaries {
  pointer-events: none !important;
  position: absolute;
  outline: 2px solid rgba(68, 68, 68, 0.75);
}
#design-tool-boundaries .boundaries-dot {
  width: 8px;
  height: 8px;
  background: #444;
  outline: 2px solid white;
}
#design-tool-boundaries .boundaries-dot.top-left-dot {
  position: absolute;
  top: -5px;
  left: -5px;
}
#design-tool-boundaries .boundaries-dot.top-right-dot {
  position: absolute;
  top: -5px;
  right: -5px;
}
#design-tool-boundaries .boundaries-dot.bottom-right-dot {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
#design-tool-boundaries .boundaries-dot.bottom-left-dot {
  position: absolute;
  bottom: -5px;
  left: -5px;
}

#design-snap-points .design-snap-point {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: steelblue;
  border: 2px solid white;
  border-radius: 50px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

#snap-guide-x {
  position: absolute;
  top: 99999px;
  left: -100vh;
  height: 0;
  width: 200vh;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  border-top: 1px solid rgb(26, 255, 0);
  margin-top: -1px;
}

#snap-guide-y {
  position: absolute;
  top: -100vh;
  left: 99999px;
  height: 200vh;
  width: 0;
  box-shadow: 1px 0 1px 0 rgba(92, 92, 92, 0.75);
  border-left: 1px solid rgb(26, 255, 0);
  margin-left: -1px;
}

#design-snap-lines {
  top: 99999px;
  left: 99999px;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: visible;
  pointer-events: none !important;
  display: flex;
}
#design-snap-lines .design-snap-vertical-line {
  top: -100vh;
  height: 200vh;
  width: 1px;
  border-left: 1px solid deeppink;
  position: absolute;
}
#design-snap-lines .design-snap-horizontal-line {
  top: -100vh;
  height: 200vh;
  width: 1px;
  border-left: 1px solid deeppink;
  position: absolute;
  transform: rotate(90deg);
}

.design-tool-colour-picker-toggle {
  height: 40px;
  width: 100%;
}
.design-tool-colour-picker-toggle .colour-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.design-tool-colour-picker-toggle div:first-child {
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5px;
  line-height: 40px;
}
.design-tool-colour-picker-toggle div:first-child .colour-name {
  font-weight: 600;
  font-size: 0.9em;
}

.design-tool-colour-picker .colour-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.shake-text-once {
  animation: text-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
}

@keyframes text-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
#designtool-template-create-modal {
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
#designtool-template-create-modal.loading {
  opacity: 0.5;
}
#designtool-template-create-modal .modal-fader {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.2;
  background-color: black;
  transition: 0.2s ease-in-out;
}
#designtool-template-create-modal .modal-fader.hide {
  opacity: 0;
  pointer-events: none;
}
#designtool-template-create-modal.isLoading {
  opacity: 0.7;
}
#designtool-template-create-modal .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#designtool-template-create-modal .header-card {
  height: 150px;
  max-height: 150px;
}
#designtool-template-create-modal .header-card .image-container {
  min-width: 150px;
  max-width: 150px;
  max-height: 150px;
}
#designtool-template-create-modal .header-card .image-container img {
  max-width: 150px;
  max-height: 100%;
  align-self: center;
}
#designtool-template-create-modal .designs-container {
  display: grid;
  width: calc(100% - 1rem);
  margin: 8px auto;
  flex-direction: column;
  outline: 1px solid #444;
  max-height: 50vh;
  overflow: auto;
}
#designtool-template-create-modal .designs-container::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  border: 1px solid #d5d5d5;
}
#designtool-template-create-modal .designs-container .designs-header {
  border-bottom: 3px solid #444;
  min-height: 50px;
  height: 50px;
}
#designtool-template-create-modal .designs-container .designs-header .designs-header-columns {
  flex: 1;
}
#designtool-template-create-modal .designs-container .designs-header .designs-header-columns .designs-header-column {
  flex: 1;
  border-right: 1px solid black;
  padding-left: 10px;
  min-width: 350px;
  max-width: 350px;
}
#designtool-template-create-modal .designs-container .designs-header .designs-header-columns .designs-header-column.columns-3 {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}
#designtool-template-create-modal .designs-container .designs-header .designs-header-columns .designs-header-column.columns-4 {
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}
#designtool-template-create-modal .designs-container .designs-header .designs-header-columns .designs-header-column img {
  max-height: 80%;
  align-self: center;
}
#designtool-template-create-modal .designs-container .designs-header .designs-header-columns .designs-header-column:last-child {
  border-right: none;
}
#designtool-template-create-modal .designs-container .designs-header .design-action-spacer {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}
#designtool-template-create-modal .designs-container .designs {
  padding: 6px;
  background: rgb(239, 239, 239);
}
#designtool-template-create-modal .designs-container .designs .design-container {
  flex: 1;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: white;
  outline: 1px solid #e5e5e5;
  margin-bottom: 6px;
  border-bottom: 1px solid #b3b3b3;
  will-change: scroll-position;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns {
  flex: 1;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column {
  min-width: 350px;
  max-width: 350px;
  border-right: 1px solid #eee;
  will-change: scroll-position;
  padding-top: 8px;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column:nth-child(1) {
  min-width: calc(350px - 6px);
  max-width: calc(350px - 6px);
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column.columns-3 {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column.columns-3:nth-child(1) {
  min-width: calc(33.3333333333% - 6px);
  max-width: calc(33.3333333333% - 6px);
  width: calc(33.3333333333% - 6px);
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column.columns-4 {
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column.columns-4:nth-child(1) {
  min-width: calc(25% - 6px);
  max-width: calc(25% - 6px);
  width: calc(25% - 6px);
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column:nth-child(1) ::-moz-placeholder, #designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column:nth-child(2) ::-moz-placeholder {
  font-size: 12px;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column:nth-child(1) ::placeholder, #designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column:nth-child(2) ::placeholder {
  font-size: 12px;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column label {
  transition: 0.2s ease-in-out;
  border: 1px solid transparent;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column label.has-error {
  border-color: rgb(206, 53, 44);
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column label.has-error.text-transform-layer {
  border-color: #ecaba7;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column label.has-error.text-transform-layer textarea {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column input, #designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column textarea {
  border-color: #c1c1c1 !important;
  border-radius: 2px;
  resize: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column input:disabled, #designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column textarea:disabled {
  color: hsl(0, 0%, 40%);
  background-color: white;
  border-color: hsl(0, 0%, 95%) !important;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column input.has-error, #designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column textarea.has-error {
  border-color: rgb(206, 53, 44) !important;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column textarea:focus {
  box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45) !important;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column textarea:-moz-read-only {
  border: none;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column textarea:read-only {
  border: none;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column textarea:-moz-read-only:hover {
  cursor: default;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column textarea:read-only:hover {
  cursor: default;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column .picker-container {
  min-height: 40px;
  padding: 1px;
  border: 1px solid transparent;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column .picker-container.has-error {
  border-color: rgb(206, 53, 44);
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column .picker-container .design-font-picker.has-error, #designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column .picker-container .design-colour-picker.has-error {
  border-color: rgb(206, 53, 44) !important;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column .picker-container .design-tool-font-picker-toggle {
  box-shadow: inset 0 0 0 1px #c1c1c1;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-columns .design-column .picker-container .design-tool-colour-picker-toggle .colour-background {
  border-color: #c1c1c1 !important;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-action-buttons {
  width: 32px;
  max-width: 32px;
  margin-right: 6px;
  height: 100px;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-action-buttons .design-action-button {
  width: 30px;
  height: 30px;
  font-size: 16px;
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
#designtool-template-create-modal .designs-container .designs .design-container .design-action-buttons .design-action-button:hover {
  background: #f2f2f2;
  cursor: pointer;
}
#designtool-template-create-modal .designs-container .designs .design-container.hidden {
  display: none !important;
}
#designtool-template-create-modal .designs-container .designs .design-container:hover {
  background-color: #fafafa;
  border-color: #c1c1c1 !important;
}
#designtool-template-create-modal .designs-container .designs .design-container:hover .design-action-button {
  opacity: 1;
}
#designtool-template-create-modal .designs-container .designs .design-container:hover label.text-transform-layer textarea {
  background-color: #fafafa !important;
}
#designtool-template-create-modal .designs-container .designs .design-container:hover::-moz-placeholder {
  color: unset;
}
#designtool-template-create-modal .designs-container .designs .design-container:hover::placeholder {
  color: unset;
}

#customer-design-picker {
  height: 40px;
  width: 100%;
}
#customer-design-picker input {
  padding: 10px;
  margin: 0;
  height: 100%;
  width: 100%;
  border: 1px #d9d9d9 solid !important;
}
#customer-design-picker input.isLoading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
#customer-design-picker .design-loader {
  position: absolute;
  top: -12px;
  right: -12px;
  transform: scale(0.6);
}
#customer-design-picker.isLoading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}

.customer-designs-list {
  position: absolute;
  top: 40px;
  left: 0;
  list-style-type: none;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: white;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
}
.customer-designs-list.isOpen {
  max-height: 300px;
}
.customer-designs-list .customer-design {
  width: 100%;
  height: 100px;
  box-shadow: 0 1px 1px lightgrey;
}
.customer-designs-list .customer-design:hover {
  cursor: pointer;
  background: #e6e5e5;
}
.customer-designs-list .customer-design .design-image {
  height: 100px;
  width: 100px;
  box-shadow: 0 1px -1px lightgrey;
}
.customer-designs-list .customer-design .design-image .template-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 0.9;
  transform: scale(0.8);
}
.customer-designs-list .customer-design .design-image img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
  padding: 5px;
}
.customer-designs-list .customer-design .design-code {
  flex: 1;
  height: 100%;
}

#logo-position-picker {
  height: 40px;
  max-height: 40px;
  width: 100%;
}
#logo-position-picker .input-prepend {
  height: 40px;
  padding: 0.5rem 0.75rem;
  background-color: #f8f8f8;
  outline: 1px solid #d9d9d9;
}
#logo-position-picker .input-prepend b {
  font-weight: 500;
}
#logo-position-picker input {
  padding: 10px;
  margin: 0;
  height: 40px;
  width: 100%;
  outline: 1px #d9d9d9 solid !important;
  border: none;
  text-transform: uppercase;
}
#logo-position-picker input::-moz-placeholder {
  text-transform: none;
}
#logo-position-picker input::placeholder {
  text-transform: none;
}
#logo-position-picker input.isLoading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
#logo-position-picker .button-group {
  position: absolute;
  right: 2px;
}
#logo-position-picker button {
  width: 40px;
  height: 40px;
  background-color: transparent !important;
}
#logo-position-picker button:hover {
  background-color: #f8f8f8 !important;
  text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em;
  color: #1d1d1d;
}
#logo-position-picker .design-loader {
  position: absolute;
  top: -12px;
  right: -12px;
  transform: scale(0.6);
}
#logo-position-picker.isLoading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}

.customer-designs-list {
  position: absolute;
  top: 43px;
  left: 1px;
  list-style-type: none;
  width: calc(100% - 3px);
  height: auto;
  min-width: calc(100% - 3px);
  max-width: calc(100% - 3px);
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: white;
  transition: all 0.2s ease-in-out;
}
.customer-designs-list.isOpen {
  max-height: 300px;
}
.customer-designs-list .logo-position {
  width: 100%;
  height: 35px;
  padding: 10px;
  box-shadow: 0 1px 1px #e2e2e2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-designs-list .logo-position li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-designs-list .logo-position:hover {
  cursor: pointer;
  background: #e6e5e5;
}

#sales-order-deferred-shipping .shipments {
  max-width: 100%;
  max-height: 500px;
  overflow: auto;
}
#sales-order-deferred-shipping .shipments table {
  font-size: 0.9em;
}
#sales-order-deferred-shipping .deferred-order-card p {
  font-size: 1.1rem;
}

#sku-picker {
  flex: 1;
}
#sku-picker .static-input-field.ng-hide.ng-hide-animate {
  display: none !important;
}
#sku-picker .input-prepend {
  height: 40px;
  padding: 0.5rem 0.75rem;
  background-color: #f8f8f8;
  outline: 1px solid #d9d9d9;
}
#sku-picker .input-prepend b {
  font-weight: 500;
}
#sku-picker input {
  padding: 10px;
  margin: 0;
  height: 40px;
  width: 100%;
  outline: 1px #d9d9d9 solid !important;
  border: none;
  text-transform: uppercase;
}
#sku-picker input.ng-hide.ng-hide-animate {
  display: none !important;
}
#sku-picker input::-moz-placeholder {
  text-transform: none;
}
#sku-picker input::placeholder {
  text-transform: none;
}
#sku-picker input.isLoading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
#sku-picker .button-group {
  position: absolute;
  right: 2px;
}
#sku-picker button {
  width: 40px;
  height: 40px;
  background-color: transparent !important;
}
#sku-picker button:hover {
  background-color: #f8f8f8 !important;
  text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em;
  color: #1d1d1d;
}
#sku-picker .design-loader {
  position: absolute;
  top: -12px;
  right: -12px;
  transform: scale(0.6);
}
#sku-picker.isLoading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}

.sku-list {
  position: absolute;
  top: calc(100% + 1px);
  left: 1px;
  list-style-type: none;
  width: calc(100% - 3px);
  height: auto;
  min-width: calc(100% - 3px);
  max-width: calc(100% - 3px);
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: white;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.sku-list.isOpen {
  max-height: 300px;
}
.sku-list .logo-position {
  width: 100%;
  height: 50px;
  padding: 5px !important;
  padding-left: 10px !important;
  box-shadow: 0 1px 1px #e2e2e2;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sku-list .logo-position div:first-child {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sku-list .logo-position div:nth-child(2) {
  margin-top: -10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sku-list .logo-position:hover {
  cursor: pointer;
  background: #e6e5e5;
}

@media only screen and (max-width: 768px) {
  #spoils {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #spoils .bottom-pagination-bar, #spoils .table {
    min-width: 249.6px !important;
  }
  #spoils td:nth-of-type(1):before {
    content: "Order No.";
  }
  #spoils td:nth-of-type(2):before {
    content: "Customer Ref. No.";
  }
  #spoils td:nth-of-type(3):before {
    content: "SKU";
  }
  #spoils td:nth-of-type(4):before {
    content: "Reason";
  }
  #spoils td:nth-of-type(5):before {
    content: "Quantity";
  }
  #spoils td:nth-of-type(6):before {
    content: "Created Date";
  }
  #spoils td:nth-of-type(7):before {
    content: "Last Modified Date";
  }
  #spoils td:nth-of-type(8):before {
    content: "Country";
  }
}

.text-handle {
  position: absolute;
  opacity: 0.9;
  z-index: 1;
  transition: opacity 0.1s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.text-handle.dragging {
  filter: brightness(1.15);
  transform: translateY(2px);
}
.text-handle:hover {
  cursor: pointer;
  opacity: 1;
}
.text-handle:hover img {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3490196078));
}
.text-handle img {
  width: 16px;
  min-width: 16px;
  filter: drop-shadow(1px 1px 1px transparent);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.1s ease-in-out;
}

.text-substring-select-hint {
  white-space: pre;
  background: #444;
  color: white;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.text-substring-select select {
  height: 40px;
}
.text-substring-select input {
  height: 40px;
}
.text-substring-select input::-moz-placeholder {
  color: #444;
  font-size: 0.8em;
}
.text-substring-select input::placeholder {
  color: #444;
  font-size: 0.8em;
}
.text-substring-select .text-substring-select-container {
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
}
.text-substring-select .text-substring-select-container .text-substring-select-button {
  flex: 1;
  max-width: 98%;
  background: white;
  outline: 1px solid #eee;
  border: none;
  opacity: 0.9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.text-substring-select .text-substring-select-container .text-substring-select-button.full {
  outline: 1px solid #d5d5d5;
}
.text-substring-select .text-substring-select-container .text-substring-select-button.selected {
  background-color: #1abc9c;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.2) !important;
  opacity: 1;
}
.text-substring-select .text-substring-select-container .text-substring-select-button.selected span {
  color: white;
  font-weight: 500;
}
.text-substring-select .text-substring-select-container .text-substring-select-button.selected:after, .text-substring-select .text-substring-select-container .text-substring-select-button.selected:before {
  display: none;
}
.text-substring-select .text-substring-select-container .text-substring-select-button.selected:hover {
  background-color: #1abc9c;
}
.text-substring-select .text-substring-select-container .text-substring-select-button:hover {
  background-color: #e6e6e6;
}
.text-substring-select .text-substring-select-container .text-substring-select-button span {
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}

.text-translations-container {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.text-translations-container .text-container-parent .select {
  background-color: #fff;
  color: #464646;
  border-color: black !important;
}
.text-translations-container .text-container-parent .select-wrapper {
  height: 40px;
}
.text-translations-container .text-container-parent .select-wrapper select {
  height: 40px;
}
.text-translations-container .text-container-parent .text-container {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  background: white;
  border: 1px solid grey;
  min-height: 40px;
  white-space: pre;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
.text-translations-container .text-container-parent .text-container .character-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.text-translations-container .text-container-parent .text-container .character-wrapper.line-break {
  width: 100%;
  min-width: 100%;
  display: inline-block;
}
.text-translations-container .text-container-parent .text-container .character-wrapper.character-selected {
  background: #1abc9c;
  color: white;
}
.text-translations-container .text-container-parent .text-container .character-wrapper.character-selected-left {
  background: rgba(231, 76, 60, 0.8);
  color: white;
}
.text-translations-container .text-container-parent .text-container .character-wrapper.character-selected-left.character-selected-right {
  background: #8d728b;
}
.text-translations-container .text-container-parent .text-container .character-wrapper.character-selected-right {
  background: rgba(52, 152, 219, 0.8);
  color: white;
}

.colour-picker {
  width: 100%;
  position: relative;
}
.colour-picker.disabled {
  opacity: 0.8;
}
.colour-picker .selected-search-container {
  height: 40px;
  min-height: 40px;
  background-color: white;
  outline: 1px solid #c1c1c1;
  position: relative;
  transition: 0.2s ease-in-out;
}
.colour-picker .selected-search-container:hover {
  background-color: #f2f2f2;
}
.colour-picker .selected-search-container .selected-container {
  height: 100%;
}
.colour-picker .selected-search-container .selected-container .colour-background {
  height: 40px;
  width: 40px;
  border-right: 1px solid #c1c1c1;
}
.colour-picker .selected-search-container .selected-container .colour-name {
  font-weight: 400;
  font-size: 16px;
}
.colour-picker .selected-search-container .search-container {
  height: 100%;
}
.colour-picker .selected-search-container .search-container input {
  height: 100%;
  outline: none;
  border: none;
}
.colour-picker .selected-search-container .colour-picker-button {
  height: 40px;
  width: 40px;
  min-width: 40px;
  background-color: white;
  border-left: 1px solid #c1c1c1;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  z-index: 1;
}
.colour-picker .selected-search-container .colour-picker-button:hover {
  background-color: #f2f2f2;
}
.colour-picker .selected-search-container .colour-picker-button svg path {
  fill: #444;
}
.colour-picker .selected-search-container .colour-picker-button input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.colour-picker ul {
  position: absolute;
  top: 41px;
  width: 100%;
  max-height: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  list-style-type: none;
  background-color: #f9f9f9;
  box-shadow: -1px 1px 1px 0px #c1c1c1, 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 15;
  transition: max-height 0.2s ease-in-out;
  will-change: max-height;
}
.colour-picker ul.open {
  max-height: 200px;
  transition: max-height 0.2s ease-in-out;
}
.colour-picker ul li {
  position: relative;
  height: 50px;
  width: 100%;
  transition: 0.25s ease-in-out;
}
.colour-picker ul li:hover {
  background-color: #ececec;
  cursor: pointer;
}
.colour-picker ul li .colour-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 50px;
  width: 50px;
}
.colour-picker ul li .colour-name {
  flex: 1;
}
.colour-picker ul li hr {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: #ececec;
}

.font-picker {
  width: 100%;
  position: relative;
}
.font-picker.disabled {
  opacity: 0.8;
}
.font-picker .selected-search-container {
  height: 40px;
  min-height: 40px;
  background-color: white;
  outline: 1px solid #c1c1c1;
  position: relative;
  transition: 0.2s ease-in-out;
}
.font-picker .selected-search-container:hover {
  background-color: #f2f2f2;
}
.font-picker .selected-search-container .selected-container {
  height: 100%;
}
.font-picker .selected-search-container .selected-container img {
  max-width: 100%;
  max-height: 70%;
  margin-left: 10px;
  align-self: center;
  mix-blend-mode: multiply;
}
.font-picker .selected-search-container .search-container {
  height: 100%;
}
.font-picker .selected-search-container .search-container input {
  height: 100%;
  outline: none;
  border: none;
}
.font-picker ul {
  position: absolute;
  top: 41px;
  width: 100%;
  max-height: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  list-style-type: none;
  background-color: #f9f9f9;
  box-shadow: -1px 1px 1px 0px #c1c1c1, 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 15;
  transition: max-height 0.2s ease-in-out;
  will-change: max-height;
}
.font-picker ul.open {
  max-height: 200px;
  transition: max-height 0.2s ease-in-out;
}
.font-picker ul li {
  position: relative;
  height: 50px;
  width: 100%;
  transition: 0.25s ease-in-out;
}
.font-picker ul li:hover {
  background-color: #ececec;
  cursor: pointer;
}
.font-picker ul li img {
  max-width: 80%;
  max-height: 80%;
  align-self: center;
  padding-left: 20px;
  mix-blend-mode: multiply;
}
.font-picker ul li hr {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: #ececec;
}

#dashboard-orders-modal .progress {
  background-color: #eeeeee;
  height: 6px;
}
#dashboard-orders-modal .progress .bar {
  background-color: grey;
}
#dashboard-orders-modal .modal-body {
  position: relative;
  max-height: 70vh;
  overflow: auto;
  scroll-behavior: smooth;
  content-visibility: auto;
  will-change: scroll-position;
}
@media screen and (max-width: 992px) {
  #dashboard-orders-modal .modal-body {
    max-height: 65vh;
  }
}
#dashboard-orders-modal .modal-body.loading {
  opacity: 0.5;
}
#dashboard-orders-modal .modal-body .data-container {
  font-size: 0.9em;
  margin: 10px;
}
#dashboard-orders-modal .modal-body .data-container .table-top {
  display: flex;
  flex-direction: row;
  z-index: 2;
  position: sticky;
  background-color: white;
  top: 0px;
  height: 36px;
  margin-bottom: 10px;
}
#dashboard-orders-modal .modal-body .data-container .table-top .input,
#dashboard-orders-modal .modal-body .data-container .table-top label {
  outline: 1px solid #e4e4e4;
  border-bottom: none !important;
}
#dashboard-orders-modal .modal-body .data-container .table-top .input.focused,
#dashboard-orders-modal .modal-body .data-container .table-top label.focused {
  box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45) !important;
}
#dashboard-orders-modal .modal-body .data-container .table-top .table-search-block {
  flex: 1;
}
#dashboard-orders-modal .modal-body .data-container .table-top .table-search-block .prepend {
  background-color: #f8f8f8 !important;
  color: #1d1d1d;
}
#dashboard-orders-modal .modal-body .data-container .table-top .table-rows-block {
  width: 300px;
  margin-left: 15px;
}
#dashboard-orders-modal .modal-body .data-container .table-top .table-rows-block .prepend {
  background-color: #f8f8f8 !important;
  color: #1d1d1d;
}
#dashboard-orders-modal .modal-body .data-container .table-top .table-rows-block label {
  box-shadow: none !important;
}
#dashboard-orders-modal .modal-body .data-container table thead {
  position: sticky;
  top: 36px;
  background-color: white;
  z-index: 1;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
#dashboard-orders-modal .modal-body .data-container table thead th {
  vertical-align: middle;
}
#dashboard-orders-modal .modal-body .data-container table thead th:nth-child(-n+8) {
  text-align: start;
}
#dashboard-orders-modal .modal-body .data-container table thead th:nth-child(n+9) {
  text-align: end;
  padding-right: 35px;
}
#dashboard-orders-modal .modal-body .data-container table tbody td {
  vertical-align: middle;
}
#dashboard-orders-modal .modal-body .data-container table tbody td:nth-child(-n+8) {
  text-align: start;
}
#dashboard-orders-modal .modal-body .data-container table tbody td:nth-child(n+9) {
  text-align: end;
  padding-right: 35px;
}
#dashboard-orders-modal .modal-body .data-container .table-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background-color: white;
  border-top: 1px solid black;
}
#dashboard-orders-modal .modal-fader {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.2;
  background-color: black;
  transition: 0.2s ease-in-out;
}
#dashboard-orders-modal .modal-fader.hide {
  opacity: 0;
  pointer-events: none;
}

#statistics-page {
  height: 100%;
  width: 100%;
  background-color: #f5f7fa;
  font-family: "Barlow", sans-serif;
}
#statistics-page .value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex: 1;
  padding-right: 10%;
}
#statistics-page .progress-bar {
  min-height: 6px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: 0;
}
#statistics-page .statistics-table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0px 5%;
  padding-top: 30px;
  transition: 0.2s ease-in-out;
}
#statistics-page .statistics-table-container.loading {
  opacity: 0.6;
}
#statistics-page .statistics-table-container #statistics-table-settings {
  height: 80px;
  width: 100%;
}
#statistics-page .statistics-table-container #statistics-table-settings .settings-input-container {
  width: 180px;
  margin-right: 10px;
}
#statistics-page .statistics-table-container #statistics-table-settings .settings-input-container .input-title {
  color: #60686e;
  font-weight: 500;
}
#statistics-page .statistics-table-container #statistics-table-settings .settings-input-container input {
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #d3dce9 !important;
}
#statistics-page .statistics-table-container #statistics-table-settings .settings-input-container .spacer {
  opacity: 0;
}
#statistics-page .statistics-table-container #statistics-table-settings .settings-select-container {
  width: 200px;
  margin-right: 10px;
}
#statistics-page .statistics-table-container #statistics-table-settings .settings-select-container .input-title {
  color: #60686e;
  font-weight: 500;
}
#statistics-page .statistics-table-container #statistics-table-settings .settings-select-container select {
  border-color: #d3dce9 !important;
}
#statistics-page .statistics-table-container #statistics-table-settings .settings-select-container .spacer {
  opacity: 0;
}
#statistics-page .statistics-table-container #statistics-table-settings .download-excel-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(209, 12%, 41%);
  font-weight: 500;
  background: white;
  border-radius: 2px;
  outline: 1px solid #f2f5f7;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
#statistics-page .statistics-table-container #statistics-table-settings .download-excel-button:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
#statistics-page .statistics-table-container #statistics-table-settings .download-excel-button .icon {
  margin-right: 5px;
}
#statistics-page .statistics-table-container #statistics-table-settings .setting-value {
  font-weight: 600;
  font-size: 1em;
  color: #60686e;
  padding: 20px;
  letter-spacing: 0.5px;
  border-radius: 100px;
  padding: 5px 20px;
  margin-right: 30px;
  transition: 0.15s ease-in-out;
}
#statistics-page .statistics-table-container #statistics-table-settings .setting-value:hover {
  cursor: pointer;
  background-color: #e4e9f2;
}
#statistics-page .statistics-table-container #statistics-table-settings .setting-value.active {
  background-color: #d3dce9;
}
#statistics-page .statistics-table-container #statistics-table-settings select {
  border-color: #d9d9d9 !important;
  border-radius: 2px;
}
#statistics-page .statistics-table-container #statistics-table-settings .days-input {
  height: 36px;
  width: 200px;
  outline: 1px solid #d9d9d9;
  margin-right: 10px;
  border-radius: 2px;
}
#statistics-page .statistics-table-container #statistics-table-settings .days-input .input-name {
  height: 100%;
  width: 80px;
  background-color: #d3dce9;
  font-weight: 600;
  font-size: 1em;
  color: #60686e;
}
#statistics-page .statistics-table-container #statistics-table-settings .days-input input {
  height: 100%;
  flex: 1;
  border: none;
}
#statistics-page .statistics-table-container #statistics-table {
  width: 100%;
  flex: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
}
#statistics-page .statistics-table-container #statistics-table .table-header-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-left: 10px solid transparent;
  height: 50px;
  background-color: #f2f5f7;
  border-bottom: 2px solid #e3e9ed;
  z-index: 5;
  transition: 0.15s ease-in-out;
}
#statistics-page .statistics-table-container #statistics-table .table-header-row.scrolled-from-top {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid transparent;
  height: 70px;
  font-size: 1.2em;
}
#statistics-page .statistics-table-container #statistics-table .table-header-row .table-header-column {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 8 - 80px/7);
  min-width: calc(100% / 8 - 80px/7);
  height: 100%;
  color: #516273;
  font-weight: 600;
}
#statistics-page .statistics-table-container #statistics-table .table-header-row .table-header-column .header-value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  letter-spacing: 1px;
  padding-right: 10%;
  flex: 1;
}
#statistics-page .statistics-table-container #statistics-table .table-header-row .table-header-column:first-child {
  width: calc(100% / 8 + 80px);
  min-width: calc(100% / 8 + 80px);
}
#statistics-page .statistics-table-container #statistics-table .table-header-row .table-header-column:first-child .header-value {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  letter-spacing: 1px;
  padding-left: 30%;
  flex: 1;
}
#statistics-page .statistics-table-container #statistics-table .table-rows {
  width: 100%;
  height: calc(100% - 50px);
  max-height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  will-change: height;
}
#statistics-page .statistics-table-container #statistics-table .table-rows.scrolled-from-top {
  height: calc(100% - 50px - 20px);
  max-height: calc(100% - 50px - 20px);
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  height: auto;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container.shipped-today {
  border-left: 10px solid #3498db;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container.not-ready-to-pick {
  border-left: 10px solid #8e44ad;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container.total {
  border-left: 10px solid #34495e;
  margin-top: 10px;
  margin-bottom: 10px;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container.delay-level-1 {
  border-left: 10px solid #1abc9c;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container.delay-level-2 {
  border-left: 10px solid #f1c40f;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container.delay-level-3 {
  border-left: 10px solid #e74c3c;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  font-size: 1em;
  box-shadow: 0px -1px 1px 0px #eaeef1;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column {
  border-right: 1px solid #ecf0f2;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.expanded {
  box-shadow: 0px -1px 1px 0px #eaeef1, 0px 1px 1px 0px #eaeef1;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.expanded .table-column .name {
  scale: 1.5;
  font-weight: 700;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.expanded .table-column .value {
  scale: 1.1;
  font-weight: 600;
  transform-origin: 100% 50%;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.expanded .table-column .sub-name {
  display: none !important;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper:hover .more-icon-container .icon {
  background-color: #ebebeb;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  background-color: #2c3e50;
  color: white;
  font-size: 1.4em;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .more-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  right: 12px;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .more-icon-container .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: transparent;
  background-color: transparent;
  width: 16px;
  height: 16px;
  padding: 16px;
  font-size: 1.4em;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .more-icon-container .icon:hover {
  cursor: pointer;
  background-color: #1a252f;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 8 - 80px/7);
  min-width: calc(100% / 8 - 80px/7);
  height: 100%;
  font-weight: 500;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column:hover {
  cursor: pointer;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column:first-child {
  width: calc(100% / 8 + 80px);
  min-width: calc(100% / 8 + 80px);
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .value {
  transition: scale 0.2s cubic-bezier(0.03, 0.97, 0.33, 1.01);
  will-change: scale;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .d-flex {
  flex: 1;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .d-flex .name {
  display: flex;
  width: 100%;
  padding-left: 30%;
  color: #666666;
  font-weight: 600;
  transition: scale 0.2s cubic-bezier(0.03, 0.97, 0.33, 1.01);
  display: block;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .d-flex .sub-name {
  display: flex;
  width: 100%;
  padding-left: 30%;
  color: gray;
  font-size: 0.9em;
  font-weight: 400;
  transition: scale 0.2s cubic-bezier(0.03, 0.97, 0.33, 1.01);
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .icon-container .mif-chevron-thin-right {
  transition: 0.15s ease-in-out;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .icon-container .mif-chevron-thin-right.rotated {
  rotate: 90deg;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .more-icon-container {
  color: #b7c0c4;
  font-size: 28px;
  height: 100%;
  width: 100%;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .more-icon-container .icon {
  height: 30px;
  width: 30px;
  border-radius: 100px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .more-icon-container:hover {
  cursor: pointer;
  color: #71838a;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper .table-column .more-icon-container:hover .icon {
  background-color: #e6e6e6;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.shipped-today, #statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.not-ready-to-pick {
  border-bottom: 1px solid #ecf0f2;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.total {
  height: 80px;
  min-height: 60px;
  font-size: 1.1em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ecf0f2;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.total .table-column {
  border-right: 1px solid #ededed;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.total .table-column .value {
  font-weight: bold;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.total:hover {
  background-color: #f2f2f2;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.total:hover .table-column {
  border-right: 1px solid #e6e6e6;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.day {
  height: 60px;
  min-height: 60px;
  font-size: 1em;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.day:hover {
  background-color: #f7f7f7;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week {
  height: 100px;
  min-height: 100px;
  font-size: 1.1em;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week:hover {
  background-color: #f7f7f7;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week.expanded {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05), 0px -1px 1px 0px #eaeef1, 0px 1px 1px 0px #eaeef1;
  z-index: 1;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week .table-column:first-child .name {
  font-weight: 700;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week .table-column:first-child .value {
  font-weight: 600;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.weeks {
  height: 150px;
  min-height: 150px;
  box-shadow: 0px -1px 1px 0px #eaeef1, 0px 1px 1px 0px #eaeef1;
  font-size: 1.2em;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.weeks:hover {
  background-color: #f7f7f7;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.weeks.expanded {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05), 0px -1px 1px 0px #eaeef1, 0px 1px 1px 0px #eaeef1;
  z-index: 2;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.day-in-week {
  width: calc(100% - 50px);
  background-color: #fafafa;
  box-shadow: 0px -1px 1px 0px #e6e6e6, 0px 1px 1px 0px #e6e6e6;
  font-size: 0.9em;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.day-in-week .table-column {
  min-width: calc(calc(100% + 50px) / 8 - 80px/7);
  width: calc(calc(100% + 50px) / 8 - 80px/7);
  color: gray;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.day-in-week .table-column:first-child {
  min-width: calc(100% / 8 + 80px);
  width: calc(100% / 8 + 80px);
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week-in-weeks {
  height: 100px;
  min-height: 100px;
  width: calc(100% - 50px);
  background-color: #fafafa;
  background-color: #fafafa;
  box-shadow: 0px -1px 1px 0px #e6e6e6, 0px 1px 1px 0px #e6e6e6;
  font-size: 1em;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week-in-weeks:hover {
  background-color: #ededed;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week-in-weeks:hover .table-column {
  border-right: 1px solid #e0e0e0;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week-in-weeks.expanded {
  z-index: 1;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week-in-weeks .table-column {
  min-width: calc(calc(100% + 50px) / 8 - 80px/7);
  width: calc(calc(100% + 50px) / 8 - 80px/7);
  border-right: 1px solid #ededed;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week-in-weeks .table-column:first-child {
  min-width: calc(100% / 8 + 40px);
  width: calc(100% / 8 + 40px);
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week-in-weeks .table-column:first-child .sub-name {
  font-size: 0.8em;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.week-in-weeks .icon-container {
  left: 0;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.day-in-week-of-weeks {
  height: 60px;
  min-height: 60px;
  width: calc(100% - 100px);
  background-color: #f2f2f2;
  box-shadow: 0px -1px 1px 0px #dedede, 0px 1px 1px 0px #dedede;
  font-size: 0.9em;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.day-in-week-of-weeks:hover {
  background-color: #e6e6e6;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.day-in-week-of-weeks:hover .table-column {
  border-right: 1px solid #d9d9d9;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .table-row-wrapper.day-in-week-of-weeks .table-column {
  min-width: calc(calc(100% + 100px) / 8 - 80px/7);
  width: calc(calc(100% + 100px) / 8 - 80px/7);
  border-right: 1px solid #e6e6e6;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 0;
  overflow: hidden;
  will-change: height;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row.day:last-child .joiner-container .vertical-line {
  height: 50%;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container .joiner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container .joiner-container .vertical-line {
  height: 100%;
  width: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container .joiner-container .horizontal-line {
  height: 2px;
  width: 50%;
  background: #ccc;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container.week-in-weeks.expanded .horizontal-line {
  top: 50px;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container.week-in-weeks:last-child .joiner-container .vertical-line {
  height: 50px;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container.day-in-week-of-weeks .joiner-container {
  left: 50px;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container.day-in-week-of-weeks .joiner-container .horizontal-line {
  height: 1px;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container.day-in-week-of-weeks .joiner-container .vertical-line {
  width: 1px;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container.day-in-week-of-weeks:last-child .joiner-container .vertical-line {
  height: 50%;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .table-row .table-row-container .dates-container .table-row-container.day-in-week-of-weeks.expanded .horizontal-line {
  top: 50%;
}
#statistics-page .statistics-table-container #statistics-table .table-rows .row-separator {
  height: 10px;
  width: 100%;
}
#statistics-page .statistics-table-container #statistics-dashboard {
  width: 100%;
  flex: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-bottom: 70px;
}
#statistics-page .statistics-table-container #statistics-dashboard iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

#design-tool-customer-picker {
  flex: 1;
}
#design-tool-customer-picker .static-input-field.ng-hide.ng-hide-animate {
  display: none !important;
}
#design-tool-customer-picker .input-prepend {
  height: 40px;
  padding: 0.5rem 0.75rem;
  background-color: #f8f8f8;
  outline: 1px solid #d9d9d9;
}
#design-tool-customer-picker .input-prepend b {
  font-weight: 500;
}
#design-tool-customer-picker input {
  padding: 10px;
  margin: 0;
  height: 40px;
  width: 100%;
  outline: 1px #d9d9d9 solid !important;
  border: none;
}
#design-tool-customer-picker input.ng-hide.ng-hide-animate {
  display: none !important;
}
#design-tool-customer-picker input::-moz-placeholder {
  text-transform: none;
}
#design-tool-customer-picker input::placeholder {
  text-transform: none;
}
#design-tool-customer-picker input.isLoading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
#design-tool-customer-picker .button-group {
  position: absolute;
  right: 2px;
}
#design-tool-customer-picker button {
  width: 40px;
  height: 40px;
  background-color: transparent !important;
}
#design-tool-customer-picker button:hover {
  background-color: #f8f8f8 !important;
  text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em;
  color: #1d1d1d;
}
#design-tool-customer-picker .design-loader {
  position: absolute;
  top: -12px;
  right: -12px;
  transform: scale(0.6);
}
#design-tool-customer-picker.isLoading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}

.sku-list {
  position: absolute;
  top: calc(100% + 1px);
  left: 1px;
  list-style-type: none;
  width: calc(100% - 3px);
  height: auto;
  min-width: calc(100% - 3px);
  max-width: calc(100% - 3px);
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: white;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.sku-list.isOpen {
  max-height: 300px;
}
.sku-list .customer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  padding-left: 10px !important;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 1px 1px #e2e2e2;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sku-list .customer-item:hover {
  cursor: pointer;
  background: #e6e5e5;
}
.sku-list .customer-item .customer-item-number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 5px;
}
.sku-list .customer-item .customer-item-name {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -5px;
}
.sku-list .logo-position {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  padding: 5px !important;
  padding-left: 10px !important;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 1px 1px #e2e2e2;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sku-list .logo-position:hover {
  cursor: pointer;
  background: #e6e5e5;
}