@font-face {
  font-family: "Play";
  src: url("../fonts/play-regular-webfont.eot");
  src: url("../fonts/play-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/play-regular-webfont.woff2") format("woff2"), url("../fonts/play-regular-webfont.woff") format("woff"), url("../fonts/play-regular-webfont.ttf") format("truetype"), url("../fonts/play-regular-webfont.svg#Play") format("svg");
}

@font-face {
  font-family: "Play";
  src: url("../fonts/play-regular-webfont.eot");
  src: url("../fonts/play-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/play-regular-webfont.woff2") format("woff2"), url("../fonts/play-regular-webfont.woff") format("woff"), url("../fonts/play-regular-webfont.ttf") format("truetype"), url("../fonts/play-regular-webfont.svg#Play") format("svg");
}

@font-face {
  font-family: "Play-Bold";
  src: url("../fonts/play-bold-webfont.eot");
  src: url("../fonts/play-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/play-bold-webfont.woff2") format("woff2"), url("../fonts/play-bold-webfont.woff") format("woff"), url("../fonts/play-bold-webfont.ttf") format("truetype"), url("../fonts/play-bold-webfont.svg#Play-Bold") format("svg");
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
}

@font-face {
  font-family: "Material Icons";
  src: url("../fonts/MaterialIcons-Regular.eot");
  src: url("../fonts/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"), url("../fonts/MaterialIcons-Regular.svg#Material Icons") format("svg");
}

/* global settings */
html {
  font-family: "Play";
  overflow: scroll;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #666;
}

