/*
 Theme Name: functionalaesthetics
 Theme URI: http://www.functionalaesthetics.eu
 Author: functionalaesthetics
 Author URI: http://www.functionalaesthetics.eu
 Version: 1.0 Basic Styles
*/
input,textarea,select,.result_link,#cancelDelete {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 150%;
	font-weight: 400;
	text-align: left;
	border: 0px solid #fff;
	outline: 0px;
	padding: 6px 5px;
	display: inline-block;
}
.result_link,.file_input_button,#cancelDelete,input[type="file"],input[type="button"],input[type="submit"]
	{
	width: 140px;
	color: #f3f3f3;
	text-align: center;
	background-color: #1c1c1c;
	padding: 5px 5px;
	cursor: pointer;
}
#input_1:hover,.result_link:hover,input[type="file"]:hover,input[type="button"]:hover,input[type="submit"]:hover,#cancelDelete:hover,.result_link.active
	{
	background-color: #434343;
	color: #f3f3f3;
}
input[type="radio"] {
	width: 15px;
	height: 12px;
	background: none;
	border: none;
	margin-bottom: 20px;
}
input[type="checkbox"] {
	margin-left: 10px;
	width: 15px;
	height: 12px;
	
}
input.error{
	border: solid red 1px;
}

::-webkit-input-placeholder {
   color: #999999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999999;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

:-ms-input-placeholder {  
   color: #999999;  
}

/*  -------- INPUT MODIFICATIONS    --------*/
#fa_finder input[type="text"] {
	width:97%;
	margin: 20px 0 0 20px;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	background-color: #000;
	color: #FFF;
}
#fa_finder input[type="submit"] {
	float: right;
}
.result_link{
	float: right;
	width: 226px;
}

.dfinder .result_link{
	width: 100%;
}

.result_link,#cancelDelete {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
#templtForm input[type="text"],
#templtForm select {
	width: 400px;
	margin-bottom: 15px;
	border: solid #1C1C1C 1px;
}
#templtForm input[type="submit"],
#templtForm select {
	width: 400px;
}

/*Dfinder*/
#slctDfndrCats{
	width: auto;
	padding-left: 120px;
	margin-bottom: 25px;
	overflow: hidden;
}
#slctDfndrCats span{
	width: 250px;
	margin: 0 1px 0 0;
	display:block;
	float: left;
}

#slctDfndrCats .active{
	background-color: #434343;
}

/*Ipad inputSubmit behavior*/
input[type="file"],input[type="button"],input[type="submit"]{
	-webkit-appearance: none;
}






