@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
.searchbox {
  height: 35px;
  margin-left: -4px !important;
  width: 100% !important;
}

.search-action {
  margin-top: 0px !important;
  margin-right: -26px !important;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
}

@-moz-document url-prefix() {
  .toggleHeading h3 {
    font-weight: normal !important;
  }
}
@-moz-document url-prefix() {
  .current-page {
    font-weight: 400 !important;
  }
}
@-moz-document url-prefix() {
  .account-profile-body a {
    font-weight: normal !important;
  }
}
@-moz-document url-prefix() {
  table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400 !important;
  }
}
.close-overlay {
  cursor: pointer;
}

.account-settings-help-container-overlay {
  position: absolute;
  font-size: 85%;
  color: white;
  display: none;
  top: 195px;
  left: 260px;
  z-index: 2;
}

.content > .text {
  padding-right: 10px;
}

.account-settings-help-container-overlay > .content {
  font-family: "Gotham Round Light", sans-serif;
  text-align: left;
  line-height: 150%;
  color: black;
  text-shadow: white 0 1px;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 250px;
  height: auto;
  left: 50%;
  margin-left: -125px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 8px;
  padding-bottom: 10px;
  bottom: 100%;
  margin-bottom: 15px;
}

.account-settings-help-container-overlay > .content:before, .account-settings-help-container-overlay > .content:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10.5px;
  left: 25px;
  margin-left: -10px;
  transform: rotate(180deg);
}

.account-settings-help-container-overlay > .content:before {
  border-top: 10px solid #111;
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  margin-top: 0.5px;
}

.account-settings-help-container-overlay > .content:after {
  border-top: 10px solid #fff;
  margin-top: 2px;
  z-index: 1;
}

.account-settings-help-container-overlay:hover > .content {
  visibility: visible;
  opacity: 1;
}

