/* 
	Generic Styling, for Desktops/Laptops 
	*/
	
	/* other view mobile */
	
.mobile-on-display{ display:none !important;}
	
.responsive-table { 
		
	background-color:#fff;
		
}

/*.serviceContainer{
 padding-left:10px;
 
}
#selectedServices  > div{ padding:20px 12px !important;
						border-bottom:1px solid #000;
					    }
.serviceContainer:nth-of-type(even),#selectedServices  > div:nth-of-type(even){ 
	background-color:#F5F5F5; 
 }
 */


table.mceLayout, textarea.tinyMCE {
    width: 100% !important;
}
		

/* make the toolbar wrap */
.mceToolbar td {
    display:table-row;
    float: left;
}
.mceToolbar td:nth-of-type(11){
    clear: left;
}

	.responsive-table  >thead{ display: table-header-group;
							vertical-align: middle;
							border:none !important;
							
							}
							
	.responsive-table >thead th{     
							       font-weight: bold;
								   white-space: nowrap;
								   padding:0.75em;
								   text-align:left;
								   border:none !important;
								}

/*
      .responsive-table > tbody > tr:nth-of-type(even){ 
										background-color:#F5F5F5; 
										}
	
		
	*/
	
	  .responsive-table > tbody > td{ 
		padding: 6px; 
		border: 1px solid #ccc; 
		/*text-align: left; */
	  }
	
	
	/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	
      .big-table thead th{
	   padding: 7px 5px !important;
	  }

      .overdue_invoices thead th{
	   padding: 5px 3px !important;
	  }

      #relatedAddressTable>thead th{white-space: normal !important;}
      #findAvailabilityTables>thead th{white-space: normal !important;}

     .responsive{
      display:inline;
     }
	@media only screen and (max-width:480px) {
			.user-settings-table td  , #user_role_tabel td{
				font-size:10px !important;
			}
	}

	.responsive .responsive-select{ width:205px !important;}

	@media only screen and (max-width: 767px){

		.responsive-table2 > table, .responsive-table2 thead:not(.technician-th) , .responsive-table2 > tbody,
		.responsive-table2 th:not(.technician-th),
		.responsive-table2 td:not(.technician-td), .responsive-table2 tr:not(.technician-tr)
		{
			display: block;
		}

		.responsive-table2 > thead {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		.responsive-table2 >tbody > tr { border: 1px solid #ccc; }

		.responsive-table2> tbody > tr > td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
			white-space: -pre-wrap;      /* Opera 4-6 */
			white-space: -o-pre-wrap;    /* Opera 7 */
			white-space: pre-wrap;       /* css-3 */
			word-wrap: break-word;       /* Internet Explorer 5.5+ */
			word-break: break-all;
			white-space: normal;
			padding-bottom: 1.5em;
		}

		.responsive-table2 >tbody > tr > td:before {
			/* Now like a table header */
			position: absolute;
			display:block;
			/* Top/left values mimic padding */
			top:6px;
			left:6px;
			padding-right: 10px;
			white-space: nowrap;
		}

		.responsive-table2> tbody > tr { margin-bottom:20px;}
		.responsive-table2 { border:0px;}

		#relatedAddressTable>tbody>tr>td{padding-left:35%;}
		#relatedAddressTable>tbody>tr>td:before{ width:25%;}

		#findAvailabilityTables>tbody>tr>td{padding-left:35%;}
		#findAvailabilityTables>tbody>tr>td:before{ width:25%;}

		#relatedAddressTable> tbody > tr > td:nth-of-type(1):before{ content: "Date";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(2):before{ content: "Start Time";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(3):before{ content: "End Time";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(4):before{ content: "Booking";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(5):before{ content: "Booking Address";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(6):before{ content: "Technician(s)";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(7):before{ content: "Distance from home";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(8):before{ content: "Distance from work";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(9):before{ content: "Cost";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(10):before{ content: "Status";}
		#relatedAddressTable> tbody > tr > td:nth-of-type(11):before{ content: "Date sent";}

		#findAvailabilityTables> tbody > tr > td:nth-of-type(1):before{ content: "Technician";}
		#findAvailabilityTables> tbody > tr > td:nth-of-type(2):before{ content: "Distance";}
		#findAvailabilityTables> tbody > tr > td:nth-of-type(3):before{ content: "Cost";}
		#findAvailabilityTables> tbody > tr > td:nth-of-type(4):before{ content: "Status";}
		#findAvailabilityTables> tbody > tr > td:nth-of-type(5):before{ content: "Date sent";}

		#findAvailabilityTables>tbody>tr>td:nth-of-type(4){padding-bottom: 24px !important;}

	}


	@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px){
	
	/* new style for table */
	.mobile-on-display{display:block !important;}
	.mobile-none-display{display:none !important;}
	.mobile-two-position-item li{display:inline-block;}
	.mobile-two-position-item li:last-child{float:right;}
	.actions-list a:first-child{ display:inline !important;}
		#pair_of_all_li li a{display: block !important;height: 40px}
	 
	 
	.add-booking .col-md-6,.add-booking .col-md-1,#multiple_days .col-md-6,#multiple_days .col-md-1{
	 margin-bottom:15px !important;
	}
	
	#services  {
	 font-size:10px;
	}
	
		/* Force table to not be like tables anymore */
		.responsive-table > table, .responsive-table thead:not(.technician-th) , .responsive-table > tbody,
		.responsive-table th:not(.technician-th),
		.responsive-table td:not(.technician-td), .responsive-table tr:not(.technician-tr)
		{ 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.responsive-table > thead { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.responsive-table >tbody > tr { border: 1px solid #ccc; }
		
		.responsive-table> tbody > tr > td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
			white-space: -pre-wrap;      /* Opera 4-6 */
			white-space: -o-pre-wrap;    /* Opera 7 */
			white-space: pre-wrap;       /* css-3 */
			word-wrap: break-word;       /* Internet Explorer 5.5+ */
			word-break: break-all;
			white-space: normal;
            padding-bottom: 1.5em;
		}
		
		.responsive-table >tbody > tr > td:before { 
			/* Now like a table header */
			position: absolute;
			display:block;
			/* Top/left values mimic padding */
			top:6px;
			left:6px;
			padding-right: 10px; 
			white-space: nowrap;
		}

        .a_margin-responsive{
		 margin-top:15px !important;
		}
		
		.change-table-font{
	      font-size:11px;
	    }
		
		/* separet table cells  */
		.responsive-table> tbody > tr { margin-bottom:20px;}
		.responsive-table { border:0px;}
		
		
		/*#booking-responsive-table >tbody >tr >td{padding-left:20%; }
		#booking-responsive-table >tbody >tr >td:before{width:20% !important; }
		*/
		
		
		
		
		
		#cronjob_table>tbody >tr >td {padding-left:25%; }
		#cronjob_table >tbody >tr >td:before{width:20% !important; }
		
		
		#estimate-responsive-table> tbody > tr > td { 
			padding-left:23%; 
		}
		#estimate-responsive-table>tbody >tr > td:before { 
			width:23% !important; 
		}
	    #invoice-responsive-table> tbody > tr > td { 
			padding-left:20%; 
		}
		#invoice-responsive-table>tbody >tr > td:before { 
			width:20% !important; 
		}
		
		#inquiry-responsive-table > tbody > tr > td:not(:nth-of-type(1)){ padding-left:21%;}
		#inquiry-responsive-table > tbody > tr > td:before:not(:nth-of-type(1)){ width:21%;}
		
		#waiting-booking-responsive-table > tbody > tr > td{ padding-left:20%;}
		#waiting-booking-responsive-table > tbody > tr > td:before{ width:20%;}
				
		#deleted-inquiry-table>tbody >tr >td{padding-left:20%;}
		#deleted-inquiry-table >tbody>tr>td:before{width:20%;}

		
		#customer-responsive-table > tbody > tr > td {padding-left:25%;}
		#customer-responsive-table > tbody > tr > td:before{ width:25%;}
		
		#complain-table>tbody>tr>td{padding-left:20%;}
		#complain-table>tbody>tr>td:before{ width:20%;}
		
		#booking-status-table>tbody>tr>td{ padding-left:20%;}
		#booking-status-table>tbody>tr>td:before{ width:20% !important;}
		
		
		#booking-awaiting-u-responsive-tb>tbody>tr>td{ padding-left:20%;}
		#booking-awaiting-u-responsive-tb>tbody>tr>td:before{ width:20% !important;}
         
        #convert-status-table>tbody>tr>td{padding-left:20%;}
		#convert-status-table>tbody>tr>td:before{ width:20% !important;}
		
		#city_table>tbody>tr>td{padding-left:30%;}
		#city_table>tbody>tr>td:before{ width:30% !important;}
		
		#bank_table>tbody>tr>td{padding-left:35%;}
		#bank_table>tbody>tr>td:before{ width:35% !important;}
		
		#attribute_table>tbody>tr>td{padding-left:40%;}
		#attribute_table>tbody>tr>td:before{ width:40% !important;}

		#voucher_table>tbody>tr>td{padding-left:45%;}
		#voucher_table>tbody>tr>td:before{ width:45% !important;}
		
		#unapproved-tb>tbody>tr>td{padding-left:25%;}
		#unapproved-tb>tbody>tr>td:before{ width:25% !important;}
		
		
		
		
		#attach_img_table>tbody>tr>td{padding-left:40%;}
		#attach_img_table>tbody>tr>td:before{ width:40% !important;}
		
		
        .user-settings-table>tbody>tr>td{padding-left:34%;}
		.user-settings-table>tbody>tr>td:before{ width:34%;} 

        .setting-companies-table>tbody>tr>td{padding-left:30%;}
		.setting-companies-table>tbody>tr>td:before{ width:30%;} 

        .company-invoice-notes>tbody>tr>td{padding-left:30%;}
		.company-invoice-notes>tbody>tr>td:before{ width:30%;}		 
       
        .setting-complaint-status>tbody>tr>td{padding-left:25%;}
		.setting-complaint-status>tbody>tr>td:before{ width:25%;}

		.settings-complaint-type>tbody>tr>td{padding-left:30%;}
		.settings-complaint-type>tbody>tr>td:before{ width:30%;}
		       
			

        .setting-services-table>tbody>tr>td{padding-left:25%;}
		.setting-services-table>tbody>tr>td:before{ width:25%;}
        
        
        .setting-products-table>tbody>tr>td{padding-left:25%;}
		.setting-products-table>tbody>tr>td:before{ width:25%;}
        
        .settings-service-attribute>tbody>tr>td{padding-left:25%;}
		.settings-service-attribute>tbody>tr>td:before{ width:25%;}

        .settings-auth-role-attribute>tbody>tr>td{padding-left:25%;}
		.settings-auth-role-attribute>tbody>tr>td:before{ width:25%;}

		.setting-vehicle-table>tbody>tr>td{padding-left:25%;}
		.setting-vehicle-table>tbody>tr>td:before{ width:25%;}

		.setting-booking-status-table>tbody>tr>td{padding-left:25%;}
		.setting-booking-status-table>tbody>tr>td:before{ width:25%;}		
		

		.setting-reject-question-table>tbody>tr>td{padding-left:25%;}
		.setting-reject-question-table>tbody>tr>td:before{ width:25%;}
		
		.setting-update-question-table>tbody>tr>td{padding-left:25%;}
		.setting-update-question-table>tbody>tr>td:before{ width:25%;}

		.setting-canned-response-table>tbody>tr>td{padding-left:25%;}
		.setting-canned-response-table>tbody>tr>td:before{ width:25%;}						
        
        .setting-service-discount>tbody>tr>td{padding-left:25%;}
		.setting-service-discount>tbody>tr>td:before{ width:25%;}
        
        .setting-referral-code-table>tbody>tr>td{padding-left:25%;}
		.setting-referral-code-table>tbody>tr>td:before{ width:25%;}
        
        .settings-attribute-value-price>tbody>tr>td{padding-left:25%;}
        .settings-attribute-value-price>tbody>tr>td:before{ width:25%;}
        
        .settings-attribute-value-discount>tbody>tr>td{padding-left:25%;}
        .settings-attribute-value-discount>tbody>tr>td:before{ width:25%;}
        
        .settings-attribute-value-dependent>tbody>tr>td{padding-left:25%;}
        .settings-attribute-value-dependent>tbody>tr>td:before{ width:25%;}
        
        .settings-attribute-discount>tbody>tr>td{padding-left:25%;}
        .settings-attribute-discount>tbody>tr>td:before{ width:25%;}
        
        .setting-category-table>tbody>tr>td{padding-left:25%;}
		.setting-category-table>tbody>tr>td:before{ width:25%;}
		
		.settings-rate-tag-table>tbody>tr>td{padding-left:25%;}
		.settings-rate-tag-table>tbody>tr>td:before{ width:25%;}
		
		.settings-dueDate-table>tbody>tr>td{padding-left:25%;}
		.settings-dueDate-table>tbody>tr>td:before{ width:25%;}
		
		.settings-paymet-type>tbody>tr>td{padding-left:25%;}
		.settings-paymet-type>tbody>tr>td:before{ width:25%;}


		.setting-attribute-value-table>tbody>tr>td{padding-left:25%;}
		.setting-attribute-value-table>tbody>tr>td:before{ width:25%;}

		.setting-contractor-employee-table>tbody>tr>td{padding-left:25%;}
		.setting-contractor-employee-table>tbody>tr>td:before{ width:25%;}

		.setting-contractor-licence-table>tbody>tr>td{padding-left:25%;}
		.setting-contractor-licence-table>tbody>tr>td:before{ width:25%;}

		.setting-contractor-owner-table>tbody>tr>td{padding-left:25%;}
		.setting-contractor-owner-table>tbody>tr>td:before{ width:25%;}		
		

		.setting-contractor-service-table>tbody>tr>td{padding-left:25%;}
		.setting-contractor-service-table>tbody>tr>td:before{ width:25%;}

		.setting-countries-table>tbody>tr>td{padding-left:25%;}
		.setting-countries-table>tbody>tr>td:before{ width:25%;}	
		

		.setting-contractor-service-availability-table>tbody>tr>td{padding-left:25%;}
		.setting-contractor-service-availability-table>tbody>tr>td:before{ width:25%;}

		.setting-contractor-insurance-table>tbody>tr>td{padding-left:25%;}
		.setting-contractor-insurance-table>tbody>tr>td:before{ width:25%;}
		

		
		
		
		/*createComplaint-table>tbody>tr>td{padding-left:25%;}*/
		#createComplaint-table >tbody>tr>td:nth-of-type(1){    background-color: #12A674;
															  color: #fff !important;
															  border: 1px solid #12A674 !important;}
		#createComplaint-table>tbody>tr>td:nth-of-type(3):before{ width:25%;
																 content:"Technician";}
		#createComplaint-table>tbody>tr>td:nth-of-type(3){padding-left:25%;}
		
		
		
        .setting-bookingstatus>tbody>tr>td{padding-left:25%;}
		.setting-bookingstatus>tbody>tr>td:before{ width:25%;}

        .setting-cronjob-table>tbody>tr>td{padding-left:35%;}
		.setting-cronjob-table>tbody>tr>td:before{ width:35%;}

        #employee-report>tbody>tr>td{padding-left:35%;}
		#employee-report>tbody>tr>td:before{ width:35%;}
		
		#payement-receive>tbody>tr>td,#overdue_invoices_table>tbody>tr>td{padding-left:35%;}
		#payement-receive>tbody>tr>td:before,#overdue_invoices_table>tbody>tr>td:before{ width:35%;}

        .common-reports>tbody>tr>td{padding-left:35%;}
		.common-reports>tbody>tr>td:before{ width:35%;}

        .contractors-reports>tbody>tr>td{padding-left:35%;}
		.contractors-reports>tbody>tr>td:before{ width:35%;}
		
        #contractor-details-summary>tbody>tr>td{padding-left:35%;}
		#contractor-details-summary>tbody>tr>td:before{ width:35%;}
                
        #contractor-booking-payement-report>tbody>tr>td{padding-left:35%;}
		#contractor-booking-payement-report>tbody>tr>td:before{ width:35%;}

        #contractors-payement-summary-reports>tbody>tr>td{padding-left:35%;}
		#contractors-payement-summary-reports>tbody>tr>td:before{ width:35%;}

        #refund-history-report>tbody>tr>td{padding-left:35%;}
		#refund-history-report>tbody>tr>td:before{ width:35%;}

		#saved-reports>tbody>tr>td{padding-left:25%;}
		#saved-reports>tbody>tr>td:before{ width:25%;}

		#saved-reports-booking>tbody>tr>td{padding-left:25%;}
		#saved-reports-booking>tbody>tr>td:before{ width:25%;}

	#saved-reports-booking-details>tbody>tr>td{padding-left:25%;}
		#saved-reports-booking-details>tbody>tr>td:before{ width:25%;}


		#user_role_tabel>tbody>tr>td{padding-left:35%;}
		#user_role_tabel>tbody>tr>td:before{ width:35%;}
		
		#customer_type_table>tbody>tr>td{padding-left:50%;}
		#customer_type_table>tbody>tr>td:before{ width:50%;}
		
		#future_dash_header_table>tbody>tr>td{padding-left:50%;}
		#future_dash_header_table>tbody>tr>td:before{ width:50%;}
		
		
		#future_dash_table>tbody>tr>td{padding-left:40%;}
		#future_dash_table>tbody>tr>td:before{ width:40%;}
		
		
		#past_dash_table>tbody>tr>td{padding-left:40%;}
		#past_dash_table>tbody>tr>td:before{ width:40%;}
		
		
		#completed_dash_table>tbody>tr>td{padding-left:50%;}
		#completed_dash_table>tbody>tr>td:before{ width:50%;}
		
		#inquiry_dash_header_table>tbody>tr>td{padding-left:50%;}
		#inquiry_dash_header_table>tbody>tr>td:before{ width:50%;}

		#employee-report,#overdue_invoices_table {
		 font-size:12px !important;
		}

    #UnapporvedPaymentTable>tbody>tr>td{padding-left:25%;}
    #UnapporvedPaymentTable>tbody>tr>td:before{ width:25%;}

    #matchedInvoiceInfoTable>tbody>tr>td{padding-left:35%;}
    #matchedInvoiceInfoTable>tbody>tr>td:before{ width:25%;}

    #matchedInvoicesTable>tbody>tr>td{padding-left:35%;}
    #matchedInvoiceInfoTable>tbody>tr>td:before{ width:25%;}

    #Claim-table>tbody>tr>td{padding-left:25%;}
    #Claim-table>tbody>tr>td:before{ width:25%;}


        #recent_emails>tbody>tr>td{padding-left:25%;}
		#recent_emails>tbody>tr>td:before{ width:25%;}

        #recent_complaints>tbody>tr>td{padding-left:25%;}
		#recent_complaints>tbody>tr>td:before{ width:25%;}

		
        #recent_discussions>tbody>tr>td{padding-left:25%;}
		#recent_discussions>tbody>tr>td:before{ width:25%;}

        #user_activity>tbody>tr>td{padding-left:25%;}
		#user_activity>tbody>tr>td:before{ width:25%;}

		
        #deleted_customer>tbody>tr>td{padding-left:28%;}
		#deleted_customer>tbody>tr>td:before{ width:25%;}

		
		/* recent emails table in dashboard */
		#recent_emails > tbody > tr > td:nth-of-type(2):before{ content: "Date";}
		#recent_emails> tbody > tr > td:nth-of-type(3):before{ content: "Event On";}
		#recent_emails > tbody > tr > td:nth-of-type(4):before{ content: "Subject";}
		#recent_emails > tbody > tr > td:nth-of-type(5):before{ content: "Sender";}
		#recent_emails > tbody > tr > td:nth-of-type(6):before{ content: "Cron job";}
		#recent_emails > tbody > tr > td:nth-of-type(7):before{ content: "To";}
		/* booking list data */
			

		/*	
		#booking-responsive-table > tbody > tr > td:nth-of-type(1):before{ content: "Delete ?"; }
		#booking-responsive-table > tbody > tr > td:nth-of-type(2):before{ content: "Booking";}
		#booking-responsive-table > tbody > tr > td:nth-of-type(3):before{ content: "Details";}
		#booking-responsive-table > tbody > tr > td:nth-of-type(4):before{ content: "Amount";}
		#booking-responsive-table > tbody > tr > td:nth-of-type(5):before{ content: "Technician";}
		#booking-responsive-table > tbody > tr > td:nth-of-type(6):before{ content: "Users";}
		#booking-responsive-table > tbody > tr > td:nth-of-type(7):before{ content: "Confirmation";}
		*/
		
		
		 #booking-awaiting-u-responsive-tb > tbody > tr > td:nth-of-type(1):before{ content: "Booking#"; }
		 #booking-awaiting-u-responsive-tb > tbody > tr > td:nth-of-type(2):before{ content: "Details";}
		 #booking-awaiting-u-responsive-tb > tbody > tr > td:nth-of-type(3):before{ content: "Amount";}
		 #booking-awaiting-u-responsive-tb > tbody > tr > td:nth-of-type(4):before{ content: "Technician";}
		 #booking-awaiting-u-responsive-tb > tbody > tr > td:nth-of-type(5):before{ content: "Users";}
	
		 #unapproved-tb> tbody > tr > td:nth-of-type(1):before{ content: "Booking#"; }
		 #unapproved-tb> tbody > tr > td:nth-of-type(2):before{ content: "Details";}
		 #unapproved-tb > tbody > tr > td:nth-of-type(3):before{ content: "Contractor";}
		 #unapproved-tb > tbody > tr > td:nth-of-type(4):before{ content: "Owner";}
		 #unapproved-tb > tbody > tr > td:nth-of-type(5):before{ content: "Approve";}
		 #unapproved-tb > tbody > tr > td:nth-of-type(6):before{ content: "Old Amount";}
		 #unapproved-tb > tbody > tr > td:nth-of-type(7):before{ content: "New Amount";}
	
		
		
		
		
		
		#waiting-booking-responsive-table > tbody > tr > td:nth-of-type(1):before{ content: "Booking#";}
		#waiting-booking-responsive-table > tbody > tr > td:nth-of-type(2):before{ content: "Details";}
		#waiting-booking-responsive-table > tbody > tr > td:nth-of-type(3):before{ content:"Amount";}
		#waiting-booking-responsive-table > tbody > tr > td:nth-of-type(4):before{ content:"Technician";}
		#waiting-booking-responsive-table > tbody > tr > td:nth-of-type(5):before{ content:"Users";}
		
		/* default booking responsive */

		
		#createComplaint-table > tbody > tr > td:nth-of-type(1){ color:#FFF !important;}
		
		
		#booking-default-responsive-table > tbody > tr > td:nth-of-type(1){ background-color:#12A674; 
																		color:#fff;
																		border:1px solid #12A674 !important;}
		#booking-default-responsive-table > tbody > tr > td:nth-of-type(1) a{ color:#FFF;}
		#booking-default-responsive-table > tbody > tr > td:nth-of-type(1):before{}
		#booking-default-responsive-table > tbody > tr > td:nth-of-type(2):before{}
		
	   /*
	   #booking-default-responsive-table >tbody >tr >td:not(:nth-of-type(1):nth-of-type(2)) {padding-left:20%; }
		#booking-default-responsive-table>tbody >tr >td:before:not(:nth-of-type(1):nth-of-type(2)){width:20% !important; }
	   #booking-default-responsive-table > tbody > tr > td:nth-of-type(3):before{content:"Customer";}
		#booking-default-responsive-table > tbody > tr > td:nth-of-type(4):before{content:"Technician";}
		#booking-default-responsive-table > tbody > tr > td:nth-of-type(5):before{content:"Complaint";}
		#booking-default-responsive-table > tbody > tr > td:nth-of-type(6):before{content:"Services";}
		#booking-default-responsive-table > tbody > tr > td:nth-of-type(7):before{content:"Amount";}
		*/
		/* estimate list data */
		#estimate-responsive-table > tbody > tr > td:nth-of-type(1):before{ content: "Delete ?";}
		#estimate-responsive-table > tbody > tr > td:nth-of-type(2):before{ content:"Estimate";}
		#estimate-responsive-table > tbody > tr > td:nth-of-type(3):before{	content:"Details";}		
		#estimate-responsive-table > tbody > tr > td:nth-of-type(4):before{ content:"Amount";}
		#estimate-responsive-table > tbody > tr > td:nth-of-type(5):before{ content:"Users";}
		#estimate-responsive-table > tbody > tr > td:nth-of-type(6):before{ content:"Technician";}
		#estimate-responsive-table > tbody > tr > td:nth-of-type(7):before{ content:"Contact History";}
		
		
		#invoice-responsive-table >tbody >tr >td:nth-of-type(1):before{ content: "Delete ?";}
		#invoice-responsive-table >tbody >tr >td:nth-of-type(2):before{ content:"Invoice";}
		#invoice-responsive-table >tbody >tr >td:nth-of-type(3):before{	content:"Details";}
		#invoice-responsive-table >tbody >tr >td:nth-of-type(4):before{	content:"Amount";}
		#invoice-responsive-table >tbody >tr >td:nth-of-type(5):before{ content:"Technician";}
		#invoice-responsive-table >tbody >tr >td:nth-of-type(6):before{ content:"Users";}

		
		#inquiry-responsive-table >tbody >tr >td:nth-of-type(1):before{ content:"";}
		#inquiry-responsive-table >tbody >tr >td:nth-of-type(2):before{ content:"Inquiry";}
		#inquiry-responsive-table >tbody >tr >td:nth-of-type(3):before{ content:"Details";}
		#inquiry-responsive-table >tbody >tr >td:nth-of-type(4):before{ content:"Services";}
	
		#inquiry-responsive-table >tbody >tr >td:nth-of-type(5):before{ content:"Contact History";}
		
		#inquiry-responsive-table.inquiry-label{  display:block !important ;}
		
		
		
		#deleted-inquiry-table >tbody >tr >td:nth-of-type(1):before{ content:"Delete ?";}
		#deleted-inquiry-table >tbody >tr >td:nth-of-type(2):before{ content:"Inquiry";}
		#deleted-inquiry-table >tbody >tr >td:nth-of-type(3):before{ content:"Details";}
		#deleted-inquiry-table >tbody >tr >td:nth-of-type(4):before{ content:"Customer Name";}
		#deleted-inquiry-table >tbody >tr  >td:nth-of-type(5):before{ content:"Services/Deferred to";}
		
		
		#cronjob_table >tbody >tr >td:nth-of-type(1):before{ content:"Cronjob name";}
		#cronjob_table >tbody >tr >td:nth-of-type(2):before{ content:"Start time(GMT)";}
		#cronjob_table>tbody >tr >td:nth-of-type(3):before{ content:"Start time(Sydney)";}
		#cronjob_table >tbody >tr >td:nth-of-type(4):before{ content:"Every";}
		
		
		
		
		#customer-responsive-table > tbody > tr > td:nth-of-type(1):before{ content:"Delete ?";}
		#customer-responsive-table > tbody > tr > td:nth-of-type(2):before{ content:"Details";}
		#customer-responsive-table > tbody > tr > td:nth-of-type(3):before{ content:"Customer Info";}
		#customer-responsive-table > tbody > tr > td:nth-of-type(4):before{ content:"Customer Type";}
		
		
		
		#complain-table>tbody>tr>td:nth-of-type(1):before{ content:"Delete ?";}
		#complain-table>tbody>tr>td:nth-of-type(2):before{content:"Complaint";}
		#complain-table>tbody>tr>td:nth-of-type(3):before{content:"Details";}
		#complain-table>tbody>tr>td:nth-of-type(4):before{content:"Customer";}
		#complain-table>tbody>tr>td:nth-of-type(5):before{content:"Technician";}
		#complain-table>tbody>tr>td:nth-of-type(6):before{content:"User";}
		
		/* booking-status-table data*/
		
		#booking-status-table>tbody>tr>td:nth-of-type(1):before{ content:"Date";}
		#booking-status-table>tbody>tr>td:nth-of-type(2):before{content:"Booking#";}
		#booking-status-table>tbody>tr>td:nth-of-type(3):before{content:"Details";}
		#booking-status-table>tbody>tr>td:nth-of-type(4):before{content:"Customer Name";}
		#booking-status-table>tbody>tr>td:nth-of-type(5):before{content:"Amount";}

        #convert-status-table>tbody>tr>td:nth-of-type(1):before{ content:"Date";}
		#convert-status-table>tbody>tr>td:nth-of-type(2):before{content:"Booking#";}
		#convert-status-table>tbody>tr>td:nth-of-type(3):before{content:"Details";}
		#convert-status-table>tbody>tr>td:nth-of-type(4):before{content:"customer Name ";}
		#convert-status-table>tbody>tr>td:nth-of-type(5):before{content:"Action";}
        #convert-status-table>tbody>tr>td:nth-of-type(6):before{content:"Amount";}
		
		/*.responsive-dashboard-table >th{transform:rotate(90deg); transform-origin:left top 0;}*/

                /* settings tables */

		.user-settings-table>tbody>tr>td:nth-of-type(2):before{ content:"User";}
		.user-settings-table>tbody>tr>td:nth-of-type(3):before{content:"Role";}
		.user-settings-table>tbody>tr>td:nth-of-type(4):before{content:"Active";}
		.user-settings-table>tbody>tr>td:nth-of-type(5):before{content:"Email Verification";}

		.setting-companies-table>tbody>tr>td:nth-of-type(2):before{content:"Trading Names";}
		.setting-companies-table>tbody>tr>td:nth-of-type(3):before{content:"Website URL";}

		.company-invoice-notes>tbody>tr>td:nth-of-type(2):before{content:"Note";}
		
        .setting-complaint-status>tbody>tr>td:nth-of-type(2):before{content:"Name";}
        .setting-complaint-status>tbody>tr>td:nth-of-type(3):before{content:"Color";}
        .setting-complaint-status>tbody>tr>td:nth-of-type(4):before{content:"Description";}

        .settings-complaint-type>tbody>tr>td:nth-of-type(2):before{content:"Name";}

        
		.setting-services-table>tbody>tr>td:nth-of-type(2):before{content:"Service";}
        .setting-services-table>tbody>tr>td:nth-of-type(3):before{content:"Custom field";}
        .setting-services-table>tbody>tr>td:nth-of-type(4):before{content:"Category";}
		.setting-services-table>tbody>tr>td:nth-of-type(5):before{content:"Min. cost";}
        .setting-services-table>tbody>tr>td:nth-of-type(6):before{content:"Visibility";}
        .setting-services-table>tbody>tr>td:nth-of-type(7):before{content:"Active";}
        
        .setting-products-table>tbody>tr>td:nth-of-type(2):before{content:"Product";}
        .setting-products-table>tbody>tr>td:nth-of-type(3):before{content:"Unit cost";}
        .setting-products-table>tbody>tr>td:nth-of-type(4):before{content:"Available";}
        
        .settings-service-attribute>tbody>tr>td:nth-of-type(2):before{content:"Custom field";}
        .settings-service-attribute>tbody>tr>td:nth-of-type(3):before{content:"Values";}
        .settings-service-attribute>tbody>tr>td:nth-of-type(4):before{content:"Default Value";}
		.settings-service-attribute>tbody>tr>td:nth-of-type(5):before{content:"Is Dependent";}

        .settings-auth-role-attribute>tbody>tr>td:nth-of-type(2):before{content:"Role Name";}
        .settings-auth-role-attribute>tbody>tr>td:nth-of-type(3):before{content:"Default Page";}
        .settings-auth-role-attribute>tbody>tr>td:nth-of-type(4):before{content:"Core";}


	    .setting-vehicle-table>tbody>tr>td:nth-of-type(2):before{content:"Registration";}
        .setting-vehicle-table>tbody>tr>td:nth-of-type(3):before{content:"Make";}
        .setting-vehicle-table>tbody>tr>td:nth-of-type(4):before{content:"Model";}
		.setting-vehicle-table>tbody>tr>td:nth-of-type(5):before{content:"Color";}

	    .setting-booking-status-table>tbody>tr>td:nth-of-type(2):before{content:"Name";}
        .setting-booking-status-table>tbody>tr>td:nth-of-type(3):before{content:"Color";}
        .setting-booking-status-table>tbody>tr>td:nth-of-type(4):before{content:"Actions";}
		.setting-booking-status-table>tbody>tr>td:nth-of-type(5):before{content:"Description";}
		
	    .setting-reject-question-table>tbody>tr>td:nth-of-type(1):before{content:"Question";}
        .setting-reject-question-table>tbody>tr>td:nth-of-type(2):before{content:"Type";}

	    .setting-update-question-table>tbody>tr>td:nth-of-type(1):before{content:"Question";}
        .setting-update-question-table>tbody>tr>td:nth-of-type(2):before{content:"Type";}       


        .setting-canned-response-table>tbody>tr>td:nth-of-type(2):before{content:"Name";} 
             

        .setting-contractor-insurance-table>tbody>tr>td:nth-of-type(2):before{content:"Insurance Details";}


	    .setting-attribute-value-table>tbody>tr>td:nth-of-type(2):before{content:"Custom field Name";}
        .setting-attribute-value-table>tbody>tr>td:nth-of-type(3):before{content:"Custom field Value";}
        .setting-attribute-value-table>tbody>tr>td:nth-of-type(4):before{content:"Unit Price";}

        
        .settings-dueDate-table>tbody>tr>td:nth-of-type(2):before{content:"Due Date";}
        .settings-dueDate-table>tbody>tr>td:nth-of-type(3):before{content:"Default";}
        .settings-dueDate-table>tbody>tr>td:nth-of-type(4):before{content:"Core";}

        
        .settings-rate-tag-table>tbody>tr>td:nth-of-type(2):before{content:"Tag Question";}
        .settings-rate-tag-table>tbody>tr>td:nth-of-type(3):before{content:"Tag Image";}

        
        .setting-category-table>tbody>tr>td:nth-of-type(2):before{content:"Category";}
        .setting-category-table>tbody>tr>td:nth-of-type(3):before{content:"Services";}
        .setting-category-table>tbody>tr>td:nth-of-type(4):before{content:"Active";}

        .settings-paymet-type>tbody>tr>td:nth-of-type(2):before{content:"Payment Type";}
        .settings-paymet-type>tbody>tr>td:nth-of-type(3):before{content:"Core";}

        .setting-service-discount>tbody>tr>td:nth-of-type(2):before{ content:"Size Range";}
		.setting-service-discount>tbody>tr>td:nth-of-type(3):before{content:"Dsicount Range";}
        
        .settings-attribute-value-price>tbody>tr>td:nth-of-type(2):before{ content:"Service Name";}
        .settings-attribute-value-price>tbody>tr>td:nth-of-type(3):before{ content:"Custom field Name";}
        .settings-attribute-value-price>tbody>tr>td:nth-of-type(4):before{ content:"Custom field Value";}
        .settings-attribute-value-price>tbody>tr>td:nth-of-type(5):before{ content:"Unit Price";}
        
        .setting-referral-code-table>tbody>tr>td:nth-of-type(2):before{ content:"Valid Until";}
        .setting-referral-code-table>tbody>tr>td:nth-of-type(3):before{ content:"Discount Type";}
        .setting-referral-code-table>tbody>tr>td:nth-of-type(4):before{ content:"Discount Value";}
        .setting-referral-code-table>tbody>tr>td:nth-of-type(5):before{ content:"Number of Valid Usages";}
        
        .settings-attribute-value-discount>tbody>tr>td:nth-of-type(2):before{ content:"Service Name";}
        .settings-attribute-value-discount>tbody>tr>td:nth-of-type(3):before{ content:"Custom field Name";}
        .settings-attribute-value-discount>tbody>tr>td:nth-of-type(4):before{ content:"Custom field Value";}
        .settings-attribute-value-discount>tbody>tr>td:nth-of-type(5):before{ content:"Size range";}
        .settings-attribute-value-discount>tbody>tr>td:nth-of-type(6):before{ content:"Discount range";}
        
        .settings-attribute-discount>tbody>tr>td:nth-of-type(2):before{ content:"Size range";}
        .settings-attribute-discount>tbody>tr>td:nth-of-type(3):before{ content:"Discount range";}

        .setting-contractor-employee-table>tbody>tr>td:nth-of-type(2):before{ content:"Employee Details";}
        .setting-contractor-employee-table>tbody>tr>td:nth-of-type(3):before{ content:"Avatar";}

        .setting-contractor-licence-table>tbody>tr>td:nth-of-type(2):before{ content:"Licence Details";}

        .setting-contractor-owner-table>tbody>tr>td:nth-of-type(2):before{ content:"Owners";}
        .setting-contractor-owner-table>tbody>tr>td:nth-of-type(3):before{ content:"Avatar";}

        .setting-contractor-service-table>tbody>tr>td:nth-of-type(2):before{ content:"Services";}
        .setting-contractor-service-table>tbody>tr>td:nth-of-type(3):before{ /* content:"City Availability"; */ }

        .setting-countries-table>tbody>tr>td:nth-of-type(1):before{ content:"Country Name";}
        .setting-countries-table>tbody>tr>td:nth-of-type(2):before{ content:"Code";}
        
        .setting-contractor-service-availability-table>tbody>tr>td:nth-of-type(2):before{ content:"	Town / City";}
        
        .settings-attribute-value-dependent>tbody>tr>td:nth-of-type(2):before{ content:"Service / Custom field";}
        .settings-attribute-value-dependent>tbody>tr>td:nth-of-type(3):before{ content:"Custom field Value";}
        .settings-attribute-value-dependent>tbody>tr>td:nth-of-type(4):before{ content:"Dependent Custom field";}

        .setting-cronjob-table>tbody>tr>td:nth-of-type(1):before{ content:"Delete ?";}
		.setting-cronjob-table>tbody>tr>td:nth-of-type(2):before{content:"Cronjob Name";}
		.setting-cronjob-table>tbody>tr>td:nth-of-type(3):before{content:"Every";}
		.setting-cronjob-table>tbody>tr>td:nth-of-type(4):before{content:"Is Running";}
		.setting-cronjob-table>tbody>tr>td:nth-of-type(5):before{content:"Description";}
		.setting-cronjob-table>tbody>tr>td:nth-of-type(6):before{content:"Email Template";}

