/* button style radio */

#storage_type_tabs div .input_hidden,
#currency_tabs div .input_hidden{
    position: absolute;
    left: -9999px;
}

#storage_type_tabs div .selected,
#currency_tabs div .selected {
    background-color: #2f9398;
	color:#fff;
	padding:6px 15px;
}

#storage_type_tabs div label,
#currency_tabs div label {
    display: inline-block;
    cursor: pointer;
	font-family: bauhaus_lt_btlight;
	font-size:13px;
	width:90px;
	width:100%;
	height:40px;
	text-align:center;
	line-height:2.3;
	margin:0;
	white-space:nowrap;
	font-weight:normal;
}

/*#storage_type_tabs div label{height:48px;line-height:2.9;}*/

#storage_type_tabs div label,
#currency_tabs div label  {
    padding:6px 15px;
	background-color:#CACFD3;
}

/* end button style radio */

/* search form */
.styled-select select {
   background: transparent;
   width: 100%;
	 padding-left:10px;
   line-height: 2;
   border:0px!important;
   border-radius: 0;
   height: 35px;
   	-webkit-appearance: none;
	-moz-appearance:none;
	 appearance:none;
	 color:#ffffff;
}

.styled-select {
   width: 100%;
   height: 35px;
   overflow: hidden;
   background:#2f9398 url(arrow-trans.png) no-repeat 100%;
   vertical-align: middle !important;
   border: 0px solid #a7a8ac;
   ma rgin-bottom:20px;
   co lor:#fff;
}

.styled-select{
        color:#fff;
}
    option:not(first-child) {
        color: #000;
}
.rak-btn{
	width: 100%;
   height: 48px;
   overflow: hidden;
   background:#2f9398;
   vertical-align: middle !important;
   border: 0px solid #a7a8ac;
   ma rgin-bottom:20px;
   color:#fff;
}


.from-part .styled-select {  background:#D3D4D8 url(../images/icons/search-from.png) no-repeat 97%;}
.to-part .styled-select {  background:#D3D4D8 url(../images/icons/search-to.png) no-repeat 97%;}

.styled-select.no-icon {  background:#D3D4D8 url(../images/icons/pix.png) no-repeat 97%;}

.search .btn-search{line-height: 2; height: 40px; background:#D64823; color:#FFFFFF; width:100%;}

.search #from-date, .search #to-date{width: 100%; line-height: 2;height: 40px;padding-left:10px;     margin-bottom: 20px;}
.search #from-date{  background:#D3D4D8 url(../images/icons/search-cal.jpg) no-repeat 97%;}
.search #to-date {  background:#D3D4D8 url(../images/icons/search-cal.jpg) no-repeat 97%;}

.search select{text-transform:uppercase;}


/* end search form */



/* slider bar */

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 48px;
  background: #2F9398;
  outline: none;
  opa city: 0.7;
  -webkit-transition: .2s;
  trans ition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 48px;
  height: 48px;
  background: #004B60;
  cursor: pointer;
  z-index:2;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

#numOfExtension::-webkit-slider-thumb {
  content: "r";
}

/* end slider bar */
