.radio-group label {
   overflow: hidden;
} 
.radio-group input {
   height: 1px;
   width: 1px;
   position: absolute;
   top: -20px;
} 
.radio-group .not-active  {
   color: #238ad9;
   background-color: #fff;
}

.vodiapicker{
  display: none; 
}

#a{
  padding-left: 0px;
}

#a img, .btn-select img{
  width: 60px;
  
}

#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover{
 background-color: #F4F3F3;
}

#a li img{
  margin: 5px;
  margin-left: 10px;
}

#a li span, .btn-select li span{
  margin-left: 20px;
}

/* item list */

.b{
  display: none;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  
}

.open{
  display: show !important;
}

.btn-select{
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
 
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;  
}

.btn-select:focus{
   outline:none;
}



#scrollme::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#scrollme::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
	height: 5px;
}

#scrollme::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #44a0e1;

}
#btnDisableda{
  pointer-events: none;
  cursor: not-allowed;
}