body {
  position: relative;
  font-family: "Play";
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

html, body {
  font-size: 14px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #32a5c6;
}

td {
  color: #666;
  padding: 0 5px;
}

p {
  font-family: "Play", Arial, sans-serif;
  font-size: 1rem;
  color: #666;
}

h1 {
  font-family: "Play";
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0 0 0.25em 0;
}

h2, h3, h4, h5 {
  font-family: "Play";
  font-size: 1.8rem;
  margin: 0 0 0.25em;
  padding: 0 0 0.5rem;
  font-weight: normal;
  color: #666;
}

sup {
  font-size: 0.6em;
  vertical-align: top;
}

input[type=text] {
  /* height: 2rem; */
  margin: 0;
  color: #666;
  padding-left: 8px;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.dialog-box {
  display: none;
}

.text-color {
  color: #666 !important;
}

.white-text {
  color: #fff !important;
}

.red-text {
  color: #f44336 !important;
}

.success-text {
  color: #4caf50 !important;
}

.disabled-color {
  color: #bbb !important;
}

.bold {
  font-family: "Play-Bold";
}

.clearfix {
  clear: both;
  overflow: hidden;
}

.clear-div {
  clear: both;
}

.primary-color {
  background-color: #32a5c6 !important;
}

.primary-text-color {
  color: #32a5c6 !important;
}

.secondary-color {
  background-color: #cc5a38 !important;
}

.secondary-text-color {
  color: #cc5a38 !important;
}

.navbar-color {
  background-color: #00345b !important;
}

.light-navbar-color {
  background-color: #00518e !important;
}

.sidebar-color {
  background-color: #00345b;
}

.custom-container {
  width: 90%;
  margin: 20px auto;
}

.stop_scroll {
  overflow: hidden;
}

.inline {
  display: inline-block;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.scrollable {
  overflow: scroll;
}

.warning-background {
  background-color: #f44336 !important;
  color: #fff !important;
}

.success-background {
  background-color: #4caf50 !important;
  color: #fff !important;
}

.success-background-light {
  background-color: #6ec071 !important;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
}

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

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.testing {
  color: #f44336 !important;
}

.developer-mode {
  background-color: #f44336 !important;
}

.pointer {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

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

.text-left {
  text-align: left !important;
}

td.dt-body-right {
  text-align: right;
}

td.dt-body-left {
  text-align: left;
}

.grid-content {
  max-width: 1080px;
}

.no-border {
  border: none;
}

.bump-top {
  padding-top: 40px;
}

.bump-right {
  padding-right: 40px;
}

.bump-left {
  padding-left: 40px;
}

.bump-bottom {
  padding-bottom: 40px;
}

.push-top {
  margin-top: 20px !important;
}

.push-right {
  margin-right: 20px !important;
}

.push-left {
  margin-left: 20px !important;
}

.push-bottom {
  margin-bottom: 20px !important;
}

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

.push-10-right {
  padding-right: 10px !important;
}

.push-10-left {
  padding-left: 10px !important;
}

.push-10-bottom {
  padding-bottom: 10px !important;
}

.push-20-top {
  padding-top: 20px !important;
}

.push-20-right {
  padding-right: 20px !important;
}

.push-20-left {
  padding-left: 20px !important;
}

.push-20-bottom {
  padding-bottom: 20px !important;
}

.nudge-top {
  padding-top: 5px;
}

.nudge-right {
  padding-right: 5px;
}

.nudge-left {
  padding-left: 5px;
}

.nudge-bottom {
  padding-bottom: 5px;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.opaque {
  background-color: rgba(255, 255, 255, 0.9);
}

.dark-opaque {
  background-color: rgba(0, 0, 0, 0.6);
}

.select2 {
  width: 100% !important;
  text-align: left;
}

.slider {
  height: auto;
}

.profile-btn {
  margin: 10px 0 !important;
}

.btn-floating:hover {
  background-color: #d67c61;
}

.material-icons {
  vertical-align: middle;
}

.crop {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
}

.expand {
  height: 100% !important;
}

.row {
  margin: 0 auto 0 auto;
}

#_templates {
  display: none;
}

.formErrorContent {
  color: #f44336;
  font-style: italic;
  font-size: 0.8rem;
}

.formError {
  top: 50px !important;
  right: 10px !important;
  left: auto !important;
  margin-top: 8px !important;
}

.passwordformError {
  margin-top: 0px !important;
}

.formFieldError .select2-container--default .select2-selection--single {
  border: #f44336;
}

nav ul a:hover {
  background-color: transparent;
}

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

.ss-layout-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

body > div.background-overlay {
  background: #00345b;
  z-index: -1;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: fixed;
}

#_loading {
  display: none;
  text-align: center;
}

body.hide-sidebar header, body.hide-sidebar #_outer {
  width: 100% !important;
  margin-left: 0 !important;
}

body.hide-sidebar .ss-fixed-drawer .ss-header-row {
  padding-left: 80px;
}

body.hide-sidebar .show-sidebar {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

body.hide-sidebar .ss-header-button {
  display: block !important;
}

body.hide-sidebar .ss-fixed-drawer > .ss-sidebar-drawer {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

img.brand-logo {
  cursor: pointer;
}

h1 span.logo-text {
  display: none;
}

header .brand-logo {
  margin: 1px 0;
  padding: 10px 0;
}

.header-search-wrapper {
  margin: 10px auto 0 240px;
  width: calc(100% - 600px);
  height: 40px;
  display: inline-block;
  position: relative;
}

.header-search-wrapper i {
  position: absolute;
  font-size: 24px;
  top: 6px;
  left: 24px;
  line-height: 32px !important;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

input.header-search-input {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  height: 24px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border: none;
  font-size: 16px;
  -webkit-appearance: textfield;
  appearance: textfield;
  font-weight: 400;
  outline: none;
  border-radius: 3px;
  color: #fff;
}

input.header-search-input:focus {
  color: #333;
  background: #fff;
  border-bottom: none !important;
  box-shadow: none !important;
}

#left-sidebar-nav {
  position: fixed;
  width: 100px;
  left: 180px;
  z-index: 999;
  height: auto;
}

ul.side-nav.leftside-navigation {
  top: 64px;
  overflow: hidden;
}

.collapsible-header i {
  font-size: inherit;
  margin-right: auto;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #32a5c6;
  padding: 0 15px;
}

#profile-dropdown a {
  line-height: 64px;
}

#out_of_office {
  margin-bottom: 10px;
  height: 32px;
  line-height: 32;
  font-family: "Courier";
  -webkit-appearance: none;
}

body > div.background-overlay {
  background: #00345b;
  z-index: -1;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: fixed;
}

.home-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url("/templates/hub/images/home-background.jpg");
  background-repeat: no-repeat;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.food-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url("/templates/hub/images/feedme-background.jpg");
  background-repeat: no-repeat;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.directory-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url("/templates/hub/images/directory-background.jpg");
  background-repeat: no-repeat;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.room-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url("/templates/hub/images/room-background.jpg");
  background-repeat: no-repeat;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.ss-layout {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.ss-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 64px;
  max-height: 1000px;
  z-index: 3;
  background-color: #3f51b5;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: max-height,box-shadow;
}

.ss-spacer {
  flex-shrink: 0;
  flex-grow: 1;
}

.ss-sidebar-drawer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 240px;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  background: #fafafa;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  color: #424242;
  overflow: visible;
  overflow-y: auto;
  z-index: 5;
}

.ss-sidebar-drawer.show-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ss-sidebar-drawer .ss-navigation {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ss-sidebar-drawer header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px;
  height: 100%;
  line-height: 20px;
  max-height: 250px;
}

.ss-sidebar-drawer header #_fitness_rewards {
  text-decoration: underline;
  cursor: pointer;
}

