/* @import '../font/font.css'; */
@import 'metronic.css';
@import '../../plugin/themify-icons/themify-icons.css';
@import '../../plugin/fontawesome/css/all.min.css';
@import '../../plugin/jquery-ui/jquery-ui.custom.css';
@import '../../plugin/jquery-treegrid/jquery.treegrid.min.css';
/* @import '../../plugin/mCustomScrollbar/jquery.mCustomScrollbar.min.css';
@import '../../plugin/simplebar/simplebar.css'; */
@import '../../plugin/multiple-select/multiple-select.min.css';
@import '../../plugin/multiple-select/themes/bootstrap.min.css';
@import '../../plugin/bootstrap-tokenfield/bootstrap-tokenfield.min.css';
@import '../../plugin/bootstrap-tokenfield/tokenfield-typeahead.css';
@import '../../plugin/bootstrap-editable/bootstrap-editable.css';
@import '../../plugin/bootstrap-table/bootstrap-table.min.css';
@import '../../plugin/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.min.css';
@import '../../plugin/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.min.css';
@import '../../plugin/bootstrap-datepicker/bootstrap-datepicker4.css';
@import '../../plugin/daterangepicker/daterangepicker.css';
@import '../../plugin/photoswipe-slick/slick/slick.css';
@import '../../plugin/photoswipe-slick/slick/slick-theme.css';
@import '../../plugin/photoswipe-slick/photoswipe/photoswipe.css';
@import '../../plugin/photoswipe-slick/photoswipe/default-skin/default-skin.css';
@import '../../plugin/photoswipe-slick/photoswipe-slick.css';
@import '../../plugin/dropify/css/dropify.min.css';

@import 'common.css';

html,
body {
  height: 100%;
  overflow: hidden;
}
body.body-center {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.row:before,
.row:after {
  display: inline-block !important;
} /* Fixing bootstrap columns for safari */

/********************************************
pace
*********************************************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #20a9f1;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.body-loading-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #20a9f1;
  z-index: 100000;
}
.body-loading-wrap .loading-item {
  position: relative;
  z-index: 2;
}
.body-loading-wrap .loading-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/********************************************
page-login
*********************************************/
.page-login {
  min-width: 400px;
  width: auto;
  max-width: 760px;
  margin: auto;
}
.page-login .login-box .brand-logo {
  text-align: center;
}
.page-login .login-box .brand-logo img {
  max-width: 160px;
}
.page-login .login-box h1 {
  font-size: 1.2rem;
  font-weight: 700;
}

.page-login .login-box .text-contact {
  font-size: 0.85rem;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 500px) {
  .page-login {
    max-width: 100%;
    padding: 20px;
  }
}

/********************************************
layout common
*********************************************/
/* page */
.page {
  display: flex;
  height: 100%;
}
.page-content {
  width: 100%;
  margin-left: 0;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -ms-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.page-content.w-100 {
  width: 100%;
  margin-left: 0;
}

/* navbar-custom */
.navbar.navbar-custom {
  padding: 0.5rem 1rem;
}
.navbar-custom {
  background-color: #fff;
}
.navbar-custom .nav-link:focus {
  outline: 0;
}
.navbar-custom .navbar-brand {
  font-size: 1.35rem;
  color: rgba(33, 37, 41, 1);
  font-weight: 700;
}

.loaction-nav {
  font-size: 0.75rem;
  text-align: right;
}
.loaction-nav .location {
  color: rgba(33, 37, 41, 0.7);
}
.loaction-nav .time {
  font-weight: 500;
}

.navbar-custom .nav-link {
  color: rgba(33, 37, 41, 0.7);
  font-weight: 500;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
  color: rgba(33, 37, 41, 1);
}
.navbar-custom .nav-link.disabled {
  color: rgba(33, 37, 41, 0.3);
}
.navbar-custom .active > .nav-link,
.navbar-custom .nav-link.active {
  color: #007bff;
}
.navbar-custom .show > .nav-link,
.navbar-custom .nav-link.show {
  color: rgba(33, 37, 41, 1);
}
.navbar-custom .navbar-toggler {
  color: rgba(33, 37, 41, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-collapse .nav-link {
  color: rgba(33, 37, 41, 0.7);
  font-weight: 500;
  padding: 0.5rem;
}
.navbar-collapse .nav-link:hover,
.navbar-collapse .nav-link:focus {
  color: rgba(33, 37, 41, 1);
}
.navbar-collapse .nav-link.disabled {
  color: rgba(33, 37, 41, 0.3);
}
.navbar-collapse .active > .nav-link,
.navbar-collapse .nav-link.active {
  color: #007bff;
  background-color: rgb(235, 236, 240);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.navbar-collapse .show > .nav-link,
.navbar-collapse .nav-link.show {
  color: rgba(33, 37, 41, 1);
}
.navbar-collapse .navbar-toggler {
  color: rgba(33, 37, 41, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-custom .logbar-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  align-items: center;
  padding-left: 2rem;
}
.navbar-custom .logbar-nav .nav-link {
  padding: 0 1rem;
}
.navbar-custom .logbar-nav .nav-link i.fas {
  font-size: 1.3rem;
}
.navbar-custom .logbar-nav .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: 7px;
  margin-top: -0.3rem;
  border-radius: 50%;
  padding: 4px 5px;
}

.circle-user {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: rgba(33, 37, 41, 0.7);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  color: #fff;
  text-align: center; /*letter-spacing: 24px; padding-left: 7px; */
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-custom .nav-link:hover .circle-user,
.navbar-custom .nav-link:focus .circle-user {
  background-color: rgba(33, 37, 41, 1);
}

.dropdown-list {
  min-width: 350px;
  padding: 0;
}
.dropdown-list .dropdown-header {
  background-color: rgba(0, 0, 0, 0.025);
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem 1rem;
}
.dropdown-list .dropdown-message-list {
  max-height: 350px;
  overflow: auto;
}
.dropdown-list .dropdown-message {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem 1rem;
}
.dropdown-list .dropdown-message:hover {
  background-color: #f8f9fa;
}
.dropdown-list .dropdown-message a {
  color: #007bff;
}
.dropdown-list .dropdown-message a:hover {
  color: #007bff;
}
.dropdown-list .dropdown-message .message-icon {
  margin-right: 1rem;
  font-size: 1.6rem;
}
.dropdown-list .dropdown-message .message-info .date {
  font-size: 0.85rem;
  color: rgba(33, 37, 41, 0.5);
  font-weight: 500;
}
.dropdown-list .dropdown-message .message-info .message {
  font-size: 0.95rem;
}
.dropdown-list .dropdown-item.showall {
  font-size: 0.85rem;
  text-align: center;
  padding: 0.35rem;
  background-color: rgba(0, 0, 0, 0.025);
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 500px) {
  .navbar-brand {
    font-weight: 500;
  }
  .navbar-brand span {
    display: none;
  }
}

/* offcanvas-collapse */
@media (max-width: 1000px) {
  .offcanvas-collapse {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    top: 55px;
    bottom: 0;
    right: 100%;
    width: 240px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    border-right: 1px solid #ebedf3;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    background-color: #f8f9fa;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  .navbar-nav.menu-nav {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .navbar-nav.menu-nav {
    margin-right: 0 !important;
  }
  .navbar-nav.menu-nav .dropdown > .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0, 0px) !important;
    top: 0;
    width: 100%;
    min-width: auto;
    padding: 0;
    margin: 0;
    color: #212529;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0 0 0 0 !important;
    background-color: transparent;
    -webkit-transform: translate3d(0px, 0, 0px) !important;
    -moz-transform: translate3d(0px, 0, 0px) !important;
    -ms-transform: translate3d(0px, 0, 0px) !important;
    -o-transform: translate3d(0px, 0, 0px) !important;
  }
  .navbar-nav.menu-nav .dropdown > .dropdown-menu .dropdown-item {
    padding: 0.35rem 1rem;
  }
}

.page-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 55px);
  margin-top: 55px;
}
#content {
  width: 100%;
  min-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  overflow: auto;
}
#sidebar {
  width: 100%;
  position: fixed;
  top: 55px;
  right: 0;
  min-height: 100vh;
  height: 100%;
  z-index: 999;
  border-left: 4px solid #ebedf3;
  background-color: #fff;
  overflow: auto;
}
#sidebar.active {
  left: 100%;
}
@media (min-width: 576px) {
  #sidebar {
    width: 350px;
  }
  #content.active {
    width: 100%;
  }
  #sidebar.active {
    right: -350px;
  }
}
@media (min-width: 1024px) {
  #sidebar {
    width: 350px;
  }
  #content.active {
    width: calc(100% - 350px);
  }
  #sidebar.active {
    margin-right: -350px;
  }
  /*.page-content {width: calc(100% - 240px); margin-left: 240px;}
  .page-content.w-100 {width: calc(100% - 240px); margin-left: 240px;}
  .offcanvas-collapse { visibility: visible; -webkit-transform: translateX(100%); transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); }*/
}

.page-container {
  padding-bottom: 1rem;
}
.page-header {
  padding: 2rem;
  display: flex;
  align-items: flex-end;
}
.page-header .right {
  margin-left: auto;
}
.page-header h1 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.page-header .bd-lead {
  margin: 0.5rem 0 0;
}

.nav-tabs-header {
  margin-left: 1rem;
}

.page-search {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.page-search .form-group {
  margin: 0 0 5px 0;
  min-width: 220px;
}
.page-search .form-group:last-child {
  margin: 0;
}
.page-search .form-group > label {
  display: none;
}
.page-search .form-group + .form-group {
  margin-left: 0;
}
.page-search .btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text),
.page-search .btn.btn-light:not(:disabled):not(.disabled).active,
.page-search .show > .btn.btn-light.dropdown-toggle,
.show .btn.btn-light.btn-dropdown {
  color: #212529;
  font-weight: 500;
}
.page-search .btn-wrap {
  margin-top: 1rem;
  text-align: right;
  white-space: nowrap;
}

.page-header + .page-header-filter {
  margin-top: -1rem;
}
.page-header-filter {
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}
.page-header-filter .form-group {
  margin-bottom: 10px;
  min-width: 150px;
}
.page-header-filter .custom-control {
  margin-top: 5px;
}

.page-body {
  padding: 0 2rem 1rem;
}
.page-body .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.page-body .content-header h2 {
  font-size: 1.25rem;
}
.page-sidebar {
  height: calc(100vh - 55px);
  overflow: auto;
}

/* page-top */
a.page-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1rem;
  z-index: 1030;
  display: none;
  border: 1px solid #ddd;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 7px;
  text-decoration: none;
}

@media (min-width: 576px) {
  .navbar.navbar-custom {
    padding: 0.5rem 2rem;
  }
  .page-search {
    flex-direction: row;
    align-items: flex-end;
    margin-top: -15px;
    padding: 0 2rem 1rem;
  }
  .page-search .btn-wrap {
    margin-top: 0;
    margin-left: 1rem;
  }
  .page-search .form-group + .form-group {
    margin-left: 1rem;
  }
}
@media (min-width: 760px) {
  .page-search .form-group {
    margin: 0;
  }
}
@media (min-width: 1024px) {
}

/********************************************
element
*********************************************/
/* flex */
.flex-none {
  flex: none !important;
}

/* card */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-header h2 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.card-header h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.card-header .right {
  display: flex;
}

.card-user {
  max-width: 360px;
  margin: 0 auto;
}
.card-user .card-user-info {
  text-align: center;
  padding: 2rem;
  border-bottom: 1px solid #ebedf3;
}
.card-user .card-user-info .circle-user {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 3.2rem;
}

.card-body + .card-header {
  border-top: 1px solid #ebedf3;
}

/* text */
.kt-name,
.kt-name:hover {
  font-weight: 500;
  color: #a1896e !important;
}
.kt-location,
.kt-location:hover {
  font-weight: 500;
  color: #17a2b8 !important;
}
.kt-discrepancies,
.kt-discrepancies:hover {
  font-weight: 500;
  color: #8950fc !important;
}
.kt-warning,
.kt-warning:hover {
  font-weight: 500;
  color: #f64e60 !important;
}
.kt-error,
.kt-error:hover {
  font-weight: 500;
  color: #f64e60 !important;
}

/* icon */
.icon-circle {
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color: #fff;
}

