/*>>~/Modules/Onestop.Common/styles/Chosen/jquery.chosen.less*/
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.chosen-container > .chosen-single > div > b {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.chosen-container {
  position: relative;
  display: block;
  width: 100%;
}
.chosen-container > .chosen-single {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  display: block;
  width: 100%;
  text-align: left;
}
.chosen-container > .chosen-single:focus,
.chosen-container > .chosen-single:active:focus,
.chosen-container > .chosen-single.active:focus,
.chosen-container > .chosen-single.focus,
.chosen-container > .chosen-single:active.focus,
.chosen-container > .chosen-single.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.chosen-container > .chosen-single:hover,
.chosen-container > .chosen-single:focus,
.chosen-container > .chosen-single.focus {
  color: #333333;
  text-decoration: none;
}
.chosen-container > .chosen-single:active,
.chosen-container > .chosen-single.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);
}
.chosen-container > .chosen-single.disabled,
.chosen-container > .chosen-single[disabled],
fieldset[disabled] .chosen-container > .chosen-single {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container > .chosen-single:hover,
.chosen-container > .chosen-single:focus,
.chosen-container > .chosen-single.focus,
.chosen-container > .chosen-single:active,
.chosen-container > .chosen-single.active,
.open > .dropdown-toggle.chosen-container > .chosen-single {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.chosen-container > .chosen-single:active,
.chosen-container > .chosen-single.active,
.open > .dropdown-toggle.chosen-container > .chosen-single {
  background-image: none;
}
.chosen-container > .chosen-single.disabled,
.chosen-container > .chosen-single[disabled],
fieldset[disabled] .chosen-container > .chosen-single,
.chosen-container > .chosen-single.disabled:hover,
.chosen-container > .chosen-single[disabled]:hover,
fieldset[disabled] .chosen-container > .chosen-single:hover,
.chosen-container > .chosen-single.disabled:focus,
.chosen-container > .chosen-single[disabled]:focus,
fieldset[disabled] .chosen-container > .chosen-single:focus,
.chosen-container > .chosen-single.disabled.focus,
.chosen-container > .chosen-single[disabled].focus,
fieldset[disabled] .chosen-container > .chosen-single.focus,
.chosen-container > .chosen-single.disabled:active,
.chosen-container > .chosen-single[disabled]:active,
fieldset[disabled] .chosen-container > .chosen-single:active,
.chosen-container > .chosen-single.disabled.active,
.chosen-container > .chosen-single[disabled].active,
fieldset[disabled] .chosen-container > .chosen-single.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.chosen-container > .chosen-single .badge {
  color: #ffffff;
  background-color: #333333;
}
.chosen-container > .chosen-single > div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container > .chosen-single > div > b {
  vertical-align: text-bottom;
}
.chosen-container > .chosen-drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.chosen-container > .chosen-drop.pull-right {
  right: 0;
  left: auto;
}
.chosen-container > .chosen-drop .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.chosen-container > .chosen-drop > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.chosen-container > .chosen-drop > .chosen-results {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.chosen-container > .chosen-drop > .chosen-results > li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  cursor: default;
}
.chosen-container > .chosen-drop > .chosen-results > li:hover {
  color: #262626;
  background-color: #f5f5f5;
}
.chosen-container > .chosen-drop > .chosen-results > li.result-selected {
  color: #ffffff;
  background-color: #337ab7;
}
.chosen-container > .chosen-drop > .chosen-results > li.highlighted {
  color: #ffffff;
  background-color: #337ab7;
}
.chosen-container > .chosen-drop > .chosen-search {
  height: 0;
  padding: 0;
  border: none;
  margin: 0;
  width: 0;
  overflow: hidden;
}
.chosen-container-active.chosen-with-drop > .chosen-drop {
  display: block;
}

