/* admin css */

/* global */
#void_mail{
	display: block;
	position: relative;
}
#void_mail textarea{
	width: 100%;
	min-height: 300px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.void_mail_btn{
	font-size: 20px !important;
    height: 40px !important;
    padding: 0px 20px 0px !important;
}
.void-overlay{
	position: absolute;
    width: 100%;
    background: #fff;
    height: 100%;
    opacity: .5;
    z-index: 99;
    display: none;    
}
.void-loader{
	position: fixed;    
    top: 50%;
    left: 50%;     
}
.wpvms-table{
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100vh;
	text-align: center;
	border-top: 5px solid #008ec2;
}
.wpvms-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.wpvms-table-cell form{
	padding-top: 20px;
}
.void_mail_number{
	padding-top: 30px;
	padding-bottom: 20px;
}
.wpvms-file-section h2{
	padding-top: 20px;
	padding-bottom: 20px;
}
.wpvms_file_output{
	padding-top: 20px;
}
.wpvms-from{
	font-style: italic;
}
.wpvms-mail{
	font-weight: bold;
}
.wpvms_done{
	font-size: 20px;
	font-weight: bold;
	color: #008ec2;
}
.void_mail_found{
	padding-top: 20px;
	padding-bottom: 20px;
}
.wpvms_error{
	color: #8B0000;
}
.wpvms_status_success{
	background: #228B22;
	padding: 5px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.void_mail_api_key {
    width: 300px;    
}
.void_mail_api_btn{	
	margin-bottom: 10px !important;
	min-height: 32px;
}
.wpvms_status{
	display: inline-block;
}
.wpvms_status_error{
	background: #ff1919;
	padding: 5px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wpvms_red{
	color: #ff1919;
}
.wpvms_green{
	color: #228B22;	
}
.void_mail_input_text{
	padding-top: 20px;
}
.wpvms_verifier{
	margin-top: 30px;
}
.wpvms_verifier h2{
	padding-top: 10px;
	padding-bottom: 20px;
}
.void_mail_verifier{
	font-size: 20px !important;
    line-height: 43px !important;
    padding: 0 45px 43px !important;	
}
#wpvms_list_wrapper .dt-buttons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.wpvms_verifier_output{
	padding-top: 30px;
}
.wpvms-mailpoet{
	padding-top: 15px;
	padding-bottom: 15px;
}
.wpvms-mailpoet h6{
	color: #ffffff;
    background-color: #5bc0de;
    padding: 5px;
    display: inline-block;
    overflow: hidden;
}
.mailpoet_list_insert:hover{
	cursor: pointer;
}
.wpvms_mailpoet_output{
	margin-top: 20px;
	margin-bottom: 20px;
}
.wpvms_stop{
	background: #ff1919 !important;
    border-color: #ff1919 !important;    
    text-shadow: none !important; 
}
.wpvms_stats{
	padding-top: 30px;
	padding-bottom: 30px;
}
p{
	margin-bottom: 2px !important;
}
@media only screen and ( min-width: 768px ){
	#wpvms_list_length{
		margin-bottom: -42px;
	}  
}