/* form */
input:invalid {
  box-shadow: none;
}
.form-group > label {
  display: block;
}
.form-addinfo + .form-addinfo {
  margin-top: 0.5rem;
}
.form-control.input-daterangepicker {
  background-image: url(../img/calendar.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}

.custom-control-label.label-sm {
  font-size: 0.85rem;
  padding-top: 2px;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.checkbox > span {
  background-color: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.42rem;
}
.checkbox > span:after {
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
  -webkit-transform: rotate(45deg) /*rtl:ignore*/;
  transform: rotate(45deg) /*rtl:ignore*/;
  margin-top: -2px;
}
.checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox:hover > input:not([disabled]) ~ span,
.checkbox > input:focus ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox.checkbox-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkbox > input:checked ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: none;
}
.checkbox > input:checked ~ span:after {
  display: block;
}
.checkbox.checkbox-square > span {
  border-radius: 0;
}
.checkbox.checkbox-circle > span {
  border-radius: 50%;
}
.checkbox.checkbox-outline > span {
  border-width: 1px;
  border-style: solid;
}
.checkbox.checkbox-outline-2x > span {
  border-width: 2px !important;
}
.checkbox.checkbox-accent > span {
  border-width: !important;
  border-style: solid !important;
  background-color: transparent !important;
}
.checkbox.checkbox-accent > span:after {
  display: block;
}

.checkbox > span {
  height: 18px;
  width: 18px;
}
.checkbox > span:after {
  width: 5px;
  height: 10px;
}

.checkbox.checkbox-lg > span {
  height: 24px;
  width: 24px;
}
.checkbox.checkbox-lg > span:after {
  width: 6px;
  height: 12px;
}

.checkbox.checkbox-outline > span {
  height: 18px;
  width: 18px;
}
.checkbox.checkbox-outline > span:after {
  width: 5px;
  height: 10px;
}

.checkbox.checkbox-outline.checkbox-lg > span {
  height: 24px;
  width: 24px;
}
.checkbox.checkbox-outline.checkbox-lg > span:after {
  width: 6px;
  height: 12px;
}

.checkbox > span {
  background-color: #ebedf3;
  border: 1px solid transparent;
}

.checkbox > input:focus ~ span {
  border: 1px solid transparent;
}

.checkbox > input:checked ~ span {
  background-color: #3699ff;
}
.checkbox > input:checked ~ span:after {
  border-color: #ffffff;
}

/* dropdown */
.export.btn-group .dropdown-toggle::after {
  display: none;
}

/* tooltip */
[data-toggle='tooltip'] {
  cursor: pointer;
}

/* toast-wrap */
.toast-notice {
  position: fixed;
  z-index: 999999;
  top: 70px;
  right: 1rem;
}
.toast-item {
  min-width: 350px;
}
.toast-item .notice-message {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5rem 1rem;
}

.toast-item .notice-message a:hover {
  color: #007bff;
}
.toast-item .notice-message .message-icon {
  margin-right: 1rem;
  font-size: 1.8rem;
}
.toast-item .notice-message .message-info .message {
  font-size: 0.95rem;
}
.toast-item .notice-message .message-info .date {
  display: inline-block;
  font-size: 0.85rem;
  color: rgba(33, 37, 41, 0.5);
  font-weight: 500;
}

.toast-confirm {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  bottom: 1rem;
  right: 0;
  width: 100%;
}
.toast-alert {
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}
.toast-alert .alert {
  margin-bottom: 0;
}

/* progress */
.progress-wrap.ooccupied {
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-wrap.ooccupied .text-result {
  min-width: 100px;
  display: flex;
  align-items: center;
}
.progress-wrap.ooccupied .text-result.left {
  justify-content: flex-end;
}
.progress-wrap.ooccupied .text-result.right {
  display: flex;
}
.progress-wrap.ooccupied .text-result.right span.num {
  order: 2;
}
.progress-wrap.ooccupied .text-result.right span.rate {
  order: 1;
  margin-right: 0.5rem;
}
.progress-wrap.ooccupied .text-result.left span.rate {
  order: 1;
  margin-left: 0.5rem;
}
.progress-wrap.ooccupied .progress {
  width: 50%;
  min-width: 100px;
  height: 4px;
  margin: 0 1rem;
  background-color: rgb(255, 159, 64);
}
.progress-wrap.ooccupied .progress-bar {
  background-color: rgb(54, 162, 235);
}
.progress-wrap .text-result span.num {
  font-size: 0.85rem;
  font-weight: 700;
}
.progress-wrap .text-result span.rate {
  display: inline-block;
  min-width: 50px;
  border-radius: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.progress-wrap .text-result.left span.rate {
  color: #3699ff;
  background-color: #e1f0ff;
}
.progress-wrap .text-result.right span.rate {
  color: #ffa800;
  background-color: #fff4de;
}
.progress-wrap .text-result span:before {
  content: '';
}
.progress-wrap .text-result span:after {
  content: '';
}

/* button */
.btn {
  white-space: nowrap;
}
.btn.btn-light-occupied {
  color: #3699ff;
  background-color: #e1f0ff;
  border-color: transparent;
}
.btn.btn-light-occupied i {
  color: #3699ff;
}
.btn.btn-light-occupied .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3699ff;
}
.btn.btn-light-occupied .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-occupied.dropdown-toggle:after {
  color: #3699ff;
}
.btn.btn-light-occupied:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-occupied:focus:not(.btn-text),
.btn.btn-light-occupied.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #3699ff;
  border-color: transparent;
}
.btn.btn-light-occupied:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-occupied:focus:not(.btn-text) i,
.btn.btn-light-occupied.focus:not(.btn-text) i {
  color: #ffffff;
}
.btn.btn-light-occupied:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-occupied:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-occupied.focus:not(.btn-text) .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-light-occupied:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-occupied:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-occupied.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-occupied:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-occupied:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-occupied.focus:not(.btn-text).dropdown-toggle:after {
  color: #ffffff;
}
.btn.btn-light-occupied.disabled,
.btn.btn-light-occupied:disabled {
  color: #3699ff;
  background-color: #e1f0ff;
  border-color: transparent;
}
.btn.btn-light-occupied.disabled i,
.btn.btn-light-occupied:disabled i {
  color: #3699ff;
}
.btn.btn-light-occupied.disabled .svg-icon svg g [fill],
.btn.btn-light-occupied:disabled .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3699ff;
}
.btn.btn-light-occupied.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-occupied:disabled .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-occupied.disabled.dropdown-toggle:after,
.btn.btn-light-occupied:disabled.dropdown-toggle:after {
  color: #3699ff;
}
.btn.btn-light-occupied:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-occupied:not(:disabled):not(.disabled).active,
.show > .btn.btn-light-occupied.dropdown-toggle,
.show .btn.btn-light-occupied.btn-dropdown {
  color: #ffffff;
  background-color: #3699ff;
  border-color: transparent;
}
.btn.btn-light-occupied:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-occupied:not(:disabled):not(.disabled).active i,
.show > .btn.btn-light-occupied.dropdown-toggle i,
.show .btn.btn-light-occupied.btn-dropdown i {
  color: #ffffff;
}
.btn.btn-light-occupied:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-occupied:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show > .btn.btn-light-occupied.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-occupied.btn-dropdown .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-light-occupied:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-occupied:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show > .btn.btn-light-occupied.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-occupied.btn-dropdown .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-occupied:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-occupied:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show > .btn.btn-light-occupied.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-occupied.btn-dropdown.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-light-unoccupied {
  color: #ffa800;
  background-color: #fff4de;
  border-color: transparent;
}
.btn.btn-light-unoccupied i {
  color: #ffa800;
}
.btn.btn-light-unoccupied .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffa800;
}
.btn.btn-light-unoccupied .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-unoccupied.dropdown-toggle:after {
  color: #ffa800;
}
.btn.btn-light-unoccupied:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-unoccupied:focus:not(.btn-text),
.btn.btn-light-unoccupied.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #ffa800;
  border-color: transparent;
}
.btn.btn-light-unoccupied:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-unoccupied:focus:not(.btn-text) i,
.btn.btn-light-unoccupied.focus:not(.btn-text) i {
  color: #ffffff;
}
.btn.btn-light-unoccupied:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-unoccupied:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-unoccupied.focus:not(.btn-text) .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-light-unoccupied:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-unoccupied:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-unoccupied.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-unoccupied:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-unoccupied:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-unoccupied.focus:not(.btn-text).dropdown-toggle:after {
  color: #ffffff;
}
.btn.btn-light-unoccupied.disabled,
.btn.btn-light-unoccupied:disabled {
  color: #ffa800;
  background-color: #fff4de;
  border-color: transparent;
}
.btn.btn-light-unoccupied.disabled i,
.btn.btn-light-unoccupied:disabled i {
  color: #ffa800;
}
.btn.btn-light-unoccupied.disabled .svg-icon svg g [fill],
.btn.btn-light-unoccupied:disabled .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffa800;
}
.btn.btn-light-unoccupied.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-unoccupied:disabled .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-unoccupied.disabled.dropdown-toggle:after,
.btn.btn-light-unoccupied:disabled.dropdown-toggle:after {
  color: #ffa800;
}
.btn.btn-light-unoccupied:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-unoccupied:not(:disabled):not(.disabled).active,
.show > .btn.btn-light-unoccupied.dropdown-toggle,
.show .btn.btn-light-unoccupied.btn-dropdown {
  color: #ffffff;
  background-color: #ffa800;
  border-color: transparent;
}
.btn.btn-light-unoccupied:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-unoccupied:not(:disabled):not(.disabled).active i,
.show > .btn.btn-light-unoccupied.dropdown-toggle i,
.show .btn.btn-light-unoccupied.btn-dropdown i {
  color: #ffffff;
}
.btn.btn-light-unoccupied:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-unoccupied:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show > .btn.btn-light-unoccupied.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-unoccupied.btn-dropdown .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-light-unoccupied:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-unoccupied:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show > .btn.btn-light-unoccupied.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-unoccupied.btn-dropdown .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-unoccupied:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-unoccupied:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show > .btn.btn-light-unoccupied.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-unoccupied.btn-dropdown.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-light-mismatched {
  color: #f64e60;
  background-color: #ffe2e5;
  border-color: transparent;
}
.btn.btn-light-mismatched i {
  color: #f64e60;
}
.btn.btn-light-mismatched .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #f64e60;
}
.btn.btn-light-mismatched .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-mismatched.dropdown-toggle:after {
  color: #f64e60;
}
.btn.btn-light-mismatched:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-mismatched:focus:not(.btn-text),
.btn.btn-light-mismatched.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #f64e60;
  border-color: transparent;
}
.btn.btn-light-mismatched:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-mismatched:focus:not(.btn-text) i,
.btn.btn-light-mismatched.focus:not(.btn-text) i {
  color: #ffffff;
}
.btn.btn-light-mismatched:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-mismatched:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-mismatched.focus:not(.btn-text) .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-light-mismatched:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-mismatched:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-mismatched.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-mismatched:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-mismatched:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-mismatched.focus:not(.btn-text).dropdown-toggle:after {
  color: #ffffff;
}
.btn.btn-light-mismatched.disabled,
.btn.btn-light-mismatched:disabled {
  color: #f64e60;
  background-color: #ffe2e5;
  border-color: transparent;
}
.btn.btn-light-mismatched.disabled i,
.btn.btn-light-mismatched:disabled i {
  color: #f64e60;
}
.btn.btn-light-mismatched.disabled .svg-icon svg g [fill],
.btn.btn-light-mismatched:disabled .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #f64e60;
}
.btn.btn-light-mismatched.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-mismatched:disabled .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-mismatched.disabled.dropdown-toggle:after,
.btn.btn-light-mismatched:disabled.dropdown-toggle:after {
  color: #f64e60;
}
.btn.btn-light-mismatched:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-mismatched:not(:disabled):not(.disabled).active,
.show > .btn.btn-light-mismatched.dropdown-toggle,
.show .btn.btn-light-mismatched.btn-dropdown {
  color: #ffffff;
  background-color: #f64e60;
  border-color: transparent;
}
.btn.btn-light-mismatched:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-mismatched:not(:disabled):not(.disabled).active i,
.show > .btn.btn-light-mismatched.dropdown-toggle i,
.show .btn.btn-light-mismatched.btn-dropdown i {
  color: #ffffff;
}
.btn.btn-light-mismatched:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-mismatched:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show > .btn.btn-light-mismatched.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-mismatched.btn-dropdown .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-light-mismatched:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-mismatched:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show > .btn.btn-light-mismatched.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-mismatched.btn-dropdown .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-mismatched:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-mismatched:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show > .btn.btn-light-mismatched.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-mismatched.btn-dropdown.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-light-unidentified {
  color: #8950fc;
  background-color: #eee5ff;
  border-color: transparent;
}
.btn.btn-light-unidentified i {
  color: #8950fc;
}
.btn.btn-light-unidentified .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #8950fc;
}
.btn.btn-light-unidentified .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-unidentified.dropdown-toggle:after {
  color: #8950fc;
}
.btn.btn-light-unidentified:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-unidentified:focus:not(.btn-text),
.btn.btn-light-unidentified.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #8950fc;
  border-color: transparent;
}
.btn.btn-light-unidentified:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-unidentified:focus:not(.btn-text) i,
.btn.btn-light-unidentified.focus:not(.btn-text) i {
  color: #ffffff;
}
.btn.btn-light-unidentified:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-unidentified:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-unidentified.focus:not(.btn-text) .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-light-unidentified:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-unidentified:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-unidentified.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-unidentified:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-unidentified:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-unidentified.focus:not(.btn-text).dropdown-toggle:after {
  color: #ffffff;
}
.btn.btn-light-unidentified.disabled,
.btn.btn-light-unidentified:disabled {
  color: #8950fc;
  background-color: #eee5ff;
  border-color: transparent;
}
.btn.btn-light-unidentified.disabled i,
.btn.btn-light-unidentified:disabled i {
  color: #8950fc;
}
.btn.btn-light-unidentified.disabled .svg-icon svg g [fill],
.btn.btn-light-unidentified:disabled .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #8950fc;
}
.btn.btn-light-unidentified.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-unidentified:disabled .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-unidentified.disabled.dropdown-toggle:after,
.btn.btn-light-unidentified:disabled.dropdown-toggle:after {
  color: #8950fc;
}
.btn.btn-light-unidentified:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-unidentified:not(:disabled):not(.disabled).active,
.show > .btn.btn-light-unidentified.dropdown-toggle,
.show .btn.btn-light-unidentified.btn-dropdown {
  color: #ffffff;
  background-color: #8950fc;
  border-color: transparent;
}
.btn.btn-light-unidentified:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-unidentified:not(:disabled):not(.disabled).active i,
.show > .btn.btn-light-unidentified.dropdown-toggle i,
.show .btn.btn-light-unidentified.btn-dropdown i {
  color: #ffffff;
}
.btn.btn-light-unidentified:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-unidentified:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show > .btn.btn-light-unidentified.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-unidentified.btn-dropdown .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-light-unidentified:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-unidentified:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show > .btn.btn-light-unidentified.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-unidentified.btn-dropdown .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-unidentified:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-unidentified:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show > .btn.btn-light-unidentified.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-unidentified.btn-dropdown.dropdown-toggle:after {
  color: #ffffff;
}

.btn-light-matched {
  color: #1bc5bd;
  background-color: #c9f7f5;
  border-color: transparent;
}
.btn-light-matched i {
  color: #1bc5bd;
}
.btn-light-matched .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1bc5bd;
}
.btn-light-matched .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn-light-matched.dropdown-toggle:after {
  color: #1bc5bd;
}
.btn-light-matched:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn-light-matched:focus:not(.btn-text),
.btn-light-matched.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: transparent;
}
.btn-light-matched:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn-light-matched:focus:not(.btn-text) i,
.btn-light-matched.focus:not(.btn-text) i {
  color: #ffffff;
}
.btn-light-matched:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn-light-matched:focus:not(.btn-text) .svg-icon svg g [fill],
.btn-light-matched.focus:not(.btn-text) .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-light-matched:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn-light-matched:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn-light-matched.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn-light-matched:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn-light-matched:focus:not(.btn-text).dropdown-toggle:after,
.btn-light-matched.focus:not(.btn-text).dropdown-toggle:after {
  color: #ffffff;
}
.btn-light-matched.disabled,
.btn-light-matched:disabled {
  color: #1bc5bd;
  background-color: #c9f7f5;
  border-color: transparent;
}
.btn-light-matched.disabled i,
.btn-light-matched:disabled i {
  color: #1bc5bd;
}
.btn-light-matched.disabled .svg-icon svg g [fill],
.btn-light-matched:disabled .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1bc5bd;
}
.btn-light-matched.disabled .svg-icon svg:hover g [fill],
.btn-light-matched:disabled .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn-light-matched.disabled.dropdown-toggle:after,
.btn-light-matched:disabled.dropdown-toggle:after {
  color: #1bc5bd;
}
.btn-light-matched:not(:disabled):not(.disabled):active:not(.btn-text),
.btn-light-matched:not(:disabled):not(.disabled).active,
.show > .btn-light-matched.dropdown-toggle,
.show .btn-light-matched.btn-dropdown {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: transparent;
}
.btn-light-matched:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn-light-matched:not(:disabled):not(.disabled).active i,
.show > .btn-light-matched.dropdown-toggle i,
.show .btn-light-matched.btn-dropdown i {
  color: #ffffff;
}
.btn-light-matched:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn-light-matched:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show > .btn-light-matched.dropdown-toggle .svg-icon svg g [fill],
.show .btn-light-matched.btn-dropdown .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-light-matched:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn-light-matched:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show > .btn-light-matched.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn-light-matched.btn-dropdown .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn-light-matched:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn-light-matched:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show > .btn-light-matched.dropdown-toggle.dropdown-toggle:after,
.show .btn-light-matched.btn-dropdown.dropdown-toggle:after {
  color: #ffffff;
}

