@charset "utf-8";
	
.boxInput{
	box-shadow: 				3px 3px 4px rgba(0,0,0,0.80);
	cursor: 						pointer;
	height: 						40px !important;
	width: 							100%;
	padding: 						12px;
	background-color: 	#E7E7E7;
	border-radius: 			5px;
	-moz-appearance: 		none;
	-webkit-appearance: none;
	border: 						1px solid #626262;
}

.boxInput:hover{
	box-shadow: 				0px 0px 4px rgba(16,159,211,0.80);
	cursor: 						pointer;
	border: 						1px solid #0F96C7 !important;
}

.boxDiv{
	background-color: 	rgba(239,239,239,1.00) !important;
	border: 						rgba(159,159,159,1.00) 1px solid;
	border-radius: 			3px;
	padding: 						6px;
	box-shadow: 				2px 2px 4px rgba(10, 10, 10, 1.0) !important;
}

.boxDiv:hover{
	box-shadow: 				0px 0px 6px rgba(16,159,211,0.80);
	border: 						1px solid #0F96C7 !important;
}

.boxSelect{
	background-color: 	rgba(239,239,239,1.00) !important;
	border: 						rgba(159,159,159,1.00) 1px solid;
	border-radius: 			3px;
	padding: 						0px;
	box-shadow: 				1px 1px 2px rgba(10, 10, 10, 1.0) !important;
	cursor: 						pointer;
}

.radius{
	width: 							25px !important;
	height: 						25px !important;
	cursor: 						pointer !important;
}

.inputCorlor{
	box-shadow: 				3px 3px 4px rgba(0,0,0,0.80);
	cursor: 						pointer;
	height: 						45px !important;
	width: 							100%;
	padding: 						5px;
	background-color: 	#E7E7E7;
	border-radius: 			5px;
	border: 						1px solid #626262;
}

.inputCorlor:hover{
	box-shadow: 				0px 0px 4px rgba(16,159,211,0.80);
	cursor: 						pointer;
	border: 						1px solid #0F96C7 !important;
}



