@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);
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: posproRegular, sans-serif;
}


/* 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;
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}