﻿.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    zoom: 1;
}
.multiselect-button {
	color: #000000;
	font: 12px Helvetica;
	height: 23px;
	line-height: 22px;
	margin: 0px;
	background: #ffffff;
	border: 1px solid #BABABA;
	cursor: default;
    outline: none !important; 
}

.multiselect-button.multiselect-disabled {	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.multiselect-button .text {
	padding-left: 5px;
    padding-top:2px;
	float: left;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.multiselect-button .arrow {
	float: right;	
	padding-top: 4px;
    margin-right:4px;
}

.multiselect-button .arrow .img{
}

.ui-icon-triangle-1-s {
    background-position: -67px -15px;
}

.multiselect-menu {	
	color: #000000;
	font: 12px Helvetica;
	border: 1px solid #BABABA;
	background: #ffffff;
	z-index: 1;
}

.multiselect-filterArea {
	background-color: #F0F0F0;
	color: #222222;
	font-weight: bold;
	padding: 5px;
	cursor: default;
}

ul.multiselect-unselected {
	list-style: none;
	height: auto;
	max-height: 80px;
	padding: 6px 0px 6px !important;
	margin: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

ul.multiselect-unselected .multiselect-item {
	padding: 2px 8px 2px 8px;
	white-space: nowrap;
	overflow:hidden;
}

ul.multiselect-unselected .multiselect-item .delete-img {
    display: none;
}

ul.multiselect-unselected .multiselect-loading {
	padding-top: 10px;
	text-align: center;
	cursor: default;
}

ul.multiselect-unselected .multiselect-item:hover {
	background-color: #F0F0F0;
	cursor: default;
}

ul.multiselect-selected {
	color: #000000;
	font: 12px Helvetica;			
	list-style: none;
	padding: 3px 0px 3px !important;
	margin: 0px;
}

ul.multiselect-selected .multiselect-item {
	padding: 5px 0px 0px 2px;
}

ul.multiselect-selected .multiselect-item .delete-img {
    padding-right: 5px;
    padding-bottom: 3px;
    vertical-align: middle;
    cursor: pointer;
}

ul.multiselect-selected .multiselect-item [type='checkbox'] {
	display:none;
}

.wait {
	cursor: wait !important;
}