#job-types-list tfoot,
#jobs-list tfoot,
#job-status-list tfoot,
#check-list tfoot,
#predefined-date-list tfoot,
#job-flag-list tfoot,
#user-list tfoot,
#contact-list tfoot,
#contact-types-list tfoot,
#entity-types-list tfoot {
	display: none;
}

.has-error .select2-container--default .select2-selection--single{
	border-color: #dd4b39;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top: 0px;
}

.select2-container .select2-selection--single {
	height: 34px;
}

.select2-container--default .select2-selection--single{
	border-radius: 0px;
	border-color: #d2d6de;
}

ul.checklist-items{
	padding-left: 0;
}
ul.checklist-items>li{
	list-style-type:none;
}

#billing-items tbody tr td.bill-item-col-1,
.billing-items tbody tr td.bill-item-col-1,
#taxes tbody tr td.bill-item-col-1,
.taxes tbody tr td.bill-item-col-1 {
	width: 40%;
}
#billing-items tbody tr td.bill-item-col-2,
.billing-items tbody tr td.bill-item-col-2,
#taxes tbody tr td.bill-item-col-2,
.taxes tbody tr td.bill-item-col-2 {
	width: 20%;
}
#billing-items tbody tr td.bill-item-col-3,
#billing-items tbody tr td.bill-item-col-4,
.billing-items tbody tr td.bill-item-col-3,
.billing-items tbody tr td.bill-item-col-4,
#taxes tbody tr td.bill-item-col-3,
#taxes tbody tr td.bill-item-col-4,
.taxes tbody tr td.bill-item-col-3,
.taxes tbody tr td.bill-item-col-4  {
	width: 10%;
}
#billing-items tbody tr td.bill-item-col-5,
.billing-items tbody tr td.bill-item-col-5,
#taxes tbody tr td.bill-item-col-5 {
	width: 20%;
}

.taxes tbody tr td.bill-item-col-5 {
	width: 13%;
}

#billing-items tbody tr td.bill-item-col-5>input.form-control,
.billing-items tbody tr td.bill-item-col-5>input.form-control {
	text-align: right;
}

.active-filter {
	background-color:#ca8211;
	font-weight: 600;
    font-size: 15px;
	text-decoration: underline !important;
	
}

.delete_job_filter {
	position: absolute;
	top: -9px;
	right:0px; 
	background: red; 
	border-radius:20px;
	color: white; 
	width:20px;
	height:20px;
	display:none;
}

.jobs-list-container .job-criteria {
	margin-right:1px;
	margin-bottom:2px;
	background-color:white;
	position:relative;
	padding: 3px 6px !important;
	color: #3c8dbc;
}

.job-criteria.btn.active-filter{
	background-color: #efefef;
}

.error {
	color:red !important;
	margin-right:10px;
	padding-top:2px;
	font-size:14px;
	font-weight: 600;
}

#job_period_end_date, .job_state {
	/*width:170px;*/ /* issue in jobs form */ 
}

.job_status, .owner {
	width:270px;
}

.jobs-list-container .client {
	width:340px;
}

.jobs-list-container .search {
	width:200px;
	top:10px;
	position:absolute;
	right:15px;
}

.jobs-list-container .show-length {
	width:200px;
	top:10px;
	position:absolute;
	left:200px;
}

.jobs-list-container .box {
	margin-bottom:5px;
}

.jobs-list-container .search:nth-child(2) {
	right:200px;
}

@media only screen and (max-width: 768px) {
	.jobs-list-container .search{
		position: relative !important;
		right: 0px !important;
		top: 0px !important;
	}
}

.jobs-list-container #jobs-list_info {
	float: left;
}

.jobs-list-container .table>tbody>tr>td,
.jobs-list-container .table>tbody>tr>th,
.jobs-list-container .table>tfoot>tr>td,
.jobs-list-container .table>tfoot>tr>th,
.jobs-list-container .table>thead>tr>td,
.jobs-list-container .table>thead>tr>th {
	padding:1px 3px 1px 4px !important;
}

/* jobs-list datatable remove responsive icon #2724 */

table#jobs-list.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	content: '';
	display: none;
}

/*.jobs-list-container .table>tbody>tr>:first-child {
    padding-left: 35px !important;
}*/

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after
 {
    position:absolute;
	top:0px;
	
	
} 
 
table.dataTable thead .sorting:after {

 content: ""!important; 
}

.tooltip-inner {
	max-width: 450px;
}

#jobs-list_wrapper .progress {
	text-align: center;
}

#jobs-list_wrapper .table tr td .progress {
    position: sticky;
    z-index: 9;
    border: 1px solid #ccc;
}

#jobs-list_wrapper .progress .progress-bar{
    position: absolute;
    top: 0px;
    z-index: -1;
}

#jobs-list_wrapper .progress-bar-green, 
#jobs-list_wrapper .progress-bar-success {
    background-color: #a1d03f;
}

table#jobs-list tbody>tr {
	cursor: pointer;
}

.small-font {
	font-size: 10px;
}

.tooltip,
.tooltip-inner,
.tooltip-arrow {
	background-color: #ccc;
	color: #000;
}

.tooltip-arrow {
	border-bottom-color: #ccc !important;
	border-right-color: #ccc !important;
}

.tooltip.in {
	opacity:1 !important;
}

.tooltip-inner {
	background-color: #ccc;
	text-align: left;
	font-size: 12px;
	opacity: 1;
}

.table tr td .progress {
	margin-top: 0px !important;
}

.highlight_filter_fields{
	border: 2px solid #f9d700 !important;
	background: #fff8ce !important;
}

.highlight_filter_fields .select2-selection.select2-selection--single{
	background: #fff8ce !important;
}
.highlight_filter_fields .select2-selection.select2-selection--multiple{
	background: #fff8ce !important;
	color:#000 !important;
	border: 1px solid #d2d6de;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f1f1;
    border: 1px solid #d2d6de;
    border-radius: 0px !important;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
	color:#000;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
   	border: 1px solid #d2d6de;
    border-radius: 0px !important;
    cursor: text;
}

/* Billing datatable Style */
table#bills-list>tbody>tr>td,
table#bills-list>tbody>tr>th,
table#bills-list>tfoot>tr>td,
table#bills-list>tfoot>tr>th,
table#bills-list>thead>tr>td,
table#bills-list>thead>tr>th,
table#invoice-abstract-list>tbody>tr>td,
table#invoice-abstract-list>tbody>tr>th,
table#invoice-abstract-list>tfoot>tr>td,
table#invoice-abstract-list>tfoot>tr>th,
table#invoice-abstract-list>thead>tr>td,
table#invoice-abstract-list>thead>tr>th {
	padding:1px 1px 1px 1px !important;
}


table#bills-list>thead>tr>th:nth-child(2),
table#bills-list>tbody>tr>th:nth-child(2),
table#bills-list>tfoot>tr>th:nth-child(2),
table#bills-list>thead>tr>th:nth-child(1),
table#bills-list>tbody>tr>th:nth-child(1),
table#bills-list>tfoot>tr>th:nth-child(1){
	width: 60px !important;
}

table#invoice-abstract-list>thead>tr>th:nth-child(2),
table#invoice-abstract-list>tbody>tr>th:nth-child(2),
table#invoice-abstract-list>tfoot>tr>th:nth-child(2) {
	width: 110px !important;
}

