#dropdown { background-image: url('../img/trainer-icon.png'); background-repeat: no-repeat; background-position: left 15px center; color: #848484; font-size: 14px; font-family: 'Roboto', sans-serif;}
#dropdown li {
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #e3e3e3;
}
.select_class {background:red!important}

#drop_down-input {
	height: 55px;
	background: #fff;
	border-radius: 4px;
	color: #848484;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.el-input-search-bar #dropdown {
	position: absolute;
	top: 105%;
	z-index: 10;
	box-shadow: 0px 2px 2px #000;
}
.sel_arrow {
  background: #ff0000 none repeat scroll 0 0;
  float: right;
  height: 26px;
  width: 32px;
  margin-right: -29px;
  opacity: 0;
  cursor:pointer;
}
.el-pagination span.current {
	background-color: #144d6a;
	color: #fff;
}
.el-pagination span {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 100%;
	color: #969696;
	font-size: 14px;
	padding: 9px 0;
}