/*--- jQuery selectbox - CSS STYLE by Jonáš Kýček ---*/
.sbHolder{
    background-color: white;
    border: 1px solid #cbcbcb;
    font-size: 13px;
    font-weight: normal;
    height: 24px;
    position: relative;
    width: 120px;
    color: #282828;
    float: left;
    margin-left: 5px;
    transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
}
.sbHolder > a {
    transform: skew(15deg);
    -o-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -webkit-transform: skew(15deg);
}
.sbSelector{
    width: 120px;
    display: block;
    height: 24px;
    left: 0;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 8px;
    top: 0;
    text-align: left;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #282828;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url(images/select_arrows.png) no-repeat 0 -48px;
    display: block;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}
.sbToggle:hover{
    background-position: 0 -72px;
}
.sbToggleOpen{
    background-position: 0 0;
}
.sbToggleOpen:hover{
    background-position: 0 -24px;
}
.sbHolderDisabled{
    background-color: #656565;
    color: #ececec;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
    background-color: rgba(39, 39, 39, 0.95);
    background-color: #272727 \9;
    border: 1px solid black;
    list-style: none;
    left: -2px;
    top: 25px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: auto;
    min-width: 130px;
    z-index: 100000;
    overflow-y: auto;
    overflow-x: hidden; 
}
.sbOptions li{
    padding: 0;
}
.sbOptions a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 20px 7px 10px;
    text-align: left;
    transform: skew(15deg);
    -o-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -webkit-transform: skew(15deg);
}
.sbOptions a:link, .sbOptions a:visited{
    color: #EEE;
    text-decoration: none;
    white-space: nowrap;
}
.sbOptions li:last-child a{
    border-bottom: none;
}
.sbOptions a:hover{
    color: #FFF;
    background: black;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}
form#filtrace input[type='reset'] {
  border: none;
  border-right: 1px solid #cbcbcb;
  text-align: center;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: url(images/btn-reset.png);
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 7px 0 13px;
  margin: 2px;
}
form#filtrace input[type='reset']:hover {
  background-position: left bottom;
}
div.filters.vylety form#filtrace input[type='reset'] {
  top: 0;
  margin: 0 5px 0 10px;
}