#property-lead-table tr:nth-child(even) {background: #fff;}
#property-lead-table tr:nth-child(odd) {background: #F0F0F0;}
#property-lead-table tr:hover{
	background-color: #E5E5E5;
}
#property-lead-table th {
    background-color: #fff;
}
.pager{
	float:right;
	margin: 20px;
} 
#cf7-selector{
	margin:20px 10px 20px 0px;
	float:left;
	color: #23282d;
	padding: 0px 2px;
}
#property-lead-table_paginate a.current{
	cursor: default;
	background: #fff;
	color:#000;
	font-weight:bold;
}
.widefat th.sortable, .widefat th.sorted{
	padding:10px;
}
#property-lead-table_info, #property-lead-table_paginate{
	float:right;
	margin: 10px 20px;
	clear:both;
	
}

#property-lead-table_paginate a{
	padding: 4px 10px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	margin-right: 2px;	
}
.adb-per-line{
	-webkit-box-shadow: 0px 20px 23px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 20px 23px -17px rgba(0,0,0,0.75);
	box-shadow: 0px 20px 23px -17px rgba(0,0,0,0.75);
	margin: 16px 0px 9px 0px;
}
.adb-per-line .field-name{
	background: #222222;
	color: #fff;
	width: 100%;
	padding: 2px 0px 2px 11px;
}
.adb-per-line .field-value{
	padding:20px;
}
#adb-delete-button{
	margin:20px 10px 20px 0px;
	float:left;
	background: #c65e5e;
	border: #c65e5e;
	color: #fff;
	padding: 0px 16px;
}

#adb-delete-button:hover{
	background-color: #BE4949;
}

.del-button:hover, .view-button:hover{
	font-weight: bold;
}
#property-lead-table_filter, #property-lead-table_length{
	margin:20px 10px 20px 0px;
	float:right;
}
#property-lead-table_filter label, #property-lead-table_length label{
	cursor: pointer;
	font-weight: bold;
}

#adb-export{
	margin:20px 10px 20px 0px;
	float:left;
	background: #398f14;
	border: #398f14;
	color: #fff;
	padding: 0px 7px;
}
#adb-export:hover{
	background-color: #348312;
}

#adb-export a, #adb-export a:visited{
	color: #fff;
	text-decoration:none;
}
.del-button{
	cursor:pointer;
	color:red;
}
#property-lead-table tr{
	text-align:left;
}
#property-lead-table th{
	text-align:left;
	font-weight:bold;
	text-transform: uppercase;
	
}
#property-lead-table thead th{
cursor:pointer;
}
#property-lead-table td{
	vertical-align:top;
	height: 42px;
}
#property-lead-table .chk-td{
	vertical-align:middle;
}
span.edited-entries{
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	color:#398f14;
}
#no-data{
	font-size:20px;
	margin-top:100px;
}

#TB_ajaxContent{
	width: auto !important;
	height: 100% !important;
}

#loading-panel{
	width: 100%;
    position: fixed;
    height: 100%;
    top: 0px;
    display: none;
}
.loader{
	
	position: fixed;
	left: 45%;
	top: 40%;
	z-index: 9999999;

}