.btn-group-week,
.btn-group-calendar {
  border: 1px solid #e4e6ef;
  padding: 0.25rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.btn-group-week .btn,
.btn-group-calendar .btn {
  margin: 0.1rem 0.1rem 0.1rem 0;
  flex: none;
  width: 42.7px;
}
.btn-toggle-primary {
  color: #00a1e9;
  font-weight: 700;
}
.btn-toggle-primary:hover {
  color: #00a1e9;
  background-color: #e1f0ff;
}
.btn-toggle-primary.active {
  color: #fff;
  background-color: #00a1e9;
}

.btn-group .btn-secondary + .btn-secondary,
.btn-group-filter .btn + .btn {
  margin-left: 1px;
}

.btn.btn-favorite {
  text-decoration: none;
  color: rgba(33, 37, 41, 0.7);
  padding: 0;
  height: auto;
}
.btn-favorite.active {
  text-decoration: none;
  color: orange;
}

.btn.btn-charger {
  padding: 1px 8px;
}
.btn.btn-charger span {
  font-size: 20px;
}

/* table */
.table {
  table-layout: fixed;
}
.table-stat-wrap {
  background-color: #fff;
  border-left: 1px solid #ebedf3;
  border-right: 1px solid #ebedf3;
  border-bottom: 1px solid #ebedf3;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.table.table-stat {
  margin-bottom: 0;
}
.table.table-stat thead th {
  font-size: 0.75rem;
  text-align: center;
  background-color: #f3f6f9;
  padding: 0.5rem 0.75rem;
}
.table.table-stat tbody th,
.table.table-stat tbody td {
  padding: 1rem 0.75rem;
}
.table.table-stat tbody th {
  font-size: 0.75rem;
}
.table.table-stat tbody td {
  font-size: 0.85rem;
}

.table.table-service thead th {
  font-size: 0.75rem;
  background-color: #f3f6f9;
  padding: 0.5rem 0.75rem;
}
.table.table-service tbody td {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
}

.table td.cursor-pointer {
  color: #00a1e9;
}
.table td.td-form {
  padding: 0 !important;
}
.table td.td-form .form-control {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.table-vertical th {
  font-size: 0.75rem;
  background-color: #f3f6f9;
  padding: 0.5rem 0.75rem;
}
.table-vertical th.table-post {
  background-color: #b8daff;
}
.table-vertical th.table-get {
  background-color: #c3e6cb;
}
.table-vertical th.table-put {
  background-color: #ffdf7e;
}
.table-vertical th.table-delete {
  background-color: #f5c6cb;
}

.th-control .custom-control {
  min-height: 1;
}
.th-control .custom-control-label {
  font-size: 11px;
  font-weight: 400;
}
.th-control .custom-control-label:before {
  top: 0.15rem;
}
.th-control .custom-switch .custom-control-label:after {
  top: calc(0.15rem + 2px);
}

.table-report-wrap {
  background-color: #fff;
  border: 1px solid #ebedf3;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.table.table-report {
  margin-bottom: 0;
}
.table.table-report thead th {
  font-size: 0.75rem;
  text-align: center;
  background-color: #f3f6f9;
  padding: 0.5rem 0.75rem;
}
.table.table-report tbody th,
.table.table-stat tbody td {
  padding: 1rem 0.75rem;
}
.table.table-report tbody th {
  font-size: 0.75rem;
}
.table.table-report tbody td {
  font-size: 0.85rem;
}

.table.valign-middle th,
.table.valign-middle td {
  vertical-align: middle;
}

.table .treegrid-collapsed {
  background-color: rgba(0, 0, 0, 0.02);
}
.table .treegrid-expanded {
  background-color: rgba(0, 0, 0, 0.02);
}
/* .table .treegrid-collapsed td,  */
.table .treegrid-expanded td {
  border-bottom: 1px solid #dee2e6;
}

.table-header-2row .bootstrap-table .fixed-table-container .fixed-table-header {
  height: 107px !important;
  display: flex;
  align-items: flex-end;
}

.table-header-2row .table {
  table-layout: auto;
}

.td-width-location .fht-cell {
  width: 110px !important;
}
.td-width-lpn .fht-cell {
  width: 110px !important;
}
.td-width-sku .fht-cell {
  width: 110px !important;
}
.td-width-product .fht-cell {
  width: 300px !important;
}
.td-width-qty .fht-cell {
  width: 90px !important;
}
.td-width-manufacturing .fht-cell {
  width: 125px !important;
}
.td-width-expiration .fht-cell {
  width: 110px !important;
}
.td-width-status .fht-cell {
  width: 110px !important;
}
.td-width-occupied .fht-cell {
  width: 90px !important;
}
.td-width-scanned .fht-cell {
  width: 110px !important;
}

.table-header h4 {
  font-size: 1.15rem;
}

.bg-th01 {
  background-color: #fff4de !important;
}
.bg-th02 {
  background-color: #ffe2e5 !important;
}

.bg-td1 {
  background-color: #c9f7f5 !important;
}
.bg-td2 {
  background-color: #e1f0ff !important;
}

.table-main .bootstrap-table .fixed-table-container .table td,
.table-main .bootstrap-table .fixed-table-container .table th {
  white-space: nowrap;
}

/********************************************
bootstrap-table
*********************************************/
.table-wrap {
  position: relative;
}
.table-wrap .buttons-toolbar,
.table-wrap .buttons-toolbars {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.table-wrap .buttons-toolbar .bs-bars,
.table-wrap .buttons-toolbars .bs-bars {
  order: 1;
  margin-right: auto;
}
.table-wrap .buttons-toolbar .columns-right.btn-group,
.table-wrap .buttons-toolbars .columns-right.btn-group {
  order: 3;
}
.table-wrap .buttons-toolbar .search.btn-group,
.table-wrap .buttons-toolbars .search.btn-group {
  order: 2;
  margin-left: auto;
}

.buttons-toolbar > div,
.buttons-toolbars > div {
  margin-bottom: 0.5rem;
}
.toolbar,
.toolbars {
  display: flex;
  align-items: center;
}
.toolbar .line-height,
.toolbars .line-height {
  line-height: 2.3rem;
  color: #fff;
}
.toolbar .form-group,
.toolbars .form-group {
  margin-bottom: 0;
}
.toolbar .total,
.toolbar .select-text,
.toolbars .total,
.toolbars .select-text {
  margin-right: 1rem;
  line-height: 2.3rem;
  white-space: nowrap;
}
.toolbar > .btn,
.toolbar > .btn-group,
.toolbars > .btn,
.toolbars > .btn-group {
  margin-right: 0.25rem;
}
.buttons-toolbar .columns-right.btn-group,
.buttons-toolbars .columns-right.btn-group {
  margin-left: 0.25rem;
}
.buttons-toolbar .columns-right.btn-group .dropdown-menu,
.buttons-toolbars .columns-right.btn-group .dropdown-menu {
  max-height: 250px;
  overflow: auto;
}
.buttons-toolbar .columns-right.btn-group .dropdown-menu .dropdown-item.dropdown-item-marker,
.buttons-toolbars .columns-right.btn-group .dropdown-menu .dropdown-item.dropdown-item-marker {
  padding: 0.25rem 1rem;
}
.buttons-toolbar .columns-right.btn-group .dropdown-toggle:after,
.buttons-toolbars .columns-right.btn-group .dropdown-toggle:after {
  display: none;
}

.bootstrap-table .valign-top .td {
  vertical-align: top !important;
}
.bootstrap-table td .text-truncate {
  display: inline-block;
}
.bootstrap-table td .text-truncate.max-width {
  max-width: 400px;
}
/*.bootstrap-table th:not(.bs-checkbox), .bootstrap-table td:not(.bs-checkbox) {min-width:130px;}*/
.bootstrap-table .fixed-table-container .fixed-table-header {
  height: auto !important;
}
/*.bootstrap-table .fixed-table-container .fixed-table-body {min-width:950px;}
.bootstrap-table .fixed-table-container .fixed-table-header .table {width: calc(100% - 18px) !important;}*/

.table-wrap .bootstrap-table .fixed-table-header .form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}
/* .bootstrap-table .fixed-table-container.fixed-height .table.table-bordered thead th {border-top:0; border-bottom: 0;} */

/* .table-wrap.inventories-aisle .bootstrap-table .fixed-table-container.fixed-height {height: 456px !important;} */
/*.table-wrap.inventories-aisle .search.btn-group {display:none;}*/
/* .table-wrap.inventories-location .bootstrap-table .fixed-table-container.fixed-height {height: 489px !important;} */
/*.table-wrap.inventories-location .search.btn-group {display:none;}*/
/* .table-wrap.discrepancies .bootstrap-table .fixed-table-container.fixed-height {height: 523px !important;} */
/*.table-wrap.discrepancies .search.btn-group {display:none;}*/
.table-wrap.discrepancies th.bg-wms,
.table-wrap.discrepancies td.bg-wms {
  background-color: #f3f6f9;
}
/* .table-wrap.openlocations .bootstrap-table .fixed-table-container.fixed-height {height: 489px !important;} */
/*.table-wrap.openlocations .search.btn-group {display:none;}*/
/* .table-wrap.scheduledscan .bootstrap-table .fixed-table-container.fixed-height {height: 454px !important;} */
/* .table-wrap.adhocscan .bootstrap-table .fixed-table-container.fixed-height {height: 454px !important;} */
/* .table-wrap.postflightlog .bootstrap-table .fixed-table-container.fixed-height {height: 489px !important;} */
/* .table-wrap.accountsetting .bootstrap-table .fixed-table-container.fixed-height {height: 454px !important;} */

@media (max-width: 1024px) {
  .table-wrap.inventories-location .buttons-toolbar .bs-bars {
    flex: none;
    width: 100%;
  }
}

.bg-startscan {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
}
.bootstrap-table .bg-danger {
  font-weight: 500;
  color: #f64e60;
  background-color: transparent !important;
}
.bootstrap-table .bg-danger-wms {
  font-weight: 500;
  color: #f64e60;
  background-color: #f3f6f9;
}
.bootstrap-table .locations {
  max-width: 300px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-table .btn-adhocscan {
  float: right;
}

.treegrid-expander-collapsed,
.treegrid-expander-expanded {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.treegrid-expander-collapsed:before,
.treegrid-expander-expanded:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.treegrid-expander-collapsed:before {
  content: '\f067';
  font-size: 0.85rem;
}
.treegrid-expander-expanded:before {
  content: '\f068';
  font-size: 0.85rem;
}

.treegrid-expander + label {
  display: inline-block !important;
}
.bs-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.bs-checkbox label > span {
  background-color: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.bs-checkbox label > span:after {
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
  -webkit-transform: rotate(45deg) /*rtl:ignore*/;
  transform: rotate(45deg) /*rtl:ignore*/;
  margin-top: -2px;
}
.bs-checkbox label > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.bs-checkbox label:hover > input:not([disabled]) ~ span,
.bs-checkbox label > input:focus ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bs-checkbox label.checkbox-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.bs-checkbox label > input:checked ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: none;
}
.bs-checkbox label > input:checked ~ span:after {
  display: block;
}

.bs-checkbox label > span {
  height: 18px;
  width: 18px;
}
.bs-checkbox label > span:after {
  width: 5px;
  height: 10px;
}

.bs-checkbox label > span {
  background-color: #ebedf3;
  border: 1px solid transparent;
}

.bs-checkbox label > input:focus ~ span {
  border: 1px solid transparent;
}

.bs-checkbox label > input:checked ~ span {
  background-color: #3699ff;
}
.bs-checkbox label > input:checked ~ span:after {
  border-color: #ffffff;
}

/*
.treegrid-expander-collapsed {background-image: url(../img/ic_arrow2_right.png); background-repeat: no-repeat; background-position: 0 2px;}
.treegrid-expander-expanded {background-image: url(../img/ic_arrow2_bottom.png); background-repeat: no-repeat; background-position:  2px;}
*/

.fht-cell {
  width: 100% !important;
}

/*
.bootstrap-table .fixed-table-container.fix-sticky {top:55px !important;}
.bootstrap-table .fixed-table-container.fix-sticky,
#content.active .bootstrap-table .fixed-table-container.fix-sticky {left:1rem !important; right:1rem !important;}
@media (min-width: 576px) {
	.bootstrap-table .fixed-table-container.fix-sticky,
	#content.active .bootstrap-table .fixed-table-container.fix-sticky {left:2rem !important; right:2rem !important;}
}
@media (min-width: 1280px) {
	#content.active .bootstrap-table .fixed-table-container.fix-sticky {right:382px !important;}
}*/

.dropdown-item-title {
  padding: 0.25rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
}

label.dropdown-item {
  margin-bottom: 0;
}
.dropdown-item.dropdown-item-marker {
  white-space: nowrap;
}

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

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  padding: 5px;
}

/********************************************
treeview
*********************************************/
.tree-wrap {
  display: flex;
  flex-direction: column;
}
.tree-wrap .tree-body {
  margin-top: 10px;
}
.tree-wrap .mscrollbar {
  max-height: 364px;
  overflow: auto;
}
.tree-wrap .tree-toolbar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebedf3;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.tree-wrap .tree-toolbar .total,
.tree-wrap .tree-toolbar .select-text {
  margin-right: 1rem;
  white-space: nowrap;
}
.tree-wrap .tree-toolbar > .btn,
.tree-wrap .tree-toolbar > .btn-group {
  margin-right: 0.25rem;
}

.treeview span.icon.node-icon {
  display: none;
}

.form-group .tree-wrap {
  background-color: #fff;
  border: 1px solid #e4e6ef;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}
.treeview .list-group-item {
  padding: 3px 10px !important;
  border: 0;
}
.treeview span.icon.far.fa-square,
.treeview span.icon.fas.fa-minus-square {
  font-size: 15px;
}
.treeview span.icon.fas.fa-check-square,
.treeview span.icon.fas.fa-square,
.treeview span.icon.fas.fa-minus-square {
  color: #00a1e9;
  font-size: 15px;
}

/* VirtualScrollingTree */
.VirtualScrollingTree .VirtualScrollingTree-item .Item {
  display: flex;
  align-items: center;
}
.VirtualScrollingTree .VirtualScrollingTree-item .Item .tree-icon {
  font-size: 22px;
  margin-left: 1px;
}
.VirtualScrollingTree .VirtualScrollingTree-item .Item .tree-icon .bi {
  display: block;
  width: 20px;
}
.VirtualScrollingTree .VirtualScrollingTree-item .Item .Label {
  margin-left: 5px;
  margin-bottom: 0;
  font-size: 14px !important;
  display: flex;
  align-items: center;
}
.VirtualScrollingTree .VirtualScrollingTree-item .Item .Label .bi {
  margin-right: 5px;
  font-size: 16px;
}
.VirtualScrollingTree .VirtualScrollingTree-item .Item .Label .bi-dash-square-fill {
  color: #212529;
}
.VirtualScrollingTree .VirtualScrollingTree-item .Item .Label .bi-check-square-fill {
  color: #00a1e9;
}
.bi.bi-blank {
  display: block;
  width: 20px;
}

/********************************************
chart.js 
*********************************************/
.chart-bar {
  height: 250px;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/********************************************
morris.js 
*********************************************/
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

/********************************************
editable  
*********************************************/
.panel-range .editable-container.editable-inline {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.panel-range .editableform .form-control {
  width: 70px;
}
.editable-buttons {
  margin-left: 3px;
}
.editable-buttons .editable-cancel {
  margin-left: 3px;
}

/********************************************
multipleselect 
*********************************************/
.ms-choice {
  border: 1px solid #f3f6f9;
  color: #3f4254;
  background-color: transparent;
}
.ms-choice:focus {
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.ms-drop {
  padding: 0.5rem;
}
/* .ms-drop ul>li:not(.ms-select-all):not(.group) {padding-left:20px;} */
.ms-drop ul > li label {
  font-size: 1rem;
}
.ms-search input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ms-drop ul > li.ms-select-all {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9ecef;
}

/********************************************
mCustomScrollbar
*********************************************/
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.25);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5);
}

.mscrollbar {
  overflow: auto;
}

/********************************************
simplebar
*********************************************/
#sidebar .simplebar-content-wrapper {
  height: calc(100vh - 55px) !important;
}
.simplebar-content-wrapper {
  height: calc(100vh - 55px) !important;
}
.simplebar-scrollbar::before {
  width: 4px;
}

/********************************************
photoswipe-slick
*********************************************/
.slick-initialized .slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  max-height: 425px;
  max-width: 318px;
}
/*.slick-arrow {display:none;}*/
.slick-prev {
  left: 15px !important;
  z-index: 1;
}
.slick-next {
  right: 15px !important;
  z-index: 1;
}

/********************************************
tokenfield
*********************************************/
.form-control.tokenfield {
  height: 130px;
  padding: 0.375rem;
}
.tokenfield .token-input {
  font-size: 13px;
}
.tokenfield.focus {
  color: #1d1e23;
  background-color: #fff;
  border-color: #95cfeb;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.25);
}
.tokenfield .token {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 0 solid #d9d9d9;
  background-color: #888888;
  margin: -1px 3px 3px 0;
  height: 18px;
  font-size: 12px;
}
.tokenfield .token:hover {
  border-color: #b9b9b9;
}
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}
.tokenfield .token .token-label {
  color: #fff;
}

/********************************************
items
*********************************************/
.dashboard-maxheight .col-lg-3 {
  max-height: 342px;
}
/* notice-list */
.panel-notice .panel-header {
  margin-bottom: 0;
}
.panel-notice .panel-body {
  height: calc(100% - 30px);
}
.notice-list {
  /* height: 250px;  */
  padding: 0;
}
.notice-list .notice-message {
  display: flex;
  padding: 0.5rem 1rem;
}
.notice-list .notice-message:hover {
  background-color: #f8f9fa;
}
.notice-list .notice-message .message-icon {
  margin-right: 1rem;
  font-size: 1.4rem;
}
.notice-list .notice-message .message-info .date {
  display: inline-block;
  font-size: 0.85rem;
  color: rgba(33, 37, 41, 0.5);
  font-weight: 500;
  margin-left: 0.5rem;
}
.notice-list .notice-message .message-info .message {
  font-size: 0.95rem;
}
/* @media screen and (max-width: 768px){
  .notice-list {max-height: 150px;}
} */
/* detail-item */
.detail-item {
  height: 100%;
}
.detail-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #ebedf3;
}
.detail-item-header h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.detail-item-header h2 small {
  display: block;
  font-size: 0.85rem;
}
.detail-item-status {
  border-bottom: 1px solid #ebedf3;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.detail-item-status.item-3 .dv-status-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0.75rem 1rem;
}
.dv-status-item {
  position: relative;
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.75rem 1rem;
}
.dv-status-item .title {
  font-size: 0.85rem;
}
.dv-status-item + .dv-status-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ebedf3;
}
.detail-item-filter {
  padding: 1rem;
}
.detail-item-filter .form-group {
  margin-bottom: 0;
}
.detail-item-filter .form-group + .form-group {
  margin-top: 1rem;
}
.detail-item-form {
  padding: 1rem;
  border-bottom: 1px solid #ebedf3;
}
.detail-item-form .form-group {
  margin-bottom: 0;
}
.detail-item-form .form-group + .form-group {
  margin-top: 1rem;
}
.detail-item-gallery {
  position: relative;
  padding: 0.5rem 1rem;
  min-height: 240px;
  border-bottom: 1px solid #ebedf3;
}
.detail-item-gallery .no-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 85%;
  background: url('../img/no_image.png') no-repeat center center;
}
.detail-item-gallery .gallery-thumnail {
  position: relative;
  z-index: 2;
}
.detail-item-body {
  background-color: transparent;
}
.detail-item-body h3 {
  padding: 1rem 1rem;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.dl-detail-item {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.dl-detail-item dt {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}
.dl-detail-item dd {
  background-color: #f3f6f9;
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-height: 35px;
}
.detail-item-body .bg-wms {
  border-top: 1px solid #ebedf3;
  word-break: break-all;
}
.btn-wrap {
  text-align: center;
  margin-top: 1rem;
}

/* pswp__sticker detail-item */
.pswp__sticker .detail-item {
  position: fixed;
  top: 3rem;
  right: 1rem;
  z-index: 1;
  height: auto;
  background-color: rgba(255, 255, 255, 0.75);
  width: 300px;
}
.pswp__sticker .detail-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px solid #ebedf3;
}
.pswp__sticker .detail-item-header h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.pswp__sticker .detail-item-header h2 small {
  display: none;
}
.pswp__sticker .detail-item-status {
  border-bottom: 1px solid #ebedf3;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.pswp__sticker .dv-status-item {
  position: relative;
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.25rem 0.5rem;
}
.pswp__sticker .dv-status-item .title {
  font-size: 0.75rem;
  font-weight: 700;
}
.pswp__sticker .dv-status-item + .dv-status-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ebedf3;
}
.pswp__sticker .detail-item-body h3 {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0;
  background-color: #f8f9fa;
}
.pswp__sticker .dl-detail-item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pswp__sticker .dl-detail-item dt {
  padding: 0.25rem 0 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-bottom: 1px solid #f8f9fa;
  flex: 0 0 35%;
  max-width: 35%;
  line-height: 1.8;
}
.pswp__sticker .dl-detail-item dd {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #f8f9fa;
  margin-bottom: 0;
  flex: 0 0 65%;
  max-width: 65%;
  font-size: 0.85rem;
  background-color: transparent;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 26px;
}

