.wbs-form-search {
  background: transparent;
}
.wbs-form-search * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wbs-form-search *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wbs-form-search *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wbs-form-search .wbs-form-title {
  margin: 0 0 10px 0 !important;
  border-bottom: 1px solid #EDEDED;
}
.wbs-form-search input, .wbs-form-search select {
  font-family: inherit;
  border-radius: 0;
  padding: 4px;
  font-size: 13px;
  height: 32px;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.wbs-form-search select {
  font-family: inherit;
  border-radius: 0;
  padding: 4px;
  font-size: 13px;
  min-height: 32px;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
  width: 100%;
}
.wbs-form-search textarea {
  font-family: inherit;
  border-radius: 0;
  padding: 4px;
  font-size: 13px;
  height: 32px;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.wbs-form-search button {
  font-family: inherit;
  border-radius: 0;
  padding: 4px;
  font-size: 13px;
  height: 32px;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.wbs-form-search input[type="text"] {
  width: 100%;
}
.wbs-form-search input[type="search"] {
  width: 100%;
}
.wbs-form-search [data-tooltip] {
  position: relative;
  cursor: pointer;
}
.wbs-form-search [data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -moz-transform 0.3s cubic-bezier(0.72, 1.8, 0.8, 1.25);
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -o-transform 0.3s cubic-bezier(0.72, 1.8, 0.8, 1.25);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.72, 1.8, 0.8, 1.25);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s cubic-bezier(0.72, 1.8, 0.8, 1.25);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  z-index: 14000000;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: rgba(51, 51, 51, 0.9);
}
.wbs-form-search [data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -moz-transform 0.3s cubic-bezier(0.72, 1.8, 0.8, 1.25);
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -o-transform 0.3s cubic-bezier(0.72, 1.8, 0.8, 1.25);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.72, 1.8, 0.8, 1.25);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s cubic-bezier(0.72, 1.8, 0.8, 1.25);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  z-index: 14000000;
  padding: 8px;
  max-width: 200%;
  min-width: 175px;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
  bottom: 100%;
  left: 50%;
  margin-left: -50%;
}
.wbs-form-search [data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.wbs-form-search [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.wbs-form-search [data-tooltip]:focus:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.wbs-form-search [data-tooltip]:focus:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.wbs-form-search .select2-selection--single {
  height: 30px;
  border: 2px solid #e6e6e6;
  border-radius: 0;
}
.wbs-form-search .select2-selection--multiple {
  border: 2px solid #e6e6e6;
  border-radius: 0;
}

.wbs-form-wrapper {
  position: relative;
}
.wbs-form-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wbs-form-wrapper *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wbs-form-wrapper *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wbs-form-wrapper ul {
  list-style: none !important;
  padding: 0;
}
.wbs-form-wrapper .wbs-list-url-keys {
  margin: 0 0 5px 0;
  padding: 0;
}
.wbs-form-wrapper .wbs-list-url-keys li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  background: #cacaca6e;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
}

.wbs-row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.wbs-row:before {
  display: table;
  content: "";
}
.wbs-row:after {
  display: table;
  content: "";
  clear: both;
}

[class*="wbs-column-"] {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

[class^="wbs-column-"] {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.wbs-column-1 {
  width: 100%;
}

.wbs-column-2 {
  width: 50%;
}

.wbs-column-3 {
  width: 33.33333333%;
}

.wbs-column-4 {
  width: 25%;
}

.wbs-date-picker-skin {
  font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
  background: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 90%;
  padding: 0;
}
.wbs-date-picker-skin .ui-datepicker-header {
  border: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
}
.wbs-date-picker-skin .ui-datepicker-header .ui-state-hover {
  background: #E1E2DF;
  border-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.wbs-date-picker-skin .ui-datepicker-next span {
  background-image: url(../images/ui-icons_222222_256x240.png);
  background-position: -32px -16px;
}
.wbs-date-picker-skin .ui-datepicker-prev span {
  background-image: url(../images/ui-icons_222222_256x240.png);
  background-position: -32px -16px;
  background-position: -96px -16px;
}
.wbs-date-picker-skin table {
  margin: 0;
}
.wbs-date-picker-skin th {
  font-size: 9px;
  color: #6c7173;
  font-size: 9px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  border-top: 1px solid rgba(186, 194, 200, 0.6);
  border-bottom: 1px solid rgba(186, 194, 200, 0.6);
  background-color: #EDEDED;
}
.wbs-date-picker-skin td {
  border: none;
  border-top: 1px solid #e7e9ea;
  border-right: 1px solid #e7e9ea;
  padding: 0;
  background: #eee;
}
.wbs-date-picker-skin td:last-child {
  border-right: none;
}
.wbs-date-picker-skin td .ui-state-default {
  border: 1px solid transparent;
  text-align: center;
  padding: .7em 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  color: #6c7173;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}
.wbs-date-picker-skin td .ui-state-active {
  border: 1px solid #646469;
  background: #646469;
  color: #fff;
  text-shadow: 0 -1px 0 #30332a;
}
.wbs-date-picker-skin td .ui-state-hover {
  border: 1px solid #646469;
  background: #646469;
  color: #fff;
  text-shadow: 0 -1px 0 #30332a;
}
.wbs-date-picker-skin tr:first-child td {
  border-top: none;
}
.wbs-date-picker-skin td.ui-state-disabled .ui-state-default {
  text-shadow: none;
  opacity: .8;
  color: #6c7173;
}

.wbs-form-separator-field {
  margin: 10px 0;
}

.wbs-date-icon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
.wbs-date-icon > .dashicons {
  position: relative;
  top: -3px;
  vertical-align: middle;
}

.wbs-page-header {
  margin-bottom: 15px;
}
.wbs-page-header .wbs-page-title {
  font-size: 1.785714286rem;
  line-height: 2.181818182;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

.select2-container {
  z-index: 11111111;
}

.wbs-pagination {
  clear: both;
  padding: 2px;
  margin: 7px;
}
.wbs-pagination li {
  display: inline-block !important;
  margin: 2px !important;
  background-color: transparent;
  text-decoration: none;
  color: #616161;
  border: 1px solid #DAD7D7;
}
.wbs-pagination li:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #949494;
}
.wbs-pagination li a {
  padding: 0.9em;
  display: inherit;
  text-decoration: none;
  border: 1px solid transparent;
}
.wbs-pagination li.active {
  background-color: transparent;
  color: #000;
  border: 1px solid #949494;
}
.wbs-pagination span.current {
  display: inherit;
  padding: 0.9em;
  color: #616161;
}
.wbs-pagination span.dots {
  display: inherit;
  padding: 0.9em;
  color: #616161;
}
.wbs-pagination span.disabled {
  display: none;
}

.wbs-field-row {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.form-field-wrapper {
  margin-bottom: 5px;
}

.wbs-label {
  font-weight: bold;
  clear: both;
  color: #707070;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}

.field-heading {
  font-weight: bold;
  clear: both;
  color: #707070;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}

.field-checkbox .checkbox-wrapper {
  display: block;
  line-height: 1.846153846;
}

.field-taxonomy_checkbox .checkbox-wrapper {
  display: block;
  line-height: 1.846153846;
}

.field-radio .radio-wrapper {
  display: block;
  line-height: 1.846153846;
}

.field-taxonomy_radio .radio-wrapper {
  display: block;
  line-height: 1.846153846;
}

.checkbox-color-wrapper {
  margin: 5px 2px;
  display: inline-block;
}
.checkbox-color-wrapper input[type="checkbox"] {
  width: 50px;
  height: 30px;
  left: 0 !important;
  cursor: pointer;
}
.checkbox-color-wrapper input[type="checkbox"]:checked + label {
  border: 4px solid #474444;
}
.checkbox-color-wrapper input[type=checkbox] + label {
  padding: 4px 14px;
  font-size: 14px;
  height: 30px;
  width: 33px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.wbs-count-terms {
  color: rgba(112, 112, 112, 0.56);
}

.range_date_wrapper .form-field-wrapper {
  position: relative;
}
.range_date_wrapper .form-field-wrapper .ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px;
  height: 32px;
  background-image: none;
  background-color: #FFF;
  box-shadow: none;
  border: 2px solid #e6e6e6;
  cursor: pointer;
}
.range_date_wrapper .dashicons {
  color: #777777;
}

.slider-range {
  margin-left: 6px;
  margin-right: 6px;
}

.range-slider-label {
  font-weight: normal;
}

.wbs-rating .wbs-field-body {
  padding-top: 5px;
}
.wbs-rating .slider-range {
  margin-bottom: 10px;
}
.wbs-rating .wbs-stars {
  display: inline-block;
}
.wbs-rating input.wbs-star {
  display: none;
}
.wbs-rating input.wbs-star:checked ~ label.wbs-star:before {
  content: '\f155';
  color: #FD4;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wbs-rating label.wbs-star {
  float: right;
  margin-right: 4px;
  font-size: 30px;
  color: #C8C8C8;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wbs-rating label.wbs-star:hover {
  transform: scale(1.3);
}
.wbs-rating label.wbs-star:before {
  content: '\f154';
  font-family: dashicons;
}

.wbs-clear {
  clear: both;
}

.wbs-ajax-loading {
  margin: 0 auto;
  display: none;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 100;
  height: 100%;
  background-size: 49px 53px;
  background: rgba(255, 255, 255, 0.91) url(../images/ajax-loader.gif) no-repeat center 2%;
}

.wbs-clear-query-wrapper {
  position: relative;
}

.wbs-clear-query {
  position: absolute;
  line-height: inherit;
  right: 8px;
  font-size: 1.7em;
  cursor: pointer;
}

.wbs-items-results {
  overflow: hidden;
}

.wbs-item-result {
  margin: 0 0 2.1rem 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.wbs-item-result a {
  text-decoration: none;
}
.wbs-item-result .wbs-entry-header {
  margin-bottom: 1.714285714rem;
}
.wbs-item-result .wbs-entry-header a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.wbs-item-result .wbs-entry-content {
  line-height: 1.714285714;
}
.wbs-item-result .wbs-entry-content .wbs-entry-title {
  font-size: 20px;
  margin: 0;
  padding-bottom: 10px;
}
.wbs-item-result .wbs-entry-meta {
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
  margin: 5px 0;
}

.wbs-header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

#wbs-search-sort #wbs-results-sort {
  padding: 6px;
  border: 1px solid #D2D2D2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 15px;
  font-size: 13px;
  min-width: 80px;
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .wbs-column-2 {
    width: 100%;
  }

  .wbs-column-3 {
    width: 100%;
  }

  .wbs-column-4 {
    width: 100%;
  }
}
.wbs-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 6px;
  /* Tabs options*/
  /* radio items */
}
.wbs-container .hidden {
  display: none;
}
.wbs-container label {
  font-weight: 400;
}
.wbs-container .wbs-disabled {
  cursor: not-allowed !important;
  opacity: 0.3 !important;
}
.wbs-container button, .wbs-container .button, .wbs-container input[type="button"], .wbs-container input[type="reset"], .wbs-container input[type="submit"] {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: bottom;
}
.wbs-container button, .wbs-container input, .wbs-container select {
  box-sizing: border-box;
  font-size: 15px;
  margin: 0;
  max-width: 100%;
  padding: 4px;
  vertical-align: baseline;
  box-shadow: none;
  border: 1px solid #A29A9A;
  border-radius: 0;
}
.wbs-container .tabbar-terms {
  margin-bottom: 10px;
}
.wbs-container .open-advanced-search {
  color: #ADADAD;
  float: right;
  display: block;
  padding: 12px;
  text-decoration: none;
}
.wbs-container .advanced-search-icon {
  background: url(../images/advanced.png) no-repeat;
  float: left;
  margin-right: 0;
  margin-top: 1px;
  width: 16px;
  height: 16px;
}
.wbs-container .advanced-search {
  width: 100%;
  position: relative;
}
.wbs-container .advanced-search ul {
  list-style: none;
}
.wbs-container .advanced-search .wbs-row {
  padding: 5px;
  margin-bottom: 5px;
  clear: both;
}
.wbs-container .advanced-search .wbs-col {
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
}
.wbs-container .advanced-search .wbs-label {
  margin-bottom: 6px;
  display: block;
  font-weight: bold;
}
.wbs-container .advanced-search .wbs-chosen {
  min-width: 150px;
}
.wbs-container .advanced-search .wbs-chosen-full, .wbs-container .advanced-search .wbs-full-width {
  width: 100%;
}
.wbs-container .advanced-search .chosen-single {
  box-shadow: none;
  border-radius: 0;
  background-image: none;
}
.wbs-container .advanced-search .chosen-drop {
  border-radius: 0;
  box-shadow: none;
}
.wbs-container .advanced-search .checkbox-color-wrapper .checkbox-color-label {
  margin-left: -24px;
}
.wbs-container .advanced-search .wbs-advanced-footer {
  text-align: right;
}
.wbs-container .advanced-search .wbs-advanced-footer .submit-button,
.wbs-container .advanced-search .wbs-advanced-footer .reset-button {
  height: 35px;
  padding: 0 20px;
  margin-top: 15px;
  font-size: 14px;
}
.wbs-container .box-input {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: end;
  border-collapse: separate;
  padding: 0;
  height: 44px;
}
.wbs-container .wbs-open-advanced {
  height: 43px;
}
.wbs-container .input-query {
  position: relative;
  padding: 0;
}
.wbs-container .clearfix:before, .wbs-container .clearfix:after {
  content: " ";
  display: table;
}
.wbs-container .clearfix:after {
  clear: both;
}
.wbs-container .wbs-loading {
  background: url(../images/ajax-loader.gif) no-repeat center center;
  width: 16px;
  height: 16px;
  display: none;
}
.wbs-container .tab-center {
  display: table !important;
  margin: 0 auto !important;
}
.wbs-container .tab-right {
  float: right;
}
.wbs-container .tab-left {
  float: left;
}
.wbs-container .tabs-wrapper {
  overflow: hidden;
  position: relative;
}
.wbs-container .tabs-navigation {
  overflow: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
.wbs-container .x1 {
  width: 150px;
}
.wbs-container .x2 {
  width: 200px;
}
.wbs-container .x3 {
  width: 300px;
}
.wbs-container ul, .wbs-container li {
  margin: 0;
  padding: 0;
}
.wbs-container .tabbar-term {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.advanced-popup-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 60px;
  background: white;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(10, 10, 10, 0.07);
  background-clip: padding-box;
}
.advanced-popup-box header {
  padding: 12px 25px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.advanced-popup-box header h3,
.advanced-popup-box header h4 {
  margin: 0;
}
.advanced-popup-box .advanced-popup-inner {
  padding: 1em 1.5em 1.5em 1.5em;
}
.advanced-popup-box footer {
  padding: 1em;
  border-top: 1px solid #e5e5e5;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}
.advanced-popup-box a.advanced-popup-close {
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  text-decoration: none;
  color: #989999;
}
.advanced-popup-box a.advanced-popup-close:hover {
  color: #585858;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

/* date picker*/
.ui-datepicker {
  font-size: medium;
}

/* select */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ms-choice {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #D5D5D5;
  text-align: left;
  white-space: nowrap;
  color: #444;
  text-decoration: none;
  background-color: #fff;
}
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-choice > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}
.ms-choice > span.placeholder {
  color: #999;
}
.ms-choice > div {
  position: absolute;
  top: 41%;
  right: 0.7em;
  border-style: solid;
  width: 0px;
  height: 0px;
  line-height: 0px;
  border-color: #CACACA transparent transparent;
  border-width: 6px 6px 0px;
}
.ms-choice > div.open {
  top: 41%;
  border-style: solid;
  width: 0px;
  height: 0px;
  line-height: 0px;
  border-width: 0px 6px 6px 6px;
  border-color: transparent transparent #CACACA transparent;
}

.ms-drop {
  width: auto;
  min-width: 180px;
  overflow: auto;
  max-height: 500px;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #D5D5D5;
}
.ms-drop.bottom {
  top: 100%;
}
.ms-drop.top {
  bottom: 100%;
}
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px;
}
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  margin: 0;
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  margin-left: -2em;
}
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
}
.ms-drop input[type="checkbox"] {
  vertical-align: middle;
  float: left;
}
.ms-drop .ms-no-results {
  display: none;
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

/*suggest title*/
.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-hint {
  color: #999999;
}

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  -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;
}
.tt-dropdown-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor {
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a {
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
}

.price-slider-range {
  width: 100%;
}
