/* https://bootsnipp.com/snippets/yMmDG */

.count-input {
    position: relative;
    width: 100%;
    margin: 2em auto;
    background-color: white;
}

.count-input input {
    width: 100%;
    height: 36.92307692px;
    border: 1px solid #000;
    border-radius: 2px;
    background: none;
    text-align: center;
}

.count-input input:focus {
    outline: none;
}

.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    top: 50%;
    right: 0;
    margin-top: -15px;
    text-decoration: none;
}

.count-input .incr-btn:first-child {
    right: auto;
    left: 0;
    top: 46%;
}

.count-input.count-input-sm {
    max-width: 125px;
}

.count-input.count-input-sm input {
    height: 36px;
}

.count-input.count-input-lg {
    max-width: 200px;
}

.count-input.count-input-lg input {
    height: 70px;
    border-radius: 3px;
}

img.box-bici {
    min-height: 130px;
}

.forward {
    margin-top: 1em;
}

.well-sm {
    font-size: smaller;
}

.thumbnail {
    border-top: 2px solid orangered;
}

.wizard>.content>.body ul.list-unstyled {
    list-style: none !important;
}

.bootstrap-datetimepicker-widget thead {
    color: orangered;
}

.ui-timepicker-standard {
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.2em;
}

.image-holder {
    position: relative;
}

h1 {
    font-size: 30px;
    color: #fff;
    padding: 9px 23px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.image-holder h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-holder img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}

.wizard {
    background-image: url('/img/ciclisti.png');
    padding: 1em;
}

body {
    padding-top: 90px;
}

body.no-menu {
    padding-top: 0px
}

label.error {
    margin-left: 0 !important;
    font-size: small;
    font-weight: lighter;
}


/* calendar */

table.calendar {
    border-left: 1px solid #999;
}

tr.calendar-row {}

td.calendar-day {
    min-height: 80px;
    font-size: 11px;
    position: relative;
}

* html div.calendar-day {
    height: 80px;
}

td.calendar-day:hover {
    background: #eceff5;
}

td.calendar-day-np {
    background: #eee;
    min-height: 80px;
}

* html div.calendar-day-np {
    height: 80px;
}

td.calendar-day-head {
    background: #ccc;
    font-weight: bold;
    text-align: center;
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

div.day-number {
    background: #999;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    float: right;
    margin: -5px -5px 0 0;
    width: 20px;
    text-align: center;
}


/* shared */

td.calendar-day,
td.calendar-day-np {
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.bike-container {
    min-height: 450px;
}

