@charset "UTF-8";
body {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  color: #373d3f; }

h1 {
  color: #475aa8; }
  h1 small {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75); }

p {
  margin: 0 0 20px 0; }
  p > small {
    color: rgba(0, 0, 0, 0.25);
    font-weight: 700; }

#wrapper {
  padding-left: 0; }

#page-wrapper {
  width: 100%;
  padding-bottom: 20px;
  margin: 100px 0 0;
  background-color: #F4F4F6; }

@media (min-width: 768px) {
  #page-wrapper {
    margin: 50px 0 0;
    padding-bottom: 20px; } }

.no-pad {
  padding: 0; }

.no-mar {
  margin: 0; }

.pad-2 {
  padding: 2px; }

@media (min-width: 768px) {
  #wrapper {
    padding-left: 225px; }
  #page-wrapper {
    padding: 10px; } }

/* Top Navigation */
.top-nav {
  padding: 0 25px; }

.top-nav > li {
  display: inline-block;
  float: left; }

.top-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  color: #999;
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 15px; }

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #555;
  background-color: transparent;
  border: 1px solid #555; }

.top-nav > .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal; }

ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto; }

li.message-preview {
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

li.message-preview > a {
  padding-top: 15px;
  padding-bottom: 15px; }

li.message-footer {
  margin: 5px 0; }

ul.alert-dropdown {
  width: 200px; }

/* Side Navigation */
@media (min-width: 768px) {
  .side-nav {
    font-family: 'Dosis', sans-serif;
    position: fixed;
    top: 74px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background: linear-gradient(-135deg, #475aa8 20%, #293460 100%);
    bottom: -10px;
    overflow-x: hidden;
    padding-bottom: 40px; }
  .side-nav > li > a {
    width: 225px; }
  .side-nav li a:hover,
  .side-nav li a:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.2) !important; } }

.navbar-nav > .active > a {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff; }

.side-nav > li > ul {
  padding: 0; }

.side-nav > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65); }

