.float_n {
    float:none !important;
}

.padding_0 {
    padding: 0 !important;
}

.margin_12 {
    margin:12px !important;
}

.section-header-h3 {
    float: left;
    font-size: 20px;
    margin-top: 10px;
}

#addNewContactTable {
    margin-bottom: 20px;
    margin-top: 20px;
    cursor:pointer;
}

#addNewContactTable tr td {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #c4c4c4;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.heading_delete_div {
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #444444;
    border-radius: 3px;
    color: #f7f7f7;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 16px;
    padding: 6px 10px;
    text-decoration: none;
    vertical-align: middle;
}

.wrapper-page-404 {
    margin: 50px auto;
    width: 960px;
}

.quotationsPartDiv{
    float: left;
}

.quotationsPartDivIndv {
    background: none repeat scroll 0 0 #4c7f68;
    float: left;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.quotationsPartLinesDiv {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.quotationsPartLinesDivIndv{
    background: none repeat scroll 0 0 orange;
    float: left;
    margin-top: 20px;
    padding-left: 10px;
}
.quotationsPartLinesDiv .input-div-small {
    color:#fff !important;
}

.addNewJobLines {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #c4c4c4;
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.itemNumberDiv {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    width: 96%;
    float:left;
}

.itemNumberDiv .heading_delete_div {
    margin-bottom: 5px;
    margin-top: -5px
}

.profile-settings-table tbody td .profile-textarea {
    float: left;
    height: 100px;
    max-width: 500px;
    min-height: 200px;
    min-width: 400px;
    padding: 5px;
    width: 225px;
}

textarea {
    font-family: "Trebuchet MS",sans-serif;
}

/*************************************** QUOTATION ***************************/

.paddingTable tr td {
    padding: 5px;
}

.paddingTable tr th {
    padding: 5px;
}

.quotationTable input {
    border: 1px solid #000;
    height: 100%;
    padding: 8% 4%;
    width: 92%;
    font-family: "Segoe",Helvetica,Arial,sans-serif;
    font-size: 11px;
}

.quotationTable textarea {
    border: medium none;
    height: 100%;
    padding: 2% 1%;
    width: 98%;
    font-family: "Segoe",Helvetica,Arial,sans-serif;
    font-size: 11px;
}

.quotTable {
    width:100%;
    border-collapse: collapse;
    background: #99CC00;
}

.quotTable tr td:first-child {
    width:300px;
}

.quotTable tr td {
    padding: 5px;
}

.quotTable thead tr td {
    font-size: 16px;
    color:#fff;
    font-weight: bold;
    padding-top: 20px;
}

.quotTable thead tr td:nth-child(2) {
    padding-left: 30px;
}

.quotTable input:not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    box-sizing: content-box;
    float: left;
    margin-top: 0px;
    padding: 10px 5px 10px 15px;
    transition: all 0.2s linear 0s;
    width: 250px !important;
}

.quotTable select {
    margin-left: 25px;
    padding: 4px;
    width: 300px; 
}

.headerQuotationDiv {
    border-bottom: 1px solid #000;
}

.headerQuotation {
    margin: 10px 0;
}

.categoryDescriptions {
    margin-left: 5px;
    margin-top: 30px;
    width: 710px;
}

.categoryDescriptionDiv {
    width:720px;
}

.categoryDescriptionsInputSpanWrapper {
    border-bottom: 1px solid #c4c4c4;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.categoryDescriptionsInputSpanWrapper input[type="checkbox"] {
    left:0;
    width:20px;
    position:relative;
    vertical-align:middle;
    display: inline-block;
}

.categoryDescriptionsInputSpanWrapper span {
    left: 10px;
    width:650px;   
    position:relative;
    display:inline-block;    
    vertical-align:middle; 
}

.selectChangeCategory {
    margin: auto auto auto 260px;
    text-align: center;
    width: 200px;
}

.validateError {
    display: none;
    color:red;
    margin-top: 20px;
}

.actions-button-div-shadow-spreadsheet {
    cursor: pointer;
}

#quotationForm {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.purchaseQuotationTable tr td {
    padding:5px;
}

.slip_row_class {
    background-color: #f8a341 !important;
    color: #fff !important;
}


/*************************************** PURCHASE ORDER ***************************/

.actions-button-div-delete {
    cursor: pointer;
}

.purchaseLineTable {
    width: 100%;
}

.purchaseLineTable tr td {
    padding:5px;
}

.purchaseLineTable select {
    width:100px;
}

.purchaseLineTable input {
    padding: 5px;
    width: 80px;
}

.purchaseLineTable .error-response-field {
    width: auto !important;
}

.formtextarea {
    height: 140px;
    width: 405px;
    padding: 5px;
    resize: none;
}


/*************************************** INVOICES *****************************************/


table.invoice_table {
    border-collapse: collapse;
    margin: auto;
    width: 100%;
}

.show_lines {
    display: none;
    margin: 20px auto;
    width: 95%;
}

table.invoice_table thead tr {
    background: none repeat scroll 0 0 #4c7f68;
    color:#fff;
    height:40px;
    font-size: 14px;
}

table.invoice_table tbody tr {
    background-color: #F1F1F1;
}

table.invoice_table tr td.header {
    padding: 5px 0;
}

table.invoice_table tr td.header img {
    height:20px;
    width:20px;
    margin-top: 0px !important;
    margin-left: 0px !important;
}



table.invoice_inside_table {
    border-collapse: collapse;
    margin: auto;
    width: 100%;
}

table.invoice_inside_table thead tr {
    background: none repeat scroll 0 0 #8F939B;
    color:#fff;
    height:40px;
    font-size: 14px;
}

table.invoice_inside_table tbody tr {
    background-color: #FFF;
}

table.invoice_inside_table tr td.header {
    padding: 12px 0;
}

table.invoice_inside_table tr td.header img {
    height:20px;
    width:20px;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.image_size_table_images {
    height: 22px !important;
    vertical-align: middle;
    width: 34px !important;
}

table.allusers a.action-images {
    float:left;
    margin-right: 15px;
}

#invoice-amount {
    border-collapse: collapse;
    clear: both;
    width: 1200px;
    font-size: 10pt;
    clear: both;
    margin: 30px 0;
}

#invoice-amount #header_row {
    background: none repeat scroll 0 0 #000;
    color: #fff;
}

