/*
Domain checker skin
*/

/* Layout */
.plugin-domainchecker {  }

.plugin-domainchecker #dc-input { 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	box-sizing:border-box; 
	padding:5px; 
	max-width:90%; 
	max-width: calc(100% - 50px); 
	width:250px;
}
.plugin-domainchecker .input-submit { 
	cursor:pointer; 

}

.plugin-domainchecker #dc-input { 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.plugin-domainchecker .input-submit {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


.plugin-domainchecker #dc-input,
.plugin-domainchecker .input-submit { margin:0; }
/* Color Skin */
.plugin-domainchecker #dc-input { 
	border:1px solid #ccc; 
	border-right:0;  
	height:31px;
 display: inline-block;
 vertical-align: middle;
 color:#232323;
}
.plugin-domainchecker .input-submit { 
	border:1px solid #ccc; 
	background:#ccc; 
	border-left:0; 
	vertical-align: middle;
	font-size: 0;width:24px;
	height:29px; display: inline-block; text-decoration: none;
	position: relative;
	left:-1px;
}
.plugin-domainchecker .input-submit:before { 
	font-family: 'dashicons';
	content: "\f179";
	font-size:20px;
	height:30px;line-height:30px;
	color:#000;
	position: absolute; top: 0; left: 2px;
}
.plugin-domainchecker .input-submit:hover { 
	background:#F0F8FF;
}

