#filter td, .filter {
    height: 35px;
}

a {
    color: #300049;
}

p {
    font-size: 12px;
    line-height: 16px;
}

#adminbanner {}

#listTableHeader {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #27408B !important;
    font-weight: bold;
    background-position: center;
}

#listTableHeader td {
    padding: 5px;
}

.listTableHeader {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #27408B !important;
    font-weight: bold;
    background-position: center;
}

.listTableHeader td {
    padding: 5px;
}

#infoTableHeader {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #27408B !important;
    font-weight: bold;
    background-position: center;
}

#entryTableHeader {
    font-family: Tahoma;
    font-size: 18px;
    color: #000;
    background-color: #ddd;
    font-weight: bold;
}

.entryTable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #DDDDDD;
    /*margin-bottom:60px;*/
}

.summaryTable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #DDDDDD;
}

.entryTable input[type="button"] {
    padding: 8px 5px !important;
    margin-right: 6px;
    height: auto;
}

.entryTable .label {
    background-color: #EFEFEF;
}

.entryTable .content {
    background-color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}

.formTitle {
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    font-weight: bold;
}

.box {
    font-size: 12px;
    border: 1px solid #300049;
    padding: 5px 8px;
}

.bluebox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #336699;
    border: 1px solid #000000;
}

.topNav {
    font-family: "Courier New", "Courier", "mono";
    font-size: 14px;
    background-color: #FFFFFF;
}

.activeTopNav {
    font-family: "Courier New", "Courier", "mono";
    font-size: 14px;
    background-color: #CCCCFF;
}

.row1 {
    background-color: #EFEFEF;
}

.row2 {
    background-color: #DEDEDE;
}

.red {
    background-color: #FF0000;
}

.errorMessage {
    font-family: "Courier New", "Courier", "mono";
    font-size: 12px;
    font-weight: bolder;
    color: #CC3300;
}

body {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

td.nav {
    font-family: "Courier New", "Courier", "mono";
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #6699CC;
}

td.nav:hover {
    font-family: "Courier New", "Courier", "mono";
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    background-color: #97C1E7;
}

a.nav {
    font-family: "Courier New", "Courier", "mono";
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

a.nav:hover {
    font-family: "Courier New", "Courier", "mono";
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    display: block;
}

.navSelected {
    font-family: "Courier New", "Courier", "mono";
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    background-color: #DEDEDC;
}

a.bottomNav {
    font-family: "Courier New", "Courier", "mono";
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: underline;
}

a.bottomNav:hover {
    font-family: "Courier New", "Courier", "mono";
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.detail {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    background-color: #FFFFFF;
}

.detailSpacer {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}

.tabSelected {
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    font-weight: bolder;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-left-color: #666666;
    background-color: #97C1E7;
}

.tabSelected:hover {
    font-family: "Courier New", "Courier", "mono";
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
    background-color: #97C1E7;
}

.tabNotSelected {
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
    background-color: #EEEEEE;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.tabNotSelected:hover {
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
    background-color: #FFFFCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

a.tabNav {
    color: #000000;
    text-decoration: underline;
    font-weight: bolder;
}

a.tabNav:hover {
    color: #000099;
    text-decoration: none;
    font-weight: bolder;
}

.whiteTable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #336699;
    background-color: #FFFFFF;
}

.lightBlue {
    background-color: #AACCFF;
}

.navArea {
    background-color: #FFFFFF;
}

.contentArea {
    background-color: #FFFFFF;
}

a.leftnav {
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    background-color: #FFA500;
    display: block;
    padding: 15px 2px 2px 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    height: 25px;
    width: 150px;
    text-decoration: none;
    font-weight: bold;
}

a.selected {
    background-color: #E25918;
}

a.selected:hover {
    background-color: #E25918 !important;
}

a.leftnav:hover {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #FF8247;
    display: block;
    padding: 15px 2px 2px 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    height: 25px;
    width: 150px;
    text-decoration: none;
    font-weight: bold;
}

a.homenav {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #27408B;
    display: block;
    padding: 7px 0px 0px 0px;
    height: 25px;
    width: 514px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

a.homenav:hover {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #4169E1;
    display: block;
    padding: 7px 0px 0px 0px;
    height: 25px;
    width: 514px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.graybox {
    background-color: #666666;
    margin-bottom: 60px;
}

.footer {
    font-size: 10px;
}

fieldset {
    border: #26a solid 1px;
}

legend {
    background: #fb0;
    border: #26a solid 1px;
    padding: 1px 10px;
    font-weight: bold;
}

.errorMessage {
    color: #990000;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.detailTable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #DDDDDD;
}

.detailTable .label {
    background-color: #EFEFEF;
}

.detailTable .content {
    background-color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}

.header {
    height: 55px;
    background: #eee;
    color: #808080;
    margin: 3px 0;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #ccc;
}

h1 {
    font: normal 2.1em Arial, Sans-Serif;
    letter-spacing: -1px;
    padding: 7px 0 0 8px;
    margin: 0;
}

.dark {
    color: #FF6600;
    background: inherit;
    font-weight: bold;
}

h1 a,
h2 a {
    text-decoration: none;
}

h1 a:hover,
h2 a:hover {
    color: #FF6600;
    background: inherit;
}

h2 {
    margin: 0;
    padding: 0;
    font: bold 1.7em Arial, Sans-Serif;
    letter-spacing: -1px;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 5px;
    color: #000;
    background: inherit;
}

p {
    margin: 0 0 5px 0;
}

.deleted {
    background: #737373 !important;
}

.deleted a {
    color: #fff;
}

#table_list td {
    padding: 5px;
}

#table_list tr:nth-child(even) {
    background: #f5f5f5;
}

#table_list tr:nth-child(odd) {
    background: #FFF
}

#table_list tbody tr:hover {
    background: #aeaeae;
}

#table_list tbody tr.chart_heading {
    background: #ddd;
}

