
/* Muda a Cor do Range */

.irs--flat .irs-handle>i:first-child {
    background-color: #1ab394!important;
}
.irs--flat .irs-bar {
    background-color: #1ab394!important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #1ab394!important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #1ab394!important;
}

.pointer{
    cursor:pointer;
}








/* TOOGLE SWICH */

body.rtls .setings-item .switch {
    margin-left: 5px;
}
.setings-item .switch {
    float: right;
}


/* SWITCHES */
.onoffswitch2 {
  position: relative;
  width: 130px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1AB394;
  border-radius: 3px;
}
.onoffswitch-inner2 {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner2:before,
.onoffswitch-inner2:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner2:before {
  content: "Menor preço";
  padding-left: 0px;
  background-color: #1AB394;
  color: #FFFFFF;
}
.onoffswitch-inner2:after {
  content: "Marca";
  padding-right:45px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right;
}
.onoffswitch-switch2 {
  display: block;
  width: 18px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #1AB394;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 112px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner2 {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch2 {
  right: 0;
}

.label-warning{
  content: "filtrando";
}

/* .divMensagemSucesso{
  position: fixed;
  top: 18.5%;
  left: 73.6%;
  transform: translate(-50%, -50%);
  width: 50%;
} */

.divMensagemSucesso{
  position: fixed;
  top: 18.5%;
  left: 88.6%;
  transform: translate(-50%, -50%);
  width: 20%;
}

/* .divMensagemSucesso{
  position: absolute;
  float: left;
  top: 18.5%;
  left: 88.6%;
  transform: translate(-50%, -50%);
  width: 20%;
} */