@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: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: local('Cairo'), url(../fonts/cairo.ttf) format('woff');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../fonts/trnbTfqisuuhRVI3i45C5w.woff) format('woff');
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Cairo', sans-serif; }

.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; */
}
.none
{
display: none !important;
}
.quick-button
{
    height: 125px;
}
#chart,#ov-chart
{
direction: ltr;
}
#sidebar-left.minified .sidebar-nav > ul > li:hover > ul,#sidebar-left.minified .sidebar-nav > ul > li:hover > a .text
{
width: 260px !important;
}
.popover.left
{
    left: 0  !important;
}
.form-inline label
{
    padding: 10px !important;
    display: block !important;
}
.quick-button.small
{
        height: 65px;
    padding: 11px !important;
}
#header > div > div.header-nav > ul:nth-child(2) > li.dropdown.hidden-sm.open > ul > li > a
{
    width: 200px;
    text-align: right;
    padding-right: 5px;
    padding-left: 7px;
}
#header > div > div.header-nav > ul:nth-child(2) > li.dropdown.hidden-sm.open > ul > li > a > span:nth-child(2)
{
padding-right: 0 !important;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu
{
width: 246px;
    right: auto;
}
#receiptData
{
        direction: rtl;
}
#receiptData .table.table-condensed
{
        direction: rtl;
}
#receiptData .table.table-condensed th
{
  direction: rtl;    
 text-align: right;   
}
@media print {
.header, .hide { visibility: hidden }
}
    @media print {
  @page { margin: 0; }
  body { margin: 1.6cm; }
}
@page { margin: 0; }
#myModal > div > div > div > div:nth-child(5) .col-xs-6
{
    float:left;
}