#table_list tbody tr.chart_heading:hover {
    background: #ddd;
}

h4 {
    padding: 0;
    margin: 0
}

.sortable_table {
    margin-bottom: 15px;
}

.sortable_table th {
    padding: 5px;
}

.sortable_table tr:nth-child(even) {
    background: #f5f5f5;
}

.sortable_table tr:nth-child(odd) {
    background: #FFF
}

#orderproducts ul {
    padding: 0;
    margin: 0;
}

#orderproducts ul li {
    display: block;
    background: #f5f5f5;
    border-bottom: 1px solid #aaa;
    padding: 5px;
}

#ordercategories ul {
    padding: 0;
    margin: 0;
}

#ordercategories ul li {
    display: block;
    background: #f5f5f5;
    border-bottom: 1px solid #aaa;
    padding: 5px;
}

#signup label {
    display: block;
    font-size: 13px;
}

#signup input[type="text"],
#signup input[type="file"],
#signup textarea,
#signup select {
    display: block;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    padding: 3px;
    width: 245px;
    margin-bottom: 15px;
}

#signup input[type="submit"] {
    border: 1px solid #000;
    padding: 5px 8px;
}

#signup textarea:hover,
#signup textarea:focus,
#signup input:hover,
#signup input:focus,
#signup select:hover,
#signup select:focus {
    border: 1px solid #000;
}

.entryTable input,
.entryTable select,
.entryTable textarea {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    outline: none;
    padding: 5px;
    font-size: 14px;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    height: 40px;
}

.entryTable textarea {
    margin: 0;
    padding: 0;
    height: 100px;
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 5px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.entryTable input:focus,
.entryTable select:focus,
.entryTable textarea:focus {
    border: 1px solid #000;
}

.TableProductHeader td {
    background: #000;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    padding: 5px !important;
}

#entryTableProducts td {
    margin: 0;
    /*padding:5px;*/
    height: 20px;
    font-size: 12px;
}

#entryTableProducts tr:nth-child(even) {
    background: #f1f1f1
}

#entryTableProducts tr:nth-child(odd) {
    background: #fff
}

#entryTableProducts input,
#entryTableProducts select {
    margin: 0;
    padding: 0;
    height: 30px;
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 13px;
    font-weight: bold;
}

#entryTableProducts input:focus,
#entryTableProducts select:focus {
    border: 1px solid #000;
    background: #303030;
    color: #fff;
}

#entryTableProducts input::selection,
#entryTableProducts select::selection {
    background: #ccc;
}

.ui-widget-content {
    text-align: left;
    font-size: 13px !important;
}

#table_purchases {
    display: none;
}

#table_sales {
    display: none;
}

