/*
	Author: Counterpart
	https://www.counterpart.biz/
*/
/* flexbox mixins */
/* Theme Notes
DESCRIPTION               OLD                         NEO
primary - blue            009688                      35BBD7
hover                     rgba(153, 153, 153, 0.2)    opacity: 0.8;
secondary - pink          6c757d                      e82980
secondary - hover         rgba(153, 153, 153, 0.2)    B5306D
success - green           4caf50                      
yellow - danger           f44336                      EF8022
red - warning             ff5722                      A81F24
info - purple             03a9f4                      872156                      

*/
/* Ratings 
Inoperable: #A81F24
Fair: #CF912C
Good: #91AB3C
Very Good: #048944
Excellent: #00ABAF
Mint-: #1B78BE;
*/
html {
  min-height: 100%; }

body {
  font-size: 13px;
  line-height: 1.5;
  min-height: 100%;
  background: #f2f2f2;
  color: #32343B; }

.page-container {
  max-width: 1140px;
  margin: 0px auto; }

/* START STATION COLORS */
.bg-buying {
  background: #269F38; }

.text-buying {
  color: #269F38; }

.bg-sorting {
  background: #833C12; }

.text-sorting {
  color: #833C12 !important; }

.bg-repair {
  background: #D75B35; }

.text-repair {
  color: #D75B35 !important; }

.bg-receiving {
  background: #3583D7; }

.text-receiving {
  color: #3583D7  !important; }

.bg-cleaning {
  background: #6F35D7; }

.text-cleaning {
  color: #6F35D7  !important; }

.bg-photography {
  background: #D735BE; }

.text-photography {
  color: #D735BE  !important; }

.bg-finalreview {
  background: #0CA690; }

.text-finalreview {
  color: #0CA690  !important; }

/* END STATION COLORS */
/* admin header & menu */
#admin-header {
  z-index: 1020;
  height: 110px;
  position: relative; }

nav {
  display: block; }

.navLogo img {
  width: 120px;
  margin: 15px 0px 20px 12px; }

#mainNav {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #fff;
  z-index: 1050;
  color: #32343B; }

#mainNav.navbar.navbar .breadcrumb .nav-item .nav-link,
#mainNav.navbar.navbar .navbar-nav .nav-item .nav-link {
  padding: 0px 0px 0px 10px;
  margin: 5px 0px 10px 0px; }

#mainNav.navbar.navbar .breadcrumb .nav-item .nav-link:hover,
#mainNav.navbar.navbar .navbar-nav .nav-item .nav-link:hover {
  border-left: 2px solid #fff; }

#mainNav.navbar.navbar .breadcrumb .nav-item.active > .nav-link,
#mainNav.navbar.navbar .navbar-nav .nav-item.active > .nav-link {
  border-left: 2px solid #fff; }

#mainNav.navbar.navbar .breadcrumb .nav-item.active > .nav-link:hover,
#mainNav.navbar.navbar .navbar-nav .nav-item.active > .nav-link:hover {
  border-left: 2px solid #fff; }

#subNav {
  box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.67);
  -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.67);
  background: #35BBD7;
  color: #fff;
  padding: 6px 0px 4px 0px; }

#subNav a {
  color: #fff;
  font-weight: 500; }

#subNav.navbar.navbar .breadcrumb .nav-item .nav-link,
#subNav.navbar.navbar .navbar-nav .nav-item .nav-link {
  padding: 6px 0px 0px 0px;
  margin-right: 20px;
  margin-bottom: 6px; }

.navbar {
  font-weight: 300; }

.navbar form .md-form input {
  margin: 0 5px 1px 8px; }

.navbar .breadcrumb {
  padding: 0.3rem 0 0 1rem;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  background-color: inherit; }

.navbar .breadcrumb .breadcrumb-item {
  color: #fff; }

.navbar .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.65); }

.navbar .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.65); }

.navbar .navbar-toggler {
  border-width: 0;
  outline: 0;
  color: #fff; }

.navbar .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar .nav-flex-icons {
  flex-direction: row; }

@media (max-width: 992px) {
  .navbar .container {
    width: 100%; }
  .navbar .container .navbar-toggler-right {
    right: 0; }
  #mainNav {
    box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.67);
    -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.67);
    background: #35BBD7;
    color: #fff; }
  #mainNav a {
    color: #fff; }
  #admin-header {
    height: 70px; } }

.navbar .nav-item .nav-link {
  display: block; }

.navbar .nav-item .nav-link.disabled:active {
  pointer-events: none; }

.navbar .nav-item .nav-link .fas, .navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .far {
  padding-right: 3px;
  padding-left: 3px; }

@media (max-width: 992px) {
  .navbar .nav-item .nav-link {
    padding-right: 6px;
    padding-left: 6px; }
  .navbar .dropdown-menu a {
    color: #32343B !important; } }

.navbar .dropdown-menu {
  position: absolute !important;
  margin-top: 0; }

.navbar .dropdown-menu a {
  padding: 10px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #000; }

@media (max-width: 600px) {
  .navbar .dropdown-menu form {
    width: 17rem; } }

@media (min-width: 600px) {
  .navbar .dropdown-menu form {
    width: 22rem; } }

.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(0, 0, 0, 0.3); }

.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(0, 0, 0, 0.3); }

.navbar.navbar-light .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
  transition: 0.35s; }

.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
  color: #000; }

.navbar.navbar-light .navbar-toggler {
  color: #000; }

.navbar.navbar-light form .md-form input {
  border-bottom: 1px solid #000; }

.navbar.navbar-light form .md-form input:focus:not([readonly]) {
  border-color: #4285f4; }

.navbar.navbar-light form .md-form .form-control {
  color: #000; }

.navbar.navbar-light form .md-form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #000; }

.navbar.navbar-light form .md-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #000; }

.navbar.navbar-light form .md-form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #000; }

.navbar.navbar-light form .md-form .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #000; }

.navbar.navbar-light form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #000; }

.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(255, 255, 255, 0.25); }

.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(255, 255, 255, 0.25); }

.navbar.navbar-dark .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.35s; }

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
  color: #fff; }

.navbar.navbar-dark .navbar-toggler {
  color: #fff; }

.navbar.navbar-dark form .md-form input {
  border-bottom: 1px solid #fff; }

.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
  border-color: #4285f4; }

.navbar.navbar-dark form .md-form .form-control {
  color: #fff; }

.navbar.navbar-dark form .md-form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #fff; }

.navbar.navbar-dark form .md-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #fff; }

.navbar.navbar-dark form .md-form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #fff; }

.navbar.navbar-dark form .md-form .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #fff; }

.navbar.navbar-dark form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #fff; }

@media (min-width: 600px) {
  .navbar.scrolling-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; }
  .navbar.scrolling-navbar .navbar-nav > li {
    transition-duration: 1s; }
  .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 3px;
    padding-bottom: 3px; } }

/* Footer */
section#admin-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: right;
  background-color: #fff;
  margin-top: 30px;
  color: #a2a2a2; }

/* Avatars */
.inline {
  display: inline-block;
  vertical-align: middle; }

.avatar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

.avatar-md {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 1px; }

.avatar.filled {
  background-image: url(../images/logo-overwatch.PNG);
  border: none;
  color: #fff; }

.avatar.filled.avatarRey {
  background-image: url(../images/rey-avatar.PNG); }

.rounded-circle {
  border-radius: 50% !important; }

.avatar img.rounded-circle {
  max-width: 150px; }

.team-section .avatar img {
  height: auto; }

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important; }

/* start tables */
.dataTable #dataTableTheme_wrapper {
  padding-left: 0px;
  padding-right: 0px; }

.dataTable #dataTableTheme_wrapper .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px; }

table#dataTableTheme {
  border-collapse: collapse !important;
  width: 100% !important; }

table#dataTableTheme thead {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #9B9B9B; }

table#dataTableTheme thead th {
  border-bottom: 0px; }

table#dataTableTheme th,
table#dataTableTheme td {
  border: 0px;
  vertical-align: middle; }

table#dataTableTheme tr:hover,
table#dataTableTheme tr:focus {
  background: #f9f9f9; }

table#dataTableTheme thead tr:hover,
table#dataTableTheme thead tr:focus {
  background: transparent; }

tr.inactiveUser {
  background: #d9d9d9; }

table#dataTableTheme tr.inactiveUser:hover,
table#dataTableTheme tr.inactiveUser:focus {
  background: #d9d9d9; }

tr.sortedCheck {
  background: #CBF2D1; }

table#dataTableTheme tr.sortedCheck:hover,
table#dataTableTheme tr.sortedCheck:focus {
  background: #B9DFBF; }

table#dataTableTheme thead th {
  border-bottom: 1px solid #dee2e6; }

table#dataTableTheme th, table#dataTableTheme td {
  border-top: 0px; }

/* end tables */
@media (max-width: 992px) {
  .mobile-hide {
    display: none !important; }
  .m-100 {
    width: 100%;
    display: block;
    margin-bottom: 10px; } }

@media (min-width: 992px) {
  .desktop-hide {
    display: none !important; }
  .breadcrumbRow {
    margin-top: -5px; } }

.chip:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

select.form-control {
  background: #fff;
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  height: 45px;
  padding: 5px 0px 5px 10px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist; }

tags-input .tags .tag-item {
  color: #fff;
  background: #35BBD7;
  border: 1px solid #35BBD7;
  border-radius: 4px; }

.multiselect-parent.btn-group.dropdown-multiselect .dropdown-menu {
  padding: 15px; }
  .multiselect-parent.btn-group.dropdown-multiselect .dropdown-menu .dropdown-header {
    padding: 0px 0px 10px 0px; }
  .multiselect-parent.btn-group.dropdown-multiselect .dropdown-menu li:hover {
    cursor: pointer; }

.multiselect-parent.btn-group.dropdown-multiselect .checkbox label input[type="checkbox"], .multiselect-parent.btn-group.dropdown-multiselect label.checkbox-inline input[type="checkbox"] {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 0px;
  /* padding: 4px; */
  padding-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  height: 15px;
  width: 16px;
  top: 3px;
  left: -10px; }

tags-input .tags .input {
  width: 100% !important; }

.text-gray {
  color: #ccc;
  font-size: 15px; }

.sorterInterfaceWrap.photographyInterfaceWrap #kiosk-actions {
  width: 60vw; }

.sorterInterfaceWrap.photographyInterfaceWrap #kiosk-right {
  padding-left: 60vw; }

