@charset "UTF-8";
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype");
}
#content-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  bottom: 0;
  overflow: scroll;
}

#notification-container {
  width: 350px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 10;
}
#notification-container .toast-alert {
  position: relative;
  background: #ffffff;
  margin-top: 10px;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.29);
}
#notification-container .toast-alert .alert-title {
  margin-bottom: 5px;
}
#notification-container .toast-alert .close-button {
  background: url("../img/assets/close.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#header-wrapper {
  position: fixed;
  height: 45px;
  background: #434944;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
}
#header-wrapper .pending-container {
  margin-right: 200px;
  float: right;
}
#header-wrapper .pending-container .pending-money {
  color: #ffffff;
  margin-top: 6px;
  font-size: 14px;
  margin-right: 20px;
}
#header-wrapper .icon-menu {
  background: url("../img/assets/menu/menu.png") no-repeat center;
  background-size: 24px;
  border-right: 1px solid #ffffff4d;
  cursor: pointer;
  width: 45px;
  height: 45px;
}
#header-wrapper .icon-menu.open {
  background: url("../img/assets/menu/close_menu.png") no-repeat center;
  background-size: 24px;
}
#header-wrapper .icon-menu .menu-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 45px;
  background: rgba(67, 73, 68, 0.8);
  display: none;
}
#header-wrapper .icon-menu .menu-overlay.open {
  display: block;
}
#header-wrapper .icon-menu .menu {
  width: 250px;
  height: -webkit-calc(100% - 45px) !important;
  height: -moz-calc(100% - 45px) !important;
  height: -ms-calc(100% - 45px) !important;
  height: -o-calc(100% - 45px) !important;
  height: calc(100% - 45px) !important;
  background: #323733;
  position: fixed;
  top: 45px;
  display: none;
  padding-top: 10px;
}
#header-wrapper .icon-menu .menu .items {
  height: -webkit-calc(100% - 90px) !important;
  height: -moz-calc(100% - 90px) !important;
  height: -ms-calc(100% - 90px) !important;
  height: -o-calc(100% - 90px) !important;
  height: calc(100% - 90px) !important;
  overflow: auto;
}
#header-wrapper .icon-menu .menu.open {
  display: block;
}
#header-wrapper .icon-menu .menu .logo {
  width: 100%;
  height: 80px;
  border-top: 1px solid #898989;
  position: absolute;
  bottom: 0px;
  background: url("../img/logo-dragons.png") no-repeat center;
  background-size: 70%;
}
#header-wrapper .icon-menu .menu .menu-opt {
  display: block;
  color: #ffffff;
  width: 100%;
  height: 60px;
  padding: 15px 0 15px 70px;
  position: relative;
}
#header-wrapper .icon-menu .menu .menu-opt.active {
  background-color: #434944;
  color: #e36e00;
  border-right: 4px solid #e36e00;
}
#header-wrapper .icon-menu .menu .menu-opt.index {
  background-image: url("../img/assets/menu/dashboard.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  background-position-x: 15px;
}
#header-wrapper .icon-menu .menu .menu-opt.info {
  background-image: url("../img/assets/menu/info.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  background-position-x: 15px;
}
#header-wrapper .icon-menu .menu .menu-opt.cart {
  background-image: url("../img/assets/menu/pedidos.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  background-position-x: 15px;
}
#header-wrapper .icon-menu .menu .menu-opt.users {
  background-image: url("../img/assets/menu/users.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  background-position-x: 15px;
}
#header-wrapper .icon-menu .menu .menu-opt.inventory {
  background-image: url("../img/assets/menu/inventario.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  background-position-x: 15px;
}
#header-wrapper .icon-menu .menu .menu-opt.products:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.inventory_share:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.terms:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.prices:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.invoices:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.quotation:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.report:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.comission:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.app:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.cashier:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.sales:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.store-inventory:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.store-inv-list:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: white;
}
#header-wrapper .icon-menu .menu .menu-opt.providers {
  background-image: url("../img/assets/menu/proveedores.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  background-position-x: 15px;
}
#header-wrapper .icon-menu .menu .menu-opt.transactions {
  background-image: url("../img/assets/menu/pedidos.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  background-position-x: 15px;
}
#header-wrapper .header-logo {
  height: 100%;
  width: 120px;
  margin-left: 32px;
  background: url("../img/logo-dragons.png") no-repeat center;
  background-size: 110px;
}
#header-wrapper .header-headquarter {
  color: #ffffff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#header-wrapper .item-icon {
  width: 45px;
  height: 45px;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
}
#header-wrapper .item-icon:last-child {
  border-left: 0;
}
#header-wrapper .item-icon.icon-notifications {
  background: url("../img/assets/notifications.png") no-repeat center;
  background-size: 19px;
  position: relative;
}
#header-wrapper .item-icon.icon-messages {
  background: url("../img/icons/icon-messages.png") no-repeat center;
  background-size: 20px;
}
#header-wrapper #notifications {
  height: 265px;
  width: 350px;
  position: absolute;
  background: #ffffff;
  top: calc(100% + 12px);
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-box-shadow: 2px 2px 6px 0 rgba(114, 114, 114, 0.5);
  -moz-box-shadow: 2px 2px 6px 0 rgba(114, 114, 114, 0.5);
  box-shadow: 2px 2px 6px 0 rgba(114, 114, 114, 0.5);
  display: none;
  overflow-y: auto;
  font-style: italic;
}
#header-wrapper #notifications.open {
  display: block;
}
#header-wrapper #notifications.empty {
  background: url("../img/icons/no_notifications.png") no-repeat center #ffffff;
}
#header-wrapper #notifications .single-notification {
  padding: 10px 28px 10px 18px;
  cursor: pointer;
  font-size: 14px;
  color: gray;
  position: relative;
}
#header-wrapper #notifications .single-notification.not-viewed {
  background: #fff7ef;
}
#header-wrapper #notifications .single-notification:hover {
  background: #fff7ef;
  color: #434944;
}
#header-wrapper #notifications .single-notification:hover .delete-notification {
  visibility: visible;
}
#header-wrapper #notifications .single-notification b {
  font-style: normal;
}
#header-wrapper #notifications .single-notification .notification-content {
  display: inline-block;
  width: 78%;
}
#header-wrapper #notifications .single-notification .notification-content p {
  margin: 0;
}
#header-wrapper #notifications .single-notification .timeago {
  position: absolute;
  font-size: 12px;
  font-style: normal;
  right: 60px;
  top: 50%;
  transform: translatey(-50%);
  color: #e36e00;
}
#header-wrapper #notifications .single-notification .delete-notification {
  display: inline-block;
  visibility: hidden;
  width: 19px;
  height: 19px;
  background: url(../img/assets/close.png) no-repeat center;
  background-size: 19px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
