header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .bar {
  height: 5px;
  width: 100%;
  background: #d60000;
}
header .header {
  padding-top: 18px;
  line-height: 60px;
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #171717;
}
header .logo {
  margin: 0 auto;
  height: 30px;
  width: 255px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
header .logo .img {
  width: 140px;
  background: url("images/sprite.png");
}
header .logo .text {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 21px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  min-width: 0;
  padding-top: 5px;
}

header.loggedin .header {
  padding-top: 0;
}
header.loggedin .logo-short {
  float: left;
  height: 28px;
  min-width: 50px;
  background: url(images/sprite.png) no-repeat -57px -61px;
  border-right: solid #565656 1px;
  cursor: pointer;
  margin: 15px 5px 17px 25px;
  z-index: 10001;
}
header.loggedin .logo-short::after {
  display: none;
}
header.loggedin .logoutDropDownButton {
  display: flex;
  align-items: center;
  margin-top: 41px;
  background-color: #fff;
  position: fixed;
  box-shadow: 0.3px 1px 5px rgba(0, 0, 0, 0.4);
  left: 0%;
  right: 0%;
  border-radius: 2px;
  z-index: 1;
  z-index: 9999;
}
header.loggedin .logoutDropDownButton-container {
  cursor: pointer;
}
header.loggedin .logoutDropDownButton-text {
  flex-grow: 1;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #5c5c5c;
  z-index: 1;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 25px;
}
header.loggedin .logoutDropDownButton-icon {
  z-index: 1;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  color: #5c5c5c;
  transform: matrix(1, 0, 0, -1, 0, 0);
  padding: 0 25px;
}
header.loggedin .event-name-holder {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
  flex-grow: 1;
  min-width: 0px;
}
header.loggedin .event-name {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Roboto";
  font-style: normal;
  text-align: left;
  padding: 0 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  min-width: 0;
}
header.loggedin .logout {
  float: right;
  line-height: 40px;
  border-left: 1px solid #565656;
  padding: 8px 15px;
  cursor: pointer;
}
header.loggedin .logout-text {
  color: #FFFFFF;
}
header.loggedin .menuButtons {
  padding: 0 5px;
  border-left: 1px solid #565656;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 65px;
}
header.loggedin .menuButtons-container {
  display: flex;
  justify-content: center;
}
header.loggedin .menuButtons-text {
  color: #8e8e8e;
  line-height: 0px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin: auto;
}
header.loggedin .menuButtons-cart, header.loggedin .menuButtons-scan, header.loggedin .menuButtons-report {
  color: #8e8e8e;
  font-size: 25px;
  margin: auto auto 0;
}
header.loggedin .menuButtons-active {
  color: #fff;
}
header.loggedin .menuButtons-badge {
  position: absolute;
  top: 15px;
  right: 5px;
  padding: 0px 7px;
  color: white;
  font-size: 10px;
  line-height: 13px;
  background: #FF0000;
  border-radius: 7px;
}
header.loggedin .menuButtons[disabled] {
  pointer-events: none;
}
header.loggedin .menuButtons .icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 10001;
  background-repeat: no-repeat;
}
header.loggedin .menuButtons .icon-report {
  background: url("images/report-icon-default.png");
}
header.loggedin .menuButtons .icon-report-active {
  background: url("images/report-icon.png");
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* mixin for multiline */
html, body {
  height: 100%;
}

body {
  color: #121212;
  font-family: "Roboto", "sans-serif";
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  padding-top: 65px;
  font-size: 14px;
  line-height: 1.42857;
}
body.modal-open {
  overflow-x: hidden;
}

.container-fluid {
  width: 100%;
  padding: 10px 0 50px;
}

.row {
  padding: 0 10%;
}
.row > div {
  display: inline-block;
}

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

.font-bold {
  font-weight: bold;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  width: 100%;
  padding: 5px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
}

button {
  color: #fff;
  height: 40px;
  border: none;
  outline: none;
  width: 100%;
}

.dark-gradient {
  background: #363636;
  background: -webkit-linear-gradient(#676767, #363636);
  background: -o-linear-gradient(#676767, #363636);
  background: -moz-linear-gradient(#676767, #363636);
  background: linear-gradient(#676767, #363636);
}

.dark-gradient:hover {
  background: #3E3E3E;
  background: -webkit-linear-gradient(#6D6D6D, #3E3E3E);
  background: -o-linear-gradient(#6D6D6D, #3E3E3E);
  background: -moz-linear-gradient(#6D6D6D, #3E3E3E);
  background: linear-gradient(#6D6D6D, #3E3E3E);
}

.btn-gradient {
  background: #8e8e8e;
  background: -webkit-linear-gradient(#b5b5b5, #8e8e8e);
  background: -o-linear-gradient(#b5b5b5, #8e8e8e);
  background: -moz-linear-gradient(#b5b5b5, #8e8e8e);
  background: linear-gradient(#b5b5b5, #8e8e8e);
}

.light-gradient {
  background: #ccc;
  background: -webkit-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -moz-linear-gradient(#fff, #ccc);
  background: linear-gradient(#fff, #ccc);
  border: 1px solid #bbb;
  color: #121212;
  font-weight: bold;
}
.light-gradient:hover {
  border-color: #bbb;
}

span {
  color: #8b8b8b;
}

.screen-title {
  justify-content: center;
  font-weight: bold;
  font-size: 21px;
}

.error {
  height: 65px;
}

.error-message {
  padding: 12px;
  height: 100%;
  width: 100%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #d60000;
}
.error-message span {
  color: #d60000;
}

.cart-error-message {
  color: #d60000;
  padding: 0 8px;
}
.cart-error-message.no-padding {
  padding: 0;
}

.enter-bp {
  display: flex;
  justify-content: center;
}
.enter-bp > div:first-child {
  width: 172px;
}
.enter-bp > div:last-child {
  min-width: 78px;
  margin-left: 4px;
}

.or {
  border-bottom: 1px solid #CBCBCB;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 0px;
  text-transform: uppercase;
  margin: 20px 25px;
}

.or-span {
  background-color: white;
  padding: 0 10px;
}

.delete-item {
  color: #d60000;
  cursor: pointer;
}
.delete-item:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 12px;
  margin-right: 10px;
  background: url("images/sprite.png") no-repeat -1px -39px;
}

.hide {
  display: none !important;
}

.scan-btn-container {
  padding: 10px 25px 0px 25px;
}

.scan-btn {
  height: 60px;
}

.scanPage-btn {
  height: 60px;
  background: #FF0000;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  font-style: normal;
}

.no-connection {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.no-connection .backdrop {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.no-connection .warning-message {
  display: block;
  background: #700000;
  color: #fff;
  font-size: 13px;
  padding: 17px 0;
  z-index: 10001;
  position: absolute;
  width: 100%;
}

.emptyQty-error {
  line-height: 30px;
  min-height: 30px;
  width: 100%;
  color: #d60000;
}

.product-details, .user-details, .select-user {
  padding: 20px 0;
}

.watermark {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-35%) rotate(45deg);
  pointer-events: none;
  z-index: 1000;
}
.watermark-text {
  font-family: "Roboto";
  color: rgba(29, 28, 28, 0.795);
  font-size: 40px;
  text-align: center;
  opacity: 90%;
  max-width: 95%;
  font-weight: 800;
}

.search-container {
  position: relative;
}
.search-container-input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 10px 40px;
  border: 1px solid #000000;
  outline: none;
}
.search-container #search-container-button {
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0px 1px 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 40px;
}
.search-container #search-container-button .search-container-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 28px;
  height: 28px;
  font-size: 16px;
  color: #282828;
  font-weight: 600;
}
.search-container #search-container-button:hover .search-container-button-icon, .search-container #search-container-button:focus .search-container-button-icon, .search-container #search-container-button:active .search-container-button-icon {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.divider {
  border-bottom: 1px solid #CBCBCB;
  margin: 24px 0px;
}

.form-control {
  border-radius: 0;
  font-size: 14px;
}
.form-control:focus {
  border-color: #000000;
  box-shadow: none;
}

.row.error .error-message {
  padding: 12px;
}

.screen-loading .backdrop {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.screen-loading .loader {
  width: 54px;
  height: 55px;
  background: url("../assets/images/loader.gif") no-repeat center center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  z-index: 10001;
}

#login-area input[type=text],
#login-area input[type=password] {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset;
  box-sizing: border-box;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  letter-spacing: 0.28px;
  padding: 10px;
  text-align: left;
  padding-right: 45px;
}
#login-area input[type=text][required],
#login-area input[type=password][required] {
  border: 1px solid #010101;
}
#login-area input.ng-invalid.ng-touched[type=text], #login-area input.ng-invalid.ng-touched[type=password] {
  border-color: #ff0000;
}
#login-area form {
  display: block;
  margin-top: 0;
}
#login-area .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0 12px;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 32px;
  text-decoration: none;
  outline: none;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#login-area .btn:disabled {
  pointer-events: auto;
}
#login-area .btn.btn-black {
  background-color: #333;
  background-image: -webkit-linear-gradient(top, #666 0, #333 100%);
  background-image: -o-linear-gradient(top, #666 0, #333 100%);
  background-image: linear-gradient(to bottom, #666 0, #333 100%);
  background-repeat: repeat-x;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: normal;
  padding: 0 10px;
}
#login-area .btn.btn-black :hover, #login-area .btn.btn-black :focus {
  background-image: none;
  outline: none;
}
#login-area .btn.btn-lg {
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  line-height: 0;
  padding: 0 15px;
}
#login-area .btn.full-width {
  display: block;
  width: 100%;
}
#login-area .login-container {
  max-width: 550px;
  padding: 40px 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#login-area .login-container .login-header {
  color: #333;
  font-size: 20px;
  margin: 20px 0;
}
#login-area .login-error {
  color: #d60000;
  font-style: italic;
  font-weight: 600;
  padding: 14px 20px;
}
#login-area .login-data {
  margin: 20px auto 10px;
  width: 60%;
}
#login-area .login-data input {
  margin-bottom: 10px;
}
#login-area .login-data button {
  margin-top: 20px;
}
#login-area .login-footer {
  background: #d0d0d0 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}
#login-area .login-footer .container p {
  margin: 0 0 0 3px;
  padding: 10px 5%;
}
#login-area .text-color-muted {
  color: #878787;
}
#login-area .login-bg {
  position: fixed;
  background-color: #f2f2f2;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
  height: 100%;
}
#login-area .password-input {
  position: relative;
  margin-bottom: 30px;
}
#login-area .password-eye-container {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  padding: 8px;
  height: 40px;
  width: 40px;
}
#login-area .password-eye-icon {
  background: url("../assets/images/sprite.png") no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}