.ss-sidebar-drawer header #_user_information {
  padding: 10px 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.ss-sidebar-drawer header #_user_information p {
  font-family: "Play-Bold";
  color: #fff;
  font-size: 1rem;
  flex-grow: 0;
  white-space: nowrap;
  padding: 10px;
  margin: 4px 0 0 0;
}

.ss-sidebar-drawer header #_user_image_wrapper {
  flex: 0 0 auto;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  cursor: pointer;
}

.ss-sidebar-drawer header a#_user_name_link {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.ss-fixed-drawer .ss-layout-content {
  margin-left: 240px;
  -ms-flex: 0 1 auto;
  position: relative;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.ss-fixed-drawer .ss-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  transition-property: opacity;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ss-fixed-drawer .ss-overlay.show-sidebar {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.ss-header-button {
  display: block;
  position: absolute;
  height: 48px;
  width: 48px;
  border: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  line-height: 56px;
  font-family: Helvetica,Arial,sans-serif;
  margin: 4px;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 4;
}

.ss-header-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  margin: 0;
  padding: 0 40px 0 80px;
  font-family: "Play-Bold";
}

.ss-header-row .ss-header-title {
  display: block;
  position: relative;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 400;
  box-sizing: border-box;
  flex-shrink: 0;
}

.ss-header-row .ss-header-navigation-link {
  display: block;
  color: #fff;
  line-height: 64px;
  padding: 0 24px;
}

.ss-header-row .ss-header-navigation-link i {
  padding-right: 5px;
}

.ss-sidebar-link {
  font-size: 20px;
  color: #32a5c6;
  padding: 16px 16px;
  display: block;
  text-decoration: none;
  margin: 0;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  opacity: .87;
}

.ss-sidebar-link:hover {
  background-color: #e0e0e0;
}

.ss-sidebar-link i {
  font-size: 16px;
  margin-right: 8px;
}

.ss-sidebar-link span {
  font-size: 16px;
  vertical-align: middle;
}

.ss-textfield {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
}

.ss-textfield.is-focused .ss-textfield-input {
  outline: 0;
}

.ss-textfield .ss-textfield-input {
  border: 0;
  border-bottom: 1px solid #aaa;
  display: block;
  font-size: 16px;
  font-family: "Play";
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0;
  text-align: left;
  color: inherit;
  border-radius: 0;
  -webkit-appearance: none;
}