table#invoice-abstract-list>thead>tr>th:nth-child(3),
table#invoice-abstract-list>tbody>tr>th:nth-child(3),
table#invoice-abstract-list>tfoot>tr>th:nth-child(3) {
	width: 80px !important;
}

table#invoice-abstract-list>thead>tr>th:nth-child(6),
table#invoice-abstract-list>tbody>tr>th:nth-child(6),
table#invoice-abstract-list>tfoot>tr>th:nth-child(6){
	width: 240px !important;
}

table#bills-list>thead>tr>th:nth-child(6),
table#bills-list>thead>tr>th:nth-child(7),
table#bills-list>thead>tr>th:nth-child(8),
table#bills-list>thead>tr>th:nth-child(9),
table#bills-list>thead>tr>th:nth-child(10),
table#bills-list>thead>tr>th:nth-child(11),
table#bills-list>tbody>tr>td:nth-child(6),
table#bills-list>tbody>tr>td:nth-child(7),
table#bills-list>tbody>tr>td:nth-child(8),
table#bills-list>tbody>tr>td:nth-child(9),
table#bills-list>tbody>tr>td:nth-child(10),
table#bills-list>tbody>tr>td:nth-child(11),
table#bills-list>tfoot>tr>th:nth-child(6),
table#bills-list>tfoot>tr>th:nth-child(7),
table#bills-list>tfoot>tr>th:nth-child(8),
table#bills-list>tfoot>tr>th:nth-child(9),
table#invoice-abstract-list>thead>tr>th:nth-child(7),
table#invoice-abstract-list>thead>tr>th:nth-child(8),
table#invoice-abstract-list>thead>tr>th:nth-child(9),
table#invoice-abstract-list>thead>tr>th:nth-child(10),
table#invoice-abstract-list>thead>tr>th:nth-child(11),
table#invoice-abstract-list>tbody>tr>td:nth-child(7),
table#invoice-abstract-list>tbody>tr>td:nth-child(8),
table#invoice-abstract-list>tbody>tr>td:nth-child(9),
table#invoice-abstract-list>tbody>tr>td:nth-child(10),
table#invoice-abstract-list>tbody>tr>td:nth-child(11),
table#invoice-abstract-list>tfoot>tr>th:nth-child(7),
table#invoice-abstract-list>tfoot>tr>th:nth-child(8),
table#invoice-abstract-list>tfoot>tr>th:nth-child(9),
table#invoice-abstract-list>tfoot>tr>th:nth-child(10),
table#invoice-abstract-list>tfoot>tr>th:nth-child(11)
{
	text-align: right !important;
}

table#bills-list>tbody>tr>td:nth-child(7):hover,
table#bills-list>tbody>tr>td:nth-child(8):hover,
table#bills-list>tbody>tr>td:nth-child(9):hover,
table#receipts-list>tbody>tr>td:nth-child(7):hover{
	cursor: pointer;
}

table#bills-list>tbody>tr>td.details-control {
    background: url('../../plugins/datatables/images/details_open.png') no-repeat center center;
    cursor: pointer;
}
table#bills-list>tbody>tr.shown td.details-control {
    background: url('../../plugins/datatables/images/details_close.png') no-repeat center center;
}



td>table.table_bill_adjustment,
td>table.receipt_additional_fields,{
	width: 80%;
    margin: 0px auto;
    background-color: #ffffcb !important;
}
td>table.table_bill_adjustment td,
td>table.receipt_additional_fields td,{
	border-top:none;
}


.bills-list-container .search,
.receipts-list-container .search,
.contacts-list-container .search {
	width:200px;
	top:10px;
	position:absolute;
	right:15px;
}

.bills-list-container .search:nth-child(2),
.receipts-list-container .search:nth-child(2),
.contacts-list-container .search:nth-child(2) {
	right: 128px;
}

.receipts-list-container .search:nth-child(2) {
	right: 150px;
}

.contacts-list-container .search:nth-child(2) {
	right: 179px;
}

@media only screen and (max-width: 768px) {
	.bills-list-container .search,
	.receipts-list-container .search,
	.contacts-list-container .search {
		position: relative !important;
		right: 0px !important;
		top: 0px !important;
	}
}

.delete-link{
	color: red;
}

.jobcomment-unread{
	background-color: #e8eac2 !important;
}

#jobcomments-list_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, 
#jobcomments-list_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before,
#messages-list_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, 
#messages-list_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before,
#user-list_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, 
#user-list_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before{
	display: none;
}

#jobcomments-list_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td,
#messages-list_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td,
#user-list_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td{
    padding: 1px 3px 1px 4px !important;
}

table.client_bills_table tr td .form-group {
	margin-bottom: 0px;
}

table.client_bills_table tr td .form-group.has-error span.help-block {
	margin: 0px;
}

#client-bills-list>tbody>tr>td, 
#client-bills-list>tbody>tr>th, 
#client-bills-list>tfoot>tr>td, 
#client-bills-list>tfoot>tr>th,
#client-bills-list>thead>tr>td, 
#client-bills-list>thead>tr>th{
	padding: 1px 25px 1px 4px !important;
}

#group-bills-list>tbody>tr>td, 
#group-bills-list>tbody>tr>th,
#group-bills-list>tfoot>tr>td, 
#group-bills-list>tfoot>tr>th,
#group-bills-list>thead>tr>td,
#group-bills-list>thead>tr>th{
	padding: 1px 25px 1px 4px !important;
}

#age-wise-bills-list>tbody>tr>td, 
#age-wise-bills-list>tbody>tr>th,
#age-wise-bills-list>tfoot>tr>td, 
#age-wise-bills-list>tfoot>tr>th,
#age-wise-bills-list>thead>tr>td,
#age-wise-bills-list>thead>tr>th{
	padding: 4px !important;
}

/**
 * Contact Datatable List
 */
/* Billing datatable Style */
table#contact-list>tbody>tr>td,
table#contact-list>tbody>tr>th,
table#contact-list>tfoot>tr>td,
table#contact-list>tfoot>tr>th,
table#contact-list>thead>tr>td,
table#contact-list>thead>tr>th {
	padding:1px 3px 1px 0px !important;
}

#billing-container table#taxes tbody td,
#billing-container table#taxes tfoot th,
#billing-container table.taxes tbody td,
#billing-container table.taxes tfoot th {
	padding: 0px;
	margin:0px;
	#font-size: 12px;
}

#billing-container table#taxes,
#billing-container table.taxes,
#billing-container table#billing-items,
#billing-container table.billing-items {
	margin-bottom: 0px;
}

#billing-container table#taxes tbody td.bill-item-col-5,
#billing-container table#taxes tfoot th#bill_total_amount,
#billing-container table#taxes tfoot th.bill_total_amount,
#billing-container table.taxes tbody td.bill-item-col-5,
#billing-container table.taxes tfoot th#bill_total_amount,
#billing-container table.taxes tfoot th.bill_total_amount {
	padding-right: 8px;
}


