@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 700;
  src: local('Kaushan Script'), local('Kaushan-Script'), url(../../fonts/Kaushan_Script/KaushanScript-Regular.ttf) format('truetype');
}


@font-face {
  font-family: 'Poppins-Light';
  src: url('../../fonts/poppins/Poppins-Light.ttf');
  src: url('../../fonts/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../../fonts/poppins/Poppins-Regular.ttf');
  src: url('../../fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../../fonts/poppins/Poppins-Medium.ttf');
  src: url('../../fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../../fonts/poppins/Poppins-SemiBold.ttf');
  src: url('../../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../../fonts/poppins/Poppins-Bold.ttf');
  src: url('../../fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* variables */
/* background colors */
/* menu height */
/* colors */
h1 small {
  display: block;
}
/* when hiding the thing */
.ng-hide-add {
  -webkit-animation: 0.5s lightSpeedOut ease;
  animation: 0.5s lightSpeedOut ease;
}
/* when showing the thing */
.ng-hide-remove {
  -webkit-animation: 0.5s flipInX ease;
  animation: 0.5s flipInX ease;
}
/* ANIMATIONS (FROM ANIMATE.CSS) */
/* flip in */
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* light speed out */
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.tag-display a.cat-tags {
  border-right: 1px solid #333;
  font-size: 14px;
  padding: 1px 10px 1px 10px;
}
.cust_details {
  margin: 0px 0px 0px 0px;
}
.ct-selected {
  font-weight: 900;
}
.style_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  font-weight: 800;
  color: black;
  font-size: 16px;
}
.item-display {
  background: #616161;
  margin: 10px 0px 0px 0px;
  padding: 5px 5px;
  text-align: center;
  position: relative;
}
.has-error {
  border: 1px solid #ed1c24;
}
.item-display .pick_item {
  position: absolute;
  width: 25px;
  right: 15px;
  margin-top: 4px;
  border: none;
}
.item-display .pick_item input {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.class-item {
  overflow: hidden;
  padding: 0px;
  cursor: pointer;
  color: black;
}
.class-item img {
  border: 0px !important;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}
.class-item > div {
  margin: 5px;
  border: 1px solid #f0f0f0;
  padding: 0px !important;
  background: #eeeeee;
  box-shadow: 1px 1px 10px #333;
}
.class-item > div > div {
  border-top: 1px solid #f0f0f0;
  padding: 0px 5px;
}
.class-item .style_title {
  color: #16be48;
}
.style-menu {
  background: #d96557;
  color: #fff !important;
}
.style-menu .menu-left span {
  font-size: 16px;
  cursor: pointer;
  padding-left: 5px;
}
.style-body {
  margin: 0px 20px;
}
.style-body table thead th {
  text-align: center;
}
.style-body table thead th:last-child {
  width: 150px;
}
.style-body table tbody td {
  text-align: center;
}
.create_red .style-menu {
  background: #ed1c24;
}
.create_red .search-items .fa {
  background-color: #ed1c24;
}
.create_red .brand-image {
  background: #ed1c24 !important;
}
.create_red .layout-header {
  background: #fff !important;
}
/*
.create_default {

  .style-menu {

    background: #2d3033;
  }

  .search-items {

    .fa {
      background-color: #ed1c24;
    }
  }

  .brand-image {

    background: #ed1c24 !important;
  }
  .layout-header {
    background: #f0f0f0 !important;
  }
}
*/
.style-menu .brand-title {
  margin: 0px;
  text-align: center;
}
.style-menu .brand-title h3 {
  margin: 0px;
  text-align: center;
}
.search-items .fa {
  background-color: #66CC33;
  width: 40px;
}
.search-items .search-bar {
  padding-right: 30px;
}
.search-items .search-bar .fa {
  color: white;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 30px;
  padding: 5px 5px;
  cursor: pointer;
}
.online-toggle > span {
  font-size: 16px;
  padding-bottom: 10px;
}
.online-toggle > label {
  padding: 8px 0px;
  margin-right: 5px;
  margin-left: 5px;
}
.online-toggle > label > span {
  border-color: #fff !important;
  background: #fff !important;
  overflow: hidden;
  box-shadow: 0px 0px 10px #f0f0f0 !important;
}
.online-toggle > label > span > i {
  color: #fff;
  background: #ed1c24;
}
.toggle-filter {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  background: white;
  width: 250px;
  border: 1px solid #ed1c24;
}
.toggle-filter .toggle-header {
  background: #ed1c24;
  height: 26px;
  color: white;
  font-size: 14px;
  line-height: 26px;
  padding: 0px 10px;
}
.toggle-filter .toggle-body {
  width: 100%;
  padding: 5px;
  overflow: hidden;
}
.toggle-filter .toggle-body .filter-box {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.toggle-filter .toggle-body .filter-box .box-header {
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
}
.toggle-filter .toggle-body .filter-box .box-body > span {
  padding: 3px 5px;
}
.toggle-filter .toggle-body .filter-table th,
.toggle-filter .toggle-body .filter-table td {
  padding: 5px;
  text-align: center;
}
.toggle-filter .toggle-body .filter-table .form-control,
.toggle-filter .toggle-body .filter-table input {
  padding: 2px 6px !important;
  height: 25px !important;
}
.st-c-toggle {
  background-color: grey;
  overflow: hidden;
  cursor: pointer;
}
.st-c-toggle .bt-common {
  float: left;
  padding: 5px 10px;
  color: white;
  border-radius: 2px;
  display: block;
  text-align: center;
}
.st-c-toggle .bt-red {
  background: #ed1c24;
}
@keyframes blinking {
  from,
  49.9% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}
.detail-list .panel-group {
  margin-bottom: 10px;
}
.select2-container {
  border: none !important;
  padding: 0px !important;
}
.kk-timeline .round {
  width: 25px;
  height: 25px;
  color: grey;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 300;
  top: 6px;
  left: 3px;
  cursor: pointer;
  padding: 2px;
}
.kk-timeline .current {
  font-weight: 900;
}
.kk-timeline .td-round {
  border: 2px solid grey;
  border-radius: 50%;
  padding: 2px;
}
.kk-timeline td {
  position: relative;
  padding: 2px;
  padding-left: 35px;
}
.kk-timeline tr {
  height: 40px;
}
.kk-timeline .line {
  width: 6px;
  background: #909090;
  position: ABSOLUTE;
  height: 100%;
  opacity: 0.8;
  border-radius: 5px;
  left: 12px;
  top: 7px;
  z-index: 100;
}
.kk-timeline .done > td > .round {
  border: 2px solid #66B032;
}
.kk-timeline .done > td > .round > .glyphicon-ok {
  color: #66B032;
}
.kk-timeline .done > td > .round > .glyphicon-refresh {
  display: none !important;
}
.kk-timeline .done > td > .line {
  background: #66B032;
}
.kk-timeline .current > td > .round {
  border: 2px solid #FF774D;
}
.kk-timeline .current > td > .round > .glyphicon-refresh {
  color: #FF774D;
}
.kk-timeline .current > td > .round > .glyphicon-ok {
  display: none;
}
.kk-timeline .not-done > td > .round > .glyphicon-refresh {
  display: none;
}
.kk-timeline .not-done > td > .round > .glyphicon-ok {
  display: none;
}
.kk-timeline .current > td > .line {
  background: #FF774D;
}
.kk-timeline .glyphicon {
  color: #ccc;
}
.sagar-fab-bg {
  background: url('/images/sagarfab_bg.jpg') no-repeat center center fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .sagar-fab-bg {
    background: url('/images/sagarfab_mobile_bg.jpg') no-repeat center bottom fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.sm-login-bg {
  background: url('/images/sm_login_bg.jpg') no-repeat center center fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-transparency {
  opacity: 0.7;
  filter: alpha(opacity=50);
  background: #fff;
}
.order-list {
  border: 1px solid #ccc;
}
.order-list .order-item {
  padding: 10px;
}
.order-list .order-id .order-date {
  color: blue;
}
.order-list .order-label {
  color: #999;
}
.order-list .order-bold {
  font-size: 20px;
  color: black;
}
.order-list .border-grey {
  border-bottom: 1px solid #ccc;
}
.detail-list {
  border: 1px solid #ccc;
}
.detail-list .detail-item {
  padding: 10px;
}
.detail-list .border-grey {
  border-bottom: 1px solid #ccc;
}
.detail-list .detail-bg-grey {
  background: #f0f0f0;
}
.detail-list .detail-black {
  color: black;
}
.sagar-custom .shaded-title {
  background: -webkit-linear-gradient(left, transparent, #e2e2e2, transparent);
  font-size: 18px;
  height: 34px;
  line-height: 34px;
}
.sagar-custom .shaded-title .toggle {
  float: right;
}
.sagar-custom .c-file {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.sagar-custom .toggle-center {
  margin: auto;
  display: block;
}
.sagar-custom .toggle-160 {
  width: 160px !important;
}
.sagar-custom .item-check {
  position: absolute;
  font-size: 20px;
  right: 15px;
  top: 15px;
  color: #29b765;
}
.sagar-custom .custom-colors .color-box {
  width: 18px;
  height: 18px;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}
.sagar-custom .custom-colors .colors-label {
  float: left;
  line-height: 28px;
}
.sagar-custom .custom-colors .color-selected {
  box-shadow: 0px 0px 4px black;
}
body {
  background: #fff;
}
.swal2-container {
  z-index: 2021;
}
.filter_date input[type="date"]::before {
  color: #999999;
  content: attr(placeholder);
}
.filter_date input[type="date"] {
  color: #ffffff;
}
.filter_date input[type="date"]:focus,
.filter_date input[type="date"]:valid {
  color: #666666;
}
.filter_date input[type="date"]:focus::before,
.filter_date input[type="date"]:valid::before {
  content: "" !important;
}
.field {
  margin-bottom: 10px;
}
.field label {
  padding-top: 5px;
}
.field input,
.field select {
  margin-top: 3px;
  padding: 0px 10px;
}
.field td {
  padding: 0px 10px;
}
.field td label.error {
  display: none !important;
}
.field th {
  padding: 0px 10px;
}
select.error {
  border-color: #D44950;
}
.image {
  margin: auto;
  width: 150px;
  float: right;
  margin-right: 24px;
}
.image img {
  height: 225px;
  width: 150px;
}
.model-custom .modal-body .fa {
  font-size: 20px;
  padding-top: 5px;
  cursor: pointer;
}
.small ul {
  height: 200px !important;
  top: -100px !important;
  width: 160px !important;
}
.small ul a {
  font-size: 14px !important;
  padding: 0px !important;
}
.page-layout {
  background: #ffffff;
}
.page-layout .layout-header {
  padding: 10px 12px;
  background: #f0f0f0;
  overflow: hidden;
  min-height: 60px;
}
.page-layout .layout-header h4 {
  text-transform: uppercase;
}
.page-layout .layout-header button {
  margin-bottom: 0px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
}
.page-layout .layout-sub-header {
  padding: 10px 12px;
}
.page-layout .layout-body {
  background: #f0f0f0;
  overflow: hidden;
}
.page-layout .layout-body .panel-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page-layout .layout-body .tab-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page-layout .layout-body .nav-tabs {
  background: #f0f0f0;
}
.page-layout .layout-body .panel,
.page-layout .layout-body .box-tab {
  margin-bottom: 0px;
}
.page-layout .layout-body .panel .panel-header,
.page-layout .layout-body .box-tab .panel-header {
  overflow: hidden;
  padding: 0px 15px;
}
.page-layout .layout-body .panel .panel-footer,
.page-layout .layout-body .box-tab .panel-footer {
  border-top: 0px;
  padding: 0px 15px;
  background-color: #fff;
}
.gap-10{
  width: 30% !important;
}
gap-20{
  width: 300px !important;
}
.page-layout .layout-body label.error {
  display: none !important;
}
.lebel-error-hide label.error {
  display: none !important;
}
.custom-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14) !important;
}
.custom-table thead:first-child > tr:first-child > th {
  color: #999999 !important;
}
.custom-table thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14) !important;
}
.custom-table.sku-table tbody > tr > td:first-child {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.dataTables_wrapper {
  /*font-size: xx-small;*/
  font-size: 13px;
  overflow-x: auto;
  min-height: 200px;
}
.dataTables_wrapper > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.dataTables_wrapper .dataTables_length {
  padding-left: 3px !important;
}
.dataTables_wrapper .dataTables_filter {
  padding-right: 5px !important;
}
.dataTables_wrapper .custom-table > tbody > tr:hover {
  background: rgba(111, 213, 217, 0.1) !important;
  cursor: pointer;
}
.dataTables_wrapper .custom-table > tbody > tr > td {
  vertical-align: middle;
}
.ean-overflow{
  max-width: 300px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ean_visible{
  word-wrap: break-word !important;
}
.dataTables_wrapper .dataTables_processing {
  margin-top: 0px !important;
  padding-top: 0px !important;
  top: 0px;
  position: fixed;
  z-index: 99999;
  height: 0px;
  /*display: block !important;*/
}
.no_click_tb tbody tr:hover {
  cursor: text !important;
}
.dataTables_info {
  padding-left: 10px;
}
.pagging {
  position: fixed;
  bottom: 0px;
  width: 1000px;
  height: 50px;
  background: rgba(88, 93, 100, 0.95);
  margin: 0px 30px;
}
.pagging .p-right {
  width: 50%;
  right: 0px;
  padding-left: 90px;
  padding-right: 90px;
  float: right;
  position: relative;
}
.pagging .p-right .slider {
  margin: 22px;
}
.pagging .p-right .previous {
  position: absolute;
  left: 0px;
  top: 8px;
}
.pagging .p-right .next {
  position: absolute;
  right: 22px;
  top: 8px;
}
.layout-sub-header {
  background: #fff;
}
.layout-sub-header .filters {
  background: #f0f0f0;
  padding: 10px 10px 0px 10px;
}
.layout-sub-header .filters button {
  margin-top: 5px;
  margin-bottom: 10px;
}
.layout-sub-header .filter-controls {
  margin: auto;
  width: 170px;
}
.sidebar-panel > nav .open > ul.sub-menu {
  max-height: 2700px;
}
.reports .dataTables_filter {
  display: none;
}
#page-pop,
.page-pop {
  overflow-y: auto;
  display: block;
}
#page-pop .modal-content,
.page-pop .modal-content {
  border: 1px solid transparent;
}
#page-pop .modal-content label.error,
.page-pop .modal-content label.error {
  display: none !important;
}
#page-pop .modal-header,
.page-pop .modal-header {
  background: #f0f0f0;
  border-bottom: 1px solid transparent;
}
#page-pop .modal-header h4,
.page-pop .modal-header h4 {
  text-transform: uppercase;
}
#page-pop .modal-header button,
.page-pop .modal-header button {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 36px;
}
#page-pop .modal-footer,
.page-pop .modal-footer {
  padding: 0px;
   background: #f0f0f0;
  border-top: 1px solid transparent;
}
#page-pop .modal-footer .pop,
.page-pop .modal-footer .pop {
  padding: 16px 30px;
  font-size: 18px;
  text-transform: uppercase;
}
#page-pop .modal-footer .pop-green,
.page-pop .modal-footer .pop-green {
  background: #33cc66;
  border: #33cc66;
  color: #fff;
}
#page-pop .modal-footer .pop-normal,
.page-pop .modal-footer .pop-normal {
  background: transparent;
  border: transparent;
  color: #666666;
}
#page-pop .modal-footer .pop-red,
.page-pop .modal-footer .pop-red {
  background: #d96557;
  border: #d96557;
  color: #fff;
}
#page-pop .modal-body,
.page-pop .modal-body {
  background: #fff;
  padding: 0px;
  margin: 15px;
}
#page-pop .modal-body .control-img,
.page-pop .modal-body .control-img {
  padding: 5px 0px;
}
#page-pop .modal-body .control-img img,
.page-pop .modal-body .control-img img {
  height: 20px;
}
#page-pop .modal-body table,
.page-pop .modal-body table {
  /*width: 97%;
      margin: 10px;*/
}
#page-pop .modal-body table tbody > tr > td > input,
.page-pop .modal-body table tbody > tr > td > input {
  /*width: 90%;*/
}
#page-pop .modal-body .dropdown-menu > .active > a:hover,
.page-pop .modal-body .dropdown-menu > .active > a:hover,
#page-pop .modal-body .dropdown-menu > .active > a:focus,
.page-pop .modal-body .dropdown-menu > .active > a:focus,
#page-pop .modal-body .dropdown-menu > .active > a,
.page-pop .modal-body .dropdown-menu > .active > a {
  background-color: #33cc66 !important;
}
.minus {
  color: #666666;
  font-size: 25px;
}
.plus {
  color: #ffc65d;
  font-size: 25px;
}
.card-title {
  font-size: 16px !important;
}
.rm-blur:focus,
rm-blur:active {
  outline: 0px !important;
}
.dropdown-toggle:before {
  left: 0px !important;
}
.app {
  background-color: #fff !important;
}
.sidebar-panel > nav ul > li > a {
  display: inline-block;
  width: 100%;
}
.uploads .up-btn {
  position: relative;
  overflow: hidden;
  width: 200px;
}
.uploads .up-btn input {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.pieLabel > div {
  font-size: 14px !important;
  font-weight: 900 !important;
}
/* loading */
.glyphicon-refresh-animate {
  animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.brand {
  height: 60px;
}
.brand > a {
  padding: 5px 0px !important;
}
.brand > a > img {
  width: 32px;
  height: 32px;
}
.brand .brand-logo {
  overflow: hidden;
  padding: 0px 5px;
}
.brand .brand-logo img {
  height: 55px;
  top: 5px;
  position: absolute;
}
.data-select {
  display: block;
  margin: auto;
  cursor: pointer;
}
.stk-readonly[readonly] {
  background-color: #fff;
}
.trial {
  background-color: #2d3033;
  color: #fff;
  padding: 5px 20px;
}
.trial p {
  margin: 0px;
  color: #fff;
  text-align: center;
}
.trial a {
  color: #2ECC71;
  font-weight: 900;
}
.trial .fa {
  font-size: 18px;
}
.trial .dropdown {
  position: absolute;
  right: 20px;
  top: 5px;
}
.trial .dropdown button {
  border: transparent;
  background: transparent;
}
.trial .dropdown-menu {
  left: -135px;
  z-index: 3030;
}
#register-pop {
  top: 29px !important;
}
#register-pop .modal-header {
  background-color: #2d3033;
}
#register-pop .modal-header h2 {
  color: #2ECC71;
  font-weight: 700;
  margin-top: 10px;
}
#register-pop .modal-header h4 {
  margin-top: 20px;
  color: #fff;
  font-weight: 500;
}
#register-pop .modal-body {
  padding: 20px 100px;
}
#register-pop .st-success {
  background-color: transparent;
  border-color: #2d3033;
  color: #2ECC71;
  padding: 5px 10px;
  border-radius: 0px;
}
#register-pop .st-success:hover {
  background-color: #2d3033;
  color: #2ECC71;
}
#register-pop .st-success-rev {
  background-color: #2d3033;
  border-color: #2d3033;
  color: #2ECC71;
  padding: 5px 10px;
  border-radius: 0px;
}
#register-pop .st-success-rev:hover {
  background-color: transparent;
  color: #2ECC71;
}
#register-pop input {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
#register-pop ol,
#register-pop ul {
  padding-left: 20px;
}
.pop-completed {
  padding: 70px 0px;
}
.pop-completed h1 {
  color: #2ECC71;
  text-align: center;
  margin-bottom: 0px;
}
.pop-completed span {
  margin: auto;
  font-size: 120px;
  clear: both;
  color: #2ECC71;
  display: table;
}
.pop-completed button {
  display: block;
  margin: auto;
  font-size: 20px;
  padding: 10px 40px !important;
  border-radius: 5px !important;
  font-weight: 600;
}
.table-stk {
  table-layout: fixed;
  word-wrap: break-word;
}
.table-stk tbody tr td input {
  width: 100% !important;
}
.table-stk thead tr th.plus {
  width: 40px;
}
.table-stk thead tr th.detail {
  width: 65px;
  vertical-align: middle;
}
.table-stk tbody tr td.detail {
  vertical-align: middle;
}
.typeahead-demo .custom-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #f9f9f9;
}
.typeahead-demo .custom-popup-wrapper > .message {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  color: #868686;
}
.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
  position: static;
  float: none;
  display: block;
  min-width: 160px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .bottom-nav {
    width: 100%;
  }
  .dashboard {
    margin-top: 50px;
  }
  .hamburger-icon {
    cursor: pointer;
  }
  .settings {
    width: 100%;
  }
}
.filter-body {
  position: fixed;
  z-index: 200;
  background: #fff;
  padding: 0px;
  width: 80%;
  display: block;
  margin: 6% 2%;
  border-radius: 2px;
  box-shadow: 0px 5px 10px 1px #888;
}
.filter-body > .row {
  padding: 10px;
}
/* tooltip css */
/*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    padding: 5px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-right {
    top: -5px;
    left: 125%;
}

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}
*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
  color: #33cc66;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  padding: 3px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip table tbody tr td {
  text-align: left;
  font-size: 16px;
}
.tooltip table tbody tr:not(:first-child) {
  border-top: 0.5px solid #f0f0f0;
}
.tooltip img {
  width: 100%;
}
.tooltip table {
  margin: 0px;
  width: 100%;
}
/* popup */
#popup {
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 220px;
  background: #fff;
  position: fixed;
  z-index: 1000;
  padding-top: 10px;
}
#popup .go-back {
  cursor: pointer;
}
#popup p {
  margin: 0 0 0;
}
.tracking {
  /*
  .panel-collapse {

    border: 1px solid #4cc3d9;
  }

  .panel-heading {

    background: #4cc3d9;
    border: #4cc3d9;
    color: #fff;

    b {

      color: #fff;
    }
  }
  .kk-timeline  {

    table {

    }
  }
  */
}
.tracking .panel-group .panel-body {
  background: #f0f0f0;
}
.tracking .panel-group .panel-body .table {
  background: #f0f0f0;
}
.tracking .panel-heading {
  padding: 10px 15px;
}
/*.print-invoice {

  border: 1px solid #e4e4e4;
  padding: 0px;
  margin: 10px;

  table {

    width: 100% !important;
    border-right: 0px;
    border-left: 0px;
    margin: 0px;
  }
}*/
.mw30 {
  min-width: 300px;
}
.mw35 {
  min-width: 350px;
}
.mw40 {
  min-width: 400px;
}
.mw45 {
  min-width: 450px;
}
.mw50 {
  min-width: 500px;
}
.mw55 {
  min-width: 550px;
}
.mw60 {
  min-width: 600px;
}
.mw65 {
  min-width: 650px;
}
.mw65 {
  min-width: 650px;
}
.mw70 {
  min-width: 700px;
}
.mw75 {
  min-width: 750px;
}
.mw80 {
  min-width: 800px;
}
.mw85 {
  min-width: 850px;
}
.mw90 {
  min-width: 900px;
}
.mw95 {
  min-width: 950px;
}
.mw100 {
  min-width: 1000px;
}
.over-x {
  overflow-x: auto;
}
.over-y-scroll {
  overflow-y: scroll;
}
.rm-brdr td {
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding: 5px 5px !important;
  font-size: 10px !important;
}
.rm-padding th,
.rm-padding td {
  font-size: 11px;
  padding: 5px 5px !important;
}
.align-left {
  text-align: left;
}
.fs12 {
  font-size: 12px;
}
.fs10 {
  font-size: 10px;
}
.fs14 {
  font-size: 14px;
}
pre {
  border: 0px;
  background: #fff;
  padding: 0px 5px;
  white-space: pre-line;
}
.process-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  padding-top: 20%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.1);
}
.process-overlay .process-text {
  vertical-align: middle;
  text-align: center;
  color: black;
  margin: auto;
  font-size: 20px;
  display: block;
  width: 150px;
  background: #fff;
}
.process-overlay .process-text {
  vertical-align: middle;
  text-align: center;
  color: black;
  margin: auto;
  font-size: 20px;
  display: block;
  width: 150px;
  background: #fff;
}
.slick-prev {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  left: -25px;
}
.slick-prev:before {
  content: '\2039';
  font-size: 40px;
  line-height: 1;
  color: grey;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
}
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  right: -25px;
}
.slick-next:before {
  content: '\203A';
  font-size: 40px;
  line-height: 1;
  color: grey;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
}
.modal-size {
  width: 99%;
  padding: 10px;
  padding-left: 220px;
}
.w10 {
  width: 100px;
}
.w-100{
  min-width: 100px;
}
.w12 {
  width: 120px;
}
.full-modal .modal-dialog {
  width: 100%;
  padding: 10px;
  padding-left: 220px;
}
.pre-custom {
  border: 0px;
  background: #fff;
  padding: 0px 5px;
  white-space: pre-line;
  margin-bottom: 0px;
  font-family: "Source Sans Pro", sans-serif;
}
.custom-order-details {
  color: black;
  text-transform: capitalize !Important;
}
.custom-order-details p {
  color: black;
}
.custom-order-details .table td {
  padding: 5px 10px !important;
}
/*.spinner div {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -20px;
  top: 40px;
  background-color: #2ecc71;
  border-radius: 50%;
  animation: move 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
.spinner div:nth-child(2) {
  animation-delay: 150ms;
}
.spinner div:nth-child(3) {
  animation-delay: 300ms;
}
.spinner div:nth-child(4) {
  animation-delay: 450ms;
}
@keyframes move {
  0% {
    left: 0%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}*/

