@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);/* Write your custom CSS here */
.nopad {
  padding: 0;
}

.nopadleft {
  padding-left: 0;
}

.nopadright {
  padding-right: 0;
}

.page-sidebar-menu ul li a i {
  width: 20px;
  text-align: center;
}

.logo-box img {
  max-height: 50px;
}

.orders-info {
  margin-bottom: 20px;
}

.orders-info ul {
  float: left;
  padding: 0;
  width: 100%;
}

.orders-info ul li {
  float: left;
  list-style-type: none;
  width: 15%;
  margin-right: 2%;
  border: 1px solid #E6E8EB;
  border-radius: 4px;
  padding: 8px 0px 13px;
  text-align: center;
}

/*.orders-info ul li:nth-child(3n) {
    margin-right: 0%;
}*/
.orders-info ul li .btn {
  padding: 5px 5px;
}

.orders-info-counter {
  font-size: 72px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 700;
}

.clock-list {
  margin-bottom: 50px;
}

.clock-list ul {
  float: left;
  padding: 0;
  width: 100%;
}

.clock-list ul li {
  float: left;
  list-style-type: none;
  width: 32%;
  margin-right: 2%;
  border: 1px solid #E6E8EB;
  border-radius: 4px;
  padding: 20px 0px 15px;
  text-align: center;
}

.clock-list ul li:nth-child(3n) {
  margin-right: 0%;
}

.clock-list-city {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 10px;
}

.clock-list-time {
  background: #f2f2f2;
  font-size: 18px;
}

table a {
  color: #5893df;
  text-decoration: underline;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
}

.table > thead > tr > th {
  font-weight: 700;
}

table tr td .muted {
  display: block;
  color: #999999;
  font-size: 12px;
}

table tr:nth-last-child(-n+5) .table-tooltip {
  top: -125px;
}

table tr:nth-last-child(-n+2) .table-tooltip {
  top: auto;
  bottom: 0;
}

.status {
  padding-left: 16px;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

.status:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.status-grey {
  color: #666666;
}

.status-grey:before {
  background: #666666;
}

.status-purple {
  color: #9C18AB;
}

.status-purple:before {
  background: #9C18AB;
}

.status-red {
  color: #FF0000;
}

.status-red:before {
  background: #FF0000;
}

.status-darkred {
  color: #A40F17;
}

.status-darkred:before {
  background: #A40F17;
}

.status-blue {
  color: #0000FF;
  font-size: 12px;
}

.status-blue:before {
  background: #0000FF;
}

.status-skyblue {
  color: #0FA6D7;
}

.status-skyblue:before {
  background: #0FA6D7;
}

.status-orange {
  color: #FF754B;
}

.status-orange:before {
  background: #FF754B;
}

.status-green {
  color: #33CC66;
}

.status-green:before {
  background: #33CC66;
}

.status-purpledark {
  color: #6600FF;
}

.status-purpledark:before {
  background: #6600FF;
}

.table-filter {
  margin-bottom: 20px;
}

.table-filter ul {
  float: left;
  padding: 0;
  margin: 0;
}

.table-filter > ul > li {
  float: left;
  width: 125px;
  margin-right: 10px;
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}

.table-filter > ul > li.filter-wide {
  width: 250px;
}

.btn-filter,
.btn-filter:focus,
.btn-filter:active {
  display: inline-block;
  line-height: 1.5;
  color: #333333;
  border: 1px solid #C1C7CD;
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  padding: 5px 5px 4px;
  text-transform: uppercase;
}

.btn-filter:hover {
  font-weight: 700;
}

.btn-filter.current,
.btn-filter.current:focus,
.btn-filter.current:active {
  font-weight: 700;
}

.pagination {
  margin: 0;
}

.has-tooltip {
  position: relative;
}

.has-tooltip:hover .table-tooltip {
  opacity: 1;
  visibility: visible;
}

.table-tooltip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 190px;
  right: 100%;
  top: 15px;
  border: 1px solid #C1C7CD;
  border-radius: 4px;
  background: #fff;
  color: #3d464c;
  font-size: 12px;
  z-index: 15;
}

