#rentalRequestModal .modal-dialog {
    width: auto;
    max-width: 1200px;
    transition: max-width 0.21s;
}

#rentalRequestModal .modal-dialog.half-width {
    max-width: 600px;
}

#rentalRequestModal.one-column-modal .modal-dialog {
    width: auto;
    max-width: 600px;
}

    #rentalRequestModal.one-column-modal .modal-dialog .col-lg-6 {
        width: 100%;
    }

.modal-content {
    border-radius: inherit;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

.modal-header .close.btn-modal-close {
    text-shadow: inherit;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: inherit;
    padding: 0 15px;
    opacity: inherit;
    font-weight: inherit;
    width: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    background: #ccc;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background .3s ease-in-out;
}

.modal-header, .modal-body {
    padding: 20px;
}

.modal-content .form-control {
    border-radius: inherit;
    width: 100%;
    box-shadow: none;
    margin-bottom: inherit;
}

.modal-content label {
    line-height: 34px;
    white-space: nowrap;
}

.modal-content .adviceBelowCart p:last-child {
    margin-bottom: 0;
}

.modal-content .form-section {
    font-size: 1.12em;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 2rem;
}

.modal-content .note {
    padding: 10px 15px;
}

.modal-content .note.note-info {
    background: #eee;
}

.modal-content .note strong {
    font-weight: 600;
}

#rentalRequestModal .form-group.required label:after,
#rentalRequestModal .form-group label.required:after {
    content: '*';
    color: #a00;
}

#rentalRequestModal select {
    width: 100%;
}