/* Customer select */
#customer-dropdown {
	width:      250px;
}

#customer-dropdown select {
	border:     1px solid #003158;
	padding:    4px;
	background: #fff;
	height:     100%;
	width:      250px;
}

#customer-dropdown div {
	height: 28px;
}

#customer-dropdown input[type=text] {
	float:       left;
	height:      100%;
	width:       calc(100% - 8px - 72px);
	margin-left: 0px;
	padding:     4px;
	border:      1px solid #003158;
	background:  #fff;
}

#customer-dropdown input[type=text].wide {
	width: 100%;
}

#customer-dropdown input[type=submit] {
	float:       left;
	height:      100%;
	margin-left: 8px;
	border:      1px solid #003158;
	color:       #fff;
	background:  #003158;
	font-weight: bold;
	font-size:   12px;
	width:       72px;
}