/* media-lpn detail-item */
.media-lpn .media-gallery {
  width: 300px;
}
.media-lpn .media-gallery .detail-item-gallery {
  border-bottom: 0;
}
.media-lpn .detail-item {
  background-color: rgba(255, 255, 255, 0.75);
}
.media-lpn .detail-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px solid #ebedf3;
}
.media-lpn .detail-item-header h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.media-lpn .detail-item-status {
  border-bottom: 1px solid #ebedf3;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.media-lpn .dv-status-item {
  position: relative;
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.25rem 0.5rem;
}
.media-lpn .dv-status-item .title {
  font-size: 0.75rem;
  font-weight: 700;
}
.media-lpn .dv-status-item + .dv-status-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ebedf3;
}
.media-lpn .detail-item-body {
  display: flex;
  flex-wrap: wrap;
}
.media-lpn .detail-item-body .item-info {
  float: left;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.media-lpn .detail-item-body h3 {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0;
  background-color: #f8f9fa;
}
.media-lpn .dl-detail-item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
}
.media-lpn .dl-detail-item dt {
  padding: 0.25rem 0 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-bottom: 1px solid #f8f9fa;
  width: 120px;
  line-height: 1.8;
}
.media-lpn .dl-detail-item dd {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #f8f9fa;
  margin-bottom: 0;
  width: calc(100% - 120px);
  font-size: 0.85rem;
  background-color: transparent;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 26px;
}

/********************************************
dashboard
*********************************************/
.panel-content {
  height: 100%;
  margin-bottom: 1rem;
  background-color: #fafbfc;
  border: 1px solid #ebedf3;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  padding: 1rem 2rem 0;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem;
}
.panel-content.panel-notice {
  background-color: #fff;
  border: 1px solid #ebedf3;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem;
  height: 250px;
}
/*.panel-content.panel-locations {margin-top:2rem; background-color: #fff; border: 0 solid #EBEDF3; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; padding:0; box-shadow: rgba(0, 0, 0, 0) 0px 0.125rem 0.25rem; }*/
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.panel-header + .panel-header {
  border-top: 1px solid #ebedf3;
  padding-top: 1rem;
}
.panel-header h2 {
  font-size: 1.15rem;
  margin-bottom: 0;
}
.panel-header h3 {
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 10px;
}
.panel-header .panel-range .form-group {
  margin-bottom: 0;
}
.panel-header .panel-range .form-group > * {
  display: inline-block;
  width: auto;
}

/* list-panel-horizontal */
.list-panel-horizontal {
  margin: 0;
}
.fleet-item {
  padding: 1rem;
  text-align: center;
}
.card .fleet-item {
  padding-top: 0;
}
.fleet-item h2 {
  font-size: 0.85rem;
}
.fleet-item h2 a {
  color: #212529;
}
.fleet-item .stat {
  font-size: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.stat-activity {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.stat-activity .btn-control {
  padding: 0.35rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 1rem;
  background-color: #fff;
}
.stat-activity.idle {
  color: #fff;
  background-color: #d1d3e0;
}
.stat-activity.infilght {
  color: #fff;
  font-weight: 500;
  background-color: #007bff;
}
.stat-activity.infilght.charging {
  background-color: #8950fc;
}
.stat-activity .spinner-border {
  vertical-align: baseline;
  color: #fff;
  border: 0.15rem solid currentColor;
  border-right-color: transparent;
  margin-right: 0.5rem;
}
.stat-activity .spinner-grow {
  vertical-align: baseline;
  color: #fff;
  margin-right: 0.25rem;
}

.stat-activity .fa-stop {
  color: #f64e60 !important;
  margin-right: 5px;
}

.stat-status {
  display: inline-block;
  font-weight: 500;
  padding: 0.375rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.stat-status.normal {
  color: #1bc5bd;
  background-color: #c9f7f5;
}
.stat-status.warning {
  color: #ffa800;
  background-color: #fff4de;
}
.stat-status.error {
  color: #f64e60;
  background-color: #ffe2e5;
}

.stat-sm .stat-activity,
.stat-sm .stat-status {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
td .stat-sm .stat-activity,
td .stat-sm .stat-status {
  width: 105px;
}
.play-step2 .stat-sm .stat-activity {
  padding: 0.375rem 0.75rem;
}
.stat-sm .spinner-border,
.stat-activity .spinner-grow {
  vertical-align: text-bottom;
}

/* scan-item */
.scan-item-wrap {
  margin-bottom: 1rem;
  border: 1px solid #ebedf3;
  border-radius: 0.25rem;
  padding: 0.5rem 2rem;
  background-color: #fff;
}
.scan-item-wrap .scan-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.scan-item-wrap .scan-item-header .form-group {
  margin-bottom: 0;
}
.scan-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(82, 63, 105, 0.1);
}
.scan-item .scan-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem 0;
}
.scan-item .scan-header .stat-title {
  font-size: 0.85rem;
  font-weight: 500;
}
.scan-item .scan-header .stat-title a {
  color: #212529;
}
.scan-item .scan-header .stat-number {
  font-size: 1.8rem;
  font-weight: 500;
}
.scan-item .scan-header .stat-number .total {
  font-size: 75%;
  color: rgba(0, 0, 0, 0.5);
}
.scan-item .scan-header .stat-number .total:before {
  content: '/';
}
.stat-percent {
  font-size: 1.8rem;
  font-weight: 500;
}

/* progress-item */
.progress-item {
  margin-bottom: 1rem;
}
.progress-item .progress-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.progress-item .progress-header .stat-title {
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.progress-item .progress-header .stat-title a {
  color: #212529;
}
.progress-item .progress-header .stat-number {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
}
.progress-item .progress-header .stat-number .total {
  font-size: 75%;
  color: rgba(0, 0, 0, 0.5);
}
.progress-item .progress-header .stat-number .total:before {
  content: '/';
}
.progress-item .progress-header .total {
  margin-right: 1rem;
}
.progress-item .progress-header .total,
.progress-item .progress-header .left,
.progress-item .progress-header .right {
  display: flex;
  align-items: flex-end;
}

/* progress-occupied */
.progress-occupied {
  display: flex;
  margin-bottom: 0;
  background-color: #ebedf3;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  overflow: hidden;
}
.progress-occupied .progress-bar {
  height: 40px;
  line-height: 40px;
}
/*.progress-occupied .progress-bar:first-child {border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.progress-occupied .progress-bar:last-child {border-top-right-radius: 3px; border-bottom-right-radius: 3px;}*/
.progress-occupied span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.progress-occupied .occupied {
  background-color: rgb(54, 162, 235);
}
.progress-occupied .unoccupied {
  background-color: rgb(255, 159, 64);
}

/* legend */
.ic-legend {
  display: inline-block;
  vertical-align: middle;
}
.ic-legend:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-right: 5px;
  margin-left: 10px;
}
.ic-legend.total:before {
  background-color: #ebedf3;
}
.ic-legend.occupied:before {
  background-color: rgb(54, 162, 235);
}
.ic-legend.unoccupied:before {
  background-color: rgb(255, 159, 64);
}

/* progress-status */
.progress-status {
  height: 7px;
}
.progress-status .mismatch {
  background-color: rgb(255, 99, 132);
}
.progress-status .exception {
  background-color: rgb(153, 102, 255);
}

.status-content {
  margin-bottom: 1rem;
}
.status-content .col {
  min-width: 300px;
}

.status-content .media-body {
  flex-direction: row;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 1rem;
  }
  .page-body {
    padding: 0 1rem 1rem;
  }
  .panel-content {
    padding: 1rem 1rem;
  }
  .scan-item-wrap {
    padding: 0.5rem 1rem;
  }
}

/********************************************
Notifications
*********************************************/
.timeline {
  position: relative;
}
.timeline:before {
  content: '';
  position: absolute;
  left: 143px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #ebedf3;
}
.timeline .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.7rem;
}
.timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-label {
  width: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  color: #3f4254;
  text-align: right;
  padding-right: 1rem;
}
.timeline .timeline-item .timeline-badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: 0;
  padding: 3px !important;
  border: 6px solid #fff !important;
}
.timeline .timeline-item .timeline-badge span {
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #ebedf3;
}
.timeline .timeline-item .timeline-badge i {
  font-size: 1.5rem;
}
.timeline .timeline-item .timeline-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1rem;
}