#calc_msg,
#narr_msg {
    color: #5a5a5a;
    font-size: 10px;
    display: none;
}

#pay_amount_msg {
    color: #5a5a5a;
    font-size: 11px;
}

.reportset {
    position: relative;
    display: inline-block;
    float: left;
    min-height: 140px;
    width: 120px;
    margin-right: 30px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(../images/report_icon.png) no-repeat center 5px;
    padding-top: 43px;
    padding-bottom: 10px;
    text-align: center;
}

.reportset:hover {
    border: 1px solid #aaa;
}

.reportset h4 {
    padding: 5px;
    background: #ddd;
    color: #000;
    font-size: 14px;
}

.reportset a {
    display: block;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
}

.reportset a:hover {
    text-decoration: underline;
}

.filter {
    text-align: right;
    font-size: 12px;
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background: #f2f2f2
}

.similar_reports {
    text-align: left;
    font-size: 12px;
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background: #f2f2f2;
    clear: both;
    margin-top: 40px;
}

.no_print {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-top: 40px;
    clear: both;
}


/*visible*/


/*#quicklinks{
position:fixed; left:0; bottom:0; width: 100%; background: #fff; height: 42px;
}*/


/*non-visible*/

#quicklinks {
    display: none
}

.link_highlight {
    background: rgb(48, 0, 73) !important;
    color: #fff !important;
}

#payment_out_amount {
    display: none;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 15px;
}

#payment_out_amount select {
    width: 150px;
}

[id^=frmList] td {
    padding: 5px !important;
    font-size: 12px;
}

.deleted_row {
    background: #8a1818;
    color: #c9c9c9;
}

.deleted_row a {
    color: #ccc;
}

.no_qty {
    background: #ff0000 !important;
    font-weight: bold;
    color: #fff !important;
}

.no_qty td a {
    color: #fff !important;
}

.serials {
    padding: 8px 10px;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    display: none;
}

.serial_nos {
    display: none;
}

.display_yes {
    display: block;
}

.addnew {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    background: #ccc;
    float: right;
}

.addnew:nth-child(n+2) {
    margin-right: 5px;
}

.addnew:hover,
.addnew:focus {
    text-decoration: underline;
    cursor: pointer;
    background: #000;
    color: #fff;
}

#addi_info {
    position: fixed;
    z-index: 999;
    height: 35px;
    background: rgba(245, 245, 245, 0.75);
    width: 70%;
    bottom: 0;
    left: 20px;
    overflow-y: hidden;
    padding: 10px 15px;
    padding-bottom: 30px;
    transition: all 0.5s ease;
    font-size: 13px;
    border: 1px solid #ccc;
}

#addi_info:hover {
    background: rgba(245, 245, 245, 1);
    height: 200px;
    overflow-y: scroll;
    transition: all 0.5s ease;
}

#addi_info h3 {
    font-weight: bold;
    font-size: 14px;
    color: blue;
    margin-bottom: 5px;
    margin: 5px 0;
}

#addi_info tr:nth-child(even) {
    background: #e7e7e7;
}

#addi_info #customer_history {
    display: none;
}

#addi_info th {
    font-weight: bold;
    background: #000;
    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
}

#addi_info td {
    font-weight: normal;
    padding: 5px 8px;
    font-size: 12px;
}

#addi_info #product_history {
    display: none;
}

#addi_info_fetch {
    display: none;
    vertical-align: middle;
}

.chart_deactivate {
    color: red;
}

.action_links {
    display: inline-block;
    position: relative;
    height: 100%;
    width: auto;
    vertical-align: middle;
}

.action_links img {
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.fancybox-wrap {
    top: 110px !important;
}

#cheque_details {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    background: #f5f5f5;
    display: none;
}

#cheque_details div.left {
    float: left;
    margin-right: 5px;
}

#cheque_details div.left input {
    width: 100px;
}

#cheque_details .cheque_row {
    /*display: none;*/
    clear: both;
    margin-bottom: 10px;
}

.payment_details div[class^="cash_row"] {
    display: none;
    clear: both;
    margin-bottom: 10px;
}

.payment_details div[class^="cheque_row"] {
    display: none;
    clear: both;
    margin-bottom: 10px;
}

.payment_details .active {
    display: table-row !important;
}