.sorterInterfaceWrap.photographyInterfaceWrap .photographCards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  .sorterInterfaceWrap.photographyInterfaceWrap .photographCards .photoCard {
    order: 0;
    flex-basis: 15%;
    margin: 10px;
    border: 5px solid #35BBD7;
    transition: all .2s ease-in-out;
    position: relative;
    align-self: start; }
    .sorterInterfaceWrap.photographyInterfaceWrap .photographCards .photoCard .optionIcons {
      position: absolute;
      top: 0px;
      right: 5px;
      font-size: 25px;
      opacity: 0;
      -webkit-transition: opacity .3s ease-in-out;
      -moz-transition: opacity .3s ease-in-out;
      -ms-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out; }
      .sorterInterfaceWrap.photographyInterfaceWrap .photographCards .photoCard .optionIcons a {
        color: #35BBD7; }
    .sorterInterfaceWrap.photographyInterfaceWrap .photographCards .photoCard:hover {
      cursor: pointer;
      transform: scale(1.1); }
      .sorterInterfaceWrap.photographyInterfaceWrap .photographCards .photoCard:hover .optionIcons {
        opacity: 1; }
    .sorterInterfaceWrap.photographyInterfaceWrap .photographCards .photoCard img {
      max-width: 100%; }

.sorterInterfaceWrap.photographyInterfaceWrap .photoCardFeatured {
  float: left !important;
  margin: 10px;
  border: 5px solid #35BBD7;
  transition: all .2s ease-in-out;
  width: 400px; }
  .sorterInterfaceWrap.photographyInterfaceWrap .photoCardFeatured .optionIcons a {
    color: #FFB300; }
  .sorterInterfaceWrap.photographyInterfaceWrap .photoCardFeatured img {
    max-width: 100%; }
  .sorterInterfaceWrap.photographyInterfaceWrap .photoCardFeatured:hover {
    cursor: pointer;
    transform: scale(1.05); }
    .sorterInterfaceWrap.photographyInterfaceWrap .photoCardFeatured:hover .optionIcons {
      opacity: 1; }
  .sorterInterfaceWrap.photographyInterfaceWrap .photoCardFeatured .optionIcons {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 25px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .sorterInterfaceWrap.photographyInterfaceWrap .photoCardFeatured .optionIcons a {
      color: #35BBD7; }

#kiosk-actions h3.d-inline-flex.text-white {
  margin-bottom: 0px; }

.photoGrid .grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 10px;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 10px; }

.photoGrid .grid-item {
  padding: 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 0px;
  border: 5px solid #35BBD7;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7); }
  .photoGrid .grid-item.gridError {
    border: 5px solid #D73535 !important; }
  .photoGrid .grid-item.featured .optionIcons {
    color: #FFB300; }
  .photoGrid .grid-item .optionIcons {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .photoGrid .grid-item .optionIcons a {
      color: #35BBD7; }
  .photoGrid .grid-item:hover {
    cursor: pointer;
    transform: scale(1.1);
    border: 5px solid #e82980; }
    .photoGrid .grid-item:hover .optionIcons {
      opacity: 1; }
  .photoGrid .grid-item img {
    max-width: 100%; }

.photoGrid .span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2; }

.photoGrid .span-3 {
  grid-column-end: span 3;
  grid-row-end: span 4; }

.photoGrid.light .grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 10px;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 10px; }

.photoGrid.light .grid-item {
  padding: 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0px;
  border: 5px solid #35BBD7;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7); }
  .photoGrid.light .grid-item.featured .optionIcons a {
    color: #FFB300; }
  .photoGrid.light .grid-item .optionIcons {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .photoGrid.light .grid-item .optionIcons a {
      color: #35BBD7; }
  .photoGrid.light .grid-item:hover {
    cursor: pointer;
    transform: scale(1.1);
    border: 5px solid #e82980; }
    .photoGrid.light .grid-item:hover .optionIcons {
      opacity: 1; }
  .photoGrid.light .grid-item img {
    max-width: 100%; }

.photoGrid.light .span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2; }

.photoGrid.light .span-3 {
  grid-column-end: span 3;
  grid-row-end: span 4; }

ng-dropdown-multiselect div .checkbox label span {
  color: #35BBD7; }
  ng-dropdown-multiselect div .checkbox label span:hover {
    cursor: pointer; }

.adminLabel {
  font-size: .75rem;
  color: #757575;
  margin-bottom: 0px; }

.adminLabelDropdown {
  font-size: .75rem;
  color: #757575;
  margin-bottom: 0px; }

.paginate_button.page-item.disabled {
  display: none; }

.cameraView {
  background-image: url(../images/viewport-example.PNG);
  background-position: center;
  background-size: cover; }

tr.internalNoteObsolete {
  background: #d5d5d5;
  color: #a4a4a4; }

.container-fluid.adminManagement.inventoryDetails .inventoryImg {
  max-width: 100%;
  height: auto; }

.container-fluid.adminManagement.inventoryDetails .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 10px; }

.container-fluid.adminManagement.inventoryDetails .flexer,
.container-fluid.adminManagement.inventoryDetails .progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.container-fluid.adminManagement.inventoryDetails .no-flexer,
.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked {
  display: block; }

.container-fluid.adminManagement.inventoryDetails .no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0; }

.container-fluid.adminManagement.inventoryDetails .flexer-element,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator {
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  display: block; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li:hover {
  color: #6f6f6f; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.completed,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.completed .bubble {
  color: #5CB75B; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li .bubble {
  border-radius: 1000px;
  width: 20px;
  height: 20px;
  background-color: #bbb;
  display: block;
  margin: 0 auto .5em;
  border-bottom: 1px solid #bbb; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li .bubble:before {
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #bbb; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.completed .bubble,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.completed .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.completed .bubble:before {
  background-color: #5CB75B;
  border-color: #5CB75B; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li .bubble:before {
  left: 0; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li .bubble:after {
  right: 0; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li:first-child .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li:first-child .bubble:before {
  width: 50%;
  margin-left: 50%; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li:last-child .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li:last-child .bubble:before {
  width: 50%;
  margin-right: 50%; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.active,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.active .bubble {
  color: #35BBD7; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.active .bubble,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.active .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.active .bubble:before {
  background-color: #35BBD7;
  border-color: #35BBD7; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li a:hover .bubble,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li a:hover .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li a:hover .bubble:before {
  background-color: #35BBD7;
  border-color: #35BBD7; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li a:hover .bubble {
  color: #35BBD7; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.danger .bubble,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.danger .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.danger .bubble:before {
  background-color: #A81F24;
  border-color: #A81F24; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.danger .bubble {
  color: #A81F24; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.warning .bubble,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.warning .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.warning .bubble:before {
  background-color: #EF8022;
  border-color: #EF8022; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.warning .bubble {
  color: #EF8022; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.info .bubble,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.info .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.info .bubble:before {
  background-color: #EF8022;
  border-color: #EF8022; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator > li.info .bubble {
  color: #5b32d6; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked > li .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked > li .bubble:before {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked > li a {
  border: none; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked.nocenter > li .bubble {
  margin-left: 0;
  margin-right: 0; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked.nocenter > li .bubble:after,
.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked.nocenter > li .bubble:before {
  left: 10px; }

.container-fluid.adminManagement.inventoryDetails .progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-left: 40px !important; }

.photoModal .itemPhoto {
  position: relative;
  display: inline-block; }
  .photoModal .itemPhoto .selected {
    outline: 5px solid #e82980; }
  .photoModal .itemPhoto .optionIcons {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .photoModal .itemPhoto .optionIcons .fa-star {
      color: #35BBD7; }
  .photoModal .itemPhoto.featured .optionIcons .fa-star {
    color: #FFB300; }
  .photoModal .itemPhoto:hover {
    cursor: pointer; }
    .photoModal .itemPhoto:hover .optionIcons {
      opacity: 1; }

.inStoreIcon {
  font-size: 1.3rem; }

.wysiwyg-display .btn {
  padding: .4rem .7rem;
  box-shadow: none;
  margin-right: 5px; }
  .wysiwyg-display .btn.active {
    background: #c6c6c6; }

.wysiwyg-display .ta-scroll-window {
  border: solid lightgray 1px;
  margin-right: 10px; }

.dropdown-menu.dropdown-menu-form.ng-scope span.ng-scope {
  text-indent: -10px;
  margin-left: 10px;
  display: block; }

.btn-radio.active {
  color: #fff;
  background-color: #35BBD7;
  border-color: #35BBD7; }

.btn-radio.active:hover {
  opacity: 0.9;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-radio.active:focus, .btn-radio.active.focus {
  opacity: 0.8; }

.btn-radio.active:active {
  opacity: 0.9;
  box-shadow: none; }

.has-typeahead .dropdown-menu {
  display: block;
  opacity: 1;
  transform: scale(1); }

/* START DATATABLE SORTING ARROWS */
table.dataTable thead > tr > th {
  padding-left: 30px !important;
  padding-right: initial !important; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  left: 8px !important;
  right: auto !important; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  left: 15px !important;
  right: auto !important; }

/* END DATATABLE SORTING ARROWS */
.userProfile .avatar {
  z-index: 1010;
  position: relative; }

.userProfile .card {
  z-index: 1000;
  margin-top: -30px;
  padding-top: 40px; }

.userProfile .editUserModal {
  position: absolute;
  right: 20px;
  top: 20px; }

.userProfile .avatar {
  position: relative;
  width: 50%; }

.userProfile .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  margin: 0 auto; }

.userProfile .editOverlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.userProfile .avatar:hover .image {
  opacity: 0.3; }

.userProfile .avatar:hover .editOverlay {
  opacity: 1;
  cursor: pointer; }

.userProfile a.text {
  background-color: #35BBD7;
  color: #fff;
  font-size: 13px;
  padding: 7px 20px; }
  .userProfile a.text:hover {
    color: #fff; }

.myProfile .avatar img.rounded-circle {
  max-width: 300px; }

#editUserModal .userRolesSelect .search-wrap,
#addUserModal .userRolesSelect .search-wrap,
.userRoleFilter .userRolesSelect .search-wrap {
  display: none; }

#editUserModal .select-wrapper input.select-dropdown,
#addUserModal .select-wrapper input.select-dropdown,
.userRoleFilter .select-wrapper input.select-dropdown {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0 0 0.94rem 0;
  font-size: 1rem;
  line-height: 2.9rem;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none; }

#editUserModal .md-form .form-control:disabled, #editUserModal .md-form .form-control[readonly],
#addUserModal .md-form .form-control:disabled,
#addUserModal .md-form .form-control[readonly],
.userRoleFilter .md-form .form-control:disabled,
.userRoleFilter .md-form .form-control[readonly] {
  background-color: transparent;
  border-bottom: 0px; }

#editUserModal .select-wrapper .select-dropdown,
#addUserModal .select-wrapper .select-dropdown,
.userRoleFilter .select-wrapper .select-dropdown {
  padding: 15px; }

#editUserModal .btn-save,
#addUserModal .btn-save,
.userRoleFilter .btn-save {
  margin-top: 10px;
  padding: .44rem 1.74rem; }

#editUserModal .select-wrapper.md-form > ul li label,
#addUserModal .select-wrapper.md-form > ul li label,
.userRoleFilter .select-wrapper.md-form > ul li label {
  color: #757575; }

#editUserModal .dropdown-content li > a, #editUserModal .dropdown-content li > span,
#addUserModal .dropdown-content li > a,
#addUserModal .dropdown-content li > span,
.userRoleFilter .dropdown-content li > a,
.userRoleFilter .dropdown-content li > span {
  color: #757575; }

#editUserModal .select-wrapper input.active,
#addUserModal .select-wrapper input.active,
.userRoleFilter .select-wrapper input.active {
  border-bottom: 0px;
  box-shadow: none; }

#editUserModal .select-wrapper > label.mdb-main-label.active,
#addUserModal .select-wrapper > label.mdb-main-label.active,
.userRoleFilter .select-wrapper > label.mdb-main-label.active {
  left: 0px; }

.dataTableTheme .user-roles span.chip {
  background: #e82980;
  color: #fff; }

.container-fluid.adminManagement .addFloatingBtn {
  position: fixed;
  bottom: 20px;
  right: 5px;
  padding-top: 0px; }

.container-fluid.adminManagement .searchFilter .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px; }

.container-fluid.adminManagement .catEditIcon {
  float: right; }

.container-fluid.adminManagement .brandLogo + .catEditIcon {
  margin-top: 13px; }

.container-fluid.adminManagement .md-form label {
  left: 0px; }

.container-fluid.adminManagement .accordion {
  border-left: 3px dotted #bfbfbf;
  padding-left: 5px; }

.container-fluid.adminManagement .accordion > .card .card-header {
  margin-bottom: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .container-fluid.adminManagement .accordion > .card .card-header a.accordian-header {
    width: 80%;
    display: inline-block; }
  .container-fluid.adminManagement .accordion > .card .card-header .catActions {
    width: 20%;
    text-align: right;
    float: right;
    display: inline-block;
    font-size: 1.1rem; }

.container-fluid.adminManagement .card {
  margin-bottom: 10px;
  box-shadow: none; }

.container-fluid.adminManagement .card-header {
  border-bottom: 0px; }

.container-fluid.adminManagement .card-body {
  padding: 0px 0px 1.25rem 3.25rem;
  background: #f2f2f2; }

.container-fluid.adminManagement .accordion {
  padding-top: 30px; }

.container-fluid.adminManagement .card-body.newForm {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  background: #fff;
  margin-top: -5px; }
  .container-fluid.adminManagement .card-body.newForm .md-form {
    padding-right: 0px;
    padding-left: 0px; }

.container-fluid.adminManagement .card-body.newForm.newBrand {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  background: #fff; }
  .container-fluid.adminManagement .card-body.newForm.newBrand .md-form {
    padding-right: 15px;
    padding-left: 15px; }
  .container-fluid.adminManagement .card-body.newForm.newBrand .md-form label {
    left: 15px; }

.container-fluid.adminManagement .card-body.newForm.newRepair .md-form {
  padding-right: 15px;
  padding-left: 15px; }

.container-fluid.adminManagement .card-body.newForm.newRepair .md-form label {
  left: 15px; }

.container-fluid.adminManagement .brandLogo {
  max-height: 50px;
  width: auto;
  margin-right: 20px; }

.container-fluid.adminManagement.manufacturers {
  position: relative;
  padding-bottom: 40px; }
  .container-fluid.adminManagement.manufacturers .manufacturerDeck .btn-floating.btn-action {
    position: absolute;
    right: -5px;
    top: -25px;
    width: 37px;
    height: 37px; }
    .container-fluid.adminManagement.manufacturers .manufacturerDeck .btn-floating.btn-action i {
      font-size: 1rem;
      line-height: 37px; }
  .container-fluid.adminManagement.manufacturers .manufacturerDeck .editOverlay {
    display: block;
    opacity: 0;
    transition: opacity 0.3s linear;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 1.5rem;
    border-radius: 10px;
    z-index: 1010; }
  .container-fluid.adminManagement.manufacturers .manufacturerDeck .card {
    margin-bottom: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    height: 120px; }
    .container-fluid.adminManagement.manufacturers .manufacturerDeck .card:hover .editOverlay {
      display: block;
      opacity: 1; }
    .container-fluid.adminManagement.manufacturers .manufacturerDeck .card .row {
      height: 120px; }
    .container-fluid.adminManagement.manufacturers .manufacturerDeck .card .col-8,
    .container-fluid.adminManagement.manufacturers .manufacturerDeck .card .col-4 {
      height: 120px; }
    .container-fluid.adminManagement.manufacturers .manufacturerDeck .card .col-4 {
      text-align: right;
      display: flex; }
  .container-fluid.adminManagement.manufacturers .manufacturerDeck .card-body {
    background: #fff;
    border-radius: 10px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem; }
  .container-fluid.adminManagement.manufacturers .manufacturerDeck .card-img {
    padding: 15px;
    width: 120px;
    height: auto;
    align-self: center; }
  .container-fluid.adminManagement.manufacturers .manufacturerDeck .card-title {
    margin-bottom: 0rem; }
  .container-fluid.adminManagement.manufacturers .manufacturerDeck .newManufacturerCard .card {
    background: #f2f2f2;
    box-shadow: none;
    border: 4px dotted #5CB75B;
    text-align: center; }
    .container-fluid.adminManagement.manufacturers .manufacturerDeck .newManufacturerCard .card .card-body {
      background: #f2f2f2; }
      .container-fluid.adminManagement.manufacturers .manufacturerDeck .newManufacturerCard .card .card-body h4 {
        margin-top: 12px; }

@media screen and (max-width: 767px) {
  .container-fluid.adminManagement.manufacturers .manufacturerDeck .card-img {
    padding: 15px; } }

.container-fluid.adminManagement.services .accordion {
  border-left: 0px; }

.container-fluid.adminManagement.services .servicesDeck .card {
  margin-bottom: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px; }

.container-fluid.adminManagement.services .card-header {
  border-bottom: 0px; }

.container-fluid.adminManagement.services .card-body {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  background: #f2f2f2; }

.container-fluid.adminManagement.services .servicesDeck .card-body {
  background: #fff;
  border-radius: 10px; }

.container-fluid.adminManagement.services .accordion {
  padding-top: 0px; }

.container-fluid.adminManagement.services .serviceEditIcon {
  position: absolute;
  top: 15px;
  right: 15px; }

.container-fluid.adminManagement.services .servicesDeck .card.newService {
  background: #f2f2f2;
  box-shadow: none;
  border: 4px dotted #5CB75B;
  text-align: center; }
  .container-fluid.adminManagement.services .servicesDeck .card.newService .card-body {
    background: #f2f2f2; }
    .container-fluid.adminManagement.services .servicesDeck .card.newService .card-body h4 {
      margin-top: 12px; }

.container-fluid.adminManagement.services .servicesDeck .btn-floating.btn-action {
  position: absolute;
  right: -5px;
  top: -25px;
  width: 37px;
  height: 37px; }
  .container-fluid.adminManagement.services .servicesDeck .btn-floating.btn-action i {
    font-size: 1rem;
    line-height: 37px; }

.container-fluid.adminManagement.services .servicesDeck .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.container-fluid.adminManagement.services .servicesDeck .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.container-fluid.adminManagement.services .servicesDeck .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.container-fluid.adminManagement.services .list-group-item :first-child {
  margin-right: 0rem; }

.container-fluid.adminManagement.categories .card.newCatCard {
  background: #f2f2f2; }

.container-fluid.adminManagement.categories .newCategoryAccordion {
  background: #f2f2f2;
  box-shadow: none;
  border: 3px dotted #5CB75B; }

.container-fluid.adminManagement.categories .accordion > .card.newCatCard .card-header.newCategoryAccordion {
  box-shadow: none !important;
  background: #f2f2f2; }

.model-photo img {
  width: 170px;
  height: auto; }

.container-fluid.adminManagement.models .model-photo img:hover {
  cursor: pointer; }

.container-fluid.adminManagement.models select.mdb-select option.subCat {
  padding-left: 30px; }

.container-fluid.adminManagement.models .model-photo img {
  width: 170px;
  height: auto; }

.container-fluid.adminManagement.models .modelsDeck .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  height: 100%; }
  .container-fluid.adminManagement.models .modelsDeck .card .btn-floating.btn-action {
    margin-top: -1rem;
    right: -15px; }
  .container-fluid.adminManagement.models .modelsDeck .card .btn-floating.btn-action {
    width: 37px;
    height: 37px; }
    .container-fluid.adminManagement.models .modelsDeck .card .btn-floating.btn-action i {
      font-size: 1rem;
      line-height: 37px; }
  .container-fluid.adminManagement.models .modelsDeck .card .card-body {
    padding: 0px 1.25rem 0px 1.25rem;
    background: #fff;
    border-radius: 10px; }
    .container-fluid.adminManagement.models .modelsDeck .card .card-body h4.card-title {
      margin-bottom: 0px;
      font-size: 1rem; }

.container-fluid.adminManagement.models .newModelCard .card {
  background: #f2f2f2;
  box-shadow: none;
  border: 4px dotted #5CB75B;
  text-align: center; }
  .container-fluid.adminManagement.models .newModelCard .card .card-body {
    background: #f2f2f2; }
    .container-fluid.adminManagement.models .newModelCard .card .card-body h4 {
      margin-top: 12px; }

#addCategoryModal .attributeChips,
#editCategoryModal .attributeChips {
  /*input {
            height: auto;
            padding: 0.6rem 0 0.4rem 0;
            margin: 0 0 0.5rem 0;
            background-color:transparent;
            border-radius: 0;
            background-image: linear-gradient(to top, #35BBD7 2px, rgba(0, 150, 136, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
        }*/ }
  #addCategoryModal .attributeChips .chip,
  #editCategoryModal .attributeChips .chip {
    margin-right: 10px;
    margin-top: 10px; }
    #addCategoryModal .attributeChips .chip:hover,
    #editCategoryModal .attributeChips .chip:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

::placeholder {
  color: #757575;
  opacity: 1; }

:-ms-input-placeholder {
  color: #757575; }

::-ms-input-placeholder {
  color: #757575; }

@media screen and (max-width: 991px) {
  .container-fluid.adminManagement .manufacturerDeck,
  .container-fluid.adminManagement .servicesDeck,
  .container-fluid.adminManagement .modelsDeck {
    padding: 0px 20px; } }

#editAttributesModal .list-group-item :first-child {
  margin-right: 0rem; }

.container-fluid.adminManagement .emptySearch .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 10px; }
  .container-fluid.adminManagement .emptySearch .card .card-body {
    text-align: center;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    background: #fff;
    border-radius: 10px; }

.container-fluid.adminManagement.schedulers .scheduler-markers {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: transparent;
  border-radius: 0.25rem; }
  .container-fluid.adminManagement.schedulers .scheduler-markers .range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #35BBD7;
    transition: width 0.6s ease;
    border-right: 2px solid #fff;
    border-radius: 0.25rem; }

#editSchedulerModal i.schedulerStepArrow,
#addSchedulerModal i.schedulerStepArrow,
#editSchedulerModalResell i.schedulerStepArrow {
  font-size: 1rem; }

.multiselect-parent.btn-group.dropdown-multiselect .dropdown-menu {
  padding: 10px; }

.multiselect-parent.btn-group.dropdown-multiselect .checkbox label input[type="checkbox"], .multiselect-parent.btn-group.dropdown-multiselect label.checkbox-inline input[type="checkbox"] {
  top: 5px; }

tags-input .tags {
  height: auto;
  padding: 0.6rem 0 0.4rem 0;
  margin: 0 0 0.5rem 0;
  background-color: transparent;
  border-radius: 0;
  background-image: linear-gradient(to top, #35BBD7 2px, rgba(0, 150, 136, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
  background: no-repeat center bottom, center calc(100% - 1px);
  background-size: 0 100%, 100% 100%;
  transition: background 0s ease-out;
  box-shadow: none;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26); }

.btn.btn-default.customClose {
  box-shadow: none;
  background: none; }

.buyerInterfaceWrap {
  /* Point of Sale Kiosk */
  /* Launch Kiosk */
  /* POS Kiosk */
  /* START GRADE SLIDER */
  /* END GRADE SLIDER */ }
  .buyerInterfaceWrap label {
    font-size: 12px;
    font-weight: 300; }
  .buyerInterfaceWrap .item-offer-price a {
    font-size: 20px; }
  .buyerInterfaceWrap .customerInfo {
    font-size: 1rem; }
  .buyerInterfaceWrap .kiosk-content-wrap .text-warning {
    color: #DA060E !important; }
  .buyerInterfaceWrap #pos-exit .btn-warning {
    background-color: #DA060E;
    border-color: #DA060E; }
  .buyerInterfaceWrap #kiosk-header {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    width: 100%;
    font-size: 1vw; }
  .buyerInterfaceWrap #kiosk-header .header-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .buyerInterfaceWrap #kiosk-header .upp-logo {
    padding: 0 8px; }
  .buyerInterfaceWrap #kiosk-header .upp-logo img {
    max-height: 50px; }
  .buyerInterfaceWrap #kiosk-header .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%; }
  .buyerInterfaceWrap #kiosk-header ul {
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
  .buyerInterfaceWrap #kiosk-header ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em; }
  .buyerInterfaceWrap #kiosk-header ul li.operator {
    padding: 23px 18px;
    font-size: 0.8em; }
  .buyerInterfaceWrap #kiosk-header ul li.operator .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 130px;
    overflow: hidden; }
  .buyerInterfaceWrap #kiosk-header ul a {
    display: block;
    padding: 23px 18px; }
  .buyerInterfaceWrap #kiosk-header a, .buyerInterfaceWrap #kiosk-header a:visited {
    color: #464855; }
  .buyerInterfaceWrap .kiosk-wrap {
    position: relative;
    height: 100%; }
  .buyerInterfaceWrap .kiosk-wrap .breadcrumb {
    font-size: 0.8em; }
  .buyerInterfaceWrap #kiosk-actions {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 60vw;
    background: #FAFAFA;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
    overflow-y: auto;
    overflow-x: hidden; }
  .buyerInterfaceWrap #kiosk-right .actions-header {
    background: #fff;
    color: #32343B;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #EAEAEA; }
  .buyerInterfaceWrap #kiosk-right .actions-header .upp-logo img {
    width: 40px;
    opacity: 0.8; }
  .buyerInterfaceWrap #kiosk-right .actions-header > a {
    color: #fff; }
  .buyerInterfaceWrap #kiosk-right .actions-header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .buyerInterfaceWrap #kiosk-right .actions-header li {
    margin-right: 20px;
    margin-bottom: 0; }
  .buyerInterfaceWrap #kiosk-right .actions-header li:last-child {
    margin-right: 0; }
  .buyerInterfaceWrap #kiosk-right {
    padding-left: 60vw; }
  .buyerInterfaceWrap .order-table {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7); }
  .buyerInterfaceWrap .order-table thead {
    background: #F2F2F2;
    text-transform: uppercase;
    color: #767676;
    font-size: 0.7em; }
  .buyerInterfaceWrap .order-table thead th {
    padding: 10px 8px; }
  .buyerInterfaceWrap .order-table td {
    border-bottom: 1px solid #EAEAEA;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 8px;
    vertical-align: middle; }
  .buyerInterfaceWrap .order-table .edit-icon {
    font-size: 0.7em;
    margin-left: 5px; }
  .buyerInterfaceWrap .order-content {
    overflow: auto;
    height: calc(100vh - 380px); }
  .buyerInterfaceWrap .order-content.fee {
    height: calc(100vh - 309px); }
  .buyerInterfaceWrap .order-content.with-customer {
    overflow: auto;
    height: calc(100vh - 410px); }
  .buyerInterfaceWrap .order-content.invoices {
    overflow: auto;
    height: calc(100vh - 300px); }
  .buyerInterfaceWrap .order-actions {
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 0;
    bottom: 0;
    width: 40vw; }
  .buyerInterfaceWrap .total-highlight {
    background: #CBF2D1;
    color: #097719;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 700; }
  .buyerInterfaceWrap table#dataTableTheme tr.total-highlight:hover, .buyerInterfaceWrap table#dataTableTheme tr.total-highlight:focus {
    background: #B9DFBF; }
  .buyerInterfaceWrap .order-actions .info-bubble {
    font-size: 1.4em; }
  .buyerInterfaceWrap .qty-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
    justify-content: center; }
  .buyerInterfaceWrap .qty-options button {
    border: 1px solid #D6D6D6;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    font-weight: 600;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    cursor: pointer;
    overflow: hidden; }
  .buyerInterfaceWrap .qty-options button:focus, .buyerInterfaceWrap .qty-options button:hover {
    background: #E0E0E0; }
  .buyerInterfaceWrap .qty-options .value {
    margin: 0 8px;
    font-size: 1.1em; }
  .buyerInterfaceWrap .kiosk-button {
    cursor: pointer;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.2vw;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0px;
    position: relative; }
  .buyerInterfaceWrap .kiosk-button .icon {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 1.5vw; }
  .buyerInterfaceWrap .kiosk-button .edit-buttons {
    display: none;
    margin-top: 5px; }
  .buyerInterfaceWrap .kiosk-button .edit-buttons .btn {
    padding: 0.1rem 0.75rem;
    font-size: 0.8em; }
  .buyerInterfaceWrap .kiosk-button .edit-buttons .btn:hover {
    background: #00b9e6;
    color: #fff; }
  .buyerInterfaceWrap .kiosk-button .text {
    font-size: 0.7vw; }
  .buyerInterfaceWrap .kiosk-button .button-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    position: absolute; }
  .buyerInterfaceWrap .kiosk-button.p-0 .button-content {
    height: 100%; }
  .buyerInterfaceWrap .kiosk-button .product-label {
    font-size: 0.7vw;
    padding: 3px;
    width: 100%;
    align-self: flex-end;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px; }
  .buyerInterfaceWrap .pos-kiosk.launch {
    background: #F4F5FA; }
  .buyerInterfaceWrap .pos-kiosk.launch .kiosk-logos {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 15px; }
  .buyerInterfaceWrap .pos-kiosk.launch .kiosk-logos img {
    max-height: 90px; }
  .buyerInterfaceWrap .numberpad {
    width: 100%;
    font-size: 1.2em; }
  .buyerInterfaceWrap .numberpad td {
    vertical-align: middle;
    min-width: 37px; }
  .buyerInterfaceWrap .numberpad button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    display: block;
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #464855;
    font-weight: 600;
    background: #e0e0e0; }
  .buyerInterfaceWrap .numberpad button:hover, .buyerInterfaceWrap .numberpad button:focus {
    background: #dbdbdb;
    color: #464855; }
  .buyerInterfaceWrap .numberpad button.btn-success {
    background: #28D094; }
  .buyerInterfaceWrap .change-buttons .btn {
    font-weight: 600;
    background: #eef0f5;
    color: #464855;
    padding: 0.8rem 1rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 8px 0; }
  .buyerInterfaceWrap .change-buttons .btn:hover, .buyerInterfaceWrap .change-buttons .btn:focus {
    background: #dbdbdb;
    color: #464855; }
  .buyerInterfaceWrap .pos-kiosk .daterangepicker .calendar-table th, .buyerInterfaceWrap .pos-kiosk .daterangepicker .calendar-table td {
    width: 42px;
    height: 36px;
    font-size: 14px; }
  .buyerInterfaceWrap .pos-kiosk .daterangepicker select.monthselect, .buyerInterfaceWrap .pos-kiosk .daterangepicker select.yearselect {
    height: 30px; }
  .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline {
    background: none;
    border: none;
    font-size: 1.2em; }
  .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
    color: #35BBD7;
    font-weight: 700;
    border-top: 4px solid #00b9e6;
    padding-bottom: 20px; }
  .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover {
    background: #fff;
    font-weight: 700; }
  .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus {
    background: #fff; }
  .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
    background: none; }
  .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link {
    background: #fff;
    color: #747474;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 1rem 0.5rem; }
  .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link:hover {
    font-weight: normal; }
  .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.no-flex .nav-item {
    margin-right: 10px; }
  .buyerInterfaceWrap .pos-kiosk .kiosk-page {
    padding: 20px 25px; }
  .buyerInterfaceWrap .pos-kiosk .form-control {
    background: #F4F5FA; }
  .buyerInterfaceWrap .pos-kiosk .change-due {
    color: #28D094;
    border-top: 5px solid #28D094;
    font-size: 1.2em; }
  .buyerInterfaceWrap .pos-kiosk .modal-body.gray-bg {
    background: #ececec; }
  .buyerInterfaceWrap .pos-mobile-menu-btn {
    display: none;
    padding: 10px;
    border-top: 1px solid #ededed; }
  .buyerInterfaceWrap .pos-mobile-menu-btn .btn {
    font-weight: 600;
    text-transform: uppercase; }
  .buyerInterfaceWrap .order-back {
    display: none; }
  @media screen and (max-width: 1284px) {
    .buyerInterfaceWrap .kiosk-button .text {
      font-size: 8px; }
    .buyerInterfaceWrap .kiosk-button .icon {
      font-size: 19px; } }
  @media screen and (max-width: 908px) {
    .buyerInterfaceWrap #kiosk-actions {
      display: block;
      width: 100%;
      z-index: 200;
      overflow: auto; }
    .buyerInterfaceWrap .actions-header h4 {
      display: none; }
    .buyerInterfaceWrap .actions-header h5 {
      font-size: 1rem; }
    .buyerInterfaceWrap .order-actions {
      width: 100%;
      position: relative;
      margin-top: 10px; }
    .buyerInterfaceWrap .order-content {
      height: auto !important; }
    .buyerInterfaceWrap .order-back {
      display: block; }
    .buyerInterfaceWrap #kiosk-right {
      display: none;
      padding-left: 0; }
    .buyerInterfaceWrap .pos-mobile-menu-btn {
      display: block; }
    .buyerInterfaceWrap #kiosk-header {
      font-size: 14px; }
    .buyerInterfaceWrap #kiosk-header .upp-logo img {
      max-height: 45px; } }
  @media screen and (min-width: 909px) {
    .buyerInterfaceWrap #kiosk-actions {
      display: block !important; } }
  @media screen and (max-width: 543px) {
    .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.no-flex .nav-item {
      width: 100%;
      margin-bottom: 15px; }
    .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
    .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
      background: #00b9e6;
      color: #fff;
      border: none;
      padding-bottom: 1.2rem; }
    .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover, .buyerInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus {
      background: #00b9e6;
      color: #fff; } }
  .buyerInterfaceWrap .pos-container.phone #kiosk-actions {
    display: none; }
  .buyerInterfaceWrap .pos-container.phone #kiosk-right {
    padding-left: 0; }
  .buyerInterfaceWrap .pos-container.phone .template-info {
    display: none; }
  .buyerInterfaceWrap .pos-container.phone .link-icon {
    margin-left: 10px; }
  .buyerInterfaceWrap #pos-work-area {
    height: calc(100vh - 60px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 250px;
    position: relative;
    margin-top: 60px;
    min-width: 700px;
    overflow-x: auto; }
  .buyerInterfaceWrap #pos-work-area .wrap {
    width: 70vw;
    min-width: 700px;
    margin-top: 30px; }
  .buyerInterfaceWrap #pos-work-area .help-text-bubble {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 8px 12px;
    background: rgba(51, 51, 51, 0.54);
    position: absolute;
    margin: 15px auto 0 auto;
    top: 0;
    font-size: 0.9em; }
  .buyerInterfaceWrap #pos-work-area .pos-container.ipad {
    padding-top: 56.25%; }
  .buyerInterfaceWrap #pos-work-area .pos-container.phone {
    width: 315px;
    height: 558px;
    margin: auto; }
  .buyerInterfaceWrap #pos-work-area .pos-container.clover {
    padding-top: 62.5%; }
  .buyerInterfaceWrap #pos-work-area .pos-container #kiosk-header {
    opacity: 0.4; }
  .buyerInterfaceWrap #pos-work-area .pos-container #kiosk-header .upp-logo img {
    max-height: 4vw; }
  .buyerInterfaceWrap #pos-work-area .pos-container .link-icon {
    font-size: 1.5vw; }
  .buyerInterfaceWrap #pos-work-area .pos-container #kiosk-actions {
    position: absolute;
    width: 300px; }
  .buyerInterfaceWrap #pos-work-area .pos-container #kiosk-right {
    padding-left: 300px;
    height: 100%; }
  .buyerInterfaceWrap .analyticsStats {
    font-size: 1.3rem; }
  .buyerInterfaceWrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px; }
  .buyerInterfaceWrap input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px; }
  .buyerInterfaceWrap input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px; }
  .buyerInterfaceWrap input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px; }
  .buyerInterfaceWrap input,
  .buyerInterfaceWrap select {
    background: #fff;
    border: 1px solid	#ccc;
    border-radius: 10px;
    height: 60px;
    padding: 15px 0px 15px 20px;
    font-size: 20px; }
  .buyerInterfaceWrap textarea {
    background: #fff;
    border: 1px solid	#ccc;
    border-radius: 10px;
    height: auto;
    padding: 15px 0px 15px 20px;
    font-size: 20px; }
  .buyerInterfaceWrap select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist; }
  .buyerInterfaceWrap input:focus,
  .buyerInterfaceWrap input:active,
  .buyerInterfaceWrap select:focus,
  .buyerInterfaceWrap select:active,
  .buyerInterfaceWrap textarea:focus,
  .buyerInterfaceWrap textarea:active {
    background: #fff;
    border: 1px solid #35BBD7; }
  .buyerInterfaceWrap .kioskSearchResultsGrid .card:hover,
  .buyerInterfaceWrap .kioskSearchResultsGrid .card:focus,
  .buyerInterfaceWrap .kioskSearchResultsGrid .card:active {
    cursor: pointer;
    outline: 3px solid #35BBD7; }
  .buyerInterfaceWrap .toggle_radio {
    position: relative;
    background: #00abaf;
    margin: 4px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 32px;
    width: 100%; }
  .buyerInterfaceWrap .toggle_radio > * {
    float: left; }
  .buyerInterfaceWrap .toggle_radio input[type=radio] {
    display: none;
    /*position: fixed;*/ }
  .buyerInterfaceWrap .toggle_radio label {
    color: rgba(255, 255, 255, 0.9);
    z-index: 0;
    display: block;
    width: 16.66%;
    height: 20px;
    margin: 9px 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
    /*background: rgba(0,0,0,.1);*/
    text-align: center;
    /*margin: 0 2px;*/
    /*background: blue;*/
    /*make it blue*/ }
  .buyerInterfaceWrap .toggle_option_slider {
    /*display: none;*/
    /*background: red;*/
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease; }
  .buyerInterfaceWrap #first_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 3%; }
  .buyerInterfaceWrap #second_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 19%; }
  .buyerInterfaceWrap #third_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 36%; }
  .buyerInterfaceWrap #fourth_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 53%; }
  .buyerInterfaceWrap #fifth_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 69%; }
  .buyerInterfaceWrap #sixth_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 86%; }
  .buyerInterfaceWrap #first_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 4%; }
  .buyerInterfaceWrap #second_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 21%; }
  .buyerInterfaceWrap #third_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 37%; }
  .buyerInterfaceWrap #fourth_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 54%; }
  .buyerInterfaceWrap #fifth_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 70%; }
  .buyerInterfaceWrap #sixth_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 87%; }
  .buyerInterfaceWrap #first_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 4%; }
  .buyerInterfaceWrap #second_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 21%; }
  .buyerInterfaceWrap #third_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 37%; }
  .buyerInterfaceWrap #fourth_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 54%; }
  .buyerInterfaceWrap #fifth_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 70%; }
  .buyerInterfaceWrap #sixth_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 87%; }
  .buyerInterfaceWrap .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3); }

.sorterInterfaceWrap {
  /* Point of Sale Kiosk */
  /* Scan Animations */ }
  .sorterInterfaceWrap .kiosk-content-wrap .text-warning {
    color: #DA060E !important; }
  .sorterInterfaceWrap #pos-exit .btn-warning {
    background-color: #DA060E;
    border-color: #DA060E; }
  .sorterInterfaceWrap #kiosk-header {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    width: 100%;
    font-size: 1vw; }
  .sorterInterfaceWrap #kiosk-header .header-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .sorterInterfaceWrap #kiosk-header .upp-logo {
    padding: 0 8px; }
  .sorterInterfaceWrap #kiosk-header .upp-logo img {
    max-height: 50px; }
  .sorterInterfaceWrap #kiosk-header .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%; }
  .sorterInterfaceWrap #kiosk-header ul {
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
  .sorterInterfaceWrap #kiosk-header ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em; }
  .sorterInterfaceWrap #kiosk-header ul li.operator {
    padding: 23px 18px;
    font-size: 0.8em; }
  .sorterInterfaceWrap #kiosk-header ul li.operator .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 130px;
    overflow: hidden; }
  .sorterInterfaceWrap #kiosk-header ul a {
    display: block;
    padding: 23px 18px; }
  .sorterInterfaceWrap #kiosk-header a, .sorterInterfaceWrap #kiosk-header a:visited {
    color: #464855; }
  .sorterInterfaceWrap .kiosk-wrap {
    position: relative;
    height: 100%; }
  .sorterInterfaceWrap .kiosk-wrap .breadcrumb {
    font-size: 0.8em; }
  .sorterInterfaceWrap #kiosk-actions {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 50vw;
    background: #FAFAFA;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
    overflow-y: auto;
    overflow-x: hidden; }
  .sorterInterfaceWrap #kiosk-right {
    position: fixed;
    width: 100%;
    padding-left: 50vw;
    padding-top: 135px;
    height: 100%;
    overflow-y: scroll;
    z-index: -1; }
  @media screen and (max-width: 908px) {
    .sorterInterfaceWrap #kiosk-actions {
      display: block;
      width: 100%;
      z-index: 200;
      overflow: auto; }
    .sorterInterfaceWrap .actions-header h4 {
      display: none; }
    .sorterInterfaceWrap .actions-header h5 {
      font-size: 1rem; }
    .sorterInterfaceWrap .order-actions {
      width: 100%;
      position: relative;
      margin-top: 10px; }
    .sorterInterfaceWrap .order-content {
      height: auto !important; }
    .sorterInterfaceWrap .order-back {
      display: block; }
    .sorterInterfaceWrap .pos-mobile-menu-btn {
      display: block; }
    .sorterInterfaceWrap #kiosk-header {
      font-size: 14px; }
    .sorterInterfaceWrap #kiosk-header .upp-logo img {
      max-height: 45px; } }
  .sorterInterfaceWrap .analyticsStats {
    font-size: 1.3rem; }
  .sorterInterfaceWrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px; }
  .sorterInterfaceWrap input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px; }
  .sorterInterfaceWrap input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px; }
  .sorterInterfaceWrap input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px; }
  .sorterInterfaceWrap input,
  .sorterInterfaceWrap select {
    background: #fff;
    border: 1px solid	#ccc;
    border-radius: 10px;
    height: 60px;
    padding: 15px 0px 15px 20px;
    font-size: 20px; }
  .sorterInterfaceWrap textarea {
    background: #fff;
    border: 1px solid	#ccc;
    border-radius: 10px;
    height: auto;
    padding: 15px 0px 15px 20px;
    font-size: 20px; }
  .sorterInterfaceWrap select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist; }
  .sorterInterfaceWrap input:focus,
  .sorterInterfaceWrap input:active,
  .sorterInterfaceWrap select:focus,
  .sorterInterfaceWrap select:active,
  .sorterInterfaceWrap textarea:focus,
  .sorterInterfaceWrap textarea:active {
    background: #fff;
    border: 1px solid #35BBD7; }
  .sorterInterfaceWrap .kioskSearchResultsGrid .card:hover,
  .sorterInterfaceWrap .kioskSearchResultsGrid .card:focus,
  .sorterInterfaceWrap .kioskSearchResultsGrid .card:active {
    cursor: pointer;
    outline: 3px solid #35BBD7; }
  .sorterInterfaceWrap #kiosk-header {
    position: fixed;
    z-index: 1040; }
  .sorterInterfaceWrap .sorterSearch {
    position: fixed;
    margin-top: -67px;
    width: 100%;
    z-index: 1030; }
  .sorterInterfaceWrap .kiosk-page {
    margin-top: 160px;
    z-index: 1020; }
  .sorterInterfaceWrap svg {
    width: 100px;
    display: block;
    margin: 0px auto 0; }
  .sorterInterfaceWrap .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0; }
  .sorterInterfaceWrap .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out; }
  .sorterInterfaceWrap .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards; }
  .sorterInterfaceWrap .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards; }
  .sorterInterfaceWrap p {
    text-align: center;
    margin: 20px 0 60px;
    font-size: 1.25em; }
  .sorterInterfaceWrap p.success {
    color: #73AF55; }
  .sorterInterfaceWrap p.error {
    color: #D06079; }
  .sorterInterfaceWrap #scanResult {
    display: none; }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
  .sorterInterfaceWrap .nav-tabs .nav-link.active,
  .sorterInterfaceWrap .nav-tabs .nav-item.show .nav-link,
  .sorterInterfaceWrap .nav-pills .nav-link.active,
  .sorterInterfaceWrap .nav-pills .nav-item.show .nav-link {
    background-color: #e82980;
    color: #fff;
    font-size: 1.5rem; }
  .sorterInterfaceWrap .nav-tabs .nav-link,
  .sorterInterfaceWrap .nav-pills .nav-link {
    font-size: 1rem;
    background-color: #f1f1f1;
    height: 100%; }
  .sorterInterfaceWrap.shelverInterfaceWrap #kiosk-actions {
    width: 100vw; }
  .sorterInterfaceWrap.shelverInterfaceWrap .kiosk-page {
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 30px; }
  .sorterInterfaceWrap.inventoryScanWrap #kiosk-actions {
    width: 100vw; }
  .sorterInterfaceWrap.inventoryScanWrap .nav-pills #sortedItemTab-nav.nav-link.active {
    background-color: #833C12; }
  .sorterInterfaceWrap.inventoryScanWrap .nav-pills #receivedItemTab-nav.nav-link.active {
    background-color: #3583D7; }
  .sorterInterfaceWrap.inventoryScanWrap .nav-pills #repair1ItemTab-nav.nav-link.active {
    background-color: #D75B35; }
  .sorterInterfaceWrap.inventoryScanWrap .nav-pills #repair2ItemTab-nav.nav-link.active {
    background-color: #D75B35; }
  .sorterInterfaceWrap.inventoryScanWrap .nav-pills #cleanedItemTab-nav.nav-link.active {
    background-color: #6F35D7; }
  .sorterInterfaceWrap.inventoryScanWrap .nav-pills #photographedItemTab-nav.nav-link.active {
    background-color: #D735BE; }
  .sorterInterfaceWrap.inventoryScanWrap .nav-pills #reviewItemTab-nav.nav-link.active {
    background-color: #0CA690; }
  .sorterInterfaceWrap.inventoryScanWrap .nav-pills #saleItemTab-nav.nav-link.active {
    background-color: #e82980; }
  .sorterInterfaceWrap.inventoryScanWrap table.dataTableTheme thead > tr > th {
    padding-left: 0.75rem !important; }