/********************************************
tracking
*********************************************/

.tracking {
  position: relative;
  width: 100%;
}
.tracking:after {
  content: '';
  position: absolute;
  width: 5px;
  top: 0;
  margin-top: 0.1rem;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
  background-color: #ebedf3;
  border-radius: 0.42rem;
}
.tracking.timeline-center {
  margin: 0 auto;
}
.tracking .timeline-bar {
  border-radius: 0.42rem;
  width: 20px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  background-color: #ebedf3;
}
.tracking .timeline-items {
  position: relative;
}
.tracking .timeline-items .timeline-item {
  position: relative;
  margin-left: 0;
  width: 50%;
  min-height: 3rem;
}
.tracking .timeline-items .timeline-item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 3rem;
  left: 100%;
  margin-left: -3rem;
  border-left: solid 10px #f3f6f9;
  border-bottom: solid 17px transparent;
  border-right: solid 17px transparent;
  border-top: solid 17px transparent;
}
.tracking .timeline-items .timeline-item .timeline-badge {
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 3.5rem;
}
.tracking .timeline-items .timeline-item .timeline-badge > div {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.tracking .timeline-items .timeline-item .timeline-label {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.tracking .timeline-items .timeline-item .timeline-content {
  position: relative;
  border-radius: 0.42rem;
  padding: 1rem 1.5rem;
  background-color: #f3f6f9;
}
.tracking .timeline-items .timeline-item.timeline-item-left {
  left: 0;
  padding-right: 2.85rem;
  position: relative;
}
.tracking .timeline-items .timeline-item.timeline-item-left .timeline-badge {
  right: -10px;
}
.tracking .timeline-items .timeline-item.timeline-item-left .timeline-label {
  text-align: right;
}
.tracking .timeline-items .timeline-item.timeline-item-right {
  left: 50%;
  padding-left: 2.86rem;
}
.tracking .timeline-items .timeline-item.timeline-item-right .timeline-badge {
  left: -10px;
}
.tracking .timeline-items .timeline-item.timeline-item-right .timeline-label {
  text-align: left;
}
.tracking .timeline-items .timeline-item.timeline-item-right:after {
  right: 100%;
  left: auto;
  margin-right: -3rem;
  border-right: solid 10px #f3f6f9;
  border-left: solid 17px transparent;
}
.tracking .timeline-items .timeline-item:first-child {
  top: 2rem;
}
.tracking .timeline-items .timeline-item:last-child {
  bottom: 2rem;
}
.tracking.timeline-justified .timeline-bar {
  left: 5px;
}
.tracking.timeline-justified:after {
  left: 5px;
}
.tracking.timeline-justified .timeline-items {
  padding: 1rem 0;
}
.tracking.timeline-justified .timeline-items .timeline-item {
  width: 100%;
  left: 0;
  padding-left: 2.85rem;
  position: relative;
  top: 0;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.tracking.timeline-justified .timeline-items .timeline-item:after {
  right: 100%;
  left: auto;
  margin-left: auto;
  margin-right: -3rem;
  border-right: solid 10px #f3f6f9;
  border-left: solid 17px transparent;
}
.tracking.timeline-justified .timeline-items .timeline-item .timeline-badge {
  left: -5px;
}
.tracking.timeline-justified .timeline-items .timeline-item .timeline-label {
  text-align: left;
  font-weight: 700;
  display: flex;
}
.tracking.timeline-justified .timeline-items .timeline-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .tracking .timeline-bar {
    left: 5px !important;
  }
  .tracking:after {
    left: 5px !important;
  }
  .tracking .timeline-items {
    padding: 1rem 0;
  }
  .tracking .timeline-items .timeline-item {
    width: 100% !important;
    left: 0 !important;
    padding-right: 0 !important;
    padding-left: 2.85rem !important;
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    margin-bottom: 1.5rem;
  }
  .tracking .timeline-items .timeline-item:after {
    right: 100%;
    left: auto !important;
    margin-left: auto;
    margin-right: -3rem;
    border-right: solid 10px #f3f6f9;
    border-left: solid 17px transparent;
  }
  .tracking .timeline-items .timeline-item .timeline-badge {
    left: -5px !important;
  }
  .tracking .timeline-items .timeline-item .timeline-label {
    text-align: left !important;
  }
  .tracking .timeline-items .timeline-item:last-child {
    margin-bottom: 0 !important;
  }
}

.bg-warehousing {
  background-color: #1bc5bd !important;
}
.bg-relocation {
  background-color: #1bc5bd !important;
}
.bg-shipping {
  background-color: #f64e60 !important;
}
.text-warehousing {
  color: #1bc5bd !important;
}
.text-relocation {
  color: #1bc5bd !important;
}
.text-shipping {
  color: #f64e60 !important;
}

.text-sm {
  display: inline-block;
  font-size: 0.8rem;
}

/********************************************
modal
*********************************************/
.btn-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
}
.btn-modal-close:before,
.btn-modal-close:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 5px;
  height: 33px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.6);
}
.btn-modal-close:hover:before,
.btn-modal-close:hover:after {
  background-color: rgba(255, 255, 255, 1);
}
.btn-modal-close:before {
  transform: rotate(45deg);
}
.btn-modal-close:after {
  transform: rotate(-45deg);
}

.alert-item {
  padding: 1rem 1rem 0.5rem;
  text-align: center;
}
.alert-title {
  font-size: 0.85rem;
  font-weight: bold;
  color: #212127;
}
.alert-description {
  font-size: 0.75rem;
  margin-top: 0.3rem;
}
.alert-image + .alert-title {
  margin-top: 0.5rem;
}

.alert-image {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
}
.alert-image:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  opacity: 0.2;
}
.alert-image-success {
  background-image: url('../img/alert_success.png');
}
.alert-image-success:before {
  border-color: #1bc5bd;
}
.alert-image-warning {
  background-image: url('../img/alert_warning.png');
}
.alert-image-warning:before {
  border-color: #ffa800;
}
.alert-image-danger {
  background-image: url('../img/alert_danger.png');
}
.alert-image-danger:before {
  border-color: #f64e60;
}
.alert-image-canceled {
  background-image: url('../img/alert_canceled.png');
}
.alert-image-canceled:before {
  border-color: #f64e60;
}

.modal-alert .modal-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-top: 0;
}
.modal-alert .modal-footer .btn-block {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.modal-alert .modal-footer .btn-block + .btn-block {
  margin-top: 0;
}

/* summernote */
.modal.note-modal {
  flex-direction: column;
  justify-content: center;
}
.modal.note-modal .modal-dialog {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: calc(90% - 1rem);
  height: 90%;
  box-shadow: 0 3px 9px rgb(0 0 0 / 0);
}
.modal.note-modal .modal-title {
  position: absolute;
  top: 10px;
}
.modal-header .modal-title {
  white-space: normal;
}

.note-btn.btn-fullscreen {
  display: none;
}

/****************************************add css *******************************/
.alert-wrap {
  padding: 0 2rem;
}
.alert-wrap a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

/* notice-group */
.notice-group li {
  padding: 0.75rem 0;
  border-bottom: 0;
}
.notice-group li .date {
  display: block;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}

/* timeline-list */
.timeline-list .timeline {
  position: relative;
}
.timeline-list .timeline:before {
  content: '';
  position: absolute;
  left: 14px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #ebedf3;
}
.timeline-list .timeline .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.7rem;
}
.timeline-list .timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-list .timeline .timeline-item .timeline-label {
  width: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  color: #3f4254;
  text-align: right;
  padding-right: 1rem;
}
.timeline-list .timeline .timeline-item .timeline-badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: 0;
  padding: 3px !important;
  border: 6px solid #fff !important;
}
.timeline-list .timeline .timeline-item .timeline-badge span {
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #ebedf3;
}
.timeline-list .timeline .timeline-item .timeline-badge i {
  font-size: 1.5rem;
}
.timeline-list .timeline .timeline-item .timeline-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1rem;
}
.timeline-time {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}

/* panel-sparkline */
.panel-content.panel-sparkline {
  background-color: #fff;
  box-shadow: none;
}
.panel-sparkline .text-daterange {
  font-size: 0.875rem;
  color: #b5b5c3;
}
.panel-sparkline .panel-header h2 {
  font-size: 1rem;
}
.sparkline-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sparkline-list-item {
  padding: 0.75em 0;
}
.sparkline-list-item .text-title {
  display: flex;
  flex-direction: column;
  width: 160px;
  padding-right: 10px;
  line-height: 1.2;
}
.sparkline-list-item .text-title a {
  font-size: 1rem;
  font-weight: 600;
}
.sparkline-list-item .text-title a i {
  color: #212529;
}
.sparkline-list-item .text-title small {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}
.sparkline-list-item .text-count {
  width: 100px;
  padding-left: 10px;
  text-align: right;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 1;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.ic-required {
  position: relative;
}
.ic-required:before {
  content: '*';
  display: inline-block;
  color: red;
  font-size: 12px;
}

/* imgfix */
.imgfix {
  width: 100%;
  margin: 0 auto;
}
.imgfix img {
  width: 100%;
  height: 100%;
}
.imgfix.customer-logo {
  max-width: 260px;
}
.imgfix.customer-logo.no-image {
  min-height: 65px;
  background: url('../img/no_image.png') no-repeat center center;
}
.imgfix .fill {
  object-fit: fill;
}
.imgfix .contain {
  object-fit: contain;
}
.imgfix .cover {
  object-fit: cover;
}
.imgfix .absolute .container {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  background: #aaa;
}
.imgfix .absolute .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgfix .absolute1 .image {
  width: 100%;
  height: 100%;
}
.imgfix .absolute2 .image {
  width: 100%;
  height: auto;
}
.imgfix .absolute3 .image {
  width: auto;
  height: 100%;
}
.imgfix .bg-100 .image {
  background-size: 100% 100%;
}
.imgfix .bg-contain .image {
  background-size: contain;
  background-position: 50% 50%;
}
.imgfix .bg-cover .image {
  background-size: cover;
  background-position: 50% 50%;
}

/* card */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: 0;
  margin-left: -0.625rem;
  border-bottom: 0;
  margin-top: -5px;
}
.card-body-tabs {
  border-bottom: 1px solid #ebedf3;
}

.card-customer .card-img-top {
  padding: 30px 30px 15px;
}
.card-control {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}

.setting-group .header {
  display: flex;
}
.setting-group .right {
  margin-left: auto;
}

/* dl-optional */
.dl-optional {
}
.dl-optional dd {
  padding-left: 5px;
}

/* tree-customer */
.tree-customer {
  list-style: none;
  padding: 20px 10px 20px 20px;
  margin: 0;
}
.tree-customer ul {
  list-style: none;
  padding: 0 0 0 15px;
}
.tree-customer a {
  color: rgba(0, 0, 0, 0.7);
  padding: 3px;
  display: inline-block;
}
.tree-customer a:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.tree-customer a i {
  display: inline-block;
  margin-left: -20px;
  padding-right: 3px;
}

/* page-search-result */
.page-search-result {
  display: flex;
  padding: 0 2rem;
}
.page-search-result dl {
  display: flex;
}
.page-search-result dd {
  padding: 0 20px 0 5px;
}

/* page-tab */
.page-tab {
  margin-bottom: 1rem;
}
.page-tab-content {
}

/* card-header */
.card-header .last-update {
  font-size: 11px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
}

/* address-group */
.address-wrap .col-4,
.address-wrap .col-8,
.address-wrap .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.address-wrap .address-group {
  overflow: auto;
  margin-top: 0;
}
.address-group {
  min-height: 80px;
  max-height: 150px;
  overflow: auto;
  margin-top: 10px;
}
.address-group .list-group-address {
  margin: 0;
  padding: 0;
}
.address-group .list-item {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.address-group .list-item:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.address-group .list-item .btn {
  margin-left: auto;
}
.address-group .list-item span {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
}
.address-group .list-item span + span {
  margin-left: 10px;
}
.address-group .list-item span.group {
  font-weight: 600;
}
.address-group .list-item.selectall {
  padding-top: 3px;
  padding-bottom: 3px;
}
/* .address-group .list-item span.name:before {content: "'";}
.address-group .list-item span.name:after {content: "'";} */
.address-group .list-item span.email:before {
  content: '<';
}
.address-group .list-item span.email:after {
  content: '>';
}

.card-message-option .selected-box {
  display: none;
}

.whitespace-nowrap table td,
td.whitespace-nowrap {
  white-space: nowrap;
}
.text-overflow-ellipsis table td,
td.text-overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.whitespace-break table td,
td.whitespace-break {
  white-space: break-spaces;
}
.word-break-all td,
td.word-break-all {
  word-break: break-all;
}

.col-left-info {
  max-width: 320px;
}

/****************************************add css *******************************/
/* alert-wrap */
.alert-wrap a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

/* notice-group */
.notice-group li {
  padding: 0.75rem 0;
  border-bottom: 0;
}
.notice-group li .date {
  display: block;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}

/* contact-group */
.contact-group {
  margin-top: auto;
  width: 100%;
  padding: 1rem 1.5rem;
}
.contact-group .btn,
.contact-group .btn i {
  color: rgba(0, 0, 0, 0.35);
}
.contact-group .btn:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* chart-group */
.chart-group .chart-total {
  align-items: baseline;
  color: rgba(0, 0, 0, 0.75);
}
.chart-group .chart-total .count {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  padding: 0 5px;
}
/* .chart-group .chart-total .percent {color: rgba(0,0,0,0.75);}
.chart-group .chart-total .percent span {font-size: 1.8rem; font-weight: 500; color: rgba(0,0,0,1);} */
.chart-group .chart-total .percent {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

/* stepwizard */
.stepwizard .stepwizard-step p {
  display: none;
  margin-top: 10px;
}
.stepwizard .stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.stepwizard .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #eee;
  z-index: 0;
}
.stepwizard .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.stepwizard .step-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  color: #b5b5c3;
  background-color: #fff;
  border: 3px solid #eee;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  font-weight: 700;
}
.stepwizard .step-circle.active {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: #1bc5bd;
}

/* dropify */
.dropify-wrapper {
  height: 103px;
}

/* text-color */
.text-color1 {
  color: #8950fc !important;
}
.text-color2 {
  color: #1bc5bd !important;
}