.modal-order-open .table-tooltip {
  right: auto;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal-order-open ul li ul li {
  text-align: left;
}

.tooltip-title {
  background: #f0f0f0;
  padding: 6px 0;
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-size: 14px;
}

.tooltip-content {
  padding: 10px 10px 5px;
  border-bottom: 3px solid #C1C7CD;
  float: left;
  width: 100%;
}

.tooltip-content ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.tooltip-content ul li {
  float: left;
  width: 50%;
  list-style-type: none;
  line-height: 1.2;
  margin-bottom: 5px;
}

.tooltip-content ul li:nth-child(2n+1) {
  clear: both;
}

.tooltip-content ul li span {
  display: block;
  font-size: 14px;
}

.tooltip-content-simple {
  padding: 10px 10px 5px;
  float: left;
  width: 100%;
}

.tooltip-summary {
  padding: 10px 10px 5px;
  float: left;
  font-size: 14px;
  width: 100%;
}

.tooltip-summary ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.tooltip-summary ul li {
  float: left;
  width: 50%;
  list-style-type: none;
  line-height: 1.2;
  margin-bottom: 5px;
}

.tooltip-summary ul li:nth-child(2n+1) {
  clear: both;
}

.tooltip-summary ul li span {
  display: block;
}

.page-header .navbar-nav > li > span {
  padding-right: 15px;
  display: inline-block;
  text-transform: uppercase;
}

.page-header .navbar-nav > li > a {
  padding-top: 0px;
}

.page-right-sidebar {
  z-index: 100;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.navbar-worldtime {
  float: left;
  margin-left: 20%;
  padding: 0;
  text-align: center;
  margin-top: -18px;
}

.navbar-worldtime li {
  float: left;
  list-style-type: none;
  margin-right: 40px;
  text-align: left;
}

.navbar-worldtime li:last-child {
  margin-right: 0px;
}

.navbar-worldtime-time {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #C1C7CD;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.navbar-worldtime-time span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #3d464c;
}

.navbar-worldtime-city {
  font-size: 12px;
  line-height: 1.1;
}

.logo-box {
  z-index: 14;
}

.search-open .search-form {
  margin-top: -20px;
  z-index: 15;
}

.logo-table img {
  max-height: 50px;
  max-width: 50px;
}

.table-external-link a {
  color: #EC5E69;
  text-decoration: none;
}

.table-external-link a i {
  color: #333333;
  margin-left: 5px;
}

.table-url-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

a.btn {
  text-decoration: none;
}

.modal-sm .modal-body {
  padding-bottom: 20px;
}

body {
  padding-right: 0 !important;
}

.shipping-quate-hold {
  margin-bottom: 30px;
}

.shipping-quate {
  border: 1px solid #E6E8EB;
  padding: 42px 15px 25px;
  border-radius: 4px;
}

.shipping-quate-button {
  padding-top: 20px;
}

.shipping-quate-button .btn {
  padding: 5px 7px;
}

.status-custom {
  border: 1px solid #C1C7CD;
  color: #646464;
  border-radius: 4px;
  padding: 5px 12px;
  height: 32px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status-custom:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid #646464;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  top: 50%;
  margin-top: -3px;
  right: 5px;
}

.status-custom-list {
  display: none;
  border: 1px solid #7a9cd3;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
}

.status-custom-list ul {
  padding: 0;
  margin: 0;
}

.status-custom-list ul li {
  padding: 5px 5px 5px 25px;
  width: 100%;
  white-space: nowrap;
  list-style-type: none;
  cursor: default;
}

.status-custom-list ul li.status:before {
  left: 5px;
}

.status-custom-list ul li.status-blue {
  font-size: 14px;
}

.status-custom-list ul li:hover {
  background: #1e90ff;
  color: #fff;
}

.modal-order-open .modal-body .form-group label {
  font-weight: 700;
}

.modal-open-value {
  padding-top: 7px;
}

.modal-order-open .form-group {
  margin-bottom: 0px;
}

h3.modal-block-title {
  padding-left: 20%;
  display: inline-block;
}

.modal-header {
  padding: 20px 25px;
  border-bottom: 1px solid #D0D4D9;
  margin-bottom: 20px;
}

.modal-status-custom-item {
  position: relative;
  display: inline-block;
  top: 8px;
  left: 15px;
}

.modal-status-custom {
  border: 1px solid #C1C7CD;
  color: #646464;
  border-radius: 4px;
  padding: 5px 12px;
  height: 32px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
}

.modal-status-custom:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid #646464;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  top: 50%;
  margin-top: -3px;
  right: 5px;
}

.modal-status-custom-list {
  display: none;
  border: 1px solid #7a9cd3;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
}

.modal-status-custom-list ul {
  padding: 0;
  margin: 0;
}

.modal-status-custom-list ul li {
  padding: 5px 5px 5px 25px;
  width: 100%;
  white-space: nowrap;
  list-style-type: none;
}

.modal-status-custom-list ul li.status:before {
  left: 5px;
}

.modal-status-custom-list ul li.status-blue {
  font-size: 14px;
}

.modal-status-custom-list ul li:hover {
  background: #1e90ff;
  color: #fff;
}

.thirds-list > ul {
  float: left;
  padding: 0 20px;
  width: 100%;
}

.thirds-list > ul > li {
  float: left;
  width: 32%;
  margin-right: 2%;
  list-style-type: none;
}

.thirds-list > ul > li:nth-child(2n) {
  text-align: center;
}

.thirds-list > ul > li:nth-child(3n) {
  margin-right: 0%;
  text-align: right;
}

.login-page {
  width: 100%;
  height: 100%;
  background: url(../images/bg-login.jpg) center center no-repeat fixed;
  background-size: cover;
  padding: 0;
}

.radio-custom label {
  padding-top: 6px;
  margin-right: 3px;
}

.radio-custom .radio {
  padding-top: 3px;
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

@media (max-width: 1440px) {
  .navbar-worldtime {
    margin-left: 15%;
  }
}

@media (max-width: 1300px) {
  .row-orders-edit {
    width: 100%;
  }
  .navbar-worldtime {
    margin-left: 8%;
  }
}

@media (max-width: 1199px) {
  .navbar-worldtime {
    margin-left: 10px;
  }
  .page-header .navbar-nav > li > span {
    padding-right: 7px;
  }
  .nav > li > a {
    margin: 0px 8px;
    padding: 10px 0;
  }
  .navbar-worldtime li {
    margin-right: 20px;
  }
  .table > thead:first-child > tr:first-child > th {
    font-size: 12px;
  }
  .table > tbody > tr > td {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .modal-status-custom {
    width: 110px;
  }
  h3.modal-block-title {
    padding-left: 5%;
  }
  .shipping-quate-button {
    padding-top: 4px;
  }
  .shipping-quate {
    padding: 20px 15px 7px;
  }
  .orders-info {
    margin-bottom: 20px;
  }
  .orders-info-counter {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .orders-info ul li {
    padding: 6px 0px 10px;
  }
  #collapsed-sidebar-toggle-button {
    display: none;
  }
  .page-header-fixed .logo-box {
    position: relative;
  }
  .page-header-fixed .page-sidebar, .page-sidebar-fixed .page-sidebar, .page-sidebar-fixed.page-header-fixed .page-sidebar {
    padding-top: 0px;
  }
  .logo-box {
    padding: 15px 40px 0px;
  }
  .page-sidebar {
    position: absolute !important;
    top: 0;
    bottom: 0;
    overflow: scroll;
  }
}

.table-responsive {
  overflow: visible;
}

@media (max-width: 767px) {
  .thirds-list ul li.has-tooltip span {
    display: block;
  }
  .thirds-list > ul {
    padding: 0 0px;
  }
  .modal-status-custom-item {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    margin-bottom: 15px;
  }
  h3.modal-block-title {
    padding-left: 0%;
  }
  .navbar-worldtime {
    display: none;
  }
  .custom-pagination .text-right {
    padding-left: 0;
  }
  .xs-pad-left {
    padding-left: 15px;
  }
  .nav > li > a {
    margin: 0 10px;
  }
  .page-header .navbar-nav > li > a {
    padding-bottom: 0;
    height: 20px;
  }
  .orders-info {
    margin-bottom: 15px;
  }
  .clock-list {
    margin-bottom: 30px;
  }
  .clock-list-city {
    font-size: 34px;
    margin-bottom: 6px;
  }
  .orders-info-counter {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .page-inner:not(.login-page) {
    padding: 5px 15px 42px;
  }
  .clock-list-time {
    font-size: 16px;
  }
  .orders-info ul li {
    padding: 10px 0px 10px;
  }
  .clock-list ul li {
    padding: 10px 0px 8px;
  }
  .row-orders-edit h3,
  .modal-edit h3 {
    font-size: 20px;
  }
  .xs-full-row {
    margin-bottom: 10px;
  }
  .nopadright.xs-full-row {
    padding-right: 15px;
  }
  .orders-info ul li .btn {
    padding: 5px 4px;
  }
  .table-responsive {
    overflow-x: auto;
  }
}

.select2-dropdown.select2-dropdown--below {
  width: 260px !important;
}

.form-horizontal .row-product .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.word-break {
  word-break: break-all;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 12px 4px;
}

.muted {
  color: #999999;
  font-size: 12px;
}

#app-creditmemo-form-hidden {
  display: none;
}

.flex-justify-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vs__selected-options {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-filter .select2-selection--multiple {
  display: inline-block;
  width: 100%;
}

.flex-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.hide_arrows {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pb-4 {
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.table-tooltip-bottom {
  top: 0 !important;
  bottom: auto !important;
}

.table-tooltip-w300 {
  width: 300px;
}

.second-modal {
  z-index: 1070;
}

div.modal-backdrop + div.modal-backdrop {
  z-index: 1060;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tooltip-bottom {
  top: 24px !important;
  right: 0 !important;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.gray {
  color: #8E8E8E;
}

.pt-2 {
  padding-top: 0.5rem;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}

.loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  -webkit-box-shadow: inset 0 0 0 1em;
          box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before,
.loader:after {
  position: absolute;
  content: '';
}

.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #181a1b;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}

.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #181a1b;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-none {
  border: 0;
  background-color: transparent;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6B8790 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 772px) {
  .table-ms > thead > tr > th {
    vertical-align: top;
    padding: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 1;
  }
  .table-ms > thead > tr > th {
    vertical-align: top;
    padding: 8px;
    background-color: #f5f5f5;
  }
  .sticky_btn-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    position: -webkit-sticky;
    position: sticky;
    bottom: 25px;
    z-index: 1;
  }
}

@media (max-width: 772px) {
  .sticky_btn-bottom-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 82%;
    margin-right: 5%;
    margin-bottom: 2%;
  }
}

.table-ms > thead > tr > th {
  vertical-align: top;
  padding: 8px;
  background-color: #f5f5f5;
}

.table-ms > thead > tr > th.product-id {
  width: 6%;
}

.table-ms > thead > tr > th.sku {
  width: 9%;
}

.table-ms > thead > tr > th.company {
  width: 12%;
}

.table-ms > thead > tr > th.vendor-name {
  width: 16%;
}

.table-ms > thead > tr > th.marketplace {
  width: 12%;
}

.table-ms > thead > tr > th.marketplace {
  width: 10%;
}

.table-ms > tbody > tr > td.action-button {
  text-align: center;
}

.table-ms > tbody > tr > td.action-button > a {
  min-width: 70px;
}

.table-ms > thead > tr {
  vertical-align: top;
  padding: 8px;
  background-color: #f5f5f5;
}

.table-ms > tbody > tr > td {
  padding: 6px 8px 6px;
  vertical-align: middle;
}