.ss-textfield .ss-textfield-label {
  bottom: 0;
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ss-textfield .ss-textfield-label:after {
  background-color: #32a5c6;
  bottom: 20px;
  content: '';
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}

.ss-textfield.ss-floating-label.is-dirty .ss-textfield-label {
  color: #32a5c6;
  font-size: 12px;
  top: 4px;
  visibility: visible;
}

.ss-textfield.ss-floating-label.is-dirty .ss-textfield-label:after {
  visibility: hidden;
}

.ss-textfield.ss-floating-label.is-focused .ss-textfield-label {
  color: #32a5c6;
  font-size: 12px;
  top: 4px;
  visibility: visible;
}

.ss-textfield.ss-floating-label.is-focused .ss-textfield-label:after {
  background-color: #32a5c6;
  width: 100%;
  visibility: visible;
  left: 0;
}

.ss-tabs {
  display: block;
  width: 100%;
}

.ss-tabs .ss-tab-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 48px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.ss-tabs .ss-tab-bar li {
  background: none;
  border: none;
}

.ss-tabs .ss-tab-bar li .ss-tab {
  outline: 0;
  margin: 0;
  border: 0;
  padding: 0 24px 0 24px;
  float: left;
  position: relative;
  display: block;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  overflow: hidden;
}

.ss-tabs .ss-tab-bar li .ss-tab.is-active {
  color: rgba(0, 0, 0, 0.87);
}

.ss-tabs .ss-tab-bar li .ss-tab.is-active:after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: #32a5c6;
  -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.ss-tabs .ss-tab-panel {
  display: none;
}

.ss-tabs .ss-tab-panel.is-active {
  display: block;
}

.ss-hub-button {
  background: transparent;
  background-image: none !important;
  border: 0;
  border-radius: 2px;
  color: #fff;
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Play-Bold";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

.ss-hub-button i {
  font-size: 16px;
  padding-left: 6px;
}

.ss-hub-button span {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.ss-hub-button:hover {
  background: none;
  border: none;
  opacity: .5;
}

.ss-hub-button.warning-background:hover, .ss-hub-button.warning-background:active, .ss-hub-button.warning-background:focus {
  background-color: #f77066;
}

.ss-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  min-height: 200px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.ss-card#hub_updates, .ss-card#announcements {
  background-color: #f77066;
}

.ss-card#important_links, .ss-card#help {
  background-color: #6ec071;
}

.ss-card#calendar {
  background-color: #d67c61;
}

.ss-card#feedme_orders, .ss-card#events {
  background-color: #57b8d4;
}

.ss-card .ss-card-title {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  line-height: normal;
  padding: 16px 16px;
  -webkit-perspective-origin: 165px 56px;
  perspective-origin: 165px 56px;
  -webkit-transform-origin: 165px 56px;
  transform-origin: 165px 56px;
  box-sizing: border-box;
}

.ss-card .ss-card-title h1, .ss-card .ss-card-title h2, .ss-card .ss-card-title h3, .ss-card .ss-card-title h4, .ss-card .ss-card-title h5 {
  color: #fff;
}

.ss-card .ss-card-title h4 {
  font-family: "Play-Bold";
}

.ss-card .ss-card-expand {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ss-card .ss-card-supporting-text {
  width: 100%;
  padding: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
  line-height: 18px;
  overflow: hidden;
}

.ss-card .ss-card-actions {
  font-size: 16px;
  line-height: normal;
  width: 100%;
  background-color: transparent;
  padding: 8px;
  box-sizing: border-box;
  align-items: center;
  color: #fff;
}

.ss-card .ss-card-actions i {
  font-size: 20px;
  padding-left: 10px;
  vertical-align: middle;
}

.ss-card .ss-card-border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ss-hub-button.colored {
  color: #fff !important;
  background-color: #32a5c6;
}

.ss-hub-button.colored:hover, .ss-hub-button.colored:active, .ss-hub-button.colored:focus {
  background-color: #57b8d4;
}

.ss-hub-button-raised.ss-hub-button.colored:focus:not(:active) {
  background-color: #32a5c6;
}

.ss-hub-button.colored[disabled][disabled],
.ss-hub-button.colored.ss-hub-button-disabled {
  background-color: rgba(0, 0, 0, 0.26) !important;
}

.title {
  color: #888;
  font-size: 2rem;
  font-family: "Play-Bold";
  text-align: center;
  display: block;
  line-height: 2rem;
}

.modal-title {
  color: #fff;
  font-size: 2rem;
  font-family: "Play-Bold";
  text-align: center;
  display: block;
}

.subtitle {
  height: 24px;
  display: inherit;
  margin: 5px;
  color: #666;
  text-align: left;
  font-size: 1rem;
}

label.required:before {
  color: #f44336;
  padding-left: 4px;
  font-family: "FontAwesome";
  content: "*";
  font-size: 1rem;
  vertical-align: top;
}

input.required {
  border-color: #f44336;
  float: left;
}

select.required + span .select2-selection--single {
  border-color: #f44336;
}

select.required + .formError + span .select2-selection--single {
  border-color: #f44336;
}

.select2-results {
  text-align: left;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #32a5c6;
}

/* button:focus {
  background-color: #28839d;
} */

.input-field input[type=text]:focus {
  border-bottom: 1px solid #57b8d4;
  box-shadow: 0 1px 0 0 #57b8d4;
}

.input-field input[type=text]:focus + label {
  color: #57b8d4;
}

textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #57b8d4;
  box-shadow: 0 1px 0 0 #57b8d4;
}

textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #57b8d4;
}

textarea.mdl-textfield__input {
  height: 95px;
}

.character-counter {
  color: #bbb;
  float: right;
  font-size: 12px;
  height: 1px;
}

.select2-container--default .select2-selection--single {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  height: 2rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
}

.quick-acquire .row:nth-child(4) {
  margin-bottom: 0;
}

.quick-acquire .row p {
  margin-top: 0;
}

.quick-acquire .row:last-child {
  margin-bottom: 0;
}

.quick-acquire .modal-trigger {
  color: #32a5c6;
}

.quick-acquire .modal-trigger i {
  color: #32a5c6;
}

.side-nav.fixed a {
  padding: 0 30px;
  color: #32a5c6;
  font-size: 1.3rem;
}

.side-nav.fixed .collapsible-header {
  padding-left: 20px;
}

.tabs .tab a {
  color: #bbb;
  border: 1px solid #57b8d4;
}

.tabs .tab a:hover {
  color: #57b8d4;
}

.tabs .tab a.active {
  background-color: #57b8d4;
  color: #fff;
}

.tabs .indicator {
  background-color: #57b8d4;
}

.tabs .indicator-fix {
  right: 50% !important;
}

.carousel.carousel-slider {
  height: 300px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-content {
  position: fixed;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal .modal-content .modal-header {
  padding: 15px;
  color: #fff;
  background-color: #00345b;
}

.modal .modal-content.modal-fixed-header .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100px;
  top: 0;
}

.modal .modal-content .modal-body {
  padding: 2px 16px;
  min-height: 150px;
  max-height: calc(100vh - 380px);
  overflow-y: auto;
  background-color: #fff;
}

.modal .modal-content .modal-footer {
  padding: 2px 16px;
  border-top: 1px solid #bbb;
  bottom: 0;
  background-color: #fff;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.modal.fixed-modal .modal-content {
  position: fixed;
  top: auto;
  left: 0;
  transform: none;
  box-shadow: none;
  bottom: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

div.pp_default > .ppt {
  visibility: hidden;
}

div.pp_default .pp_content .pp_details {
  background-color: #00345b;
  margin-top: 0;
  padding-top: 5px;
}

div.pp_default .pp_content .pp_details .ppt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

div.pp_default .pp_content .pp_details .pp_description {
  color: #fff;
  margin-left: 10px;
}

div.pp_default .pp_content .pp_details i {
  top: 10px !important;
  right: 10px !important;
  font-size: 20px;
}

div.pp_default .pp_expand {
  display: none !important;
}

div.pp_default .pp_close {
  background: transparent;
  z-index: 2;
}

div.pp_default .pp_description {
  max-width: 100%;
  float: left;
  margin-right: 0;
}

div.pp_default .pp_loaderIcon {
  background: none !important;
}

div.pp_default .pp_loaderIcon img {
  max-width: 100%;
  max-height: 100%;
}

#faq label {
  font-size: 1.5rem;
  font-family: "Play-Bold";
  color: #cc5a38;
}

#faq p {
  font-size: 1.2rem;
  padding-left: 20px;
}

div.ss-table .table-header {
  height: 64px;
  padding-left: 24px;
  padding-right: 14px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-display: flex;
  border-bottom: solid 1px #bbb;
  background-color: #00345b;
  color: #fff;
}

div.ss-table .table-header input {
  margin: 0;
  height: auto;
}

div.ss-table .table-header .table-title {
  font-size: 20px;
  font-family: "Play-Bold";
}

div.ss-table .table-header .table-title a {
  color: #fff;
}

div.ss-table .table-header .table-title a i {
  color: #fff;
}

div.ss-table .table-header .actions {
  display: -webkit-flex;
  margin-left: auto;
}

div.ss-table .table-header .actions a {
  color: #fff;
}

div.ss-table .hiddensearch {
  width: 100%;
  padding: 0;
  border-bottom: solid 1px #bbb;
  display: none;
}

