.left-16
{
	left: 16px;
}

.border-qtextdarkblue
{
	border-color: #0d3b59; 
}



.select {
	position: relative;
	min-width:200px
}

.select svg {
	position: absolute;
	right: 12px;
	top: 34px;
	width: 10px;
	height: 6px;
	stroke-width: 2px;
	stroke: #9098a9;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events:none
}

.select select {
	-webkit-appearance: none;
	padding: 7px 40px 7px 12px;
	width: 100%;
	border: 1px solid #e8eaed;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px -2px #9098a9;
	box-shadow: 0 1px 3px -2px #9098a9;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	-webkit-transition: all .15s ease;
	transition:all .15s ease
}

.select select:required:invalid {
	color:#5a667f
}

.select select option {
	color: #223254
}

.select select option[value=""][disabled] {
	display:none
}

.select select:focus {
	outline: none;
	border-color: #07f;
	-webkit-box-shadow: 0 0 0 2px rgba(0, 119, 255, .2);
	box-shadow:0 0 0 2px rgba(0, 119, 255, .2)
}

.select select:hover + svg {
	stroke:#07f
}

.sprites {
	position: absolute;
	width: 0;
	height: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select:none
}