.createInterfaceWrap {
  /* Point of Sale Kiosk */
  /* Launch Kiosk */
  /* POS Kiosk */
  /* START GRADE SLIDER */
  /* END GRADE SLIDER */ }
  .createInterfaceWrap label, .add-item-modal label {
    font-size: 12px;
    font-weight: 300; }
  .createInterfaceWrap .item-offer-price a {
    font-size: 20px; }
  .createInterfaceWrap .customerInfo {
    font-size: 1rem; }
  .createInterfaceWrap .kiosk-content-wrap .text-warning {
    color: #DA060E !important; }
  .createInterfaceWrap #pos-exit .btn-warning {
    background-color: #DA060E;
    border-color: #DA060E; }
  .createInterfaceWrap #kiosk-header {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    width: 100%;
    font-size: 1vw; }
  .createInterfaceWrap #kiosk-header .header-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .createInterfaceWrap #kiosk-header .upp-logo {
    padding: 0 8px; }
  .createInterfaceWrap #kiosk-header .upp-logo img {
    max-height: 50px; }
  .createInterfaceWrap #kiosk-header .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%; }
  .createInterfaceWrap #kiosk-header ul {
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
  .createInterfaceWrap #kiosk-header ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em; }
  .createInterfaceWrap #kiosk-header ul li.operator {
    padding: 23px 18px;
    font-size: 0.8em; }
  .createInterfaceWrap #kiosk-header ul li.operator .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 130px;
    overflow: hidden; }
  .createInterfaceWrap #kiosk-header ul a {
    display: block;
    padding: 23px 18px; }
  .createInterfaceWrap #kiosk-header a, .createInterfaceWrap #kiosk-header a:visited {
    color: #464855; }
  .createInterfaceWrap .kiosk-wrap {
    position: relative;
    height: 100%; }
  .createInterfaceWrap .kiosk-wrap .breadcrumb {
    font-size: 0.8em; }
  .createInterfaceWrap #kiosk-actions {
    position: relative;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%;
    background: #FAFAFA;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
    overflow-y: auto;
    overflow-x: hidden; }
  .createInterfaceWrap #kiosk-right .actions-header {
    background: #fff;
    color: #32343B;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #EAEAEA; }
  .createInterfaceWrap #kiosk-right .actions-header .upp-logo img {
    width: 40px;
    opacity: 0.8; }
  .createInterfaceWrap #kiosk-right .actions-header > a {
    color: #fff; }
  .createInterfaceWrap #kiosk-right .actions-header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .createInterfaceWrap #kiosk-right .actions-header li {
    margin-right: 20px;
    margin-bottom: 0; }
  .createInterfaceWrap #kiosk-right .actions-header li:last-child {
    margin-right: 0; }
  .createInterfaceWrap .kiosk-button {
    cursor: pointer;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.2vw;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0px;
    position: relative; }
  .createInterfaceWrap .kiosk-button .icon {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 1.5vw; }
  .createInterfaceWrap .kiosk-button .edit-buttons {
    display: none;
    margin-top: 5px; }
  .createInterfaceWrap .kiosk-button .edit-buttons .btn {
    padding: 0.1rem 0.75rem;
    font-size: 0.8em; }
  .createInterfaceWrap .kiosk-button .edit-buttons .btn:hover {
    background: #00b9e6;
    color: #fff; }
  .createInterfaceWrap .kiosk-button .text {
    font-size: 0.7vw; }
  .createInterfaceWrap .kiosk-button .button-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    position: absolute; }
  .createInterfaceWrap .kiosk-button.p-0 .button-content {
    height: 100%; }
  .createInterfaceWrap .kiosk-button .product-label {
    font-size: 0.7vw;
    padding: 3px;
    width: 100%;
    align-self: flex-end;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px; }
  .createInterfaceWrap .pos-kiosk.launch {
    background: #F4F5FA; }
  .createInterfaceWrap .pos-kiosk.launch .kiosk-logos {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 15px; }
  .createInterfaceWrap .pos-kiosk.launch .kiosk-logos img {
    max-height: 90px; }
  .createInterfaceWrap .numberpad {
    width: 100%;
    font-size: 1.2em; }
  .createInterfaceWrap .numberpad td {
    vertical-align: middle;
    min-width: 37px; }
  .createInterfaceWrap .numberpad button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    display: block;
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #464855;
    font-weight: 600;
    background: #e0e0e0; }
  .createInterfaceWrap .numberpad button:hover, .createInterfaceWrap .numberpad button:focus {
    background: #dbdbdb;
    color: #464855; }
  .createInterfaceWrap .numberpad button.btn-success {
    background: #28D094; }
  .createInterfaceWrap .change-buttons .btn {
    font-weight: 600;
    background: #eef0f5;
    color: #464855;
    padding: 0.8rem 1rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 8px 0; }
  .createInterfaceWrap .change-buttons .btn:hover, .createInterfaceWrap .change-buttons .btn:focus {
    background: #dbdbdb;
    color: #464855; }
  .createInterfaceWrap .pos-kiosk .daterangepicker .calendar-table th, .createInterfaceWrap .pos-kiosk .daterangepicker .calendar-table td {
    width: 42px;
    height: 36px;
    font-size: 14px; }
  .createInterfaceWrap .pos-kiosk .daterangepicker select.monthselect, .createInterfaceWrap .pos-kiosk .daterangepicker select.yearselect {
    height: 30px; }
  .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline {
    background: none;
    border: none;
    font-size: 1.2em; }
  .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
    color: #35BBD7;
    font-weight: 700;
    border-top: 4px solid #00b9e6;
    padding-bottom: 20px; }
  .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover {
    background: #fff;
    font-weight: 700; }
  .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus {
    background: #fff; }
  .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
    background: none; }
  .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link {
    background: #fff;
    color: #747474;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 1rem 0.5rem; }
  .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link:hover {
    font-weight: normal; }
  .createInterfaceWrap .pos-kiosk .nav.nav-tabs.no-flex .nav-item {
    margin-right: 10px; }
  .createInterfaceWrap .pos-kiosk .kiosk-page {
    padding: 20px 25px; }
  .createInterfaceWrap .pos-kiosk .form-control {
    background: #F4F5FA; }
  .createInterfaceWrap .pos-kiosk .change-due {
    color: #28D094;
    border-top: 5px solid #28D094;
    font-size: 1.2em; }
  .createInterfaceWrap .pos-kiosk .modal-body.gray-bg {
    background: #ececec; }
  .createInterfaceWrap .pos-mobile-menu-btn {
    display: none;
    padding: 10px;
    border-top: 1px solid #ededed; }
  .createInterfaceWrap .pos-mobile-menu-btn .btn {
    font-weight: 600;
    text-transform: uppercase; }
  .createInterfaceWrap .order-back {
    display: none; }
  @media screen and (max-width: 1284px) {
    .createInterfaceWrap .kiosk-button .text {
      font-size: 8px; }
    .createInterfaceWrap .kiosk-button .icon {
      font-size: 19px; } }
  @media screen and (max-width: 908px) {
    .createInterfaceWrap #kiosk-actions {
      display: block;
      width: 100%;
      z-index: 200;
      overflow: auto; }
    .createInterfaceWrap .actions-header h4 {
      display: none; }
    .createInterfaceWrap .actions-header h5 {
      font-size: 1rem; }
    .createInterfaceWrap .order-actions {
      width: 100%;
      position: relative;
      margin-top: 10px; }
    .createInterfaceWrap .order-content {
      height: auto !important; }
    .createInterfaceWrap .order-back {
      display: block; }
    .createInterfaceWrap #kiosk-right {
      display: none;
      padding-left: 0; }
    .createInterfaceWrap .pos-mobile-menu-btn {
      display: block; }
    .createInterfaceWrap #kiosk-header {
      font-size: 14px; }
    .createInterfaceWrap #kiosk-header .upp-logo img {
      max-height: 45px; } }
  @media screen and (min-width: 909px) {
    .createInterfaceWrap #kiosk-actions {
      display: block !important; } }
  @media screen and (max-width: 543px) {
    .createInterfaceWrap .pos-kiosk .nav.nav-tabs.no-flex .nav-item {
      width: 100%;
      margin-bottom: 15px; }
    .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
    .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
      background: #00b9e6;
      color: #fff;
      border: none;
      padding-bottom: 1.2rem; }
    .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover, .createInterfaceWrap .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus {
      background: #00b9e6;
      color: #fff; } }
  .createInterfaceWrap .pos-container.phone #kiosk-actions {
    display: none; }
  .createInterfaceWrap .pos-container.phone #kiosk-right {
    padding-left: 0; }
  .createInterfaceWrap .pos-container.phone .template-info {
    display: none; }
  .createInterfaceWrap .pos-container.phone .link-icon {
    margin-left: 10px; }
  .createInterfaceWrap #pos-work-area {
    height: calc(100vh - 60px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 250px;
    position: relative;
    margin-top: 60px;
    min-width: 700px;
    overflow-x: auto; }
  .createInterfaceWrap #pos-work-area .wrap {
    width: 70vw;
    min-width: 700px;
    margin-top: 30px; }
  .createInterfaceWrap #pos-work-area .help-text-bubble {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 8px 12px;
    background: rgba(51, 51, 51, 0.54);
    position: absolute;
    margin: 15px auto 0 auto;
    top: 0;
    font-size: 0.9em; }
  .createInterfaceWrap #pos-work-area .pos-container.ipad {
    padding-top: 56.25%; }
  .createInterfaceWrap #pos-work-area .pos-container.phone {
    width: 315px;
    height: 558px;
    margin: auto; }
  .createInterfaceWrap #pos-work-area .pos-container.clover {
    padding-top: 62.5%; }
  .createInterfaceWrap #pos-work-area .pos-container #kiosk-header {
    opacity: 0.4; }
  .createInterfaceWrap #pos-work-area .pos-container #kiosk-header .upp-logo img {
    max-height: 4vw; }
  .createInterfaceWrap #pos-work-area .pos-container .link-icon {
    font-size: 1.5vw; }
  .createInterfaceWrap #pos-work-area .pos-container #kiosk-actions {
    position: absolute;
    width: 300px; }
  .createInterfaceWrap #pos-work-area .pos-container #kiosk-right {
    padding-left: 300px;
    height: 100%; }
  .createInterfaceWrap .analyticsStats {
    font-size: 1.3rem; }
  .createInterfaceWrap input::-webkit-input-placeholder, .add-item-modal {
    /* Chrome/Opera/Safari */
    font-size: 20px; }
