

.checkin-wrapper {
    text-align: center;
    margin: auto;
    padding: 20px;
}

.checkin-steps li {
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
}

.checkin-steps li a {
    display: block;
    padding: 3px 30px;
    border-radius: 4px;
    background-color: rgba(254, 171, 39, 0.4);
    color: white;
    font-weight: bold;
}

.checkin-steps li.active a {
    background-color: rgba(254, 171, 39, 1);
}

.checkin-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    margin: 30px auto;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.checkin-step {
    display: none;
}
.checkin-step.active {
    display: block;
}

.checkin-box .form-dati {
    padding-bottom: 20px;
    overflow: hidden;
    clear: both;
}

.checkin-box .loader {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8) url("../img/noleggio-spinner.gif") center center no-repeat;
    background-size: 50px 50px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.checkin-box.loading .loader {
    display: block;
}

.form-dati .radio-list label {
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.checkin-step .form-errors {
    font-weight: bold;
    color: #f00;
    display: none;
}

.form-dati .form-group {
    float: left;
    width: calc(50% - 20px);
    margin: 10px;
}

.form-dati .form-group.radio-list {
    width: 100%;
}

.checkin-summary {
    color: #666;
    padding: 20px;
}

.brevetermine-footer {
    width: 100%;
    background-color: #161a1d;
    color: #fff;
    padding: 20px 10%;
    z-index: 2;
    font-size: 15px;
}

.brevetermine-footer .footer-left a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s;
}

.brevetermine-footer a {
    color: #fff;
}

.brevetermine-footer a:hover {
    color: #feab27;
}

.brevetermine-footer .footer-left {
    width: 70%;
    float: left;
}

.brevetermine-footer .footer-right {
    width: 30%;
    float: right;
}

.brevetermine-footer .footer-right h3 {
    color: #feab27;
    font-size: 20px;
}

.brevetermine-footer .footer-contacts {
    margin-top: 20px;
    text-align: center;
}

.noleggiobreve-checkin .btn.btn-success {
    background-color: #feab27 !important;
}

.form-dati .form-group.has-error input {
    border: 1px solid #f00;
}

.form-dati .form-group.has-error .hint {
    position: absolute;
    color: #f00;
}

.form-dati .form-group.has-error label {
    color: #f00;
}

.dati-guidatore h4 {
    margin-top: 25px;
}

.checkin-step .dati-prenotazione {
    text-align: left;
    background: #EEE;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
}

.checkin-step .dati-prenotazione h3 {
    font-size: 18px;
}

.checkin-step .dati-prenotazione .prenotazione-details span {
    display: block;
}

.checkin-step .dati-prenotazione .prenotazione-details {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}


.checkin-step .dati-prenotazione .prenotazione-details .left {
    float: left;
    width: 50%;
}

.checkin-step .dati-prenotazione h5 {
    margin-bottom: 0px;
}

.ui-datepicker-title select {
    height: auto !important;
    opacity: 1 !important;
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
}
