.parsley-errors-list {
    color: red;
    font-size: 12px;
    margin-bottom: 0;
    list-style-type: none;
}

.radio-time {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0px;
}

.radio-time:first-child {
    margin-bottom: 1px;
}

.checkbox-contact {
    min-height: 20px;
    padding-left: 30px;
}

.checkbox-contact {
    margin-bottom: 1px;
}

.parsley-errors-list {
    margin-top: 5px;
}

#errorsCheck ul:first-child:not(:empty) ~ ul {
    display: none;
}

#datePicker {
    margin-bottom: 5px;
}

.outside + span {
    line-height: 1.1;
}

@media screen and (max-width: 767px) {
    .col-form-label {
    text-align: left !important;
    }
    }
    .row:not(.form-group) {
    margin-bottom: 40px;
    }
    #datePicker input[name=date_ride] {
    width: calc(100% - 50px) !important;
    }
    #datePicker span {
    width: 50px;
    text-align: center;
    line-height: 2.4;
    background-color: #eee;
    border: 1px solid #ccc;
    border-left: none;
    }
    .radio-time, .checkbox-contact {
    display: block;
    }
    .title {
    margin-top: 30px;
    }
    .nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    /*image gallery*/
    .btn-radio {
    width: 100%;
    }
    .img-radio {
    opacity: 0.5;
    margin-bottom: 5px;
    }
    .space-20 {
    margin-top: 20px;
    }
    label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    }
    .radio-time input.radio-inline, .checkbox-contact input.radio-inline {
    height: 1px;
    width: 1px;
    opacity: 0;
    width: 0 !important;
    }
    .outside {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    border-radius: 50%;
    }
    .radio-product {
    top: 128px;
    }
    .textbox .outside {
    border-radius: 0 !important;
    }
    .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #555555;
    left: 3px;
    top: 3px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    }
    .no-transforms .inside {
    left: auto;
    top: auto;
    width: 0;
    height: 0;
    }
    input {
    /*  &:focus, &:active {
    + .outside {
    border-color: $almost-black;
    }
    }*/
    }
    input:checked+.outside .inside {
    -webkit-animation: radio-select 0.1s linear;
    animation: radio-select 0.1s linear;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    .no-transforms input:checked+.outside .inside {
    width: 10px;
    height: 10px;
    }
    .form-group label {
    font-weight: bold;
    }
    .form-group input {
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    }
    .form-group select {
    border-radius: 0 !important
    }
    .datepicker-days table .day {
    color: #0065af !important;
    font-weight: bold;
    }
    .datepicker-days table .disabled {
    color: #ccc !important;
    opacity: 0.4
    }
    .datepicker-days table .active {
    color: white !important
    }
    #btnSubmit {
    background-color: #0a0000;
    border-color: #0a0000;
    }
    #btnSubmit:focus {
    box-shadow: none;
    }