#invoice-amount .quantity_th {
    width: 13%;
}

#invoice-amount th {
    padding: 6px 5px;
    text-align: left;
    vertical-align: middle;
}

#invoice-amount td {
    margin: 0;
    padding: 6px 5px;
    vertical-align: top;
}
#invoice-amount td {
    border-bottom: 1px solid #ddd;
    margin: 0;
}

#invoice-amount .description_td {
    max-width: 350px;
}

#invoice-amount .price_td {
    padding-right: 20px;
    text-align: right;
}

#invoice-amount .item_controls {
    position: absolute;
    right: 10px;
    width: 60px;
}


#invoice-amount .dataedit {
    font: bold 11px "Helvetica Neue",Arial,Helvetica,sans-serif !important;
    margin-bottom: -2px;
    margin-left: 4px;
    padding: 2px 5px;
    position: relative;
    top: -1px;
}
#invoice-amount .dataedit, #invoice-amount .datadelete {
    vertical-align: top;
}
.dataedit, .toolbar_dropdown dt a {
    background: -moz-linear-gradient(center top , #fff 0%, #eee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    text-shadow: 0 1px 0 #fff;
}
.dataedit, .datadelete {
    color: #666666;
}
.dataedit, .datadelete, .toolbar_dropdown dt a {
    background: url("/images/buttonInvoice.png") repeat-x scroll left bottom #fcfcfc;
    border-color: #d8d8d8 #c6c6c6 #c6c6c6;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.923em;
    font-weight: bold;
    line-height: 130%;
    margin-left: 2px;
    outline: 0 none;
    overflow: visible;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    width: auto;
}

.invoiceTableWrapper {
    width:100%;
    margin:auto;
    position: relative;
}

#invoice-amount td.item_r {
    text-align: right;
}

#invoice-amount #net_total_amount {
    padding-right: 20px;
}

#invoice-amount #sales_tax_amount {
    padding-right: 20px;
}

#invoice-amount #total_amount {
    padding-right: 20px;
}

#invoice-amount #vat_tr td {
    border-bottom: 1px solid #000;
}

