/* styles */
.thin {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.catalog-icon {
  margin: 0 10px; }

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

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

.float-right {
  float: right; }

.float-left {
  float: left; }

.login-container {
  overflow: hidden; }
  .login-container .envelope {
    position: relative;
    margin: 150px auto;
    height: 350px;
    width: 800px;
    background: #ffc000;
    border: 3px dashed #bb8d00;
    border-radius: 10px; }
  .login-container .window-pane {
    position: absolute;
    background: white;
    border-radius: 5px;
    width: 40%;
    height: 45%;
    right: 7%;
    bottom: 10%;
    box-shadow: 0px 0px 10px rgba(204, 0, 0, 0.3); }

@-webkit-keyframes login-button-hover {
  0% {
    height: 87px; }
  50% {
    height: 92px; }
  100% {
    height: 87px; } }

@-moz-keyframes login-button-hover {
  0% {
    height: 87px; }
  50% {
    height: 92px; }
  100% {
    height: 87px; } }

@-o-keyframes login-button-hover {
  0% {
    height: 87px; }
  50% {
    height: 92px; }
  100% {
    height: 87px; } }

@keyframes login-button-hover {
  0% {
    height: 87px; }
  50% {
    height: 92px; }
  100% {
    height: 87px; } }
  .login-container .login-button {
    top: 5%;
    right: 5%;
    position: absolute;
    height: 85px;
    box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease-in-out;
    transform: rotate(5deg);
    z-index: 10000; }
    .login-container .login-button:hover {
      transform: rotate(730deg);
      top: 6%;
      right: 6%;
      -webkit-animation: login-button-hover 0.5s infinite;
      -moz-animation: login-button-hover 0.5s infinite;
      -o-animation: login-button-hover 0.5s infinite;
      animation: login-button-hover 0.5s infinite; }
  .login-container .tampon {
    width: 150px;
    position: absolute;
    top: 40%;
    left: 15%;
    opacity: 0.3;
    transform: rotate(-45deg); }
  .login-container .envelope input {
    margin: 10px 0px;
    padding: 0px 0px 0px 20px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: border 0.3s;
    box-shadow: none; }
    .login-container .envelope input.focus, .login-container .envelope input:focus {
      border-bottom: solid 2px #969696; }
  .login-container .envelope-image {
    position: absolute;
    top: 10%;
    left: 5%;
    height: 20%;
    width: auto; }
  .login-container .error-messages {
    position: absolute;
    left: 5%;
    bottom: 15%;
    box-shadow: 0px 0px 10px rgba(204, 0, 0, 0.3);
    border-radius: 2px;
    color: #555;
    width: 45%; }
  .login-container .error-messages:before {
    content: "RETOUR";
    position: absolute;
    top: -65px;
    left: 205px;
    z-index: 1;
    font-family: Arial,sans-serif;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 40px;
    color: rgba(204, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
    zoom: 1;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.3), 2px 2px 1px rgba(204, 0, 0, 0.3);
    background-color: #FFC001; }

.catalog-panel .inner-panel {
  overflow-y: scroll;
  height: 700px; }

.catalog-panel .catalog-panel-title {
  font-size: 1.5em; }

.piggy-bank-summary {
  text-align: center;
  border: 1px solid #DDD;
  padding: 10px;
  position: fixed;
  bottom: 20px;
  left: 20px; }
  .piggy-bank-summary i.piggy-bank-summary-icon {
    color: #999;
    font-size: 3em; }
  .piggy-bank-summary span.piggy-bank-summary-value {
    margin: 0;
    font-size: 1.5em;
    display: block; }
    .piggy-bank-summary span.piggy-bank-summary-value:not(.bad) {
      color: #777; }

.catalog-sub-header {
  margin-top: 0;
  margin-bottom: 0px; }

.catalog-sub-set {
  margin: 10px 0; }

.side-margin-zero {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px; }

.cart-row-product {
  background-color: #FDF3F4; }

.cart-row-stamp {
  background-color: #E7F3F7; }

.cart-row-refund {
  background-color: #CDDBE0; }

.solf-bg-color-blue {
  background-color: #E7F3F7;
  border-radius: 6px; }

.solf-bg-color-red {
  background-color: #FDF3F4;
  border-radius: 6px; }

.good {
  color: #5cb85c; }

.average {
  color: #FFA93A; }

.bad {
  color: #c9302c; }

.bg-good {
  background-color: #5cb85c; }

.bg-average {
  background-color: #FFA93A; }

.bg-bad {
  background-color: #c9302c; }

.elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.panel-more-padding-right {
  padding-right: 30px; }

.panel-more-padding-left {
  padding-left: 30px; }

.cart-button-icon {
  cursor: pointer;
  font-size: 1.2em; }

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

.ng-toast.ng-toast--top .ng-toast__list {
  top: 56px;
  z-index: 100; }

.input-inventory {
  width: 60px;
  text-align: right; }

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

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */ }

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

.increment-button, .decrement-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: pointer;
  vertical-align: text-bottom; }

tbody > tr > td.vmiddle {
  vertical-align: middle; }

tbody > tr > td.vtop {
  vertical-align: top; }

.sp-dropdown-menu {
  background: #fff;
  margin: 0;
  min-height: 100px;
  padding: 15px;
  text-align: left;
  white-space: normal;
  width: 295px; }

.sp-dropdown-menu-li {
  display: inline-block;
  font-size: 13px;
  margin: 8px 2px;
  text-align: center;
  outline: none;
  padding: 1px;
  vertical-align: top;
  z-index: 999;
  width: 125px;
  color: #286090;
  border: 1px solid #fff; }

.sp-dropdown-menu-li:hover {
  border: 1px solid #ddd; }

.sp-dropdown-menu-li .sp-icon {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  font-size: 2.5em; }

.sp-dropdown-menu-li .sp-label {
  display: block;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.sp-dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(51, 122, 183, 0.13); }

.input-error {
  border-color: #c9302c; }

input-ok {
  border-color: #3c763d; }

.spid-border-bottom {
  border-bottom: 1px solid rgba(119, 119, 119, 0.15); }

.spid-form-input-quantity {
  display: inline-block;
  width: 50%;
  text-align: center; }

.affrCatalogTitle, .productCatalogTitle, .transacTitle {
  padding: 4px 5px 0px 10px;
  margin: 5px 0px 5px 0px;
  height: 25px;
  font-size: 12px; }
  .affrCatalogTitle > label, .productCatalogTitle > label, .transacTitle > label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.affrCatalogTitle {
  border: 1px solid #A3C4D0;
  color: #337AB7; }

.productCatalogTitle {
  border: 1px solid #ECACAB;
  color: #A94442; }
  .productCatalogTitle > label {
    cursor: inherit;
    padding-left: 0;
    width: 80%; }
  .productCatalogTitle:hover {
    background-color: #FFFBFB;
    cursor: pointer; }

.transacTitle {
  border: 1px solid rgba(119, 119, 119, 0.75);
  color: #777; }
  .transacTitle > label {
    cursor: inherit;
    padding-left: 0;
    width: 80%; }
  .transacTitle:hover {
    background-color: rgba(119, 119, 119, 0.15);
    cursor: pointer; }

.transacContent {
  padding: 1px;
  border-left: 4px solid rgba(119, 119, 119, 0.5); }

.mybtn-default {
  color: #555;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0px; }

.mybtn-default:hover {
  color: #555;
  background-color: #e6e6e6;
  border-color: #adadad; }

.mybtn-yellow {
  color: #555;
  background-color: #ffc928;
  border-color: #ffc004;
  border-radius: 0px; }

.mybtn-yellow:hover {
  background-color: #ffc004; }

.mybtn-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #286090;
  border-radius: 0px; }

.mybtn-blue:hover {
  color: #fff;
  background-color: #286090; }

.mybtn-gray {
  color: #fff;
  background-color: #999;
  border-color: #777;
  border-radius: 0px; }

.mybtn-gray:hover {
  color: #fff;
  background-color: #777; }

.barcode-image-container .no-barcode-image-container .no-barcode-image {
  font-size: 20px;
  display: inherit; }

.barcode-image-container .no-barcode-image-container .barcode-text {
  font-size: small;
  font-family: monospace; }

.sp-panel-info {
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0; }
  .sp-panel-info > .sp-panel-info-header {
    color: #555;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(85, 85, 85, 0.5);
    margin-bottom: 15px; }
    .sp-panel-info > .sp-panel-info-header > .sp-header-title {
      display: inline-block; }
    .sp-panel-info > .sp-panel-info-header > .sp-header-badge {
      padding-right: 15px;
      display: inline-block;
      float: right; }
      .sp-panel-info > .sp-panel-info-header > .sp-header-badge > .sp-badge {
        min-width: 75px;
        border-radius: 2px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px; }
  .sp-panel-info .sp-panel-info-simple {
    border: 0px;
    margin-bottom: 0px; }
  .sp-panel-info > .sp-panel-info-footer {
    display: inline-block;
    color: #555;
    border-top: 1px solid rgba(85, 85, 85, 0.25);
    width: 100%;
    margin-top: 15px;
    padding: 10px 15px 10px 10px; }
  .sp-panel-info > .sp-panel-info-body {
    padding-left: 5px;
    padding-right: 5px; }
    .sp-panel-info > .sp-panel-info-body .sp-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sp-panel-info > .sp-panel-info-body .sp-list > .sp-item {
        clear: left;
        float: left;
        width: 100%;
        margin-bottom: 2px; }
        .sp-panel-info > .sp-panel-info-body .sp-list > .sp-item > .sp-item-content > .sp-item-label {
          float: left;
          word-spacing: normal; }
        .sp-panel-info > .sp-panel-info-body .sp-list > .sp-item > .sp-item-content > .sp-item-label-info {
          display: inline-block;
          color: #707070;
          padding: 2px 5px 2px 0;
          width: 49%; }
        .sp-panel-info > .sp-panel-info-body .sp-list > .sp-item > .sp-item-content > .sp-item-value {
          display: inline-block;
          max-width: 90%;
          padding-bottom: 2px;
          padding-left: 5px;
          padding-top: 2px;
          vertical-align: top; }
        .sp-panel-info > .sp-panel-info-body .sp-list > .sp-item > .sp-item-content .sp-item-value-disable {
          background-color: rgba(238, 238, 238, 0.5); }
      .sp-panel-info > .sp-panel-info-body .sp-list > .sp-item-right {
        clear: right;
        float: right;
        width: 25%; }
  .sp-panel-info .sp-panel-decoration {
    background-color: rgba(85, 85, 85, 0.05);
    margin: 5px;
    padding: 5px;
    border-radius: 10px; }

.sp-badge-green {
  color: #FFF;
  background-color: #5cb85c; }

.sp-badge-orange {
  color: #FFF;
  background-color: #FFA93A; }

.sp-badge-red {
  color: #FFF;
  background-color: #c9302c; }

.sp-badge-gray {
  color: #FFF;
  background-color: rgba(85, 85, 85, 0.5); }

.sp-badge-blue {
  color: #FFF;
  background-color: #337AB7; }

.sp-green {
  color: #5cb85c; }

.sp-orange {
  color: #FFA93A; }

.sp-red {
  color: #c9302c; }

.sp-gray {
  color: rgba(85, 85, 85, 0.75); }

.sp-blue {
  color: #337AB7; }

.input-clear {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #555;
  z-index: 10; }

.sp-page-header {
  background-color: rgba(247, 247, 247, 0.5);
  border-width: 0px 0px 1px 10px;
  border-style: solid;
  border-color: rgba(255, 192, 4, 0.75);
  margin: 2px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 1.4em;
  color: #555;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px; }
  .sp-page-header > .sp-page-title {
    margin-left: 15px; }
  .sp-page-header > .sp-icon {
    vertical-align: text-top;
    color: #ffc004; }

.sp-page-info {
  border-bottom: 1px solid rgba(255, 192, 4, 0.75);
  margin: 2px;
  margin-bottom: 15px;
  padding: 28px 0px 0px 14px;
  color: #555;
  text-align: right; }

.sp-tab {
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 4px; }
  .sp-tab > a {
    color: #555;
    text-decoration: none; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #888; }

/* sk-cube */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 10px;
  position: fixed;
  bottom: 0px;
  right: 0px; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

/* sk-cube end */
div[ui-view] {
  /* start 'enter' transition */
  /* end 'enter' transition */ }
  div[ui-view].ng-enter {
    /* transition on enter for .5s */
    transition: .5s;
    /* start with opacity 0 (invisible) */
    opacity: 0; }
  div[ui-view].ng-enter-active {
    /* end with opacity 1 (fade in) */
    opacity: 1; }

.glyphicon.spinning {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  font-size: 6.5em;
  opacity: 0.1;
  position: absolute;
  top: 30%;
  left: 40%; }

@-webkit-keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@-moz-keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@-o-keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }
