.select2-container .select2-choice .select2-arrow{
	padding-top: 2px;
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #ccc;
	background: #fff !important;
	border-radius: 0;
	background-clip: padding-box;
}
.select2-container .select2-choice{
	display: block;
	height: 34px;
	padding: 3px 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	border-radius: 0;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff !important;
}

.select2-container, .select2-drop, .select2-search, .select2-search input{
	width: 100%;
}

.mask{
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.3);
    top:0;
    left:0;
    display:none;
    z-index:9998;
}

.loader{
    background: url("../../img/ajax-loader.gif") no-repeat scroll 0 0 #fafafa;
    background-position: 15px center;
    padding:20px 35px 20px 75px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: fixed;
    margin-left: -78px;
    color:#999;
    /*border-radius:10px;*/
}