.st-dropdown{
    text-align: left;
}
.st-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: left;
  min-width: 200px;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 6px 12px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
.st-btn:focus,
.st-btn:active:focus,
.st-btn.active:focus,
.st-btn.focus,
.st-btn:active.focus,
.st-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.st-btn:hover,
.st-btn:focus,
.st-btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.st-btn-default {
  color: #333333;
  background-color: #ccc;
  border-color: #cccccc;
}
.st-btn-default:focus,
.st-btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.st-btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.st-btn-default:active,
.st-btn-default.active,
.open > .st-dropdown-toggle.st-btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.st-btn-default:active:hover,
.st-btn-default.active:hover,
.open > .st-dropdown-toggle.st-btn-default:hover,
.st-btn-default:active:focus,
.st-btn-default.active:focus,
.open > .st-dropdown-toggle.st-btn-default:focus,
.st-btn-default:active.focus,
.st-btn-default.active.focus,
.open > .st-dropdown-toggle.st-btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.st-btn-default:active,
.st-btn-default.active,
.open > .st-dropdown-toggle.st-btn-default {
  background-image: none;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.st-caret {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.st-dropup,
.st-dropdown {
  position: relative;
}
.st-dropdown-toggle:focus {
  outline: 0;
}
.filter_holder .st-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  max-width: 290px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.filter_holder .st-dropdown-menu li {
    cursor: pointer;
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
}
.st-dropdown-menu.st-pull-right {
  right: 0;
  left: auto;
}
.st-dropdown-menu .st-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.st-dropdown-menu > li > a {
  display: block;
  padding: 4px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.st-dropdown-menu > li > a:hover,
.st-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.st-dropdown-menu > .active > a,
.st-dropdown-menu > .active > a:hover,
.st-dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.st-dropdown-menu > .disabled > a,
.st-dropdown-menu > .disabled > a:hover,
.st-dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.st-dropdown-menu > .disabled > a:hover,
.st-dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .st-dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