tfoot td {
    border-bottom: 0 none;
    border-top: 1px solid #ccc;
}

#invoice-amount .button,button,#invoice-amount input[type="submit"],#invoice-amount .guider_button,.inv_btn .button,#invoice-amount #add_invoice_item{
    background:-moz-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eee));
    background:-webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background:-o-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background:-ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background:linear-gradient(top, #fcfcfc 0%, #eee 100%);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.08);
    box-shadow:0 1px 0 rgba(0,0,0,0.08);
    text-shadow:0 1px 0 rgba(255,255,255,0.5)
}

#invoice-amount .button:active,
#invoice-amount button:active,
#invoice-amount .guider_button:active,
#invoice-amount input[type=submit]:active,
#invoice-amount #add_invoice_item:active,
#invoice-amount .inv_btn .button:active{
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none
}

#invoice-amount form input[disabled='disabled'],
#invoice-amount form button[disabled='disabled'],
#invoice-amount form input[disabled='disabled']:active,
#invoice-amount form button[disabled='disabled']:active{
    -moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none
}

#invoice-amount .button.add,
#invoice-amount .status_menu .button.add span,
#invoice-amount #add_invoice_item{
    background:-moz-linear-gradient(top, #a7c643 0%, #83ac2e 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7c643), color-stop(100%, #83ac2e));
    background:-webkit-linear-gradient(top, #a7c643 0%, #83ac2e 100%);
    background:-o-linear-gradient(top, #a7c643 0%, #83ac2e 100%);
    background:-ms-linear-gradient(top, #a7c643 0%, #83ac2e 100%);
    background:linear-gradient(top, #a7c643 0%, #83ac2e 100%);
    text-shadow:0 1px 0 rgba(255,255,255,0.35)
}

#invoice-amount .status_menu .faux_power_action span{
    text-shadow:0 1px 0 rgba(255,255,255,0.35)
}

#invoice-amount .status_menu .button,
#invoice-amount .status_menu .power_actions .action_title:hover{
    background:#d3d3d3;
    background:-moz-linear-gradient(top, #ddd 0%, #d3d3d3 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #d3d3d3));
    background:-webkit-linear-gradient(top, #ddd 0%, #d3d3d3 100%);
    background:-o-linear-gradient(top, #ddd 0%, #d3d3d3 100%);
    background:-ms-linear-gradient(top, #ddd 0%, #d3d3d3 100%);
    background:linear-gradient(top, #ddd 0%, #d3d3d3 100%)
}

#invoice-amount .status_menu .button,
#invoice-amount .status_menu .faux_power_action{
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}

#invoice tfoot #total_tr td {
    border-bottom: 0 none;
}

#invoice-amount td.total {
    font-weight: bold;
    text-align: right;
}
#invoice .total {
    font-size: 12pt;
}



#invoice-amount textarea {
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    height: 18px;
    width: 250px;
    padding:5px;
    resize:none
}

#invoice-amount .quantityInput {
    width:50px;
    padding:5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border:1px solid #c4c4c4;
}

#invoice-amount .percetangeJob {
    width:50px;
    padding:5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border:1px solid #c4c4c4;
}

#invoice-amount .amountJob {
    width:50px;
    padding:5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border:1px solid #c4c4c4;
}

#invoice-amount .priceInput,#invoice-amount .materialInput,#invoice-amount .labourInput {
    width:70px;
    padding:5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border:1px solid #c4c4c4;
}

.ui-autocomplete{
    max-height: 500px;
    overflow: auto;
}

.clientHeaderName {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #000;
    font-size: 16px;
    padding: 10px;
}

.imageValuationLineNotes {
    background-image: url("/images/info-icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    width: 13px;
}

.imageValuationLineNotes:hover {
    background-position: 0 -13px;
}

#tooltip {
    position:absolute;
    background:#000;
    padding:2px 5px;
    color:#fff;
    font-size: 14px;
    display:none;
    z-index: 6;
}

.pageSelect {
    border-top: 1px solid #71B849;
    float: right;
    margin: 10px;
    padding-top: 5px;
    text-align: right;
    width: 99%;
}

.pageSelect span {
    font-size: 18px;
    color:#4C7F68;
}

.pageSelect select {
    padding: 5px;
}
