/**
 * overrides
 */
#rls-location-filter > .modal-dialog {
  max-width: 1300px;
  width: 95%;
  font-size: 14px;
  text-align: left;
}

#rls-location-filter .modal-body {
  max-height: 510px;
  overflow: auto;
}

.rls-filters-error {
  top: 40px;
  left: -15px;
  width: 320px;
  z-index: 9;
  box-shadow: 3px 4px 4px #ccc;
  opacity: 0.92;
}

/**
 * list
 */
.btn-group.open .dropdown-menu a.test-our-new-filters {
  color: #0f92ef;
  font-style: italic;
}

.beta {
  height: 24px;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  margin-right: 5px;
  font-style: normal;
}

/**
 * form
 */
#rls-location-filter .rule-set-wrapper {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

#rls-location-filter .rule-set-separator {
  padding: 15px;
}

#rls-location-filter .rule-set-separator.toggle-and {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

#rls-location-filter .rule-set-separator.toggle-or {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: none;
  border-right: none;
}

#rls-location-filter .rule-set {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-radius: 0px;
  padding: 15px;
}

#rls-location-filter .rule-set label {
  display: block;
}

/**
 * filters list
 */

/* mimic dropdown > li > a -  */
ul.dropdown-menu wrap li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

#rls-location-filter .listManager {
  font-weight: bold;
  list-style: none;
  padding-left: 10px;
}

#rls-location-filter ul.filtersList li:hover {
  background-color: #ececec;
  border-radius: 3px;
  border: 1px solid #ececec;
  vertical-align: middle;
}

/**
 * button sets
 */
#rls-location-filter .btn-buttonsets {
  background-color: #dcdbdc;
  border: 1px solid #ececec;
  color: #000;
  font-weight: 400;
}

#rls-location-filter .btn-buttonsets:active,
#rls-location-filter .btn-buttonsets.active {
  background-color: #235585;
  color: white;
}

/**
 * accordion
 */
#rls-location-filter-tree {
  max-height: 400px;
  overflow: auto;
}

#rls-location-filter-tree .node {
  margin-left: -5px;
  padding: 3px 0 3px 10px;
  border-left-width: 3px;
}

#rls-location-filter-tree .node.inactive-location {
  background-color: #f0f0f0;
}

#rls-location-filter-tree .panel-group {
}

#rls-location-filter-tree .panel {
  border: none;
  box-shadow: none;
}

#rls-location-filter-tree .panel-heading {
  border: 1px solid #ddd;
}

#rls-location-filter-tree .panel-title {
}

#rls-location-filter-tree .panel-body {
  border: none;
  padding-right: 0px;
}

/**
 * loading
 */
.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
  -webkit-animation: glyphicon-spin-r 2s infinite linear;
  animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
  -webkit-animation: glyphicon-spin-r 3s infinite linear;
  animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
  -webkit-animation: glyphicon-spin-l 1s infinite linear;
  animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
  -webkit-animation: glyphicon-spin-l 2s infinite linear;
  animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
  -webkit-animation: glyphicon-spin-l 3s infinite linear;
  animation: glyphicon-spin-l 3s infinite linear;
}

.loadingContainer,
.loadingContainer > .glyphicon {
  font-size: 30px;
  margin-top: 300px;
}

.locationLoaderBar {
  background-color: rgba(0, 0, 0, 0.35);
  color: black;
  font-size: 18px;
  height: 100%;
  left: 0px;
  line-height: 100%;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 10;
}

@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}

@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}

@-webkit-keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/**
 * misc
 */
#rls-location-filter .rls-filters .disabled {
  background-color: #ececec;
}

.operators-min-width {
  min-width: 240px;
}