.account-settings-preferences-header-container {
  display: table;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.account-settings-preferences-header-container .cell {
  display: table-cell;
  width: 50%;
}

.help-link {
  background-color: lightgray;
  cursor: pointer;
}

.help-link-2 {
  background-color: #2dd0d1;
}

.help-link, .help-link-2 {
  width: 20px;
  height: 20px;
  padding-left: 6px;
  border-radius: 10px;
  display: inline-block;
  color: white;
  font-family: "Gotham Round SemiBold", sans-serif;
}

.account-settings-preferences-header {
  padding-bottom: 20px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.account-settings-preferences-header .page-heading {
  font-size: 24px;
  margin-top: 0;
  margin-top: 20px;
}

.padding-left {
  padding-left: 10px !important;
  padding-right: 0px !important;
  margin: 0 auto;
}

.padding-top {
  padding-top: 10px !important;
}

.account-settings-preferences-main {
  height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  display: table-cell !important;
}
.account-settings-preferences-main .form-horizontal {
  margin-left: 0px;
  width: 100%;
}
.account-settings-preferences-main .form-horizontal .form-group {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.account-settings-preferences-main .form-horizontal .form-group .sbOptions {
  overflow: hidden;
}
.account-settings-preferences-main .form-horizontal .form-group .form-control {
  color: var(--text-primary);
  border-radius: 0px;
  border: none;
  box-shadow: none !important;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 38px;
  font-family: "Gotham Round Book", sans-serif !important;
  width: 100%;
  height: 35px;
  background: #EEEEEE;
  vertical-align: top;
  padding-left: 20px;
}
.account-settings-preferences-main .form-horizontal .form-group .minwidth {
  width: 71px;
}
.account-settings-preferences-main .form-horizontal .form-group .full-height {
  height: 34px;
  display: table-cell;
}
.account-settings-preferences-main .form-horizontal .form-group .middle {
  vertical-align: middle;
}
.account-settings-preferences-main .form-horizontal .form-group .reorderLevelWrapper {
  display: flex;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 15px;
  height: 36px;
  left: -24px;
  width: 48px;
  margin-bottom: 10px;
}
.account-settings-preferences-main .form-horizontal .form-group .amountWrapper {
  display: flex;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  margin-bottom: 10px;
}
.account-settings-preferences-main .form-horizontal .form-group .amountWrapper:before {
  content: "$";
  top: -11px;
  left: 20px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.account-settings-preferences-main .form-horizontal .form-group .reorderLevelWrapper:after {
  content: "%";
  top: -10px;
  left: 5px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.account-settings-preferences-main .form-horizontal .form-group #reorderLevel {
  padding-left: 5px !important;
  padding-right: 20px !important;
  height: 29px !important;
  position: absolute;
  margin-top: 1px;
}
.account-settings-preferences-main .form-horizontal .form-group .margin-top {
  margin-top: 6px;
}
.account-settings-preferences-main .form-horizontal .form-group .padding-top {
  padding-top: 6px !important;
}
.account-settings-preferences-main .form-horizontal .form-group .padding-top-double {
  padding-top: 15px !important;
}
.account-settings-preferences-main .form-horizontal .form-group .padding-left {
  padding-left: 10px;
}
.account-settings-preferences-main .form-horizontal .form-group .padding-bottom {
  padding-bottom: 5px;
}
.account-settings-preferences-main .form-horizontal .form-group .amountWrapperTop {
  margin-top: 4px !important;
}
.account-settings-preferences-main .form-horizontal .form-group .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 16px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.account-settings-preferences-main .form-horizontal .form-group .switch input {
  display: none;
}
.account-settings-preferences-main .form-horizontal .form-group .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  border: 2px solid #cfcfcf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.account-settings-preferences-main .form-horizontal .form-group .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: -2px;
  bottom: -7px;
  background-color: white;
  border: 1px solid #cfcfcf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.account-settings-preferences-main .form-horizontal .form-group input:checked + .slider {
  background-color: #2dd0d1;
  border: 2px solid #00bdc1;
}
.account-settings-preferences-main .form-horizontal .form-group input:focus + .slider {
  box-shadow: 0 0 1px #2dd0d1;
}
.account-settings-preferences-main .form-horizontal .form-group input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  border: 1px solid #00bdc1;
}
.account-settings-preferences-main .form-horizontal .form-group .slider.round {
  border-radius: 34px;
}
.account-settings-preferences-main .form-horizontal .form-group .slider.round:before {
  border-radius: 50%;
}
.account-settings-preferences-main .weekLetters {
  font-size: 21px !important;
  margin-left: 9px;
}
.account-settings-preferences-main .check {
  top: 15px;
}
.account-settings-preferences-main .checkbox:checked + span.check {
  background-image: url("./resources/icons/icon_check@2x.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 30% 20%;
  width: 15px;
  height: 15px;
  position: absolute;
}
.account-settings-preferences-main .checkbox {
  opacity: 0;
  z-index: 1000;
  width: 14px;
  height: 14px;
}
.account-settings-preferences-main .chk {
  width: 15px;
  height: 15px;
  border: 2px solid black;
  display: inline-block;
  top: 5px;
  z-index: 1;
}

.account-settings-preferences-container {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.account-settings-preferences-body {
  display: table;
  padding-left: 0px;
  margin-left: 3px;
  margin-right: 3px;
  width: 100%;
  border: 3px solid #eeeeee;
}
.account-settings-preferences-body div {
  margin: 0px;
}
.account-settings-preferences-body a {
  font-weight: bold !important;
  color: #001b24;
  text-decoration: none;
  font-size: 12px !important;
  font-family: "Gotham Round SemiBold", sans-serif;
}
.account-settings-preferences-body .navigation {
  background: #eeeeee none repeat scroll 0 0;
  display: table-cell;
  font-size: 12px;
  padding-top: 15px;
  width: 160px;
}
.account-settings-preferences-body .navigation .navcontents {
  display: table-cell;
  width: 155px !important;
  padding-left: 10px;
  white-space: nowrap;
}
.account-settings-preferences-body .navigation .navcontents .active {
  border-bottom-width: 2px !important;
}
.account-settings-preferences-body .navigation .navcontents .section-separator {
  background-color: #cfcfcf !important;
  border: 0 none !important;
  clear: both !important;
  height: 3px !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  margin-left: 0px !important;
  width: 85% !important;
}
.account-settings-preferences-body .navigation .navcontents a:hover {
  text-decoration: none;
}
.account-settings-preferences-body .navigation .navcontents a.active {
  border-bottom: 3px solid #13b0b5 !important;
}

.account-settings-preferences {
  padding-left: 5px;
}

.account-settings-preferences-save-btn {
  background-color: #2dd0d1 !important;
  color: white !important;
  font-size: 14px;
  display: inline;
  border: none;
  margin-top: 20px;
  height: 40px;
  width: 160px;
  font-weight: bold;
  margin-bottom: 25px;
}

.toggleHeading h3 {
  font-size: 17px !important;
  font-family: Gotham Round Light, sans-serif;
  font-weight: 500;
  color: #333 !important;
}

.salesTaxHeading h3 {
  font-size: 17px !important;
  font-family: Gotham Round Light, sans-serif;
  font-weight: 500;
  color: #333 !important;
}

.font-normal h3 {
  font-size: 17px !important;
}

.reorderFrequencySelect {
  margin-top: 5px !important;
}

.reorderFrequencySelect1 {
  margin-top: 5px !important;
}

.create-btn {
  background-color: white;
  color: #2dd0d1;
  font-size: 14px;
  border: 3px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-right: 5px;
  border: 2px solid #2dd0d1 !important;
}

.taxCategoryText h4 {
  font-size: 12px !important;
  font-family: "Gotham Round Light", sans-serif;
  margin-left: 24px;
  margin-top: -22px !important;
}

.taxCategoryBorder {
  border: 0.5px solid #eeeeee;
  opacity: 0.7;
  padding: 15px;
}

#default-tax-category-help {
  margin-top: 40px !important;
  margin-left: -11.5px !important;
}

@media screen and (max-width: 991px) {
  .navigation, .account-settings-preferences-main {
    display: block;
    width: auto !important;
  }
  .account-settings-preferences-body {
    font-weight: bold !important;
  }
  #tax-category-help {
    margin-top: 14px !important;
    margin-left: -1.5px !important;
  }
  #default-tax-category-help {
    margin-top: 45px !important;
    margin-left: -11.5px !important;
  }
}
@media only screen and (min-device-width: 1024px) {
  .account-profile-contact-info-container {
    max-width: 1024px !important;
  }
}
.auth-fail {
  margin-top: 2%;
}
.auth-fail .common-header {
  height: 59px;
}

.text-align {
  margin-left: 5%;
  margin-top: 5%;
  color: #3473a9;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  src: url("resources/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("resources/fonts/Roboto-Medium.ttf") format("truetype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
  background-color: white;
}

.headerContent {
  background-color: rgb(245, 245, 245);
  height: 100px !important;
}

/*.sub-link{
    margin-top: -5px !important;
    padding-bottom: 2px !important;
}*/
.mainContent {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F2F2F2;
  margin: 0 auto;
}

.table.dataTable thead .sorting_asc {
  background-position-y: 14.5px;
}

i.glyphicon-ok {
  display: inline;
}

.sbOptions li a {
  white-space: nowrap;
}

.footer-link {
  border-bottom: 3px solid #13b0b5 !important;
  color: #001b24 !important;
  font-size: 12px;
  text-decoration: none !important;
}

.footer-link:hover {
  border-bottom: 3px solid #13b0b5 !important;
  color: #13b0b5 !important;
}

.back-btn,
.next-btn,
.save-btn {
  width: 98%;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

.td-line-height {
  line-height: 22px !important;
  font-family: "Gotham Round Book", sans-serif;
}

.input-label {
  font-family: "Gotham Round Light", sans-serif;
  font-size: 11px;
  color: #a9a9a9;
  position: absolute;
  top: 0px;
}

.dataTables_scrollHeadInner,
.dataTables_scrollBody {
  max-width: 1440px !important;
}

.table-responsive {
  padding-right: 8px !important;
  border: 0px !important;
}

.td-line-height .checkbox {
  opacity: 0;
  z-index: 1000;
  width: 18px !important;
  height: 20px !important;
}

input[type=checkbox] {
  margin: -2px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

.search {
  padding-right: 0px;
}

.error {
  outline: solid 1px red !important;
  background: #eeeeee url("./resources/icons/icon_warning.svg") no-repeat scroll 100% 15px/15px 15px !important;
  border-right: 10px solid transparent !important;
  position: relative;
  background-color: #eeeeee !important;
  background-size: 15px 15px !important;
  padding-left: 20px !important;
  border-radius: 0px;
  transition: border-color 0s ease-in-out 0s, box-shadow 0s ease-in-out 0s;
}

span.link {
  height: 20px !important;
}

.navbar a:first-child {
  margin-left: 0px !important;
}

div.k-loading-mask {
  z-index: 999;
  position: fixed;
  /* must be larger than the z-index:2 of #container */
}

.k-loading-image {
  _background-image: url("../resources/css/Default/loading_2x.gif") !important;
  background-image: none !important;
  background-color: transparent !important;
  opacity: 0.6;
}

.dataTables_filter {
  display: none;
}

.dataTables_length {
  display: none;
}

.dataTables_info {
  display: none;
}

.dataTables_paginate {
  display: none;
}

.paging_simple_numbers {
  display: none;
}

.navbar a:not(.headerActive) {
  color: #001b24;
  font-family: "Gotham Round Book", sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
}

.form-control {
  font-family: "Gotham Round Book", sans-serif !important;
  color: black !important;
  font-size: 14px !important;
  padding-left: 26px !important;
}

/* do not group these rules */
.form-control::-webkit-input-placeholder {
  color: #888 !important;
}

.form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #888 !important;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #888 !important;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

.common-footer {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #f5f5f5;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  bottom: 0 !important;
  position: fixed;
  width: 100%;
  font-family: "Gotham Round Light", sans-serif;
  font-size: 12px;
  line-height: 2.39;
}
.common-footer a {
  font-size: 12px !important;
}
.common-footer .header {
  max-width: 1170px;
  margin: 0 auto;
}
.common-footer .footer-logo {
  border-radius: 50%;
  border: 2px solid #00bdc1;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  text-align: center;
  margin-left: 0px;
  padding-left: -1px;
  display: inline-block;
}
.common-footer .footer-logo img {
  width: 16px !important;
}

.common-header {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #f5f5f5;
  height: auto;
  padding-top: 0px !important;
}
.common-header .header {
  max-width: 1440px;
  margin: 0 auto;
}
.common-header .left-logo {
  border-radius: 50%;
  border: 2px solid #00bdc1;
  background-color: #2dd0d1;
  width: 33px;
  height: 33px;
  padding-top: 4px;
  text-align: center;
  margin-left: 0px;
  padding-left: -1px;
}
.common-header .logo-name {
  margin-left: 48px;
  margin-top: -22px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  min-width: 10px;
}
.common-header .logo {
  height: 75px;
}
.common-header .SWlogo {
  margin-left: 10px;
}
.common-header .main-menu .btn-group {
  border: none !important;
  background: transparent !important;
  background-color: transparent !important;
}
.common-header .main-menu .btn-group a {
  background: transparent;
  background-color: transparent;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0;
  margin-right: 15px;
  padding-bottom: 15px;
  margin-top: -2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.common-header .main-menu .btn-group a:active {
  background: transparent;
  background-color: transparent;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 3px solid #1ec1c5 !important;
  border-radius: 0;
  margin-right: 15px;
  padding-bottom: 15px;
  margin-top: -2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.common-header .main-menu .btn-group a:focus {
  background: transparent;
  background-color: transparent;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 3px solid #1ec1c5 !important;
  border-radius: 0;
  margin-right: 15px;
  padding-bottom: 15px;
  margin-top: -2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cell {
  height: 50px;
}

#main-wrapper {
  height: 450px !important;
}

.padding-right {
  padding-right: 15px;
}

.margin-right {
  margin-right: 15px;
}

.full-height {
  height: 330px;
}

.light {
  font-size: 13px;
  color: #999999;
}

.bottom {
  position: relative;
  bottom: 0px;
}

.table {
  width: 100% !important;
}
.table tbody tr:first-child td {
  border-top: 0px !important;
}

.dataTables_scroll {
  margin-right: 0px;
  max-width: 1440px !important;
}

.dataTables_scrollHeadInner {
  max-width: 1440px !important;
  padding-right: 0px !important;
}

.dataTables_scrollBody {
  padding-right: 1px !important;
  border: none !important;
}

.table:not(.order-summary) {
  border-collapse: collapse;
  width: 100%;
}
.table:not(.order-summary) tbody tr {
  height: 55px !important;
}

.left {
  padding-left: 0px;
}

.right {
  padding-right: 0px;
}

.store-name {
  padding-left: 0px;
  padding-bottom: 6px !important;
}

.btn-clear {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.btn-clear:last-child {
  margin-right: 0px !important;
}

.btn {
  border: 0px;
  border-radius: 0px;
}

.center {
  margin: 0 auto;
}

.Table-textbox {
  width: 100px !important;
  overflow: hidden;
  white-space: nowrap;
}
.Table-textbox .text-input {
  padding: 0px !important;
  margin: 0px !important;
  display: table-cell !important;
}
.Table-textbox .text-input input {
  width: 55px;
  height: 51.5px;
  display: inline;
  border: 2px solid #d8d8d8;
  border-top: 1px solid #d8d8d8 !important;
}
.Table-textbox .inc-dec-buttons {
  vertical-align: middle;
  margin-left: 1px;
  padding: 0px 0px 0px 1px;
  margin-right: 5px;
  display: table-cell !important;
}
.Table-textbox .inc-dec-buttons button {
  width: 25px;
  height: 25px;
  display: inline;
  background-color: #f5f5f5;
  border: 2px solid #d8d8d8;
  padding: 0px;
  margin: 0px;
}
.Table-textbox .inc-dec-buttons button:not(:first-child) {
  margin-top: 1.5px;
  width: 25px;
  height: 25px;
}
.Table-textbox .inc-dec-buttons button:focus {
  width: 25px;
  height: 25px;
}
.Table-textbox .inc-dec-buttons button:active {
  width: 25px;
  height: 25px;
}

.search-action {
  display: inline-block;
  color: white;
  background-color: #2dd0d1;
  margin-top: -40px !important;
  position: static !important;
  border-radius: 0px !important;
  float: right;
}

.form-control-feedback {
  position: absolute;
  top: 0px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  pointer-events: all;
}

.search-action:hover {
  cursor: pointer;
}

.searchbox {
  width: -webkit-calc(100% - 34px);
  width: -moz-calc(100% - 34px);
  width: calc(100% - 34px);
  background-image: url("./resources/icons/icon_search.svg");
  background-position: 5px;
  background-repeat: no-repeat;
  padding-right: 25px !important;
  margin-left: 0px !important;
}

input[type=reset] {
  background-image: url("./resources/icons/icon_cancel_grey@2x.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 70px;
}

input[type=text]:invalid + input[type=reset] {
  display: none;
}

.td-nopadding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  vertical-align: middle;
}

.nopadding-left {
  padding-left: 0px !important;
}

.nopadding-right {
  padding-right: 0px !important;
}

.breadcrumb-links {
  text-align: left;
  font-size: 18px;
}

.breadcrumb-link {
  background: none;
  padding: 0px 0px 0px 0px;
}

.breadcrumb-link:hover {
  cursor: pointer;
  border-radius: 0px;
  border-bottom: 2px solid #13b0b5;
}

.current-page {
  font-weight: 600;
}

.ng-enter-fast * {
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.ng-enter span.td-wrapper,
.ng-enter span:first-child {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.ng-enter-slow {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.no-animate {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

@media (max-width: 463px) {
  .logo-name {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-menu .btn-group {
    text-align: right !important;
    float: right !important;
  }
  .nopadding-left {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .inventory-dt {
    padding-top: 28px;
  }
  .search {
    padding-right: 5px !important;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 10px;
    margin-top: 37px;
  }
  .nopadding {
    margin-bottom: 5px;
  }
  .nopadding button {
    margin-left: 15px;
  }
  .nopadding-left {
    padding-right: 5px;
  }
  .nopadding-left button {
    margin-left: 15px;
  }
  .main-menu {
    display: block;
    text-align: center !important;
    background-color: #f5f5f5;
  }
  .main-menu .btn-group {
    text-align: center !important;
    float: none !important;
  }
}
.font-normal {
  font-family: "Gotham Round Light", sans-serif;
}

.noty_buttons {
  width: 50vw !important;
  display: table-cell;
  text-align: left !important;
  height: 60px !important;
  background-color: rgba(45, 208, 209, 0.9);
  vertical-align: middle;
}

.error-overlay {
  font-weight: normal;
  height: 60px !important;
  width: 100vw !important;
  display: table-cell;
  vertical-align: middle;
  background-color: #66BB6A;
  color: white !important;
  text-align: center;
}
.error-overlay .close-overlay {
  margin-left: 5px;
  float: right;
  margin-top: -15px;
}

.error-overlay-msg {
  font-weight: normal;
  height: 60px !important;
  width: 100vw !important;
  display: table-cell;
  vertical-align: middle;
  background-color: #F44336 !important;
  color: white !important;
  text-align: center;
}
.error-overlay-msg .close-overlay {
  margin-left: 5px;
  float: right;
  margin-top: -15px;
}

.success_header, .error_header {
  height: 15px;
  width: 15px;
  margin-right: 4px;
  margin-top: -2px;
}

.error-overlay-buttons {
  font-weight: normal;
  height: 60px !important;
  width: 50vw !important;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(45, 208, 209, 0.9);
  color: white !important;
  text-align: right;
}
.error-overlay-buttons .close-overlay {
  margin-left: 5px;
  display: inline;
}

.lightboxBody {
  background-color: #fff;
  width: 100% !important;
  text-align: center;
}

.img-responsive {
  cursor: pointer;
}

.integerheader {
  text-align: right !important;
}

.integerColumn {
  padding-right: 7px !important;
}

.integerAndSortedColumn {
  padding-right: 28.5px !important;
}

.grayColor {
  color: gray;
}

.inputCoulmnToRight {
  padding-left: 8.8px;
}

.textAlign {
  text-align: center;
}

/*  sorted changes  */
table.dataTable thead th {
  background: transparent !important;
  white-space: nowrap;
}

table.dataTable thead span.sort-icon {
  display: inline-block;
  padding-left: 8px;
  width: 16px;
  height: 16px;
}

table.dataTable thead .sorting span {
  background: url("../resources/images/sort_both.png") no-repeat center right;
}

table.dataTable thead .sorting_asc span {
  background: url("../resources/images/sort_asc.png") no-repeat center right;
  background-position-y: 5px;
}

table.dataTable thead .sorting_desc span {
  background: url("../resources/images/sort_desc.png") no-repeat center right;
}

.widthClass {
  width: 100px !important;
}

.no-btn {
  font-size: 14px;
  height: 45px;
  border: 2px solid #2dd0d1 !important;
  background-color: #fff;
  color: #2dd0d1;
}

.yes-btn {
  background-color: #2dd0d1;
  color: white;
  font-size: 14px;
  height: 45px;
  border: 2px solid #2dd0d1 !important;
}

.confirm {
  background-color: #13b0b5 !important;
  color: white;
  font-size: 14px;
  height: 35px;
  border: 2px solid #13b0b5 !important;
  width: 100%;
}

.modal-content {
  width: 495px;
  border-radius: 0px;
}

.thumbnail {
  border: 0px !important;
}
.thumbnail .images {
  padding: 15px;
  border: 1px solid #f8f6f6;
  text-align: center;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
}
.thumbnail .images img {
  max-width: 120px;
  max-height: 120px;
  width: 120px;
  height: 120px;
}
.thumbnail .img-noborder {
  border: none !important;
}
.thumbnail .additem {
  background-color: #13b0b5 !important;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border: 2px solid #13b0b5 !important;
  width: 160px;
}
.thumbnail .outOfStock {
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  width: 100%;
  background-color: #bdbdbd !important;
  border: 2px solid #bdbdbd !important;
  cursor: auto !important;
}
.thumbnail .shopFromBanner {
  background-color: #13b0b5 !important;
  color: white;
  font-size: 12px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border: 2px solid #13b0b5 !important;
  width: 200px;
}
.thumbnail .caption {
  padding: 0px;
}
.thumbnail .caption h3 {
  height: 24px;
}
.thumbnail .caption .fontbold {
  font-weight: bold;
}
.thumbnail strike {
  padding: 10px;
  opacity: 0.5;
  font-size: 14px;
}
.thumbnail .productname {
  display: -webkit-box;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 15px !important;
  margin-bottom: 5px;
}
.thumbnail .marginleft {
  margin-left: -8px !important;
}
.thumbnail .cost {
  font-weight: bold;
  font-size: 14px;
}
.thumbnail .red {
  color: #d70b0b;
}
.thumbnail .black {
  color: black;
}

.viewmore {
  color: #2dd0d1;
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: right !important;
}

.carousel-inner .thumbnail {
  margin-top: 17px;
  background-color: transparent;
}
.carousel-inner .thumbnail .caption {
  text-align: center;
}
.carousel-inner .thumbnail .caption p {
  font-size: 20px !important;
  margin-bottom: 17px;
}
.carousel-inner .thumbnail .caption .products {
  font-weight: bold;
}
.carousel-inner .item {
  max-height: 210px;
  height: 210px;
}
.carousel-inner .item img {
  margin-top: 17px;
  max-height: 210px;
}
@media screen and (max-width: 1000px) {
  .carousel-inner .item {
    max-height: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 800px) {
  .carousel-inner .item {
    max-height: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 700px) {
  .carousel-inner .item {
    max-height: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 600px) {
  .carousel-inner .item {
    max-height: 120px;
    height: 120px;
  }
}

.carousel-control.left {
  background-image: url("");
}

.carousel-control.right {
  background-image: url("");
}

.carousel-control .glyphicon-chevron-left {
  color: black !important;
}

.carousel-control .glyphicon-chevron-left:hover {
  color: black !important;
}

.carousel-control .glyphicon-chevron-right {
  color: black !important;
}

.carousel-control .glyphicon-chevron-right:hover {
  color: black !important;
}

.contentlink {
  border-bottom: 4px solid #cdc8c8;
}

legend {
  border-bottom: 0px !important;
}

.white-btn {
  background-color: white;
  color: #2dd0d1;
  font-size: 14px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border: 2px solid #2dd0d1 !important;
  width: 100%;
  height: 35px;
}

.my-list-action-button-container {
  text-align: right;
}
.my-list-action-button-container .green {
  font-size: 14px;
  padding: 10px;
  width: auto;
  height: auto;
  margin-left: 5px !important;
  border: 2px solid #2dd0d1 !important;
  background-color: #2dd0d1 !important;
  color: white !important;
}
.my-list-action-button-container .white {
  font-size: 14px;
  padding: 10px;
  width: auto;
  height: auto;
  margin-left: 5px !important;
  border: 2px solid #2dd0d1 !important;
  background-color: white !important;
  color: #2dd0d1 !important;
}

.green-btn {
  background-color: #2dd0d1;
  color: white;
  font-size: 14px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border: 2px solid #2dd0d1 !important;
  width: 100%;
  height: 35px;
}

.product-btn {
  color: #001b24;
  font-size: 14px;
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: none !important;
  margin-top: 10px;
  margin-right: 5px;
  box-shadow: none !important;
}

.product-btn-active {
  color: #001b24;
  font-size: 14px;
  background-color: light grey;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: none !important;
  background-color: #01BBBF;
  color: #ffffff;
}

.categoryview {
  border-bottom: 4px solid #d8d8d8;
  margin-left: 15px !important;
  max-width: 97.5% !important;
  padding-left: 0px !important;
  margin-bottom: 5px !important;
}

.priceColumn {
  text-align: right;
  padding-right: 38px !important;
}

@media (min-width: 1000px) {
  .thumbnailview {
    width: 15.99%;
  }
}
@media screen and (max-width: 415px) {
  .thumbnail .productname {
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .thumbnailview {
    width: 24.66667%;
  }
}
@media screen and (max-width: 767.99px) {
  .category-searchbox .search-action {
    margin-right: -26px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .marginleft {
    height: 50px;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.linear-background-main {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  position: relative;
  overflow: hidden;
  height: 100px;
  opacity: 0.5;
}

.linear-background-sub {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  position: relative;
  overflow: hidden;
  height: 20px;
  margin-top: 10px;
  opacity: 0.5;
}

#selectLocation .input-lable {
  margin-top: 15px !important;
}
#selectLocation .modal-sm {
  width: auto !important;
}

@media (max-width: 600px) {
  #selectLocation .modal-content {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .contactuspopup {
    margin-bottom: 30px;
  }
  .mobilescreen {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .normalscreen {
    display: none !important;
  }
  .alert {
    padding: 0px !important;
  }
  .navbar-toggle {
    background-color: #2dd0d1;
    border: 1px solid #2dd0d1;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #2dd0d1;
  }
  .navbar-default .navbar-toggle {
    border-color: #2dd0d1;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }
}
@media screen and (max-width: 768px) {
  .textAlignCenter {
    text-align: center;
    cursor: pointer;
  }
  .navbar-collapse {
    background-color: white;
    border: 2px solid #ddd;
  }
  .table-responsive {
    padding-right: 0px !important;
  }
  .deliverypointname {
    margin-left: 10px;
  }
  .breadcrumb-links {
    font-size: 14px;
  }
  .product-title-div {
    padding-left: 0px;
  }
  .account-setting-menu {
    cursor: pointer;
    font-size: 17px;
  }
  .panel-group {
    background-color: white;
    line-height: 2.3;
  }
  .panel-group .collapsed {
    cursor: pointer;
  }
  .panel-group .section a {
    text-decoration: none;
    color: #777;
    cursor: pointer;
  }
  .panel-group .section a:hover {
    text-decoration: none;
    color: #777 !important;
  }
  .panel-group .section .fontweight {
    color: #000;
  }
  .panel-group .section .fontweight:hover {
    color: #000 !important;
  }
  .panel-group .section span {
    color: #2dd0d1;
  }
  .panel-group .section .logout {
    color: #b64242;
  }
  .panel-group .section .logout:hover {
    color: #b64242 !important;
  }
  .dropbtn-edit {
    cursor: pointer;
  }
  .dropdown-edit {
    position: relative;
    display: inline-block;
  }
  .dropdown-content-edit {
    display: none;
    position: absolute;
    background-color: #fff !important;
    min-width: 150px;
    padding: 15px;
    border: 2px solid #aca6a6;
    z-index: 999;
    top: 30px;
    left: 0px;
  }
  .dropdown-edit:hover .dropdown-content-edit {
    display: block;
  }
  .arrow_box-edit {
    position: absolute;
    background: #fff;
    border: 2px solid #dadada !important;
    white-space: initial;
    padding: 5px !important;
  }
  .arrow_box-edit:after,
  .arrow_box-edit:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /*pointer-events: none;*/
  }
  .arrow_box-edit:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 13px;
    margin-left: -13px;
  }
  .arrow_box-edit:before {
    border-color: rgba(218, 218, 218, 0);
    border-bottom-color: #dadada;
    border-width: 16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .main-container {
    _margin-top: -25px !important;
  }
  #selectLocation .modal-sm {
    margin-top: 150px;
  }
}
#bs-example-navbar-collapse-1 a {
  cursor: pointer;
}
#bs-example-navbar-collapse-1 .headerlink {
  color: #777 !important;
}
#bs-example-navbar-collapse-1 .headerlink:hover {
  text-decoration: none;
  color: #777 !important;
}
#bs-example-navbar-collapse-1 .fontweight {
  color: #000 !important;
}
#bs-example-navbar-collapse-1 .fontweight:hover {
  color: #000 !important;
}
#bs-example-navbar-collapse-1 span {
  color: #2dd0d1;
}

body.modal-open {
  overflow: hidden;
}

.removeHeight .dataTables_scrollBody {
  height: unset !important;
}

@media (min-width: 320px) and (max-width: 360px) {
  .category-searchbox {
    margin-left: -22px;
  }
}
@media (min-width: 360px) and (max-width: 375px) {
  .category-searchbox {
    margin-left: -30px;
  }
}
@media (min-width: 375px) and (max-width: 411px) {
  .category-searchbox {
    margin-left: -33px;
  }
}
@media (min-width: 411px) and (max-width: 480px) {
  .category-searchbox {
    margin-left: -40px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .category-searchbox {
    margin-left: -53px;
  }
}
.sw-pop-container {
  margin-bottom: -10px !important;
}

.sw-pop {
  color: #00bdc1;
  font-size: 12px;
  text-decoration: underline;
  width: 120px !important;
  float: left !important;
}

.sw-tooltip-main {
  background-color: #f6f6f6;
  color: #696969;
  display: none;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid gray;
  height: auto;
  width: 300px !important;
  z-index: 900000;
}

.tooltip {
  background-color: #f6f6f6 !important;
  padding: 10px;
  border-radius: 2px !important;
  border: 1px solid gray;
  font-family: "Gotham Round Book";
}

.tooltip-inner {
  color: black;
  background: #f6f6f6 !important;
  text-align: left;
  width: 300px !important;
  max-width: 100% !important;
  font-size: 13px !important;
  font-family: "Gotham Round Book";
}

.sw-category-list-btn {
  border-radius: 20px;
}

.sw-categorylist-border {
  border-bottom: none;
}

.sw-list-table-title {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 16px !important;
  vertical-align: middle !important;
}

.sw-table-content {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 166%;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.87) !important;
}

.sw-list-container {
  /*margin-top: 122px !important;*/
  margin-top: 20px !important;
}

.sw-list-img {
  width: 56px;
  height: 56px;
}

.sw-product-name {
  margin: 10px 0 5px;
}

.sbOptions a {
  border-bottom: none !important;
}

.sbOptions li a {
  padding: 7px 50px 7px 7px !important;
}

.sw-category-list-content {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  height: 38px;
}

.sw-tooltip-position {
  vertical-align: top;
  position: absolute !important;
  color: #979797;
}

.sw-new-tooltip {
  position: relative;
  display: inline-block;
}

.sw-new-tooltip .sw-new-tooltip-text {
  visibility: hidden;
  width: 218px;
  height: auto;
  background: #F2F2F2;
  text-align: center;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 6px 16px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.17px;
  color: #000000;
  white-space: pre-wrap;
}

.sw-new-tooltip:hover .sw-new-tooltip-text {
  visibility: visible;
}

@media only screen and (max-width: 990px) {
  .sw-home-menu-position {
    margin-top: -47px;
  }
}
.product-tooltip-div {
  text-align: left;
}

.sw-gallery-product {
  text-align: left;
}

.location-list {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
  display: inline-block;
  line-height: 14px;
}

.location-list-active {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #02ADB0;
}

.item-row {
  background: #F7F7F7;
  height: 170px;
}
.item-row .imgpath {
  height: 135px;
  width: 135px;
  text-align: center;
  background: #FFFFFF;
  margin-top: 11px;
}
.item-row .my-cart-img {
  height: 90px;
  width: 90px;
  margin-top: 20px;
}

.plus-mins {
  background: #FFFFFF;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  height: 32px;
  padding: 5px;
  display: flex;
  margin-left: 0px;
}

.qty-icon {
  color: #01BBBF;
  cursor: pointer;
  font-size: 20px;
}

.qty-val {
  text-align: center;
}

.location-img {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.description-tooltip {
  margin-top: -104px;
  margin-left: 95px;
  display: block;
}

.underline-div {
  border-bottom: 1px solid #02ADB0;
  width: 12vw;
}

.location-tab {
  cursor: pointer;
}

.marging-top-17 {
  margin-top: 17px !important;
}

.display-flex {
  display: flex;
}

.sw-package-size-normal {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 19px !important;
}

.sw-package-size-bolder {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
}

.swAddCartLocationSelected {
  border-bottom: 2px solid #02ADB0;
}

.swAddCartLocationSelector {
  height: 25px;
  margin-top: 10px;
}

.sw-add-to-cart-location-selector {
  font-style: normal;
}

.release-note-header {
  height: 23px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.release-note-content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 10px;
}

.sbOptions {
  z-index: 20 !important;
}

.sw-new-header-logo {
  height: 80px !important;
}
.sw-new-header-logo img {
  width: 20vw;
  margin-top: 2vh;
}
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 480px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 72%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0;
  border: none;
}

.modal.right .modal-body {
  padding: 15px 15px 80px;
  height: 55% !important;
  overflow-y: scroll;
  border-bottom: none;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.sw-cart-header {
  background-color: #FFFFFF;
  border-bottom: none !important;
  padding-left: 24px;
  padding-top: 40px;
}

body {
  background-color: #78909C;
}

.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.deleteicon {
  color: #D0021B;
  top: 10px;
}

.cart-img {
  background: #D8D8D8;
  width: 56px;
  height: 56px;
}

.deleteicon-size {
  font-size: 20px;
}

.sw-cart-text {
  height: 28px;
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: bold;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #000000;
}

.sw-bugdet-text {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 19px;
  color: #FF3B30;
}

.sw-location-text {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000;
  height: 19px;
}

.sw-product-qty {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 166%;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.87);
  height: 16px;
}

.sw-product-name {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000;
  height: 19px;
}

.sw-product-name-on-add-to-cart-popup {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sw-container-items {
  align-items: center;
}

.sw-container-items > div {
  font-size: 0px !important;
  margin: 10px;
}

.sw-cart-modal-body {
  padding-bottom: 11px !important;
  height: 230px !important;
}

.sw-cart-fee-details {
  position: fixed;
  bottom: 0px;
  /* display: flex; */
  flex-direction: column;
  align-items: flex-start;
  padding: 17px 24px;
  gap: 5px;
  width: 480px;
  height: 152px;
  box-shadow: rgba(0, 0, 0, 0.157) 0px -2px 4px;
  background: rgb(255, 255, 255);
}

.demo-footer {
  position: fixed;
  bottom: 0;
  background: #FFFFFF;
}

.mycart-shippingcost {
  width: 100%;
  margin-right: -15px !important;
  color: #FF3B30 !important;
}

.product-text-ellipse {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-cart-department-name {
  font-family: "Roboto";
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 19px !important;
  margin-left: 22px;
}

.my-cart-repeater-table-row {
  margin-left: 10px;
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
}

.my-cart-repeater-change-qty-icon {
  color: #01BBBF;
  cursor: pointer;
  font-size: 20px;
  line-height: 19px;
  background: transparent;
  border: none;
  font-style: normal !important;
}

.my-cart-repeater-change-field-qty {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.my-cart-footer-summary-field {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 17px !important;
  line-height: 16px !important;
  color: #000000;
  height: 20px;
}

.my-cart-footer-summary-field-txfee {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 17px !important;
  line-height: 16px !important;
  color: #000000;
  height: 20px;
}

.my-cart-footer-summary-field-discount {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 17px !important;
  line-height: 16px !important;
  color: #000000;
  height: 20px;
}

.my-cart-footer-summary-field-tax {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #000000;
}

.my-cart-footer-summary-field-total {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #000000;
}

.my-cart-footer-summary-btn-checkout {
  background: #01BBBF;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: white;
  border: none;
  width: 432px;
  height: 48px;
  padding: 17px 24px 17px 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.sw-my-cart-package-field {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-size: 16px;
  line-height: 19px !important;
  letter-spacing: 0.4px;
  color: rgb(0, 0, 0);
}
.sw-my-cart-package-field .bolder {
  font-weight: 700 !important;
}
.sw-my-cart-package-field .normal {
  font-size: 13px !important;
  font-weight: normal !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.sw-main-header-color {
  background: white;
}

.sw-img {
  height: 48px !important;
}

.sw-header-menu-item {
  font-family: "Roboto", "sans-serif" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000;
  text-decoration: none !important;
}

.sw-new-header-content {
  background-color: white !important;
}

.sw-new-header-content-logo {
  height: 80px !important;
  background-color: white !important;
  font-family: Roboto !important;
  font-weight: bold !important;
  padding-top: 5px !important;
}
.sw-new-header-content-logo img {
  height: 100% !important;
  max-height: 90px !important;
}

.sw-new-header-content-menu {
  background-color: white !important;
  font-family: Roboto !important;
}
.sw-new-header-content-menu a {
  height: 19px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-size: 16px !important;
  line-height: 19px !important;
  padding-right: 10px !important;
  height: 100px !important;
  padding-top: 45px;
  margin-right: 30px;
  text-decoration: none;
  cursor: pointer;
}
.sw-new-header-content-menu a.headerActive {
  background-image: url("../../resources/images/sw-menu-heighlight.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% !important;
  font-weight: bold !important;
}
.sw-new-header-content-menu .sw-mycart-btn {
  font-family: "Roboto", "sans-serif" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  background: #01BBBF;
  height: 50px !important;
  border-radius: 2px !important;
  border: 2px solid #13b0b5 !important;
  margin-top: 25px;
  width: 125px;
  text-align: center;
}
.sw-new-header-content-menu .sw-mycart-btn i {
  font-size: 24px;
  float: left;
  padding: 8px;
}
.sw-new-header-content-menu .sw-mycart-btn p {
  font-family: "Roboto", "sans-serif" !important;
  font-size: 16px !important;
  padding: 12px;
}
.sw-new-header-content-menu .sw-mycart-count {
  font-size: 15px;
  background: #FF3B30;
  color: #fff;
  padding: 9px 4px;
  vertical-align: top;
  margin-left: -20px !important;
  margin-top: 5px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  text-align: center;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Gotham Round Bold";
  src: url("resources/fonts/GothamRnd-Bold.otf") format("opentype");
}
.link {
  text-decoration: none !important;
  display: inline-block !important;
}

.section-header {
  font-size: 20px !important;
}

.margin-left-right {
  margin-left: 0px;
  margin-right: 0px;
}

.block {
  display: inline-block;
  width: 100%;
}

.dashboard-view-details-btn {
  background-color: darkgrey;
  color: white;
  border: none;
  font-size: 16px;
  height: 50px;
  margin-top: 20px;
  width: 190px;
  font-family: "Gotham Round Book", sans-serif;
}

.dashboard-view-details-btn:focus {
  padding: 0px;
}

.grid-element-no-margin {
  height: 100px !important;
}
.grid-element-no-margin .value {
  padding: 0px !important;
  vertical-align: top;
  color: #848484;
}
.grid-element-no-margin .value-category {
  font-size: 20px !important;
}
.grid-element-no-margin .small {
  font-size: 15px !important;
}
.grid-element-no-margin .large {
  font-size: 50px !important;
  font-family: "Gotham Round Bold", sans-serif;
}

.margin-top {
  margin-top: 10px;
}

.grid-element,
.grid-element-no-margin {
  background: #f5f5f5;
  padding: 20px;
  height: 200px;
  margin-top: 25px;
}

.grid-element {
  margin-right: 15px;
  margin-left: 15px;
  width: 370px !important;
}
.grid-element .value {
  padding: 0px !important;
  vertical-align: top;
  color: #848484;
}
.grid-element .value-category {
  padding: 0px !important;
  color: black;
  text-align: left;
  font-size: 25px !important;
  white-space: wrap !important;
}
.grid-element .small {
  font-size: 16px !important;
}
.grid-element .large {
  font-size: 60px;
  font-family: "Gotham Round Bold", sans-serif;
}

.link:not(:last-child) {
  margin-right: 20px;
}

.inline {
  display: inline-block !important;
}

.dashboard-content a {
  font-weight: 100;
  font-size: 10pt;
  font-family: "Gotham Round Light", sans-serif;
}
.dashboard-content .active {
  font-weight: 600;
  font-family: "Gotham Round SemiBold", sans-serif;
  border-bottom-width: 2px !important;
}
.dashboard-content .section-links {
  margin-top: 20px;
}
.dashboard-content .section {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1170px) {
  .grid-element {
    width: 30% !important;
  }
}
@media only screen and (min-width: 842px) and (max-width: 991px) {
  .grid-element {
    margin: 0px;
    width: 31.5% !important;
  }
  .grid-element .large {
    font-size: 45px;
  }
  .grid-element:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 660px) {
  .grid-element {
    width: 100% !important;
    margin-top: 15px;
    margin-right: 15px;
  }
}
/*@media only screen and (max-width: 991px){
  .grid-element{
    margin: 0px;
    width: 30.5% !important;
    .large{
      font-size: 45px;
    }
  }
  .grid-element:not(:first-child){
    margin-left: 15px;
  }
}*/
@import url("http://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.css");
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
}

.account-settings-container .account-settings {
  text-align: center;
  margin: 0 auto;
}
.account-settings-container .account-settings .account-settings-banner {
  background-color: #EEEEEE;
  padding: 0;
}
.account-settings-container .account-settings .account-settings-banner .initials {
  display: inline-block;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  background: #5cdde0;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  margin-top: 15px;
  margin-right: 5px;
  padding-top: 2px;
  padding-bottom: 5px;
}
.account-settings-container .account-settings .account-settings-banner .banner-user {
  padding-left: 0px !important;
}
.account-settings-container .account-settings .account-settings-banner .banner-logo .logo {
  height: 50px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.account-settings-container .account-settings .account-settings-banner .banner-links {
  line-height: 40px;
  white-space: nowrap;
  height: inherit;
  padding-left: 0px !important;
  padding-right: 32px !important;
}
.account-settings-container .account-settings .account-settings-banner .banner-link {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  height: 55px;
  white-space: nowrap;
  border-bottom: 2px solid #13b0b5;
}
.account-settings-container .account-settings .account-settings-banner .banner-link .initials {
  height: 10px;
  margin-top: 5px;
  padding-top: 7px;
  padding-bottom: 0px;
}
.account-settings-container .account-settings .account-settings-banner .banner-link a {
  color: #001b24;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 0px solid #13b0b5;
}
.account-settings-container .account-settings .section {
  font-weight: bold;
}
.account-settings-container .account-settings .margin-left {
  margin-left: 30px;
}

.form-control {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 44px;
  padding-left: 31px;
  padding-right: 0px;
}

.neworder-content .inventory-dt p {
  padding-top: 0px;
}
.neworder-content .neworder-element-gropus {
  margin-top: 10px !important;
}
.neworder-content .neworder-element-gropus .productDropDown {
  background-color: #f3f3f3 !important;
  border-color: #bababa !important;
  padding-left: 10px !important;
  font-family: "Gotham Round Book", sans-serif !important;
  color: black !important;
  font-size: 14px !important;
}
.neworder-content .neworder-element-gropus .optionColor {
  background-color: transperent;
}
.neworder-content .neworder-element-gropus .optionColor:hover {
  background-color: #f3f3f3;
}
.neworder-content .neworder-element-gropus .optionColor:focus {
  background-color: #f3f3f3;
}
.neworder-content .neworder-element-gropus .form-group {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.neworder-content .neworder-element-gropus .form-group .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 44px;
}
.neworder-content .neworder-element-gropus .form-group .back-btn {
  background-color: white;
  color: #2dd0d1;
  font-size: 14px;
  border: 2px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-right: 5px;
  border: 2px solid #2dd0d1 !important;
}
.neworder-content .neworder-element-gropus .form-group .next-btn {
  background-color: #5cdee0;
  color: #FFFFFF;
  font-size: 14px;
  border: 2px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #2dd0d1 !important;
  border: 2px solid #2dd0d1 !important;
}
.neworder-content .neworder-element-gropus .form-group button {
  flex: 1;
}

.edit-btn {
  background-color: white;
  color: #2dd0d1;
  font-size: 14px;
  border: 2px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-left: 40px;
  padding-right: 40px;
  border: 2px solid #2dd0d1 !important;
  margin-top: 30px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .store-heading {
    text-align: center;
  }
  .inventory-dt p {
    text-align: center !important;
    margin-top: -28px !important;
  }
  .edit-store-btn {
    padding: 0;
  }
  /*.main-menu{
    text-align: center !important;
    background-color: #f5f5f5;
    .btn-group{
        text-align: center !important;
        float: none !important;
      }
  }*/
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) {
  .store-heading {
    text-align: center;
    float: none;
  }
  .inventory-dt p {
    text-align: center !important;
    margin-top: -28px !important;
  }
  /*  .main-menu{
      text-align: center !important;
      background-color: #f5f5f5;
      .btn-group{
        text-align: center !important;
        float: none !important;
      }
    }*/
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
.breadcrumb-links {
  margin-bottom: 10px;
}

.browseotherproducts-button-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.carousel-caption {
  padding-bottom: 0px !important;
}

.bannerImg {
  width: 100% !important;
  background-position: center !important;
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
}
.bannerImg .shopFromBanner {
  padding: 8px !important;
  background-color: transparent;
}

@media screen and (max-width: 1000px) {
  .bannerImg {
    margin-top: 0px !important;
  }
  .bannerImg .shopFromBanner {
    padding: 5px !important;
    background-color: transparent;
  }
  .bannerContainer {
    padding: 0px !important;
  }
}
@media screen and (max-width: 800px) {
  .bannerImg {
    margin-top: 0px !important;
  }
  .bannerImg .shopFromBanner {
    padding: 2px !important;
    background-color: transparent;
    font-size: 10px !important;
  }
  .bannerContainer {
    padding: 0px !important;
  }
}
@media screen and (max-width: 700px) {
  .bannerImg {
    margin-top: 0px !important;
  }
  .bannerImg .shopFromBanner {
    padding: 2px !important;
    background-color: transparent;
    font-size: 10px !important;
  }
  .bannerContainer {
    padding: 0px !important;
  }
}
@media screen and (max-width: 600px) {
  .bannerImg {
    margin-top: 0px !important;
  }
  .bannerImg .shopFromBanner {
    padding: 2px !important;
    background-color: transparent;
    font-size: 10px !important;
  }
  .bannerContainer {
    padding: 0px !important;
  }
  .carousel-caption {
    bottom: 10px !important;
  }
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.banner {
  margin-top: -10px;
}
@media screen and (max-width: 1000px) {
  .banner {
    padding-right: 0px !important;
  }
}

.home-page-searchbox .reset-serach {
  margin-right: -35px;
}
.home-page-searchbox .searchbox {
  height: 35px !important;
  margin-left: -4px !important;
  background-image: url("");
  width: 100% !important;
}
.home-page-searchbox .search-action {
  margin-top: -40px !important;
  margin-right: -26px !important;
}

@media screen and (max-width: 767.99px) {
  .reset-search {
    margin-right: 6px !important;
  }
}
.home-page-searchbox {
  margin-bottom: 20px;
}

table thead {
  background-color: #d8d8d8 !important;
  border-top: 1px solid #d8d8d8 !important;
}

.locationnameRow {
  background-color: #d8d8d8 !important;
  padding-top: 10px;
  margin-right: 3px !important;
  max-width: 1184px !important;
}

.locationnameRow .sbHolder {
  background-color: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
  margin-top: 0px !important;
}

.sbOptions {
  width: auto !important;
  position: relative !important;
  margin: 0px -4px 0px 2px !important;
}

.mylist-searchbox {
  border-radius: 20px !important;
  height: 35px !important;
}

.shippingcost {
  color: #eb6767;
  margin-right: 13px;
}

.modal-body {
  position: relative;
  padding: 15px;
  padding-left: 15px !important;
  border-bottom: 1px solid #ddd;
}

.trActiveClass {
  background-color: #b9e3e6 !important;
}

.trDisabledRow {
  opacity: 0.5 !important;
}

.my-list-action-button-mobilescreen {
  margin-bottom: 10px;
  text-align: center;
}

.my-list-action-button {
  margin-bottom: 10px;
}

.selectDepartment-btn {
  width: 120px;
}

#departmentPOP .modal-sm {
  width: 440px !important;
}
#departmentPOP .modal-content {
  width: auto;
}

@media screen and (max-width: 767px) {
  #departmentPOP .modal-sm {
    width: auto !important;
  }
  .edit-list {
    width: 160px !important;
  }
  .save-draft {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .save-draft:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .save-order {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .save-order:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .copy-last-order {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .copy-last-order:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .shippingcost {
    float: left !important;
    margin-left: 10px;
  }
  .disabled {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  .orderId-header {
    float: left;
  }
  .my-list-action-button.green {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .my-list-action-button.white {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .edit-list {
    width: 145px !important;
  }
  .selectDepartment-btn {
    width: 110px;
  }
}
@media (max-width: 375px) {
  .orderId-header {
    margin-left: -4px !important;
  }
}
.home-no-record {
  height: 70vh;
}
.home-no-record .no-record-msg {
  font-family: "Roboto" !important;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-top: 24vh;
}
.home-no-record .no-record-msg1 {
  font-family: "Roboto" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.col-center-block {
  float: none;
  display: block;
  margin: 0 auto;
  /* margin-left: auto; margin-right: auto; */
}

#feature-details .header-view {
  border-bottom: 1px solid #D8D8D8 !important;
}
#feature-details .header-text {
  width: 370px;
  height: 28px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #000000;
}
#feature-details .modal-content {
  width: 100% !important;
}
#feature-details img {
  width: 100%;
  border-radius: 4px;
}
#feature-details .modal-body {
  height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
#feature-details .continue-btn {
  background: #01BBBF;
  border: unset;
  margin-bottom: 10px;
  padding: 12px;
  color: white;
  width: 100%;
  border-radius: 4px;
}
#feature-details .line-div {
  background: #FFFFFF;
  border-bottom: 1.5px solid #D8D8D8;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 10px;
}

.order-location-dropdown {
  width: 300px !important;
}
.order-location-dropdown .sbOptions li a {
  white-space: unset !important;
  border-bottom: 1px solid #ddd !important;
}

.sbToggle {
  top: 2px !important;
}

#selectionModal .location-dropdown {
  margin-top: 13%;
  width: 330px !important;
}
#selectionModal .modal-sm {
  width: 450px !important;
}
#selectionModal .modal-body {
  border-bottom: unset !important;
  height: 31vh;
  overflow-y: auto;
}
#selectionModal .select-location-modal-ok-btn {
  float: right;
  height: 5vh;
  width: 7vw;
}
#selectionModal .modal-footer {
  background-color: unset;
}
#selectionModal .sbHolder {
  margin-top: -7px;
}
#selectionModal .sbHolder .sbSelector {
  padding-top: 2px;
}
#selectionModal .sbOptions {
  width: auto !important;
  position: relative !important;
  margin: 0px 0px 0px 10px !important;
  height: 17vh !important;
  top: 35px !important;
}
#selectionModal .order-location-dropdown {
  width: 350px !important;
}
.sw-submenu {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 50px !important;
  border-bottom: 4px !important;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.252377);
  background: #FFFFFF;
}

.sw-text-gallery {
  margin-right: 20px !important;
  font-family: "Roboto", "sans-serif" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #01BBBF;
}

.sw-submenu-outer {
  /* padding-inline: 42px; */
  display: flex;
  width: 248px;
  border-radius: 30px;
  padding: 10px;
  background: #F2F2F2;
  margin-top: 15px;
  height: 40px;
  width: 240px;
  padding: 5px 5px 10px 5px;
}

.sw-gallery-inner {
  width: 120px;
  height: 30px;
  padding: 5px 20px 5px 20px;
  /* color: #01BBBF; */
}

.sw-list-inner {
  width: 111px;
  height: 30px;
  padding: 5px 20px 5px 20px;
  /* color: #01BBBF; */
}

.sw-submenu-active {
  border-radius: 30px;
  padding: 5px 20px 5px 20px;
  background: white;
}

.sw-gallery-icon {
  color: #01BBBF;
}

.sw-submenu-text {
  font-family: "Roboto", "sans-serif" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.sw-link-text {
  border-radius: 30px;
  padding: 5px 20px 5px 20px;
  color: black;
}

.sw-search-box {
  height: 40px;
  width: 221px !important;
  border-radius: 20px !important;
  background-position: right center;
  margin-top: 15px;
}

.sw-search-icon {
  margin-left: -31px;
}

.sbHolder {
  background-color: #F0F0F0;
  border: none;
  font-size: 12px;
  font-weight: normal;
  height: 35px;
  position: relative;
  width: 100%;
  margin-top: 19px;
  margin-bottom: 5px !important;
  font-weight: normal !important;
  border-radius: 20px;
}

.sw-heading-text {
  font-family: "Roboto", "sans-serif" !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 18px;
  line-height: 21px;
  color: #000000 !important;
}

.sw-submenu-search {
  display: flex;
  align-items: baseline;
  margin-left: -65px;
}

.sw-submenu-close {
  position: relative !important;
  top: 2px !important;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
.container {
  padding-left: 0px;
  padding-right: 0px;
}

.kycForm {
  text-align: center;
}
.kycForm .kycLogo {
  margin-top: 30px;
  height: 120px;
}
.kycForm .kycFormHeading p {
  font-family: "Gotham Round Light", sans-serif;
  font-size: 18px !important;
  font-weight: bold !important;
  letter-spacing: 0.5px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 25px !important;
}
.kycForm .font-normal h3 {
  font-size: 23px !important;
  font-family: "Gotham Round Book", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.kycForm .form-group {
  white-space: nowrap;
}
.kycForm .form-group .row .passwordInstruction {
  margin-top: 10px;
}
.kycForm .form-group .row .passwordInstruction p {
  font-family: "Gotham Round Book", sans-serif;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #a38888 !important;
}
.kycForm .form-group .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 50px;
  letter-spacing: 0.5px;
}
.kycForm .confirmRegistrionBtn {
  color: #FFF;
  font-size: 18px;
  border: 2px solid #007dad;
  background-color: #007dad;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  width: 100%;
  height: 50px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 85px;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
}

#noty_top_layout_container {
  left: 21.5% !important;
  width: 55% !important;
}

@media screen and (max-width: 479px) {
  .h1, h1 {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 26px !important;
    line-height: 45px !important;
    font-weight: 500 !important;
  }
  .h2, h2 {
    font-family: "Gotham Round SemiBold", sans-serif;
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .h3, h3 {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .h4, h4 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .p, p {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 12px !important;
    line-height: 18px !important;
  }
  a {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    color: #001b24;
  }
  .form-group {
    margin-left: 5%;
    margin-right: 5%;
  }
  .login-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .form-group {
    margin-left: 25%;
    margin-right: 25%;
  }
  .login-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (min-width: 1224px) {
  .h1, h1 {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 27px !important;
    line-height: 45px !important;
    font-weight: 500 !important;
  }
  .h2, h2 {
    font-family: "Gotham Round SemiBold", sans-serif;
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .h3, h3 {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .h4, h4 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .p, p {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 14px !important;
    line-height: 21px !important;
  }
  a {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 600 !important;
    color: #001b24;
  }
  .form-group {
    margin-left: 30%;
    margin-right: 30%;
  }
}
@media only screen and (min-width: 1824px) {
  .form-group {
    margin-left: 30%;
    margin-right: 30%;
  }
  .h1, h1 {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 27px !important;
    line-height: 45px !important;
    font-weight: 500 !important;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .h1, h1 {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 27px !important;
    line-height: 45px !important;
    font-weight: 500 !important;
  }
  .h2, h2 {
    font-family: "Gotham Round SemiBold", sans-serif;
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .h3, h3 {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .h4, h4 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .p, p {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 14px !important;
    line-height: 21px !important;
  }
  a {
    font-family: "Gotham Round Book", sans-serif;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 600 !important;
    color: #001b24;
  }
  .forget-pass {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 100px;
    margin-left: 0;
    margin-top: 110px !important;
  }
  .forget-pass a {
    color: #001b24;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 3px solid #13b0b5;
  }
}
table thead {
  background-color: #FFFFFF !important;
}

.locationnameRow {
  background-color: #d8d8d8 !important;
  padding-top: 10px;
  margin-right: 3px !important;
  max-width: 1184px !important;
}

.locationnameRow .sbHolder {
  background-color: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
  margin-top: 0px !important;
}

.sbOptions {
  width: auto !important;
  position: relative !important;
  margin: 0px -4px 0px 2px !important;
}

.mylist-searchbox {
  border-radius: 20px !important;
  height: 35px !important;
}

.shippingcost {
  color: #eb6767;
  margin-right: 13px;
}

.modal-body {
  position: relative;
  padding: 15px;
  padding-left: 15px !important;
  border-bottom: 1px solid #ddd;
}

.trActiveClass {
  background-color: #b9e3e6 !important;
}

.trDisabledRow {
  opacity: 0.5 !important;
}

.my-list-action-button-mobilescreen {
  margin-bottom: 10px;
  text-align: center;
}

.my-list-action-button {
  margin-bottom: 10px;
}

.selectDepartment-btn {
  width: 120px;
}

#departmentPOP .modal-sm {
  width: 440px !important;
}
#departmentPOP .modal-content {
  width: auto;
}

.mylist-header {
  max-width: 1440px !important;
}

@media screen and (max-width: 767px) {
  #departmentPOP .modal-sm {
    width: auto !important;
  }
  .edit-list {
    width: 160px !important;
  }
  .save-draft {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .save-draft:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .save-order {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .save-order:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .copy-last-order {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .copy-last-order:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
    margin-left: -45px;
  }
  .shippingcost {
    float: left !important;
    margin-left: 10px;
  }
  .disabled {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  .orderId-header {
    float: left;
  }
  .my-list-action-button.green {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .my-list-action-button.white {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .edit-list {
    width: 145px !important;
  }
  .selectDepartment-btn {
    width: 110px;
  }
}
@media (max-width: 375px) {
  .orderId-header {
    margin-left: -4px !important;
  }
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
}

.alert-success {
  color: #3c763d;
  background-color: #f5f5f5;
  border-color: #bababa;
}

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #bababa;
  border-radius: 0px;
}

.checkout-heading h3 strong {
  font-weight: 600 !important;
}

.order-details .order-details-height {
  padding-top: 9px;
  margin-bottom: -25px;
  color: #001b24;
}
.order-details .order-details-height p strong {
  font-weight: 900 !important;
  font-family: "Gotham Round SemiBold", sans-serif;
}
.order-details .next-btn {
  background-color: #5cdee0;
  color: #FFFFFF;
  font-size: 14px;
  border: 2px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #2dd0d1 !important;
  border: 2px solid #2dd0d1 !important;
  width: 70%;
  float: right;
  height: 35px;
  padding-top: 5px;
}
.order-details .next-btn:active {
  background-color: #5cdee0;
  color: #FFFFFF;
  font-size: 14px;
  border: 2px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  content: "Submitting";
  color: white;
  padding-top: 5px;
}
.order-details .active {
  background-color: #5cdee0;
  color: #FFFFFF;
  font-size: 14px;
  border: 2px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #f5f5f5 !important;
  border: 2px solid #2dd0d1 !important;
  width: 70%;
  float: right;
  content: "Submitting";
  color: #001b24;
}
.order-details .back-btn {
  height: 35px;
  padding-top: 5px;
}

/* Moddal popup statrt */
.modal-content {
  border-radius: 0;
  margin-right: 23px;
  margin-left: 10px;
}

.modal-body {
  padding-left: 25px;
}
.modal-body h3 {
  font-size: 18px !important;
}

.modal-footer {
  background-color: #2dd0d1;
  text-align: center;
  text-decoration: none;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 40%;
  vertical-align: middle;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Moddal popup end */
@media (min-width: 768px) {
  .modal-content {
    border-radius: 0;
    margin-right: 0px;
    margin-left: 0px;
  }
  .modal-sm {
    width: 350px !important;
  }
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .order-details-height {
    padding-top: 9px;
    margin-bottom: 0px !important;
    color: #001b24;
  }
  .order-details .next-btn {
    margin-top: -40px;
  }
}
.product-title-modal {
  font-family: "Gotham Round SemiBold", sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cancel-order {
  margin-left: 100px;
}

.edit-order {
  margin-left: 35px;
}

.order-details .checkout-orderId-header {
  font-weight: 400;
  font-family: "Gotham Round SemiBold", sans-serif;
}

@media (min-width: 768px) and (max-width: 992px) {
  .cancel-order {
    margin-left: 60px;
  }
  .edit-order {
    margin-left: 20px;
  }
  .product-title-modal {
    width: 18em !important;
  }
}
@media screen and (max-width: 768px) {
  .product-title-modal {
    width: 11em !important;
  }
  .remainShippingCost {
    float: left !important;
  }
  .cancel-order-checkout {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
  }
  .edit-order-checkout {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
  }
  .cancel-order-checkout:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
  }
  .edit-order-checkout:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2dd0d1 !important;
  }
  .center-align {
    text-align: center;
  }
  .order-details .mobilescreen {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .product-title-modal {
    width: 8em !important;
  }
}
@media screen and (max-width: 480px) {
  .order-details .checkout-orderId-header {
    margin-bottom: 45px;
  }
}
.mycart-header {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.order-confirmation-header {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

.order-confirmation-head {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  color: rgba(0, 0, 0, 0.87);
}

.order-id-header {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

.location-orderItem {
  background: #FFFFFF;
  margin-bottom: 25px;
  margin-top: 15px;
}
.location-orderItem .dataTables_scrollBody {
  height: 100% !important;
  overflow: hidden !important;
}
.location-orderItem .product-image-new {
  height: 50px;
  width: 50px;
  max-width: 50px;
  margin-left: -13px;
}
.location-orderItem table thead {
  border: unset !important;
}

.checkout-table-header {
  margin-left: 15px;
  margin-top: 10px;
}

.checkout-right-side {
  background-color: #FFFFFF;
}

.note-textare {
  resize: none;
  background-color: rgb(240, 240, 240);
  border: 3px solid rgb(207, 207, 207) !important;
  padding-left: 10px !important;
  width: 260px;
  margin-left: 4px;
}

.note-textarea-resize {
  width: 90%;
  margin-left: 10px;
}

.checkout-right-side {
  margin-top: 12px;
}
.checkout-right-side p {
  margin-left: 12px;
  padding-top: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.checkout-right-side .checkout-total {
  font-size: 20px !important;
}
.checkout-right-side .header {
  font-weight: bold !important;
}
.checkout-right-side .cancel-order-btn {
  margin-left: 12px;
  width: 90% !important;
}
.checkout-right-side .confirm-order-btn {
  background: #01BBBF;
  border-radius: 4px;
  border: unset;
  width: 90%;
  margin-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
}

.header-title-div {
  margin-top: -20px;
  text-align: center;
}

.header-title {
  font-size: 18px !important;
}

.border-unset {
  border: unset !important;
}

.margin-left-right-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.cancel-order-yes {
  background: #01BBBF;
  border: unset;
  margin-bottom: 10px;
  padding: 12px;
  color: white;
  margin-left: 10px;
}

.no-btn {
  background-color: white;
  color: #13b0b5;
  font-size: 14px;
  border: 2px solid #2dd0d1 !important;
  width: 100%;
  margin-left: 15px;
}

.top-30-px {
  margin-top: 30px;
}

.mrgn-btm-15 {
  margin-bottom: 15px;
}

.PONumber {
  margin-left: 10px;
  width: 90% !important;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
}

.dataTables_filter, .dataTables_length {
  display: none;
}

.dataTables_paginate {
  display: none;
}

table.dataTable tbody tr {
  border: 1px solid #F2F2F2 !important;
}

table.dataTable thead th {
  padding-left: 9px !important;
  border: none !important;
}

.dataTables_info {
  display: none;
}

.marginLZero {
  margin-left: none !important;
}

.padLR {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.has-feedback .form-control {
  padding-right: 5px;
}

.neworder-element-gropus .form-control {
  height: 35px !important;
  border: 2px solid #d8d8d8 !important;
  color: #001b24 !important;
}
.neworder-element-gropus .form-group {
  height: 35px;
}
.neworder-element-gropus .form-group .next-btn, .neworder-element-gropus .form-group .back-btn {
  height: 35px;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.btn:focus,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.Table-textbox {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  color: #001b24;
  font-family: "Gotham Round Book", sans-serif;
}
.Table-textbox .form-control {
  text-align: center;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 35px;
  border: 2px solid #d8d8d8;
  color: #001b24 !important;
  padding-left: 0px !important;
}
.Table-textbox ::-webkit-input-placeholder {
  color: #001b24 !important;
}

.store-name {
  border-bottom: none;
  border-radius: 0px;
  padding-bottom: 6px;
}

.store-name:active {
  border-bottom: 3px solid #00babf !important;
  padding-bottom: 6px;
}

.store-name:focus {
  border-bottom: 3px solid #00babf !important;
  padding-bottom: 6px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .alert-successs p {
    font-size: 14px !important;
  }
  .alert-successs p strong {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: "Gotham Round SemiBold", sans-serif;
  }
  .neworder-element-gropus .form-control {
    height: 35px !important;
    color: #001b24 !important;
  }
  .neworder-element-gropus .form-group {
    height: 35px;
  }
  .neworder-element-gropus .form-group .next-btn, .neworder-element-gropus .form-group .back-btn, .neworder-element-gropus .form-group .save-btn {
    font-size: 12px !important;
    height: 35px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    font-family: "Gotham Round SemiBold", sans-serif;
  }
  .edit-btn-bottom {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .alert-successs p {
    font-size: 14px !important;
  }
  .alert-successs p strong {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: "Gotham Round SemiBold", sans-serif;
  }
  .neworder-element-gropus .form-control {
    height: 35px !important;
    color: #001b24 !important;
  }
  .neworder-element-gropus .form-group {
    height: 35px;
  }
  .neworder-element-gropus .form-group .next-btn, .neworder-element-gropus .form-group .back-btn, .neworder-element-gropus .form-group .save-btn {
    font-size: 13px !important;
    height: 35px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    font-family: "Gotham Round SemiBold", sans-serif;
  }
  .edit-btn-bottom {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .lgview {
    margin-left: 256px;
    margin-right: 256px;
  }
  .common-header {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .Table-textbox {
    width: 40%;
  }
  .form-group {
    height: 35px;
  }
  .form-group .next-btn, .form-group .back-btn, .form-group .save-btn, .form-group .edit-btn {
    font-size: 13px !important;
    height: 35px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    font-weight: 600;
    font-family: "Gotham Round SemiBold", sans-serif;
  }
  .alert-successs p {
    font-size: 14px !important;
  }
  .alert-successs p strong {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: "Gotham Round SemiBold", sans-serif;
  }
  .edit-btn-bottom {
    margin-bottom: 50px !important;
  }
}
a:hover {
  color: #001b24 !important;
}

.modal-title a {
  cursor: pointer;
  color: #13b0b5;
}
.modal-title a:hover {
  text-decoration: none;
  color: #13b0b5;
}

.signUp .modal-body {
  height: 530px;
  overflow-y: auto;
}

#addUserModal .modal-sm {
  width: 35% !important;
}
@media screen and (max-width: 999.99px) {
  #addUserModal .modal-sm {
    width: 70% !important;
  }
}

@media screen and (max-width: 999.99px) {
  #myModal .modal-content {
    width: auto !important;
  }
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
.container {
  padding-left: 0px;
  padding-right: 0px;
}

.img-sw-logo-box {
  width: 120px !important;
  height: 120px !important;
}

.kycForm {
  text-align: center;
}
.kycForm .kycFormHeading h3 {
  font-family: "Gotham Round SemiBold", sans-serif;
  font-size: 18px !important;
  font-weight: bold !important;
  letter-spacing: 0.5px;
  margin-bottom: 80px;
}
.kycForm .newLoginFontNormal {
  margin-top: 30px;
  margin-bottom: 30px;
}
.kycForm .newLoginFontNormal h3 {
  font-size: 22px !important;
  font-family: "Gotham Round Book", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.kycForm .newLoginFontNormal .welcome-text {
  font-size: 24px !important;
  font-family: "Gotham Round Book", sans-serif;
  font-weight: 400 !important;
}
.kycForm .newLoginFontNormalContent {
  margin-bottom: 10px;
}
.kycForm .newLoginFontNormalContent h3 {
  font-size: 22px !important;
  font-family: "Gotham Round Book", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.kycForm .form-group {
  white-space: nowrap;
}
.kycForm .form-group .row .passwordInstruction {
  margin-top: 10px;
}
.kycForm .form-group .row .passwordInstruction p {
  font-family: "Gotham Round Book", sans-serif;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #a38888 !important;
}
.kycForm .form-group .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  height: 50px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.kycForm .newLoginForgetPassword {
  border-bottom: 3px solid #13b0b5 !important;
  font-family: "Gotham Round SemiBold", sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: #001b24;
  background-color: none;
  cursor: pointer;
}
.kycForm hr {
  margin-top: 40px;
  color: #a3cddf;
  height: 1px;
  border-top: 1px solid #a3cddf;
}
.kycForm .newLoginBtn {
  color: #fff;
  font-size: 18px;
  border: 2px solid #5cdee0;
  background-color: #5cdee0;
  width: 100%;
  height: 50px;
  letter-spacing: 0.5px;
}
.kycForm .newLoginRegisterBtn {
  color: #fff;
  font-size: 18px;
  border: 2px solid #007dad;
  background-color: #007dad;
  width: 100%;
  height: 50px;
  letter-spacing: 0.5px;
}
.kycForm .bottomLink {
  margin-top: 15px;
}
.kycForm .bottomLinkRegister {
  margin-top: 15px;
  margin-bottom: 70px;
}

.registerModal .modal-header {
  background-color: #2dd0d1;
  border: none !important;
  opacity: 9 !important;
}
.registerModal .modal-header .modal-title {
  font-size: 20px !important;
  font-family: "Gotham Round Book", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
}
.registerModal .modal-header .close {
  opacity: 9 !important;
}
.registerModal .modal-body {
  text-align: center;
  padding-right: 18%;
  padding-left: 18%;
  margin-top: 20px;
}
.registerModal .modal-body .newLoginFontNormal {
  margin-bottom: 30px;
}
.registerModal .modal-body .newLoginFontNormal h3 {
  font-size: 23px !important;
  font-family: "Gotham Round Book", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.registerModal .modal-body .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  height: 50px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.registerModal .modal-body .newLoginRegisterBtn {
  color: #fff;
  font-size: 18px;
  border: 2px solid #007dad;
  background-color: #007dad;
  width: 100%;
  height: 50px;
  letter-spacing: 0.5px;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
}

.close-overlay {
  cursor: pointer;
}

.account-settings-help-container-overlay {
  position: absolute;
  font-size: 85%;
  color: white;
  display: none;
  top: 195px;
  left: 260px;
  z-index: 2;
}

.content > .text {
  padding-right: 10px;
}

.account-settings-help-container-overlay > .content {
  font-family: "Gotham Round Light", sans-serif;
  text-align: left;
  line-height: 150%;
  color: black;
  text-shadow: white 0 1px;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 250px;
  height: auto;
  left: 50%;
  margin-left: -125px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 8px;
  padding-bottom: 10px;
  bottom: 100%;
  margin-bottom: 15px;
}

.account-settings-help-container-overlay > .content:before, .account-settings-help-container-overlay > .content:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10.5px;
  left: 25px;
  margin-left: -10px;
  transform: rotate(180deg);
}

.account-settings-help-container-overlay > .content:before {
  border-top: 10px solid #111;
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  margin-top: 0.5px;
}

.account-settings-help-container-overlay > .content:after {
  border-top: 10px solid #fff;
  margin-top: 2px;
  z-index: 1;
}

.account-settings-help-container-overlay:hover > .content {
  visibility: visible;
  opacity: 1;
}

.notification-center-header-container {
  display: table;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.notification-center-header-container .cell {
  display: table-cell;
  width: 50%;
}

.help-link {
  cursor: pointer;
  background-color: lightgray;
}

.help-link-2 {
  background-color: #2dd0d1;
}

.help-link, .help-link-2 {
  width: 20px;
  height: 20px;
  padding-left: 6px;
  border-radius: 10px;
  display: inline-block;
  color: white;
  font-family: "Gotham Round SemiBold", sans-serif;
}

.notification-center-header {
  padding-bottom: 20px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.notification-center-header .page-heading {
  font-size: 24px;
  margin-top: 0;
  margin-top: 20px;
}

.notification-center-main {
  height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  display: table-cell;
}
.notification-center-main .form-horizontal {
  margin-left: 0px;
  width: 100%;
}
.notification-center-main .form-horizontal .form-group {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.notification-center-main .form-horizontal .form-group .sbOptions {
  overflow: hidden;
}
.notification-center-main .form-horizontal .form-group .form-control {
  color: var(--text-primary);
  border-radius: 0px;
  border: none;
  box-shadow: none !important;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 38px;
  font-family: "Gotham Round Book", sans-serif !important;
  width: 100%;
  height: 35px;
  background: #EEEEEE;
  vertical-align: top;
  padding-left: 20px;
}
.notification-center-main .form-horizontal .form-group .minwidth {
  width: 71px;
}
.notification-center-main .form-horizontal .form-group .full-height {
  height: 34px;
  display: table-cell;
}
.notification-center-main .form-horizontal .form-group .middle {
  vertical-align: middle;
}
.notification-center-main .form-horizontal .form-group .reorderLevelWrapper {
  display: flex;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 15px;
  height: 36px;
  left: -24px;
  width: 48px;
  margin-bottom: 10px;
}
.notification-center-main .form-horizontal .form-group .amountWrapper {
  display: flex;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  margin-bottom: 10px;
}
.notification-center-main .form-horizontal .form-group .amountWrapper:before {
  content: "$";
  top: -11px;
  left: 20px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.notification-center-main .form-horizontal .form-group .reorderLevelWrapper:after {
  content: "%";
  top: -10px;
  left: 5px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.notification-center-main .form-horizontal .form-group #reorderLevel {
  padding-left: 5px !important;
  padding-right: 20px !important;
  height: 29px !important;
  position: absolute;
  margin-top: 1px;
}
.notification-center-main .form-horizontal .form-group .margin-top {
  margin-top: 6px;
}
.notification-center-main .form-horizontal .form-group .padding-top {
  padding-top: 6px !important;
}
.notification-center-main .form-horizontal .form-group .padding-top-double {
  padding-top: 15px !important;
}
.notification-center-main .form-horizontal .form-group .padding-left {
  padding-left: 10px;
}
.notification-center-main .form-horizontal .form-group .padding-bottom {
  padding-bottom: 5px;
}
.notification-center-main .form-horizontal .form-group .amountWrapperTop {
  margin-top: 4px !important;
}
.notification-center-main .form-horizontal .form-group .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 16px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.notification-center-main .form-horizontal .form-group .switch input {
  display: none;
}
.notification-center-main .form-horizontal .form-group .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  border: 2px solid #cfcfcf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.notification-center-main .form-horizontal .form-group .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: -2px;
  bottom: -7px;
  background-color: white;
  border: 1px solid #cfcfcf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.notification-center-main .form-horizontal .form-group input:checked + .slider {
  background-color: #2dd0d1;
  border: 2px solid #00bdc1;
}
.notification-center-main .form-horizontal .form-group input:focus + .slider {
  box-shadow: 0 0 1px #2dd0d1;
}
.notification-center-main .form-horizontal .form-group input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  border: 1px solid #00bdc1;
}
.notification-center-main .form-horizontal .form-group .slider.round {
  border-radius: 34px;
}
.notification-center-main .form-horizontal .form-group .slider.round:before {
  border-radius: 50%;
}
.notification-center-main .weekLetters {
  font-size: 21px !important;
  margin-left: 9px;
}
.notification-center-main .check {
  top: 15px;
}
.notification-center-main .checkbox:checked + span.check {
  background-image: url("./resources/icons/icon_check@2x.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 30% 20%;
  width: 15px;
  height: 15px;
  position: absolute;
}
.notification-center-main .checkbox {
  opacity: 0;
  z-index: 1000;
  width: 14px;
  height: 14px;
}
.notification-center-main .chk {
  width: 15px;
  height: 15px;
  border: 2px solid black;
  display: inline-block;
  top: 5px;
  z-index: 1;
}

.toggleHeading h3 {
  font-size: 17px !important;
  font-family: Gotham Round SemiBold, sans-serif;
  font-weight: 600;
  color: #333 !important;
}

.salesTaxHeading h3 {
  font-size: 17px !important;
  font-family: Gotham Round SemiBold, sans-serif;
  font-weight: 600;
  color: #333 !important;
}

.font-normal h3 {
  font-size: 17px !important;
}

.reorderFrequencySelect {
  margin-top: 5px !important;
}

.reorderFrequencySelect1 {
  margin-top: 5px !important;
}

.create-btn {
  background-color: white;
  color: #2dd0d1;
  font-size: 14px;
  border: 3px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-right: 5px;
  border: 2px solid #2dd0d1 !important;
}

.taxCategoryText h4 {
  font-size: 12px !important;
  font-family: "Gotham Round Light", sans-serif;
  margin-left: 24px;
  margin-top: -22px !important;
}

.taxCategoryBorder {
  border: 0.5px solid #eeeeee;
  opacity: 0.7;
  padding: 15px;
}

#default-tax-category-help {
  margin-top: 40px !important;
  margin-left: -11.5px !important;
}

@media screen and (max-width: 991px) {
  .navigation, .notification-center-main {
    display: block;
    width: 100% !important;
  }
  .notification-center-body {
    font-weight: bold !important;
  }
  #tax-category-help {
    margin-top: 14px !important;
    margin-left: -1.5px !important;
  }
  #default-tax-category-help {
    margin-top: 45px !important;
    margin-left: -11.5px !important;
  }
}
@media only screen and (min-device-width: 1024px) {
  .account-profile-contact-info-container {
    max-width: 1024px !important;
  }
}
@font-face {
  font-family: Gothamroundedmedium;
  src: url("resources/fonts/Gothamroundedmedium.otf") format("opentype");
}
body {
  font-family: Gothamroundedmedium, sans-serif;
  overflow-x: hidden;
}

.selectDiv {
  height: 34px;
  width: 89px;
  left: -2px;
  margin-right: -3px;
  margin-top: -3px;
  top: -3px;
  z-index: 1000;
}

.sbSelector {
  top: 5px;
}

.error .sbSelector, .error-center .sbSelector {
  padding-top: 3px;
}

.error-center {
  outline: solid 1px red !important;
  background: url("./resources/icons/icon_warning@.svg") no-repeat scroll 65% 15px !important;
  position: relative;
  background-size: 15px 15px !important;
  padding-left: 30px !important;
  border-radius: 0px;
}

.extend-full {
  padding-left: 3000px;
  margin-left: -3000px;
  padding-right: 3000px;
  margin-right: -3000px;
}

.account-settings-address-header {
  padding-bottom: 20px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.account-settings-address-header .page-heading {
  font-size: 24px;
  margin-top: 0;
  margin-top: 20px;
}
.account-settings-address-header .account-settings-address-save-btn {
  background-color: #5cdde0;
  font-weight: bold;
  display: inline;
  border: none;
  margin-top: 20px;
  height: 30px;
  width: 160px;
}

.account-settings-address-main {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  display: table-cell;
}
.account-settings-address-main .form-horizontal {
  margin-left: 0px;
  width: 600px;
}
.account-settings-address-main .form-horizontal .form-group .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none !important;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 38px;
  width: 100%;
  height: 35px;
  background: #EEEEEE;
  vertical-align: top;
  padding-left: 20px;
}
.account-settings-address-main .check {
  top: 7px;
}
.account-settings-address-main .checkbox:checked + span.check {
  background-image: url("./resources/icons/icon_check@2x.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 30% 20%;
  width: 15px;
  height: 15px;
  position: absolute;
}
.account-settings-address-main .checkbox {
  opacity: 0;
  z-index: 1000;
  width: 14px;
  height: 14px;
}
.account-settings-address-main .chk {
  width: 15px;
  height: 15px;
  border: 2px solid black;
  display: inline-block;
  top: 5px;
  z-index: 1;
}

.account-settings-address-container {
  max-width: 1440px;
}
.account-settings-address-container .account-settings-address {
  text-align: center;
  margin: 0 auto;
}
.account-settings-address-container .account-settings-address .section {
  font-weight: bold;
}
.account-settings-address-container .account-settings-address .margin-left {
  margin-left: 30px;
}
.account-settings-address-container .navigation {
  display: table-cell;
  padding-top: 15px;
  font-size: 12px;
  font-weight: normal;
  background: #eeeeee;
  width: 160px;
}
.account-settings-address-container .navigation .navcontents {
  display: table-cell;
  width: 155px !important;
  padding-left: 10px;
}
.account-settings-address-container .navigation .navcontents .active {
  border-bottom: 3px solid #13b0b5 !important;
}
.account-settings-address-container .navigation .navcontents .section {
  font-weight: normal;
  height: 30px !important;
  white-space: nowrap;
}
.account-settings-address-container .navigation .navcontents .section-separator {
  background-color: #cfcfcf !important;
  border: 0 none !important;
  clear: both !important;
  height: 3px !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  margin-left: 0px !important;
  width: 85% !important;
}
.account-settings-address-container .navigation .navcontents a {
  font-weight: normal !important;
  color: #001b24;
  text-decoration: none;
  font-size: 12px !important;
  border-bottom: 0px solid #13b0b5;
}
.account-settings-address-container .navigation .navcontents a:hover {
  background-color: #2dd0d1;
  cursor: pointer;
}

.padding-left {
  margin: 0px;
  padding-left: 10px !important;
  padding-right: 0px !important;
}

.padding-top {
  padding-top: 10px !important;
}

.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@font-face {
  font-family: Gothamroundedmedium;
  src: url("resources/fonts/Gothamroundedmedium.otf") format("opentype");
}
body {
  font-family: Gothamroundedmedium, sans-serif;
  overflow-x: hidden;
}

.read-only {
  background: none !important;
}

.account-settings-account-info-header-container {
  display: table;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.account-settings-account-info-header-container .cell {
  display: table-cell;
  width: 50%;
}

.account-settings-account-info-save-btn {
  background-color: #2dd0d1 !important;
  font-size: 14px;
  display: inline;
  border: none;
  margin-top: 20px;
  height: 30px;
  width: 160px;
  font-weight: bold;
  color: #FFF;
}

.account-settings-account-info-header {
  padding-bottom: 20px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.account-settings-account-info-header .page-heading {
  font-size: 24px;
  margin-top: 0;
  margin-top: 20px;
}
.account-settings-account-info-header .display-table {
  display: table;
  width: 100%;
}

.account-settings-account-info-body {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  border: 3px solid #eeeeee;
}
.account-settings-account-info-body a {
  font-weight: bold !important;
  color: #001b24;
  text-decoration: none;
  font-size: 12px !important;
  border-bottom: 0px solid #13b0b5;
  font-family: "Gotham Round SemiBold", sans-serif;
}
.account-settings-account-info-body div {
  margin: 0px;
}
.account-settings-account-info-body .navigation {
  background: #eeeeee none repeat scroll 0 0;
  display: table-cell;
  font-size: 12px;
  font-weight: 400;
  padding-top: 15px;
  width: 160px;
}
.account-settings-account-info-body .navigation .navcontents {
  display: table-cell;
  width: 155px !important;
  padding-left: 10px;
  white-space: nowrap;
}
.account-settings-account-info-body .navigation .navcontents .active {
  border-bottom: 3px solid #13b0b5 !important;
}
.account-settings-account-info-body .navigation .navcontents .section-separator {
  background-color: #cfcfcf !important;
  border: 0 none !important;
  clear: both !important;
  height: 3px !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  margin-left: 0px !important;
  width: 85% !important;
}

.account-settings-account-info-main {
  height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  display: table-cell;
}
.account-settings-account-info-main .form-horizontal {
  margin-left: 0px;
  width: 550px;
}
.account-settings-account-info-main .form-horizontal .form-group .form-control {
  color: var(--text-primary);
  border-radius: 0px;
  border: none;
  box-shadow: none !important;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 38px;
  font-family: "Gotham Round Book", sans-serif;
  font-size: 12px !important;
  width: 100%;
  height: 35px;
  background: #EEEEEE;
  vertical-align: top;
  padding-left: 20px;
}
.account-settings-account-info-main .check {
  top: 7px;
}
.account-settings-account-info-main .checkbox:checked + span.check {
  background-image: url("./resources/icons/icon_check@2x.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 30% 20%;
  width: 15px;
  height: 15px;
  position: absolute;
}
.account-settings-account-info-main .checkbox {
  opacity: 0;
  z-index: 1000;
  width: 14px;
  height: 14px;
}
.account-settings-account-info-main .chk {
  width: 15px;
  height: 15px;
  border: 2px solid black;
  display: inline-block;
  top: 5px;
  z-index: 1;
}

.account-settings-account-info-container .account-settings-account-info {
  text-align: center;
  margin: 0 auto;
}
.account-settings-account-info-container .account-settings-account-info .account-settings-account-info-banner {
  background-color: #EEEEEE;
}
.account-settings-account-info-container .account-settings-account-info .account-settings-account-info-banner .initials {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #2bbec2 !important;
  width: 30px !important;
  height: 30px !important;
  background: #5cdde0;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  margin-top: 15px;
  margin-right: 5px;
  padding-top: 5px !important;
  padding-bottom: 5px;
}
.account-settings-account-info-container .account-settings-account-info .account-settings-account-info-banner .banner-user {
  padding-left: 0px !important;
}
.account-settings-account-info-container .account-settings-account-info .account-settings-account-info-banner .banner-logo .logo {
  height: 50px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.account-settings-account-info-container .account-settings-account-info .account-settings-account-info-banner .banner-links {
  line-height: 40px;
  white-space: nowrap;
  height: inherit;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.account-settings-account-info-container .account-settings-account-info .account-settings-account-info-banner .banner-links .banner-link:not(:first-child) {
  margin-left: 30px;
}
.account-settings-account-info-container .account-settings-account-info .section {
  font-weight: bold;
}
.account-settings-account-info-container .account-settings-account-info .margin-left {
  margin-left: 30px;
}

.padding-left {
  margin: 0px;
  padding-left: 10px !important;
  padding-right: 0px !important;
}

.padding-top {
  padding-top: 10px !important;
}

.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.normal-font {
  font-weight: normal !important;
  font-family: "Gotham Round Book", sans-serif !important;
}

.email-link {
  border-bottom: 3px solid #13b0b5 !important;
  font-weight: bold;
  font-family: "Gotham Round Book", sans-serif !important;
}

.email-link:hover {
  color: #13b0b5 !important;
}

@media screen and (max-width: 991px) {
  .navigation, .account-settings-account-info-main {
    display: block;
    width: auto !important;
  }
  .account-settings-account-info-body {
    font-weight: bold !important;
  }
}
@media screen and (max-width: 768px) {
  .account-settings-account-info-main .normal-font {
    padding-left: 0px !important;
  }
  .account-settings-account-info-main .account-settings-account-info-save-btn {
    margin-right: -6px !important;
  }
}
@media only screen and (min-device-width: 1024px) {
  .account-profile-account-info-container {
    max-width: 1024px !important;
  }
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
}

.phoneinput {
  height: 33px;
  background: #eeeeee;
}

.account-profile-save-btn {
  background-color: #2dd0d1 !important;
  color: white !important;
  font-size: 14px;
  width: 300px;
  height: 40px;
  display: inline;
  border: none;
  margin-top: 20px;
  font-weight: bold;
}

.account-profile-header-container {
  display: table;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.account-profile-header-container .cell {
  display: table-cell;
  width: 50%;
}

.account-profile-header {
  display: block;
  padding-bottom: 20px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.account-profile-header .page-heading {
  font-size: 24px;
  margin-top: 0;
  margin-top: 20px;
}
.account-profile-header .h3 {
  font-size: 1.17em;
}

.navigation .section {
  height: 40px !important;
}

.account-profile-body {
  padding-left: 0px;
  padding-right: 0px !important;
  margin-left: 0px;
  margin-right: 0px;
  border: 3px solid #eeeeee;
}
.account-profile-body a {
  font-weight: bold !important;
  color: #001b24;
  text-decoration: none;
  font-size: 12px !important;
  border-bottom: 0px solid #13b0b5;
  font-family: "Gotham Round SemiBold", sans-serif;
}
.account-profile-body .navigation {
  background: #eeeeee none repeat-y scroll 0 0 !important;
  display: table-cell;
  font-size: 12px;
  padding-top: 15px;
  min-width: 155px;
  min-height: 100%;
  height: 100%;
  width: 160px;
}
.account-profile-body .navigation .navcontents {
  display: table-cell;
  width: 155px !important;
  padding-left: 10px;
}
.account-profile-body .navigation .navcontents .active {
  border-bottom: 3px solid #13b0b5 !important;
}
.account-profile-body .navigation .navcontents .section-separator {
  background-color: #cfcfcf !important;
  border: 0 none !important;
  clear: both !important;
  height: 3px !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  margin-left: 0px !important;
  width: 85% !important;
}
.account-profile-body .navigation .navcontents a:hover {
  text-decoration: none;
}
.account-profile-body .navigation .navcontents a.active {
  border-bottom: #13b0b5;
}

.account-profile-main {
  width: 800px;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  display: table-cell;
}
.account-profile-main .padding-left {
  margin: 0px;
  padding-left: 10px !important;
  padding-right: 0px !important;
}
.account-profile-main .padding-top {
  padding-top: 10px !important;
}
.account-profile-main .state-position {
  padding-top: 1px !important;
}
.account-profile-main .nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.account-profile-main .form-horizontal .form-group .form-control {
  color: var(--text-primary);
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 38px;
}
.account-profile-main div.row {
  margin: 0px;
}
.account-profile-main div.row.banner div.links {
  display: inline-block;
  height: 45px;
  margin: 0px;
}
.account-profile-main div.section {
  font-size: 12px !important;
  padding-left: 0px;
}
.account-profile-main div.margin-left {
  margin-left: 30px;
}
.account-profile-main .padding {
  margin: 0px;
  padding-left: 5px;
  padding-right: 0px;
}
.account-profile-main div.spacing {
  padding-left: 5px;
}
.account-profile-main input[type=text], .account-profile-main input[type=email] {
  width: 100%;
  height: 35px;
  border: 0px;
  background: #eeeeee;
  margin-top: 0px;
  font-size: 13px;
  vertical-align: top;
  padding-left: 20px;
}
.account-profile-main .check {
  top: 12px;
}
.account-profile-main .checkbox:checked + span.check {
  background-image: url("./resources/icons/icon_check@2x.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 30% 20%;
  width: 15px;
  height: 15px;
  position: absolute;
}
.account-profile-main .checkbox {
  opacity: 0;
  z-index: 1000;
  width: 14px;
  height: 14px;
}
.account-profile-main .chk {
  width: 15px;
  height: 15px;
  border: 2px solid black;
  display: inline-block;
  top: 5px;
  z-index: 1;
}
.account-profile-main span.label {
  font-size: 12px;
  font-weight: normal;
  color: black;
  padding-left: 0px;
  padding-right: 0px;
}
.account-profile-main span.checklabel {
  vertical-align: top;
  font-size: 12px;
  font-weight: normal;
}
.account-profile-main span.name {
  padding-left: 5px;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: block;
    width: auto !important;
  }
  .account-profile-header-container .cell {
    display: table-row;
    width: 100%;
  }
  .account-profile-body {
    font-weight: bold !important;
  }
}
@media only screen and (min-device-width: 1024px) {
  .account-profile-container {
    max-width: 1024px !important;
  }
}
.cmReferFriend {
  margin-right: 10px;
  width: 50px;
  height: 35px;
}

@media (min-width: 535px) and (max-width: 767px) {
  .cmReferFriend {
    margin-right: 20px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .cmReferFriend {
    margin-right: -10px;
  }
}
@media (min-width: 360px) and (max-width: 375px) {
  .cmReferFriend {
    margin-right: -4px;
  }
}
@media (min-width: 375px) and (max-width: 411px) {
  .cmReferFriend {
    margin-right: -1px;
  }
}
@media (min-width: 411px) and (max-width: 480px) {
  .cmReferFriend {
    margin-right: 5px;
  }
}
@media (min-width: 480px) and (max-width: 535px) {
  .cmReferFriend {
    margin-right: 14px;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .cmReferFriend {
    margin-right: -21px;
  }
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
}

.supplierHeadings {
  font-size: 13px;
  font-family: "Gotham Round Light", sans-serif !important;
  color: #a9a9a9;
}

.supplierContentText {
  font-size: 13px !important;
}

.supplierDevliveryInfo-Span {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 50px;
}

.supplierDevliveryInfo-P {
  font-size: 13px !important;
}

.account-supplier-save-btn {
  background-color: #2dd0d1 !important;
  color: white !important;
  font-size: 12px;
  height: 40px;
  display: inline;
  border: none;
  margin-top: 20px;
  width: 160px;
  margin-left: 10px;
  font-family: "Gotham Round SemiBold", sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}

.account-supplier-Download-btn {
  background-color: #FFFFFF !important;
  color: #2dd0d1 !important;
  font-size: 12px;
  height: 40px;
  display: inline;
  border: 2px solid #2dd0d1;
  margin-top: 20px;
  width: 160px;
  font-family: "Gotham Round SemiBold", sans-serif;
  font-weight: 100;
}

.suppliersContact .input-label {
  font-size: 13px;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
}

.confirm-user {
  margin-top: 75px;
  text-align: center;
}
.confirm-user .confirm-user-heading {
  font-size: 18px;
  font-family: "Gotham Round Book", sans-serif;
  margin-top: 50px;
  margin-bottom: 15px;
}
.confirm-user .confirm-user-heading .font-normal {
  font-size: 13px !important;
}
.confirm-user .confirm-user-heading h2 {
  font-family: "Gotham Round Book", sans-serif;
  font-size: 16px !important;
  margin-bottom: -5px;
}
.confirm-user .padding-left {
  padding-left: 5px !important;
}
.confirm-user .form-horizontal .form-group {
  white-space: nowrap;
}
.confirm-user .form-horizontal .form-group .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 38px;
}
.confirm-user .confirm-user-btn {
  color: #FFFFFF;
  font-size: 14px;
  border: 3px solid #5cdee0;
  background-color: #5cdee0;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  width: 100%;
}
.confirm-user .forget-pass {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 100px;
  margin-left: 0;
}
.confirm-user .forget-pass a {
  color: #001b24;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 3px solid #13b0b5;
  font-weight: 500 !important;
}
.confirm-user .confirm-user-footer {
  margin-top: 130px;
}
.confirm-user .confirm-user-footer .help-content p {
  font-size: 15px;
  line-height: 5px;
}
.confirm-user .confirm-user-footer .help-content a {
  color: #001b24;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 3px solid #13b0b5;
  font-family: "Gotham Round SemiBold", sans-serif;
  font-weight: 500 !important;
}
.confirm-user .confirm-user-footer .help-content a:hover {
  text-decoration: none;
  color: #13b0b5 !important;
}
@font-face {
  font-family: Gothamroundedmedium;
  src: url("resources/fonts/Gothamroundedmedium.otf") format("opentype");
}
body {
  font-family: Gothamroundedmedium, sans-serif;
}

* {
  box-sizing: border-box;
}

.create-password {
  margin-top: 75px;
  text-align: center;
}
.create-password .create-password-heading {
  font-size: 18px;
  font-family: "Gotham Round Book", sans-serif;
  margin-top: 50px;
  margin-bottom: 15px;
}
.create-password .create-password-heading .font-normal {
  font-size: 13px !important;
}
.create-password .create-password-heading h2 {
  font-family: "Gotham Round Book", sans-serif;
  font-size: 16px !important;
  margin-bottom: -5px;
}
.create-password .form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
}
.create-password .form-horizontal .form-group .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 38px;
}
.create-password .form-horizontal .form-group .back-btn {
  background-color: white;
  color: #2dd0d1;
  font-size: 14px;
  border: 3px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-right: 5px;
  font-weight: 500;
  color: black;
}
.create-password .form-horizontal .form-group .next-btn {
  background-color: #5cdee0;
  color: #FFFFFF;
  font-size: 14px;
  border: 3px solid #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-weight: 500;
}
.create-password .form-horizontal .form-group button {
  flex: 1;
}
.create-password .create-password-footer {
  margin-top: 130px;
}
.create-password .create-password-footer .help-content p {
  font-size: 15px;
  line-height: 5px;
}
.create-password .create-password-footer .help-content a {
  font-weight: 500 !important;
  color: #001b24;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 3px solid #13b0b5;
  font-family: "Gotham Round SemiBold", sans-serif;
}
.create-password .create-password-footer .help-content a:hover {
  text-decoration: none;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
  overflow-x: hidden;
}

.email-reset {
  margin-top: 75px;
  text-align: center;
}
.email-reset .email-reset-heading {
  margin-top: 25px;
  margin-bottom: 15px;
}
.email-reset .email-reset-btn {
  color: #FFFFFF;
  font-size: 14px;
  border: 3px solid #5cdee0;
  background-color: #5cdee0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 45px !important;
  width: 100%;
  font-weight: 500;
}
.email-reset .form-horizontal .form-group {
  white-space: nowrap;
}
.email-reset .form-horizontal .form-group .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 45px;
}
.email-reset .form-horizontal .email-active-green {
  background-color: #40df77;
  border: 3px solid #40df77;
}
.email-reset .form-horizontal .email-reset-btn .email-sent-placeholder {
  display: inline-block;
}
.email-reset .form-horizontal .email-reset-btn .email-reset-button-text {
  display: inline-block;
}
.email-reset .forget-pass {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 100px;
  margin-left: 0;
}
.email-reset .forget-pass a {
  font-weight: bold !important;
  color: #001b24;
  text-decoration: none;
  font-size: 12px !important;
  border-bottom: 0px solid #13b0b5;
  font-family: "Gotham Round SemiBold", sans-serif;
}
.email-reset .forget-pass a:hover {
  color: #13b0b5;
}
.email-reset .email-reset-footer {
  margin-top: 100px !important;
  margin-bottom: 15px;
}
.email-reset .email-reset-footer .help-content p {
  font-size: 15px;
  line-height: 5px;
}
.email-reset .email-reset-footer .help-content a {
  font-weight: bold !important;
  color: #001b24;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 3px solid #13b0b5;
  font-weight: 500 !important;
  font-family: "Gotham Round SemiBold", sans-serif;
}
.email-reset .email-reset-footer .help-content a:hover {
  text-decoration: none;
  color: #13b0b5;
}
.email-reset .forgetBottomSpace {
  margin-bottom: 200px;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
}

.navbar, .navbar-default {
  background-color: transparent !important;
  padding: 0px !important;
  border-color: none !important;
  border: 0px !important;
  margin-bottom: 0px;
}
.navbar li a, .navbar-default li a {
  color: #000 !important;
}
.navbar .nav, .navbar .navbar-nav, .navbar-default .nav, .navbar-default .navbar-nav {
  background-color: transparent !important;
}
.navbar .nav .active, .navbar .navbar-nav .active, .navbar-default .nav .active, .navbar-default .navbar-nav .active {
  background-color: transparent !important;
}
.navbar .nav .active li, .navbar .navbar-nav .active li, .navbar-default .nav .active li, .navbar-default .navbar-nav .active li {
  color: #000;
  cursor: pointer;
}
.navbar .nav .active a, .navbar .navbar-nav .active a, .navbar-default .nav .active a, .navbar-default .navbar-nav .active a {
  background-color: transparent;
  border-bottom: 3px solid #13b0b5 !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-family: Gothamroundedmedium, sans-serif;
  color: #000 !important;
  cursor: pointer;
}
.navbar .nav .active a:hover, .navbar .navbar-nav .active a:hover, .navbar-default .nav .active a:hover, .navbar-default .navbar-nav .active a:hover {
  background-color: transparent !important;
  font-family: Gothamroundedmedium, sans-serif;
  font-weight: bold;
  color: #000 !important;
  cursor: pointer;
  border-bottom: 3px solid #13b0b5 !important;
}
.navbar .nav .active a:active, .navbar .navbar-nav .active a:active, .navbar-default .nav .active a:active, .navbar-default .navbar-nav .active a:active {
  background-color: transparent !important;
  font-family: Gothamroundedmedium, sans-serif;
  font-weight: bold;
  color: #000 !important;
  cursor: pointer;
  border-bottom: 3px solid #13b0b5 !important;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
body {
  font-family: "Gotham Round SemiBold", sans-serif;
}

.order-well p {
  font-size: 14px;
}
.order-well p strong {
  font-size: 14px;
  font-weight: 600;
}

.order-status p {
  line-height: 40px;
}

.glyphicon img {
  width: 15px;
  height: 19px;
  margin-top: -6px;
  margin-left: -2px;
  margin-right: 2px;
}

.print-pdf-icons a img {
  width: 22px;
  height: 25px;
  margin-right: 15px;
}

.sample [data-toggle=collapse].collapsed .if-not-collapsed,
.sample [data-toggle=collapse]:not(.collapsed) .if-collapsed {
  display: none;
}

.close-btn {
  float: right;
  margin-top: -33px;
  right: -20px;
}

.text-small {
  font-size: 12px !important;
}

.link {
  text-decoration: underline;
  border-bottom: 3px solid #13b0b5;
  font-family: "Gotham Round Book", sans-serif !important;
}

.link:hover {
  color: #13b0b5;
}

.confirm-report {
  white-space: nowrap !important;
}

.alert {
  background-color: #f5f5f5;
}

.orderhistory-element-gropus {
  margin-top: 10px !important;
}
.orderhistory-element-gropus .form-group {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.orderhistory-element-gropus .form-group .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  height: 44px;
}
.orderhistory-element-gropus .form-group .confirm-btn {
  background-color: #2dd0d1;
  color: white;
  font-size: 14px;
  height: 35px;
  width: 100%;
  border: 2px solid #2dd0d1 !important;
  margin-right: 5px;
}
.orderhistory-element-gropus .form-group .confirm-btn:active {
  padding: 0px;
}
.orderhistory-element-gropus .form-group .report-btn {
  background-color: white;
  color: #2dd0d1;
  font-size: 14px;
  height: 35px;
  width: 100%;
  border: 2px solid #2dd0d1 !important;
}
.orderhistory-element-gropus .form-group .report-btn:active {
  padding: 0px;
}
.orderhistory-element-gropus .form-group button {
  flex: 1;
}

.submit-btn {
  background-color: #2dd0d1;
  color: white;
  font-size: 14px;
  height: 35px;
  width: 100px;
  border: 2px solid #2dd0d1 !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .order-status {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .searchbox {
    width: 94% !important;
  }
  .search-action {
    width: 30px !important;
    margin-right: 15px !important;
  }
  .orderhistory-reset-search {
    right: 52px !important;
  }
  .normal-font {
    padding-left: 5px;
  }
}
.report {
  padding: 10px;
}
.report .content {
  margin-top: 10px;
}
.report .chart-small {
  width: 200px;
}
.report .chart-medium {
  width: 400px;
}
.report .chart-large {
  width: 700px;
}
.report .chart-full {
  width: 1000px;
}
.report .tagline {
  font-size: 16px;
  width: 100%;
  color: gray;
}

.grid-item {
  padding: 10px;
  background-color: #F1F1F1;
  border-radius: 5px !important;
}
.grid-item .value {
  font-size: 30px;
  width: 100%;
  font-weight: bold;
  color: #13b0b5;
  text-align: center;
}
.grid-item .header {
  font-size: 20px;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.grid-item .tagline {
  font-size: 14px;
  width: 100%;
  color: gray;
  text-align: center;
}
.grid-item .padleft {
  margin-left: 0px 0px 0px 5px;
}

.product {
  font-size: 14px !important;
}
.product .unit-size {
  font-size: 12px !important;
  color: gray !important;
}
.product .category {
  font-size: 12px !important;
  color: gray !important;
}
.product .divider {
  font-size: 12px !important;
  color: gray !important;
}
.terms-condition-container {
  box-shadow: rgba(76, 13, 13, 0.03) 0px 14px 16px 7px;
  background: white;
  margin-top: 5vh;
}
.terms-condition-container .terms-condition-content {
  margin: 15px;
}
.terms-condition-container .terms-condition-content .chk {
  width: 20px;
  height: 20px;
  padding-top: 6px;
  display: inline-block;
}
.terms-condition-container .terms-condition-content .checkbox {
  width: 20px;
  height: 20px;
  margin-left: -1.5px;
  margin-top: -1px;
}
.terms-condition-container .footer-line {
  border-top: 2px solid #ddd;
}
.terms-condition-container .terms-confirm-btn {
  width: 100%;
  background-color: #ddd;
}
.terms-condition-container .terms-condition-btn-enabled {
  width: 100%;
  background-color: #17bbc0;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("../resources/fonts/GothamRoundedLight_21020.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("../resources/fonts/GothamRoundedBook_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Round SemiBold";
  src: url("../resources/fonts/GothamRnd-Medium.otf") format("opentype");
}
.unauthorizedContainer {
  padding-left: 10%;
  padding-right: 10%;
  margin-top: -10px;
  background-color: #f5f5f5;
}
.unauthorizedContainer .errorContent {
  background-color: #FFFFFF;
}
.unauthorizedContainer .mainLogo {
  text-align: center !important;
}
.unauthorizedContainer .mainLogo img {
  height: 30px;
  padding-top: 10px;
  text-align: center !important;
}

/* 401 page style start */
.unauthorizedContainerContent {
  background-color: #FFFFFF;
  text-align: center;
  height: 91vh;
}
.unauthorizedContainerContent h1 {
  padding-top: 30px;
  font-size: 32px;
  font-family: "Gotham Round SemiBold", sans-serif;
}
.unauthorizedContainerContent h2 {
  font-family: "Gotham Round Light", sans-serif;
  line-height: 30px;
  font-size: 20px;
}
.unauthorizedContainerContent h2 a {
  font-family: "Gotham Round SemiBold", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #76e7eb;
}
.unauthorizedContainerContent p {
  font-family: "Gotham Round Light", sans-serif;
  line-height: 30px;
  font-size: 15px;
}
.unauthorizedContainerContent p a {
  font-family: "Gotham Round SemiBold", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #76e7eb;
}
.unauthorizedContainerContent hr {
  width: 70%;
  height: 0.5px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px;
}
.unauthorizedContainerContent .row {
  text-align: left;
}
.unauthorizedContainerContent .starImg {
  float: right;
  height: 70px;
  margin-top: -10px;
}
.unauthorizedContainerContent h4 {
  font-family: "Gotham Round SemiBold", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}