/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 jquery.mb.components

 file: mb.slider.css
 last modified: 11/20/17 8:54 PM
 Version:  {{ version }}
 Build:  {{ buildnum }}

 Open Lab s.r.l., Florence - Italy
 email:  matteo@open-lab.com
 blog: 	http://pupunzi.open-lab.com
 site: 	http://pupunzi.com
 	http://open-lab.com

 Licences: MIT, GPL
 http://www.opensource.org/licenses/mit-license.php
 http://www.gnu.org/licenses/gpl.html

 Copyright (c) 2001-2018. Matteo Bicocchi (Pupunzi)
 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.mb_slider{
  position:relative;
  padding:10px;
  z-index:0;
  font-family:Arial, Helvetica, sans-serif;
  user-select: none;
  -webkit-user-select: none;
}

.mb_slider *:not(.mb_sliderBar):not(.mb_sliderHandler){
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.mb_sliderBar{
  background-color:#fafafa;
  height: 8px;
  width:450px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
  border-radius: 4px;
  cursor:default;
}

.mb_sliderHandler{
padding: 0 0px;
background-color: #00979f;
position: absolute;
top: -8px;
left: 0;
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.30) 0 0 6px 0;
cursor: default;
height: 20px;
width: 20px;
border-radius: 50%;
}

.mb_sliderHandler:hover{
  background-color: #00979f;
}

.mb_sliderEnd, .mb_sliderStart, .mb_sliderValue{
  padding:7px;
  position:relative;
  text-align:right;
  top:-5px;
  margin:3px;
  min-width: 50px;
  color:#AAA;
  white-space: nowrap;
  cursor:default;display: none !important;
}

.mb_sliderStart{
  text-align: right;
}

.mb_sliderEnd{
  text-align: left;
}

.mb_sliderRange{
  position:absolute;
  height:100%;
  margin:0;
  top:0;
  background: #ffcc00;
  border-radius: 10px ;
  cursor:default;
}

.mb_sliderZero{
  background-color: #fafafa;
  position:absolute;
  height:100%;
  margin:0;
  top:0;
  border-radius:4px 0 0 4px  ;
  cursor:default;
}

.mb_sliderZeroLabel{
  font: 12px/12px Arial, sans-serif;
  color: #AAA;
  padding: 5px;
  background-color: #fff;
  margin-left: -4px;
  z-index: -2;
  border-radius: 4px;
  margin-top: -5px;
}

.mb_sliderValueLabel{
	font-size:12px;
  text-align: center;
  padding: 3px 5px;
  color: #00979F;
  top: -24px;
  margin-left:0;
  z-index:-1;
  border: 0px !important;
  border-radius: 0px;
  margin-top: -15px;
  white-space: nowrap;
  min-width: 20px;
}
/* .pricerange_outputbox{ background:#fff; border:1px solid #efefef; border-radius:4px; text-align:center; width:66px; height:35px; color:#00979F; font-size:14px;} */
/*.mb_sliderValueLabel:after{
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  left:0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}*/

.mb_sliderValueLabel.right{
  left: auto!important;
  right: -15px!important;
}

.mb_sliderValueLabel.left{
  left: -15px!important;
  right: auto!important;
}

.mb_sliderValueLabel.right:after{
  left:auto;
  right: 10px;
  margin: auto;
}

.mb_sliderValueLabel.left:after{
  right:auto;
  left: 10px;
  margin: auto;
}







@media only screen and (min-width:1201px) and (max-width:1500px) {



}
@media only screen and (min-width:992px) and (max-width:1200px) {
.mb_sliderBar {width: 350px;}


}
@media only screen and (min-width:768px) and (max-width:991px) {
.mb_sliderBar {width: 300px;}


}
@media only screen and (min-width:480px) and (max-width:767px) {
.mb_sliderBar {width: 350px;}


}
@media only screen and (max-width:479px) {
.mb_sliderBar {width:210px;}

}
