/* status-detail-group */
.status-detail-group {
  width: 100%;
  margin-bottom: 1.5rem;
}
.status-detail-group .status-detail-item {
  display: flex;
}
.status-detail-group .status-detail-item .title {
  flex: 0 0 110px;
  width: auto;
  padding: 5px 10px;
  font-weight: 600;
}
.status-detail-group .status-detail-item .description {
  width: 100%;
  padding: 5px;
}

/* progress-status-group */
.progress-status-group {
  display: flex;
  align-items: center;
}
.progress-status-group .label-status,
.progress-status-group .count {
  flex: 0 0 auto;
  width: auto;
  margin-right: 10px;
}
.progress-status-group .progress {
  width: 100%;
}
.progress-status-group .failed {
  display: flex;
  width: 80px;
  margin-left: 10px;
  color: #f64e60;
  font-size: 13px;
  justify-content: end;
}

.bootstrap-table .progress-status-group .bg-danger {
  color: #fff;
  background-color: #f64e60 !important;
}

/* scops-group */
.scops-group {
  display: flex;
  align-items: center;
}
.scops-group h4 {
  font-size: 1.15rem;
  margin-right: 10px;
}
.scops-group .input-group {
  width: auto;
}
.scops-group .input-group .form-control {
  min-width: 150px;
}
.scops-group .btn {
  margin: 8px 5px 0;
}

.input-group.select-file {
  align-items: center;
}
.input-group.select-file .custom-file-label {
  margin-bottom: 0;
  margin-top: 3px;
}
.input-group.select-file .fileid {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
.input-group.select-file div.form-control {
  border: 0;
  padding: 0;
  z-index: 2;
}
.input-group.select-file div.form-control .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.select-file .custom-file.height-fix .custom-file-label {
  cursor: pointer;
  margin-top: 0;
  height: 34px;
  line-height: 2;
}
.input-group.select-file .custom-file.height-fix .custom-file-label:after {
  height: 33px;
  line-height: 2;
}

.test-tool {
  display: none;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #fff;
  border-top: 4px solid #ebedf3;
}
.test-tool.active {
  display: block;
}
.test-tool .btn-close {
  position: absolute;
  top: 4px;
  right: 5px;
}
.test-tool .tab-testtool {
  height: 260px;
  padding: 0.75rem 1rem 1rem;
  overflow: auto;
}
.code-group {
  position: relative;
  background-color: #f3f6f9;
}
.code-group > .btn-copy {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.code-group > .btn-copy:hover {
  color: rgba(0, 0, 0, 0.8);
}
.code-group .highlight {
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  height: calc(100vh - 200px);
  overflow: auto;
}
.code-group .highlight pre {
  height: 100%;
  margin-bottom: 0;
  overflow: initial;
}

.modal-body {
  max-height: calc(100vh - 170px);
  overflow: auto;
}

.warning-group {
  display: flex;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  border-width: 5px 1px 1px;
  border-style: solid;
  border-color: #3699ff #ebedf3 #ebedf3;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.warning-group .ic-warning {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #3699ff;
  border: 1px solid #3699ff;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  margin-right: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.customer-info h3.company-name {
  white-space: normal;
}

.input-group-domain {
  display: flex;
  align-items: center;
  line-height: 1;
}
.input-group-domain i.fas {
  display: inline-flex;
  margin-right: 5px;
}

.waiting-group {
  display: flex;
  align-items: center;
  line-height: 1;
}

/***************************************************
Visualizer
***************************************************/
#sidebar.sidebar-visualizer {
  width: 100%;
  position: fixed;
  top: 55px;
  right: 350px;
  min-height: 100vh;
  height: 100%;
  z-index: 998;
  border-left: 4px solid #ebedf3;
  background-color: #fff;
}
#sidebar.sidebar-visualizer.active {
  left: 100%;
}
#sidebarMissions {
  width: 100%;
  position: fixed;
  top: 55px;
  right: 0;
  min-height: 100vh;
  height: 100%;
  z-index: 998;
}
#sidebarMissions.active {
  left: calc(100% - 55px);
}
@media (min-width: 576px) {
  .content-visualizer {
    width: calc(100% - 55px);
  }
  #content.missions-active {
    width: 100%;
  }
  #content.missions-active.active {
    width: 100%;
  }
  #sidebar.sidebar-visualizer {
    width: 350px;
  }
  #sidebar.sidebar-visualizer.active {
    right: -350px;
  }
  #sidebarMissions {
    width: 400px;
  }
  #sidebarMissions.active {
    right: -400px;
  }
}
@media (min-width: 1024px) {
  #content.missions-active {
    width: calc(100% - 350px);
  }
  #content.missions-active.active {
    width: calc(100% - 350px);
  }
  #sidebar.sidebar-visualizer {
    width: 350px;
  }
  #sidebar.sidebar-visualizer.active {
    margin-right: -350px;
  }
  #sidebarMissions {
    width: 400px;
  }
  #sidebarMissions.active {
    margin-right: -345px;
  }
}

.sidebar-missions {
  display: flex;
}
.sidebar-missions .mission-vertical-nav {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ebedf3;
  background-color: #f8f9fa;
  width: 55px;
  height: calc(100vh - 55px);
}
.sidebar-missions .btn.vsbtn {
  color: rgba(33, 37, 41, 0.7);
}
.sidebar-missoins-control {
  margin-top: auto;
}

/* visualizer-wrap */
.page-container {
  height: calc(100vh - 55px);
}
.page-title {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-bottom: 1px solid #ebedf3;
  min-height: 38px;
}
.page-title .left,
.page-title .right {
  display: flex;
  align-items: center;
}
.page-title .right {
  margin-left: auto;
}
.page-title h1 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.page-title .nav.nav-tabs.nav-tabs-line .nav-link {
  padding: 0.44rem 1rem;
}
.page-title + .page-body {
  margin-top: 2rem;
}

.visualizer-wrap {
  position: relative;
  height: 100%;
}
.visualizer-wrap.viewerMode.sr-only {
  display: none;
}
.visualizer-wrap.viewerMode {
  height: calc(100% - 38px);
}
.visualizer-title {
  display: none;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ebedf3;
  padding: 3px 15px;
}
.visualizer-infos,
.visualizer-tools,
.visualizer-infos .left,
.visualizer-tools .left,
.visualizer-infos .right,
.visualizer-tools .right {
  display: flex;
  align-items: center;
}
.visualizer-infos .right,
.visualizer-tools .right {
  margin-left: auto;
}

.visualizer-infos,
.visualizer-tools {
  border-bottom: 1px solid #ebedf3;
  padding: 0 5px;
  height: 38px;
}
.visualizer-infos .vsbtn-info {
  display: inline-flex;
  padding: 10px;
}
.visualizer-infos .vsbtn-info + .vsbtn-info {
  padding-left: 0;
}
.visualizer-infos .vsbtn-info .btn.vsbtn.toggle {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  width: 16px;
  height: 16px;
  background-color: #f0f2f4;
  border: 1px solid #898a8c;
  padding: 0;
  margin-right: 5px;
}
.visualizer-infos .vsbtn-info .btn.vsbtn.toggle .mdi-custom {
  width: 14px;
  height: 14px;
}

.hr-vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 1px 0 0;
  border-color: #ebedf3;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0;
  width: 0;
  vertical-align: text-bottom;
  margin: 0 5px;
}

.page-title .btn.vsbtn,
.visualizer-infos .btn.vsbtn,
.visualizer-tools .btn.vsbtn {
  font-size: 12px;
  border-radius: 0;
  padding: 0;
  line-height: 1;
}
.page-title .btn.vsbtn:hover,
.visualizer-infos .btn.vsbtn:hover,
.visualizer-tools .btn.vsbtn:hover,
.tools-bottom-group .btn.vsbtn:hover,
.page-title .btn.vsbtn[aria-expanded='true'],
.visualizer-infos .btn.vsbtn[aria-expanded='true'],
.visualizer-tools .btn.vsbtn[aria-expanded='true'],
.tools-bottom-group .btn.vsbtn[aria-expanded='true'] {
  color: #007bff;
}
.page-title .vsbtn-icon,
.visualizer-infos .vsbtn-icon,
.visualizer-tools .vsbtn-icon {
  display: inline-flex;
  align-items: center;
  margin: 5px;
}
.page-title .vsbtn-icon.active,
.visualizer-infos .vsbtn-icon.active,
.visualizer-tools .vsbtn-icon.active {
  background-color: #e7f0f9;
  color: #007bff;
}

.visualizer-tools .vsbtn-color {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 22px;
  height: 23px;
}
.visualizer-tools .vsbtn-color .mdi {
  position: relative;
  z-index: 1;
}
.visualizer-tools .vsbtn-color .tool-bg-color {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-flex;
  width: 100%;
  height: 4px;
  z-index: 2;
}
.visualizer-tools .vsbtn-color .mdi-pencil {
  font-size: 16px;
}

.btn.vsbtn.vsbtn-control {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
}
.btn.vsbtn.vsbtn-control + .vsbtn-control {
  margin-left: 5px;
}

