* {
  padding: 0;
  margin: 0; }

body, html {
  height: 100%; }

body {
  font-family: sans-serif;
  margin: 0;
  background-image: linear-gradient(to top, #e3e0e0, #e3e0e0, #e3e0e0, #e3e0e0, #e3e0e0, #e3e0e0, #e3e0e0, #e3e0e0, #e3e0e0, #e3e0e0, #e3e0e0, #e3e0e0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1; }

.textAreaDisplay {
  resize: none;
  border: none;
  width: 600px;
  height: auto 0; }

.boldText {
  font-weight: bold; }

.loginImg {
  text-align: center;
  margin-top: 30px;
  max-width: 90%;
  border-radius: 5px; }

.productHeight {
  height: 70px; }

.loginInput {
  width: 100%;
  border-radius: 10px;
  box-shadow: 12px 12px 22px #a1a1a1;
  background: #FFF;
  padding: 10px;
  margin: 0; }

span a {
  text-decoration: none;
  font-weight: bold; }

a {
  cursor: pointer; }

.list-group-item a {
  text-decoration: none;
  color: #3b3a39; }
.list-group-item a:hover {
  color: #FB5252; }

.icon-color {
  color: #FB5252;
  font-size: 20px; }

.search-box, .close-icon, .search-wrapper {
  position: relative;
  padding: 5px; }

.search-wrapper {
  width: 100%;
  margin: auto; }

.search-box {
  position: relative;
  width: 80%;
  border: 1px solid #ccc;
  padding: 5px;
  outline: 0;
  border-radius: 2px; }

.search-box:focus {
  box-shadow: 1px #FB5252;
  border: 1px solid #FB5252; }

.searchEquip {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  outline: 0;
  border-radius: 2px; }

.searchEquip:focus {
  box-shadow: 1px #FB5252;
  border: 1px solid #FB5252; }

.close-icon {
  color: #a1a1a1;
  position: absolute;
  top: -12px;
  right: 50px;
  font-size: 42px;
  transform: rotate(45deg);
  cursor: pointer;
  display: none; }

.close-icon:hover {
  color: #FB5252; }

.buttonWH {
  width: 100%;
  position: relative; }
  .buttonWH .box-buttton {
    display: flex;
    border-bottom: 1px solid #a1a1a1; }
    .buttonWH .box-buttton a {
      text-decoration: none;
      margin: 10px; }
    .buttonWH .box-buttton a:hover {
      text-decoration: none;
      color: #FB5252; }
    .buttonWH .box-buttton span, .buttonWH .box-buttton p {
      display: inline-block; }
    .buttonWH .box-buttton span {
      border: 1px solid #FB5252;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      text-align: center;
      justify-content: center;
      padding: 5px;
      font-size: 15px; }
    .buttonWH .box-buttton span.active {
      color: #FB5252; }
    .buttonWH .box-buttton p {
      font-size: 15px;
      font-weight: bold;
      font-variant-caps: all-small-caps;
      padding: 5px; }

.helpContainer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer; }

.helpIconHolder {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); }
  .helpIconHolder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px; }

.item1 {
  background: #2ab04e;
  color: #FFF; }

.item2 {
  background: #f0e554; }

.item3 {
  background: #005DFF;
  color: #FFF; }

.centerBorder {
  border-right: 2px solid #FB5252; }

.helpIconHolder:hover {
  opacity: 0.8; }

.fab {
  width: 60px;
  height: 60px;
  background: #FB5252;
  color: #FFF; }

.helpOption {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 70px;
  right: 0;
  opacity: 0; }

.fab:hover + .helpOption, .helpOption:hover {
  opacity: 1; }

.helpOption li {
  display: flex;
  justify-content: flex-end;
  padding: 5px; }

.fabLabel {
  padding: 2px 5px;
  align-self: center;
  user-select: none;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 14px;
  background: #a1a1a1;
  color: #FFF;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  margin-left: 10px; }

.selectBox {
  background: transparent;
  padding: 5px;
  width: 100px;
  border: 1px solid #FB5252;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none; }

.CenterPage {
  width: 80%;
  margin: 0 auto; }

#main {
  margin-top: 50px;
  padding: 15px; }

.text-red {
  color: #FB5252; }

.text-green {
  color: #079e0c; }

.text-blue {
  color: #005DFF; }

.text-white {
  color: #FFF;
  font-size: 12px; }

.un-successfull-msg {
  background-color: #FB5252;
  padding: 20px;
  color: #FFF; }

.bg-green {
  background-color: #079e0c; }

.bg-blue {
  background-color: #7ACBEE; }

.bg-yellow {
  background-color: #FDD761; }

.bg-red {
  background-color: #FB5252; }

.padding {
  padding: 10px; }

.margin-bottom {
  margin-bottom: 1%; }

#loading {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

.text-12 {
  font-size: 12px; }

.warehouse {
  position: fixed;
  width: 100%; }

header#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #f62750;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 65px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  header#header .open-slide {
    font-size: 24px;
    color: #FFF;
    width: 50px;
    padding: 15px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto; }
  header#header .open-slide a {
    text-decoration: none; }
  header#header .open-slide i:hover {
    color: #EDEAE9; }
  header#header .logo {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto; }
  header#header i {
    color: #FFF; }
  header#header span {
    color: #FFF; }
  header#header li {
    list-style: none;
    float: left;
    width: 150px;
    vertical-align: middle; }
  header#header li a {
    display: block;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    text-decoration: none; }
  header#header li a span:hover {
    color: #EDEAE9;
    border-bottom: 2px solid #fff; }
  header#header .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%; }

#registion h1 {
  padding: 15px; }

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s; }
  .side-nav .icon {
    padding-right: 10px;
    margin-right: 15px; }
  .side-nav ul {
    list-style: none;
    margin: 0;
    padding: 5px 5px; }
  .side-nav ul li {
    list-style: none;
    text-decoration: none;
    vertical-align: middle; }
  .side-nav ul li a {
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-size: 15px;
    color: #ccc;
    display: block;
    transition: 0.3s; }
  .side-nav ul li a:hover {
    color: #FFF;
    background-color: rgba(68, 68, 68, 0.2);
    text-decoration: none; }
  .side-nav .active {
    background-color: rgba(25, 25, 25, 0.79); }
  .side-nav .btn.close {
    font-size: 15px; }

ul.submenu {
  position: relative; }

ul.submenu li a:hover {
  background-color: rgba(68, 68, 68, 0.2); }

ul.submenu li a {
  padding-left: 45px; }

ul.submenu li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 0;
  bottom: 0;
  border: 1px dotted #d7d7d7;
  border-width: 0 0 0 1px; }

ul.submenu li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  left: 25px;
  top: 18px;
  border-top: 1px dotted #d7d7d7; }

.specialMenu {
  width: 300px;
  padding: 5px 0; }
  .specialMenu a {
    padding: 6px;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #a1a1a1;
    display: block; }
  .specialMenu a:hover {
    color: #FB5252; }

main section#login {
  width: 420px;
  height: 380px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  border: 1px solid;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }
  main section#login legend {
    color: #fff; }
  main section#login p {
    color: #fff;
    font-size: 10px; }
  main section#login img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -90px;
    left: calc(50% - 50px); }

.center-page {
  width: 100%;
  height: auto;
  padding: 30px;
  background: transparent;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  align-content: center; }

.pending-panel-box {
  padding: 10px;
  color: #FFF; }
  .pending-panel-box .pending-panel-box:hover {
    background-color: #F63030; }

.icon {
  padding-right: 10px;
  margin-right: 15px; }

a {
  color: #777;
  text-decoration: none; }

.padding-top {
  padding-top: 20px; }

.login-page {
  width: 350px;
  margin: 7% auto;
  padding: 0 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2; }

.login-page .text-center {
  margin-bottom: 10px; }

.box {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2; }

.panel-default > .panel-heading {
  background-color: #f5f5f5;
  border-bottom: 2px solid #3498DB;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 15px; }

.panel-box {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none; }

.panel-value {
  width: 60%; }

.panel-icon {
  padding: 30px;
  width: 40%;
  border-radius: 0; }

.panel-icon {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.panel-value {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.panel-value h2 {
  margin-top: 30px; }

.panel-icon i {
  line-height: 65px;
  font-size: 40px;
  color: #fff; }

.header-date {
  color: #9b9b9b;
  margin-left: 20px; }

.info-menu {
  height: 60px;
  margin: 0;
  line-height: 60px;
  padding: 0 15px; }

.info-menu li.profile {
  position: relative; }

.profile a.toggle {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #96969e;
  position: relative;
  padding: 10px 10px 10px 0;
  margin: 0;
  background: #f9f9f9;
  border-radius: 30px; }

.info-menu li.profile a img {
  width: 30px;
  height: 30px; }

.datepicker {
  text-align: center; }

.sale_report_header {
  padding: 15px 0; }

table td h6 {
  margin: 0 0 0.2em 0; }

table tfoot tr td:first-child {
  border: 0; }

table tfoot tr td:last-child {
  border-top: 1px solid #ccc; }

table td h6, table tfoot tr td:last-child {
  color: #000;
  _font-size: 1.2em;
  font-weight: normal; }

.form-control {
  color: #646464;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out; }

.form-control:focus {
  background: #f8f8f8;
  border-color: #3498DB;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn {
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.btn-primary {
  color: #FFF;
  background-color: #51aded;
  border-color: #3d8fd8; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
  color: #FFF;
  background-color: #3175b8;
  border-color: #3d8fd8; }

.btn-success {
  background-color: #2ecc71; }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
  background-color: #27ae60; }

.btn-warning {
  background-color: #e7c13e;
  border-color: #dfba3c; }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active {
  background-color: #d0ac2c;
  border-color: #dfba3c; }

.btn-danger {
  background-color: #ed5153; }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active {
  background-color: #bb282a; }

.input-group-addon {
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0; }

input[type=file] {
  text-indent: -99999px; }

td img.img-thumbnail {
  width: 125px;
  height: 125px;
  vertical-align: top; }

.img-avatar {
  width: 50px;
  height: 50px; }

.jumbotron {
  margin-bottom: 0; }

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0; }

.profile .jumbotron {
  border-radius: 3px 3px 0 0; }

.profile .jumbotron h3 {
  color: white; }

img.img-size-2 {
  width: 100px;
  height: 100px;
  text-align: center; }

img.newImage {
  width: 200px;
  height: 200px; }

img.img-size-3 {
  width: 300px;
  height: 300px;
  margin: 0 auto; }

img.table-image {
  width: 50px;
  height: 50px; }

img.img-product {
  width: 50px;
  height: 50px; }

img.imgTrans {
  width: 120%;
  height: 120% x; }

img.img-add-product {
  width: 120px;
  height: 120px; }

img.imgspecialProduct {
  width: 300px;
  height: 300px; }

.SearchInput {
  width: 100%;
  border: 1px solid #000;
  display: block; }

.bg-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: visibility 0s, opacity 0.5s; }

.modalContent {
  background: #FFF;
  border-radius: 4px;
  padding: 10px;
  position: relative; }

.closeTrans {
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 42px;
  transform: rotate(45deg);
  cursor: pointer; }

.editModal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: visibility 0s, opacity 0.5s; }

.editModalContent {
  background: #FFF;
  border-radius: 4px;
  padding: 10px;
  position: relative; }

.editTransModal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: visibility 0s, opacity 0.5s; }

.editTransContent {
  background: #FFF;
  border-radius: 4px;
  position: relative; }

.acceptOrderItem {
  background: #FFF;
  border-radius: 4px;
  height: 600px;
  position: relative;
  overflow: auto;
  overflow-x: hidden; }

.acceptOrderItem::-webkit-scrollbar {
  display: none; }

.acceptOrderItem {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.addOrderItem {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: visibility 0s, opacity 0.5s; }

.newSOmodal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: visibility 0s, opacity 0.5s; }

.newSOcontent {
  background: #FFF;
  border-radius: 4px;
  margin-top: 40px;
  position: relative; }

.editSOmodal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: visibility 0s, opacity 0.5s; }

.editSOcontent {
  background: #FFF;
  border-radius: 4px;
  margin-top: 40px;
  position: relative; }

.editPendingModal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: visibility 0s, opacity 0.5s; }

.editPendingContent {
  background: #FFF;
  border-radius: 4px;
  margin-top: 40px;
  position: relative; }

.printContent {
  background: #FFF;
  margin: auto;
  width: 100%;
  padding: 10px; }

.transDetails {
  margin-top: 10px;
  border: 1px solid; }

.detailsWH {
  width: 50%;
  padding: 5px; }
  .detailsWH label {
    width: 30%;
    margin-right: 30px; }
  .detailsWH span {
    text-transform: capitalize; }

.newIMage {
  border-bottom: 2px solid #7ACBEE; }

.newSOdetails {
  border-bottom: 2px solid #7ACBEE;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px; }

.detailsNewSO label {
  width: 30%;
  margin-right: 30px; }
.detailsNewSO span {
  text-transform: capitalize; }

.dateilsDate {
  width: 50%;
  float: right;
  padding: 5px;
  margin-top: -85px; }
  .dateilsDate label {
    width: 30%;
    margin-right: 30px; }

.printFooter label {
  width: 15%; }

.SOdetails label {
  width: 20%;
  padding: 5px; }
.SOdetails span {
  color: #5a5c5c;
  text-transform: capitalize; }

.availableItem {
  width: 100%;
  padding: 5px;
  color: #FFF;
  background-color: #0760c5; }

.pendingItem {
  width: 100%;
  padding: 5px;
  color: #FFF;
  background-color: #FB5252; }

.prMenu {
  border-top: none;
  border-left: none;
  border-bottom: none; }
  .prMenu ul {
    list-style: none;
    margin: 0;
    padding: 2px 2px; }
  .prMenu ul li {
    list-style: none;
    text-decoration: none;
    vertical-align: middle; }
  .prMenu ul li a {
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-size: 17px;
    color: #a1a1a1;
    display: block;
    transition: 0.3s; }
  .prMenu ul li a:hover {
    color: #FB5252;
    text-decoration: none; }

@media (max-width: 1048px) {
  .productHeight {
    height: 70px; }

  header#header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0; }
    header#header .logo {
      height: 45px;
      line-height: 45px;
      vertical-align: middle;
      margin-left: auto;
      margin-right: auto; }

  .loginImg {
    max-width: 100%; }

  img.img-size-2 {
    width: 100px;
    height: 100px; }

  img.newImage {
    width: 100px;
    height: 100px; }

  img.newImage {
    width: 100px;
    height: 100px; }

  img.img-size-3 {
    width: 220px;
    height: 220px;
    margin: 0 auto; }

  img.selectedImg {
    width: 120px;
    height: 120px; }

  .text-white {
    font-size: 12px; }

  .modalContent {
    width: 400px;
    height: 300px; }

  .buttonWH {
    position: relative; }
    .buttonWH .box-buttton {
      display: flex; }
      .buttonWH .box-buttton button {
        padding: 10px 16px;
        margin-right: 1px;
        font-size: 12px; } }
@media (max-width: 909px) {
  .productHeight {
    height: 70px; }

  header#header .logo {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto; }
  header#header li {
    list-style: none;
    width: 150px;
    display: block;
    vertical-align: middle; }
  header#header li a {
    display: block; }
  header#header .avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%; }

  .loginImg {
    max-width: 100%; }

  img.img-size-2 {
    width: 200px;
    height: 200px; }

  img.newImage {
    width: 100px;
    height: 100px; }

  img.img-size-3 {
    width: 300px;
    height: 300px;
    margin: 0 auto; }

  .text-white {
    font-size: 12px; }

  .modalContent {
    width: 400px;
    height: 300px; }

  .buttonWH {
    position: relative; }
    .buttonWH .box-buttton {
      display: flex; }
      .buttonWH .box-buttton button {
        padding: 5px 12px;
        margin-right: 1px;
        font-size: 12px; } }
@media (max-width: 606px) {
  .productHeight {
    height: 70px; }

  header#header li {
    list-style: none;
    width: 50px;
    display: block;
    vertical-align: middle; }
  header#header li a {
    display: block; }
  header#header li a span {
    display: none; }
  header#header .avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%; }

  img.img-size-2 {
    width: 100px;
    height: 100px; }

  img.newImage {
    width: 100px;
    height: 100px; }

  img.img-size-3 {
    width: 150px;
    height: 150px;
    margin: 0 auto; }

  .text-white {
    font-size: 12px; }

  .modalContent {
    width: 300px;
    height: 300px; }

  .buttonWH {
    position: relative; }
    .buttonWH .box-buttton {
      display: flex; }
      .buttonWH .box-buttton button {
        padding: 1px 2px;
        margin-right: 8px;
        font-size: 15px; }
      .buttonWH .box-buttton p {
        display: none; }
      .buttonWH .box-buttton span.active {
        color: #FB5252; }

  .center-page {
    top: 50%;
    left: 50%;
    position: absolute;
    align-content: center; }

  img.imgspecialProduct {
    width: 300px;
    height: 300px; } }
@media (max-width: 606px) {
  .productHeight {
    height: 100px; } }

/*# sourceMappingURL=main.css.map */
