.rental-week {
}
.rental-day {
    padding: 10px;
    width: 40px;
    border: 1px solid whitesmoke;
    margin-right: 2px;
    float: left;
    text-align: center;
}
.week-label {
    width: 80px;
}

table.tx_rental.table tr {
    position: relative;
}
.new-rental{
    position: relative;
    top: 0;
    left: 0;
    color: red;
    font-size: 10px;
}
.subpage ul li:before{
    background: white;
}
.subpage ul li{
    padding-left: 0;
}

.not-available-state {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 90px;
}

.not-available-headline {
    text-decoration: line-through;
    opacity: .5;
}

.not-available-small {
    font-size: 0.9em;
}

.s-hidden {
    display:none!important;
    padding-right:10px;
}
.styled-select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font:normal 11px/22px Arial, Sans-Serif;
    color:black;
    border:1px solid #ccc;
}

.select-wrapper {
    position: relative;
}

.styledSelect {
    position:absolute;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    position: relative;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:15px;
    right:6px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.select-wrapper .options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.select-wrapper .options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
    color: #000;
    cursor:pointer;
}
.select-wrapper .options li:before {
    display: none;
}
.select-wrapper .options li:hover {
    background-color:#39f;
    color:white;
}
.select-wrapper .options li.disabled {
    color: #CCC;
    cursor: default;
}
.select-wrapper .options li.disabled:hover {
    background-color: #fff;
}