#login-area .password-invisible-icon {
  background-position: -161px -114px;
}
#login-area .password-visible-icon {
  background-position: -139px -114px;
}
#login-area .reset-password-container {
  margin-top: 28px;
  line-height: 20px;
  font-style: italic;
}
#login-area .login-link-action {
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}
#login-area .login-link-action:hover {
  text-decoration: none;
}
#login-area .reset-password-header {
  color: #333;
  font-size: 20px;
  margin: 20px 0 30px 0;
  font-weight: normal;
}
#login-area .reset-usertype-buttons {
  margin: 20px auto 10px;
  width: 75%;
}
#login-area .usertype-button {
  margin-bottom: 15px;
  border: 1px solid #b5b5b5;
  height: 40px;
  cursor: pointer;
  letter-spacing: 0.28px;
  padding: 10px;
  background-color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
#login-area .usertype-button a {
  color: #333;
  text-decoration: none;
}
#login-area .usertype-button:hover > a {
  color: #777;
}
#login-area .reset-go-back-button {
  margin-top: 60px;
}

.cart-details {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 65px;
}
.cart-details .cart-actions {
  padding: 24px 24px 0 24px;
}
.cart-details .cart-actions .actions-container {
  display: flex;
  flex-direction: row;
}
.cart-details .cart-actions .search-container {
  width: 100%;
}
.cart-details .cart-actions .filter-container {
  margin: 0px 10px;
  min-width: 80px;
}
.cart-details .cart-actions .filter-container-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #000000;
  background-color: #fff;
}
.cart-details .cart-actions .filter-container-button-icon {
  font-size: 16px;
  color: #282828;
  font-weight: 600;
}
.cart-details .cart-actions .filter-container-button-text {
  margin-left: 10px;
}
.cart-details .cart-actions .filter-container:hover .filter-container-button-icon, .cart-details .cart-actions .filter-container:focus .filter-container-button-icon, .cart-details .cart-actions .filter-container:active .filter-container-button-icon {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.cart-details .cart-actions .refresh-container-button {
  padding: 0;
  width: 40px;
  cursor: pointer;
  border: 1px solid #000000;
  background-color: #fff;
}
.cart-details .cart-actions .refresh-container-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 25px;
  height: 30px;
  font-size: 16px;
  color: #282828;
  font-weight: 600;
}
.cart-details .cart-actions .refresh-container:hover .refresh-container-button-icon, .cart-details .cart-actions .refresh-container:focus .refresh-container-button-icon, .cart-details .cart-actions .refresh-container:active .refresh-container-button-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out 0s;
}
.cart-details .cart-info {
  width: 100%;
  height: 100%;
  display: table;
  color: #5C5C5C;
}
.cart-details .cart-info .centered-element {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cart-details .cart-info .no-cart-icon {
  display: block;
  margin: 30px 0px;
  color: #CFCFCF;
  font-size: 40px;
}
.cart-details .cart-data {
  padding: 0 24px 24px 24px;
  overflow-y: auto;
}
.cart-details .cart-data .reminder-message {
  color: red;
}
.cart-details .cart-item {
  margin-bottom: 20px;
}
.cart-details .cart-item:first-child .part-number-label {
  margin-top: 1px;
}

.search-results {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 65px;
}
.search-results .search-actions {
  padding: 24px 24px 0 24px;
}
.search-results .search-actions .search-container-input {
  padding: 10px 40px 10px 40px;
}
.search-results .search-actions #reset-container-button {
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 1px 1px 0;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 40px;
}
.search-results .search-actions .reset-container-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 28px;
  height: 28px;
  color: #282828;
}
.search-results .search-actions .search-info {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  z-index: -1;
  color: #5C5C5C;
}
.search-results .search-actions .search-info .no-results-icon {
  display: block;
  margin: 30px 0px;
  color: #CFCFCF;
  font-size: 40px;
}
.search-results .search-actions .centered-element {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.search-results .search-results-data {
  padding: 0 24px 24px 24px;
  overflow-y: auto;
}
.search-results .search-results-data .reminder-message {
  color: red;
}
.search-results .result-item {
  margin-bottom: 20px;
}
.search-results .result-item:first-child .part-number-label {
  margin-bottom: 0px;
  font-weight: bold;
}

.select-user .screen-title {
  margin: 10px 0 20px;
}
.select-user .error {
  margin: 30px 0 35px;
}
.select-user .row {
  margin-left: -15px;
  margin-right: -15px;
}
.select-user .row > * {
  padding: 0;
}

.user-details {
  padding: 0px;
}
.user-details .expanded:after {
  transform: rotate(180deg);
}
.user-details .current-user-container {
  position: relative;
  padding: 0;
}
.user-details .user-name {
  display: block;
}
.user-details .clear-franchisee {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
}
.user-details .scan-result {
  margin-top: 30px;
}
.user-details .scan-result > * {
  padding: 0;
}
.user-details .error {
  margin: 20px 0 10px;
}
.user-details .row {
  margin-left: -15px;
  margin-right: -15px;
}
.user-details .row > * {
  padding: 0;
}

.product-details .screen-title {
  margin: 10px 0 10px;
}
.product-details .price {
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  font-size: 18px;
}
.product-details .qty {
  text-align: center;
  margin-bottom: 15px;
}
.product-details .qty > div > div {
  width: 50px;
  padding: 0 5px;
  float: left;
}
.product-details .qty > div > div input {
  text-align: center;
}
.product-details .qty > div > div.qty-container {
  width: 65px;
}
.product-details .qty button {
  padding: 0;
  font-size: 27px;
  text-align: center;
  line-height: 1;
}
.product-details .price.total {
  margin-bottom: 0;
}
.product-details .error {
  margin: 85px 0 90px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.fade.in {
  opacity: 1;
}
.modal.fade.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.modal-dialog .modal-content .modal-header {
  justify-content: center;
}
.modal-dialog .modal-content .modal-body {
  color: #121212;
}
.modal-dialog .modal-content .modals-footer .btn-sm {
  font-size: 12px;
  pointer-events: auto;
}
.modal-dialog .modal-content .modals-footer .btn-sm:disabled {
  cursor: not-allowed;
}
.modal-dialog .modal-content .modals-footer .btn-sm:hover {
  color: #333;
}

.modals-buttonUpdate {
  width: 120px;
  height: 40px;
  line-height: 30px;
  color: #fff;
}
.modals-buttonYes {
  margin: 5px;
  width: 80px;
  color: #fff;
}
.modals-buttonYes:disabled {
  color: #fff;
  border: 1px solid transparent;
}
.modals-buttonNo {
  width: 80px;
  margin: 5px;
}
.modals-header {
  font-size: 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0.4px;
}
.modals-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}
.modals-footer {
  display: flex;
  flex-direction: row;
  min-width: 200px;
  flex-flow: nowrap;
  margin-bottom: 10px;
  justify-content: center;
}

.cartSortModal input[type=radio] {
  display: none;
}
.cartSortModal input:checked + label {
  color: #FF0000;
}
.cartSortModal input:checked + label:before {
  background: #fff;
  border-color: #FF0000;
}
.cartSortModal input:checked + label:before {
  border-color: #fff;
  border: none;
  background: #FF0000;
}
.cartSortModal-selectSortContainer-item-label {
  color: #4A4A4A;
  display: block;
  cursor: pointer;
  padding: 10px 10px 10px 30px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartSortModal-selectSortContainer-item-label:first-of-type {
  border: 0;
}
.cartSortModal-selectSortContainer-item-label:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #CBCBCB;
}

.selectColorModal-part-title {
  font-weight: bold;
}
.selectColorModal-configure-color {
  padding-bottom: 20px;
}

.collapsible-icon {
  padding-bottom: 0px;
}

.total-Qty-selected {
  padding-left: 15px;
}

.color-container {
  padding-left: 15px;
}

.collapsible-product-title {
  display: flex;
  flex-basis: 100%;
}

.selectColorModal-part-title {
  font-weight: normal;
  padding-left: 3px;
}

.select-color-modal-container .modal-dialog {
  width: 85%;
  max-width: 85%;
}
.select-color-modal-container .modal-body {
  height: 60vh;
  overflow-y: auto;
}
.select-color-modal-container .configure-color-container {
  display: flex;
  justify-content: space-between;
}
.select-color-modal-container .configure-color-container .quantity-container {
  display: flex;
}
.select-color-modal-container .quantity-input-value {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  text-align: center;
  width: 40px;
  padding: 2px;
  border: white;
  outline: none;
}
.select-color-modal-container .quantity-buttons {
  border: 1px solid #CBCBCB;
  box-sizing: border-box;
  color: #171717;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  padding: 0;
}
.select-color-modal-container .red-text {
  color: red;
}
.select-color-modal-container .electric-green-text {
  color: #00cc00;
}
.select-color-modal-container .modals-buttonYes {
  white-space: normal;
  padding: 0 5px;
}

.totals-container {
  margin-top: 20px;
  background-color: #F2F2F2;
  border-radius: 2px;
  box-shadow: 0.3px 1px 5px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.totals-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}
.totals-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #5C5C5C;
  margin: 10px;
}
.totals-row-container {
  margin: 0px;
}
.totals-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.totals-textRight {
  text-align: right;
  margin-right: 15px;
}
.totals-textLeft {
  text-align: left;
  margin-left: 15px;
}
.totals-incentive {
  font-size: 12px;
  margin-right: 15px;
}
.totals-icon {
  text-align: right;
  margin-right: 15px;
  line-height: 2;
}
.totals-specialList {
  margin-top: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.product-details-directive {
  display: flex;
  flex-flow: column;
  font-weight: bold;
  padding-top: 12px;
}
.product-details-directive .product-details-title {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  font-size: 12px;
}
.product-details-directive .product-details-body {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.product-details-directive .product-detailsAndQuantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.product-details-directive .color-selection {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.product-details-directive .link-button {
  margin-bottom: 0px;
  color: #4990e2;
  cursor: pointer;
  background-color: white;
  text-align: start;
  padding-left: 0px;
  height: fit-content;
  width: fit-content;
  font-weight: 500;
}
.product-details-directive .non-configured-cart-button {
  float: right;
}
.product-details-directive .priceAndAction-container {
  display: flex;
  justify-content: space-between;
}
.product-details-directive .add-container {
  display: flex;
  align-content: center;
  justify-content: center;
  padding-left: 50px;
}
.product-details-directive .increase-decrease-container {
  display: flex;
  padding-bottom: 8px;
  font-size: 10px;
}
.product-details-directive .part-number-label {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
}
.product-details-directive .product-description-label {
  overflow: hidden;
  position: relative;
  margin-right: -10px;
  padding-right: 10px;
  max-height: 55px;
  font-size: 14px;
  word-wrap: break-word;
  font-weight: bold;
}
.product-details-directive .product-description-label:before {
  content: "...";
  position: absolute;
  right: -1px;
  bottom: 0;
}
.product-details-directive .product-description-label:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  background: white;
}
.product-details-directive .product-description-label:before {
  bottom: -5px;
}
.product-details-directive .product-description-label span {
  color: #4A4A4A;
}
.product-details-directive .price {
  font-size: 14px;
  line-height: 14px;
  color: #4A4A4A;
  text-align: start;
}
.product-details-directive .action-btn {
  align-items: flex-end;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.5px;
  color: white;
  width: 120px;
  background-color: black;
  box-sizing: border-box;
  margin-top: 10px;
}
.product-details-directive .action-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-details-directive .qty-buttons {
  border: 1px solid #CBCBCB;
  box-sizing: border-box;
  color: #171717;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  padding: 0;
}
.product-details-directive .input-value {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  text-align: center;
  width: 40px;
  padding: 2px;
  border: white;
  outline: none;
}
.product-details-directive .reminder-message {
  color: red;
  font-weight: normal;
  padding-bottom: 12px;
}

.franchiseeDirective {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0.3px 1px 5px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  margin: 0;
  padding: 10px 25px 2px 25px;
}
.franchiseeDirective .screen-title-multifranchisee {
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
.franchiseeDirective .current-user-container-button {
  cursor: pointer;
}
.franchiseeDirective .screen-title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
.franchiseeDirective .caret-button {
  position: absolute;
  right: 25px;
  top: 23px;
  color: #171717;
}
.franchiseeDirective .user-bp-no {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 5px;
  color: #5C5C5C;
}
.franchiseeDirective .children-list-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 999;
}
.franchiseeDirective .children-list-container .children-list {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  list-style-type: none;
  max-height: 250px;
  overflow-y: scroll;
  margin: 0;
  padding: 10px 25px 2px 25px;
  background: #FFFFFF;
}
.franchiseeDirective .children-list-container .child-item {
  padding-bottom: 0px;
  background-color: #FFFFFF;
  cursor: pointer;
  height: 50px;
}
.franchiseeDirective .children-list-container .child-item .child-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #5C5C5C;
}
.franchiseeDirective .children-list-container .child-item .child-bpNumber {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #5C5C5C;
  padding-bottom: 7px;
}
.franchiseeDirective .divider {
  margin: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .watermark-text {
    font-size: 30px;
  }
  .details-table {
    width: 300%;
  }
}
/* Small Devices, Phones */
@media only screen and (min-width: 410px) {
  .watermark-text {
    font-size: 35px;
  }
  .details-table {
    width: 300%;
  }
}
@media only screen and (min-width: 250px) and (max-width: 360px) {
  .totals-title {
    font-size: 14px;
  }
  .totals-row {
    line-height: 10px;
    font-size: 10px;
    margin: 5px;
  }
  .totals-row-container {
    margin: 0px;
  }
  .totals-incentive {
    font-size: 9px;
  }
  .totals-specialList {
    margin-top: 5px;
  }
  .details-table {
    width: 300%;
  }
}
@media only screen and (min-width: 250px) and (max-width: 375px) {
  .product-details-directive .part-number-label, .product-details-directive .cart-error-message {
    font-weight: bold;
    margin-bottom: 0px;
  }
  .product-details-directive .product-description-label {
    font-size: 12px;
    max-height: 50px;
  }
  .product-details-directive .product-description-label:before {
    bottom: -3px;
  }
  .product-details-directive .product-description-label:after {
    right: -2px;
  }
  .product-details-directive .action-btn {
    font-size: 10px;
    width: 105px;
    margin-top: 8px;
  }
  .product-details-directive .add-container {
    padding-left: 35px;
  }
  .product-details-directive .input-value {
    font-size: 14px;
    width: 35px;
  }
  .product-details-directive .price {
    font-size: 12px;
    font-weight: 500;
    text-align: start;
  }
  .product-details-directive .color-selection {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }
  .product-details-directive .link-button {
    margin-bottom: 0px;
    color: #4990e2;
    cursor: pointer;
    background-color: white;
    text-align: start;
    padding-left: 0px;
    height: fit-content;
    font-weight: 500;
  }
  .product-details-directive .qty-buttons {
    width: 35px;
    height: 35px;
  }
  .product-details-directive .input-value {
    height: 35px;
  }
  .user-details .error {
    margin: 5px 0 5px;
  }
  .error {
    height: 40px;
  }
  .scanPage-btn {
    height: 50px;
  }
  .user-details .scan-result {
    margin-top: 10px;
  }
  .details-table {
    width: 300%;
  }
}
@media only screen and (min-width: 360px) and (max-width: 420px) {
  .totals-title {
    font-size: 16px;
  }
  .totals-row {
    line-height: 12px;
    font-size: 12px;
    margin: 5px;
  }
  .totals-row-container {
    margin: 0px;
  }
  .totals-incentive {
    font-size: 10px;
  }
  .totals-specialList {
    margin-top: 5px;
  }
  .details-table {
    width: 300%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .watermark-text {
    font-size: 60px;
  }
  .details-table {
    width: 300%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .watermark-text {
    font-size: 70px;
  }
  .details-table {
    width: 100%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .watermark-text {
    font-size: 80px;
  }
  .details-table {
    width: 100%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .watermark-text {
    font-size: 90px;
  }
  .details-table {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .modal-lg {
    width: 600px;
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg {
    width: 900px;
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.scanner {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background: black;
  z-index: 1000;
  display: flex;
  justify-content: center;
}

.video-menu {
  position: absolute;
  top: 0;
  z-index: 1;
  background: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.video-menu button {
  width: auto;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.video-menu button:hover, .video-menu button:focus {
  color: white;
  text-decoration: underline;
}
.video-menu button:focus, .video-menu button:active:focus {
  outline: none;
}

.video-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.laser {
  position: absolute;
  width: calc(100% - 40px);
  height: 4px;
  background: aqua;
  opacity: 0.6;
  box-shadow: 0px 0px 12px aqua;
  top: calc(50% - 2px);
  border-radius: 50%;
  overflow: hidden;
}

.laser-loader {
  position: absolute;
  background: white;
  width: 20px;
  height: 100%;
  border-radius: 50%;
  animation: scanner-light 3s ease-in-out infinite;
}

@keyframes scanner-light {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 20px);
  }
  100% {
    left: 0;
  }
}
.checkbox-container {
  color: white;
  margin-right: 12px;
}
.checkbox-container .checkbox-img {
  margin-right: 5px;
  margin-top: -2px;
  width: 24px;
  filter: invert(100%);
}
.checkbox-container label {
  display: flex;
  align-items: center;
}

.reports-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
}
.reports-week {
  padding: 10px 45px 10px 45px;
}
.reports-week button {
  font-weight: 700;
  font-size: 16px;
  height: 60px;
  color: black;
  background-color: #e0e0e0;
  border: none;
  outline: none;
}
.reports-row {
  padding: 5%;
}
.reports-row > div {
  display: inline-block;
}

.report-totals-by-week-container {
  padding: 24px 24px 0 24px;
}
.report-totals-by-week-container .row {
  padding: 0;
  margin: 0;
}
.report-totals-by-week-container .row .col-12 {
  padding: 0;
}
.report-totals-by-week-container .back-refresh-buttons-container {
  display: flex;
  justify-content: space-between;
}
.report-totals-by-week-container .back-refresh-buttons-container .action-btn {
  height: 41px;
  background-color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.report-totals-by-week-container .back-refresh-buttons-container .action-btn .refresh-button-text {
  color: #4a4a4a;
  font-size: 12px;
}
.report-totals-by-week-container .back-refresh-buttons-container .action-btn .back-button-text {
  color: #616161;
  font-size: 14px;
}
.report-totals-by-week-container .back-refresh-buttons-container .action-btn .icon-go-back {
  line-height: 5;
}
.report-totals-by-week-container .back-refresh-buttons-container .action-btn .icon-go-back:before {
  content: url("images/icon-go-back.png");
  margin-right: 10px;
}
.report-totals-by-week-container .back-refresh-buttons-container .go-back-button {
  width: 84px;
}
.report-totals-by-week-container .back-refresh-buttons-container .refresh-button {
  width: 110px;
  border: 2px solid #4a4a4a;
}
.report-totals-by-week-container .totals-by-week-title {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.report-totals-by-week-container .week-details-table-container {
  border-radius: 8px;
  border: 1px solid #eeeeee;
  overflow: auto;
}
.report-totals-by-week-container .week-details-table-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 8px;
  border: 4px solid transparent;
  background-clip: content-box;
}
.report-totals-by-week-container .week-details-table-container::-webkit-scrollbar-track:horizontal {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 0 0 0 8px;
}
.report-totals-by-week-container .week-details-table-container::-webkit-scrollbar-track:vertical {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 0 8px 0 0;
}
.report-totals-by-week-container .week-details-table-container::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.marked-table tbody tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.marked-table tbody tr:nth-child(2n) td {
  background-color: #f2f2f2;
}

.sort-arrow {
  padding-left: 5px;
}
.sort-arrow:after {
  content: url("images/icon-sort-ascending.png");
}
.sort-arrow.reverse:after {
  content: url("images/icon-sort-descending.png");
}

.table-scroll {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0px;
}
.table-scroll span {
  color: #212121;
}
.table-scroll thead, .table-scroll tbody {
  display: block;
  width: 100%;
}
.table-scroll thead tr, .table-scroll tbody tr {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 8px;
  align-items: center;
  line-height: 1.42857;
}
.table-scroll thead tr th, .table-scroll thead tr td, .table-scroll tbody tr th, .table-scroll tbody tr td {
  border: 0;
}
.table-scroll thead tr, .table-scroll thead td, .table-scroll thead th, .table-scroll tbody tr, .table-scroll tbody td, .table-scroll tbody th {
  border-collapse: collapse;
  display: inline-flex;
}
.table-scroll tbody {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 37px);
}
.table-scroll tbody::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 8px;
  border: 4px solid transparent;
  background-clip: content-box;
}
.table-scroll tbody::-webkit-scrollbar-track:horizontal {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 0 0 0 0;
}
.table-scroll tbody::-webkit-scrollbar-track:vertical {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 0 0 0 0;
}
.table-scroll tbody::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.table-scroll tbody tr td {
  font-weight: 400;
  overflow-wrap: anywhere;
}
.table-scroll tbody tr td.left-padding {
  padding-left: 24px;
}
.table-scroll tbody .column-action {
  cursor: pointer;
  font-weight: 500;
}
.table-scroll tbody .column-action.text-primary span {
  color: #1976d2;
  text-decoration: underline;
}

.details-table .table-scroll thead {
  position: sticky;
  top: 0;
  background-color: white;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?togcbc");
  src: url("fonts/icomoon.eot?togcbc#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?togcbc") format("truetype"), url("fonts/icomoon.woff?togcbc") format("woff"), url("fonts/icomoon.svg?togcbc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-no-results-cart:before {
  content: "\e906";
  color: #cfcfcf;
}

.icon-empty-search:before {
  content: "\e900";
  color: #cfcfcf;
}

.icon-logout:before {
  content: "\e904";
}

.icon-caret-down:before {
  content: "\e901";
}

.icon-caret-up:before {
  content: "\e902";
}

.icon-Cart:before {
  content: "\e903";
}

.icon-minus-sign:before {
  content: "\e905";
}

.icon-plus-sign:before {
  content: "\e907";
}

.icon-refresh:before {
  content: "\e908";
}

.icon-Scan:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e90a";
}

.icon-sort:before {
  content: "\e90b";
}

.icon-x-icon:before {
  content: "\e90c";
}