/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
/*Arabic*/
.arabic .ms-choice > div
	{ position: absolute;
    top: 7px;
    left: 0;
    width: 40px;
    height: 25px;
  background: url(multiple-select1.png) left no-repeat;}


.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.arabic .ms-choice {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #bdc3c7;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	outline:none;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.arabic .ms-choice > span {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
    font-size: 13px;
	font-weight:normal;
	color:#787878
}

.ms-choice > span {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
    font-size: 13px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color:#787878;

}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
    height: 25px;
  	background: url(multiple-select1.png) left no-repeat;
}

.ms-choice > div.open {
    background: url(multiple-select1.png) right no-repeat;
	right:-11px;
	
	
}

.arabic .ms-choice > div.open {
    background: url(multiple-select1.png) right no-repeat;
	left:11px;
	
	
}
.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -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-drop.top {
    bottom: 100%;
    -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: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('multiple-select.png') no-repeat 100% -22px;
    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 .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;
}

.arabic .ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    padding: 5px 0px 0px;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    padding: 5px 0px 0px;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.arabic .ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin: 7px 0 0 14px;
	    margin-top: 0px;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin: 2px 8px 4px 0px;
    margin-top: 0px;
}

.ms-drop .ms-no-results {
    display: none;
}


select[name="city[]"] {width: 100%;  height: 34px;  font-size: 13px;  font-family: "Lato",Helvetica,Arial,sans-serif;}

