@charset "utf-8";
	

@font-face {	
  font-family: 'Material Icons Extended';	
  font-style: normal;	
  font-weight: 400;
	src:url(../imgs/crmCenter/MaterialIconsExtended.eot);
	src: local('Material Icons Extended'), local('Material Icons Extended'), url(../imgs/crmCenter/MaterialIconsExtended.eot?#iefix) format('embedede-opentype'), url(../imgs/crmCenter/MaterialIconsExtended.woff) format('woff');
}
/* latin */
@font-face {	
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../imgs/crmCenter/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../imgs/crmCenter/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


.multipleSelectBox{
	width:630px;
	box-shadow:0 2px 7px rgba(0,0,0,0.8);
	background-color:#fff;
	position:absolute;
	top:100px;
	left:0;
	color:#666;
}
.multipleSelectTitle{
	height:25px;
	border-bottom:1px solid #ccc;
	padding:10px 10px 0 13px;
	position:relative;
	background-color:#f5f5f5;
}
.multipleSelectTitle .titleMenuWrap{
	float:left;
}

.multipleSelectBox .searchTitle{
	position: absolute;
    right: 30px;
}
.multipleSelectBox .searchTitle .searchBox{
	width: 175px;
    height: 24px;
    line-height: 24px;
    border: none;
    border-bottom: 1px solid #006;
    margin-top: 2px;
	padding-left: 3px;
	background-color:transparent;
}

.selectedTitle{
	margin-left:5px;
}
.multipleSelectBox .isSelected{
	vertical-align:-3px;
}

.multipleSelectClose {
	width: 14px;
    height: 14px;
    cursor: pointer;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 16px;
    color: #444;
	position: absolute;
    right: 10px;
    top: 11px;
}
.multipleSelectClose:hover {
        color: #666;
}
.titleMenu{
	border-bottom:3px solid transparent;
	height:23px;
	line-height:25px;
	font-size:12px;
	margin:0 5px;
	width:40px;
	text-align:center;
	float:left;
	cursor:pointer;
	user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	background-color:transparent;
}
.multipleSelectTitle.titleSelectable .titleMenu{
	margin:0 5px;
	width:auto;
}
.multipleSelectTitle.titleSelectable  .titleSelectable{
	vertical-align:-2px;
}
.multipleSelectTitle.titleSelectable  .searchTitle .searchBox{
	width:110px;
}
.titleMenu:hover{
	border-bottom-color:rgba(53,154,255,0.1);
}
.titleMenu.allSelected{
	border-bottom:2px solid #ffb408;
}
.titleMenu.selected,.searchButton.selected,.returnButton{
	color:#3b7bea;
	border-bottom-color:#3b7bea;
	background-color:transparent;
	font-weight:800;
}
.multipleSelectBody{
	padding-top:10px;
	padding-left:25px;
	height:510px;
	overflow:hidden;
	position:relative;
}
.multipleSelectBody .nationalFlag{
	display:inline-block;
	width:15px;
	margin:0 9px;
	margin-left:15px;
	margin-left:5px\0;
}
.multipleSelectBody .hoverBackground{
	position: absolute;
	left: 0;
	right: 0;
}
.multipleSelectBody  .hoverBackgroundList{
	position: relative;
	height: 32px;
	width: 100%;
	z-index: 0;
}
.multipleSelectBody  .hoverBackgroundList.ishover{
	z-index: 0;
	background-color:#eee;
}
.multipleSelectBody .nationalFlag img{
	max-height:15px;
	max-width:20px;
	vertical-align:middle;
}
.multipleSelectBody .optionBox label{
	display:inline-block;
	width:100%;
	height:16px;
	line-height:16px;
	padding:8px 0;
	position:relative;
}
.multipleSelectBody .optionBox label > span{
	display:inline-block\0;
	height:16px\0;
	position:relative\0;
	top:3px\0;
}
.multipleSelectBody .optionBox .option{
	display:none;
	display:block\0;
}
.multipleSelectBody .optionBox .option + span{
	vertical-align:top;
	width:0;
	height:0;
	margin:0;
	padding:0;
	margin-top:1px;
	display:inline-block;
	display:none\0;
}
.multipleSelectBody .optionBox .option + span:after{
	font-family:"Material Icons Extended";
	content: '\e835';
	font-size: 16px;
    color: #777;
	margin-left:-2px;
	display:none\0;
}
.multipleSelectBody .optionBox .option:checked + span:after{
	content: '\e834';
	color: #006;
	display:none\0;
}
.multipleSelectBody .unselectable label{
	text-decoration:line-through;
	position:relative;
}
.multipleSelectBody .unselectable label:before{
	content:' ';
	position:absolute;
	width:10px;
	height:10px;
	border-radius:2px;
	border:1px solid #ccc;
	background-color:#eee;
	margin-top:3px;
}
.multipleSelectBody .unselectable .option + span{
	visibility:hidden;
}
.multipleSelectBody .optionBox{
	float:left;
	width:150px;
}
.multipleSelectBody .optionBox.width2{
	width:300px;
}
.multipleSelectBody .optionBox.width3{
	width:450px;
}
.multipleSelectBox .unselectable{
	color:#aaa;
}
.multipleSelectFoot{
	height:15px;
	padding:0 0 10px;
	font-size:12px;
}
.multipleSelectConfirm{
	color:#3b7bea;
	cursor:pointer;
	float:right;
	margin-right:20px;
	height:15px;
	line-height:15px;
}
.multipleSelectConfirm:hover{
	font-weight:800;
}