#billing-container table#taxes tbody td p,
#billing-container table.taxes tbody td p {
	margin:0px;
	font-size: 12px;
}
#billing-container table#taxes tbody td p.other_tax_price,
#billing-container table.taxes tbody td p.other_tax_price {
	font-size: 15px;
}
/*#billing-container table#taxes tbody td.bill-item-col-4 p,
#billing-container table.taxes tbody td.bill-item-col-4 p {
	margin-top: 4px;
}
*/
#billing-container table#billing-items tfoot th#bill_total_amount_without_tax span,
#billing-container table.billing-items tfoot th#bill_total_amount_without_tax span,
#billing-container table#billing-items tfoot th.bill_total_amount_without_tax span,
#billing-container table.billing-items tfoot th.bill_total_amount_without_tax span {
	margin: 0px;
    margin-top: 5px;
}

#billing-container table#billing-items tbody td,
#billing-container table.billing-items tbody td{
	padding: 0px;
}

#billing-container table#billing-items tbody td .form-group,
#billing-container table.billing-items tbody td .form-group{
	margin-bottom: 1px;
}

#billing-container table#billing-items tbody th:nth-child(4),
#billing-container table.billing-items tbody th:nth-child(4) {
	text-align: left;
}

#billing-container table#billing-items tbody td.bill-item-col-4 p.item_tax_amount,
#billing-container table.billing-items tbody td.bill-item-col-4 p.item_tax_amount,
#billing-container table#taxes tbody td.bill-item-col-4,
#billing-container table.taxes tbody td.bill-item-col-4,
#billing-container table#billing-items tfoot th#bill_total_tax_amount,
#billing-container table.billing-items tfoot th#bill_total_tax_amount {
	text-align: center;
}

#billing-container table#billing-items tbody th:nth-child(5),
#billing-container table.billing-items tbody th:nth-child(5) {
	text-align: center;
}

.job_id_checkbox,
.job_period_ended_checkbox {
	#margin-top: 20px;
	margin-bottom: 0px;
}

.btn-yellow {
	background-color: #ffea34;
    border-color: #e4d33b;
    color: #000;
}



.dashboard #message_title,
.dashboard #comment_title{
	    padding: 3px 0px 0px 7px;
}

.dashboard #message_title .box-title,
.dashboard #comment_title .box-title {
	color: #D80000;
	font-size: 15px !important;
}

.dashboard #message_info table thead,
.dashboard #comment_info table thead {
	background-color: #CCD6AC;
}

.dashboard #message_info table,
.dashboard #comment_info table {
	font-size: 13px;
}

.dashboard #message_info .table>thead>tr>th,
.dashboard #comment_info .table>thead>tr>th {
	padding: 0px !important;
	text-align: center;
}

.dashboard #message_info .table>tbody>tr>td,
.dashboard #comment_info .table>tbody>tr>td {
	padding: 0px !important;
	padding-left: 5px !important;
}

.dashboard #box_message{
    margin-bottom: 3px !important;	
}

.dashboard #box_message .box-body>.table,
.dashboard #box_comment .box-body>.table {
	margin-bottom: 5px;
}

.dashboard #message_info,
.dashboard #comment_info{
	padding: 0px 5px 0px 5px!important;
}

.dashboard #message_info .table>thead>tr>th.table_header{
	padding: 0px 190px 0px 190px !important;
}

.per-inline-checkbox {
    padding-right:10px;padding-left:10px;min-width:200px;padding-bottom:5px;
}

#bulk_jobs>tbody>tr>td, 
#bulk_jobs>tbody>tr>th, 
#bulk_jobs>tfoot>tr>td, 
#bulk_jobs>tfoot>tr>th, 
#bulk_jobs>thead>tr>td, 
#bulk_jobs>thead>tr>th {
    padding: 3px;
    vertical-align: middle;
}

/* sfnd 2784 */
#message_title{
	    padding: 3px 0px 0px 7px;
}
#comment_title{
	    padding: 3px 0px 0px 7px;
}

#message_title .box-title {
	color: #D80000;
	font-size: 15px !important;
}
#comment_title .box-title {
	color: #D80000;
	font-size: 15px !important;
}

#message_info table thead {
	background-color: #CCD6AC;
}
#comment_info table thead {
	background-color: #CCD6AC;
}

#message_info table {
	font-size: 13px;
}
#comment_info table {
	font-size: 13px;
}

#message_info .table>thead>tr>th {
	padding: 0px !important;
	text-align: center;
}
#comment_info .table>thead>tr>th {
	padding: 0px !important;
	text-align: center;
}

#message_info .table>tbody>tr>td {
	padding: 0px !important;
	padding-left: 5px !important;
}
#comment_info .table>tbody>tr>td {
	padding: 0px !important;
	padding-left: 5px !important;
}

#box_message{
    margin-bottom: 3px !important;	
}

#box_message .box-body>.table {
	margin-bottom: 5px;
}
#box_comment .box-body>.table {
	margin-bottom: 5px;
}

#message_info{
	padding: 0px 5px 0px 5px!important;
}
#comment_info{
	padding: 0px 5px 0px 5px!important;
}

#message_info .table>thead>tr>th.table_header{
	padding: 0px 190px 0px 190px !important;
}
/* sfnd 2784 */

/* sfnd 2784 june 8 */
.col-md-6  #new_messages .box-header .box-title,
.col-md-6  #new_comments .box-header .box-title{
	color: #D80000;
}
/* sfnd 2784 june 8 */

#client-bills-list td:nth-child(5),
{
	text-align: right;
}
.class_to_hide
{

	display:none;
}

#group-bills-list th:nth-child(2),
#group-bills-list td:nth-child(2),
#group-bills-list th:nth-child(3),
#group-bills-list td:nth-child(3){
	text-align: right;
}

.table_bill_adjustment th:nth-child(2),
.table_bill_adjustment td:nth-child(2),
.table_bill_adjustment th:nth-child(3),
.table_bill_adjustment td:nth-child(3){
	text-align: left !important;
}

#age-wise-bills-list th:nth-child(4),
#age-wise-bills-list td:nth-child(4),
#age-wise-bills-list th:nth-child(5),
#age-wise-bills-list td:nth-child(5){
	text-align: right;
}
#age-wise-bills-list th:nth-child(3),
#age-wise-bills-list td:nth-child(3),
#age-wise-bills-list th:nth-child(2),
#age-wise-bills-list td:nth-child(2){
	width:150px;
}

/* june 30 */
/* Billing Unit Style */
.btn-square {
	border-radius: 0px;
}

i.fa+span {
	padding-left: 5px;
}

.form-horizontal.cheque_address .control-label {
	text-align: left;
}



.bulk_clients_container .table>tbody>tr>td,
.bulk_clients_container .table>tbody>tr>th,
.bulk_clients_container .table>tfoot>tr>td,
.bulk_clients_container .table>tfoot>tr>th,
.bulk_clients_container .table>thead>tr>td,
.bulk_clients_container .table>thead>tr>th {
	padding:3px 15px 3px 3px;
}

.bulk_clients_container .form-group {
    margin-bottom: 5px !important;
    position: relative;
}
.bulk_clients_container .error {
    position: absolute;
    top: 0px;
    right: -20px;
}
.bulk_clients_container .form-group input{
  width:100px;
  height:25px;
  padding: 3px 2px;
  margin-right: 3px;
}

.bulk_clients_container .form-group .client_id{
  width:35px;
  height:25px;
  padding: 3px 2px;
}