#cheque_details_2 {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    background: #f5f5f5;
    font-size: 13px;
    width: auto;
    display: inline-block;
}

#cheque_details_2 div.left {
    float: left;
    margin-right: 5px;
}

#cheque_details_2 div.left input {
    width: 100px;
}

#cheque_details_2 .cheque_row {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.payment_details {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    background: #f5f5f5;
    font-size: 13px;
    width: auto;
    display: inline-block;
}

.payment_details div.left {
    float: left;
    margin-right: 5px;
}

.payment_details div.left input {
    width: 100px;
}

#payment_method tbody tr:nth-child(even) {
    background: #f1f1f1;
}

#payment_method tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

#invoice_details {
    padding: 15px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    width: auto;
    margin: 8px 0;
    display: none;
}

#invoice_details h4 {
    color: #999;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}

#invoice_details h5 {
    color: #999;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}

#invoice_details p {
    margin: 0;
    margin-bottom: 3px;
    font-size: 13px;
}

#invoice_details table {
    font-size: 13px;
}

#invoice_details td {
    width: 120px;
}

#balance_calculation {
    padding: 15px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    width: auto;
    margin: 8px 0;
    display: inline-block;
}

#balance_calculation h4 {
    color: #111;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

#cheque_row_container {
    display: none;
}

.cheque_rows {
    width: 100%;
    padding: 10px;
    background: #d5d5d5;
    border: 1px solid #ccc;
}

.cheque_rows td {
    padding: 7px;
}

.cheque_rows tr {
    padding: 7px;
}

.cheque_rows tr:nth-child(even) {
    background: #CCC
}

.cheque_rows tr:nth-child(odd) {
    background: #FFF
}

.cheque_row_vis {
    display: none;
}

.list_header {
    display: inline-block;
    min-width: 100px;
    margin-right: 15px;
    font-weight: bold;
}

.grey {
    font-size: 13px;
}

.ui-helper-hidden-accessible {
    display: none;
}

#balance_totals {
    font-weight: bold;
    text-align: right;
}

.no_match {
    color: red !important
}

.alert {
    padding: 10px 15px;
    border: 1px solid #ff0000;
    background: #fff0f0;
    color: #b50000;
    font-weight: 600;
}

.alert a {
    text-decoration: underline;
    color: #8b0b0b;
}

.alert a:hover {
    color: #6c0e0e;
}

#filter tr:hover {
    background: #ccc;
}

#filter td {
    padding: 5px;
}

.value_refresh_wrap {
    position: relative;
}

.refreshDescription,
.refreshAll {
    position: absolute;
    bottom: 15%;
    right: 0;
    background: rgba(51, 6, 74, 0.9);
    color: #fff;
    padding: 3px 5px;
    width: 40px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    cursor: default;
    -webkit-transition: visibility opacity 0.2s;
}

.refreshAll {
    width: 75px;
    bottom: 0;
    height: 20px;
}

.refreshDescription:hover,
.refreshAll:hover {
    background: rgba(189, 90, 140, 0.9);
    -webkit-transition: visibility opacity 0.2s;
}

.value_refresh_wrap:hover .refreshDescription,
.value_refresh_wrap:hover .refreshAll {
    visibility: visible;
    opacity: 1;
}

#payment_method thead {
    font-size: 12px;
    color: #fff;
    background: #000;
}

#payment_method th {
    padding: 5px;
}

.alert_blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.ui-autocomplete {
    max-height: 100px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
}


/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */

* html .ui-autocomplete {
    height: 100px;
}

.purchase_prices{
    margin-bottom: 15px !important;
}

.purcon_header {
    background: #ddd !important;
}

.purcon_header:hover {
    background: #ccc !important;
}

#purcon-table tr:hover {}

#purcon-table td {
    padding: 5px;
}

.prodcon-header td {
    background: #aaa;
    color: #fff;
    font-weight: bold;
}

.edit form input[type="text"] {
    height: 35px !important;
    width: 95% !important;
    padding: 3px !important;
}

.pur_verified_bg td {
    background: green;
    color: #fff;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.pur_verified_bg td:hover {
    background: green !important;
}

.pur_verified_bg td a {
    color: #fff;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.page{
    display: block !important;
    margin-bottom: 40px;
}

#btnBack{
    margin-top: 20px;
}

.fetching{
    display: none;
}