/**
 * Setting page hide class
 */
.user_info_wrapper_class {
  display: none;
}
.contact-wrapper ul li:first-child {
  border-color: #ebebeb;
  font-family: opensansregularwebfont;
  padding: 18px 10px;
}
.user-dropdown-wrapper .btn-group {
  width: 175px !important;
}
.user-dropdown-wrapper .btn-group button {
  width: 100% !important;
}
.market-dropdown-wrapper .btn-group button {
  width: 180px !important;
}
.order-dropdown-wrapper .btn-group {
  margin-left: 9px !important;
}
label.error {
  display: block;
}
.custom-dropdown {
  padding: 0 !important;
}
.manage_link {
  color: #f15a25;
}
.paginate_link {
  cursor: default;
}
.text-center {
  text-align: center !important;
}
.swal2-modal .swal2-title {
  font-family: 'OpenSansSemibold';
  color: #384655;
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: none;
}
.swal2-modal .swal2-content {
  color: #4f5f6f;
  font-size: 14px;
}
.swal2-modal button.swal2-styled {
  font-size: 14px;
  padding: 8px 28px;
  border-radius: 25px;
  margin-top: 5px;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #f15a25;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #f15a25, 0 0 5px #f15a25;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #f15a25;
  border-left-color: #f15a25;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* CSS of Settings page changes */
.secondary-menu {
  position: relative;
  float: left;
  margin-bottom: 30px;
}
.secondary-menu .menu-item {
  margin: 5px 10px;
  padding: 0px 10px;
  float: left;
  width: auto;
}
.secondary-menu .menu-item.active {
  color: #f15a25;
  text-decoration: none;
}
.secondary-menu .menu-item:hover,
.secondary-menu .menu-item:focus {
  color: #f15a25 !important;
}
#sku_listing thead tr th,
#sku_template_listing thead tr th {
  font-family: 'OpenSansBold';
  font-size: 14px;
  color: #4f5f6f;
  padding-left: 12px;
  border-bottom: 1px solid #59c2e6 !important;
  font-weight: normal;
}
@media only screen and (max-width: 360px) {
  .secondary-menu .menu-item {
    width: 100%;
  }
}
/* Pagination changes */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #f15a25 !important;
  border: 1px solid #f15a25 !important;
  color: #fff !important;
}
.label-primary {
  background: #f15a25;
  color: #fff;
}
#showFilters .label-primary {
  margin-right: 5px;
  font-size: 13px;
}
.new-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #F15A25;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.modal-backdrop {
  height: 100vh;
  position: fixed;
  background: transparent;
}
/**
 * Login page related css
 */
.logo-class img {
  margin: 36px auto 0 auto !important;
}
.login-page,
.forgot-pwd-page {
  overflow: hidden;
}
.user_wrap {
  font-size: 14px;
  font-weight: normal;
}
/**
 * Template page related css
 */
.error-wrapper select.error {
  border: 1px solid #f15a25 !important;
  color: #000 !important;
}
.page_title_wrapper {
  border-bottom: 2px solid #e3e9ee;
  padding-bottom: 10px;
  width: 100%;
}
.template-show-list {
  list-style-type: none;
}
.templates-table a {
  min-width: 0px !important;
}
/**
 * Highchart tooltip related css
 */
.highcharts-tooltip-box {
  fill: #f15a25;
}
.highcharts-tooltip text {
  fill: white !important;
}
/**
 * All page changes css
 */
.sidebar-logo-wrapper {
  padding-top: 2px !important;
  min-height: 82px;
}
.right-header {
  height: 82px !important;
}
.right-content-wrapper {
  padding: 15px !important;
}
.sidebar-logo-wrapper img {
  margin-top: 5px;
}
.filter_btn {
  display: none;
}
.active-class-wrapper {
  background-color: #ffa035 !important;
}
/**
 * alert page css
 */