.bulk_clients_container .form-group .title{
  width:60px;
  height:25px;
  padding:0;
}
.bulk_clients_container .form-group .contact_group{
  width:120px;
  height:25px;
  padding:0;
  margin-right: 3px;
}
.bulk_clients_container .form-group .entity_type{
  width:125px;
  height:25px;
  padding:0;
}
.bulk_clients_container .form-group .assigned_to_partner{
  width:125px;
  height:25px;
  padding:0;
}
.bulk_clients_container .form-group .country-dropdown{
  width:60px;
  height:25px;
  padding:0;
}
.bulk_clients_container .form-group .state-dropdown{
  width:200px;
  height:25px;
  padding:0;
}
.bulk_clients_container .form-group .city-dropdown{
  width:120px;
  height:25px;
  padding:0;
}
.bulk_clients_container .form-group .pincode{
  width:70px;
  height:25px;
  padding:0;
  margin-right: 3px;
}
.bulk_clients_container .add_new_contact_group {
    position: absolute;
    top: 0px;
    left:110px;
}
.bulk_clients_container .add_new_title{
	 position: absolute;
    top: 0px;
    left: 55px;
}

.bulk_clients_container .add_new_entity_type {
    position: absolute;
    top: 0px;
    left: 120px;
}


/* Billing datatable Style */
table#receipts-list>tbody>tr>td,
table#receipts-list>tbody>tr>th,
table#receipts-list>tfoot>tr>td,
table#receipts-list>tfoot>tr>th,
table#receipts-list>thead>tr>td,
table#receipts-list>thead>tr>th {
	padding:1px 1px 1px 1px !important;
}

table#on-account-list>tbody>tr>td,
table#on-account-list>tbody>tr>th,
table#on-account-list>tfoot>tr>td,
table#on-account-list>tfoot>tr>th,
table#on-account-list>thead>tr>td,
table#on-account-list>thead>tr>th {
	padding:1px 1px 1px 1px !important;
}

.class_to_right
{
	text-align: right;
}
table#receipts-list>thead>tr>th:nth-child(9),
table#receipts-list>thead>tr>th:nth-child(10),
table#receipts-list>tbody>tr>td:nth-child(9),
table#receipts-list>tbody>tr>td:nth-child(10),
table#receipts-list>tfoot>tr>th:nth-child(9),
table#receipts-list>tfoot>tr>th:nth-child(10),
table#client_ledger_report_display>thead>tr>th:nth-child(8),
table#client_ledger_report_display>thead>tr>th:nth-child(9),
table#client_ledger_report_display>thead>tr>th:nth-child(10),
table#client_ledger_report_display>tbody>tr>td:nth-child(8),
table#client_ledger_report_display>tbody>tr>td:nth-child(9),
table#client_ledger_report_display>tbody>tr>td:nth-child(10){
	text-align: right !important;
}

#receipts-list th:nth-child(2),
#receipts-list td:nth-child(2)
{
	width:60px !important;
}

/* sfnd 2938 */
.sidebar .sidebar-menu span.shortcut{
	padding-left: 25px;
}

.sidebar .sidebar-menu .treeview-menu  span.shortcut{
	padding-left: 25px;
}

.row .box-header .pull-left span.shortcut{
	padding-left: 20px;
    color: #398439;
	font-weight: 600;
}

.row .box .box-body .box-footer span.shortcut{
	padding-left: 25px;
    color: #008d4c;
	font-weight: 600;
}
#tax_report_list th:nth-child(4),
#tax_report_list td:nth-child(4),
#tax_report_list th:nth-child(8),
#tax_report_list td:nth-child(8),
#tax_report_list th:nth-child(9),
#tax_report_list td:nth-child(9),
#tax_report_list th:nth-child(10),
#tax_report_list td:nth-child(10),
#tax_report_list th:nth-child(11),
#tax_report_list td:nth-child(11)
{
	text-align: right !important;
	padding-right:2px !important;
}
#tax_report_list th:nth-child(4)
{
    width: 30px;
}
#tax_report_list th:nth-child(5),
#tax_report_list td:nth-child(5)
{
    padding-left: 16px;
}
#tax_report_list th:nth-child(8),
#tax_report_list td:nth-child(8)
{
    width: 90px;
}
/* sfnd 2938 */


#old_bills>tbody>tr>td, 
#old_bills>tbody>tr>th, 
#old_bills>tfoot>tr>td, 
#old_bills>tfoot>tr>th, 
#old_bills>thead>tr>td, 
#old_bills>thead>tr>th {
    padding: 2px;
    vertical-align: middle;
}
#old_bills th:nth-child(3),
#old_bills td:nth-child(3)
{
	width: 90px !important;
}
.bill_adjustment_table
{
	background-color:#dee7ef !important;
	color:#000;
	padding:0px;
}


.tax_reports .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	
	color:#000 !important;
    opacity: 1;
	border-color: #fff !important; 
}

#client-bills-list tbody>tr,
#group-bills-list tbody>tr,
#age-wise-bills-list tbody>tr {
	cursor: pointer !important;
}

#recurring_date_list>tbody>tr>td, 
#recurring_date_list>tbody>tr>th, 
#recurring_date_list>tfoot>tr>td, 
#recurring_date_list>tfoot>tr>th, 
#recurring_date_list>thead>tr>td, 
#recurring_date_list>thead>tr>th  {
    padding: 2px;
    vertical-align: middle;
}

#recurring-jobs-client-list>tbody>tr>td, 
#recurring-jobs-client-list>tbody>tr>th, 
#recurring-jobs-client-list>tfoot>tr>td, 
#recurring-jobs-client-list>tfoot>tr>th, 
#recurring-jobs-client-list>thead>tr>td, 
#recurring-jobs-client-list>thead>tr>th  {
    padding: 2px;
    vertical-align: middle;
}
#recurring-jobs-lists>tbody>tr>td, 
#recurring-jobs-lists>tbody>tr>th, 
#recurring-jobs-lists>tfoot>tr>td, 
#recurring-jobs-lists>tfoot>tr>th, 
#recurring-jobs-lists>thead>tr>td, 
#recurring-jobs-lists>thead>tr>th  {
    padding: 2px;
    vertical-align: middle;
	text-align: center;
	cursor:pointer;
}
.jobtypes_sub_info>tbody>tr>td, 
.jobtypes_sub_info>tbody>tr>th, 
.jobtypes_sub_info>tfoot>tr>td, 
.jobtypes_sub_info>tfoot>tr>th, 
.jobtypes_sub_info>thead>tr>td, 
.jobtypes_sub_info>thead>tr>th  {
    padding: 2px;
    vertical-align: middle;
	text-align: center;
	cursor:pointer;
}
.errormsg_selectbox
{
border-color: red;
}
.tablebgcolor{
background-color: #ddd  !important;
}

table#time_view>tbody>tr>td{
    padding: 4px;
}

table#time_view>thead>tr>th{
    padding: 4px;
}


 table#time_view_Settings>tbody>tr>td,table#time_view_Settings>tfoot>tr>td {
    border-top: 1px solid #583232;
}

 #recurring-jobs-lists>tbody>tr>td, #recurring-jobs-lists>tbody>tr>th, #recurring-jobs-lists>tfoot>tr>td, #recurring-jobs-lists>tfoot>tr>th, #recurring-jobs-lists>thead>tr>td, #recurring-jobs-lists>thead>tr>th {
    line-height: 2!important;
}
 .jobtypes_sub_info>tbody>tr>td, .jobtypes_sub_info>tbody>tr>th, .jobtypes_sub_info>tfoot>tr>td,
  .jobtypes_sub_info>thead>tr>td {
    line-height: 2!important;
} 
 #total-recurring-jobs-list>thead>tr>td, #total-recurring-jobs-list>thead>tr>th{
	line-height: 1!important;
	}
