/* compiled by scssphp v0.0.11 on Sun, 23 May 2021 14:49:45 +0000 (0.0115s) */

@keyframes disapear {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

* {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

main {
  background-color: #fff; }

p {
  color: #e0e0e0; }

ul, ol {
  list-style: none; }

h1, h3 {
  font-size: 20px;
  color: #333; }

.mdl-menu a {
  color: black !important; }

a {
  text-decoration: none; }

.flash.alert-success {
  background: #2ecc71; }

.flash.alert-danger {
  background: #e74c3c; }

.vm {
  vertical-align: middle; }

.flash {
  position: fixed;
  top: 75px;
  z-index: 9999;
  margin: auto;
  width: 300px;
  left: 0;
  right: 0;
  border-radius: 3px;
  padding: 15px;
  font-weight: 400;
  color: white;
  font-size: 16px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  text-align: center;
  animation: disapear 1s forwards 3s;
  -webkit-animation: disapear 1s forwards 3s; }

.container {
  padding: 23px;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  min-height: 400px;
  max-width: 400px;
  /*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);*/
  padding-bottom: 20px;
  margin-top: 100px; }

.box {
  padding: 30px;
  position: relative; }

.box .fullbox-checkbox {
  max-width: 25px;
  position: absolute;
  left: 0px;
  top: 0px; }

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

.jslink:hover {
  cursor: pointer; }

textarea {
  min-height: 100px; }

.mdl-full-table .image-holder {
  text-align: center;
  width: 50px; }
  .mdl-full-table img {
    max-width: 50px;
    max-height: 50px; }

.container .mdl_h3 {
  color: #555;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase; }

.mdl-textfield {
  width: 100% !important; }

.form-error {
  color: #e74c3c;
  position: absolute;
  font-size: 13px; }

.pop {
  display: none;
  position: fixed;
  background: #fff;
  padding: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  z-index: 9999;
  top: 0px;
  border-left: 1px solid #f1f1f1;
  right: 0px;
  height: 100%;
  width: 350px;
  color: #555; }

.pop h5 {
  text-align: center; }

.pop-close span {
  color: #252525 !important; }

.pop-inner {
  padding-top: 25px;
  padding-bottom: 50px;
  height: 90%;
  overflow-y: auto; }

.hide {
  display: none !important; }

.uploads-box {
  border: 1px solid #f1f1f1;
  position: relative;
  background: #fff;
  padding: 15px; }

.uploads-box table {
  width: 100%;
  overflow-x: scroll; }

.upload-img-holder img {
  max-width: 85px;
  max-height: 85px; }

.upload-img-holder {
  text-align: center;
  background: #fafafa;
  border: 5px solid #f1f1f1; }

.upload-img-holder:hover {
  cursor: pointer; }

.upload-img-holder.selected {
  border: 5px solid #2ecc71; }

.mdl__label {
  color: #999;
  font-size: 12px; }

.mdl-layout__drawer {
  background: #1b2734;
  border-right: 1px solid #222;
  color: #fafafa; }
  .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    color: #bbb; }
    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
      background: #202d3b; }

.pagination a {
  color: #252525;
  padding: 10px;
  padding-bottom: 0px;
  display: inline-block; }
  .pagination a.active {
    border-bottom: 2px solid #555; }
  .pagination a:hover {
    border-bottom: 2px solid #999; }

.mdl-textarea-high {
  min-height: 300px; }

.wysiwyg {
  min-height: 500px; }

.single-upload-holder {
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #f1f1f1;
  margin: 15px auto; }

.single-upload-holder label {
  font-weight: 600; }

.mdl-data-table {
  position: static; }

.loader {
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 999;
  display: none; }

#cloud-storage {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  background: #fff;
  z-index: 99999 !important;
  border: 1px solid #f1f1f1;
  display: none; }

#cloud-storage-close {
  position: absolute;
  padding: 10px;
  background: #fafafa;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  left: -15px;
  top: -15px; }

.content-container.no-padding {
  padding-top: 5px !important; }

.add-order .chosen-select {
  width: 100%; }
  .add-order .btn--green {
    background: #00a847;
    color: #fff !important; }

.order-product {
  background: #f1f1f1;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px 0px; }
  .order-product input, .order-product select {
    padding: 3px 2px;
    border: 0px;
    border: 1px solid #ccc;
    font-size: 12px; }
  .order-product .form-group {
    margin: 10px 0px; }
    .order-product .form-group label {
      font-size: 11px;
      min-width: 75px;
      display: inline-block; }
  .order-product a {
    color: #252525; }
  .order-product .btn {
    border: 0px;
    padding: 5px 10px;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #ccc;
    cursor: pointer; }
  .order-product .unsaved {
    border: 0px;
    background: #0a8;
    color: #fff; }
  .order-product .order-product-image {
    width: 100px;
    height: 100px;
    float: right;
    border-radius: 5px;
    border: 2px solid #ccc; }