.list-wrapper {
  padding: 25px 0;
}
.alert_modal_table tr td::first-child {
  width: 68px;
}
.alert_form_wrap form select {
  height: 38px;
  margin-bottom: 15px;
  float: right;
  margin-right: 15px;
  box-shadow: none;
}
.client_table_wrapper {
  width: 100% !important;
}
/** Dashboard related css */
.multiselect-all {
  margin-left: -5px;
}
.multiselect-all > label.checkbox {
  padding: 1px 40px !important;
}
/* hide menu in non mobile screen */
.side-menu .navbar-nav li.nav-mobile {
  display: none;
}
.nav-non-mobile {
  display: block;
}
.info-wrapper {
  float: right;
  margin-top: -27px;
  padding: 0px 5px;
}
.white-box .circles > div {
  position: relative;
  /* float: none;*/
  width: auto;
  margin-right: 15px;
  display: table-cell;
}
.white-box .circles > div strong {
  font-size: 25px;
  margin-top: -73px !important;
  margin-bottom: 50px;
  display: block;
}
.rating-circles-wrapper {
  overflow-x: scroll;
  width: 100%;
}
.circles {
  display: table;
  width: 100%;
  overflow-x: scroll;
  overflow: visible;
  padding: 10px 15px;
}
/** Responsive design related changes */
@media (max-width: 990px) {
  .orange-btn-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .side-body {
    margin-top: 75px;
  }
  .orange-btn-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .right-content-wrapper {
    padding: 0px 15px !important;
  }
  .sidebar-logo-wrapper a {
    margin: 14px 0 0 0 !important;
  }
  .right-header {
    height: 108px !important;
    margin-top: 15px;
  }
  .sidebar-logo-wrapper small {
    display: none;
  }
  #showFilters .label-primary {
    line-height: 2.5;
  }
  .prod_countbox_title {
    font-size: 16px;
  }
  .alert_form_wrap form select {
    float: none !important;
  }
  .right-header-class {
    display: none;
  }
  .filter-wrapper {
    display: none;
  }
  .filter_btn {
    display: block;
    min-width: 380px;
    border-radius: 0px;
    margin: 0 auto;
  }
  .orange-btn-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .side-menu .navbar-nav li.nav-mobile {
    display: block;
  }
  .nav-non-mobile {
    display: none;
  }
  .user_info_wrap_class {
    display: none !important;
  }
  .user_info_wrapper_class {
    display: block !important;
  }
  .prod_filter_wrap p {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .filter_btn {
    min-width: 340px;
  }
  .right-header {
    height: 130px !important;
  }
}
@media (max-width: 540px) {
  .right-header {
    height: auto !important;
  }
}
@media (max-width: 479px) {
  .side-menu-container > .navbar-nav {
    top: 60px;
    overflow: hidden;
  }
  .prod_countbox_title {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .prod_countbox_title {
    font-size: 10px;
  }
}
.vuetable-pagination-info {
  margin-top: 25px !important;
}
.multiselect-container li.multiselect-item a.plus {
  padding-right: 0 !important;
}
.multiselect-container li.multiselect-item a.plus:after {
  z-index: -1;
}
.right-header .open .dropdown-menu {
  left: auto !important;
  right: 0px !important;
}
.side-menu .navbar-nav li {
  margin-bottom: 4px !important;
}
.template-create-form-wrapper ul.template-create-list li.access_rights_picker ul li {
  padding: 0 !important;
  width: auto !important;
}
#client-credential-table-client {
  width: 960px !important;
  min-width: 100%;
}
.top_selling_tbl img {
  max-width: 40px;
  margin: 0 auto;
}
.example-wrap {
  margin-left: 168px;
}
#from_date,
#to_date {
  width: 110px;
}
label {
  margin-left: 20px;
}
.datepicker > span:hover {
  cursor: pointer;
}
.filter_data_wrap p.applied_filters {
  margin: 25px 0 20px !important;
}
.multiselect-container li.apply-btn-wrap,
.multiselect-container li.apply-btn-wrap.active {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 20px !important;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff !important;
  border-top: 1px solid #f15a25;
}

/*# sourceMappingURL=app.css.map */