#total-recurring-jobs-list>tbody>tr>td, #total-recurring-jobs-list>tbody>tr>th, #total-recurring-jobs-list>tfoot>tr>td, #total-recurring-jobs-list>tfoot>tr>th {
	line-height: 0.5!important;
	}

#recurring_jobs_created_list>tbody>tr>td, #recurring_jobs_created_list>tbody>tr>th, #recurring_jobs_created_list>tfoot>tr>td, #recurring_jobs_created_list>tfoot>tr>th, #recurring_jobs_created_list>thead>tr>td, #recurring_jobs_created_list>thead>tr>th {
	line-height: 0.5!important;

	}

#recurring_jobs_deleted_list>tbody>tr>td, #recurring_jobs_deleted_list>tbody>tr>th, #recurring_jobs_deleted_list>thead>tr>th {
	line-height: 0.5!important;
	}
#recurring_jobs_deleted_list>tbody>tr>td:nth-child(6) {
padding:0px;
}
	
#recurring_jobs_pending_creation_list>tbody>tr>td, #recurring_jobs_pending_creation_list>tbody>tr>th, #recurring_jobs_pending_creation_list>thead>tr>th {
	line-height: 0.5!important;
	/*padding: 4px*/
	}


	#recurring_jobs_pending_creation_list>tbody>tr>td>input{


		    margin: -8px 0 0;
			height: 11px;
	}

.box-title.extra
{
	margin: 2px !important;
}

table#timesheet_job_cost>tbody>tr>td{
    border-top: 1px solid #f4f4f4;
    line-height: 3px;
    text-align: center;
}
table#timesheet_job_cost>thead>tr>th {
    padding: 1px 3px 1px 1px !important;
}


.recurring_job_history thead tr th{
	border: 1px solid gray!important;
    color: gray;
}

.recurring_job_history tbody tr td{
	border: none!important;
	padding: 0px!important;
}

.recurring_job_history{
	background: #f9f9f9;
	margin-top: -30px;
}

.center{
	text-align: center;
}

.recurring_job_history_table{
	font-size: 14px;
    color: #333;
}

.view_history{
	color: blue;
 	font-size: 15px;
}

#recurring_jobslist>tbody>tr>td, #recurring_jobslist>tbody>tr>th, #recurring_jobslist>tfoot>tr>td,
 #recurring_jobslist>tfoot>tr>th, #recurring_jobslist>thead>tr>td,#recurring_jobslist>thead>tr>th{
     padding: 1px;
}

.recurring_job_history_table_view{
	    overflow-y: initial !important;
}
.recurring_job_history{
	height: 250px;
    overflow-y: auto;
}

.recurring_job_history_table th{
	font-weight: normal;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
width:230px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
	left:234px !important;
}

.recurring_job_history_table>tbody>tr>td, 
.recurring_job_history_table>tbody>tr>th, 
.recurring_job_history_table>tfoot>tr>td, 
.recurring_job_history_table>tfoot>tr>th, 
.recurring_job_history_table>thead>tr>td, 
.recurring_job_history_table>thead>tr>th  {
padding:2px;
}
.recurring_job_history_table>tfoot>tr>td, 
.recurring_job_history_table>tfoot>tr>th, 
.recurring_job_history_table>thead>tr>td, 
.recurring_job_history_table>thead>tr>th  {
border:1px solid #ccc;
border-top:1px solid #ccc !important;
}
.recurring_job_history_table>tbody>tr>td, 
.recurring_job_history_table>tbody>tr>th{
border-top:0px;
}

#manage_reccuring_job .recurring_job_history_table>tfoot>tr>td, 
#manage_reccuring_job .recurring_job_history_table>tfoot>tr>th, 
#manage_reccuring_job .recurring_job_history_table>thead>tr>td, 
#manage_reccuring_job .recurring_job_history_table>thead>tr>th  {
border:1px solid #000;
border-top:1px solid #000 !important;
}

#sent-messages-list>tbody>tr>td, 
#sent-messages-list>tbody>tr>th, 
#sent-messages-list>tfoot>tr>td, 
#sent-messages-list>tfoot>tr>th, 
#sent-messages-list>thead>tr>th  {
padding:2px !important;
}

.pause{

	content:url("../img/pause.png");
	height: 16px;
}


.search_for_client_group
{

	width: 200px;
    top: 16px;
    position: absolute;
    right: 15px;
}
.filter_for_client_group
{
    width: 200px;
    top: 15px;
    position: absolute;
    right: 172px;
}

.update_deleted_recurring_job
{

    width: 100%;
    height: 18px;

}



#manage_reccuring_job>tbody>tr>td
{
	padding:0px;
}

.length_for_manage_reccuring_job
{
	margin-left: 973px;
	margin-top: -41px;
	position: absolute;
}

#manage_reccuring_job tbody tr td:nth-child(4),
#manage_reccuring_job tbody tr td:nth-child(5),
#manage_reccuring_job tbody tr td:nth-child(6),
#manage_reccuring_job tbody tr td:nth-child(7)
{
	text-align: center;
}

#input_from_period,#input_to_period
{
	width:100px;
	
}


/* #bucket_filter_dashboard_icon{

    background-color: #6cbe38e0;
    width: 100px;
    height: 90px;
}
#bitbucket_icon{
    font-size: 57px;
    margin-left: 28px;
    color: white;
	margin-top: 10px;
}

#bitbucket_icon_title{
    color: white;
    margin-left: 13px;
    font-size: 15px;
    font-weight: bold;
} */

#bucket_filter_dashboard_icon {
    background-color: #6cbe38e0;
    width: 60px;
    height: 90px;
}
#bitbucket_icon {
    font-size: 28px;
    margin-left: 20px;
    color: white;
    margin-top: 10px;
}
#bitbucket_icon_title {
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}



/* TO-DO:fixed header in job-list
.fixed_head
{

	position: absolute;	
}
.clone_table
{
	
    position:fixed;
    margin-top: -267px;
    background-color:#c9d2e0;

    
}


.clone_thead tr>th:nth-child(1)
{
	 width: 65px;
}

.clone_thead tr>th:nth-child(2)
{
	width: 81px;
}
.clone_thead tr>th:nth-child(8)
{
	width: 199px;
}   
.clone_thead tr>th:nth-child(4)
{
	 width: 20px;
}  
.clone_thead tr>th:nth-child(6)
{
	 width: 54px;
}     
.clone_thead tr>th:nth-child(7)
{
	  width: 75px;
}          
.clone_thead tr>th:nth-child(9)
{
	  width: 127px;
}       
.clone_thead tr>th:nth-child(10)
{
	  width: 75px;
}    
.clone_thead tr>th:nth-child(11)
{
	  width: 74px;
}      
.clone_thead tr>th:nth-child(12)
{
	 width: 56px;
}  

.clone_thead tr>th:nth-child(13)
{
	 width: 129px;
}    
*/