.createInterfaceWrap input::-moz-placeholder, .add-item-modal {
    /* Firefox 19+ */
    font-size: 20px;
}
.createInterfaceWrap input:-ms-input-placeholder, .add-item-modal {
    /* IE 10+ */
    font-size: 20px;
}
.createInterfaceWrap input:-moz-placeholder, .add-item-modal {
    /* Firefox 18- */
    font-size: 20px;
}
    .createInterfaceWrap input,
    .createInterfaceWrap select, .add-item-modal input, .add-item-modal select {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        height: 60px;
        padding: 15px 0px 15px 20px;
        font-size: 20px;
    }
.createInterfaceWrap textarea, .add-item-modal textarea {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: auto;
    padding: 15px 0px 15px 20px;
    font-size: 20px;
}
.createInterfaceWrap select, .add-item-modal select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
    .createInterfaceWrap input:focus,
    .createInterfaceWrap input:active,
    .add-item-modal input:focus,
    .add-item-modal input:active,
    .createInterfaceWrap select:focus,
    .createInterfaceWrap select:active,
    .add-item-modal select:focus,
    .add-item-modal select:active,
    .createInterfaceWrap textarea:focus,
    .createInterfaceWrap textarea:active,
    .add-item-modal textarea:focus,
    .add-item-modal textarea:active {
        background: #fff;
        border: 1px solid #35BBD7;
    }
  .createInterfaceWrap .kioskSearchResultsGrid .card:hover,
  .createInterfaceWrap .kioskSearchResultsGrid .card:focus,
  .createInterfaceWrap .kioskSearchResultsGrid .card:active {
    cursor: pointer;
    outline: 3px solid #35BBD7; }
  .createInterfaceWrap .toggle_radio, .add-item-modal .toggle_radio {
    position: relative;
    background: #00abaf;
    margin: 4px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 32px;
    width: 100%; }
    .createInterfaceWrap .toggle_radio > *,
    .add-item-modal .toggle_radio > * {
        float: left;
    }
    .createInterfaceWrap .toggle_radio input[type=radio],
    .add-item-modal .toggle_radio input[type=radio] {
        display: none;
        /*position: fixed;*/
    }
    .createInterfaceWrap .toggle_radio label,
    .add-item-modal .toggle_radio label {
        color: rgba(255, 255, 255, 0.9);
        z-index: 0;
        display: block;
        width: 16.66%;
        height: 20px;
        margin: 9px 0px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        cursor: pointer;
        z-index: 1;
        /*background: rgba(0,0,0,.1);*/
        text-align: center;
        /*margin: 0 2px;*/
        /*background: blue;*/
        /*make it blue*/
    }
.createInterfaceWrap .toggle_option_slider,
.add-item-modal .toggle_option_slider {
    /*display: none;*/
    /*background: red;*/
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.createInterfaceWrap #first_toggle:checked ~ .toggle_option_slider, .add-item-modal #first_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 3%;
}
.createInterfaceWrap #second_toggle:checked ~ .toggle_option_slider, .add-item-modal #second_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 19%;
}
.createInterfaceWrap #third_toggle:checked ~ .toggle_option_slider, .add-item-modal #third_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 36%;
}
.createInterfaceWrap #fourth_toggle:checked ~ .toggle_option_slider, .add-item-modal #fourth_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 53%;
}
.createInterfaceWrap #fifth_toggle:checked ~ .toggle_option_slider, .add-item-modal #fifth_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 69%;
}
.createInterfaceWrap #sixth_toggle:checked ~ .toggle_option_slider, .add-item-modal #sixth_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 86%;
}
.createInterfaceWrap #first_toggle2:checked ~ .toggle_option_slider, .add-item-modal #first_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 4%;
}
.createInterfaceWrap #second_toggle2:checked ~ .toggle_option_slider, .add-item-modal #second_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 21%;
}
.createInterfaceWrap #third_toggle2:checked ~ .toggle_option_slider, .add-item-modal #third_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 37%;
}
.createInterfaceWrap #fourth_toggle2:checked ~ .toggle_option_slider, .add-item-modal #fourth_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 54%;
}
.createInterfaceWrap #fifth_toggle2:checked ~ .toggle_option_slider, .add-item-modal #fifth_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 70%;
}
.createInterfaceWrap #sixth_toggle2:checked ~ .toggle_option_slider, .add-item-modal #sixth_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 87%;
}
.createInterfaceWrap #first_toggle3:checked ~ .toggle_option_slider, .add-item-modal #first_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 4%;
}
.createInterfaceWrap #second_toggle3:checked ~ .toggle_option_slider, .add-item-modal #second_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 21%;
}
.createInterfaceWrap #third_toggle3:checked ~ .toggle_option_slider, .add-item-modal #third_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 37%;
}
.createInterfaceWrap #fourth_toggle3:checked ~ .toggle_option_slider, .add-item-modal #fourth_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 54%;
}
.createInterfaceWrap #fifth_toggle3:checked ~ .toggle_option_slider, .add-item-modal #fifth_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 70%;
}
.createInterfaceWrap #sixth_toggle3:checked ~ .toggle_option_slider, .add-item-modal #sixth_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 87%;
}
.createInterfaceWrap .toggle_option_slider, .add-item-modal .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
}