div.ss-table .hiddensearch input {
  margin: 0;
  border: transparent 0 !important;
  height: 48px;
  color: rgba(0, 0, 0, 0.84);
}

div.ss-table .hiddensearch input:active {
  border: transparent 0 !important;
}

.datatables_scrollHeadInner {
  width: 100% !important;
}

.dataTables_empty {
  column-span: 42;
  /* W3C */
  -webkit-column-span: 42;
  /* Safari & Chrome */
  -moz-column-span: 42;
  /* Firefox */
  -ms-column-span: 42;
  /* Internet Explorer */
  -o-column-span: 42;
  /* Opera */
}

#_login .ss-layout {
  align-items: center;
  justify-content: center;
  height: 70%;
}

#_login main {
  padding: 24px;
  flex: none;
  width: 400px;
}

#_login main .ss-card {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

#directory .ppt {
  font-size: 1.3rem !important;
  font-weight: 700;
  margin-bottom: 0 !important;
}

#directory .pp_description {
  margin-left: 15px !important;
  font-size: 1rem !important;
}

#directory #directory_tabs {
  background-color: white;
  height: 50px;
}

#directory #directory_tabs li {
  background-color: white;
}

#directory #directory_tabs li a {
  font-size: 2rem;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #666;
  font-family: "Play-Bold";
}

#directory #directory_tabs li.active-tab {
  background-color: #00345b;
}

#directory #directory_tabs li.active-tab a {
  color: white;
}

#directory div.ss-table .hub-default {
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.9);
}

#directory div.ss-table .hub-default thead {
  background-color: #00345b;
}

#directory div.ss-table .hub-default thead th {
  white-space: nowrap;
}

#directory div.ss-table .hub-default tbody tr td {
  padding: 0 30px;
  white-space: nowrap;
}

#directory div.ss-table .hub-default tbody tr td:first-child {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 110px;
  height: 140px;
}

#directory div.ss-table .hub-default tbody tr td .employee-picture {
  max-width: 140px;
  min-width: 114px;
  max-height: 140px;
}

#directory div.ss-table .hub-default tbody tr.odd {
  background-color: rgba(255, 255, 255, 0.1);
}

#directory div.ss-table .hub-default#mfr_directory_dt tbody tr td {
  border-bottom: 1px solid #ddd;
}

#directory div.ss-table .hub-default#mfr_directory_dt tbody tr td:first-child {
  padding: 5px 30px;
}

#directory div.ss-table .hub-default#mfr_directory_dt tbody tr.odd {
  background-color: white;
}

#directory div.ss-table .dataTables_info {
  padding: 5px;
  color: white;
}

#directory div.ss-table .dataTables_wrapper .toolbar {
  width: 25%;
}

#directory .dataTables_paginate {
  color: white;
}

#directory .dataTables_paginate a, #directory .dataTables_paginate span {
  color: inherit !important;
}

#directory .dataTables_paginate .paginate_button.current {
  background: none;
  background-color: #32a5c6;
  border: none;
}

#directory .dataTables_paginate .paginate_button:hover {
  background: none;
  background-color: #1d6175;
  border: none;
}

#feedme .cart-container > div {
  height: 100%;
}

#feedme .weekday-items {
  height: 100%;
  max-height: 300px;
  overflow: scroll;
}

#order_history .modal-body {
  padding: 0;
  max-width: 100%;
  height: 100%;
  position: relative;
}

#order_history .datatables_scrollBody {
  height: auto !important;
  max-height: 200px !important;
}

#order_history div.ss-table table#order_details_dropdown {
  width: 100% !important;
  table-layout: fixed;
  border: 0;
}

#order_history div.ss-table table#order_details_dropdown tr td {
  padding: 0 30px;
  height: 48px;
  border-color: #ddd;
  border-bottom: solid 1px #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#feedme-top-container {
  padding: 20px 20px 0 20px;
}

#feedme-top-container.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 64px;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
  width: 80%;
  max-width: 1080px;
  left: calc(50% + 120px);
  transform: translate(-50%, 0);
}

.food-item {
  border-bottom: 1px solid #bbb;
  margin: 20px 0;
}

.food-item:last-child {
  border-bottom: 0;
}

