@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: pospro;
    src: url(../ace/fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: posproBold;
    src: url(../ace/fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: posproMedium;
    src: url(../ace/fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: posproThin;
    src: url(../ace/fonts/Roboto-Thin.ttf);
}
@font-face {
    font-family: posproRegular;
    src: url(../ace/fonts/Roboto-Regular.ttf);
}

:root {
  --app-font-family: Arial, Helvetica, sans-serif;
  --app-font-family-medium: Arial, Helvetica, sans-serif;
  --app-font-family-bold: Arial, Helvetica, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
table,
.btn,
.form-control,
.dropdown-menu,
.navbar,
.sidebar,
.modal,
.popover,
.tooltip,
.select2-container,
.gritter-item {
  font-family: var(--app-font-family) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
strong, b, th, label,
.btn,
.nav-list > li > a {
  font-family: var(--app-font-family-medium) !important;
}


/* Customize the code below
============================================= */
.order_barcodes {
  /* uncomment line below to hide the barcodes */
  /* display: none; */
}
.box .box-content .row {
    margin: 0px!important;
}
.table tr th, .table tr td{
	font-size:12px!important;
}
