input.__styled {
  display:none;
}

.select {

  padding: 2px;

  position:relative;
  display:inline-block;
  /*overflow: hidden;*/
    
  /*
  background: url('https://cdn.bavotasan.com/wp-content/uploads/2011/05/down_arrow_select.jpg?rxc=1705555703') no-repeat left #DDD;
  */

  /*  
  background-color: white;
  border: 2px solid black;
  border-radius: 4px;
  border: 1px solid #CCC;
  
  height:1.4em;
  */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;      
}

.select > .arrow {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;      
    
  background-color:white;
    
  pointer-events: none;
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  width:100%;
  height:100%;
  
  box-sizing:border-box;
  -moz-box-sizing: border-box;

  
  font-family: arial;
  
  padding-right: 5px;
  padding-top: 2px;        
      
    
  display: -moz-inline-stack;
  display: inline-block;
  position: absolute;
  zoom: 1;
  
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));
  background: -moz-linear-gradient(top, white, whiteSmoke);
  background: -o-linear-gradient(top, white, whiteSmoke);
  background-color: whiteSmoke;
  

  border: 1px solid #CCC;
  color: #333;
  text-shadow: white 1px 1px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  /*
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  */
  
  z-index:10;  
}

.select:hover > .arrow {
box-shadow: 0 0 5px #40B5E2;
-moz-box-shadow: 0 0 5px #40b5e2;
-webkit-box-shadow: 0 0 5px #40B5E2;
}

.select:hover > .arrow {
border-color: #40B5E2;
}

.select > .arrow > .img {
  top:-1px;
  position:absolute;
  z-index:10;
  pointer-events:none;
  
  width:100%;
  height:100%;
  
  background-image: url('https://cp.ravpages.co.il/xsites_dev/images/dk_arrows.png?rxc=1705555703');
  background-repeat: no-repeat;
  background-position: 10px center;
}

.select.inactive > .arrow {
  background:none;
  border-color:rgba(0,0,0,0);
}

.select.inactive > .arrow > .img {
  display:none;
}

.select.inactive > select {
  visibility:hidden;
}


.select > select {
  background-color: white;
  border: none;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;      
  
  /*
  visibility:hidden;
    
  height:1.4em;
  */
}

/*
.select.inactive select {
  visibility:hidden;
}
*/

.checkbox {
  cursor:pointer;
  background: url('https://cp.ravpages.co.il/xsites_dev/images/checkbox.png?rxc=1705555703') no-repeat;
  background-position: 0px 0px;
}

.checkbox:hover {
  background-position: 0px -25px;
}

.checkbox.readonly:hover {
  background-position: 0px -0px;
}

.checkbox.checked {
  background-position: 0px -50px;
}

.checkbox.checked:hover {
  background-position: 0px -75px;
}

.checkbox.checked.readonly:hover {
  background-position: 0px -50px;
}

.radio {
  cursor:pointer;
  /*background: url('https://cp.ravpages.co.il/xsites_dev/images/radio.png?rxc=1705555703') no-repeat;*/
  background: url('https://cp.ravpages.co.il/xsites/images/radio2.png?rxc=1705555703') no-repeat;
  background-position: 0px 0px;
}

.radio:hover {
  background-position: 0px -25px;
}

.radio.readonly:hover {
  background-position: 0px 0px;
}

.radio.checked {
  background-position: 0px -50px;
}

.radio.checked:hover {
  background-position: 0px -75px;
}

.radio.checked.readonly:hover {
  background-position: 0px -50px;
}

.checkbox.readonly, .radio.readonly {
  opacity:0.5;
  cursor:default;
}

.checkbox.inactive,
.checkbox.inactive:hover {
  background: none;
  cursor:default;
}

.checkbox.checked.inactive,
.checkbox.checked.inactive:hover {
  background: url('https://simagescdn22.ravpages.co.il/xsites/images/newpopuptheme/noboxes.png?rxc=1705555703') no-repeat;
  background-position: 0px -50px;
  cursor:default;
}

.radio.inactive,
.radio.inactive:hover {
  background: none;
  cursor:default;
}

.radio.checked.inactive,
.radio.checked.inactive:hover {
  background: url('https://cp.ravpages.co.il/xsites_dev/images/radio.png?rxc=1705555703') no-repeat;
  background-position: 0px -50px;
  cursor:default;
  opacity:0.3;
}

.checkbox, .radio {
  width: 19px;
  height: 19px;
  padding: 0 0px 0 0;
  /*background: url('https://imagescdn2.ravpages.co.il/xsites/css/checkbox.png?rxc=1705555703') no-repeat;*/
  display: block;
  clear: right;
  float: right;
}

