/* 
 * Selecter v3.0.15 - 2014-03-01 
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library. 
 * http://formstone.it/selecter/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 
 .typeahead li{text-transform:capitalize !important;}
.salutation .selecter-selected{width:39px; float:left; margin-left:-3px;}
.salutation .selecter-options{width:51px !important;}
.quk-user .selecter-selected{width:220px !important;}
.quk-user .selecter-options{width:232px !important; margin-left:50px !important;}
.quk-ref .selecter-selected{width:100px !important; float:left;}
.quk-ref .selecter-options{width:112px !important;}
.depend .selecter-selected,.depend .selecter-options{width:211px !important;}
.drugname .selecter-selected{width:328px !important;}
.rtype3 .selecter-options{margin: 0px 0px 0px 140px; }
.selecter-options{margin: 0px 0px 0px 0px; }
	.selecter-element { *left: -999999px; position: absolute; opacity: 0; }
	.selecter { display: block; position: relative; z-index: 1; }
	.selecter .selecter-selected {width:273x;height:18px;padding: 4px 6px;background: #F9F9F9 url(../img/top-arrow.png) no-repeat right -10px center;background-color:#F0F0F0;border:1px solid #aaa !important;cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; position: relative; text-overflow: clip; z-index: 49; }
	.selecter .selecter-options { border: 1px solid #ccc; border-width:1px; background-color: #fefefe; border-radius:0px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); display: none; left: 0; max-height: 260px; overflow: auto; overflow-x: hidden; padding: 0; position: absolute; top: 100%;*width: auto;width:223px; z-index: 50; }
	.selecter .selecter-group { background: #F9F9F9; border-bottom: 1px solid #e3e3e3; color: #999; display: block; font-size: 11px; padding: 5px 10px 4px; text-transform: uppercase; }
	.selecter .selecter-item {width:103%;background: #fff; border-bottom: 1px solid #e3e3e3; color: #333; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 2px 0 2px 5px; }
	.selecter .selecter-item.selected { background: none repeat scroll 0 0 #2bb99e;color: #FFFFFF;font-weight: bold; }
	.selecter .selecter-item.disabled { color: #999; cursor: default; }
	.selecter .selecter-item:first-child { border-radius: 0; }


	/* Open */
	.selecter.open { z-index: 3; }
	.selecter.open .selecter-selected { border-radius:0; z-index: 51; }

	.selecter.open .selecter-selected,
	.selecter.focus .selecter-selected {background: url(../img/bottom-arrow.png) no-repeat scroll right -10px center #FFF;position: relative; }

	/* 'Cover' Positioning */
	.selecter.cover .selecter-options { border-radius:0px; border-width: 1px; top: 0; }
	.selecter.cover .selecter-options .selecter-item.first { border-radius:0; }
	.selecter.cover.open .selecter-selected { border-radius:0; z-index: 49; }

	/* 'Bottom' Positioning */
	.selecter.bottom .selecter-options { border-width: 1px 1px 0; bottom: 100%; top: auto; }
	.selecter.bottom .selecter-item:last-child { border: none; }
	.selecter.bottom.open .selecter-selected { border-radius:0px; }
	.selecter.bottom.open .selecter-options { border-radius:0; }

	/* 'Bottom' + 'Cover' Positioning */
	.selecter.bottom.cover .selecter-options { bottom: 0; top: auto; }
	.selecter.bottom.cover.open .selecter-selected { border-radius:0px; }
	.selecter.bottom.cover.open .selecter-options { border-radius:0px; }

	/* Multiple Select */
	.selecter.multiple .selecter-options { border-radius:0px; border-width: 1px; box-shadow: none; display: block; position: static; width: 100%; }

	/* 'Disabled' State */
	.selecter.disabled .selecter-selected { background: #fff; border-color: #eee; color: #ccc; cursor: default; }
	.selecter.disabled .selecter-options { background: #fff; border-color: #eee; }
	.selecter.disabled .selecter-group,
	.selecter.disabled .selecter-item { border-color: #eee; color: #ccc; cursor: default; }
	.selecter.disabled .selecter-item.selected { background: #fafafa; }

	/* Scroller Support */
	.selecter .selecter-options.scroller { overflow: hidden; }
	.selecter .selecter-options.scroller .scroller-content { max-height: 260px; padding: 0; }

	/* Media Queries */
	@media screen and (max-width: 740px) {
		.selecter { /*max-width: 40%;*/ }
	}
	@media screen and (max-width: 500px) {
		.selecter { /*max-width: 100%;*/ }
	}