.client_state_detailes
{

    width: 100px;
    display: inline;
    margin-top: 11px;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    padding: 0px;

}

.second_table_clients tr>td
{
	 color:#191d63;
	 line-height: 23px;
}

.second_table_clients tr>th
{

	font-size: 14px;
	line-height: 23px;
}

.contact_info
{
	    border-bottom: 1px solid #c6bbbb;
	    width: 200%; 
		padding: 10px;
}
.land_line
{

	font-size: 14px;
}
.second_table_clients
{
	width: 262px;
}
#receipts-list_filter >select.input-sm
{
	height:34px;
}

#contact-list tbody > tr > td:before
{
  display:none !important;
}
table#bills-list>thead>tr>th:nth-child(6)
{
	width:64px;
}

#tax_report_list>thead>tr>td,#tax_report_list>tbody>tr>td
{
	padding: 0px;
}

#tax_report_list td:nth-child(1)
{
	text-align:center;
     width: 30px;
}

table#bills-list>thead>tr>th:nth-child(7)
{
	width:71px;
}

.inactive_user
{
	color:red;
	
}
.inactive_user a
{
	color:red;
}
.job-status-dropdown
{
	width: 100px !important;
    padding: 0px;
    height: 22px !important;
}

#time_sheet_recent_entrys >tbody>tr>td
{

	padding: 0px;
}

#time_sheet_recent_entrys >tbody>tr:hover 
{
    cursor:pointer;
    background-color:#b0c0e8;
}

#times_recent
{
	float:right;
	color:red;
	cursor: pointer;
    font-size: 18px;
}

#security_permisson_table tbody tr td,#security_permisson_table tbody tr th
	{
		line-height:14px;
		padding:2px;
	}
    
#security_permisson_table  tr th:nth-child(2)
{
	width:79px;
}
#security_permisson_table  tr th:nth-child(3)
{
	    width:105px;
}

/*.billing-report tbody tr td,
.billing-report thead tr td
{
	
	width:100px;
}*/

.billing-report
{

	overflow: scroll;
}

.billing-report tbody tr td,
.billing-report thead tr th:not(:nth-child(1))
{
   text-align:right;
   line-height:10px;
}

.billing-report tbody tr td:nth-child(1)
{
   text-align:left;
}

.billing-report thead tr td:not(:nth-child(1))
{
   text-align:right;
   vertical-align:middle;

}


.report-months tbody tr td,
.report-months thead tr th
{
	line-height:8px;
}
.report-months tbody tr:last-child td,
.report-months tbody tr:last-child th
{
	line-height:8px;
}

.bill-list-report tbody tr td
{
  line-height:8px;
}

.report-months tbody tr td:not(:nth-child(1)),
.report-months thead tr td:not(:nth-child(1))
{
	text-align:right;
}

.non-scrollable,
.non-scrollable thead tr td
{
	width:auto  !important;
}

.months tbody tr td:nth-child(1)
{
	text-align:left !important; 
}

.active_tr_client
{
	background-color:#b3c2e0;
}

.client_message_table tr
{
	cursor: pointer;
}

i.sorting_asc.check_list_sort:after{
	right: -16px !important;
}
.contact_check_message
{
	text-align:center;
}
.years >thead>tr>th 
{
	width:100px !important;
}
.years
{
	width:auto;
}

.search_client_messages
{
    width: 200px;
    top: 10px;
    position: absolute;
    right: 15px;

}

.length_client_messages
{
	width: 200px;
    top: 10px;
    position: absolute;
    right: 178px;
}

.client_message_table tbody > tr >td
{
	line-height:6px ;
}

.option_for_message
{
	text-align:center;
}
.credit-wise-bill-breakup thead > tr >th,
.credit-wise-bill-breakup thead > tr >td
{
	line-height:6px ;
}
.credit-wise-bill-breakup tbody > tr >td
{
	line-height:6px ;
}
.credit-wise-bill-breakup tbody > tr >td:nth-child(7),
.credit-wise-bill-breakup tbody > tr >td:nth-child(8),
.credit-wise-bill-breakup tbody > tr >td:nth-child(9),
.credit-wise-bill-breakup tbody > tr >td:nth-child(10),
.credit-wise-bill-breakup tbody > tr >td:nth-child(11),
.credit-wise-bill-breakup tbody > tr >td:nth-child(12),
.credit-wise-bill-breakup thead > tr >th:nth-child(7),
.credit-wise-bill-breakup thead > tr >th:nth-child(8),
.credit-wise-bill-breakup thead > tr >th:nth-child(9),
.credit-wise-bill-breakup thead > tr >th:nth-child(10),
.credit-wise-bill-breakup thead > tr >th:nth-child(11),
.credit-wise-bill-breakup thead > tr >th:nth-child(12)

{
	text-align:right;
}
.credit-wise-bill-breakup thead >tr:nth-child(1)
{
	color:red;
}

#new_tax_list tbody > tr >td 
{
  padding:5px;
}
#new_tax_list_filter
{
    top: 11px;
    position: absolute;
    right: 15px;
    margin-right: 87px;
}
#new_tax_list_length
{
    width: 149px;
    float: right;
    position: absolute;
    margin-top: -55px;
    margin-left: 52%;
}

#billing-items tbody >tr td:nth-child(2),
#billing-items tbody >tr td:nth-child(3),
#billing-items tbody >tr td:nth-child(4)
{
	background-color:#f3f3f2;
	border:1px solid white;
}

.billing-items tbody >tr td:nth-child(2),
.billing-items tbody >tr td:nth-child(3),
.billing-items tbody >tr td:nth-child(4)
{
	border:1px solid white;
}


#billing-items tfoot > tr > td:nth-child(3),
#billing-items tfoot > tr > td:nth-child(4),
#billing-items tfoot > tr > td:nth-child(5)
{
	background-color:#f3f3f2;
	border:1px solid white;
	padding: 0px;
}


.billing-items tfoot > tr > td:nth-child(3),
.billing-items tfoot > tr > td:nth-child(4),
.billing-items tfoot > tr > td:nth-child(5)
{
	border:1px solid white;
	padding: 0px;
}


#billing-items tbody >tr td,
.billing-items tbody >tr td
{
    border-left: 1px solid white;
}
#taxes tbody >tr >td,
.taxes tbody >tr >td
{           		
	border:1px solid #d4d8dd;
}

.select_message_type 
{
	background-color: #b6cdea;
	color: black;
}

.select_message_type .active 
{
	background-color: #286090;
	color:white;
}

.dialog_box_in_page_middle
{
	position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; 
    margin-left: -15em; 
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    overflow: auto;
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
}

.custome_m2c_filter_div
{
	position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    margin-top: -9em; 
    margin-left: -15em; 
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    overflow: auto;
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
}
.custom_contact_detail_select_table tr :hover
{
	background-color:#b3c2e0;
}
.sms_template
{
	display:none;
}

#client_message_area_sms
{
	background-color:white;
	border: 1px solid gray;
	height:200px;
	padding:10px;
}

#client_message_area_sms span .editable
{
	color:#0b9cc4;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
	min-width: 60px;
	border-bottom: 1px solid blue;
}
#client_message_area
{
	min-height:200px;
}