.food-item p {
  height: 40px;
  cursor: pointer;
}

div.ss-table table tr td.details-control {
  color: #32a5c6;
  font-size: 1.7rem;
}

div.ss-table table tr td.details-control i {
  cursor: pointer;
}

#order_details_dropdown thead tr th {
  font-size: 12px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  height: 56px;
  vertical-align: middle;
  outline: none !important;
}

#order_details_dropdown td, #order_details_dropdown th {
  background-color: #fff;
  border: 0.5px solid #ddd;
}

#select2-payment_method-results {
  max-height: 150px !important;
}

.restaurant-logo {
  text-align: center;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 70px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#checkout > .modal-footer {
  height: 125px;
}

.weekday .card,
.cart-weekday .card {
  height: 100%;
}

.weekday > div,
.cart-weekday > div {
  padding: 10px;
}

.food-name {
  font-family: "Play-Bold";
  font-size: 1.2rem;
}

.price {
  font-family: "Play-Bold";
  color: #f44336;
  font-size: 1.5rem;
}

.price-large {
  font-family: "Play-Bold";
  color: #00518e;
  font-size: 1.8rem;
}

#loader {
  display: block;
  z-index: 1;
}

#loader i {
  font-size: 7rem;
  color: #32a5c6;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  max-width: 500px;
  margin-left: -160px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 50%;
  font-size: 17px;
  font-family: "Play-Bold";
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

#snackbar.longer {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 9.5s;
  animation: fadein 0.5s, fadeout 0.5s 9.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 50%;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50%;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 50%;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 50%;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.hiddensearch input {
  width: 100%;
}

.ss-table .dataTables_wrapper .toolbar {
  height: 80px;
  line-height: 80px;
  display: inline-block;
  width: 20%;
}

.ss-table .dataTables_wrapper .toolbar > span {
  font-family: "Play-Bold";
  color: #cc5a38;
  height: 40px;
  font-size: 2rem;
  float: left;
  display: inline-block;
  vertical-align: middle;
}

.ss-table .dataTables_wrapper .toolbar > span.select2 {
  float: none;
  font-size: 1.2rem;
  font-family: "Play";
}

.ss-table .dataTables_filter {
  width: 20%;
  float: right;
}

.ss-table .dataTables_filter input[type="search"] {
  border-radius: 2px;
  border: 1px solid #bbb;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 20px 0;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}

table.dataTable.hub-default {
  background-color: #00345b;
  color: #fff;
}

table.dataTable.hub-default th {
  font-family: "Play-Bold";
  font-size: 18px;
  padding: 10px 18px;
}

table.dataTable.hub-default tbody tr {
  cursor: pointer;
  min-height: 30px;
}

table.dataTable.hub-default tbody tr.group {
  background-color: #32a5c6;
}

table.dataTable.hub-default tbody tr.group td {
  color: #fff;
  font-size: 13px;
  font-family: "Play-Bold";
  height: 48px;
  padding: 0 30px;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}

table.dataTable.hub-default tbody tr.odd {
  background-color: #f0f0f0;
}

table.dataTable.hub-default tbody tr.even {
  background-color: #fff;
}

table.dataTable.hub-default tbody tr td {
  border-right: 1px solid #ddd;
}

table.dataTable.hub-default tbody tr td:last-child {
  border-right: 0;
}

.table-title > h1, .table-title > h2, .table-title > h3, .table-title >
h4, .table-title > h5, .table-title > h6 {
  color: #cc5a38;
  font-family: "Play-Bold";
}

#ap_reconciliation .dataTables_paginate {
  color: #666;
}

#ap_reconciliation .dataTables_paginate a, #ap_reconciliation .dataTables_paginate span {
  color: #666 !important;
}

#ap_reconciliation .dataTables_paginate .paginate_button.current {
  background: none;
  background-color: #32a5c6;
  border: none;
  color: white !important;
}

#ap_reconciliation .dataTables_paginate .paginate_button:hover {
  background: none;
  background-color: #1d6175;
  border: none;
  color: white !important;
}

.ui-dialog {
  padding: 0;
  font-family: "Play", Helvetica, sans-serif;
}