#header-wrapper .notification-counter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  float: right;
  right: 5px;
  top: 2px;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 10px;
  padding: 1px;
}
#header-wrapper .user-info {
  padding: 7px 20px;
  position: relative;
  cursor: pointer;
}
#header-wrapper .user-info .label {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -khtml-border-radius: 100px;
  border-radius: 100px;
  font-size: 13px;
  text-align: left;
  color: #ffffff;
  line-height: 18px;
  padding-left: 16px;
  padding-right: 13px;
  height: 18px;
  margin-top: 6px;
  margin-right: 12px;
}
#header-wrapper .user-info .img-profile {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #d6d3d3;
  background-position: center;
  background-size: cover;
}
#header-wrapper .user-info:hover, #header-wrapper .user-info._active {
  background-color: #333834;
}
#header-wrapper .sub-menu {
  position: absolute;
  top: 55px;
  right: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  background: #ffffff;
}
#header-wrapper .sub-menu.visible {
  display: block;
}
#header-wrapper .sub-menu .item {
  padding: 10px;
  width: 240px;
}
#header-wrapper .sub-menu .item .logout {
  display: inline-block;
  background: url("../img/assets/logout.png") no-repeat;
  width: 100%;
  height: 20px;
  background-size: 15px;
  padding-left: 30px;
  margin-left: 15px;
  vertical-align: middle;
  line-height: 15px;
}
#header-wrapper .sub-menu .item .logout:hover {
  background: url("../img/assets/logout-hover.png") no-repeat;
  background-size: 15px;
}
#header-wrapper .sub-menu .item:hover {
  background-color: #fff7ef;
}
#header-wrapper nav.menu {
  -webkit-box-shadow: 0 2px 4px 0 rgba(197, 197, 197, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(197, 197, 197, 0.5);
  box-shadow: 0 2px 4px 0 rgba(197, 197, 197, 0.5);
  display: inline-block;
  width: 290px;
  max-height: 100%;
  padding: 40px 25px 60px;
  overflow-y: auto;
  position: fixed;
  left: -290px;
  top: 45px;
}
#header-wrapper nav.menu.active {
  left: 0;
}
#header-wrapper nav.menu ul {
  padding: 0;
  list-style: none;
}
#header-wrapper nav.menu ul li:not(:last-child) {
  margin-bottom: 18px;
}
#header-wrapper nav.menu ul li a {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: none;
}
#header-wrapper nav.menu ul li a > div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  margin-right: 18px;
  max-width: 87px;
  padding: 13px;
}
#header-wrapper nav.menu ul li a > div img {
  max-width: 100%;
}
.orange {
  color: #e36e00;
}

/*# sourceMappingURL=base.css.map */