.btn.vsbtn.vsbtn-control.disabled {
  cursor: default;
}
.btn.vsbtn.vsbtn-control.btn-text-primary.disabled,
.btn.vsbtn.vsbtn-control.btn-text-primary.disabled:hover {
  color: rgba(0, 0, 0, 0.5);
}
.btn.vsbtn.vsbtn-control.btn-text-secondary.disabled,
.btn.vsbtn.vsbtn-control.btn-text-secondary.disabled:hover {
  color: rgba(0, 0, 0, 0.5);
}
.btn.vsbtn.vsbtn-control.btn-primary.disabled,
.btn.vsbtn.vsbtn-control.btn-primary.disabled:hover {
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.visualizer-wrap .dropdown {
  display: inline-flex;
}
.visualizer-wrap .dropdown .dropdown-menu {
  min-width: auto;
}
.visualizer-wrap .dropdown .dropdown-menu .active {
  background-color: rgba(193, 193, 193, 0.661);
}
.visualizer-wrap .dropdown .dropdown-menu .dropdown-item {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  white-space: nowrap;
  padding: 0.25rem 1rem;
  line-height: 1;
}
.visualizer-wrap .dropdown .dropdown-menu .dropdown-item .mdi {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.visualizer-wrap .dropdown .dropdown-menu .dropdown-item .ml-mdi {
  margin-left: 26px;
}
.visualizer-wrap .dropdown .vsbtn .mdi-menu-down {
  font-size: 20px;
}
.visualizer-wrap .dropdown .vsbtn .mdi + .mdi-menu-down {
  display: inline-flex;
  margin-left: -8px;
}

.vsbtn .mdi {
  font-size: 20px;
  line-height: 1;
}
.mdi-custom {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.mdi-custom:before {
  display: none !important;
}

.mdi-custom.mdi-square-rounded-occupied {
  background-image: url(../img/visualizer/square-rounded-occupied.png);
}
.mdi-custom.mdi-square-rounded-empty {
  background-image: url(../img/visualizer/square-rounded-empty.png);
}
.mdi-custom.mdi-square-rounded-matched {
  background-image: url(../img/visualizer/square-rounded-matched.png);
}
.mdi-custom.mdi-square-rounded-mismatched {
  background-image: url(../img/visualizer/square-rounded-mismatched.png);
}
.mdi-custom.mdi-square-rounded-unidentified {
  background-image: url(../img/visualizer/square-rounded-unidentified.png);
}
.mdi-custom.mdi-video-2d {
  background-image: url(../img/visualizer/video-2d.png);
}
.mdi-custom.mdi-shape-square1-plus {
  background-image: url(../img/visualizer/shape-square1-plus.png);
}
.mdi-custom.mdi-shape-square2-plus {
  background-image: url(../img/visualizer/shape-square2-plus.png);
}
.mdi-custom.mdi-shape-drone-plus {
  background-image: url(../img/visualizer/shape-drone-plus.png);
}
.mdi-custom.mdi-scan-plus {
  background-image: url(../img/visualizer/scan-plus.png);
}
.mdi-custom.mdi-scan-minus {
  background-image: url(../img/visualizer/scan-minus.png);
}

.color-picker {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 242px;
  padding: 5px 10px;
}
.color-picker li {
  position: relative;
  display: inline-flex;
  padding: 1px;
  cursor: pointer;
}
.color-picker li.btn-color-block {
  width: 100%;
  margin-top: 5px;
}
.color-picker li .mdi-check {
  position: absolute;
  top: -1px;
  left: 3px;
  z-index: 2;
  font-size: 15px;
}
.color-picker .mdi-color {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  z-index: 1;
}
.color-picker li:hover .mdi-color {
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 50%);
}
.color-picker .btn-color-transparent {
  padding: 3px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-picker .btn-color-transparent .mdi {
  display: inline-flex;
  font-size: 18px;
}

.icon-picker {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 242px;
  padding: 5px 10px;
}
.icon-picker li {
  position: relative;
  display: inline-flex;
  padding: 1px;
  cursor: pointer;
}
.icon-picker li.selected .mdi {
  color: #007bff;
  border: 1px solid #007bff;
}
.icon-picker .mdi {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
}
.icon-picker .mdi:before {
  margin: 0 auto;
}
.icon-picker li:hover .mdi {
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 50%);
}

.dropdown-item .mdi-border {
  display: inline-flex;
  width: 100px;
  height: 1px;
  margin: 5px 0;
}
.mdi-border {
  border-width: 3px 0 0;
  border-color: #000;
}
.mdi-border.mdi-border-dotted {
  border-style: dotted;
}
.mdi-border.mdi-border-dashed {
  border-style: dashed;
}
.mdi-border.mdi-border-double {
  border-style: double;
}
.mdi-border.mdi-border-solid {
  border-style: solid;
}

/* .vsbtn:hover .mdi-custom.mdi-square-rounded-occupied,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-occupied {
  background-image: url(../img/visualizer/square-rounded-occupied.png);
}
/* .vsbtn:hover .mdi-custom.mdi-square-rounded-empty,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-empty {
  background-image: url(../img/visualizer/square-rounded-empty_active.png);
}
/* .vsbtn:hover .mdi-custom.mdi-square-rounded-matched,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-matched {
  background-image: url(../img/visualizer/square-rounded-matched.png);
}
/* .vsbtn:hover .mdi-custom.mdi-square-rounded-mismatched,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-mismatched {
  background-image: url(../img/visualizer/square-rounded-mismatched_active.png);
}
/* .vsbtn:hover .mdi-custom.mdi-square-rounded-unidentified,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-unidentified {
  background-image: url(../img/visualizer/square-rounded-unidentified_active.png);
}
.vsbtn:hover .mdi-custom.mdi-video-2d,
.vsbtn.active .mdi-custom.mdi-video-2d {
  background-image: url(../img/visualizer/video-2d_active.png);
}
.vsbtn:hover .mdi-custom.mdi-shape-square1-plus,
.vsbtn.active .mdi-custom.mdi-shape-square1-plus {
  background-image: url(../img/visualizer/shape-square1-plus_active.png);
}
.vsbtn:hover .mdi-custom.mdi-shape-square2-plus,
.vsbtn.active .mdi-custom.mdi-shape-square2-plus {
  background-image: url(../img/visualizer/shape-square2-plus_active.png);
}
.vsbtn:hover .mdi-custom.mdi-shape-drone-plus,
.vsbtn.active .mdi-custom.mdi-shape-drone-plus {
  background-image: url(../img/visualizer/shape-drone-plus_active.png);
}
.vsbtn:hover .mdi-custom.mdi-scan-plus,
.vsbtn.active .mdi-custom.mdi-scan-plus {
  background-image: url(../img/visualizer/scan-plus_active.png);
}
.vsbtn:hover .mdi-custom.mdi-scan-minus,
.vsbtn.active .mdi-custom.mdi-scan-minus {
  background-image: url(../img/visualizer/scan-minus_active.png);
}

.dropdown-fontfamily .vsbtn-fontfamily {
  display: flex;
  align-items: center;
  text-align: left;
}
.dropdown-fontfamily .item-fontfamily {
  width: 100px;
  padding: 0 10px;
}
.input-group-fontSize {
  flex-wrap: nowrap;
  margin: 0 5px;
}
.input-group-fontSize .form-control {
  width: 40px;
  height: 24px;
  text-align: center;
  padding: 3px;
}
.input-group-fontSize .btn {
  height: 24px;
  padding: 0 3px;
}

.more-toolbar-wrap {
  position: relative;
  display: flex;
}
.more-toolbar {
  position: absolute;
  top: 35px;
  right: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 100;
  border: 1px solid #ebedf3;
}

.visualizer-cavas-wrap {
  position: relative;
  height: calc(100% - 38px);
  overflow: hidden;
}
.visualizer-group {
  position: relative;
  min-height: 0px;
  overflow: auto;
}
.visualizer-group .visualizer-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 5px;
  z-index: 3;
}
.visualizer-group .viewmode-group {
  display: flex;
  position: absolute;
  top: 3px;
  right: 3px;
  border: 1px solid #ebedf3;
  background-color: #fff;
  line-height: 1;
  z-index: 3;
}
.visualizer-group .viewmode-group .vsbtn {
  display: inline-flex;
  border-radius: 0;
  padding: 3px 5px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.visualizer-group .viewmode-group .vsbtn.active {
  background-color: #e7f0f9;
  color: #007bff;
}
.visualizer-group .tools-bottom-group {
  position: absolute;
  top: 3px;
  right: 3px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ebedf3;
  border-radius: 30px;
  padding: 0 5px;
  z-index: 3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.visualizer-group .tools-bottom-group .vsbtn {
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  padding: 0 3px;
  line-height: 1;
}
.visualizer-group .tools-bottom-group .vsbtn.active {
  color: #007bff;
}
.visualizer-group .tools-bottom-group .hr-vertical {
  margin: 0 3px;
}

.visualizer-bottom-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.visualizer-drag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
  cursor: n-resize;
  background-color: #f7f7f7;
  border-top: 1px solid #ebedf3;
  border-bottom: 1px solid #ebedf3;
  z-index: 10;
}

.visualizer-bottom-wrap .visualizer-group.visualizer-bottom {
  height: calc(100% - 10px);
}
.visualizer-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.tools-guide-group {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 150px);
  z-index: 2;
  width: 300px;
  height: 200px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
  padding: 10px 10px 15px 15px;
  border-radius: 5px;
  background-color: #fff;
}
.tools-guide-group .guide-header {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.tools-guide-group .guide-header .guide-title {
  margin-right: auto;
  font-weight: 600;
}
.tools-guide-group .guide-header .btn {
  padding: 3px;
  line-height: 1;
}
.tools-guide-group .guide-body {
  overflow: auto;
  height: calc(100% - 30px);
}

.tools-setting-group {
  position: inherit;
  z-index: 2;
  display: inline-flex;
}
.tools-setting-group .btn.vsbtn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 2px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 2px solid #fff;
}
.tools-setting-group .btn.vsbtn + .vsbtn {
  margin-left: 5px;
}
.tools-setting-group .btn.vsbtn .mdi {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.tools-setting-group .btn.vsbtn:hover {
  color: #007bff;
}
.tools-setting-group .btn.vsbtn.active,
.tools-setting-group .btn.vsbtn[aria-expanded='true'] {
  background-color: #007bff;
  color: #fff;
}

.tools-setting-group .vsbtn.active .mdi-custom.mdi-scan-plus,
.tools-setting-group .vsbtn.active:hover .mdi-custom.mdi-scan-plus {
  background-image: url(../img/visualizer/scan-plus_wactive.png);
}
.tools-setting-group .vsbtn.active .mdi-custom.mdi-scan-minus,
.tools-setting-group .vsbtn.active:hover .mdi-custom.mdi-scan-minus {
  background-image: url(../img/visualizer/scan-minus_wactive.png);
}

.popover-canvas {
  width: 300px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  border: 0;
  border-top: 5px solid #007bff;
  overflow: hidden;
}
.popover-canvas .popover-header {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: transparent;
  border-radius: 0;
}
.popover-canvas .popover-header h3 {
  font-size: 16px;
  margin-right: auto;
}
.popover-canvas .popover-header .btn {
  padding: 3px;
  line-height: 1;
}
.popover-canvas .popover-body {
  padding: 0;
  max-height: calc(100vh - 300px);
}
.popover-canvas .popover-body .stitle {
  padding: 3px 10px;
  font-size: 12px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: rgba(0, 0, 0, 0.025);
}
.popover-canvas .popover-body .stitle:first-child {
  border-top: 0;
}
.popover-canvas .popover-body .form-row {
  padding: 10px 10px;
}
.popover-canvas .popover-body .form-group {
  margin-bottom: 0;
}
.popover-canvas .popover-footer {
  display: flex;
  justify-content: end;
  padding: 5px;
  border-top: 1px solid #ebebeb;
}
.popover-canvas .popover-footer .btn-control-group {
  display: flex;
  align-items: center;
}
.popover-canvas .popover-footer .btn-control-group .btn {
  padding: 5px 8px;
  line-height: 1;
  font-weight: 600;
}
.popover-canvas .popover-footer .btn-control-group .btn + .btn {
  margin-left: 5px;
}

.form-row-group {
  display: flex;
  align-items: flex-end;
}
.form-row-group .btn.vsbtn {
  margin: 0 5px 6px;
}

.popover-canvas .btn.vsbtn {
  padding: 0;
  line-height: 1;
}
.popover-canvas .btn.vsbtn .mdi {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.popover-canvas .btn.vsbtn:hover {
  color: #007bff;
}
.popover-canvas .btn.vsbtn.active {
  background-color: #007bff;
  color: #fff;
}

/* node-wrap */
.node-wrap {
  position: relative;
}
.node-wrap .svg-group {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.node-wrap .node-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 350px;
}
.card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  left: -16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #8950fc;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.node-wrap .node-card .node-header {
  padding: 5px 10px;
  font-weight: 700;
}
.node-wrap .node-card .node-header .card-title {
  margin-bottom: 0;
}
.node-wrap .node-card .node-header .card-button {
  display: flex;
  align-items: center;
}
.node-wrap .node-card-right .node-header .card-title {
  order: 2;
}
.node-wrap .node-card-right .node-header .card-button {
  order: 1;
}
.node-wrap .node-card-right .node-header .card-button .btn-default {
  order: 1;
}
.node-wrap .node-card-right .node-header .card-button .btn-light-success {
  order: 2;
  margin-left: 4px;
}
.node-wrap .node-card-left .node-header .card-button .btn {
  margin-right: 4px;
}
.node-wrap .list-group .list-group-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
}
.node-wrap .list-group .list-group-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.node-wrap .list-group .list-group-item .connect-circle {
  position: absolute;
  top: 14px;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #efefef;
  z-index: 1;
}
.node-wrap .list-group .list-group-item.item-blank .connect-circle {
  opacity: 0.3;
}
.node-wrap .node-card-left .list-group .list-group-item .connect-circle {
  left: -10px;
}
.node-wrap .node-card-right .list-group .list-group-item .connect-circle {
  right: -10px;
}
.node-wrap .list-group .list-group-item .connect-circle:hover,
.node-wrap .list-group .list-group-item .connect-circle.selected {
  border-color: blue;
  background-color: #000;
}
.node-wrap .list-group .list-group-item .item-name {
  width: 200px;
}
.node-wrap .list-group .list-group-item .item-comments {
  display: flex;
  justify-content: center;
  padding: 0 8px;
}
/* .node-wrap .list-group .list-group-item .list-item-bar {
  width: 50px;
} */
.node-wrap .list-group .list-group-item .list-item-bar,
.node-wrap .list-group .list-group-item .item-name {
  display: flex;
}
.node-wrap .node-card-left .list-group .list-group-item .list-item.list-item-bar {
  margin-left: auto;
}
.node-wrap .node-card-right .list-group .list-group-item .list-item.item-name {
  justify-content: flex-end;
  margin-left: auto;
}
.node-wrap .list-group .list-group-item .list-item-bar .item-bar {
  display: inline-block;
  width: 5px;
  height: 20px;
}
.node-wrap .list-group .list-group-item .list-item-bar .item-bar + .item-bar {
  margin-left: 3px;
}
.node-wrap .node-card-left .list-group .list-group-item .list-item {
  margin-left: 8px;
}
.node-wrap .node-card-left .list-group .list-group-item .list-item.item-comments {
  margin-left: auto;
}
.node-wrap .node-card-right .list-group .list-group-item .list-item {
  margin-right: 8px;
}
.node-wrap .node-card-right .list-group .list-group-item .item-name {
  order: 4;
}
.node-wrap .node-card-right .list-group .list-group-item .item-comments {
  order: 3;
}
.node-wrap .node-card-right .list-group .list-group-item .list-item-bar {
  order: 2;
}
.node-wrap .node-card-right .list-group .list-group-item .item-button,
.node-wrap .node-card-right .list-group .list-group-item .item-checkbox {
  order: 1;
}
/* .node-wrap .list-group .list-group-item .list-item a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */
.node-wrap .list-group .list-group-item .list-item.item-comments a {
  display: inline-block;
  position: relative;
  font-size: 0;
  border-bottom: 0;
}
.node-wrap .list-group .list-group-item .list-item.item-comments a.editable-pre-wrapped {
  white-space: normal;
}
.node-wrap .list-group .list-group-item .list-item.item-comments a:before {
  content: '\F09ED';
  font-family: 'Material Design Icons';
  font-size: 18px;
  font-style: normal;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
}
.node-wrap .list-group .list-group-item .list-item.item-comments a.editable-empty:before {
  content: '\F0EAB';
}
.editableform .form-control.item-textarea {
  width: 500px;
}

/***************************************************
workflow
***************************************************/
#sidebar.sidebar-workflow {
  width: 100%;
  position: fixed;
  top: 55px;
  right: 350px;
  min-height: 100vh;
  height: 100%;
  z-index: 998;
  border-left: 4px solid #ebedf3;
  background-color: #fff;
}
#sidebar.sidebar-workflow.active {
  left: 100%;
}
#sidebarMissions {
  width: 100%;
  position: fixed;
  top: 55px;
  right: 0;
  min-height: 100vh;
  height: 100%;
  z-index: 998;
}
#sidebarMissions.active {
  left: calc(100% - 55px);
}
@media (min-width: 576px) {
  .content-workflow {
    width: calc(100% - 55px);
  }
  #content.missions-active {
    width: 100%;
  }
  #content.missions-active.active {
    width: 100%;
  }
  #sidebar.sidebar-workflow {
    width: 350px;
  }
  #sidebar.sidebar-workflow.active {
    right: -350px;
  }
  #sidebarMissions {
    width: 400px;
  }
  #sidebarMissions.active {
    right: -400px;
  }
}
@media (min-width: 1024px) {
  #content.missions-active {
    width: calc(100% - 350px);
  }
  #content.missions-active.active {
    width: calc(100% - 350px);
  }
  #sidebar.sidebar-workflow {
    width: 350px;
  }
  #sidebar.sidebar-workflow.active {
    margin-right: -350px;
  }
  #sidebarMissions {
    width: 400px;
  }
  #sidebarMissions.active {
    margin-right: -345px;
  }
}

.sidebar-missions {
  display: flex;
}
.sidebar-missions .mission-vertical-nav {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ebedf3;
  background-color: #f8f9fa;
  width: 55px;
  height: calc(100vh - 55px);
}
.sidebar-missions .btn.vsbtn {
  color: rgba(33, 37, 41, 0.7);
}
.sidebar-missoins-control {
  margin-top: auto;
}

/* workflow-wrap */
.page-container {
  height: calc(100vh - 55px);
}
.page-title {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-bottom: 1px solid #ebedf3;
  min-height: 38px;
}
.page-title .left,
.page-title .right {
  display: flex;
  align-items: center;
}
.page-title .right {
  margin-left: auto;
}
.page-title h1 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.page-title .nav.nav-tabs.nav-tabs-line .nav-link {
  padding: 0.44rem 1rem;
}
.page-title + .page-body {
  margin-top: 2rem;
}

.workflow-wrap {
  position: relative;
  height: 100%;
}
.workflow-wrap.viewerMode.sr-only {
  display: none;
}
.workflow-wrap.viewerMode {
  height: calc(100% - 38px);
}
.workflow-title {
  display: none;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ebedf3;
  padding: 3px 15px;
}
.workflow-infos,
.workflow-tools,
.workflow-infos .left,
.workflow-tools .left,
.workflow-infos .right,
.workflow-tools .right {
  display: flex;
  align-items: center;
}
.workflow-infos .right,
.workflow-tools .right {
  margin-left: auto;
}

.workflow-infos,
.workflow-tools {
  border-bottom: 1px solid #ebedf3;
  padding: 0 5px;
  height: 38px;
}
.workflow-infos .vsbtn-info {
  display: inline-flex;
  padding: 10px;
}
.workflow-infos .vsbtn-info + .vsbtn-info {
  padding-left: 0;
}
.workflow-infos .vsbtn-info .btn.vsbtn.toggle {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  width: 16px;
  height: 16px;
  background-color: #f0f2f4;
  border: 1px solid #898a8c;
  padding: 0;
  margin-right: 5px;
}
.workflow-infos .vsbtn-info .btn.vsbtn.toggle .mdi-custom {
  width: 14px;
  height: 14px;
}

.hr-vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 1px 0 0;
  border-color: #ebedf3;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0;
  width: 0;
  vertical-align: text-bottom;
  margin: 0 5px;
}