.spinner {
  width: 100%;
  height: 4px;
  background: #e1e4e8;
  border-radius: 0px;
  overflow: hidden;
}
.spinner div:first-child {
    display: block;
    height: 100%;
  width: 100%;
    background: linear-gradient(90deg, #ffd33d, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #ffd33d 68%, #ea4aaa 85%, #b34bff);
    background-size: 300% 100%;
    animation: progress-animation 2s linear infinite;
}

@keyframes progress-animation{
  0%{
    background-position: 100%;
  }
  100%{
     background-position: 0;
  }
}


.po-item {
  width: 20%;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .po-item {
    width: 33%;
    height: 75px;
  }
}
.row-expansion {
  cursor: text !important;
}
.row-expansion:hover {
  background: #fff !important;
}
.stockone-loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  background-color: #fff;
  z-index: 2000;
  text-align: center;
  /* background-image: url('/images/stockone_logo.png'); */
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  cursor: progress;
}
.stockone-loader2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  text-align: center;
  /*background-image: url('/images/stockone_logo.png');*/
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  cursor: progress;
}
.upload-button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.z-2021 {
  z-index: 2021 !important;
}
.w-1200 .modal-dialog{
  width: 1220px !important;
}
.w-1000 .modal-dialog{
  width: 916px !important;
}
.w-2021 .modal-dialog{
  min-width: 1100px;
  max-width: 1200px;
}
.testimonial-group > .row {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.testimonial-group > .row > .data {
  display: inline-block;
  float: none;
}
/*.scrolley::-webkit-scrollbar {
  display: none;
}*/
.header_background {
  cursor: pointer;
  background: -webkit-linear-gradient(left, #e8e8e8, transparent);
  line-height: 40px;
  font-size: 18px;
  color: #5d5959;
  font-family: sans-serif;
}
.background_c{
  background: #0a5973a3;
  color: #fff !important;
}
.padding_header{
  padding: 5px;
}
.div_controller{
  padding: 3px;
  background: #f5f5f5;
}
.di_item{
  padding: 3px;
  background: white;
  margin-right: 3px;
}
.pd_bottom{
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .div_width{
    width: 165px;
  }
  .img_height {
    width: 80%;
    height: 185px;
  }
}
@media screen and (max-width: 767px) {
  .div_width{
    width: 165px;
  }
  .img_height {
    width: 80%;
    height: 185px;
  }
}
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
.item_styles{
  border: none !important;
  box-shadow: 0px 0px 3px #a09595 !important;
}
.view-order-refresh{
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 999;
}
.view-order-refresh img{
  width: 14px;
}
/*th.release-pick{
  width: 0px !important;
}*/
/*td.release-pick{
  position: absolute;
  top: 0;
  right: 10%;
  display: none;
  height: 100%;
  align-items: center;
  padding: 0 !important;
}*/
td.release-pick a{
  padding: 10px 20px;
  background: #33cc66;
  border-radius: 4px;
  color: #fff;
}
.column_select_drp{
  position: absolute;
  right: 250px;
  top: 10px;
  z-index: 999;
}

.warehouses{
 padding: 16px;
  /*height: 100vh;*/
  /* display: grid; */
  width: 100%;
  align-content: center;
  background: rgba(255,255,255,1);
  justify-content: center;
}
.warehouses h4{
  color: #333;
  font-size: 20px;
  padding: 0;
  margin: 0 0 5px 0;
  font-family: 'Poppins-SemiBold', Arial, sans-serif;
}
.warehouses span{
  color: #333;
  font-size: 14px;
  padding: 0 0px 20px 0px;
  margin: 0;
  font-family: 'Poppins-Light', Arial, sans-serif;
}
.select-warehouses{
  width: 100%;
}
.select-warehouses .search_input{
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0 10px;
  border: 2px solid #80808047;
  color: #333;
  outline: none;
}
.select-warehouses ul{
  margin: 8px 0 0 0;
  border-radius: 4px;
  overflow-y: auto;
  padding: 0;
  width: 100%;
  max-height: 350px;
}
.select-warehouses ul li{
  margin: 0;
  padding: 20px;
  list-style-type: none;
  cursor: pointer;
  background: rgba(119,205,52,.3);
  border-bottom: 1px solid #c2c2c2;;
  position: relative;
  transition: 0.4s ease;
}
.select-warehouses ul li i{
  position: absolute;
  right: 16px;
  top: 35px;
  color: #333;
}
.select-warehouses ul li h5{
  color: #333;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  text-transform: lowercase;
  transition: 0.3s ease;
  font-family: 'Poppins-Bold', Arial, sans-serif;
}
.select-warehouses ul li p{
  color: #333;
  font-size: 12px;
  margin: 0;
  text-transform: lowercase;
  font-family: 'Poppins-Regular', Arial, sans-serif;
}
.select-warehouses ul li:last-child{
  border-bottom: none !important;
   border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select-warehouses ul li:first-child{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.select-warehouses ul li:hover h5, .select-warehouses ul li:hover i{
  color: #569946 !important;
}
.select-warehouses ul li:hover{
  padding-left: 25px;
}

/*th.release-pick{
  width: 0px !important;
}*/
/*td.release-pick{
  position: absolute;
  top: 0;
  right: 10%;
  display: none;
  height: 100%;
  align-items: center;
  padding: 0 !important;
}*/
td.release-pick a{
  padding: 10px 20px;
  background: #33cc66;
  border-radius: 4px;
  color: #fff;
}
#de_allocate{
  width: 200px !important;
}
td.release-pick-red a{
  padding: 10px 20px;
  background: #d96557;
  border-radius: 4px;
  color: #fff;
}
.column_select_drp{
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 999;
  display: flex;
}

.dynamic_search input,
.column_select_drp input{
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding-left: 10px;
}
.column_select_drp > span > span{
  margin-left: 11px;
  background: #ff0000;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 2px;
  line-height: 1;
}
.column_select_drp > span{
  margin-right: 15px;
  margin-top: -20px;
}
#customer_inv_date{
  margin-right: 30px;
  min-width: 130px;
  border: 1px solid #ff000090;
}

.dynamic_search input:focus,
.column_select_drp input:focus{
  border: 1px solid #e4e4e4;
  outline: none;
}
.picklist-table .dataTables_filter{
  display: none !important;
}
.modal-popover{
  display: inline-block;
  width: 130px;
  margin: 0 10px;
  position: relative;
}
.modal-popover a.open-popover{
  margin-bottom: 2px;
  width: 130px;
}
.modal-popover.show-modal-popover a.open-popover, .modal-popover.show-modal-popover a.open-popover:hover{
  background: #33cc66 !important;
  border: 1px solid #33cc66;
}
.mb-0{
  margin-bottom: 0 !important;
}
.mb-3{
  margin-bottom: 15px !important;
}
.modal-dropdown{
  position: absolute;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  z-index: 9999;
  background-color: #fafafa;
  min-height: 120px;
  margin-top: 2px;
  max-height: 220px;
  overflow-y: auto;
}
.modal-dropdown span.close{
  position: sticky;
  right: 5px;
  top: 0;
  cursor: pointer;
  font-size: 18px;
  color: #000 !important;
  opacity: 1 !important;
}
.modal-dropdown ul{
  margin: 0;
  padding: 10px 0 0 0;
}
.modal-dropdown ul li{
  margin: 0;
  padding: 6px 10px;
  cursor: pointer;
  list-style-type: none;
}
.modal-dropdown ul li:nth-child(odd){
  background: #f9f9f9;
}
.modal-dropdown ul li:nth-child(even){
  background: #f5f5f5;
}
.modal-dropdown ul li:hover{
  background: #f1f1f1;
}
.modal-dropdown ul li p{
  margin: 0;
  line-height: 16px;
}
.popover-sub-menu{
  position: absolute;
  right: 0;
  display: none;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 2px;
  z-index: 9999;
  width: 450px;
  background-color: #fafafa;
  min-height: 120px;
  box-shadow: 0px 0px 10px 0px #a5a5a5;
  margin-top: 10px;
}
.popover-sub-menu:after{
  position: absolute;
  content: '';
  background-color: #fafafa;
  width: 15px;
  height: 15px;
  top: -8px;
  right: 15px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  transform: rotate(45deg);
}
.modal-popover.show-modal-popover .popover-sub-menu {
  display: block;
}
.popover-sub-menu .bootstrap-select .btn-default{
  background: #f4f4f4 !important;
}
.popover-sub-menu-2{
  position: absolute;
  right: 0;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 2px;
  z-index: 9999;
  width: 450px;
  background-color: #fafafa;
  min-height: 120px;
}
.popover-sub-menu-2 .bootstrap-select .btn-default{
  background: #f4f4f4 !important;
}
.popover-items{
  padding: 10px; 
  border-right: 1px solid #e4e4e4; 
  border-bottom: 1px solid #e4e4e4;
  min-height: 80px;
}
.popover-btns{
  width: 100%; 
  padding: 5px 10px 10px 10px;
  border-right: 1px solid #e4e4e4; 
}
.popover-sub-menu-3{
  position: absolute;
  left: auto;
  display : none;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-radius: 2px;
  z-index: 9999;
  width: 100%;
  background-color: #fafafa;
  min-height: 70px;
 }
.modal-popover.show-modal-popover .popover-sub-menu-3{
  display: block;
}
.custom-alert{
  margin: 0 !important;
}
#goTop{
  position: fixed;
  z-index: 99999;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: .3s ease;
  background: rgba(172,251,171,.3);
}
#goTop:hover{
  transform: scale(1.3);
  background: rgba(172,251,171,1);
}
#goTop img{
  width: 15px;
  transform: rotate(270deg);
}
.dynamic_search .bootstrap-select .dropdown-toggle:focus,
.column_select_drp .bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
}
.view-orders-fixed-datatable, .fixed-picklist-table{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.view-orders-fixed-datatable .dataTables_wrapper{
  height: 66vh;
  overflow-y: auto;
  position: relative;
}
.view-orders-fixed-datatable .dataTables_wrapper .dataTables_length, .fixed-picklist-table .dataTables_wrapper .dataTables_length{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.view-orders-fixed-datatable .dataTables_wrapper .dataTables_filter{
  position: sticky;
  top: 0;
  right: 0;
  z-index: 999;
}
.view-orders-fixed-datatable .custom-table, .fixed-picklist-table .custom-table{
  position: relative;
}
.view-orders-fixed-datatable .custom-table thead, .fixed-picklist-table .custom-table thead{
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
}
.fixed-picklist-table .dataTables_wrapper{
  height: 71vh;
  overflow-y: auto;
  position: relative;
  top: 14px;
  padding-bottom: 5px;
  margin-top: 20px;
}
.slot-picker .inpt-vl{
  display: none !important;
}
.slot-picker .inpt-hd.hide{
  display: inline !important;
}
input[type=checkbox]{
    width: 15px;
    height: 15px;
}
.slot-picker{
  width: 90px !important;
  min-width: 90px !important;
}.slot-picker1{
  width: 350px;
  min-width: 200px !important;
}
.max-width{
  width: 190px !important;
  min-width: 110px !important;
}
.slot-picker select{
  position: absolute;
  width: 18px;
  margin-left: 6px;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 1px;
  opacity: 1;
  z-index: 99;
}
.slot-picker select:focus-visible{
  outline: none !important;
}
/*.slot-picker span{
  display: none;
}*/
.slot-picker span.selectedList{
  display: block !important;
  font-weight: 400;
}
.view-orders-tabs .tab-content{
  padding-bottom: 0 !important;
}
.slot-picker img{
  position: absolute;
  font-size: 14px;
  z-index: -1;
  width: 12px;
  margin-left: 6px;
  margin-top: 3px;
}
.order-reference{
  min-width: 120px;
  max-width: 120px;
  word-break: break-all;
}
.picklist-note{
  min-width: 100px;
  word-break: break-all;
}
/*.fixed-picklist-table .dataTables_wrapper .custom-table thead tr, .fixed-picklist-table .dataTables_wrapper .custom-table tbody tr{
  position: relative;
}
.fixed-picklist-table .dataTables_wrapper .custom-table thead tr th:first-child, .fixed-picklist-table .dataTables_wrapper .custom-table tbody tr td:first-child{
  position: sticky;
  left: 0;
  background: #fff;
}*/
.generate-grn-error{
  color: #d45242 !important;
}
.full-screen-modal{
  overflow: hidden !important;
}
.full-screen-modal .modal-dialog{
  width: calc(100vw - 20px) !important;
  margin: 10px auto !important;
}
.full-screen-modal .modal-dialog .modal-body{
  overflow-y: auto !important;
  max-height: calc(100vh - 132px) !important;
  margin: 0 !important;
  padding-top: 10px !important;
}
.full-screen-modal .modal-dialog .modal-body .row{
  margin: 0 !important;
}
.inpt-vl {
  min-width: 80px;
}
.cursor-pointer{
  cursor: pointer;
}
.verloop-button{
  bottom: 8px !important;
  right: 55px !important;
  width: 50px !important;
  height: 50px !important;
}
.verloop-livechat-logo{
  width: 50px !important;
  height: 50px !important;
  background-size: 22px 22px !important;
}
.table.new-table-format{
  border: 1px solid #e4e4e4;
  border-collapse: collapse !important;
}
.table.new-table-format > tbody > tr > td {
}
.table.new-table-format > tbody > tr > td, .table.new-table-format > thead > tr > th {
  border: 1px solid #ddd !important;
  padding: 10px 5px !important;
}
.table.new-table-format .text-input{
  background: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
  font-weight: 500 !important;
}
.table.new-table-format .form-control[readonly]{
  background: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
}
.table.new-table-format .form-control{
  font-weight: 500 !important;
}
.table.new-table-format .form-control[readonly].stk-readonly{
  border-color: #e4e4e4 !important;
}
.table.new-table-format thead:first-child > tr:first-child > th{
  background-color: #f1f1f1 !important;
  color: #424242 !important;
}
.table.new-table-format tbody tr.odd{
  background-color: #ffffff;
}
.table.new-table-format tbody tr.even{
  background-color: #f9f9f9;
}
.drp-calendar-right-remove .drp-calendar.right .calendar-table{
  display: none !important;
}
.drp-calendar-right-remove .drp-calendar.right{
  position: absolute;
  bottom: 45px;
  left: 61px;
}
.drp-calendar-right-remove .drp-calendar.left{
  margin-bottom: 30px;
}
.drp-selected{
  display: none !important;
}
.order-date-raise-po{
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 0;
}
.support-btn{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 999999999;
  top: 44vh;
  right: 0px;
  background: rgba(52, 152, 70, .5);
  border: none;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 16px;
  padding: 7px 18px 10px 18px;
  line-height: 1;
  font-weight: 500;
  transition: .3s ease;
}
.support-btn i{
  margin-left: 5px;
}
.support-btn:hover{
  background: rgba(52, 152, 70, 1);
}
.verloop-button {
  display: none !important;
}
.new-table{
  padding: 10px;
}
.table-overflow-visible .dataTables_wrapper{
  overflow: visible !important;
}
.pointer-event-none{
  pointer-events: none;
  background: rgba(152, 52, 52, .5);
}

.img-modal {
  display: none;
  position: fixed;
  z-index: 9999999999;
  padding: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.15);
}
.img-modal-content {
  margin: auto;
  display: block;
  min-width: 250px;
  max-width: 600px;
  max-height: 600px;
  object-fit: contain;
}
.img-modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.img-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.img-close:hover,
.img-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px){
  .img-modal-content {
    width: 100%;
  }
}
.passwoord_div{
  position: relative;
}
.passwoord_div i{
  position: absolute;
  top: 36%;
  left: 93%;
  z-index: 1000;
  font-size: 1.6rem;
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
table.virtual-tables tbody{
  height: 40px !important;
  background: #fff;
}
.viewport.custom-virtual {
  max-height: 1000px;
  min-height: 1000px;
}
.viewport.custom-virtual.real, .viewport.custom-virtual.slice, .viewport.custom-virtual.virtual{
  max-height: 500px;
  min-height: 500px;
}
.viewport.custom-virtual.real{
  overflow: auto;
}
.viewport.custom-virtual.real ul, .viewport.custom-virtual.slice ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.line-count {
  display: inline-block;
}
table.virtual-tables{
  position: relative;
}
table.virtual-tables thead{
  left: 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9999;
}
.virtual-tables{
  background-image: url("../../images/skeleton.gif");
  background-size: 100px 60px;
  background-repeat: round;
  background-position: initial;
}
.table.virtual-tables>tbody+tbody{
  border-width: 1px !important;
}
.viewport.custom-virtual.remove-viewport{
  max-height: 100% !important;
  min-height: auto !important;
}
.viewport.custom-virtual.remove-viewport div:first-child{
  height: auto !important;
}
.suggest-overflow ul.dropdown-menu{
  display: contents !important;
}
.full-modal-auto .modal-dialog{
  width: calc(100vw - 10vw);
  padding: 10px;
}
input.valid{
  border-color: #e4e4e4 !important;
}
textarea.error {
  border-color: #d96557;
}
.datatable_picker.bootstrap-select.btn-group .dropdown-menu li a{
  padding: 0 !important;
}
.datatable_picker.bootstrap-select{
  position: absolute;
 }
 .datatable_picker.bootstrap-select .btn.dropdown-toggle{
  position: absolute;
  border: none;
  margin-top: -10px;
  background-color: transparent;
  width: 12px;
}
.datatable_picker.bootstrap-select.btn-group .dropdown-menu {
  min-width: 110px !important;
  max-width: 168px !important;
  max-height: 320px !important;
}
.datatable_picker.bootstrap-select>select {
  left: 0 !important;
}
.datatable_picker.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
width: 0 !important;
}
select.datatable_picker.selectpicker{
  display: inline-flex !important;
}
.table-row-btn{
  padding: 10px 20px;
  background: #33cc66;
  border-radius: 4px;
  color: #fff !important;
}
.help-dark{
  background-color: #242629 !important;
}
.small_nav{
  height: 74vh;
}
.small_nav::-webkit-scrollbar{
  width: 0px !important;
}

