#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;
    display: none
}

#dropdown li {
    background: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
}

#searchLoc {
    display: none;
}

.select_class {
    background: red !important
}

.el-input-search-bar input[type="button"] {
    position: absolute;
    height: 100%;
    right: 0;
    width: 213px;
    border: 0px;
    background-color: #ff6000;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 4px 4px 0px;
    -webkit-border-radius: 0 4px 4px 0px;
    -moz-border-radius: 0 4px 4px 0px;
    background-image: url('../img/search-icon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left -8px top;
    padding: 0 0 0 44px;
    cursor: pointer;
    top: 0;
    border-radius: 0 4px 4px 0;
}

#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;
}