.side-nav > li > ul > li > a:hover {
  color: #fff; }

/* Flot Chart Containers */
.flot-chart {
  display: block;
  height: 400px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

.huge,
.med {
  color: #475aa8;
  margin-top: 20px; }
  .huge small,
  .med small {
    font-size: 16px;
    line-height: 1; }

.huge {
  font-size: 40px;
  line-height: 20px; }

.med {
  font-size: 24px;
  line-height: 20px; }

.panel-green {
  border-color: #34B471; }

.panel-green > .panel-heading {
  border-color: #34B471;
  color: #fff;
  background-color: #34B471; }

.panel-green > a {
  color: #34B471; }

.panel-green > a:hover {
  color: #3d8b3d; }

.panel-pink {
  border-color: #475aa8; }

.panel-pink > .panel-heading {
  border-color: #475aa8;
  color: #fff;
  background-color: #475aa8; }

.panel-pink > a {
  color: #475aa8; }

.panel-pink > a:hover {
  color: #384784; }

.panel-yellow {
  border-color: #F1E62C; }

.panel-yellow > .panel-heading {
  border-color: #F1E62C;
  background-color: #F1E62C; }

.panel-yellow > a {
  color: rgba(0, 0, 0, 0.45);
  background-color: #fff;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  transition: .2s ease all; }
  .panel-yellow > a .lnr {
    transition: .2s ease all;
    opacity: 0;
    padding-right: 40px; }

.panel-yellow > a:hover {
  color: #475aa8; }
  .panel-yellow > a:hover .lnr {
    opacity: 1;
    padding-right: 0; }

.panel-footer {
  background-color: #fff; }
  .panel-footer .lnr {
    font-size: 18px; }

.panel-blue {
  border-color: #E42F45; }

.panel-blue > .panel-heading {
  border-color: #E42F45;
  color: #fff;
  background-color: #E42F45; }

.panel-blue > a {
  color: #E42F45; }

.panel-blue > a:hover {
  color: #c61a2f; }

.lnr-light {
  color: #aca30b;
  font-size: 48px; }

.lnr-blue {
  color: #475aa8;
  font-size: 48px; }

.mbtm-0 {
  margin-bottom: 0; }

.mbtm-10 {
  margin-bottom: 10px; }

.mbtm-20 {
  margin-bottom: 20px; }

.blt {
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background-color: #b3b2b2;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; }
  .blt.b-success {
    background-color: #34B471; }
  .blt.b-danger {
    background-color: #d9534f; }
  .blt.b-shipped {
    background-color: #f0ad4e; }
  .blt.b-paid {
    background-color: #E42F45; }
  .blt.b-grey {
    background-color: #ccc; }

.btn {
  letter-spacing: 2px; }

.btn-primary {
  color: #fff;
  background-color: #34B471;
  border-color: #34B471; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
    color: #fff;
    background-color: #34B471;
    border-color: #34B471; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:active:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-act {
  padding: 5px; }
  .btn-act:hover, .btn-act:focus, .btn-act:active {
    color: #d9534f;
    text-decoration: none; }

.btn-login {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 1em;
  line-height: 2em;
  background-color: #475aa8;
  border: none;
  transition: .2s ease all; }
  .btn-login:hover {
    color: #fff;
    background-color: #384784; }

.btn-radio:focus {
  box-shadow: none; }

.btn-radio.active {
  border: 2px solid #475aa8;
  box-shadow: none; }

.btn-group > .btn {
  border-radius: 6px !important; }

.tooltip-inner {
  padding: 8px 12px;
  letter-spacing: 0.15em;
  background-color: #475aa8;
  opacity: 1 !important; }

.tooltip.top .tooltip-arrow {
  border-top-color: #475aa8; }

.tooltip.right .tooltip-arrow {
  border-right-color: #475aa8; }

.nav {
  margin-bottom: 5px; }

.navbar-inverse {
  background-color: #fff;
  border-color: #d9d9d9;
  box-shadow: 0px 1px 2px 1px rgba(166, 166, 166, 0.1);
  padding: 10px 0; }
  .navbar-inverse li a {
    color: #555;
    margin-right: 5px; }
  .navbar-inverse .navbar-brand {
    font-family: 'Dosis', sans-serif;
    color: #c1c1c1; }
    .navbar-inverse .navbar-brand .shop-name {
      color: #475aa8;
      font-weight: 700;
      letter-spacing: 3px; }
    .navbar-inverse .navbar-brand:hover {
      color: #c1c1c1; }

.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.6); }

.navbar-collapse {
  border: none; }

.navbar-collapse.in {
  background-color: #475aa8; }

.navbar-toggle {
  color: #fff;
  background-color: #475aa8;
  border: none; }

.table {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif; }

.table > thead {
  background-color: #ddd;
  color: #555; }

.table > tbody > tr > td,
.table > tbody > tr > th {
  padding: 20px 8px; }

.table-po-det > thead {
  background-color: #fff; }

.table-po-det > tbody > tr > td {
  padding: 5px;
  border-top: none; }

.table-po-det > tbody > tr.ongkir > td {
  border-bottom: 2px solid #ddd; }

.panel-primary {
  border: none;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .panel-primary .panel-heading {
    background-color: #475aa8;
    border-bottom: 1px solid #ddd; }
  .panel-primary .panel-body {
    background-color: #fff; }
  .panel-primary .panel-title {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.35);
    color: #fff; }

.total-huge {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #475aa8; }

.order-stat > a {
  display: block;
  height: auto;
  text-decoration: none; }
  .order-stat > a.active p {
    color: #f0ad4e; }

.thumbnail.thumb-sm {
  width: 96px;
  height: 96px; }

.side-nav li > a {
  padding: 10px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.06em; }

.side-nav .lnr-big {
  font-size: 32px;
  position: relative;
  margin-right: 10px;
  top: 6px; }

.side-nav .pull-right {
  position: relative;
  top: 18px; }

.text-success {
  color: #34B471; }

.text-gray {
  color: #b3b2b2; }

.text-dark {
  color: #333; }

.text-pink {
  color: #475aa8; }

.text-red {
  color: #d9534f; }

.text-white {
  color: #fff; }

.form-control {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: none; }
  .form-control:focus {
    border-color: rgba(0, 0, 0, 0.25);
    box-shadow: none; }

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.form-group {
  position: relative; }

.form-control-feedback {
  color: rgba(0, 0, 0, 0.25); }

.input-group-addon {
  border: 2px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  color: rgba(0, 0, 0, 0.28);
  font-weight: 700; }

.form-white {
  border: 2px solid rgba(0, 0, 0, 0.1); }

label {
  color: #475aa8; }

.label.label-success {
  background-color: #34B471; }

.lbl {
  font-size: 10px;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 2px; }

.lbl-u {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #EAEAEA;
  vertical-align: bottom;
  font-weight: 700; }

.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
  font-family: 'Dosis', sans-serif; }

.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 36px;
  padding: 0;
  line-height: 36px;
  border: 2px solid #CCCCCC;
  border-radius: 36px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in; }

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 36px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  border: 2px solid #CCCCCC;
  border-radius: 36px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #34B471; }

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #34B471; }

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px; }

.ct-chart {
  font-family: 'Open Sans', sans-serif; }

.ct-tooltip {
  position: absolute;
  display: inline-block;
  min-width: 5em;
  padding: .5em;
  background: #F1E62C;
  color: #333;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 9; }
  .ct-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top-color: #F1E62C; }

.ct-series-a .ct-line {
  stroke: #475aa8 !important;
  stroke-width: 2px; }

.ct-series-a .ct-point {
  stroke: #475aa8 !important;
  stroke-width: 15px;
  stroke-linecap: round; }

.ct-label {
  font-size: 1em !important;
  color: #555 !important; }

.row-order {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 15px;
  display: table;
  border-radius: 6px; }

.order-items {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px; }

.order-detail {
  background-color: #fceedb;
  padding: 10px;
  font-size: .9em;
  color: rgba(0, 0, 0, 0.75); }
  .order-detail .table {
    background-color: transparent; }
    .order-detail .table td {
      border-color: rgba(0, 0, 0, 0.1);
      padding: 5px 0; }
    .order-detail .table .product-row td {
      border: none; }
      .order-detail .table .product-row td p {
        margin: 0; }
  .order-detail .recipient {
    font-size: 18px;
    padding: 0;
    margin: 0; }

.detail-clps {
  margin: 20px 0 10px; }
  .detail-clps a {
    color: rgba(0, 0, 0, 0.35); }

.note {
  background-color: #fff;
  color: #333;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd; }

footer {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  clear: both;
  padding: 20px; }
  footer p {
    text-align: right; }

.page-login {
  background: linear-gradient(40deg, rgba(241, 230, 44, 0.7), rgba(241, 230, 44, 0.9)), url("../img/woman-2.jpg");
  background-size: cover;
  height: 100vh; }

.login-panel {
  padding: 30px 20px;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.7); }
  .login-panel img {
    margin: 0 auto;
    padding: 20px; }

.login-title {
  text-align: center;
  padding-bottom: 30px;
  display: block;
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 300; }

.alert {
  margin-bottom: 10px;
  border: none; }

.alert-danger {
  background-color: #f6b6be !important; }
  .alert-danger p {
    color: #333; }
  .alert-danger p > small {
    color: #333; }

.alert-success {
  background-color: #9ee3bf !important; }
  .alert-success p {
    color: #333; }
  .alert-success p > small {
    color: #333; }

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

.payment-stts {
  margin-top: 20px;
  border-top: 1px dashed #2ea065;
  padding-top: 8px;
  font-size: 12px; }

.top-nav > li.notif-counter {
  position: relative;
  padding-right: 5px; }
  .top-nav > li.notif-counter .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    border: 2px solid #fff;
    z-index: 2;
    font-family: 'Open Sans', sans-serif; }
    .top-nav > li.notif-counter .badge-green {
      background-color: #34B471; }
    .top-nav > li.notif-counter .badge-red {
      background-color: #d9534f; }
    .top-nav > li.notif-counter .badge-yellow {
      background-color: #f0ad4e; }
  .top-nav > li.notif-counter > a {
    position: relative;
    border: none; }
    .top-nav > li.notif-counter > a:hover {
      border: none; }

.icon {
  width: 24px;
  height: 24px;
  display: inline-block; }

.icon-truck {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACFElEQVRIS7VV0VHbQBTcp5G+cQeYCkwqiOlAHp/+nQpCKoBUEFxB+H/nQXRgKohTQVwC/7rxy6w43QiHYAz2zXg08klvtfve7gmOvOTI9SFlWQ7yPL8CcL4PmIjUqjrf9Y5UVbUE8BnAw66He/sDACMz++a9v3ntPQIYgLmqXu4BgKqqVgAeVXW8E8DMvnvvr/cEIHMcG4DS9hdZfVFVXtvVSvReBmY2BHCbiomUAE6apvlU1/XjhwFi4Usz+8Eh4WQB+NXv6YcYEMDM2Av+OCScqLGIXJnZhfd+eTCAEMKqKIpl0zRjXjupDgbAr51Op2WWZRxb9qWV6qAAlIz+UNXzqqoo11dxzq1JJ+r3VisMRISaz81sLSJ0NetARCYEcM5dsxdkwAwipdFbq8fm3ocQZhxH51xycwhhXdf1OgF0RWMmPXNmWZbDoihOVfXVnIofyXeTwXYCdBrGDyB9Uk8F+H9M4jsRaRlwZEMIk8jqSaItBqd0YVEUdORPOtzMVlmWMadOVPWsL6Nz7lae3NsF5Y2Z1d77mXOuJnACiCN21yvwm83i/Qt7fZyUxFus+cz82YlGLc2sJLKZjUIIZ326ZLQ1CDMAf7z3F3FEl10+kflisahfPDJjc1dMQRGh/mTyz5nRY9aOKIDhZrOZsHAKwP+NJkHyPGej2sRU1ZSaW31gg1MP6Oj+/vEP/X3M9Z5n/wITkWgravTBrgAAAABJRU5ErkJggg=="); }

.icon-money {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACcElEQVRIS52UzXEaQRCFu2HmLByBUAY4AkMEXhezdxyBcQTgCIQiAJ9nKa0iEM4ARSCcAT73Qrve1qwKDewCmuP+9Nfz+r1m+sBJkqRrrX0Ov37z3q/ryvAH6pNzbsHMCRFtVPWWmQd1kKsBoftXVf1VFMXMWrtqglwFSJKkE6S5ExHI1BWRTRPkYsBB8R4RfQ7Szrz3/fDu5E0uAjjn+kT0yMz4fiwiubU2F5FRnucbwOogjYCg9z3+J6IXIhpVnQMUD/YUpBbgnBsT0QRdq+osy7Ipig+Hw2S3262rzmMXxpAjQJqm0HhORD1VfSqKYoxiQaYvRVE85Hm+bbJ3BSGim3eANE1Hqnofuk6yLFuhUPA9gGtVzZfLZX4uP2maYujdNwAkYWbo/UdEkqpLzMEYs2JmFF2IyNZaeysiL3U3wW2Z+VlVf5YA6NpqtR5V9XeWZdUgyybDx/P9fj9l5hkzd0L3axEZxJA4K4wHxphXZv4rIv1TXaVpOgszKS2JuRhj1lgXsZOcczkzf1XVASRm5xw6m1QPmrSFAZBcYwxu0vPewxDlCY0iK8jMd+/9As8B2DDzBom8YHDYmjdE9Anz8N7DyqXEzDyHOfb7/ejQBCWgtFPDRjwEYyZFUSAH22AAFEZzZRBjyTj4HpbSJggkaLfbfXQX5PjBzAjfP1WdZlmGOR2d0kXnIOE9CpSSREHEPqoN3lsO6iDBdsgAiiNsR0Fsml2cZLjinVxIJIqragfhgdZ1dq6V6PBFfBO8C9ZszErdLU5u0xiiqrDhRETu6rboVYB48OHnp3iNnMtNGbRzycX2DOsBa6RcFdec/1uowX1NO+bhAAAAAElFTkSuQmCC"); }

.icon-man {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACOklEQVRIS9VWwXHbQAwERuQ7dgWRK7BUQewKwsfdX6rATgWWK3BSgfMHNMNUELkCyRXYqSDO+6hBZjVHDUPxSM74lZvhh8QBWGCxINPAKYriLMuyO2a+IqJZNN+Z2aaqqvuyLN/6XHDfR+/9wswemPmMiJ7gFPYx2CczezOz5Xq9LlN+kgGcc1fM/JOInoloISK7phPvPdB8J6JLM7tW1UPw9ukMgLLkeb41M66qapYqQyzfjpkthDDvsusM4Jy7ZeaHvszqTGukZvZFVb+OQuC9P5RDROqm9lIh2puIzAcDFEUxzfP8JZVRV6QacQjhvF2mkxI1ICcb1w7Sd6crwIqZ70Skl8LtIN57M7N7VV01v/0fASKtf49CgOkloscxFG1TlYiWIoLhO56TEsUJ3XYZp7has4iI5u2JTw3aKxHtVLUYEkN8d85Bi2aqOh2cAxh47zGRN128bjuo609E30TkdlSAxrCd0K5jBg60DiFclGUJ5P+cPjVFsz5XVQURO7kIL0gkyzL064eqghzj1DRehqK+mtlWVa+7LnvvIdGzEMI0pbi9+4CI6k1WhhCWtZNY90eAwBJi5pWIPA0iiBS9MbMibjHceTYzaD6U9SU6uWi8u8Q7bDdmBpvQ7ONyOiCAWDWy/WNmJZ79fr9pQo8JQMaPDoBmMplg+yEp0PpDXK0gyIZrSprZL0ANIZRDizw1G3HDodlYWB+BBgGggvgzONlGY4YsYYOfhAXKzM65A4/f4Sx5FeL3F7T/XTF21OpVAAAAAElFTkSuQmCC"); }

.popover {
  width: 200px; }

.pop-content {
  list-style: none;
  padding: 0;
  font-size: 12px; }
  .pop-content li {
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #333; }
  .pop-content .time-ago {
    font-style: italic;
    color: #bfbfbf; }

.pop-link {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #337ab7 !important;
  padding: 10px 0 0; }

.order-note {
  color: #34B471; }
  .order-note:hover, .order-note:focus, .order-note:active {
    color: #31a86a; }

.no-note {
  color: rgba(0, 0, 0, 0.35); }

.tl {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  font-family: 'Open Sans', sans-serif; }
  .tl .tl-left {
    position: relative;
    top: 20px;
    right: 20px;
    width: 50%;
    text-align: right;
    float: left;
    font-size: 18px; }
  .tl:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    left: 50%;
    margin-left: -1.5px; }

.tl > li {
  margin-bottom: 20px;
  position: relative; }

.tl > li:before,
.tl > li:after {
  content: " ";
  display: table; }

.tl > li:after {
  clear: both; }

.tl > li:before,
.tl > li:after {
  content: " ";
  display: table; }

.tl > li:after {
  clear: both; }

.tl > li > .tl-panel {
  width: 46%;
  float: right;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); }

.tl > li > .tl-panel:before {
  position: absolute;
  top: 16px;
  left: -15px;
  right: auto;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 0 solid #ccc;
  border-right: 15px solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.tl > li > .tl-panel:after {
  position: absolute;
  top: 17px;
  left: -14px;
  right: auto;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 0 solid #fff;
  border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.tl > li > .tl-badge {
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -10px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.tl-badge.primary {
  background-color: #d9534f !important; }

.tl-badge.success {
  background-color: #34B471 !important; }

.tl-badge.warning {
  background-color: #f0ad4e !important; }

.tl-badge.danger {
  background-color: #E42F45 !important; }

.tl-badge.info {
  background-color: #475aa8 !important; }

.tl-title {
  margin-top: 0;
  color: inherit; }

.tl-body .tl-date {
  color: #b3b2b2;
  font-size: 14px;
  margin: 0; }

.tl-body .tl-desc {
  margin-bottom: 20px; }

.spinner {
  margin: 10px 0;
  width: 90px;
  text-align: center; }

.spinner > div {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  background-color: #FF6575;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  background-color: #f0ad4e;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.spinner .bounce3 {
  background-color: #00ADB5; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.well {
  box-shadow: none;
  border: none;
  background-color: #fff; }

.empty-alert {
  font-size: 18px;
  text-align: center;
  padding: 50px 200px 80px; }
  @media (max-width: 767px) {
    .empty-alert {
      padding: 40px; } }

.lnr-warning {
  font-size: 42px;
  color: #F1E62C; }

.btn-act {
  opacity: 0;
  transition: .2s ease all;
  margin-right: 20px; }

.table tr:hover .btn-act, .row-order:hover .btn-act {
  opacity: 1;
  margin-right: 0; }

.ui-autocomplete-input {
  z-index: 1511; }

.ui-autocomplete {
  z-index: 1510 !important; }

.well-report {
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .well-report h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0; }
  .well-report p {
    font-weight: 700;
    font-size: 24px;
    color: #475aa8; }
  .well-report span {
    float: right;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    margin-top: 5px; }
  .well-report .plus:before, .well-report .minus:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: relative;
    display: inline-block;
    margin-bottom: 1px;
    margin-right: 5px; }
  .well-report .plus {
    border: 1px solid #34B471;
    color: #34B471; }
    .well-report .plus:before {
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #34B471 transparent; }
  .well-report .minus {
    border: 1px solid #E42F45;
    color: #E42F45; }
    .well-report .minus:before {
      border-width: 5px 5px 0 5px;
      border-color: #FF6575 transparent transparent transparent; }
  .well-report .profit-value {
    margin-bottom: 0; }
  .well-report .profit-percen {
    color: #34B471;
    font-size: 16px;
    font-weight: 400; }

#chart-profit, #chart-sold-item {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden; }

.has-error {
  color: #E42F45; }
  .has-error .help-block {
    color: #E42F45; }
  .has-error .form-control, .has-error .form-control:focus, .has-error .form-control:active {
    border-color: #E42F45;
    box-shadow: none; }

.cust-name {
  font-size: 18px;
  margin: 0;
  margin-top: -2px; }

.label-green-blank {
  border: 1px solid #34B471;
  color: #34B471;
  text-transform: uppercase;
  letter-spacing: 2px; }

.label-oren-blank {
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
  text-transform: uppercase;
  letter-spacing: 2px; }

.stock-amount {
  color: #34B471;
  font-weight: 700; }
  .stock-amount p {
    margin: 0;
    font-size: 18px; }

.product-price {
  font-weight: 700; }
  .product-price small {
    color: rgba(0, 0, 0, 0.3); }

ul.img-ig {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0; }
  ul.img-ig li.labeldiv {
    display: none;
    position: relative;
    min-height: 1px;
    float: left; }
    @media (min-width: 768px) {
      ul.img-ig li.labeldiv {
        width: 50%; } }
    @media (min-width: 992px) {
      ul.img-ig li.labeldiv {
        width: 33.3333333333%; } }
  ul.img-ig input[type="checkbox"][id^="cb"] {
    display: none; }
  ul.img-ig label {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px 0 10px 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 4px; }
  ul.img-ig label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition-duration: 0.4s;
    transform: scale(0); }
  ul.img-ig label img {
    display: block;
    max-width: 100%;
    height: auto;
    transition-duration: 0.2s;
    transform-origin: 50% 50%; }
  ul.img-ig :checked + label {
    border-color: rgba(0, 0, 0, 0.3);
    transition-duration: 0.2s; }
  ul.img-ig :checked + label:before {
    content: "✓";
    background-color: #34B471;
    transform: scale(1); }
  ul.img-ig :checked + label img {
    z-index: -1; }

.btn-load-more {
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 28px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  margin: 50px auto;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 12px;
  transition: .2s ease all; }
  .btn-load-more:hover, .btn-load-more:active, .btn-load-more:focus {
    text-decoration: none;
    color: #475aa8;
    border-color: #475aa8; }

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left; }

/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("../upload/images/Jcrop.gif");
  font-size: 0;
  position: absolute; }

.jcrop-vline {
  height: 100%;
  width: 1px !important; }

.jcrop-vline.right {
  right: 0; }

.jcrop-hline {
  height: 1px !important;
  width: 100%; }

.jcrop-hline.bottom {
  bottom: 0; }

/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none; }

/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px; }

.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0; }

.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px; }

.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%; }

.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%; }

.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0; }

.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0; }

.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0; }

.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px; }

/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%; }

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px; }

.jcrop-dragbar.ord-n {
  margin-top: -4px; }

.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px; }

.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0; }

.jcrop-dragbar.ord-w {
  margin-left: -4px; }

/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }

.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px; }

/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }

.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px; }

/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff; }

/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none; }

/*
    Author     : Tomaz Dragar
    Mail       : <tomaz@dragar.net>
    Homepage   : http://www.dragar.net
*/
#fileInput {
  width: 0;
  height: 0;
  overflow: hidden; }

#modal {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 200%;
  background-color: #5F5F5F;
  opacity: 0.50;
  display: none; }

#preview {
  z-index: 9999;
  display: none;
  border: 4px solid #A5A2A2;
  border-radius: 4px;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  left: 50%;
  top: 10%; }

#preview .buttons {
  width: 36px;
  position: absolute;
  bottom: 50%;
  right: -44px; }

#preview .buttons .ok {
  border: 4px solid #F5F5F5;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  line-height: 0px;
  font-size: 0px;
  background-image: url("../upload/images/Ok.png");
  background-repeat: no-repeat; }

#preview .buttons .ok:hover {
  background-image: url("../upload/images/OkGreen.png"); }

#preview .buttons .cancel {
  margin-bottom: 4px;
  border: 4px solid #F5F5F5;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  line-height: 0px;
  font-size: 0px;
  background-image: url("../upload/images/Cancel.png");
  background-repeat: no-repeat; }

#preview .buttons .cancel:hover {
  background-image: url("../upload/images/CancelRed.png"); }

.clear {
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  width: 0px;
  height: 0px;
  clear: both; }

.simple-cropper-images {
  width: 820px;
  margin: 0 auto 20px; }

.cropme {
  width: 300px;
  height: 300px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("../upload/images/UploadLight.png");
  background-position: center center;
  background-size: 60px;
  background-repeat: no-repeat;
  cursor: pointer; }
  .cropme.cropme-sm {
    width: 150px;
    height: 150px;
    background-size: 40px; }

.cropme:hover {
  background-image: url("../upload/images/UploadDark.png"); }

.text {
  font-family: arial;
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 20px; }

.code {
  font-family: arial;
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  padding: 10px; }
.overflow-hidden {
  overflow: hidden;
}
.bg-transparent {
    background-color: transparent;
}
.border-0 {
    border-width: 0;
}
.m-0 {
    margin: 0;
}
.pb-3 {
    padding-bottom: 1rem;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: .5rem !important;
}
.p-2 {
    padding: 1rem !important;
}
.d-flex {
    display: flex;
}
.w-100 {
    width: 100%;
}
.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}
