@import "helpers/bootstrap.min.css";
@import "helpers/jquery-ui.css";
@import "helpers/font-awesome.min.css";
@import "helpers/datatables.css";
@import "helpers/icheck/square/blue.css";
@import "helpers/redactor.css";
@import "helpers/bootstrap-fileupload.css";
@import "helpers/ekko-lightbox.css";
@import "helpers/perfect-scrollbar.css";
@import "helpers/select2.css";
@import "helpers/bootstrap-datatimepicker.css";
@import "helpers/print.css";

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }*/

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(../fonts/mZSs29ggGoaqrCNB3kDfZQ.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../fonts/trnbTfqisuuhRVI3i45C5w.woff) format('woff');
}

body { 
  
  font-family: inherit !important;

   }

   h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
  
  font-family: fantasy !important;

   }

.no-border { border-width: 0 !important; }
.border-bottom { border-bottom: 1px solid #ddd !important; }


/* Customize the code below
============================================= */
.order_barcodes {
  /* uncomment line below to hide the barcodes */
  /* display: none; */
}

/* Shared DataTable checkbox sizing */
.table.dataTable th.select-all-cell,
.table.dataTable th.checkout-select-cell,
.table.dataTable th.checkout-receipt-select-cell,
.table.dataTable th.recurring-select-all-cell,
.table.dataTable th.generated-select-all-cell,
.table.dataTable td.select-all-cell,
.table.dataTable td.checkout-select-cell,
.table.dataTable td.checkout-receipt-select-cell,
.table.dataTable td.recurring-select-all-cell,
.table.dataTable td.generated-select-all-cell {
  min-width: 54px;
  text-align: center;
  touch-action: manipulation;
}

.table.dataTable .touch-checkbox,
.table.dataTable .checkout-touch-checkbox,
.table.dataTable .checkout-receipt-touch-checkbox {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: -6px 0;
  min-height: 46px;
  min-width: 46px;
  touch-action: manipulation;
}

.table.dataTable input[type="checkbox"].skip,
.table.dataTable input[type="checkbox"].checkth,
.table.dataTable input[type="checkbox"].checkft,
.table.dataTable input[type="checkbox"].multi-select,
.table.dataTable input[type="checkbox"].recurring-check,
.table.dataTable input[type="checkbox"].recurring-sale-check,
.table.dataTable input[type="checkbox"].checkout-sale,
.table.dataTable input[type="checkbox"].checkout-receipt-select {
  cursor: pointer;
  height: 28px;
  margin: 0;
  min-height: 28px;
  min-width: 28px;
  touch-action: manipulation;
  width: 28px;
}