#recurring_jobs_pending_creation_list_wrapper  .dt-buttons
{
	margin-top:-15px;
	padding: 5px;
}
.user_selection_list
{
	position:absolute;
	background-color:#d0ddf2;
	border: 1px solid #3c8dbc;
}
.list_user_select:hover
{
	background-color:#c6dcff;
	cursor: pointer;
}
.user_list_icn
{
	color: #3c8dbc;
	font-size: 20px;
}

.new_recurring_job_sub_table thead tr th,
.new_recurring_job_sub_table tr td
{
	background-color:#dee7ef;
	border-bottom: 1px solid #f1ecec !important;
}
#new-recurring-jobs-lists>tbody>tr>td, 
#new-recurring-jobs-lists>tbody>tr>th, 
#new-recurring-jobs-lists>tfoot>tr>td, 
#new-recurring-jobs-lists>tfoot>tr>th, 
#new-recurring-jobs-lists>thead>tr>td, 
#new-recurring-jobs-lists>thead>tr>th  {
    padding: 5px;
    vertical-align: middle;
	text-align: center;
	cursor:pointer;
}

.jobtypes_sub_info_new>tbody>tr>td, 
.jobtypes_sub_info_new>tbody>tr>th, 
.jobtypes_sub_info_new>tfoot>tr>td, 
.jobtypes_sub_info_new>tfoot>tr>th, 
.jobtypes_sub_info_new>thead>tr>td, 
.jobtypes_sub_info_new>thead>tr>th  {
    padding: 2px;
    vertical-align: middle;
	text-align: center;
	cursor:pointer;
}

#jobs_pending_creation_table_length,
#jobs_pending_creation_table_filter,
#total_recurring_jobs_table_length,
#jobs_created_table_filter,
#jobs_deleted_table_length,
#total_recurring_jobs_table_filter,
#jobs_created_table_length,
#jobs_deleted_table_filter
{
	display: none;
}
#jobs_pending_creation_table,
#jobs_created_table,
#total_recurring_jobs,
#jobs_deleted_table
{
	border-top: 1px solid white;
}


#jobs_created_table tbody tr td,
#total_recurring_jobs tbody tr td
{
	line-height: 15px;
}
#jobs_pending_creation_table tbody tr td
{
	line-height: 15px;
}
#jobs_deleted_table tbody tr td
{
	line-height: 15px;
}
#jobs_deleted_table tbody tr td:nth-child(6)
{
	padding: 0px;
}

.selected_recurring_job,
.selected_bills
{
	background-color : #e3ebf7;
	cursor: pointer;
}

#contact-list tbody tr :hover
{
	cursor: pointer;
} 
.sub_job_type_list
{
	color        :#819bc6;
	padding      :1px 10px;
	margin-right :4px;
	display      :inline-block;
	cursor       :pointer;
}
.sub_job_selection_list
{
	position:absolute;
	background-color:#eef2e6;
	border: 1px solid #3c8dbc;
}
.select_sub_job_type_select
{
	cursor: pointer;
}
.select_sub_job_type_select:hover
{
	background-color:#adedb6;
}
.filter_sub_job_type_values > .form_filter
{
	height:200px;
	overflow: auto;
	width: 130px;

}
.editable_sms_field
{
	/*border-bottom:1px solid #42e5f4;*/
	color: gray;
}
.message_while_send_message
{
	position    : absolute;
	top         : 59%;
	left        : 45%;
	margin-left : -15px;
	margin-top  : -15px
}
#jobs_deleted_table tbody > tr > td:nth-child(3)
{
	width: 100px;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.client_message_option_err
{
	color: red;
}
#custom_client_detail_drop_down
{
	display:none;
    border: 1px solid #d2d6de;
    max-height: 141px;
    overflow-: auto;
    overflow: auto;
    cursor: pointer;
}

#custom_client_detail_drop_down_table tr:hover
{
	background-color :#d2d5db;
}
.normal_label_for_option
{
	font-weight: normal;
	cursor: pointer;
}
.group_wise_m2c_client_selection
{
	max-height:400px;
	overflow: auto;
}
.line_space_sm tbody tr td
{
	line-height: 0.9;
}
    
.site_name_head
{
	color: white;
    font-size: 25px;
    font-weight: bolder;
    padding: 4px;
        display: inline-block;
    margin-top: 3px;
}
.search_for_manage_recurring_job
{
	margin-left: 66%;
    margin-top: -3.5%;
    position: absolute;

}
.group_action_controls
{
	display: none;
}
.show_group_detail_bills table >tbody > tr >td
{
	line-height: 12px;
}
.bills_filter_list li,
.recurringjob_filter_list li
{
	display: inline-block;
	margin-left:20px;
	color:blue;
	cursor:pointer;
}
.filter_edit_icons,
.filter_delete_icons,
.exit_bill_filter_edit,
.bills_filter_process,
.bills_filter_box
{
	display: none;
}
.list_active
{
	background-color: #c0d4da !important;
	padding: 2px;
}
.recurring_job_filter_container{
	margin-top: 10px;
	display: none;
}
.edit_flag_recurring_job,
.delete_flag_recurring_job,
.close_delete_recurring_job_flag,
.recurring_job_flag_process
{
	display: none;
	cursor: pointer;
}
.edit_flag_recurring_job
{
	color: blue;
}
.delete_flag_recurring_job
{
	color: red;
}

#recurring_job_flags_list li
{
	display:inline-block;
	margin-left:10px;
}

.list_active
{
	color: red !important;
	padding: 2px;
}
select.select2 {
  height: 28px;
  /*visibility: hidden;*/
}

.custom_popover_user_change
,.custom_popover_sub_type_change{
    position: absolute;
    padding: 8px;
    background-color: #bddeef;
}
.arrow_job_list{
	color:#bddeef;
	font-size: 18px;
}

.custom_popover_user_change > .fa-spinner{
	margin-left: 40px;
}
.change_user_job_list,
.change_sub_job_type,
.change_status_for_job,
.change_inline{
	cursor: copy;
}
.change_user_job_list:hover,
.change_sub_job_type:hover,
.change_status_for_job:hover,
.change_inline:hover
{
	background-color: lightblue;
}
.contacts_detail_user_list tr td,
.contacts_detail_user_list tr th
{
	border-right: 1px solid #f1e6e6;
	text-align: center;
}

#bucket_filter_list li{
	/*display:inline;*/
	border:1px solid #9ccc78;
	padding: 5px;
	padding-left:25px;
	padding-right:25px;
	margin-left: -4px;
	background-color: #edfffb;
	color:black !important;
}

#bucket_filter_list{
	margin-bottom: 0px;
	width:auto;
	color:#4a7051;
}
#bucket_filter_list li:last-child{
	/*display:inline;*/
	border:1px solid #9ccc78;
	background-color:#deecd3;
	padding: 5px;
	margin-left: -4px;
}

.bucket_filter_queue {
	font-size:13px;
	background-color: #cccce9;
	padding: 0px 3px;
	border-radius: 6px;
}
.bucket_filter_today
{
	font-size:12px;
	padding: 0px 4px;
	border-radius: 5px;
	color: white;
	background-color:#3ec5cc;
}
#jobs-list2 tbody>tr> td:nth-child(9),
#jobs-list2 tbody>tr> td:nth-child(1)
{
	cursor:context-menu;
}
.job_list_tool_tip_load
{
	font-size:25px;
	margin-left: 45%;
}

