/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.asm-disabled {
}

.jquery-multiple-select {
}

select {
	width: auto;
}

select {
	padding: 6px;
	border: 1px solid #ccc;
	padding: 0.3em;
	color: rgba(0, 0, 0, 0.75);
	background: white;
	background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
	-webkit-box-shadow: none;
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
	font-weight: normal;
}

	select[multiple], select[size] {
		height: auto;
	}

select {
	width: auto;
}

ol, ul {
	list-style: none;
}

a.selectedClose {
	text-decoration: none;
	color: #8a8a8a;
	padding-left: 5px;
}

.ui-multiselect {
	display: block;
	position: relative;
	height: 29px;
	font-size: 0.836rem;
	padding: 0 0 0 8px;
	font-weight: normal;
	margin-bottom: 0;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #C9C9C9;
	text-align: left;
	white-space: nowrap;
	line-height: 28px;
	color: #444;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: none !important;
	background: rgb(255,255,255) !important;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))) !important;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%) !important;
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F0F0F0',GradientType=0 );
}

	.ui-multiselect:hover {
		color: #444 !important;
		background-color: none !important;
		background: rgb(255,255,255) !important;
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))) !important;
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%) !important;
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%) !important;
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%) !important;
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F0F0F0',GradientType=0 );
	}

	.ui-multiselect span.ui-icon {
		display: inline-block;
		position: absolute;
		width: 0 !important;
		height: 0 !important;
		border-left: 3px solid transparent;
		border-top: 6px solid #222;
		border-right: 3px solid transparent;
		top: 0 !important;
		right: 6px !important;
		bottom: 0;
		margin: auto;
	}

.ui-multiselect-single .ui-multiselect-checkboxes input {
	position: absolute !important;
	top: auto !important;
	left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
	padding: 5px !important
}

.ui-multiselect-header {
	margin-bottom: 3px;
	padding: 3px 0 3px 4px
}

	.ui-multiselect-header ul {
		font-size: 0.9em
	}

		.ui-multiselect-header ul li {
			float: left;
			padding: 0 10px 0 0
		}

	.ui-multiselect-header a {
		text-decoration: none
	}

		.ui-multiselect-header a:hover {
			text-decoration: underline
		}

	.ui-multiselect-header span.ui-icon {
		float: left
	}

	.ui-multiselect-header li.ui-multiselect-close {
		float: right;
		text-align: right;
		padding-right: 0
	}

.ui-multiselect-menu {
	display: none;
	padding: 3px;
	position: absolute;
	z-index: 10000;
	text-align: left;
	background: white;
	border: solid 1px #BEBEBE;
	border-top: none;
}

	.ui-multiselect-menu span {
		font-weight: normal;
	}

.ui-multiselect-checkboxes {
	position: relative /* fixes bug in IE6/7 */;
	overflow-y: auto;
	width: 100%;
}

.ui-multiselect-checkboxes {
	position: relative /* fixes bug in IE6/7 */;
	overflow-y: auto;
	width: 100%;
	padding: 8px 1px;
	margin: 0;
}

	.ui-multiselect-checkboxes label {
		cursor: default;
		display: block;
		border: 1px solid transparent;
		padding: 3px 1px 1px 4px;
	}

		.ui-multiselect-checkboxes label:hover {
			background: #3090FF;
			color: white;
		}

		.ui-multiselect-checkboxes label input {
			position: relative;
			top: 2px;
			margin: 0 4px 0 0;
		}

	.ui-multiselect-checkboxes li {
		clear: both;
		font-size: 0.9em;
		padding-right: 3px
	}

		.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
			text-align: center;
			font-weight: bold;
			border-bottom: 1px solid
		}

			.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
				color: #444;
				display: block;
				padding: 3px;
				margin: 1px 0;
				text-decoration: none
			}

	/* remove label borders in IE6 because IE6 does not support transparency */
	* html .ui-multiselect-checkboxes label {
		border: none
	}

.ui-multiselect-hasfilter ul {
	position: relative;
	top: 11px;
	left: 8px;
}

.ui-multiselect-filter {
	float: left;
	font-size: 0.753rem;
	width: 100%;
	color: #444;
	font-weight: bold;
	padding: 0 20px 0 0;
}

	.ui-multiselect-filter input {
		padding: 0 4px;
		width: 102.5%;
		margin-top: 4px;
		display: block;
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
	}

.ui-multiselect-listItem {
	display: list-item;
}

.ui-multiselect-none {
	display: none;
}

.ui-multiselect-all {
	display: none
}

/*
.ms-parent {
    float: left;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.selected-choices-box {
    float: left;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 0;
}

.selected-choices-box .selected-choice {
    display: block;
    padding: 2px 8px;
    margin: 2px 0;
    background: #f0f0f0;
    border: 1px solid #ccc;
}

.selected-choices-box dt {
    font-size: .9em;
    padding-top: 5px;
    color: #4d4d4d;
}

.selected-choices-box dt:hover {
    cursor: pointer;
}

.selected-choices-box dd {
    max-height: 153px;
    overflow: auto;
}
.selected-choices-box .none-selected {
    font-size: 0.8em;
    text-align: center;
    display: block;
    text-decoration: underline;
}

.ms-choice {
    display: block;
    height: 29px;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #C9C9C9;
    text-align: left;
    white-space: nowrap;
    line-height: 29px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: none!important;
    background: rgb(255,255,255)!important;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1)))!important;
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%)!important;
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%)!important;
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%)!important;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F0F0F0',GradientType=0 );
}

.ms-choice:hover {
    background-color: none!important;
    background: rgb(255,255,255)!important;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1)))!important;
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%)!important;
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%)!important;
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%)!important;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F0F0F0',GradientType=0 );
}

.ms-choice.disabled {
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #222;
    font-weight: normal;
    font-size: 0.836rem;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #222;
    font-weight: normal;
    font-size: 0.836rem;
}

.ms-choice > div {
    display: inline-block;
    position: absolute;
    width: 0!important;
    height: 0!important;
    border-left: 3px solid transparent;
    border-top: 6px solid #222;
    border-right: 3px solid transparent;
    top: 0!important;
    right: 6px !important;
    bottom: 0;
    margin: auto;
}

.ms-drop {
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 6px 6px 0px 6px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    background: #fff url('multiple-select.png') no-repeat 99% -20px !important;
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li label {
    line-height: 14px;
    margin: 0;
    vertical-align: top;
    padding: 3px 6px 1px 6px;
    font-weight: normal;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label.optgroup:hover,
.ms-drop ul > li label:hover {
    background: #3090FF;
    color: white;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
    padding: 6px 6px 3px 6px;
}

.ms-drop ul > li label.optgroup input[type="checkbox"],
.ms-drop ul > li input[type="checkbox"][name="selectAll"] {
    margin-right: 4px;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 8px 2px 0;
}
*/