/* reports tables*/
		
		
		#employee-report>tbody>tr>td:nth-of-type(1):before{ content:"EMPLOYEE";}
		#employee-report>tbody>tr>td:nth-of-type(2):before{content:"BOOKINGS";}
		#employee-report>tbody>tr>td:nth-of-type(3):before{content:"IN PROCESS";}
		#employee-report>tbody>tr>td:nth-of-type(4):before{content:"COMPLETED";}
		#employee-report>tbody>tr>td:nth-of-type(5):before{content:"FAILED";}
		#employee-report>tbody>tr>td:nth-of-type(6):before{content:"QUOTED";}
		#employee-report>tbody>tr>td:nth-of-type(7):before{content:"TO DO";}
		#employee-report>tbody>tr>td:nth-of-type(8):before{content:"ON HOLD";}
		#employee-report>tbody>tr>td:nth-of-type(9):before{content:"CANCELLED";}
		#employee-report>tbody>tr>td:nth-of-type(10):before{content:"AWAITING UPDATE";}
		#employee-report>tbody>tr>td:nth-of-type(11):before{content:"TENTATIVE";}
		#employee-report>tbody>tr>td:nth-of-type(12):before{content:"TO VISIT";}
		#employee-report>tbody>tr>td:nth-of-type(13):before{content:"COMPLAINT";}
		#employee-report>tbody>tr>td:nth-of-type(14):before{content:"Complete Amount";}
		#employee-report>tbody>tr>td:nth-of-type(15):before{content:"Quoted Amount";}
		
		#payement-receive>tbody>tr>td:nth-of-type(1):before{ content:"INV#";}
		#payement-receive>tbody>tr>td:nth-of-type(2):before{content:"Date";}
		#payement-receive>tbody>tr>td:nth-of-type(3):before{content:"Reference#";}
		#payement-receive>tbody>tr>td:nth-of-type(4):before{content:"Customer";}
		#payement-receive>tbody>tr>td:nth-of-type(5):before{content:"payment method";}
		#payement-receive>tbody>tr>td:nth-of-type(6):before{content:"Notes";}
		#payement-receive>tbody>tr>td:nth-of-type(7):before{content:"Status";}
		#payement-receive>tbody>tr>td:nth-of-type(8):before{content:"Payment amount";}
		#payement-receive>tbody>tr>td:nth-of-type(9):before{content:"Invoice payment";}
		#payement-receive>tbody>tr>td:nth-of-type(10):before{content:"Tip payment";}

        #overdue_invoices_table>tbody>tr>td:nth-of-type(1):before{ content:"Date";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(2):before{ content:"Job#";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(3):before{content:"Inv#";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(4):before{content:"Contractor";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(5):before{content:"Customer Info";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(6):before{content:"Job Status";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(7):before{content:"Job Nature";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(8):before{content:"Address";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(9):before{content:"State";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(10):before{content:"Amount";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(11):before{content:"Approved Amount";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(12):before{content:"Unapproved Amount";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(13):before{content:"Unpaid";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(14):before{content:"Office Payment";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(15):before{content:"Cash Payment";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(16):before{content:"Booked By";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(17):before{content:"Overdue";}
		#overdue_invoices_table>tbody>tr>td:nth-of-type(18):before{content:"Comments";}
              /*  .responsive .responsive-select{ width:100% !important;}*/

        #refund-history-report>tbody>tr>td:nth-of-type(1):before{content:"INV#";}
		#refund-history-report>tbody>tr>td:nth-of-type(2):before{content:"Date";}
		#refund-history-report>tbody>tr>td:nth-of-type(3):before{content:"Reference#";}
		#refund-history-report>tbody>tr>td:nth-of-type(4):before{content:"Customer";}
		#refund-history-report>tbody>tr>td:nth-of-type(5):before{content:"Refund method";}
		#refund-history-report>tbody>tr>td:nth-of-type(6):before{content:"Notes";}
		#refund-history-report>tbody>tr>td:nth-of-type(7):before{content:"Status";}
		#refund-history-report>tbody>tr>td:nth-of-type(8):before{content:"Refund amount";}
		#refund-history-report>tbody>tr>td:nth-of-type(9):before{content:"Refund payment";}
		#refund-history-report>tbody>tr>td:nth-of-type(10):before{content:"Refunded tip";}

        .common-reports>tbody>tr>td:nth-of-type(1):before{ content:"Date";}
		.common-reports>tbody>tr>td:nth-of-type(2):before{ content:"Job#";}
		.common-reports>tbody>tr>td:nth-of-type(3):before{content:"Inv#";}
		.common-reports>tbody>tr>td:nth-of-type(4):before{content:"Contractor";}
		.common-reports>tbody>tr>td:nth-of-type(5):before{content:"Job Status";}
		.common-reports>tbody>tr>td:nth-of-type(6):before{content:"Job Nature";}
		.common-reports>tbody>tr>td:nth-of-type(7):before{content:"Address";}
		.common-reports>tbody>tr>td:nth-of-type(8):before{content:"State";}
		.common-reports>tbody>tr>td:nth-of-type(9):before{content:"Amount";}
		.common-reports>tbody>tr>td:nth-of-type(10):before{content:"Approved Amount";}
		.common-reports>tbody>tr>td:nth-of-type(11):before{content:"Unapproved Amount";}
		.common-reports>tbody>tr>td:nth-of-type(12):before{content:"Approved Refund";}
		.common-reports>tbody>tr>td:nth-of-type(13):before{content:"Unapproved Refund";}
		.common-reports>tbody>tr>td:nth-of-type(14):before{content:"Unpaid";}
		.common-reports>tbody>tr>td:nth-of-type(15):before{content:"Office Payment";}
		.common-reports>tbody>tr>td:nth-of-type(16):before{content:"Cash Payment";}
		.common-reports>tbody>tr>td:nth-of-type(17):before{content:"Booked By";}
		.common-reports>tbody>tr>td:nth-of-type(18):before{content:"Comments";}
		.common-reports>tbody>tr>td:nth-of-type(19):before{content:"Company Share";}
		.common-reports>tbody>tr>td:nth-of-type(20):before{content:"Operator Share";}
		.common-reports>tbody>tr>td:nth-of-type(21):before{content:"PAYMENT TO Operator";}


        .contractors-reports>tbody>tr>td:nth-of-type(1):before{ content:"Contractor";}
		.contractors-reports>tbody>tr>td:nth-of-type(2):before{ content:"Commission";}
		.contractors-reports>tbody>tr>td:nth-of-type(3):before{content:"Registered GST";}
		.contractors-reports>tbody>tr>td:nth-of-type(4):before{content:"Amount";}
		.contractors-reports>tbody>tr>td:nth-of-type(5):before{content:"Cash Payments";}
		.contractors-reports>tbody>tr>td:nth-of-type(6):before{content:"Refunds (-)";}
		.contractors-reports>tbody>tr>td:nth-of-type(7):before{content:"Unpaid";}
		.contractors-reports>tbody>tr>td:nth-of-type(8):before{content:"Total Office";}
		.contractors-reports>tbody>tr>td:nth-of-type(9):before{content:"Company Share";}
		.contractors-reports>tbody>tr>td:nth-of-type(10):before{content:"Operator Share";}
		.contractors-reports>tbody>tr>td:nth-of-type(11):before{content:"PAYMENT TO SC";}
		.contractors-reports>tbody>tr>td:nth-of-type(12):before{content:"Invoice#";}
		.contractors-reports>tbody>tr>td:nth-of-type(13):before{content:"Amount Paid";}
		.contractors-reports>tbody>tr>td:nth-of-type(14):before{content:"Date Paid";}
		.contractors-reports>tbody>tr>td:nth-of-type(15):before{content:"Outstanding";}

                
        #contractor-details-summary>tbody>tr>td:nth-of-type(1):before{ content:"Contractor";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(2):before{ content:"Commission";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(3):before{ content:"Registered GST";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(4):before{ content:"No of Jobs";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(5):before{ content:"IN PROCESS";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(6):before{ content:"QUOTED";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(7):before{ content:"TO DO";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(8):before{ content:"ON HOLD";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(9):before{ content:"CANCELLED";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(10):before{ content:"AWAITING UPDATE";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(11):before{ content:"TENTATIVE";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(12):before{ content:"TO VISIT";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(13):before{ content:"IN PROCESS (invoice)";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(14):before{ content:"FAILED (invoice)";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(15):before{ content:"COMPLETED (invoice)";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(16):before{ content:"Amount";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(17):before{ content:"Amount";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(18):before{ content:"CHEQUE";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(19):before{ content:"CC Payments";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(20):before{ content:"EFT";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(21):before{ content:"C-D Payments";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(22):before{ content:"adfasdf";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(23):before{ content:"ffsdfsd";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(24):before{content:"dgdgda";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(25):before{content:"asdfadsf";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(26):before{content:"Cash Payments";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(27):before{content:"Refunds (-)";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(28):before{content:"Unpaid";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(29):before{content:"Total Office";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(30):before{content:"Company Share";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(31):before{content:"Operator Share";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(32):before{content:"PAYMENT TO SC";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(33):before{content:"Invoice#";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(34):before{content:"Amount Paid";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(35):before{content:"Date Paid";}
		#contractor-details-summary>tbody>tr>td:nth-of-type(36):before{content:"Outstanding";}

        #contractor-booking-payement-report>tbody>tr>td:nth-of-type(1):before{ content:"Date";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(2):before{ content:"Job#";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(3):before{ content:"Inv#";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(4):before{ content:"Contractor";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(5):before{ content:"Job Status";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(6):before{ content:"Job Nature";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(7):before{ content:"Address";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(8):before{ content:"State";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(9):before{ content:"Amount";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(10):before{ content:"Approved Payment";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(11):before{ content:"Unapproved Payment";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(12):before{ content:"Approved Refund";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(13):before{ content:"Unapproved Refund";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(14):before{ content:"Unpaid";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(15):before{ content:"Office Payment";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(16):before{ content:"Cash Payment";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(17):before{ content:"Booked By";}
		#contractor-booking-payement-report>tbody>tr>td:nth-of-type(18):before{ content:"Comments";}


                #contractors-payement-summary-reports>tbody>tr>td:nth-of-type(1):before{ content:"Contractor";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(2):before{ content:"Commission";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(3):before{ content:"Registered GST";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(4):before{ content:"No of Jobs";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(5):before{ content:"IN PROCESS (invoice)";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(6):before{ content:"FAILED (invoice)";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(7):before{ content:"COMPLETED (invoice)";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(8):before{ content:"Amount";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(9):before{ content:"CHEQUE";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(10):before{ content:"CC Payments";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(11):before{ content:"EFT";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(12):before{ content:"C-D Payments";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(13):before{ content:"adfasdf";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(14):before{ content:"ffsdfsd";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(15):before{content:"dgdgda";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(16):before{content:"asdfadsf";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(17):before{content:"Cash Payments";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(18):before{content:"Refunds (-)";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(19):before{content:"Unpaid";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(20):before{content:"Total Office";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(21):before{content:"Company Share";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(22):before{content:"Operator Share";}
		#contractors-payement-summary-reports>tbody>tr>td:nth-of-type(23):before{content:"PAYMENT TO SC";}

		#complaint_table>tbody>tr>td:nth-of-type(1):before{ content:"Booking number";}
		#complaint_table>tbody>tr>td:nth-of-type(2):before{ content:"Booking start";}
		#complaint_table>tbody>tr>td:nth-of-type(3):before{ content:"Customer name";}
		#complaint_table>tbody>tr>td:nth-of-type(4):before{ content:"Comment";}
		#complaint_table>tbody>tr>td:nth-of-type(5):before{ content:"To follow";}
		#complaint_table>tbody>tr>td:nth-of-type(6):before{ content:"Approve statues";}
		#complaint_table>tbody>tr>td:nth-of-type(7):before{ content:"Complaint statues";}
		#complaint_table>tbody>tr>td:nth-of-type(8):before{ content:"Filled by";}
		#complaint_table>tbody>tr>td:nth-of-type(9):before{ content:"Filled by role";}
		#complaint_table>tbody>tr>td:nth-of-type(10):before{ content:"Last updated";}


		#saved-reports> tbody > tr > td:nth-of-type(1):before{ content: "Delete ?";}
		#saved-reports>tbody>tr>td:nth-of-type(2):before{ content:"#";}
		#saved-reports>tbody>tr>td:nth-of-type(3):before{ content:"First Name";}
		#saved-reports>tbody>tr>td:nth-of-type(4):before{content:"Sur Name";}
		#saved-reports>tbody>tr>td:nth-of-type(5):before{content:"Period";}
		#saved-reports>tbody>tr>td:nth-of-type(6):before{content:"Scheduled Hours";}
		#saved-reports>tbody>tr>td:nth-of-type(7):before{content:"Actual (Attended) Hours";}


		#saved-reports-booking> tbody > tr > td:nth-of-type(1):before{ content: "Delete ?";}
		#saved-reports-booking>tbody>tr>td:nth-of-type(2):before{ content:"Date";}
		#saved-reports-booking>tbody>tr>td:nth-of-type(3):before{ content:"Booking Num";}
		#saved-reports-booking>tbody>tr>td:nth-of-type(4):before{content:"Booking Status";}
		#saved-reports-booking>tbody>tr>td:nth-of-type(5):before{content:"Jop";}
		#saved-reports-booking>tbody>tr>td:nth-of-type(6):before{content:"Start Time";}
		#saved-reports-booking>tbody>tr>td:nth-of-type(7):before{content:"Break";}


		#saved-reports-booking-details> tbody > tr > td:nth-of-type(1):before{ content: "Delete ?";}
		#saved-reports-booking-details>tbody>tr>td:nth-of-type(2):before{ content:"Date";}
		#saved-reports-booking-details>tbody>tr>td:nth-of-type(3):before{ content:"Booking";}
		#saved-reports-booking-details>tbody>tr>td:nth-of-type(4):before{content:"Booking Status";}
		#saved-reports-booking-details>tbody>tr>td:nth-of-type(5):before{content:"Location";}
		#saved-reports-booking-details>tbody>tr>td:nth-of-type(6):before{content:"Start Time";}
		#saved-reports-booking-details>tbody>tr>td:nth-of-type(7):before{content:"Break";}


		#city_table> tbody > tr > td:nth-of-type(2):before{ content: "Name";}
		#city_table > tbody > tr > td:nth-of-type(3):before{ content: "Phone Key";}
		#city_table> tbody > tr > td:nth-of-type(4):before{ content: "Zipcode/Postcode Key";}
		#city_table> tbody > tr > td:nth-of-type(5):before{ content: "State";}
		/*#city_table> tbody > tr > td:nth-of-type(6):before{ content: "Timezone";}*/
		
		
		#bank_table> tbody > tr > td:nth-of-type(2):before{ content: "Company";}
		#bank_table > tbody > tr > td:nth-of-type(3):before{ content: "Bank Name";}
		#bank_table> tbody > tr > td:nth-of-type(4):before{ content: "BSB";}
		#bank_table> tbody > tr > td:nth-of-type(5):before{ content: "Account Name";}
		
		
		
		#user_role_tabel > tbody > tr > td:nth-of-type(1):before{ content: "Delete ?"; }
		#user_role_tabel> tbody > tr > td:nth-of-type(2):before{ content: "Role Name";}
		#user_role_tabel > tbody > tr > td:nth-of-type(3):before{ content: "Default Page";}
		#user_role_tabel> tbody > tr > td:nth-of-type(4):before{ content: "Core";}
		
		
		
		
		#attribute_table > tbody > tr > td:nth-of-type(1):before{ content: ""; }
		#attribute_table> tbody > tr > td:nth-of-type(2):before{ content: "Custom field";}
		#attribute_table > tbody > tr > td:nth-of-type(3):before{ content: "Details";}
		#attribute_table> tbody > tr > td:nth-of-type(4):before{ content: "Options";}
        #attribute_table> tbody > tr > td:nth-of-type(5):before{ content: "Services";}
        #attribute_table> tbody > tr > td:nth-of-type(6):before{ content: "Active";}

		#voucher_table> tbody > tr > td:nth-of-type(1):before{ content: "Code"; }
		#voucher_table> tbody > tr > td:nth-of-type(2):before{ content: "Label";}
		#voucher_table> tbody > tr > td:nth-of-type(3):before{ content: "Description";}
		#voucher_table> tbody > tr > td:nth-of-type(4):before{ content: "Private Description";}
		#voucher_table> tbody > tr > td:nth-of-type(5):before{ content: "Type";}
		#voucher_table> tbody > tr > td:nth-of-type(6):before{ content: "Value";}
		#voucher_table> tbody > tr > td:nth-of-type(7):before{ content: "Active";}
		#voucher_table> tbody > tr > td:nth-of-type(8):before{ content: "Redemption limit";}
		#voucher_table> tbody > tr > td:nth-of-type(9):before{ content: "Redemption remain";}
		#voucher_table> tbody > tr > td:nth-of-type(10):before{ content: "Redemption limit per customer";}
		#voucher_table> tbody > tr > td:nth-of-type(11):before{ content: "Minimum booking value";}

		#attach_img_table > tbody > tr > td:nth-of-type(1):before{ content: "Delete ?"; }
		#attach_img_table> tbody > tr > td:nth-of-type(2):before{ content: "Image";}
		#attach_img_table > tbody > tr > td:nth-of-type(3):before{ content: "Service Name";}
		#attach_img_table> tbody > tr > td:nth-of-type(4):before{ content: "Tile Type";}
		#attach_img_table> tbody > tr > td:nth-of-type(5):before{ content: "Description";}
		
		
		#customer_type_table> tbody > tr > td:nth-of-type(2):before{ content: "Name";}
		#customer_type_table > tbody > tr > td:nth-of-type(3):before{ content: "Core";}
		#customer_type_table> tbody > tr > td:nth-of-type(4):before{ content: "Work Order is Required";}
		#customer_type_table> tbody > tr > td:nth-of-type(5):before{ content: "As Booking Address";}
		
		#future_dash_header_table > tbody > tr > td:nth-of-type(1):before{ content: "Open Invoices"; }
		#future_dash_header_table> tbody > tr > td:nth-of-type(2):before{ content: "Overdue Invoices";}
		
		#future_dash_table > tbody > tr > td:nth-of-type(1):before{ content: ""; }
		#future_dash_table> tbody > tr > td:nth-of-type(2):before{ content: "IN PROCESS";}
		#future_dash_table> tbody > tr > td:nth-of-type(3):before{ content: "TO DO";}
		#future_dash_table> tbody > tr > td:nth-of-type(4):before{ content: "ON HOLD";}
		#future_dash_table> tbody > tr > td:nth-of-type(5):before{ content: "CANCELLED";}
		#future_dash_table> tbody > tr > td:nth-of-type(6):before{ content: "TENTATIVE";}
		#future_dash_table> tbody > tr > td:nth-of-type(7):before{ content: "TO VISIT";}
		
		#past_dash_table > tbody > tr > td:nth-of-type(1):before{ content: ""; }
		#past_dash_table> tbody > tr > td:nth-of-type(2):before{ content: "IN PROCESS";}
		#past_dash_table> tbody > tr > td:nth-of-type(3):before{ content: "FAILED";}
		#past_dash_table> tbody > tr > td:nth-of-type(4):before{ content: "QUOTED";}
		#past_dash_table> tbody > tr > td:nth-of-type(5):before{ content: "TO DO";}
		#past_dash_table> tbody > tr > td:nth-of-type(6):before{ content: "ON HOLD";}
		#past_dash_table> tbody > tr > td:nth-of-type(7):before{ content: "CANCELLED";}
		#past_dash_table> tbody > tr > td:nth-of-type(8):before{ content: "AWAITING UPDATE";}
		#past_dash_table> tbody > tr > td:nth-of-type(9):before{ content: "TENTATIVE";}
		
		#completed_dash_table > tbody > tr > td:nth-of-type(1):before{ content: ""; }
		#completed_dash_table> tbody > tr > td:nth-of-type(2):before{ content: "Sales";}
		#completed_dash_table> tbody > tr > td:nth-of-type(3):before{ content: "Receipts";}
		#completed_dash_table> tbody > tr > td:nth-of-type(4):before{ content: "Due";}
		
		
		
		#inquiry_dash_header_table > tbody > tr > td:nth-of-type(1):before{ content: ""; }
		#inquiry_dash_header_table> tbody > tr > td:nth-of-type(2):before{ content: "Inquiries By Website";}
		#inquiry_dash_header_table> tbody > tr > td:nth-of-type(3):before{ content: "Inquiries By Phone";}
		#inquiry_dash_header_table> tbody > tr > td:nth-of-type(4):before{ content: "All Inquires";}

		#UnapporvedPaymentTable > tbody > tr > td:nth-of-type(1):before{ content: "Mark"; }
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(2):before{ content: "Date";}
		#UnapporvedPaymentTable > tbody > tr > td:nth-of-type(3):before{ content: "Payment Details";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(4):before{ content: "Actions";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(5):before{ content: "Technician";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(6):before{ content: "Reference#";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(7):before{ content: "Total";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(8):before{ content: "Score";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(9):before{ content: "Added By";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(10):before{ content: "Insert Type";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(11):before{ content: "Amount Paid";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(12):before{ content: "Tip Payment";}
		#UnapporvedPaymentTable> tbody > tr > td:nth-of-type(13):before{ content: "Surcharge";}

    #matchedInvoiceInfoTable > tbody > tr > td:nth-of-type(1):before{ content: "Date"; top:10px;}
    #matchedInvoiceInfoTable> tbody > tr > td:nth-of-type(2):before{ content: "Reference";top:10px;}
    #matchedInvoiceInfoTable > tbody > tr > td:nth-of-type(3):before{ content: "Amount";top:10px;}

    #matchedInvoicesTable > tbody > tr > td:nth-of-type(1):before{ content: ""; }
    #matchedInvoicesTable> tbody > tr > td:nth-of-type(2):before{ content: "Invoice NO."; top:10px;}
    #matchedInvoicesTable > tbody > tr > td:nth-of-type(3):before{ content: "Booking NO.";top:10px;}
    #matchedInvoicesTable > tbody > tr > td:nth-of-type(4):before{ content: "Customer";top:10px;}
    #matchedInvoicesTable > tbody > tr > td:nth-of-type(5):before{ content: "Amount";top:10px;}
    #matchedInvoicesTable > tbody > tr > td:nth-of-type(6):before{ content: "Date";top:10px;}
    #matchedInvoicesTable > tbody > tr > td:nth-of-type(7):before{ content: "Score";top:10px;}
    #matchedInvoicesTable > tbody > tr > td:nth-of-type(8):before{ content: "Contractor";top:10px;}

		#Claim-table> tbody > tr > td:nth-of-type(1):before{ content: " ";}
		#Claim-table> tbody > tr > td:nth-of-type(2):before{ content: "Claim On";}
		#Claim-table> tbody > tr > td:nth-of-type(3):before{ content: "Details";}
		#Claim-table> tbody > tr > td:nth-of-type(4):before{ content: "City";}
		#Claim-table> tbody > tr > td:nth-of-type(5):before{ content: "Users";}
		#Claim-table> tbody > tr > td:nth-of-type(6):before{ content: "Amount";}

		#recent_complaints> tbody > tr > td:nth-of-type(1):before{ content:"Date";}
		#recent_complaints> tbody > tr > td:nth-of-type(2):before{ content:"Booking#";}
		#recent_complaints> tbody > tr > td:nth-of-type(3):before{ content:"Complaint";}
		#recent_complaints> tbody > tr > td:nth-of-type(4):before{ content:"User";}

		#recent_discussions> tbody > tr > td:nth-of-type(1):before{ content:"Date";}
		#recent_discussions> tbody > tr > td:nth-of-type(2):before{ content:"Booking#";}
		#recent_discussions> tbody > tr > td:nth-of-type(3):before{ content:"Message";}
		#recent_discussions> tbody > tr > td:nth-of-type(4):before{ content:"User";}

		#user_activity> tbody > tr > td:nth-of-type(1):before{ content:"History";}
		#user_activity> tbody > tr > td:nth-of-type(2):before{ content:"Event On";}
		#user_activity> tbody > tr > td:nth-of-type(3):before{ content:"Date";}
	

		#deleted_customer> tbody > tr > td:nth-of-type(1):before{ content:"Delete ?";}
		#deleted_customer> tbody > tr > td:nth-of-type(2):before{ content:"Details";}
		#deleted_customer> tbody > tr > td:nth-of-type(3):before{ content:"Customer Info";}
		#deleted_customer> tbody > tr > td:nth-of-type(4):before{ content:"Customer Type";}
	

		
	}
	
	
	@media only screen and (max-device-width : 500px) {
	
		
		.responsive-table > tbody > tr > td:before{font-size:9px;} 
		
		.responsive-table > tbody > tr > td {display:block;
							 			 font-size:10px;}
										 
		/*#booking-responsive-table > tbody > tr > td { padding-left:23%;}*/									  
		#estimate-responsive-table > tbody > tr > td { padding-left:27%;}
		#invoice-responsive-table > tbody > tr > td { padding-left:20%;}
	    #inquiry-responsive-table > tbody > tr > td:nth-of-type(5){ padding-left:26%;}
		#deleted-inquiry-table>tbody>tr>td{padding-left:30%;}
		#customer-responsive-table > tbody > tr > td{padding-left:27%;}
		#complain-table>tbody>tr>td {padding-left:20%;}
		
        #booking-status-table>tbody>tr>td{ padding-left:25% !important;}
		#booking-status-table>tbody>tr>td:before{width:24%;}	
		
		 #convert-status-table>tbody>tr>td:nth-of-type(4){padding-left:30.5% !important;}
		 #booking-status-table>tbody>tr>td:nth-of-type(4){padding-left:31% !important;}
	 	 #cronjob_table>tbody >tr >td {padding-left:32%; }
		 #relatedAddressTable>tbody>tr>td:nth-of-type(4){padding-left:34.5% !important;}
		 #relatedAddressTable>tbody>tr>td:nth-of-type(5){padding-left:34.5% !important;}
		 #relatedAddressTable>tbody>tr>td:nth-of-type(6){padding-left:34.5% !important;}


        .user-settings-table>tbody>tr>td{padding-left:35%;}
        .setting-services-table>tbody>tr>td{padding-left:30%;}
        .setting-products-table>tbody>tr>td{padding-left:30%;}
        .setting-companies-table>tbody>tr>td{padding-left:30%;}
        .company-invoice-notes>tbody>tr>td{padding-left:30%;} 
        .setting-complaint-status>tbody>tr>td{padding-left:30%;}
        .settings-complaint-type>tbody>tr>td{padding-left:30%;}        
        .settings-service-attribute>tbody>tr>td{padding-left:30%;}
        .settings-auth-role-attribute>tbody>tr>td{padding-left:30%;}
        .setting-vehicle-table>tbody>tr>td{padding-left:30%;}
        .setting-reject-question-table>tbody>tr>td{padding-left:30%;}
        .setting-update-question-table>tbody>tr>td{padding-left:30%;}
        .setting-canned-response-table>tbody>tr>td{padding-left:30%;}

        .setting-attribute-value-table>tbody>tr>td{padding-left:30%;} 
        .setting-contractor-insurance-table>tbody>tr>td{padding-left:30%;} 
        .setting-contractor-employee-table>tbody>tr>td{padding-left:30%;}      
        .setting-contractor-licence-table>tbody>tr>td{padding-left:30%;} 
        .setting-contractor-owner-table>tbody>tr>td{padding-left:30%;} 
        .setting-contractor-service-table>tbody>tr>td{padding-left:30%;} 
        
        .setting-countries-table>tbody>tr>td{padding-left:30%;} 
        .setting-contractor-service-availability-table>tbody>tr>td{padding-left:30%;} 

        .setting-booking-status-table>tbody>tr>td{padding-left:30%;}         
        .setting-service-discount>tr>td{padding-left:30%;}
        .settings-attribute-value-price>tr>td{padding-left:30%;}
        .setting-referral-code-table>tr>td{padding-left:30%;}
        .settings-attribute-value-discount>tr>td{padding-left:30%;}
        .settings-attribute-discount>tr>td{padding-left:30%;}
        .settings-attribute-value-dependent>tr>td{padding-left:30%;}
        .setting-category-table>tbody>tr>td{padding-left:30%;}
        .settings-dueDate-table>tbody>tr>td{padding-left:30%;}
        .settings-rate-tag-table>tbody>tr>td{padding-left:30%;}
        .settings-paymet-type>tbody>tr>td{padding-left:30%;}
        .setting-bookingstatus>tbody>tr>td{padding-left:30%;}		
	
     	
	
	}

	