/**
 * Default DropKick theme
 */
.dk_container {
	background-color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Helvetica', Arial, sans-serif;
}
.dk_container:focus {
	outline: 0;
}
.dk_container[disabled] {
	opacity: .4;
}
.dk_container a {
	cursor: pointer;
}
.dk_container[disabled] a {
	cursor: not-allowed;
}
.dk_toggle {
	position: relative;
	display: block;
	width: 100% !important;
	height: 50px;
	padding: 12px 40px 12px 12px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #666;
	line-height: 1.5;
}
.dk_toggle:hover, .dk_toggle:focus {
	border: 1px solid #ddd;
}
.dk_toggle:after {
	position: absolute;
	top: 45%;
	right: 10px;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666;
}
.dk_focus .dk_toggle {
	border: 1px solid #ddd;
}
.dk_open {
	z-index: 10;
}
.dk_open .dk_toggle {
	background-color: #fff;
	border-color: #ddd;
	color: #ccc;
	border-radius: 5px 5px 0 0;
}
.dk_open_top .dk_toggle {
	border-radius: 0 0 5px 5px;
}
.dk_open_top .dk_options, .dk_open_top .dk_options_inner {
	border-radius: 5px 5px 0 0;
}
.dk_options {
	background: #fefefe;
	border-radius: 0 0 5px 5px;
}
.dk_options a {
	padding: 8px 12px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	font-size: 14px;
}
.dk_options a:hover, .dk_options:focus, .dk_options .dk_option_current a {
	border-bottom-color: #ddd;
	background-color: #4cb7ff;
	color: #fff;
}
.dk_options li:last-child a {
	border-bottom: none;
}
.dk_options .disabled {
	cursor: default;
}
.dk_options .disabled a, .dk_options .dk_optgroup.disabled > span {
	color: #aaa;
}
.dk_options .disabled:hover a, .dk_options .disabled:focus a {
	cursor: default;
	background-color: #fff;
	text-shadow: none;
}
.dk_options .dk_optgroup {
	padding-left: 5px;
	background: #ddd;
}
.dk_options .dk_optgroup > span {
	display: block;
	padding: 5px 10px 5px 5px;
	font-style: italic;
	color: #666;
	background: #ddd;
}
.dk_options .dk_optgroup.disabled, .dk_options .dk_optgroup.disabled > span {
	background: #eee;
}
.dk_options_inner {
	max-height: 250px;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	color: #666;
}
.dk_container {
	display: none;
}
.dk_container a {
	outline: 0;
}
.dk_toggle {
	position: relative;
	zoom: 1;
}
.dk_open {
	position: relative;
}
.dk_open .dk_options {
	display: block;
}
.dk_open .dk_label {
	color: inherit;
}
.dk_options {
	position: absolute;
	right: 0;
	margin-top: -1px;
	display: none;
	width: 100%;
}
.dk_options a, .dk_options a:link, .dk_options a:visited {
	display: block;
}
.dk_options_inner {
	overflow: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
.dk_container select {
	position: absolute;
	visibility: hidden;
}