
html, body.rtl {
    height: 100%;
}
.wrap {
    height: auto;
    /* margin: 0 auto -60px;*/
    min-height: 100%;
   /* padding: 0 0 60px;*/
}
.wrap > .container {
    padding: 70px 15px 20px;
}
.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    /*height: 60px;*/
   /* padding-top: 20px;*/
}
.jumbotron {
    background-color: transparent;
    text-align: center;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
a.asc:after, a.desc:after {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    position: relative;
    top: 1px;
}
a.asc:after {
    content: "";
}
a.desc:after {
    content: "";
}
.sort-numerical a.asc:after {
    content: "";
}
.sort-numerical a.desc:after {
    content: "";
}
.sort-ordinal a.asc:after {
    content: "";
}
.sort-ordinal a.desc:after {
    content: "";
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    color: #999;
    display: block;
    margin-top: 5px;
}
.error-summary {
    background: none repeat scroll 0 0 #fdf7f7;
    border-left: 3px solid #eed3d7;
    color: #a94442;
    margin: 0 0 15px;
    padding: 10px 20px;
}
@media (max-width: 767px) {
.navbar-tools {
    margin-left: -15px;
}
}

table.tc-bold-1 tbody td:first-child, table.tc-bold-2 tbody td:nth-child(2), table.tc-bold-3 tbody td:nth-child(3), table.tc-bold-last tbody td:last-child {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
.table tbody > tr:first-child > td {
    border-top: 0 none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #eeeeee;
    line-height: 1.5;
    padding: 9px;
    vertical-align: middle;
}
.fs15 {
    font-size: 15px !important;
}
.fw700 {
    font-weight: 700 !important;
}
.br-r {
    border-right: 1px solid #eeeeee !important;
}
table.tc-med-1 tbody td:first-child, table.tc-med-2 tbody td:nth-child(2), table.tc-med-3 tbody td:nth-child(3), table.tc-med-last tbody td:last-child {
    color: #999;
    font-weight: 600;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.5;
}
.text-warning {
    color: #f6bb42;
}
.pr15 {
    padding-left: 15px !important;
}
.fs8 {
    font-size: 8px !important;
}
.icon-bg {
    color: #fff;
    font-size: 113px;
    left: -8px;
    line-height: 100px;
    opacity: 0.56;
    position: absolute;
    top: -1px;
}
.table_background {
    background-color: #fcfcfc;
}
.pull-table {
   float: left;

}
.billing-view .grid-view table th:last-child {
    text-align: center;
    width: 15%;
}

.billing-view .grid-view table td:last-child {
    text-align: left;
    background-color: #fcfcfc;
    width: 15%;
}

.billing-total-table {
    margin-top: -1px;
}

.billing-total-table th {
    /*padding: 5px 10px 5px 30px !important;*/
    text-align: center;
}

.billing-total-table td {
    /*padding: 5px 60px 5px 9px !important;*/
    text-align: left;
}

.billing-view .summary {
    display: none;
}

.billing-view .kv-grid-table {
    margin-bottom: 0;
}

input.has-error {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input.has-error:focus {
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}

input.has-success {
    border-color: #3c763d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input.has-success:focus {
    border-color: #2b542c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
}

em.has-error {
    color: #a94442;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.selectsh {
    background-color: #1abc9c;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    color: #fff;
    height: 35px;
    padding: 5px 0;
    width: 119px;
}
.btnsh {
  width: auto !important;
}

.barcode_reader_status_container{
    left: 7px;
    opacity: 0.87;
    position: fixed;
    top: 50%;
    z-index: 99999;
}


.barcode_reader_status_container {
    margin-top: 42px;
}

#page_loader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#loader {
    background-color: rgba(40, 59, 91, 1) !important;
    opacity: 0.91 !important;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.ui-keyboard-keyset {
    direction: ltr;
}



#billing-gridview .summary {
    display: none;
}
ul.pagination {
    margin: 0px !important;
}

.btn.green-stripe {
    border-right-color: #32c5d2 !important;
    border-right-style: solid !important;
    border-right-width: 4px !important;
}

.alert-info {
    background-color: #e0ebf9;
    border-bottom-color: #e0ebf9;
    border-left-color: #e0ebf9;
    border-right-color: #e0ebf9;
    border-top-color: #e0ebf9;
    color: #327ad5;
}

#scale_container {
    background-color: rgba(40, 59, 91, 1) !important;
    /*color: #fff;*/
    height: 100%;
    left: 0;
    opacity: 0.98;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    /*padding: 30px;*/
}
.barcode_print {
    background-color: #fff;
    color: #000;
}
.barcode_disabled {
    text-decoration: line-through;
}

.navigation-toggler {
    float: right;
}

.navbar > .container .navbar-brand .logo-symbol, .logo .logo-symbol {
    font-size: 32px;
    display: block;
    float: right;
}
.navbar > .container .navbar-brand .logo-title, .logo .logo-title {
    font-size: 150px;
    height: 33px;
    display: block;
    float: right;
    overflow: hidden;
    padding-right: 5px;
}

.navigation-small .navbar > .container .navbar-brand .logo-title {
    display:none;
}
.navigation-small .navbar > .container .navbar-brand .logo-symbol {
    font-size: 40px;
    margin-top: -5px;
}
.navigation-small .navbar > .container .navbar-brand, .logo{
    padding-left: 7px;
    padding-right: 7px;
}

.navbar > .container .navbar-brand, .logo {
    min-width: 0;
}

body.rtl .navigation-toggler {
    margin-right: 0px;
}
.font-3em {
    font-size: 3em;
}

#barcode_for_scale,#inventoryinfo, #purchase_items_total, #purchase_items_weight_added, #purchase_items_added ,#purchase_items_added ,#purchase_items_weight_total ,#purchase_items_weight_total ,#purchase_links{
    font-size: 16px;
    line-height: 41px;
    color:#505458;
}

.searchbox5 {
    color: #555555;
    display: inline-block;
    margin-bottom: 0;
    margin-left: -243px;
    margin-right: -243px;
    margin-top: 0;
    min-width: 126px;
    position: absolute;
    top: 15px;
}

.price_slider {
    direction: ltr;
}

.table-action-btn.add_item_to_purchase {
    border: 0;
    background: transparent;
}

/* fix kartik date picker field and error view */
.field-indexdate-date_start, .field-indexdate-date_end {
    padding : 0;
    border: 0;
    background: transparent;
    height: auto !important;
}

.field-indexdate-date_type {
    clear: both;
}

/* background color change is to not show the inputs is disbaled in mobile devices... input are disabled to hide mobile keyboard */
#indexdate-date_end, #indexdate-date_start {
    border-radius: 0 !important;
    background-color: #fff !important;
}

.select_printer .selected a {
    background-color: #327ad5;
    color: #fff;
}

.list-unstyled h5 {
    clear: right;
    text-align: right;
}

#pie-chart .legend, #pie-chart4 .legend, #pie-chart3 .legend, #pie-chart2 .legend, #pie-chart5 .legend {
    display: none;
}


#flotTip {
    background-color: #36404a !important;
}

.pie_center_text {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
}

.file-preview-image {
    width: 100%;
}
