.wrapper{
    background-color:#F7F6E6;
    padding-top:5.5em;
}
header .navbar{
    background-color: #167DA6;
}
header .navbar a{
    color: white;
}
header .navbar .dropdown-menu a{
    color: #167DA6;
}
header .navbar .dropdown-menu a:hover{
    color: white;
    background-color: #167DA6;
}

footer{
    margin-top: 2em;
    background-color: #43A096;
    padding: 1px;
}
footer p {
    margin-bottom: 2em;
    color:white;
}
.footer-menu{
    text-align: center;
    margin:0 0 1.5em 0;
    padding:0;
    list-style:none;
}
.footer-menu li {
    display: inline-block;
    margin: 0 0.5em;
    line-height: 3em;
}
.footer-menu li a {
    color:white;
    text-decoration: none;
    
}

#calendar table{
    width:100%;
}
#calendar .table td.is-disabled{
    color: #ffffff;
}
#calendar .table td.san{
    color: #ff0000 !important;
}
#calendar .table td.sat{
    color: #0000ff !important;
}
#calendar .table td.seleced{
    background-color: aquamarine;
}
#calendar .table td.NoSelectable{
    background-color: rgb(181, 181, 181);
}
#calendar .table td, #calendar .table th {
  padding:.75rem;
  text-align: center;
}
@media (max-width: 576px){
  .table td, .table th {
    padding:.55rem !important;
  }
}
.bikelist ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.bikelist li{
    line-height: 2em;
}
img {
    max-width: 100%;
}

.bikelist li.image{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.bikelist li.image span.bike_kind{
    position: absolute;
    left:0.5em;
    top:0.5em;
    background-color: white;
    border-radius: 3px;
    padding: 0.2em 0.5em;
    color: #43A096;
    font-size: 10px;
}
.bikelist li.image span.size{
    position: absolute;
    right:0.5em;
    top:0.5em;
    background-color: white;
    border-radius: 3px;
    padding: 0.2em 0.5em;
    color: #ff8800;
    font-size: 13px;
}
.bikelist li.Features{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: .75em;
}
.bikelist li.name{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.bikelist dd{
    padding-left: 2em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: dashed 1px #43A096;
}
.detailFeatures{
    border: solid 1px #43A096;
    border-radius: 1em;
    padding: 1em;
}
.detailFeatures{
    border: solid 1px #43A096;
    border-radius: 1em;
    padding: 1em;
}
.Price_per_day{
    background-color: #d2fcf8;
    color:#43A096;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 3em;
    border-radius: 5px;
    margin-bottom: 1em;
    padding-right: 1em;
}
@media (max-width: 576px){
    header .navbar a{
        font-size:13px;
    }
}
