.customSelect {
      position: relative;
      display: inline-block;
      zoom: 1;
      *display: inline;/*IE7*/
	  height: 32px;
   }
   .customSelect.w80 {
      width: 80px;
   }
   .customSelect.w210 {
      width: 210px;
   }
   .customSelect.w240 {
      width: 240px;
   }
  .customSelect.w250 {
     width: 250px;
  }

   .customSelect select{
      position:relative;
      z-index:10;
      height:32px;
      line-height:32px;
   }
   .customSelect.w80 select, .customSelect.w210 select, .customSelect.w240 select  {
      width: 100%; /*80/210/240px;*/
   }

   .customSelect span.select{
      position:absolute;
      bottom:0;
      float:left;
      left:0;
      height:32px;
      line-height:32px;
      text-indent:10px;
      cursor:default;
      z-index:1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 28px;
    }


   .customSelect.w80 span.select{
      width: 52px;
      background:url(http://www.czech-spa.eu/Public/SPA/images/input-dropdown-w80.png) no-repeat 0 0;
   }

   .customSelect.w58 span.select {
       width: 30px;
       background:url(https://www.czech-spa.eu/Public/SPA/img/input-dropdown-w58.png) no-repeat 0 0;
    }

    .customSelect.w58 {
       width: 50px;
        text-align:center;
    }

    .customSelect.w58 select {
       width: 58px;
       left:8px;
       cursor: pointer;
      
    }
   .customSelect.w58 select option {
      text-align:center;
      direction: ltr;
   }

   .customSelect.w210 span.select{
      /* width: 182px; */
      width: 182px;
      background:url(https://www.czech-spa.eu/Public/SPA/images/input-dropdown-w210.png) no-repeat 0 0;
   }

   .customSelect.w240 span.select{
      width: 212px ;
      background:url(https://www.czech-spa.eu/Public/SPA/images/input-dropdown-w240.png) no-repeat 0 0;
   }

   .rsv-person-package .customSelect.w240 span.select {
   	  background: url(/Public/SPA/images/input-dropdown-w240.png) no-repeat 100% 0;
   	  border-radius: 5px;
	  //border: 1px solid rgb(210, 209, 209);
   }

  .customSelect.w250 span.select{
     width: 250px ;
     background:url(https://www.czech-spa.eu/Public/SPA/images/input-dropdown-w250.png) no-repeat 0 0;
  }

  .rsv-item-block .customSelect span.select {
    box-sizing: border-box;
  }

  .customSelect select[disabled]+span.select { background: none;}

  span.validator {
   display: block;
   position: absolute;
   z-index: 5;
   background-color: red;
   color: white;
   min-width: 150px;
   padding: 5px;
   border-radius: 4px;
   border-bottom: 1px solid darkred;
   opacity: 0.8;
   text-align: center;
   box-shadow: 1px 1px 5px lightgray;
   text-shadow: 0px -1px 1px rgb(77, 6, 0);
}