.page-title .btn.vsbtn,
.workflow-infos .btn.vsbtn,
.workflow-tools .btn.vsbtn {
  font-size: 12px;
  border-radius: 0;
  padding: 0;
  line-height: 1;
}
.page-title .btn.vsbtn:hover,
.workflow-infos .btn.vsbtn:hover,
.workflow-tools .btn.vsbtn:hover,
.tools-bottom-group .btn.vsbtn:hover,
.page-title .btn.vsbtn[aria-expanded='true'],
.workflow-infos .btn.vsbtn[aria-expanded='true'],
.workflow-tools .btn.vsbtn[aria-expanded='true'],
.tools-bottom-group .btn.vsbtn[aria-expanded='true'] {
  color: #007bff;
}
.page-title .vsbtn-icon,
.workflow-infos .vsbtn-icon,
.workflow-tools .vsbtn-icon {
  display: inline-flex;
  align-items: center;
  margin: 5px;
}
.page-title .vsbtn-icon.active,
.workflow-infos .vsbtn-icon.active,
.workflow-tools .vsbtn-icon.active {
  background-color: #e7f0f9;
  color: #007bff;
}

.workflow-tools .vsbtn-color {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 22px;
  height: 23px;
}
.workflow-tools .vsbtn-color .mdi {
  position: relative;
  z-index: 1;
}
.workflow-tools .vsbtn-color .tool-bg-color {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-flex;
  width: 100%;
  height: 4px;
  z-index: 2;
}
.workflow-tools .vsbtn-color .mdi-pencil {
  font-size: 16px;
}

.btn.vsbtn.vsbtn-control {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
}
.btn.vsbtn.vsbtn-control + .vsbtn-control {
  margin-left: 5px;
}

.btn.vsbtn.vsbtn-control.disabled {
  cursor: default;
}
.btn.vsbtn.vsbtn-control.btn-text-primary.disabled,
.btn.vsbtn.vsbtn-control.btn-text-primary.disabled:hover {
  color: rgba(0, 0, 0, 0.5);
}
.btn.vsbtn.vsbtn-control.btn-text-secondary.disabled,
.btn.vsbtn.vsbtn-control.btn-text-secondary.disabled:hover {
  color: rgba(0, 0, 0, 0.5);
}
.btn.vsbtn.vsbtn-control.btn-primary.disabled,
.btn.vsbtn.vsbtn-control.btn-primary.disabled:hover {
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.workflow-wrap .dropdown {
  display: inline-flex;
}
.workflow-wrap .dropdown .dropdown-menu {
  min-width: auto;
}
.workflow-wrap .dropdown .dropdown-menu .active {
  background-color: rgba(193, 193, 193, 0.661);
}
.workflow-wrap .dropdown .dropdown-menu .dropdown-item {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  white-space: nowrap;
  padding: 0.25rem 1rem;
  line-height: 1;
}
.workflow-wrap .dropdown .dropdown-menu .dropdown-item .mdi {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.workflow-wrap .dropdown .dropdown-menu .dropdown-item .ml-mdi {
  margin-left: 26px;
}
.workflow-wrap .dropdown .vsbtn .mdi-menu-down {
  font-size: 20px;
}
.workflow-wrap .dropdown .vsbtn .mdi + .mdi-menu-down {
  display: inline-flex;
  margin-left: -8px;
}

.vsbtn .mdi {
  font-size: 20px;
  line-height: 1;
}
.mdi-custom {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.mdi-custom:before {
  display: none !important;
}

.mdi-custom.mdi-square-rounded-occupied {
  background-image: url(../img/visualizer/square-rounded-occupied.png);
}
.mdi-custom.mdi-square-rounded-empty {
  background-image: url(../img/visualizer/square-rounded-empty.png);
}
.mdi-custom.mdi-square-rounded-matched {
  background-image: url(../img/visualizer/square-rounded-matched.png);
}
.mdi-custom.mdi-square-rounded-mismatched {
  background-image: url(../img/visualizer/square-rounded-mismatched.png);
}
.mdi-custom.mdi-square-rounded-unidentified {
  background-image: url(../img/visualizer/square-rounded-unidentified.png);
}
.mdi-custom.mdi-video-2d {
  background-image: url(../img/visualizer/video-2d.png);
}
.mdi-custom.mdi-shape-square1-plus {
  background-image: url(../img/visualizer/shape-square1-plus.png);
}
.mdi-custom.mdi-shape-square2-plus {
  background-image: url(../img/visualizer/shape-square2-plus.png);
}
.mdi-custom.mdi-shape-drone-plus {
  background-image: url(../img/visualizer/shape-drone-plus.png);
}
.mdi-custom.mdi-scan-plus {
  background-image: url(../img/visualizer/scan-plus.png);
}
.mdi-custom.mdi-scan-minus {
  background-image: url(../img/visualizer/scan-minus.png);
}

.color-picker {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 242px;
  padding: 5px 10px;
}
.color-picker li {
  position: relative;
  display: inline-flex;
  padding: 1px;
  cursor: pointer;
}
.color-picker li.btn-color-block {
  width: 100%;
  margin-top: 5px;
}
.color-picker li .mdi-check {
  position: absolute;
  top: -1px;
  left: 3px;
  z-index: 2;
  font-size: 15px;
}
.color-picker .mdi-color {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  z-index: 1;
}
.color-picker li:hover .mdi-color {
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 50%);
}
.color-picker .btn-color-transparent {
  padding: 3px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-picker .btn-color-transparent .mdi {
  display: inline-flex;
  font-size: 18px;
}

.icon-picker {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 242px;
  padding: 5px 10px;
}
.icon-picker li {
  position: relative;
  display: inline-flex;
  padding: 1px;
  cursor: pointer;
}
.icon-picker li.selected .mdi {
  color: #007bff;
  border: 1px solid #007bff;
}
.icon-picker .mdi {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
}
.icon-picker .mdi:before {
  margin: 0 auto;
}
.icon-picker li:hover .mdi {
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 50%);
}

.dropdown-item .mdi-border {
  display: inline-flex;
  width: 100px;
  height: 1px;
  margin: 5px 0;
}
.mdi-border {
  border-width: 3px 0 0;
  border-color: #000;
}
.mdi-border.mdi-border-dotted {
  border-style: dotted;
}
.mdi-border.mdi-border-dashed {
  border-style: dashed;
}
.mdi-border.mdi-border-double {
  border-style: double;
}
.mdi-border.mdi-border-solid {
  border-style: solid;
}

/* .vsbtn:hover .mdi-custom.mdi-square-rounded-occupied,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-occupied {
  background-image: url(../img/visualizer/square-rounded-occupied.png);
}
/* .vsbtn:hover .mdi-custom.mdi-square-rounded-empty,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-empty {
  background-image: url(../img/visualizer/square-rounded-empty_active.png);
}
/* .vsbtn:hover .mdi-custom.mdi-square-rounded-matched,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-matched {
  background-image: url(../img/visualizer/square-rounded-matched.png);
}
/* .vsbtn:hover .mdi-custom.mdi-square-rounded-mismatched,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-mismatched {
  background-image: url(../img/visualizer/square-rounded-mismatched_active.png);
}
/* .vsbtn:hover .mdi-custom.mdi-square-rounded-unidentified,  */
.vsbtn.active .mdi-custom.mdi-square-rounded-unidentified {
  background-image: url(../img/visualizer/square-rounded-unidentified_active.png);
}
.vsbtn:hover .mdi-custom.mdi-video-2d,
.vsbtn.active .mdi-custom.mdi-video-2d {
  background-image: url(../img/visualizer/video-2d_active.png);
}
.vsbtn:hover .mdi-custom.mdi-shape-square1-plus,
.vsbtn.active .mdi-custom.mdi-shape-square1-plus {
  background-image: url(../img/visualizer/shape-square1-plus_active.png);
}
.vsbtn:hover .mdi-custom.mdi-shape-square2-plus,
.vsbtn.active .mdi-custom.mdi-shape-square2-plus {
  background-image: url(../img/visualizer/shape-square2-plus_active.png);
}
.vsbtn:hover .mdi-custom.mdi-shape-drone-plus,
.vsbtn.active .mdi-custom.mdi-shape-drone-plus {
  background-image: url(../img/visualizer/shape-drone-plus_active.png);
}
.vsbtn:hover .mdi-custom.mdi-scan-plus,
.vsbtn.active .mdi-custom.mdi-scan-plus {
  background-image: url(../img/visualizer/scan-plus_active.png);
}
.vsbtn:hover .mdi-custom.mdi-scan-minus,
.vsbtn.active .mdi-custom.mdi-scan-minus {
  background-image: url(../img/visualizer/scan-minus_active.png);
}

.dropdown-fontfamily .vsbtn-fontfamily {
  display: flex;
  align-items: center;
  text-align: left;
}
.dropdown-fontfamily .item-fontfamily {
  width: 100px;
  padding: 0 10px;
}
.input-group-fontSize {
  flex-wrap: nowrap;
  margin: 0 5px;
}
.input-group-fontSize .form-control {
  width: 40px;
  height: 24px;
  text-align: center;
  padding: 3px;
}
.input-group-fontSize .btn {
  height: 24px;
  padding: 0 3px;
}

.more-toolbar-wrap {
  position: relative;
  display: flex;
}
.more-toolbar {
  position: absolute;
  top: 35px;
  right: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 100;
  border: 1px solid #ebedf3;
}

.workflow-cavas-wrap {
  position: relative;
  height: calc(100% - 38px);
  overflow: hidden;
}
.workflow-group {
  position: relative;
  min-height: 0px;
  overflow: auto;
}
.workflow-group .workflow-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 5px;
  z-index: 3;
}
.workflow-group .viewmode-group {
  display: flex;
  position: absolute;
  top: 3px;
  right: 3px;
  border: 1px solid #ebedf3;
  background-color: #fff;
  line-height: 1;
  z-index: 3;
}
.workflow-group .viewmode-group .vsbtn {
  display: inline-flex;
  border-radius: 0;
  padding: 3px 5px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.workflow-group .viewmode-group .vsbtn.active {
  background-color: #e7f0f9;
  color: #007bff;
}
.workflow-group .tools-bottom-group {
  position: absolute;
  top: 3px;
  right: 3px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ebedf3;
  border-radius: 30px;
  padding: 0 5px;
  z-index: 3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.workflow-group .tools-bottom-group .vsbtn {
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  padding: 0 3px;
  line-height: 1;
}
.workflow-group .tools-bottom-group .vsbtn.active {
  color: #007bff;
}
.workflow-group .tools-bottom-group .hr-vertical {
  margin: 0 3px;
}

.workflow-bottom-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.workflow-drag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
  cursor: n-resize;
  background-color: #f7f7f7;
  border-top: 1px solid #ebedf3;
  border-bottom: 1px solid #ebedf3;
  z-index: 10;
}

.workflow-bottom-wrap .workflow-group.workflow-bottom {
  height: calc(100% - 10px);
}
.workflow-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.tools-guide-group {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 150px);
  z-index: 2;
  width: 300px;
  height: 200px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
  padding: 10px 10px 15px 15px;
  border-radius: 5px;
  background-color: #fff;
}
.tools-guide-group .guide-header {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.tools-guide-group .guide-header .guide-title {
  margin-right: auto;
  font-weight: 600;
}
.tools-guide-group .guide-header .btn {
  padding: 3px;
  line-height: 1;
}
.tools-guide-group .guide-body {
  overflow: auto;
  height: calc(100% - 30px);
}

.tools-setting-group {
  position: inherit;
  z-index: 2;
  display: inline-flex;
}
.tools-setting-group .btn.vsbtn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 2px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 2px solid #fff;
}
.tools-setting-group .btn.vsbtn + .vsbtn {
  margin-left: 5px;
}
.tools-setting-group .btn.vsbtn .mdi {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.tools-setting-group .btn.vsbtn:hover {
  color: #007bff;
}
.tools-setting-group .btn.vsbtn.active,
.tools-setting-group .btn.vsbtn[aria-expanded='true'] {
  background-color: #007bff;
  color: #fff;
}

.tools-setting-group .vsbtn.active .mdi-custom.mdi-scan-plus,
.tools-setting-group .vsbtn.active:hover .mdi-custom.mdi-scan-plus {
  background-image: url(../img/visualizer/scan-plus_wactive.png);
}
.tools-setting-group .vsbtn.active .mdi-custom.mdi-scan-minus,
.tools-setting-group .vsbtn.active:hover .mdi-custom.mdi-scan-minus {
  background-image: url(../img/visualizer/scan-minus_wactive.png);
}

.popover-canvas {
  width: 300px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  border: 0;
  border-top: 5px solid #007bff;
  overflow: hidden;
}
.popover-canvas .popover-header {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: transparent;
  border-radius: 0;
}
.popover-canvas .popover-header h3 {
  font-size: 16px;
  margin-right: auto;
}
.popover-canvas .popover-header .btn {
  padding: 3px;
  line-height: 1;
}
.popover-canvas .popover-body {
  padding: 0;
  max-height: calc(100vh - 300px);
}
.popover-canvas .popover-body .stitle {
  padding: 3px 10px;
  font-size: 12px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: rgba(0, 0, 0, 0.025);
}
.popover-canvas .popover-body .stitle:first-child {
  border-top: 0;
}
.popover-canvas .popover-body .form-row {
  padding: 10px 10px;
}
.popover-canvas .popover-body .form-group {
  margin-bottom: 0;
}
.popover-canvas .popover-footer {
  display: flex;
  justify-content: end;
  padding: 5px;
  border-top: 1px solid #ebebeb;
}
.popover-canvas .popover-footer .btn-control-group {
  display: flex;
  align-items: center;
}
.popover-canvas .popover-footer .btn-control-group .btn {
  padding: 5px 8px;
  line-height: 1;
  font-weight: 600;
}
.popover-canvas .popover-footer .btn-control-group .btn + .btn {
  margin-left: 5px;
}

.form-row-group {
  display: flex;
  align-items: flex-end;
}
.form-row-group .btn.vsbtn {
  margin: 0 5px 6px;
}

.popover-canvas .btn.vsbtn {
  padding: 0;
  line-height: 1;
}
.popover-canvas .btn.vsbtn .mdi {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.popover-canvas .btn.vsbtn:hover {
  color: #007bff;
}
.popover-canvas .btn.vsbtn.active {
  background-color: #007bff;
  color: #fff;
}

.btn-csicon {
  display: flex;
  align-items: center;
}
.btn-csicon .mdi {
  font-size: 20px;
  line-height: 1;
  margin-right: 4px;
}

.input-group-radio .input-group-text {
  padding: 0;
  width: 90px;
}
.input-group-radio .radio-group {
  display: flex;
  align-items: center;
}
.input-group-radio .radio-group label {
  margin-bottom: 0;
  margin-right: 16px;
  margin-left: 4px;
}
.input-group-radio .radio-group label:last-child {
  margin-right: 0;
}