.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable th,
.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable td {
  padding: 5px; }

.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable thead > tr > th {
  padding-left: 0px !important; }

.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable thead {
  text-align: center; }

.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable tr {
  border-bottom: 1px solid #dee2e6; }

.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable td {
  border-right: 1px solid #dee2e6; }

.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .phase-name,
.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable thead th {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 700 !important; }
  .inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .phase-name:hover,
  .inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable thead th:hover {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.74); }

.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .phase-name {
  text-align: right; }

.inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .iconDiv {
  text-align: center; }
  .inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .iconDiv .iconCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    padding: 15px;
    color: #fff;
    font-weight: 400;
    border-radius: 50%;
    width: 50px;
    height: 50px; }
    .inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .iconDiv .iconCircle:hover {
      cursor: pointer;
      opacity: 0.8; }
  .inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .iconDiv .circleIconSuccess {
    background-color: #5CB75B; }
  .inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .iconDiv .circleIconFail {
    background-color: #A81F24; }
  .inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .iconDiv .circleIconNeutral {
    background-color: #575757; }
  .inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .iconDiv .circleIconMismatch {
    background-color: #f09622; }
  .inventoryScanAdmin table#dataTableTheme.inventoryScanAdminTable .iconDiv .circleIconZero {
    background-color: #E8E8E8;
    color: #606060; }

.receiverWrap, .photographyInterfaceWrap {
  /* START GRADE SLIDER */
  /* END GRADE SLIDER */ }
  .receiverWrap .card .btn-action, .photographyInterfaceWrap .card .btn-action {
    margin-top: -1.44rem;
    margin-bottom: -1.44rem; }
  .receiverWrap .order-table, .photographyInterfaceWrap .order-table {
    box-shadow: none; }
  .receiverWrap .toggle_radio, .photographyInterfaceWrap .toggle_radio {
    position: relative;
    background: #00abaf;
    margin: 4px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 32px;
    width: 100%; }
  .receiverWrap .toggle_radio > *, .photographyInterfaceWrap .toggle_radio > * {
    float: left; }
  .receiverWrap .toggle_radio input[type=radio], .photographyInterfaceWrap .toggle_radio input[type=radio] {
    display: none;
    /*position: fixed;*/ }
  .receiverWrap .toggle_radio label, .photographyInterfaceWrap .toggle_radio label {
    color: rgba(255, 255, 255, 0.9);
    z-index: 0;
    display: block;
    width: 16.66%;
    height: 20px;
    margin: 9px 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
    /*background: rgba(0,0,0,.1);*/
    text-align: center;
    /*margin: 0 2px;*/
    /*background: blue;*/
    /*make it blue*/ }
  .receiverWrap .toggle_option_slider, .photographyInterfaceWrap .toggle_option_slider {
    /*display: none;*/
    /*background: red;*/
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease; }
  .receiverWrap #first_toggle:checked ~ .toggle_option_slider, .photographyInterfaceWrap #first_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 3%; }
  .receiverWrap #second_toggle:checked ~ .toggle_option_slider, .photographyInterfaceWrap #second_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 19%; }
  .receiverWrap #third_toggle:checked ~ .toggle_option_slider, .photographyInterfaceWrap #third_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 36%; }
  .receiverWrap #fourth_toggle:checked ~ .toggle_option_slider, .photographyInterfaceWrap #fourth_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 53%; }
  .receiverWrap #fifth_toggle:checked ~ .toggle_option_slider, .photographyInterfaceWrap #fifth_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 69%; }
  .receiverWrap #sixth_toggle:checked ~ .toggle_option_slider, .photographyInterfaceWrap #sixth_toggle:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 86%; }
  .receiverWrap #first_toggle2:checked ~ .toggle_option_slider, .photographyInterfaceWrap #first_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 5%; }
  .receiverWrap #second_toggle2:checked ~ .toggle_option_slider, .photographyInterfaceWrap #second_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 22%; }
  .receiverWrap #third_toggle2:checked ~ .toggle_option_slider, .photographyInterfaceWrap #third_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 38%; }
  .receiverWrap #fourth_toggle2:checked ~ .toggle_option_slider, .photographyInterfaceWrap #fourth_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 55%; }
  .receiverWrap #fifth_toggle2:checked ~ .toggle_option_slider, .photographyInterfaceWrap #fifth_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 72%; }
  .receiverWrap #sixth_toggle2:checked ~ .toggle_option_slider, .photographyInterfaceWrap #sixth_toggle2:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 88%; }
  .receiverWrap #first_toggle3:checked ~ .toggle_option_slider, .photographyInterfaceWrap #first_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 4%; }
  .receiverWrap #second_toggle3:checked ~ .toggle_option_slider, .photographyInterfaceWrap #second_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 21%; }
  .receiverWrap #third_toggle3:checked ~ .toggle_option_slider, .photographyInterfaceWrap #third_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 37%; }
  .receiverWrap #fourth_toggle3:checked ~ .toggle_option_slider, .photographyInterfaceWrap #fourth_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 54%; }
  .receiverWrap #fifth_toggle3:checked ~ .toggle_option_slider, .photographyInterfaceWrap #fifth_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 70%; }
  .receiverWrap #sixth_toggle3:checked ~ .toggle_option_slider, .photographyInterfaceWrap #sixth_toggle3:checked ~ .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3);
    left: 87%; }
  .receiverWrap .toggle_option_slider, .photographyInterfaceWrap .toggle_option_slider {
    background: rgba(255, 255, 255, 0.3); }

.text-grade-mintminus {
  color: #1b78be; }

.text-grade-excellent {
  color: #00abaf; }

.text-grade-verygood {
  color: #048944; }

.text-grade-good {
  color: #91ab3c; }

.text-grade-fair {
  color: #cf912c; }

.text-grade-inop {
  color: #A81F24; }

.bg-grade-mintminus {
  background: #1b78be; }

.bg-grade-excellent {
  background: #00abaf; }

.bg-grade-verygood {
  background: #048944; }

.bg-grade-good {
  background: #91ab3c; }

.bg-grade-fair {
  background: #cf912c; }

.text-grade-inop {
  background: #A81F24; }

.modal-xxl {
  max-width: 99%;
  margin-top: 10px;
  min-height: 97%;
  height: 97vh !important; }

.modal-xxl .modal-content {
  min-height: 100%; }

.modal-lgCustom {
  max-width: 1000px; }

.photoModal .inventoryImg {
  max-height: 75vh; }

.photoModal .inventoryThumb {
  max-width: 200px;
  margin: 10px; }
  .photoModal .inventoryThumb:hover {
    outline: 5px solid #35BBD7; }

.viewAllPhotosBtn {
  display: none; }

.mainImage {
  margin: 2%; }
  .mainImage:hover {
    outline: 5px solid #35BBD7; }

.reviewThumb {
  width: 46%;
  margin: 2%; }
  .reviewThumb:hover {
    outline: 5px solid #35BBD7; }

.inventoryImgSm {
  max-width: 100%; }

.btn-photo-refresh {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  box-shadow: none; }

.finalReviewPage td {
  vertical-align: middle; }

.finalReviewPage input,
.finalReviewPage select {
  height: 40px;
  padding: 5px 0px 4px 10px; }

.finalReviewPage .tags input.input:focus, .finalReviewPage .tags input.input:active {
  outline: 0px;
  border: 0px; }

.finalReviewPage .tags input.input::-webkit-input-placeholder, .finalReviewPage .tags input.input::-moz-placeholder, .finalReviewPage .tags input.input:-moz-placeholder, .finalReviewPage .tags input.input:-ms-input-placeholder {
  font-size: 14px; }

#accordionSettings p {
  margin-bottom: 0px; }

#accordionSettings .card-header {
  padding: 0px; }

#accordionSettings button.btn.btn-link {
  background: #fff;
  box-shadow: none;
  padding: 20px; }

.reviewIcons {
  font-size: 2rem; }

.ml-auto.headerTarget ul {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0; }

.ml-auto.headerTarget ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem; }

.ml-auto.headerTarget ul li.operator {
  padding: 23px 18px; }

.ml-auto.headerTarget ul li.operator .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 130px;
  overflow: hidden;
  font-size: .8rem; }

.ml-auto.headerTarget ul a {
  display: block;
  padding: 23px 18px; }

.ml-auto.headerTarget a, .ml-auto.headerTarget a:visited {
  color: #464855; }

ul.tabs-left {
  border-bottom: none;
  padding-top: 2px;
  list-style: none;
  padding-left: 0px; }

ul.tabs-left {
  border-right: 1px solid #ddd; }

ul.tabs-left > li {
  float: none;
  margin-bottom: 2px; }

ul.tabs-left > li {
  margin-right: -1px; }

ul.tabs-left > li.active > a,
ul.tabs-left > li.active > a:hover,
ul.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent; }

ul.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  padding: 10px 15px;
  font-size: 2rem; }

ul.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent; }

ul.tabs-left > li.active > a,
ul.tabs-left > li.active > a:hover,
ul.tabs-left > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-right-color: transparent; }

table#dataTableTheme tr.repairAdded {
  background: #CBF2D1; }

table#dataTableTheme tr.repairRejected {
  background: #FBE2E2; }

table#dataTableTheme tr.repairPending {
  background: #FEFFD8; }

table#dataTableTheme tr.repairInTransit {
  background: #DDDDDD; }

table#dataTableTheme .repairActions {
  font-size: 18px; }

table.repairTable div.description-name a {
  color: #126C7F !important;
  font-weight: bold; }

.mainDashboard a.downloadCSV {
  font-size: 1.3rem; }

.mainDashboard .dashboardBorder {
  border-color: #C6C6C6; }

.incompleteTR {
  background: #ffe79d; }

table#dataTableTheme tr.inventoryScanError {
  background: #FBE2E2; }

@media screen and (max-width: 1133px) {
  .login-wrap, .signup-wrap {
    width: 50%; }
  .login-form {
    width: 80%; } }

@media screen and (min-width: 851px) {
  #admin-menu nav {
    display: block !important; } }

@media screen and (max-width: 850px) {
  section.page-container {
    margin-left: 0px; }
  .header-left,
  .mobile-admin-menu-close {
    display: block; }
  .mobile-menu-close {
    display: block; }
  #admin-header .header-left,
  #admin-header .mobile-admin-menu-close {
    display: block; }
  #admin-header #mobile-menu-btn {
    display: block;
    margin: 0px 0px 0px 10px;
    font-size: 20px;
    color: #000; }
  #participant-header .header-left,
  #participant-header .mobile-menu-close {
    display: block; }
  #participant-header #mobile-menu-btn {
    display: block;
    margin: 0px 0px 0px 10px;
    font-size: 20px;
    color: #fff; }
  #admin-menu {
    position: inherit;
    width: 100vw;
    height: 69px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #admin-menu .navLogo {
      margin: 0px auto; }
    #admin-menu nav {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 9999999999;
      padding: 0px;
      top: 0;
      bottom: 0;
      background: #000; }
    #admin-menu ul ul {
      display: block;
      position: inherit;
      left: 0;
      width: 100%; }
      #admin-menu ul ul a {
        padding: 1rem 1rem 1rem 1.5rem; }
    #admin-menu ul > li .drop-arrow {
      display: none; }
    #admin-menu .mobile-admin-menu-close {
      text-align: right;
      font-size: 20px;
      margin-right: 10px; }
  #participant-menu {
    position: inherit;
    width: 100vw;
    height: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #participant-menu nav {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 9999999999;
      padding: 0px;
      top: 0;
      bottom: 0;
      background: #333333;
      overflow: auto; }
    #participant-menu ul ul {
      display: block;
      position: inherit;
      left: 0;
      width: 100%; }
      #participant-menu ul ul a {
        padding: 1rem 1rem 1rem 1.5rem; }
    #participant-menu ul > li .drop-arrow {
      display: none; }
    #participant-menu .mobile-menu-close {
      text-align: right;
      font-size: 20px;
      margin-right: 10px; }
  .page-container {
    padding-left: 0; }
  #admin-footer {
    padding-left: 0; }
  .mobile-100 {
    display: block;
    width: 100%; } }

@media screen and (max-width: 800px) {
  .login-wrap, .signup-wrap {
    width: 100%;
    height: auto;
    float: none; }
  .login-wrap {
    padding: 3rem 0; } }

@media screen and (max-width: 604px) {
  .public-nav {
    display: none; }
  #public-footer {
    justify-content: center; }
  #public-header #mobile-menu-btn {
    display: block; } }

@media screen and (max-width: 525px) {
  #admin-header .header-left h2 {
    font-size: 1.3em; } }