.picker_name{
  min-width: 90px;
}
#scrollable_drop_menu .dropdown-menu{
  max-height: 279px !important;
 overflow-y: scroll;
}

.dataTables_wrapper .custom-table > tbody > tr.error-row:hover,
tr.error-row{
  background-color: #d9655742 !important;
}

.config_edit_icon{
color: #0492c2;
 background-color: #0492c233;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 30px;
 height: 30px;
 padding: 2px;
 border-radius: 50%;
 margin-right: 10px;
 cursor: pointer;
}
.btns_grid{
  width: 100%;
  justify-content: end;
}
.btns_grid select{
  border: 1px solid #0099cc;
}
.btns_grid select,
.btns_grid .btn{
  max-width: 150px;
  margin: 0 4px;
}
.available_reports{
  padding: 0 10px 0 0;
}
.reports_list{
  border: 1px solid #f0f0f0;
  height: 100%;
}
.reports_list_data{
  max-height: 244px !important;
  min-height: 244px !important;
  position: relative;
  overflow-y: auto;
}

/* sweet alert select */
.swal2-modal .swal2-select {
  width: 100%;
  min-height: 40px;
  font-size: 1.5rem;
  border: 2px solid #0099cc6b;
  border-radius: 4px;
  transition: all .3s ease;
}

.available_reports{
    padding: 0;
}
.available_report_btn_header{
  display: flex;
  justify-content: flex-end;
}
.no-interaction{
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.ui-select-container{
  width: 100% !important;
}
.ui-select-container .select2-choice{
  padding: 3px 12px !important;
  height: 34px !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.13) !important;
  border-radius: 0px !important;
}
.ui-select-container .select2-choice .select2-arrow{
  background: transparent !important;
  border-left: 0px !important;
}