
.footerbackgroundcolo {
    background-color: rgb(171, 15, 15);
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.message-success{
    color:green;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.btn-webapp {
   padding: 35px 35px !important;
}
.alert {
    padding:10px !important;
}
.btn-info-webapp {
    background-color: #00c0ef !important;
    border-color: #00acd6 !important;
}

.Border-info {
    border-color: #56C4E9 !important;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.backgroundcolorw {
    background-color: black;
}

dashboard-stat a:hover {
    text-decoration: none;
}

.page-sidebar-closed .hor-menu {
    margin-left: 79px !important;
}

.bill_item {
    min-height: 100px;
}

.margin-top-5 {
    margin-top: 5px !important;
}

body {
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.tbutton {
    border-radius: 50% !important;
}

@media only screen and (max-device-width: 1024px) {
    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 1px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 1px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
}

.create {
    margin-bottom: 20px;
}

#main {
    width: 1024px;
    height: auto;
    float: left;
}

.mainli {
    width: 500px;
    height: 60px;
    float: left;
}

.labelli {
    width: 150px;
    height: 50px;
}

.textboxmain {
    width: 180px;
    margin-top: -13px;
    height: 30px;
}

.new-Purchase-item {
    width: 1024px;
    float: left;
    height: auto;
    margin-bottom: 12px;
}

.item-purchase {
    width: 230px;
    float: left;
}

.item-purchase-label {
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}

.item-texbox {
    width: 120px;
    height: 37px;
    float: left;
    margin-top: -20px;
}

.form-des {
    height: 100px;
    width: 320px;
    color: #555;
    border: 1px solid #e5e5e5;
}

.txthalf {
    width: 60px;
    margin-left: 10px;
}

.form-des:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.DTTT_button_pdf, .DTTT_button_csv, .DTTT_button_xls, .DTTT_button_copy, .DTTT_button_print{
    display: none;
}

.min-height-250 {
    min-height: 250px;
    max-height: 250px;
    overflow-y: scroll;
}

.tableno {
    height: 600px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding-left: 6px !important;
}

.padding-left-right-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-right-3 {
    padding-right: 3px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.bill-category_div .bill_item:nth-child(odd) {
    text-align: center;
    background-color: rgba(219, 217, 217, 0.24);
}

.bill-category_div .bill_item:nth-child(even) {
    text-align: center;
    background-color: rgba(208, 233, 242, 0.33);
}

.bill-category {
    border-color: #6699FF;
    border-width: 1px;
    border-style: solid;
    height: 65px;
    width: 65px;
    border-radius: 50% !important;
}

.current {
    background: #ff6a00 !important;
    /*border: 2px outset #ff6a00 !important;*/
    color: white !important;
}

.printed {
    background: green !important;
    /*border: 2px outset green !important;*/
    color: white !important;
}

.DivCategory {
    height: 230px !important;
    max-height: 230px !important;
    overflow-y: auto;
    overflow-x: hidden !important;
}

._delete_item, ._return_item {
    margin-right: 10px;
}
/*._add_extra{
    margin-left:10px;
}*/

.DivItems {
    height: 230px !important;
    max-height: 230px !important;
    overflow-y: auto;
    overflow-x: hidden !important;
    margin-top: 5px;
    padding-top: 5px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.DivItemsDisplay {
    height: 280px !important;
    max-height: 280px !important;
    overflow-y: auto;
    overflow-x: hidden !important;
    margin-top: 5px;
    padding-top: 5px;
}

.margin-right-5 {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.table-overflow {
    max-height: 350px;
    overflow-y: auto;
}

span.required {
    color: red;
}

.validation-summary-errors ul {
    list-style-type: none;
}

.field-validation-error {
    color: red;
}

.validation-summary-errors ul li {
    color: red;
}

.merge_table {
    background: #ff0000 !important;
    border: 2px outset #ff0000 !important;
    color: white !important;
}

.disablemerge {
    background: #0094ff !important;
    border: 2px outset #0094ff !important;
    color: white !important;
}

.table_dispaly_none {
    display: none !important;
}

.toast-message {
    font-size: 17px;
}

.toast-title {
    font-size: 17px;
}

table.nibs_billing tr th:nth-of-type(1) {
    width: 30px;
}

table.nibs_billing tr th:nth-of-type(2) {
    width: 282px;
}

table.nibs_billing tr th:nth-of-type(3) {
    width: 46px;
}

table.nibs_billing tr th:nth-of-type(4) {
    width: 51px;
}

table.nibs_billing tr th:nth-of-type(5) {
    width: 60px;
}

table.nibs_billing tr th:nth-of-type(6) {
    width: 30px;
}

table.nibs_billing tr th:nth-of-type(7) {
    width: 50px;
}

table.nibs_billing tr th:nth-of-type(8) {
    width: 70px;
}

table.nibs_billing tr td:nth-of-type(2) {
    font-size: 15px;
}

table.nibs_billing tr td:nth-of-type(3) {
    font-size: 15px;
    font-weight: bold;
}

table.nibs_billing tr td:nth-of-type(4) {
    font-size: 12px;
    font-weight: bold;
}

table.nibs_billing tr td:nth-of-type(5) {
    font-size: 12px;
    font-weight: bold;
}

.run_table {
    color: white !important;
    font-weight: bold !important;
    width: 50px !important;
    background-color: #D84A38 !important;
}

#tbl_cnt {
    border-collapse: collapse;
    width: 100%;
    word-break: break-all;
}

    #tbl_cnt thead, #tbl_cnt tbody {
        display: block;
    }

        #tbl_cnt thead tr {
            background-color: #8C8787;
            text-align: center;
            width: 100%;
            display: block;
        }

    #tbl_cnt tbody {
        height: 100px;
        overflow-y: auto;
        overflow-x: hidden;
    }

a.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info {
    background-color: #00c0ef !important;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.info-box-more {
    display: block;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 37px;
    line-height: 78px;
    background: rgba(0,0,0,0.2);
}
.MarginInputgroup {
    margin-bottom: 9px;
}
.RunningTable {
    border-radius: 50% !important;
}
.page-header {
    padding-bottom: 9px;
    margin: 14px 0 20px;
    border-bottom: 1px solid #eee;
}
.modal-height{
    max-height:350px;
    overflow-y:scroll;
    overflow:auto;
}