.ui-widget-header {
  background: none;
  border: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.ui-dialog-title {
  color: #666;
  font-family: "Play-Bold", Helvetica, sans-serif;
}

/*.ui-dialog-buttonset .ui-button { font-family: "Play", Helvetica, sans-serif !important; height: 42px; border-radius: 3px 0 0 3px; text-align: center; border: 0; border-right: 1px solid #fff; background: none; background-color: inherit; }*/
.ui-dialog-buttonset .ui-button {
  font-family: "Play", Helvetica, sans-serif !important;
}

.ui-button-icon-only.ui-dialog-titlebar-close {
  text-indent: 0;
}

.ui-dialog-titlebar {
  background-color: #00325a;
  font-size: 1.4rem;
}

.ui-dialog-titlebar span {
  color: #fff;
}

.ui-dialog-titlebar-close span.font-awesome {
  color: #fff;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: .5em 1em .5em .4em;
}

@media (max-width: 500px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    margin-top: -100px !important;
    left: 0 !important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }
  .pp_content {
    width: 100% !important;
    height: auto !important;
  }
  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none !important;
  }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
  .pp_details {
    box-sizing: border-box;
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
  }
  a.pp_close {
    right: 10px !important;
    top: 10px !important;
  }
  #horizontalScrollBarscheduler {
    top: calc(100% - 7px) !important;
  }
  #horizontalScrollBarmy_schedule {
    top: calc(100% - 7px) !important;
  }
}

@media only screen and (min-width: 600px) {
  #_outer .food-item {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  #credits_container span,
  #total_container span {
    font-size: 1.3rem;
  }
  #checkout .modal-content {
    height: 100%;
    width: 100%;
  }
  #checkout .modal-body {
    max-height: calc(79vh - 200px);
  }
  #checkout.modal {
    height: 100%;
    max-height: 100%;
  }
  #checkout h4 {
    font-size: 1rem;
  }
  #checkout p {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  #checkout .modal-footer {
    position: absolute;
    max-height: 120px;
  }
  #checkout .food-name {
    font-size: 1.3rem;
  }
  #checkout .weekday > div {
    padding: 0;
  }
  #snackbar {
    margin-left: 50px;
    left: auto;
    bottom: 50%;
  }
  .price-large {
    font-size: 1.2rem;
  }
  .row.valign-wrapper {
    display: inherit;
  }
  #open_history {
    padding: 0 10px;
    font-size: 0.8rem;
  }
  .mdl-dialog__content {
    max-height: 50%;
    height: auto;
    padding: 0 10px;
  }
  .mdl-dialog {
    width: 100%;
  }
  #feedme-top-container.stick {
    width: 100%;
    left: 50%;
    top: 56px;
  }
  #total_container {
    font-size: 1.6rem;
  }
}

@media (max-width: 479px) {
  .ss-hide-mobile {
    display: none !important;
  }
}

@media (max-width: 839px) and (min-width: 480px) {
  .ss-hide-tablet {
    display: none !important;
  }
}

@media (min-width: 840px) {
  .ss-hide-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1025px) {
  #feedme-top-container.stick {
    width: 100%;
    left: 50%;
    top: 56px;
  }
  #snackbar {
    margin-left: 240px;
    left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .ss-fixed-drawer #_outer {
    margin-left: 0;
  }
  .ss-header-row {
    height: 56px;
    padding: 0 16px 0 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .ss-header-row {
    padding-left: 40px;
  }
  .ss-fixed-drawer > header {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
  .ss-fixed-drawer .ss-sidebar-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .ss-fixed-drawer .ss-header-button {
    display: none;
  }
}

@media only screen and (min-width: 993px) {
  #toast-container {
    top: 40%;
    right: 30%;
    left: 30%;
    bottom: 50%;
    max-width: 90%;
  }
}

@media only screen and (max-width: 992px) {
  nav {
    height: 128px;
  }
  .navbar-fixed {
    height: 128px;
  }
  .header-search-wrapper {
    top: 64px;
    width: 80%;
    left: 10%;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 30%;
    bottom: 50%;
    max-width: 90%;
  }
}

@media only screen and (max-width: 992px) {
  #checkout h4 {
    font-size: 1rem;
  }
  #checkout p {
    font-size: 0.8rem;
  }
  #checkout .entry img {
    width: 50px;
    height: 50px;
  }
}
