@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat);



#detectify-settings-icon { background-image: url(images/big_icon.png); width: 52px; height: 37px; float: left; margin: 5px 10px 0 0; }
h2 a { text-decoration: none; }
#message { margin-top:0px; margin-bottom: 5px }
.instructions { padding-top:10px; }

/* New Design */
#wpcontent{
	margin-left: 160px;
	background: white;
}
/* Design Header */
#detectify_header {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -20px;
	padding-left: 20px;
	background: url("images/bluebg.png");
	height: 275px;
}
.aligned-tools {
	background: url("images/tools-aligned.min.svg") no-repeat;
	background-position: center;
	background-size: 670px 670px;
	margin: auto;
	width: auto;
	height: 220px;
}
#detectify_header_title{
	margin: 5px 0px 10px 40px;
	font-family: "Open Sans";
	font-size: 33px;
	color:white; 
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	speak: none;
	
	padding-bottom: 15px;
	margin-bottom: ;
	border-bottom: 1px solid #606674;
}
#detectify_header_title a{
	color: white;
	font-weight: 700;
	text-decoration: none;
}


.detectify_separator{
	height: 20px;
	width: 80%;
	background: url("images/sprite-repeat-x.svg") repeat-x;
	margin: auto;
	padding-bottom: 20px;
}
/* Design About US */
.detectify_body_text_description, .detectify_body_text, .detectify_body_title
{
	text-align: center;
}

.detectify_body_title
{
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #525252;
	margin: 0;
	font-weight: 400;
	margin-bottom: 60px;
	margin-top: 60px;
	font-size: 50px;
	line-height: 55px;
}

.detectify_body_text
{	
	font-size: 20px;
	color: #595959;
	line-height: 30px;
	margin-bottom: 36px;
}

.detectify_body_text_description
{
	font-size: 15px;
	font-family: "Open sans", Arial, Helvetica, sans-serif;
	color: #818181;
	line-height: 26px;
	margin: 0;
	margin-bottom: 36px;
}
.detectify_body_text a, .detectify_body_text_description a
{
	text-decoration: none;
}

/* Design Verification */
.detectify_body_verification
{
	text-align: center;
	padding-bottom: 40px;
}
.detectify_body_verification_inside{
	max-width:480px;
	width: 42%;
	margin:0 auto;
	text-align: justify;
	color: #a6a6a6;
	line-height: 20px;
	font-family: "Open sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.detectify_body_verification_inside a{
	text-decoration: none;
}
.longer_input { 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
} 

.detectify_button{
	background-color: #72b5f9;
	color: white;
	border-width: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	height: 56px;
	font-family: "Open sans", Arial, Helvetica, sans-serif;
	border-color:#2c88e5;
	border-radius: 3px;
}
.detectify_button:hover{
	background-color: #2c88e5;
}
/* End new design */



.dtfy-button { 
	background: #1e8cbe; 
	color:white; 
	padding:6px; 
	text-decoration: none; 
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	border-radius: 3px;
	white-space: nowrap; 
	box-sizing: border-box;
	border-color: #0e3950;
	border-width: 1px;
	border-style: solid;
	display: inline-block;

	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.dtfy-button:hover{
	color:white;
	background: #1e8cbe;
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
}

.updated.detectify {
	border-left-color:#ff6f64;
}



.description.detectify {
	font-size:12px;
}

td.detectify {
	vertical-align: top;
}

#about_us_link{
	float: right;
	padding-right: 20px;
	font-size: 15px;
}
@media screen and (max-width: 540px){
	#about_us_link{
		display : none;
	}
}

.update-nag{
	display :none;
}
#dolly
{
	display : none;
}

.messageDTFY
{
	text-align: center;
	color: #a6a6a6;
	font-family: "Open sans", Arial, Helvetica, sans-serif;
}