.dropup,
.dropdown {
  position: relative;
}
.btn-group.adp-dropdown {
  width: 100%;
  border: 1px #e4e4e4 solid;
}
.btn-group.adp-dropdown > .btn {
  border-radius: 0;
  min-width: 0px;
  height: 38px;
}
.dropdown .btn {
  padding: 0px 10px;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  font-family: inherit;
  font-weight: 100;
  text-transform: none;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
}
.dropdown .btn .caret:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  z-index: 10;
  top: 10px;
}
.dropdown button:disabled {
  cursor: no-drop;
  color: #808080;
  background-color: #d2d2d2;
}
.dropdown.open .btn .caret:after {
  content: "\f077";
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0px;
  margin: 1px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  font-family: inherit;
  font-weight: 100;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu ul,
.dropdown-menu li {
  margin: 0px;
  display: block!important;
}
.dropdown-menu > li > a {
  font-family: inherit;
  font-weight: 100;
  display: block!important;
  padding: 5px 10px;
  margin: 0px;
  clear: both;
  font-weight: lighter;
  line-height: 2;
  color: #000000;
  white-space: nowrap;
  font-size: 14px;
  height: 35px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.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 > .dropdown-menu {
  display: block;
  border-radius: 0px;
  border-top: none;
}
.open > a {
  outline: 0;
}
.bg-white .dropdown-menu,
.bg-white .bg-gray {
  background-color: #ebebeb;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
  font-family: inherit;
  font-weight: 700;
  border-top: 1px solid #e4e4e4;
}
.dropdown-header:first-child {
  border-top: none;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.ui-select-container {
  background-color: #ffffff;
  height: 40px;
  position: relative;
  text-align: left;
}
.ui-select-containerbutton:disabled {
  cursor: no-drop;
}
.ui-select-container .searchable {
  width: 100%;
}
.ui-select-container[append-to-body] {
  z-index: 1051;
}
.ui-select-container.select2-container-disabled .ui-select-match {
  cursor: no-drop;
  color: #808080;
  background-color: #d2d2d2;
}
.ui-select-container .ui-select-match {
  line-height: 40px;
  height: 40px;
  display: block;
  padding: 0 23px 0 10px;
  border: 1px solid #e4e4e4;
  color: #444444;
  background-color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-select-container .ui-select-match:hover {
  text-decoration: none !important;
}
.ui-select-container .ui-select-match .ui-select-toggle {
  border: none;
  top: 2px;
}
.ui-select-container .ui-select-match .ui-select-toggle .ui-select-placeholder {
  position: relative;
  top: -2px;
}
.ui-select-container .ui-select-match .ui-select-toggle:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: -13px;
  top: -4px;
}
.ui-select-container .ui-select-match.placeholder {
  font-style: normal !important;
  color: #444444 !important;
}
.ui-select-container .select2-drop {
  background-color: #ffffff;
  margin-top: -2px;
  position: relative;
  width: 100%;
  z-index: 1001;
  border: 1px solid #e4e4e4;
  border-top: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ui-select-container .select2-drop.select2-display-none {
  display: none;
}
.ui-select-container .select2-drop .select2-search {
  padding: 5px;
}
.ui-select-container .select2-drop .select2-search:after {
  content: "\f002";
  font-family: FontAwesome;
  float: right;
  position: absolute;
  margin-left: -29px;
  margin-top: 11px;
}
.ui-select-container .select2-drop .select2-search input.ui-select-search {
  width: 100%;
  border: 1px solid #e4e4e4;
}
.ui-select-container .select2-drop ul {
  padding: 0;
  margin: 0;
}
.ui-select-container .select2-drop .ui-select-choices {
  width: 100%;
}
.ui-select-container .select2-drop .ui-select-choices li {
  list-style: outside none none;
}
.ui-select-container .select2-drop .ui-select-choices .ui-select-choices-group {
  border-top: 1px solid #e4e4e4;
}
.ui-select-container .select2-drop .ui-select-choices .ui-select-choices-group .ui-select-choices-group-label {
  cursor: default;
  padding: 5px 0px 0px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
}
.ui-select-container .select2-drop .ui-select-choices .ui-select-choices-group .select2-result-sub .ui-select-choices-row {
  padding-left: 10px;
}
.ui-select-container .select2-drop .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  padding: 6px 10px;
  min-height: 30px;
}
.ui-select-container .select2-drop .ui-select-choices .ui-select-choices-group .ui-select-choices-row:hover {
  cursor: pointer;
}
.ui-select-container .select2-drop .ui-select-choices .ui-select-choices-group .ui-select-choices-row.select2-highlighted {
  background-color: #f7f7f7;
}
.ui-select-container .select2-drop .ui-select-choices .ui-select-choices-group .ui-select-choices-row.select2-highlighted.select2-disabled {
  background-color: inherit;
  cursor: inherit;
}
.ui-select-container .select2-drop .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-highlight {
  font-weight: normal;
  background-color: #f9f08f;
}
.ui-select-container .select2-drop .ui-select-choices.scroll-results {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-select-container .select2-drop .ui-select-choices.hide-group-label .ui-select-choices-group-label {
  display: none;
}
.ui-select-container .select2-drop .ui-select-choices.hide-group-label .select2-result-sub .ui-select-choices-row {
  padding-left: 14px;
}
.ui-select-container .ui-select-offscreen {
  border: 0 none !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  left: 0 !important;
  margin: 0 !important;
  outline: 0 none !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 1px !important;
}
.ui-select-container.open .ui-select-match .ui-select-toggle:after {
  content: "\f077";
}
.ui-select-container .dropdown-menu {
  top: 40px !important;
}
.ui-select-bootstrap > .ui-select-choices {
  max-height: inherit;
}
.ui-select-choices.scroll-results {
  max-height: 200px;
}
.select2-container--default .select2-selection--single {
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px #e4e4e4 solid;
}
.bg-white .select2-container--default .select2-selection--single,
.bg-white div .ui-select-container,
.bg-white .dropdown .btn,
.bg-white .ui-select-search {
  background-color: #ebebeb;
}
.ui-select-bootstrap .ui-select-toggle {
  display: block;
  line-height: 40px;
}
.select2-selection__arrow b {
  border-color: none;
  border-style: none;
}
.select2-selection__arrow b:before {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.select2-dropdown {
  border: 1px solid #ebebeb;
  border-radius: 0px;
}
.mobile-select-container {
  position: relative;
}
.mobile-select-container select.mobile-select {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  color: transparent;
  border: none;
}
.mobile-select-container input.ui-select-focusser {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 0;
  top: 0;
  border-color: transparent;
  border-style: none;
  border-width: default;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "\f077";
}
.select2-container {
  width: 100%!important;
}
.ui-select-match.ng-hide {
  display: block!important;
}
.ui-select-container > ul {
  margin-top: 42px!important;
}
.dropdown-menu > .center {
  border-top: 1px solid #e4e4e4;
}
.adp-dropdown.open {
  border: 1px solid #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
}
.ui-select-bootstrap .ui-select-choices-row.active > a,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #262626;
  background-color: #f5f5f5;
}
.select2-search--dropdown .select2-search__field {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: inherit;
  font-weight: 100;
  color: #000;
}
.select2-search--dropdown:after {
  content: "\f002";
  font-family: FontAwesome;
  float: right;
  position: absolute;
  right: 15px;
  top: 11px;
}
