/*@import url(//fonts.googleapis.com/css?family=Inconsolata:700);*/

/*.title {
    font-family: 'Inconsolata', monospace;
    font-weight: bold;
}

header {
    padding: 8em 0;
}

header, footer {
    color: white;
    background: #D32F2F;
    background-image: url("background.png");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.51);
}

h1.title {
    font-size: 4em;
    font-weight: bold;
}

header p {
    font-size: 1.4em;
}

footer {
    padding: 50px 0;
    text-align: center;
    font-size: 1.1em;
    margin-top: 3em;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}*/

line {
    stroke-width: 2px;
}

tfoot {
    color: #ffffff;
}

.graph {
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 525px;
}

/* popup */
.popup {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.58);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.popup > form {
    background: white;
    margin: 45px auto;
    width: 580px;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 0 53px rgba(0, 0, 0, 0.15);
}

.popups > form {
    background: white;
    margin: 45px auto;
    width: 580px;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 0 53px rgba(0, 0, 0, 0.15);
}

legend {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-size: 2em;
}

.invoicePopUp {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.58);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.invoicePopUp > form {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 53px rgba(0, 0, 0, 0.15);
    margin: 45px auto;
    padding: 30px;
    width: 580px;
}

.pay-hover-active {
    background-color: #0d406b;
}

.active_menu {
    background-color: #2285d6;
}

#productDiv {
    float: left;
}
#itemSelected, #exchangeItemSelected {
    width: 100px;
    float: left;
}
#sizeDiv, #exchangeSizeDiv {
    float: left;
}
#itemSpan, #exchangeItemSpan {
    float: left;
    margin: 0 5px;
}
#sizeSpan, #exchangeSizeSpan {
    float: left;
}
#qty, #exchangeQty {
    width: 50px;
    float: left;
}
#qtyDiv, #exchangeQtyDiv {
    float: left;
    margin: 0 5px;
}
#sizesTable, #exchangeSizesTable{
    display: block;
    float: left;
    margin: -15px 5px;
}
#sizesTable tr th, #exchangeSizesTable tr th{
    background-color: #ebebe0;
    color: black;
    border: 1px solid black;

}
#sizesTable tr td, #exchangeSizesTable tr td{
    border: 1px solid black;
    width: 20%;
    text-align: center;
     padding: 5px 5px 5px 5px;
}

.mReturnQtyStyle {
    text-align: center;
    width: 30%;
}

#frmSalesReport {
    margin: 20px 0 10px;
    text-align: center;
    width: 100%;
}

#reportWrapper {
    font-family: "Courier New", Courier, monospace !important;
    width: 7cm;
    margin: 20px auto;
    text-align: center;
}

#reportWrapper2 {
    font-family: "Courier New",Courier,monospace !important;
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

#tblEodReport, #tblInvoiceDetail, #tblInvoicesReport, #expensesTable {
    margin: 5px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

#tblEodReport th, #tblInvoiceDetail th, #tblInvoicesReport th, #expensesTable th {
    border: 1px solid #083051;
    background-color: #083051;
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
    padding: 3px;
}

#tblEodReport td, #tblInvoiceDetail td, #tblInvoicesReport td, #expensesTable td {
    border: 1px solid #cccccc;
    font-size: 1.2em;
    padding: 3px;
}

.noBorder {
    border: medium none !important;
}

.icons a {
    display: block;
    text-align: center;
}

#printArea {
    display: none;
}

.inventoryPopup {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.58);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.inventoryPopup > table {
    background: white;
    margin: 45px auto;
    width: 580px;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 0 53px rgba(0, 0, 0, 0.15);
}

#inventoryDetails {
    height: 500px;
    overflow-x: hidden;
}

.productImg{
    width: 100px;
    height: 100px;
}
#event_type button, input, select, textarea {
    color:#000;
}