/*
 Theme Name:   WP Car Rental Child
 Theme URI:    https://wpcarrental.com
 Description:  WP Car Rental Child Theme
 Author:       Inteligencia Web
 Author URI:   http://inteligencia-web.com
 Template:     wp-car-rental
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wp-car-rental-child
*/

/* Precio en cada día */
.ui-datepicker td span,
.ui-datepicker td a {
    padding-bottom: 1em;
}
.single-car_rental_item .ui-datepicker td:not(.closed):not(.booked)[title]::after {
    content: attr(title);
    display: block;
    position: relative;
    font-size: .8em;
    font-weight: 600;
    height: 1.25em;
    /*margin-top: -1.25em;*/
    text-align: right;
    padding-right: .25em;
    /*color: #4DB151;*/
    color: green;
}
table.ui-datepicker-calendar {
    border-spacing: 2px;
}
.ui-datepicker table {
    border-collapse: inherit;
}
.single-car_rental_item .ui-datepicker-calendar td {
    height: 44px;
}
/* Marca de reservado */
.ui-datepicker .ui-datepicker-unselectable.ui-state-disabled.disabled {
    /*background-color: #F54337;*/
    background: #c3c3c3;
}
.legend-square-red {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    /*background: #F54337;*/
    background: gray;
}
.legend-text {
    float: left;
    height: 20px;
    margin: 5px
}
.ui-state-default {
    font-weight: 800;
}
/* Footer */
.footer-widget .menu li a {
    border-left: 3px solid #e08333;
    margin: 10px 0;
}
.ui-datepicker .enabled {
    border: none !important;
}
#car_rental_edit_booking {
    margin-top: 10px;
}
/* step 1 */
.search_form_row input {
    width: 100%;
    padding: 10px;
}
#search_form .form-control {
    line-height: 15px;
    font-size: 15px;
    padding: 0 7px;
}
/* step 2 */
button.disabled {
    background-color: grey;
}
.car-rental-buttons .selected {
    background-color: #33bb33;
}
/* Step 4 */
.car-rental-customer-form .row > div {
    min-height: 44px !important;
}
.select2-container--default .select2-results>.select2-results__options {
    overflow-x: auto;
}