.dataTables_filter {
    float: right;
}
.dataTables_paginate.paging_bootstrap {
    float: right;
}
.table
{
	margin-bottom: 15px;
}
.form-control-feedback
{
	  right: 15px;
}
.well.with-header {
    //padding-top: 20px;
}
#preview
{
	margin-top:20px;
}
.error
{
	color:red;
}

@media (min-width:1281px) { 
.table-responsive {
    overflow-x: hidden;
}
}
.table-responsive
{
	border: 0px !important;
}

@media all and (max-width: 760px)
{
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
    display: block;
}
}

#purchaseinvoicediv .form-group{
        margin-bottom: 1px;
    }
    #purchaseinvoicediv .inptext{
        margin-bottom: 3px;
    }
    #purchaseinvoicediv .datelabel{
        text-align: left;
    }
    #purchaseinvoicediv .datefrmgrp{
        margin:7px;
    }
    #purchaseinvoicediv .txtqty{
        width: 50%;
    }
    #purchaseinvoicediv .inputs,#purchaseinvoicediv .txttotals{
        height: 38px;
        width: 100%;
        border: none !important;
        background: transparent;
    }
    #purchaseinvoicediv .nopaddingtd{
        padding: 0px !important;
    }
    #purchaseinvoicediv .labelcenteralign{
        text-align: center;
    }
    #purchaseinvoicediv .labelrightalign{
        text-align: right;
    }
    #purchaseinvoicediv .tottddiv{
        width: 100px;
    }
    #purchaseinvoicediv .disabledspan{
        text-align: left;
    }
    #purchaseinvoicediv .widget-body.no-padding .DTTT.btn-group {
        display: none;
    }
    #purchaseinvoicediv .widget-body.no-padding .dataTables_length {
        display: none;
    }
    @media (min-width: 768px){
        #purchaseinvoicediv .modal-dialog {
            width: 700px;
        }
    }
    #purchaseinvoicediv #searchable_filter,#purchaseinvoicediv #searchable_filter label,#purchaseinvoicediv #searchable_filter .form-control{
        width: 98%;
    }
    #purchaseinvoicediv .disabledtd{
        height: 38px;
        width: 10%;
        background: transparent;
        -webkit-border-radius: 0 !important;
        -webkit-background-clip: padding-box !important;
        -moz-border-radius: 0 !important;
        -moz-background-clip: padding !important;
        border-radius: 0 !important;
        background-clip: padding-box !important;
        color: #858585;
        background-color: #fbfbfb;
        border: 1px solid #d5d5d5;
        font-family: inherit;
        -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
        -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
        -o-transition: box-shadow .45s,border-color .45s ease-in-out;
        transition: box-shadow .45s,border-color .45s ease-in-out;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0;
        font: inherit;
        font-size: inherit;
        line-height: inherit;
        vertical-align: middle !important;
    }
    #purchaseinvoicediv .table-scrollable>.table-bordered>tfoot>tr>td:last-child {
        border-right: 1px solid #ddd;
    }
    #purchaseinvoicediv .table-scrollable{
        width: 99%;
    }
    .dataTables_processing {
        text-align: center;
        font-size: 13px;
        color: red;
        font-weight: bold;
        z-index: 100000;
        position: absolute;
        width: 100%;
    }