/*-----------------------------------------------------------------
Forms StyleSheet

Version:	1.0
Author: 	Rasmus Schau-Seidler
Email: 		rs@gormlarsenzornig.com
website:	www.gormlarsenzornig.com
-----------------------------------------------------------------*/

/* basic input styles */
input[type="button"], 
option {
	padding: 2px;
	background: #fff;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
}
/* INPUT TEXT */
input[type="text"], 
input.text {
	height: 18px;
	padding: 2px 5px;
	background: #d0d0d0;
	border: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
input[type="text"]:focus, 
input.text:focus {
	background: #f8f8f8;
}
/* INPUT TEXT end */

/* TEXTAREA */
textarea {
	border: 1px solid #aaa;
	padding: 2px;
	background: #fff;
}
textarea:focus {
	background: #f8f8f8;	
}
/* TEXTAREA end */

select {
	padding: 2px;
	height: 24px;
}
option {
}


/* SLIDER */
.slider-container {
	position: relative;
	background: #404040;
	padding: 15px;
	font-size: 14px !important;
	font-weight: bold !important;
	margin: 10px -13px 10px 0;
}
.company-indicator {
	position: absolute;
	right: 15px;
	top: 0;
	float: right;
	padding: 0 15px 0 0;
	color: #7300ab;
	background: #e6e6e6;
	margin-top: -3px;
}
.slider-container label {
	margin-bottom: 10px;
}
.slider-container .employees {
	display: inline;
	font-size: 14px !important;
	font-weight: bold !important;
	height: 20px !important;
	line-height: 20px !important;
	margin: 0 !important;
	text-align: right !important;
	color: #7300ab !important;
	width: auto !important;
	max-width: 50px !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}