.checklist-log
{
	background-color: #eceff1eb;
	display: none;
	max-height: 150px;
	overflow: auto;
}
.checklist-log table > tbody> tr >td
{
	padding: 0px;
}
/*following classes are used to set page size for letter template design */
.A3_paper_size    		  { width: 297mm; height: 419mm }
.A3_landscape_paper_size  { width: 420mm; height: 296mm }
.A4_paper_size            { width: 210mm; height: 296mm }
.A4_landscape_paper_size  { width: 297mm; height: 209mm }
.A5_paper_size            { width: 148mm; height: 209mm }
.A5_landscape_paper_size  { width: 210mm; height: 147mm }
.letter_paper_size        { width: 216mm; height: 279mm }
.letter_landscape         { width: 280mm; height: 215mm }
.legal_paper_size         { width: 216mm; height: 356mm }
.legal_landscape          { width: 357mm; height: 215mm }

.message_preview_letter_design
{
	height: 600px;
    position: sticky;
    margin-top: -60%;
    background-color: #1513138f;
}
.paper_size_letter
{
	width:110mm;
	height:196mm;
	background-color: white;
}
.set_sub_job_type_default
{
	cursor: pointer;
}

/*contact edit page design*/
.is_name .col-md-4,.is_name .col-md-6 {
    padding: 1px;
}
.is_name .col-md-3,.is_name .col-md-2 {
    padding: 1px;
}
.select_text_align select
{
	padding-left: 6% !important;
}
.is_name .form-control
{
	height: 28px;
    padding: 1px 10px;
    font-size: 13px;
}
.common_class_padding
{
	padding-left: 0px;
	padding-right: 0px; 
	padding-bottom: 5px;
}
.padding_left_none
{
	padding-left: 0px;
}
.padding_right_none
{
	padding-right: 0px;
}
.select .form-control
{
	height: 28px;
    padding: 1px 23px;
}
.commen-form .form-control
{
	height: 28px;
    padding: 0px 9px;
}
.commen-form .btn 
{
	padding: 3px 12px;
}
.footer
{
	padding-top: 12%;
}
table#contact-detail-table .form-group {
    margin-bottom: 0px;
}
table#contact-detail-table tbody tr td {
    padding: 4px 5px 5px 0px;
}
.rular
{
	border-bottom: 1px solid #c6bbbb;
    width: 100%;
    padding-top: 7%;
}
div#contact-address-box-body {
    padding: 0px;
}
#contact-address-box-body .box
{
	border-top: 1px solid #d2d6de;
	margin-bottom: 0px;
}
.file_code_container .box-footer
{
	padding: 0px;
	border-top: 0px solid #f4f4f4;
}
/*In Settings>Billing>  SFND#3460*/
table#bank-list tbody tr td {
    padding: 4px 1px 4px 2px;
}
.inline-block
{
	display: inline-block;
}
.custom_addon
{
	padding: 6px 12px !important;
 	line-height: 1 !important;
 	margin-left: 0 !important;;
    margin-right: 0 !important;;
}

#bulk_bills_container table.taxes td{
	/*border: 1px solid black;*/
	border: 0px;
}

#bulk_bills_container table.taxes tfoot td{
    padding: 5px 8px 5px 8px;
}


.billing-items.table>tfoot>tr>td {
    padding: 5px 8px 5px 8px;
}

#exception-report-table thead tr th:nth-child(2){
	width: 70px !important;
    padding-right: 7px;
}

#exception-report-table thead tr th:nth-child(7){
	width: 95px !important;
}

#exception-report-table.table>tbody>tr>td, 
#exception-report-table.table>tbody>tr>th, 
#exception-report-table.table>tfoot>tr>td, 
#exception-report-table.table>tfoot>tr>th, 
#exception-report-table.table>thead>tr>td, 
#exception-report-table.table>thead>tr>th {
    padding: 3px 8px 3px 8px;
}

/*Client ledger report*/
#client_ledger_report_form #client_ledger_report_display tbody tr td{
	padding: 1px 3px 1px 4px !important;
}

/*File Code List*/
#file_code_list_report_display tbody tr td{
	padding: 1px 3px 1px 4px !important;
}

/*Recurring Jobs*/
.recurring_job_period_ended_date, .recurring_job_status{
    width: 90px;
    display: inline;
    margin-top: 11px;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    padding: 0px;
}

.recurring_job_period_ended_date{
	width: 100px;
}

.open_recurring_job_period_detail, .reset_recurring_job_period_ended_date{
	padding: 1px 5px;
	font-size: 13px;
	margin-top: -3px;
}

#bucket_filter_list li.bucket_active_bg{
	background-color: #c8e5c0;
}

.steps
{
	padding-top: 0.5%;
	padding-bottom: 0.3%;
	height: 2%!important;
	border: 3px solid white;
	text-align: center;
	font-size: 12px;
	background-color:#C0C0C0;
	color: black;



}
.circle
{
	width: 30px;
	height: 30px;
	padding: 3%;
    border-radius: 50%;
    border: 1px solid black;

}
.container-box
{
	margin-bottom: 1%;
	padding: 0.2%;
	border: 1px solid #C0C0C0;
    margin-top: 1%;

}
.expandable_div_container {
	width:100%;
	height:auto;

}
.expandable_div_header {
	width:100%;
	height: auto;
	padding:0.2%;
	padding-left: 2%;
	padding-top:1%;
	border: 1px solid #F0F0F0;
	display: grid;
	grid-template-columns: 20px auto;

}

.expandable_div_content {
	padding-left:8%;
	height:auto;
	padding-top:1%;
	border:1px  solid #F0F0F0;
	border-top:0px;
	cursor:pointer;
}

div.expandable_div_header > i {
	transform-origin: 20% 30%;
}

div.expandable_div_header > i:hover {
   color: gray!important;
}

div.expandable_div_header p, div.expandable_div_header span {
	margin-left:3%;
	cursor:pointer;
}

div.special_hyperlink {
	display:none;
}

#billing-container table#billing-items tbody td.bill-item-col-4 p.item_tax_amount {
	text-align: right;
}

#billing-container table#taxes tbody td.bill-item-col-5 {
	    padding-right: 11px;
}

#billing-container table#taxes tbody td.bill-item-col-4 {
    text-align: right;
    font-size: 15px;
    padding-right: 5px;
}

.expanded-div > .expandable_div_content {
	display: block !important;
}


.expandable_div_container.expanded-div > .expandable_div_header > i {
	transform: rotate(90deg);
}

.expandable_div_container > .expandable_div_header > i {
	transform: rotate(0deg);
}

label.editable_sms_field > i[data-field="input"]{
	border:2px solid #3c8dbc;
	width: 15em!important;
	color:black;
}

label.editable_sms_field > i[data-field="date"]{
	border:2px solid #3c8dbc;
	width: 10em!important;
	color: black;
}

label.editable_sms_field  > i[data-field="input"]:empty:not(:focus):before{
	content:attr(data-placeholder);
	color:grey;
	font-style:italic;
  }


label.editable_sms_field  > i[data-field="date"]:empty:not(:focus):before{
	content:attr(data-placeholder);
	color:grey;
	font-style:italic;
  }


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.disabled-link {
	color: gray;
	pointer-events: none;
	cursor: not-allowed;
	text-decoration: none;
  }