/* line 3, stdin */
body {
  background: #F0F0F3; }

/* line 7, stdin */
a {
  outline: none; }

/* line 11, stdin */
.absolute {
  position: absolute; }

/* line 15, stdin */
.margin-left {
  margin-left: 2.5rem; }

/* line 19, stdin */
.expand {
  position: absolute;
  right: 0;
  top: 0;
  font-style: normal;
  font-weight: bold;
  z-index: 9999;
  height: 100%;
  bottom: 0;
  width: 16px;
  text-align: center; }

/* line 32, stdin */
.expand:hover {
  color: black; }

/* line 36, stdin */
.margin-bottom {
  margin-bottom: 2.5rem; }

/* line 41, stdin */
.margin-top-small {
  margin-top: 0.75rem; }

/* line 44, stdin */
.no-margin {
  margin: 0 !important; }

/* line 48, stdin */
footer.page-footer {
  padding-top: 0 !important; }

/* line 52, stdin */
.content-wrap {
  padding-top: 15px;
  padding-bottom: 15px; }

/* line 57, stdin */
.preloader-wrapper {
  margin-top: 3rem; }

/* line 61, stdin */
.page-footer {
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%; }

/* line 68, stdin */
.image-preview {
  float: left;
  width: 300px;
  height: 140px;
  overflow: hidden;
  margin-top: 1rem; }
  /* line 75, stdin */
  .image-preview.small {
    width: 200px;
    height: 120px; }
  /* line 80, stdin */
  .image-preview img {
    width: 100%; }

/* line 85, stdin */
label .right-absolute,
.relative label.right-absolute,
.right-absolute {
  right: 0;
  left: initial !important; }

/* line 92, stdin */
.overflow-hidden {
  overflow: hidden !important; }

/* line 97, stdin */
.cer-images .overflow-hidden {
  overflow: hidden;
  height: 150px; }

/* line 102, stdin */
.cer-images img {
  width: 100%; }

/* line 107, stdin */
.login-box {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  margin: 110px auto 0;
  padding: 15px 25px 16px 25px;
  width: 450px;
  z-index: 20; }
  /* line 115, stdin */
  .login-box h5 {
    margin-bottom: 2.4rem; }

/* line 120, stdin */
.side-nav {
  height: calc(100% - 70px);
  overflow: auto; }

/* line 125, stdin */
.detail-view {
  height: calc(100% - 46px);
  overflow: auto; }

/* line 130, stdin */
.height-100 {
  height: 100%; }

/* line 134, stdin */
.nowrap {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

/* line 141, stdin */
.pointer {
  cursor: pointer !important; }

/* line 145, stdin */
.opacity-4 {
  opacity: 0.4 !important; }
  /* line 148, stdin */
  .opacity-4:hover {
    opacity: 1 !important; }

/* line 153, stdin */
ul.collection.item-list {
  float: left;
  width: 100%; }

/* line 158, stdin */
ul.item-list {
  margin: 0 0 15px 0; }
  /* line 161, stdin */
  ul.item-list li {
    float: left;
    position: relative;
    width: 100%; }
    /* line 167, stdin */
    ul.item-list li a {
      padding: 6px 0;
      transition: 150ms;
      -webkit-transition: 150ms; }
    /* line 172, stdin */
    ul.item-list li a:hover {
      background: #FFFFFF; }
    /* line 175, stdin */
    ul.item-list li span.fa {
      line-height: 34px; }

/* line 181, stdin */
.item-list-header {
  margin-top: -11px; }
  /* line 185, stdin */
  .item-list-header ul li {
    color: #9e9e9e;
    font-size: 12px; }

/* line 200, stdin */
.overview .collection > li > a.border-bottom {
  border-bottom: 1px solid #e0e0e0; }

/* line 204, stdin */
.overview .collection > li > span,
.overview .collection > li > div.col > span {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e0e0e0;
  background: #FFFFFF;
  transition: 0.25s;
  -webkit-transition: 0.25s; }
  /* line 213, stdin */
  .overview .collection > li > span:hover,
  .overview .collection > li > div.col > span:hover {
    background: #ddd; }

/* line 222, stdin */
.overview .side-collection-overview > .collection {
  margin-top: 0; }

/* line 229, stdin */
.overview .collection-overview .collection a.collection-item {
  padding-top: 6px;
  padding-bottom: 6px; }

/* line 236, stdin */
textarea.materialize-textarea {
  min-height: 3.6rem; }

/* line 241, stdin */
.btn.small {
  font-size: 13px;
  height: 30px;
  line-height: 30px; }

/* line 248, stdin */
.product-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 30%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s; }

/* line 266, stdin */
.border-left {
  border-left: 10px solid #CCC;
  margin-left: 12px !important; }

/* line 271, stdin */
.top-11 {
  margin-top: 11px; }

/* line 275, stdin */
.relative {
  position: relative; }
  /* line 278, stdin */
  .relative label {
    left: 0 !important; }

/* line 284, stdin */
.angucomplete-holder {
  position: relative; }

/* line 288, stdin */
.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  top: 53px;
  left: 0px;
  margin-top: -6px;
  background-color: #ffffff; }

/* line 304, stdin */
.angucomplete-searching {
  color: #acacac;
  font-size: 14px; }

/* line 309, stdin */
.angucomplete-description {
  font-size: 14px; }

/* line 313, stdin */
.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both; }

/* line 320, stdin */
.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff; }

/* line 325, stdin */
.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px; }

/* line 332, stdin */
.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px; }

/* line 341, stdin */
.angucomplete-image-default {
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px; }

/* line 348, stdin */
.border-bottom-wrapper {
  border-right: 7px solid #9e9e9e;
  border-bottom: 7px solid #9e9e9e;
  margin-top: 0px;
  padding-top: 10px !important;
  padding-bottom: 9px !important; }
