@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@media screen {
  /* start of screen rules. */
  /* Generic pane rules */
  body {
    margin: 0; }
  .row-new, .col-new {
    overflow: hidden;
    position: absolute; }
  .row-new {
    left: 0;
    right: 0; }
  .col-new {
    top: 0;
    bottom: 0; }
  .scroll-x-new {
    overflow-x: auto; }
  .scroll-y-new {
    overflow-y: auto; }
  .header.row-new {
    height: 50px;
    top: 0; }
  .body.row-new {
    top: 50px;
    bottom: 38px; }
  .footer.row-new {
    height: 38px;
    bottom: 0; }
  /* end of screen rules. */ }

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px; }

p {
  font-weight: normal; }

md-content {
  height: 100%;
  overflow: inherit !important; }

.content-page {
  height: 100% !important;
  background-color: whitesmoke !important; }

.content-layout {
  z-index: 0;
  background-color: whitesmoke !important; }

.content-background {
  background-color: whitesmoke !important; }

.content-background.dark-background {
  background-color: #38454b !important; }

.md-primary {
  color: white !important; }

.md-raised {
  color: white !important; }

strong {
  color: #008274 !important; }

.app-loading {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.app-loading > p {
  position: absolute; }

.resolution-lock-screen {
  height: 100vh !important;
  text-align: center;
  /* Permalink - use to edit and share this gradient: <a href="http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231" target="_blank" rel="noreferrer" style="cursor:help;display:inline !important;">http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231</a> */
  background: #45484d;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center ellipse, #45484d 0%, #000000 100%);
  background: radial-gradient(ellipse at center, #45484d 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }

.resolution-lock-paragraph {
  color: white;
  margin: 20px !important;
  line-height: 40px;
  font-weight: normal;
  text-shadow: 2px 2px 3px dimgray; }

label {
  margin-bottom: 0; }

.app-loader {
  background-color: #38454B;
  position: absolute;
  z-index: 10000; }

[md-raised-button][disabled] {
  background-color: transparent !important;
  color: dimgray !important;
  cursor: not-allowed; }

[md-button][disabled] {
  background-color: transparent !important;
  color: dimgray !important;
  cursor: not-allowed; }

.ui-confirmdialog .ui-dialog-content .fa {
  font-size: 36px; }

.ui-confirmdialog .ui-dialog-content .ui-confirmdialog-message {
  padding-left: 10px; }

.content-loader {
  height: 100%;
  width: 100%; }

:host(.page-animate) {
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s; }

:host(.page-animate.ng-enter) {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

:host(.page-animate.ng-enter-active) {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg); }

::-webkit-scrollbar {
  width: 10px;
  background-color: transparent; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  background-color: #009587; }

.top-menu-bar {
  background-color: #009587 !important;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  z-index: 10 !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.menu-button {
  margin: 0;
  height: 100%;
  width: 80px !important;
  line-height: 0;
  min-width: 0 !important;
  float: left;
  top: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none; }

.menu-button i {
  font-size: 30px; }

.top-banner-logo {
  float: left;
  padding-right: 10px;
  max-width: 60px;
  max-height: 60px; }

.page-header {
  font-family: "Open Sans", sans-serif !important;
  float: left;
  color: white;
  height: 100%;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border: none; }

.banner-buttons {
  float: right;
  height: 40px;
  width: 40px;
  margin: 5px;
  font-size: 20px;
  background-color: white !important;
  color: #009587 !important;
  line-height: 25px !important;
  z-index: 0; }

.logout-button {
  float: right;
  height: 50px;
  width: 50px;
  min-width: 50px;
  margin: 0 5px;
  font-size: 26px;
  background-color: transparent !important;
  color: white !important;
  line-height: 25px !important;
  z-index: 0;
  box-shadow: none; }

.title-bar a {
  text-decoration: none;
  height: 50px; }

.sidebar {
  max-width: 210px;
  width: 100%;
  background-color: whitesmoke !important;
  overflow-y: hidden !important;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.6), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important; }

.sidebar-content {
  z-index: -1;
  background-color: whitesmoke !important;
  overflow-y: hidden; }

.sidebar-header {
  background-color: #009587 !important;
  min-height: 50px !important;
  max-height: 50px !important;
  height: 50px !important;
  z-index: 10 !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.sidebar-header md-toolbar-row {
  max-height: 50px;
  z-index: 10 !important; }

.sidebar-header h1 {
  margin-top: 0;
  margin-bottom: 0; }

.sidebar-menu-buttons {
  background-color: transparent !important;
  margin: 0;
  width: 100%;
  max-height: 40px;
  min-height: 40px;
  border-radius: 0;
  padding: 2px; }

.sidebar-menu-buttons:hover {
  background: #f8b500;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0); }

.sidebar-menu-buttons p {
  color: #515f66;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  max-height: 100%;
  text-decoration: none;
  text-transform: none;
  margin-top: 9px; }

.sidebar-menu-buttons:hover p {
  color: #009587 !important;
  font-weight: bold !important; }

.sidebar-menu-buttons.current {
  background: #f8b500;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
  border-bottom: 3px solid #009587; }

.sidebar-menu-buttons i {
  color: #555555;
  font-size: 26px;
  float: left;
  height: 100%;
  margin: 7px;
  width: 30px; }

.sidebar-items-text {
  text-align: left;
  margin-left: 50px; }

.sidebar-item-images {
  float: left;
  width: 32px;
  margin: 5px; }

.md-active {
  z-index: 1; }

.link-active {
  background: #f8b500;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
  border-bottom: 2px solid #009587 !important;
  font-weight: bold; }

.link-active i {
  color: #009587 !important; }

.link-active p {
  color: #009587 !important;
  font-weight: bold !important; }

.menu-profile-header {
  background-image: url("../images/home/profile-block.jpg"); }

.profile-block {
  min-height: 120px;
  max-height: 130px; }

.profile-label {
  font-size: 18px;
  color: white;
  margin-top: 5px;
  font-weight: 800;
  margin-bottom: 0; }

.account-button {
  width: 100%;
  margin-top: -1px; }

.ui-accordion {
  border: inherit !important;
  border-radius: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  background-color: transparent; }

.ui-accordion-header {
  background-color: rgba(0, 0, 0, 0.4) !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: bold !important; }

.ui-accordion .ui-accordion-header a {
  color: white !important; }

.ui-accordion .ui-accordion-content {
  margin-bottom: 0 !important;
  background-color: white;
  padding: 0 !important;
  border-bottom: 1px solid #009587 !important;
  border-top: 3px solid #009587 !important; }

.main-bottom-bar {
  background-color: #38454b !important;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
  border-top: 2px solid #008376;
  z-index: 10 !important; }

.bottom-inline-bar {
  margin-top: -32px; }

.main-bottom-bar-buttons {
  margin: 0 5px;
  font-weight: 600;
  font-size: 22px;
  color: white !important;
  padding: 0 5px !important;
  background: transparent;
  text-transform: uppercase; }

.main-bottom-bar-buttons:hover {
  color: #009587 !important; }

.main-bottom-bar-buttons.disabled {
  background-color: transparent !important;
  color: rgba(155, 155, 155, 0.8) !important;
  cursor: not-allowed; }

.bottom-bar-content {
  height: 100%; }

.copyright-label {
  color: gray;
  font-size: 12px;
  padding-left: 10px;
  margin: 0; }

.no-access-container {
  min-width: 600px;
  min-height: 300px;
  max-width: 600px;
  max-height: 300px; }

md-divider {
  border-top-color: rgba(0, 0, 0, 0.12) !important; }

.main-image {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.news-feed-box {
  display: none;
  float: right;
  max-height: 100% !important;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.news-feed-hide {
  display: none !important; }

.news-feed-body {
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  overflow-y: auto !important;
  background-color: transparent !important;
  margin: 50px 0 0; }

.news-feed-header {
  background-color: #008376;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  min-height: 50px; }

.news-feed-header span {
  font-size: 20px; }

.news-feed-toolbar {
  background-color: #008376 !important;
  max-height: 50px;
  min-height: 50px !important;
  position: fixed;
  z-index: 100;
  max-width: 25%;
  padding-right: 5px; }

.news-list-items {
  color: #515f66 !important;
  padding: 2px 0; }

h3.news-list-items {
  font-size: 18px;
  font-weight: 600; }

h4.news-list-items {
  font-size: 16px;
  font-weight: 600; }

p.news-list-items {
  margin: 0; }

md-list md-list-item .md-list-item, md-list a[md-list-item] .md-list-item, md-nav-list md-list-item .md-list-item, md-nav-list a[md-list-item] .md-list-item {
  height: inherit !important;
  font-size: 14px !important;
  margin: 5px 0; }

md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  padding: 10px; }

md-list-item.md-3-line .md-list-item-text h3, md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-weight: 600;
  padding-bottom: 5px; }

md-list-item.md-3-line .md-list-item-text h4, md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
  font-weight: 300; }

.my-account-btn {
  float: right;
  font-size: 14px;
  height: 50px;
  padding: 0 5px;
  text-decoration: none !important;
  max-width: 180px; }

.my-account-btn:hover {
  background-color: #007c70; }

.my-account-btn button {
  background-color: transparent;
  border: 0; }

.rounder-image {
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.rounder-image > img {
  border-radius: 50%; }

.my-account-btn p {
  margin: 0 5px;
  color: white;
  font-size: 14px;
  font-weight: 600; }

.bottom-page-buttons {
  background-color: white !important; }

.bottom-page-buttons i {
  font-size: 28px;
  color: #009587; }

.bottom-page-buttons:hover {
  background: #f8b500;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0); }

@media all and (min-width: 1701px) and (max-width: 1800px) {
  .news-feed-toolbar {
    max-width: 20% !important; } }

@media all and (min-width: 1601px) and (max-width: 1700px) {
  .news-feed-toolbar {
    max-width: 25% !important; } }

@media all and (min-width: 1281px) and (max-width: 1600px) {
  .news-feed-toolbar {
    max-width: 33.5% !important; } }

@media all and (min-width: 1001px) and (max-width: 1280px) {
  .news-feed-toolbar {
    max-width: 42% !important; } }

@media all and (min-width: 1600px) {
  .news-feed-box {
    max-width: 25% !important; } }

@media all and (min-width: 1280px) and (max-width: 1599px) {
  .news-feed-header-buttons {
    width: 52%; } }

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .news-feed-header-buttons {
    width: 62%; } }

.lock-background {
  height: 100vh;
  /* Permalink - use to edit and share this gradient: <a href="http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231" target="_blank" rel="noreferrer" style="cursor:help;display:inline !important;">http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231</a> */
  background: #38454b;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center ellipse, #45484d 0%, #000000 100%);
  background: radial-gradient(ellipse at center, #45484d 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }

.auth0-lock.auth0-lock .auth0-lock-header-bg {
  /* Permalink - use to edit and share this gradient: <a href="http://colorzilla.com/gradient-editor/#009587+0,006b5f+100" target="_blank" rel="noreferrer" style="cursor:help;display:inline !important;">http://colorzilla.com/gradient-editor/#009587+0,006b5f+100</a> */
  background: #009587 !important;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 149, 135, 0.67) 20%, #006b5f 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center ellipse, rgba(0, 149, 135, 0.67) 20%, #006b5f 100%) !important;
  background: radial-gradient(ellipse at center, rgba(0, 149, 135, 0.67) 20%, #006b5f 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009587', endColorstr='#006b5f', GradientType=1) !important;
  /* IE6-9 fallback on horizontal gradient */ }

.auth0-lock.auth0-lock .auth0-lock-cred-pane {
  box-shadow: 2px 2px 5px 3px #2A2C2F; }

.auth0-lock.auth0-lock .auth0-lock-name {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  font-size: 24px;
  color: white; }

.auth0-lock.auth0-lock .auth0-lock-input-wrap {
  border: 0 !important;
  border-bottom: 1px solid #008376 !important;
  border-radius: 0 !important; }

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
  color: #515f66 !important; }

.auth0-lock.auth0-lock .auth0-lock-input-wrap:hover {
  border-bottom: 1px solid #f8b500 !important; }

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input:focus {
  color: #009587 !important; }

.auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
  height: 100%; }

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
  max-height: 100%;
  max-width: 100%; }

.auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button[data-provider=""], .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button[data-provider="auth0"] {
  background-color: #008376 !important; }

.auth0-lock.auth0-lock .auth0-lock-form .auth0-lock-alternative .auth0-lock-alternative-link {
  color: #515f66 !important; }

.auth0-lock.auth0-lock .auth0-lock-header-logo {
  width: 60px !important;
  height: 60px !important; }

@media (min-width: 481px) {
  .auth0-lock.auth0-lock .auth0-lock-input-block {
    height: 40px; } }

.md-whiteframe-2dp {
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

[md-raised-button], [md-fab], [md-mini-fab], [md-button], [md-icon-button] {
  font-family: inherit;
  line-height: inherit;
  padding: inherit; }

[md-fab] i, [md-fab] md-icon {
  padding: inherit; }

a:focus {
  color: #009587 !important; }

.ng-invalid {
  border-left: 5px solid #a94442; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-size: 12px;
  padding: 3px; }

.alert {
  padding-left: 5px;
  border-radius: 0;
  margin: 1px 0 0;
  min-height: 20px; }

button.md-raised i {
  padding-right: 5px; }

.form-header {
  background-color: #008376 !important;
  max-height: 150px; }

.form-header.company-header {
  min-height: 150px;
  padding: 0 !important;
  background-color: #008376 !important;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  width: inherit; }

.form-header.company-header md-toolbar-row {
  margin: 0;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%; }

.company-header-content {
  padding-left: 10px; }

.form-header-text {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 10px 10px; }

.form-header-text.main {
  color: white !important;
  margin: 8px !important; }

.form-header-text.stock {
  font-size: 24px; }

.form-header-image {
  margin: 0 10px;
  max-height: 150px; }

.form-header-buttons {
  font-size: 20px;
  background-color: #009587;
  min-width: 200px; }

.form-content-header {
  padding: 10px !important;
  background-color: #008376 !important;
  min-height: 40px !important;
  max-height: 40px !important;
  z-index: 0 !important; }

.form-content-header md-toolbar-row {
  margin: 0 !important;
  min-width: 100% !important;
  width: 100% !important;
  min-height: 100% !important;
  height: 100% !important; }

md-input {
  margin: 0 5px; }

input {
  height: 100%;
  min-height: 26px;
  max-height: 26px; }

.form-rows {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 26px;
  max-height: 60px; }

.content-fields {
  margin: 0 5px;
  font-family: "Open Sans", sans-serif !important;
  width: 100%; }

.form-field-labels {
  font-family: "Open Sans", sans-serif;
  margin: 4px 10px 4px 0 !important;
  color: #008376 !important;
  font-size: 14px;
  white-space: nowrap; }

.form-field-labels.content-alignment {
  margin-left: 20px !important; }

.form-checkboxes {
  padding: 5px; }

.ui-selectbutton {
  height: 100%;
  border: solid 1px #008376 !important; }

.ui-selectbutton .ui-button {
  border: none !important; }

.ui-button-text-only .ui-button-text {
  padding: 5px !important; }

.ui-button.ui-state-active, .ui-buttonset .ui-state-active {
  background-color: #008376;
  color: white; }

.ui-chkbox-box .ui-chkbox-icon.fa-check {
  width: 6px;
  height: 12px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  border-bottom: solid 3px #008376;
  border-right: solid 3px #008376; }

.ui-chkbox .ui-chkbox-box {
  width: 20px !important;
  height: 20px !important; }

.ui-button {
  background-color: transparent;
  color: #515f66; }

.ui-button.ui-state-hover, .ui-buttonset .ui-state-hover {
  background-color: #009587;
  color: white; }

.ui-inputtext {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  width: 100% !important;
  padding: 3px 5px !important;
  border-bottom: 1px solid #008376; }

.uppercase-fields {
  text-transform: uppercase; }

.ui-listbox {
  padding: 0 !important;
  border: 0 !important; }

.ui-listbox .ui-listbox-item {
  padding: 2px 7px !important; }

.ui-listbox .ui-listbox-item:nth-child(even) {
  background-color: #e6e6e6; }

.ui-listbox .ui-listbox-item.ui-state-hover {
  background-color: #009587 !important;
  color: white; }

.ui-listbox .ui-listbox-item.ui-state-highlight {
  background-color: #fbdf93 !important;
  color: #515f66 !important; }

.ui-inputtext.ui-state-hover {
  border-bottom: 1px solid #fbdf93 !important;
  color: #515f66 !important; }

.ui-inputtext.ui-state-focus {
  border-bottom: 1px solid #f8b500 !important;
  color: #009587 !important; }

.ui-dropdown-panel .ui-dropdown-filter-container .ui-inputtext {
  padding: 3px 2px !important; }

p-dropdown {
  height: 27px; }

.ui-dropdown {
  font-family: "Open Sans", sans-serif !important;
  width: 100% !important;
  padding: 0 !important;
  border-bottom: 1px solid #008376 !important; }

.ui-dropdown-panel .ui-dropdown-items-wrapper {
  max-height: 200px !important; }

.ui-dropdown-panel .ui-dropdown-item, .ui-multiselect-panel .ui-multiselect-item {
  padding: 5px !important;
  font-size: 12px !important;
  padding-left: 6px !important;
  min-height: 25px; }

.ui-dropdown-panel .ui-dropdown-item:nth-child(odd) {
  background-color: #e6e6e6 !important; }

.ui-dropdown .ui-dropdown-label {
  height: 26px; }

.ui-widget {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: normal !important;
  text-transform: none; }

.ui-datepicker {
  position: absolute !important;
  z-index: 9999 !important; }

.centered-padding {
  padding-left: 10px;
  padding-right: 10px; }

.ui-tabview .ui-tabview-panel {
  background-color: whitesmoke !important; }

.ui-tabview .ui-tabview-panel {
  padding: 0 !important; }

.ui-datepicker-calendar thead tr th {
  color: #008376 !important;
  padding: 2px !important; }

.ui-datepicker td span, .ui-datepicker td a {
  padding: 1px !important;
  margin-left: -2px; }

.ui-dropdown .ui-dropdown-trigger {
  padding: 1px 0 !important; }

.ui-dropdown-trigger .fa {
  margin: 0 !important; }

.ui-dropdown.ui-state-hover {
  border-bottom: 1px solid #fbdf93 !important; }

.ui-dropdown.ui-state-focus {
  border-bottom: 1px solid #f8b500 !important; }

.ui-dropdown .ui-dropdown-trigger.ui-state-hover {
  border-bottom: none !important;
  background-color: transparent !important; }

.ui-dropdown .ui-dropdown-trigger.ui-state-focus {
  border-bottom: none !important;
  background-color: transparent !important; }

.ui-dropdown .ui-dropdown-trigger, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
  border-bottom: none !important;
  background-color: transparent !important; }

.ui-dropdown-panel .ui-state-highlight, .ui-selectcheckboxmenu-panel .ui-state-highlight {
  background-color: #fbdf93 !important;
  color: #515f66 !important; }

.ui-dropdown-panel .ui-dropdown-item.ui-state-hover {
  background-color: #f8b500 !important;
  color: white !important; }

.ui-widget-header {
  color: #000000; }

.ui-corner-all {
  border-radius: 0 !important; }

.ui-calendar {
  width: 100% !important; }

.ui-datepicker-calendar tbody tr td {
  background-color: white !important; }

.ui-datepicker-calendar tbody tr td:hover a {
  color: #515f66 !important; }

.ui-datepicker-calendar tbody tr .ui-datepicker-today {
  background-color: #008376 !important; }

.ui-datepicker-calendar tbody tr .ui-datepicker-current-day a {
  color: #515f66 !important; }

.ui-datepicker-calendar tbody tr .ui-datepicker-today a {
  color: white !important; }

.btn-group-sm > .btn, .btn-sm {
  border-radius: 0; }

.btn {
  border-radius: 0; }

.modal {
  top: 15%;
  z-index: 1500; }

.modal-backdrop {
  display: none; }

md-toolbar-row {
  height: 100%;
  min-height: 100%; }

input {
  font-family: "Open Sans", sans-serif !important;
  font-weight: normal;
  background-color: transparent; }

.md-hint {
  color: #008376 !important; }

.md-input-underline {
  border-top: 1px solid rgba(50, 50, 50, 0.38) !important; }

.md-input-underline .md-input-ripple {
  background-color: #009587 !important; }

.md-input-placeholder {
  color: #009587 !important; }

.md-input-placeholder.md-focused {
  color: #f8b500 !important; }

.panel-containers {
  color: #515f66 !important;
  background-color: #e6e6e6 !important;
  font-weight: normal; }

.panel-containers.tabs {
  background-color: transparent !important; }

.change-image-overlay {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 150px;
  max-height: 150px;
  min-width: 100%;
  width: 100%; }

.content-edit-button {
  background-color: #008274 !important;
  max-width: 40px;
  min-width: 40px;
  width: 100%;
  max-height: 40px;
  min-height: 40px;
  height: 100%;
  margin: 5px; }

.content-edit-button i {
  color: white;
  font-size: 26px;
  margin-left: 5px;
  margin-top: 6px; }

.form-sub-header {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  padding-left: 3px;
  padding-bottom: 5px;
  color: #f8b500;
  font-weight: 600; }

.md-errors-spacer {
  min-height: 0 !important; }

md-pagination-wrapper {
  background-color: #008376 !important;
  color: #515f66; }

md-toolbar-row {
  height: 100% !important; }

.md-toolbar-layout {
  margin: 0;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%; }

.md-tab {
  color: white !important;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  padding: 11px 24px; }

.md-tab:hover {
  color: #f8b500 !important; }

.md-tab.md-active {
  color: #fbdf93 !important;
  border-bottom: 2px inset #fbdf93; }

.md-tab-header {
  background-color: #008376 !important;
  color: white !important; }

.md-tab-label {
  opacity: 1 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  min-width: 140px !important; }

.md-tab-label:hover {
  color: #f8b500 !important; }

.md-tab-label:focus {
  background-color: transparent !important; }

.md-active {
  color: #fbdf93 !important;
  font-size: 20px !important;
  font-weight: bold !important; }

md-ink-bar {
  height: 3px !important;
  background-color: #fbdf93 !important; }

.ui-tabview-top {
  border: 0 !important; }

.ui-tabview .ui-tabview-nav {
  background-color: #008376 !important;
  border: 0 !important; }

.ui-tabview-top .ui-tabview-nav li a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  min-width: 140px !important;
  max-width: 140px !important;
  color: white !important;
  text-align: center;
  margin-top: 3px;
  padding: 10px 0; }

.ui-tabview-top .ui-tabview-nav li.ui-state-hover {
  border-bottom: 0 !important; }

.ui-tabview-top .ui-tabview-nav li.ui-state-hover a {
  color: #f8b500 !important; }

.ui-tabview-top .ui-tabview-nav li.ui-tabview-selected {
  border-bottom: solid 3px #fbdf93 !important; }

.ui-tabview-top .ui-tabview-nav li.ui-tabview-selected a {
  color: #fbdf93 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-top: 0; }

.iframe-layout {
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  border: none !important; }

.ui-datatable thead tr {
  max-height: 30px !important;
  height: 30px !important; }

.ui-datatable table thead tr th, .ui-datatable table tfoot tr td, .ui-datatable table thead tr th {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  padding: 5px 0 !important; }

.ui-datatable table tbody td {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  padding: 0 5px !important;
  border: 0 !important;
  border-left: solid 1px rgba(205, 204, 204, 0.4) !important;
  border-right: solid 1px rgba(205, 204, 204, 0.4) !important;
  font-weight: 600;
  height: 30px; }

.ui-datatable th.ui-state-default {
  background: #008376;
  border-color: #00796d;
  color: white; }

.ui-datatable table thead tr th.ui-state-hover {
  background-color: #009587 !important;
  color: white !important; }

.ui-datatable table tbody .ui-state-hover > td {
  background-color: #f8b500 !important;
  color: white !important; }

.ui-datatable th.ui-state-active {
  background-color: #009587 !important;
  color: #fbdf93 !important;
  box-shadow: inset 0 -3px 0 0 #fbdf93 !important; }

.ui-datatable-odd {
  background-color: #e6e6e6 !important; }

.ui-datatable table tbody .ui-state-highlight > td {
  background-color: #fbdf93 !important;
  color: #515f66 !important; }

.fa-sort {
  display: none !important; }

.fa-sort-asc {
  display: inline !important; }

.fa-sort-desc {
  display: inline !important; }

.ui-paginator {
  background-color: #38454b !important;
  max-height: 40px; }

.ui-paginator .ui-paginator-rpp-options {
  background-color: #38454b !important; }

.ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev, .ui-paginator .ui-paginator-pages .ui-paginator-page, .ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-rpp-options {
  font-family: "Open Sans", sans-serif !important;
  color: white !important;
  font-size: 16px !important;
  padding: 5px 5px !important; }

.ui-paginator .ui-state-hover, .ui-paginator .ui-paginator-pages .ui-state-hover {
  background-color: #008376 !important; }

.thumbnail-container {
  margin-top: 5px; }

.my-gallery {
  width: 100%;
  float: left; }

.my-gallery img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 133px !important;
  height: 100px !important; }

.my-gallery figure {
  width: 133px !important;
  margin: 0 3px !important;
  float: left; }

.my-gallery figcaption {
  display: none; }

.thumb-container {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.thumb-strip {
  display: none; }

.thumb-center img {
  margin-top: 40%; }

.pswp__img {
  -o-object-fit: contain;
     object-fit: contain;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#my-thumbs-list {
  overflow: auto;
  width: 100%;
  height: auto; }

.mTSButton {
  background-color: #38454b !important;
  line-height: normal !important;
  padding: 8px !important;
  top: 50% !important;
  width: 45px !important;
  height: 45px !important; }

.mTS-buttons-out {
  background-color: #38454b !important; }

.mTSButtonIcon {
  fill: #00a89a !important; }

.mTSButtonIcon:hover {
  fill: #fbdf93 !important; }

#map-company {
  max-width: 500px !important;
  max-height: 350px !important;
  width: 500px;
  height: 350px;
  margin: 0 20px; }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner {
  min-width: 24px;
  min-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%; }

.spinner:before {
  content: 'Loading…';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px; }

.spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border-top: 5px solid #00a89a;
  border-right: 5px solid transparent;
  -webkit-animation: spinner .6s linear infinite;
  animation: spinner .6s linear infinite; }

.spinner.scroller-ready {
  display: none !important; }

.dropzone {
  min-height: 200px;
  border: 3px dashed #008376;
  padding: 15px; }

.dropzone .dz-message {
  font-size: 24px;
  font-weight: 600;
  margin: 2.6em 0; }

.dropzone .dz-preview .dz-error-message {
  top: 190px;
  border-radius: 0;
  left: 5px; }

.dropzone .dz-preview .dz-image {
  border-radius: 0 !important;
  width: 150px;
  height: 150px; }

.dropzone .dz-preview .dz-progress {
  margin-top: -30px; }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  margin-top: -50px; }

.dropzone .dz-preview .dz-progress {
  border-radius: 0;
  width: 120px;
  margin-left: -60px; }

.dropzone .dz-preview .dz-details {
  padding: 5px 1em;
  line-height: 400%; }

.image-remove-button {
  background-color: #F44336 !important;
  color: #ffffff !important;
  margin: 0;
  width: 100%;
  border-radius: 0;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  text-transform: none !important; }

.image-remove-button:hover {
  background-color: #d04336 !important;
  color: #ffffff !important;
  cursor: pointer !important; }

.content-paragraphs {
  margin: 0 0 0 10px; }

.dropzone.dz-started .dz-message {
  margin-top: 0 !important;
  display: block !important; }

.vehicle-extras-string {
  color: #009587 !important;
  font-weight: normal; }

.ui-widget .ui-widget {
  font-family: "Open Sans", sans-serif !important; }

.note-editor.note-frame {
  border-color: #ddd !important; }

.note-editor.note-frame .note-placeholder {
  font-size: 14px; }

.panel {
  border-radius: 0; }

.radio-button-labels {
  color: #008376;
  font-size: 14px;
  margin-right: 10px;
  line-height: 30px; }

.ui-radiobutton .ui-state-active .fa-circle, .ui-radiobutton .ui-state-focus .fa-circle {
  background-color: #008376;
  margin: -2px !important; }

.ui-radiobutton .ui-state-hover {
  border: solid 2px #009587; }

.ui-radiobutton .ui-state-active {
  border: solid 2px #008376; }

#ui-datepicker-div {
  font-size: 14px; }

.ui-datepicker-calendar tbody tr td {
  padding: 5px 5px !important; }

.ui-listbox-item.feeds {
  max-height: 70px; }

.ui-listbox-item.bulk-feeds {
  padding: 0 !important;
  max-height: 50px; }

.ui-dialog .ui-dialog-titlebar {
  border-bottom: none !important; }

#feedBulkUpdater .ui-dialog .ui-dialog-titlebar {
  padding: 2px 20px 2px 10px !important; }

#feedBulkUpdater .ui-dialog .ui-dialog-title {
  font-weight: 600; }

#feedBulkUpdater .ui-dialog .ui-dialog-content {
  padding: 0 !important;
  max-height: 390px;
  overflow-y: auto; }

.feed-modal-footer {
  height: 70px;
  position: fixed;
  margin-top: -80px;
  width: 500px;
  float: right; }

.feed-items {
  font-size: 20px;
  padding-left: 20px; }

.ui-dialog .ui-dialog-titlebar {
  background-color: #008376;
  padding: 2px 20px !important; }

.ui-dialog .ui-dialog-titlebar-close span {
  font-size: 24px; }

.ui-dialog .ui-dialog-titlebar-close {
  color: white !important; }

.ui-dialog .ui-dialog-titlebar-close:hover {
  color: #f8b500 !important;
  text-decoration: none !important; }

.fa-fw {
  text-align: start !important;
  width: 15px; }

.ui-dialog .ui-dialog-title {
  font-family: "Open Sans", sans-serif !important;
  color: white !important;
  font-weight: 500; }

.ui-button.ui-button-icon-only .ui-button-text {
  padding: 3px !important; }

.ui-button.ui-state-focus {
  background-color: #f8b500 !important; }

.hide-elements {
  display: none !important; }

.show-elements {
  display: inherit !important; }

.ui-dialog .ui-dialog-content {
  padding: 10px !important; }

.currencyInput {
  text-align: right; }

.number-fields {
  text-align: right; }

.number-fields > input {
  text-align: right; }

.testing-model {
  display: block; }

.file-droppa-container {
  min-width: 100% !important;
  width: 100% !important;
  padding: 0 10px; }

.file_dropZone_internal {
  min-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  display: block !important;
  border-radius: 0 !important;
  border: 3px dashed #008376 !important;
  height: 150px !important;
  color: #515f66 !important;
  padding: 55px !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600;
  background-color: white; }

.file-list {
  width: 100% !important;
  padding: 20px; }

.btn {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px; }

.btn.orange {
  background-color: #009587 !important; }

.btn.orange:hover {
  background-color: #008376 !important; }

.note-btn {
  font-size: 14px; }

.file-container {
  width: 150px !important; }

.file-preview {
  height: 100px !important; }

.flex-block {
  font-size: 14px !important; }

.ui-growl .ui-growl-item-container {
  opacity: 0.90;
  filter: alpha(opacity=90); }

.ui-growl-item {
  padding: 0;
  background-color: #38454b !important; }

.ui-growl-image-info + .ui-growl-message {
  font-family: "Open Sans", sans-serif;
  color: white !important; }

.ui-growl-title {
  font-size: medium;
  color: white !important; }

.ui-growl-message p {
  font-size: smaller; }

.ui-growl-image {
  margin-left: 0; }

.ui-growl-icon-close {
  color: white !important;
  top: 5px;
  right: 5px;
  font-size: large; }

.ui-growl-image-info {
  font-size: 30px;
  color: deepskyblue; }

.fa-warning {
  color: #f8b500 !important; }

.ui-growl-image-info.fa-close {
  color: red !important; }

.ui-datatable-footer {
  padding: 0 5px 5px 5px !important;
  background-color: whitesmoke; }

.ui-button-icon-only .fa {
  margin-top: -9px !important; }

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important; }

.debug-fields {
  margin: 3px 5px; }

.pswp__caption__center {
  text-align: center; }

.form-buttons {
  line-height: 5px;
  padding: 15px;
  margin: 5px;
  font-weight: 600;
  font-size: 15px;
  background: #009587; }

.refresh-button[disabled] {
  background-color: rgba(155, 155, 155, 0.8) !important;
  cursor: not-allowed !important; }

.no-stock-label {
  text-align: center;
  padding: 0 50px;
  font-weight: 600;
  color: #515f66; }

.form-field-padding {
  margin: 5px 0; }

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

.ui-tooltip {
  background-color: transparent; }

.ui-datatable .ui-datatable-scrollable-header {
  background-color: #008376; }

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
  -ms-user-select: none;
  user-select: none; }

.selectable {
  -moz-user-select: text;
  -webkit-user-select: text;
  /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
  -ms-user-select: text;
  user-select: text; }

.form-edit-button {
  margin: -2px 0 0 5px;
  height: 30px;
  width: 35px;
  min-width: 0;
  background: #009587; }

.form-edit-button i {
  font-size: 20px;
  margin-top: 1px;
  padding: 0 !important; }

.ui-datatable .ui-datatable-scrollable-body {
  border-bottom: 1px #008376 solid; }

.ui-dialog .ui-dialog-buttonpane button {
  background-color: #008376;
  color: white;
  border-radius: 3px !important; }

.nailthumb-container {
  margin: 0; }

.image-container {
  background-color: #38454b;
  border: dashed 3px #008376; }

.image-buttons-container {
  max-width: 180px !important;
  margin: 0 3px; }

.image-buttons-container.company {
  max-width: 300px !important; }

.image-buttons-container > a, .image-buttons-container > img, .image-buttons-container > a > img {
  max-width: 100%;
  height: auto;
  width: auto;
  cursor: pointer; }

.image-buttons-container > a > img:hover {
  border: 2px solid #f8b500; }

.image-control-buttons {
  margin: 0;
  border-radius: 0;
  width: 100%;
  font-weight: 600;
  min-height: 35px;
  font-size: 15px;
  background: #009587; }

.image-control-buttons.remove {
  background-color: #d04336; }

.image-control-buttons.remove:hover {
  background-color: #af4437; }

.cloudinary-progress-bars {
  width: 100%;
  border: 1px solid #B5B5B5; }

.ui-progressbar {
  height: 20px !important;
  background-color: #fbdf93; }

.ui-progressbar-value {
  background-color: #f8b500; }

.ui-progressbar-label {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: inherit;
  padding-top: 0; }

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

.no-left-right-padding {
  padding-left: 0;
  padding-right: 0; }

.no-borders {
  border: 0; }

.toggle-button {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: none;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 6px 8px;
  min-width: 88px;
  line-height: 36px;
  border-radius: 3px;
  -webkit-transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: white;
  background-color: #009587; }

.toggle-button > div.ui-button {
  color: white; }

.toggle-button > div > span.ui-button-icon-left {
  margin-left: 2px;
  font-size: 18px;
  top: 40%; }

.toggle-button > div > span.ui-button-text {
  padding: 0 5px 0 20px !important;
  font-size: 16px;
  font-weight: 600; }

.toggle-button > div > span {
  background-color: #009587; }

.toggle-button:hover {
  background-color: #008376 !important; }

.toggle-button:hover > div > span {
  background-color: #008376 !important; }

.bulk-feed-lists {
  background-color: inherit !important; }

.grid-footer-btn {
  height: 30px;
  margin-top: -40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  width: 130px;
  background: #009587; }

.ui-tabview-top {
  background-color: transparent;
  height: 100%; }

.ui-tabview-top .ui-tabview-panels {
  border: 1px solid transparent; }

.ui-tabview.ui-tabview-top > .ui-tabview-nav {
  padding: 0; }

.ui-tabview-top .ui-tabview-panels {
  margin: 0; }

.company-gmap {
  width: 100%;
  height: 400px; }

#datatable-content .ui-tabview.ui-tabview-top > .ui-tabview-nav {
  position: fixed;
  width: 100%; }

#datatable-content .ui-tabview-top .ui-tabview-panels {
  height: 100%; }

#datatable-content .ui-tabview-top .ui-tabview-panels .ui-tabview-panel {
  padding-top: 53px !important;
  height: 100%; }

.browser-warning {
  width: 50px; }

.md-ripple-foreground {
  width: inherit !important;
  height: inherit !important; }

.refresh-button {
  background: #009587; }

.form-padding {
  padding: 10px 20px; }

.form-group {
  padding: 0 5px !important;
  margin-bottom: 5px; }
  .form-group .form-field-labels {
    margin: 5px 0 3px 0 !important;
    padding: 0 3px;
    font-size: 13px; }

.ui-growl-title {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  color: white !important; }

.ui-growl-message p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px;
  color: white !important; }

.ui-growl-image {
  color: white !important; }

.col-button {
  width: 40px;
  max-width: 40px;
  padding: 0 !important;
  text-align: center; }

.grid-buttons {
  margin: 0 0 0 -5px !important;
  padding: 0 !important;
  font-size: 18px !important;
  min-width: 0 !important;
  min-height: 30px;
  width: 100%;
  height: 100%; }

.grid-online {
  background-color: greenyellow;
  color: black; }

.grid-offline {
  background-color: indianred;
  color: white; }

.make-col {
  width: 150px; }

.model-col {
  width: 200px; }

.year-col {
  width: 50px;
  text-align: center; }

.price-col {
  width: 50px;
  text-align: center; }

.mileage-col {
  width: 50px;
  text-align: center; }

.image-count-col {
  width: 50px;
  text-align: center; }

.stock-code-col {
  width: 80px;
  text-align: center; }

.website-col {
  width: 120px;
  text-align: center; }

.feed-col {
  width: 50px;
  text-align: center; }

@media screen and (min-width: 768px) and (min-height: 480px) {
  body, html {
    height: 100%; }
  #dmso {
    display: inline !important; }
  #auth-lock {
    display: block !important; }
  #loader {
    display: none !important; } }

@media screen and (max-height: 479px) {
  body, html {
    height: 100%; }
  #dmso {
    display: none !important; }
  #auth-lock {
    display: none !important; }
  #loader {
    display: inline !important; } }

@media screen and (max-width: 767px) and (min-width: 0px) {
  body, html {
    height: 100%; }
  #dmso {
    display: none !important; }
  #auth-lock {
    display: none !important; }
  #loader {
    display: inline !important; } }

@media screen and (max-width: 1281px) and (min-width: 1024px) {
  .form-field-labels {
    font-size: 12px; }
  .ui-inputtext {
    font-size: 13px !important; }
  [md-raised-button] {
    font-size: 12px !important; }
  .form-header-text.main {
    font-size: 22px; } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .form-field-labels {
    font-size: 12px; }
  .ui-inputtext {
    font-size: 13px !important; }
  [md-raised-button] {
    font-size: 14px !important; }
  .form-header-text.main {
    font-size: 22px; }
  .form-header-text.main.stock {
    font-size: 18px; }
  .main-bottom-bar-buttons {
    font-size: 18px; }
  .ui-datatable table thead tr th, .ui-datatable table tfoot tr td, .ui-datatable table thead tr th {
    font-size: 14px; }
  .toggle-button {
    width: 150px; }
  .toggle-button > div.ui-button {
    width: 150px !important; }
  .toggle-button > div > span.ui-button-text {
    font-size: 14px; }
  .toggle-button > div > span.ui-button-icon-left {
    font-size: 14px; }
  .news-feed-box {
    max-width: 300px; }
  .news-feed-toolbar {
    max-width: 40% !important; } }

@media screen and (max-width: 1367px) and (min-width: 1282px) {
  .form-field-labels {
    font-size: 13px; }
  .ui-inputtext {
    font-size: 13px !important; }
  [md-raised-button] {
    font-size: 12px !important; }
  .form-header-text.main {
    font-size: 26px; } }
