 td, th {

}
td.lead_count{	
	max-width:50px !important;
}
td.lead_date{
}
td.lead_title{
	max-width:250px !important;
}
td.lead_name{
	max-width:250px !important;
}
td.lead_sales{
	max-width:250px !important;
}
td.lead_department{
	max-width:250px !important;
}


#wpfooter {
    position: relative !important;
   
   }
.wpcf7-response-output{
	position:absolute;
	width:90%;
	background: #FFF !important;
	font-weight:bold;
	bottom:0px;
	left:0px;

}
.admin_showhide{
	display:none;
}
body.admin-bar .admin_showhide{
	display:block;
}
.wpcf7-form.invalid .wpcf7-response-output{
	background: #FDD !Important;
}


.wpcf7-spinner {
    /* visibility: visible !Important; */
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 200px;
    height: 200px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: -50% -25%;
    top:50%;
    left:50%;
    position: absolute !important;
    
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 30px;
    left: 30px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100%;
    transform-origin: 70px 70px;
    animation-name: spin;
    animation-duration: 3000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}