.wSelect-el {
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
    overflow: hidden;
    visibility: hidden;
    display: none;
}
.wSelect {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wSelect-arrow {
    position: absolute;
    width: 14px;
    right: 0px;
    top: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0px center;
}
.wSelect.wSelect-multiple {
    overflow: hidden;
}
.wSelect-selected {
    margin: 0px 35px 0px 5px;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.wSelect-options-holder {
  border: 1px solid #ccc;
  display: none;
  left: -1px;
  overflow: hidden;
  position: absolute;
  z-index: 200;
}
.wSelect-multiple .wSelect-options-holder {
    position: relative!important;
    display: block!important;
    top: auto!important;
    z-index: auto!important;
    border: none!important;
}
.wSelect-options {
    overflow-x: hidden;
}
.wSelect-option {
    background-repeat: no-repeat;
    background-position: 5px center;
    border-bottom: 1px solid #29a3d6;
    cursor: pointer;
}


.wSelect-option-last {
    margin-bottom: 0px;
    border-bottom: none;
}
.wSelect-option-value {
    margin: 0 5px;
    padding: 5px 0;
    background-repeat: no-repeat;
    background-position: 0 center;
    white-space: nowrap;
    overflow: hidden;
}
.wSelect-option-disabled .wSelect-option-value {
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.wSelect-option-icon {
    padding-left: 20px;
}
.wSelect-theme-classic.wSelect {
    min-width: 120px;
    max-width: 300px;
    margin-bottom: 7px;
    background: #f2f2f2;
    border-bottom: 2px solid #c8c8c8;
    font: 300 13px 'Open Sans';
    color: #464646;
    float: left;
}
.wSelect-arrow {
    background-image: url('../select-images/arrow-down.png');
}
.wSelect-theme-classic .wSelect-options-holder {
  max-width: 160px;
  min-width: 100%;
}
.wSelect-theme-classic .wSelect-option {
    background-color: #FFF;
    color: #333;
}
.wSelect-theme-classic .wSelect-option-disabled {
    background-color: #FFF!important;
    color: #333!important;
}
.wSelect-theme-classic .wSelect-option-selected,
.wSelect-theme-classic .wSelect-option:hover {
    background-color: #218dba;
    color: #FAFAFA;
}
.wLabel-top,
.wLabel-left,
.wLabel-left-top {
    vertical-align: middle;
    font-size: 10px;
    line-height: 16px;
    color: #999;
    display: block;
    margin: 5px 0 3px 3px;
}
.wLabel-left-top {
    vertical-align: top;
}
.mystle_drp .wSelect-theme-classic.wSelect {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #c8c8c8;
  color: #464646;
  float: left;
  font: 600 13px "Open Sans";
  margin-bottom: 7px;
  margin-top: 9px;
  max-width: 150px;
  min-width: 160px;
}
@media screen and (min-width: 600px) {
    .wLabel-left,
    .wLabel-left-top {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 70px;
        text-align: right;
        margin: 0 0 7px 0;
    }
}