.row { position: relative; display: block; }
.row:after { clear: both !important; }
.row:before, .row:after { display: table; content: " "; }
.lclear { clear: left !important; }

.ui-datepicker { z-index: 999999 !important; }

#rentalcars .floatright { float: right; }
#rentalcars .floatleft { float: left; }
#rentalcars .bluebar .datetime {
    width: 100%;
    position: relative;
}
#rentalcars .bluebar .datetime label {
    float: left;
    margin-right: 10px;
}
#rentalcars .summary-container .padding {
    padding: 16px 20px 4px 20px;
}
#rentalcars .summary-container {
    width: 315px;
    float: right;
    background-color: #e3f4ff;
    border-top: 5px solid #cccccc;
}
#rentalcars .summary-container h2 {
    font-size: 19px;
    line-height: 21px;
}
#rentalcars .summary-edit {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: right;
}
#rentalcars .summary-container h2, #rentalcars .summary-container h5, #rentalcars .summary-edit {
}
#rentalcars .summary-container h5, #rentalcars .summary-container h4 {
    color: #1b8bdf;
}
#rentalcars .summary-container h2, #rentalcars .summary-container h4 {
    margin-bottom: 15px;
}
#rentalcars .summary-container h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}
#rentalcars .summary-container hr {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
#rentalcars .summary-edit {
    display: block;
    float: right;
}
#rentalcars .summary-brand {
    float: right;
    display: block;
    max-height: 22px;
}
#rentalcars .summary-image {
    display: block;
    text-align: center;
    margin: 0 auto 6px auto;
    padding: 5px 5px 10px 5px;
    background-color: #fff;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#rentalcars .summary-container h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
}
#rentalcars .summary-stats {
    display: block;
    margin: 0 auto 20px auto;
}
#rentalcars .summary-options li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#rentalcars .summary-options {
    display: block;
    margin-bottom: 20px;
    margin-left: 30px;
}
#rentalcars .error, #rentalcars .has-error {
    color: #e34040 !important;
    font-weight: bold !important;
}
#rentalcars .help-block {
    font-style: italic;
}
#rentalcars .has-error .help-block {
    color: #e34040 !important;
}
#rentalcars .has-error input, #rentalcars .has-error select, #rentalcars .error input, #rentalcars .error select {
    border: 1px solid #e34040 !important;
}
#rentalcars .summary-date-time {
    margin-bottom: 20px;
}
#rentalcars .summary-pickup-return {
    
}
#rentalcars .summary-options li {
    width: 50%;
    font-size: 14px;
    float: left;
}
.price-label {
    float: left;
}
.detail-label {
    float: left;
    width: 300px;
}
#rentalcars .summary-address {
    display: block;
    margin-bottom: 20px;
}
#rentalcars .summary-single {
    display: block;
    margin-bottom: 20px;
}
#rentalcars .summary-total .dollarprice {
    float: right;
}
#rentalcars .summary-total .text {
    vertical-align: bottom;
}
#rentalcars .summary-total .price {
    font-size: 30px;
}
#rentalcars .summary-total .cents {
    vertical-align: super !important;
    font-size: 22px !important;
}
#rentalcars .summary-total .dollar {
    font-size: 24px;
    vertical-align: super;
    padding-left: 10px;
}
#rentalcars .summary-total {
    color: #666;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

#rentalcars .bluebar .datetime .labeldate input {
    width: 6em !important;
    max-width: 6em !important;
}
#rentalcars .bluebar .datetime .labeltime select {
    width: 6em !important;
    max-width: 6em !important;
}
#rentalcars .bluebar .date {
}
#rentalcars .bluebar label {
    display: block;
    margin-bottom: 10px;
}
#rentalcars .brands {
    margin-top: 30px;
    position: relative;
}
#rentalcars .brands .brand p {
    font-size: 12px;
    line-height: 14px;
}
#rentalcars .brands .brand h3 {
    color: #EC0439;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 22px;
    margin: 10px auto;
}
#rentalcars .brands-first-row {
    max-width: 720px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px 28px;
}
#rentalcars .brands .brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    width: 218px;
    height: 230px;
    background-color: #fff;
    border: 1px solid rgba(66, 66, 66, 0.2);
}
#rentalcars .bluebar input[type=text], #rentalcars .bluebar input[type=date], #rentalcars .bluebar select {
    font-size: 16px !important; /* gfys */
    line-height: 19px !important;
    padding: 4px 4px !important;
    height: 29px;
    border: none !important;
}
#rentalcars .bluebar {
    color: #fff;
}
#rentalcars .bluebar form {
    width: 500px;
}
#rentalcars .fakeinput.date {
    width: 9em !important;
}
#rentalcars .fakeinput {
    background-color: #fff;
    position: relative;
    padding: 0;
}
#rentalcars .fakeinput .ui-datepicker-trigger {
    margin-top: 3px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    background: url(/img/calendar_icon.svg) no-repeat center center;
    padding: 10px;
}
#rentalcars .righticon, #rentalcars .fakeinput .spinner {
    position: absolute;
    right: 2px;
    top: 4px;
    z-index: 2 !important;
}
#rentalcars .righticon {
    right: 10px;
}
#rentalcars .fakeinput .spinner:after {
    clear: both;
}
#rentalcars .fakeinput input {
    border: 0 !important;
    z-index: 1 !important;
}
#rentalcars .bluebar form input[type=text] {
    width: 100%;
}
#rentalcars .back-to-top span {
    
}
#rentalcars .back-to-top {
    display: block;
    margin-top: 10px;
}
#rentalcars .bluebar {
    width: 100%;
    background-color: #0a4da1;
    max-height: 333px;
    overflow: hidden;
}
#rentalcars h1.inverted {
    color: #fff !important;
    padding-top: 20px;
    font-size: 24px !important;
    line-height: 22px;
    text-transform: capitalize;
}
#rentalcars .carkeys h2 {
    position: absolute;
    width: 220px;
    top: 30px;
    left: 0;
    color: #EC0439;
    padding: 20px 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
}
#rentalcars .carkeys {
    position: relative;
    float: right;
    width: 431px;
    height: 333px;
}
#rentalcars .results-top {
    padding: 15px 15px 10px 15px;
    border-bottom: 5px solid #ccc;
}
#rentalcars .results-top h2 {
    font-size: 19px;
    font-weight: normal;
    color: #4b4c4c;
}
#rentalcars {
    color: rgba(66, 66, 66, 1);
}

#rentalcars #rc-total {
    font-weight: 600 !important;
}

#rentalcars .results-bottom {
    padding: 5px 10px;
}

#rentalcars #results .rentalcar {
    position: relative;
    padding: 10px 15px 15px 10px;
    border-bottom: 1px solid #ccc;
}

#rentalcars .rental_car_messages {
    margin: 0;
}
#rentalcars .rental_car_messages_box {
    border: 1px solid #ccc;
    border-bottom-width: 3px;
    margin-top: 4px;
    margin-bottom: 10px;
}
#rentalcars .rentalcarmessage {
    padding: 8px 10px;
    display: none;
    font-weight: bold;
    text-align: center;
}

#rentalcars .left-panel {
    width: 268px;
}
#rentalcars .stat-panel img {
    vertical-align: bottom;
}
#rentalcars .stat-panel .passengers, #rentalcars .stat-panel .luggage, #rentalcars .stat-panel .transmission, #rentalcars .stat-panel .air_conditioning {
    margin: 0 2px;
}
#rentalcars .stat-panel {
    background-color: #f6f6f6;
    padding: 5px;
    text-align: center;
    color: #626262;
    font-size: 14px;
    vertical-align: bottom;
}

#rentalcars #results {
    background-color: #ffffff;
    position: relative;
    border: 1px solid #cccccc;
}

#rentalcars .float-right { float: right !important; }
#rentalcars .float-left { float: left !important; }

#rentalcars .rental_car_messages {
    margin-bottom: 10px;
}
#rentalcars .filter-box {
    background-color: #f6f6f6;
    border: 1px solid #cccccc;
    padding: 3px;
}
#rentalcars .filter-box .filter-box-body {
    color: rgba(66, 66, 66, 1);
    padding: 0 15px 20px 15px;
    line-height: 25px;
}
#rentalcars .filter-box-top {
    padding: 16px 16px 20px 16px;
}
#rentalcars .filter-box-top h2::first-letter {
    text-transform: uppercase;
}
#rentalcars .filter-box-top h2 {
    font-size: 19px;
    font-weight: normal;
    color: rgba(66, 66, 66, 1);
    text-transform: lowercase;
}

#rentalcars .tenafter {
    margin-bottom: 10px !important;
}
#rentalcars .twentyafter {
    margin-bottom: 20px !important;
}

#rentalcars h1 {
    color: rgba(66, 66, 66, 1);
    font-weight: 600 !important;
    font-size: 25px !important;
    margin-bottom: 20px;
}

#rentalcars #results .left-panel {
    float: left;
}
#rentalcars #results .bottom-panel {
    float: left;
}
#rentalcars #results .top-panel {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    width: 410px;
}
#rentalcars #results .partner {
    left: 4px;
    top: 12px;
    position: absolute;
}
#rentalcars #results .nsi-panel,
#rentalcars #results .price-panel {
    float: right;
    width: 120px;
    margin: 0 2px;
}

#rentalcars .address_container {
    position: relative;
    display: block;
    margin-left: -2px;
}
#rentalcars .bottom-panel {
    margin-top: 20px;
    margin-left: 16px;
    line-height: 22px;
    font-size: 15px;
}
#rentalcars .same-address {
    text-indent: -26px;
    padding-left: 30px;
}
#rentalcars .address, #rentalcars .same-address {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
#rentalcars .pricing {
    text-align: center;
}
#rentalcars .pricing .dollar {
    vertical-align: top;
    font-size: 20px;
}
#rentalcars .pricing .savings {
    color: #EC0439;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}
#rentalcars .pricing .actual-price {
    color: #666;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 6px;
}
#rentalcars .pricing .total {
    font-size: 12px;
    line-height: 14px;
    color: #9c9c9c;
    margin-bottom: 4px;
}
#rentalcars .pricing .payatcounter_fees {
    color: #FF0000;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 4px;
}
#rentalcars .pricing .strike-price {
    text-decoration: line-through;
    color: #e8791e;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 900;
}
#rentalcars .pricing .perday {
    color: #666;
    font-weight: 600;
    line-height: 25px;
    font-size: 18px;
}
#rentalcars .pricing strike .dollar {
    font-size: 12px !important;
    text-decoration: none !important;
    font-weight: 600;
}
#rentalcars .pricing strike.actual-price {
    color: #999999 !important;
    font-size: 16px;
    vertical-align: text-bottom;
    font-weight: 600;
}
#rentalcars .pricing {
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#rentalcars .totalincludes {
    font-size: 12px;
    display: block;
    line-height: 13px;
    margin-bottom: 2px;
}
#rentalcars .submit-panel {
    text-align: center;
}
#rentalcars .smaller {
    width: 100px !important;
}
#rentalcars button.submit, #rentalcars input.submit, #rentalcars a.submit {
    display: inline-block !important;
}
#rentalcars button.submit:hover, #rentalcars input.submit:hover, #rentalcars a.submit:hover {
    background-color: #075079;
}
#rentalcars .pricing .daily {
    width: 75%;
    float: left;
    text-align: right;
    position: relative;
}
#rentalcars .pricing .daily .line {
    display: block;
    float: right;
    border-right: 1px solid #cccccc;
    height: 60px;
    margin-left: 10px;
    width: 1px;
    margin-top: 6px;
}

#rentalcars .marker {
    margin-left: -2px;
    margin-right: 8px;
    font-size: 80%;
}

#rentalcars #results h4 {
    margin-bottom: 6px;
}
#rentalcars #results h4, #rentalcars #results h5 {
    color: #1b8bdf;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal !important;
}
#rentalcars #results h5 {
    font-weight: bold !important;
    font-size: 15px;
}
#rentalcars ul.bottom-panel li {
    margin-left: 24px;
}
#rentalcars ul.bottom-panel, #rentalcars .summary-options {
    list-style-image: url(/img/rentalcars-check.png);
}

#rentalcars .pipe-space {
    color: #999999;
    padding: 0 6px;
}
.inner_grid_fourty, .inner_grid_twenty, .inner_grid_fifty, .inner_grid_thirty {
    display: block;
    float: left;
}
.inner_grid_twenty { width: 20% !important; }
.inner_grid_thirty { width: 30% !important; }
.inner_grid_fourty { width: 40% !important; }
.inner_grid_fifty { width: 50% !important; }

#rentalcars .header-panel {
    font-size: 15px !important;
    line-height: 22px;
    padding: 14px 20px;
    background-color: #666;
    color: #fff;
}
#rentalcars .header-panel h4,  #rentalcars .header-panel a {
    color: #fff;
}
#rentalcars .header-panel h3, #rentalcars .header-panel h2, #rentalcars .header-panel strong {
    font-size: 15px !important;
    color: rgba(66, 66, 66, 1) !important;
    font-weight: normal !important;
}

#rentalcars .filter-box h3 {
    padding: 15px 15px;
    font-size: 15px;
    color: rgba(66, 66, 66, 1);
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 17px;
    font-weight: normal !important;
    margin-bottom: 10px;
}
#results .left-panel .main-image {
    width: 268px;
    height: 144px;
    min-width: 268px;
    min-height: 144px;
    background-color: transparent !important;
    border: none !important;
    margin: 25px 0;
}

#rentalcars .error {
    font-weight: bold;
    color: #EC0439;
    margin-bottom: 20px;
}

.city a {
    font-weight: normal !important;
}
.airport a {
    font-weight: bold !important;
}

#rentalcars input[type=radio] {
    cursor: pointer;
}
#rentalcars label {
    cursor: pointer;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    background-image: none;
}

.ui-menu-item {
    background-image: none;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
    background-image: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

#rentalcars .spinner {
    width: 18px;
    height: 18px;
    padding: 0 4px;
    display: none;
}
#rentalcars .search {
    width: 300px;
}
#rentalcars label {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
#rentalcars .grayout {
    opacity: 0.3; 
    filter: alpha(opacity = 30); /* MSIE */
}
#rentalcars {
    /*padding: 20px 0;*/
}
#rentalcars h1 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 16px;
}
#rentalcars p {
    margin-bottom: 12px;
}
#rentalcars .time {
    width: 7.5em;
}
#rentalcars input[type=text], #rentalcars input[type=date], select {
    font-size: 14px;
}
#rentalcars input[type=text], #rentalcars input[type=date], #rentalcars select {
    padding: 2px;
    height: 26px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}
#rentalcars input[type=submit] {
    cursor: pointer;
    font-weight: 600;
    margin: 10px 0;
}

#rentalcars .chevron::before {
    border-style: solid;
    color: #0e6dcc;
    border-width: 0.2em 0.2em 0 0;
    content: '';
    display: inline-block;
    height: 0.35em;
    left: 0;
    margin-top: 3px;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.35em;
}
#rentalcars .chevron.right:before { left: 0; transform: rotate(45deg); }
#rentalcars .chevron.bottom:before { top: 0; transform: rotate(135deg); }
#rentalcars .chevron.left:before { left: 0.25em; transform: rotate(-135deg); }

#rentalcars .styledcheckbox {
    position: relative;
}
#rentalcars .styledcheckbox .visualcheckbox {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -3px 8px 0 0;
    vertical-align: middle;
    background-image: url(/img/rentalcar_checkbox.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#rentalcars .styledcheckbox input {
    display: none !important;
}
#rentalcars .styledcheckbox input:hover:not(:checked) + .visualcheckbox, #rentalcars .styledcheckbox:hover input:not(:checked) + .visualcheckbox, #rentalcars .styledcheckbox input:active:not(:checked) + .visualcheckbox {
    background-position: 0 0;
}
#rentalcars .styledcheckbox input:hover:checked + .visualcheckbox, #rentalcars .styledcheckbox:hover input:checked + .visualcheckbox, #rentalcars .styledcheckbox input:active:checked + .visualcheckbox {
    background-position: -15px 0;
}
#rentalcars .styledcheckbox .visualcheckbox /* unchecked */ {
    background-position: -30px 0;
}
#rentalcars .styledcheckbox input:checked + .visualcheckbox {
    background-position: -45px 0;
}
#rentalcars .styledcheckbox input:disabled:not(:checked) + .visualcheckbox {
    background-position: -60px 0 !important;
}
#rentalcars .styledcheckbox input:disabled:checked + .visualcheckbox {
    background-position: -75px 0 !important;
}

#rentalcars .reservation-panel {
    color: rgba(66, 66, 66, 1);
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
    width: 100%;
}
#rentalcars .reservation-panel .padding {
    padding: 24px 20px 20px 20px;
}
#rentalcars .reservation-panel label, #rentalcars .reservation-panel .fakelabel, #rentalcars .reservation-panel h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
#rentalcars .reservation-panel hr {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
    margin-bottom: 30px;
}
#rentalcars .reservation-panel h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
#rentalcars .reservation-panel h3 span {
    font-weight: 300 !important;
    text-transform: none !important;
}
#rentalcars .reservation-panel input[type=text], #rentalcars .reservation-panel select {
    width: 90%;
    padding: 6px 2px;
    height: auto;
}
#rentalcars .reservation-panel .double > label, #rentalcars .reservation-panel .double .fakelabel {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
#rentalcars .reservation-panel table {
    width: 100%;
}
#rentalcars .reservation-panel table td {
    font-weight: 600;
    /*width: 50%;*/
    padding-bottom: 10px;
}
#rentalcars .reservation-panel table td.explantion {
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
}
#rentalcars .reservation-panel .triple .middle input {
    width: 2.5em !important;
}
#rentalcars .reservation-panel .triple .middle {
    width: 10%;
}
#rentalcars .reservation-panel .triple > label, #rentalcars .reservation-panel .triple .fakelabel {
    width: 45%;
    float: left;
    margin-bottom: 0;
}
#rentalcars .reservation-panel .single > label, #rentalcars .reservation-panel .single .fakelabel {
    float: left;
    width: 75%;
    margin-bottom: 0;
}
#rentalcars .reservation-panel .single, #rentalcars .reservation-panel .double, #rentalcars .reservation-panel .triple {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
#rentalcars .summary-car-type-and-model-only {
    margin-bottom: 20px;
}
#rentalcars .reservation-panel input, #rentalcars .reservation-panel select, #rentalcars .field {
    border: 1px solid #ddd;
    padding: 6px 4px;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 20px;
    min-height: 34px !important;
}
#rentalcars .field {
    border: none !important;
}
#rentalcars .dcc_icon {
    margin-right: 6px;
}
#rentalcars .reservation-panel p.terms a {
    text-decoration: underline;
}
#rentalcars .reservation-panel p.terms {
    line-height: 24px;
    font-weight: 600;
}
#rentalcars .reservation-panel button {
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
}
#rentalcars .reservation-panel h2 {
    background-color: #f6f6f6;
    font-size: 15px;
    color: rgba(66, 66, 66, 1);
    line-height: 17px;
    font-weight: 600;
    padding: 15px;
}
#rentalcars .reservation-panel h2 em {
    font-weight: normal;
    text-transform: none;
}
#rentalcars .js-expandable h3 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: inline !important;
}
#rentalcars .arrow-expandable {
    margin-right: 6px;
    font-style: normal;
    font-weight: bold;
    color: #0045d0;
    display: inline-block;
    font-size: 18px;
}
#rentalcars .arrow-expandable:before {
    content: ">";
}
#rentalcars .expanded .arrow-expandable {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#rentalcars .reservation-panel .message {
    float: right;
    font-style: italic;
    color: #333;
    font-size: 12px;
    line-height: 14px;
}
#rentalcars .reservation-panel-holder {
    padding: 0 10px;
    float: left;
    width: 635px;
}
#rentalcars .summary-container-holder {
    padding: 0 10px;
    float: right;
    width: 317px;
}
#rentalcars.confirmation-page .left-conf-col, #rentalcars.confirmation-page .left-column {
    width: 48%;
    float: left;
}
#rentalcars.confirmation-page .right {
    text-align: right !important;
}
#rentalcars.confirmation-page .right-conf-col, #rentalcars.confirmation-page .right-column {
    width: 48%;
    float: right;
}
#rentalcars.confirmation-page .continue-shopping {
}
#rentalcars.confirmation-page .reservation-panel .padding {
    padding: 22px 20px !important;
}
#rentalcars.confirmation-page .reservation-panel hr {
    margin: 0 10px 0 10px !important;
    height: 1px;
    padding: 0 !important;
    width: auto !important;
}
#rentalcars.confirmation-page .reservation-panel {
    background-color: #fff !important;
}
#rentalcars.confirmation-page .confirmation-area-container img {
    float: right;
    width: auto !important;
    height: auto !important;
}
#rentalcars.confirmation-page ul.important-area {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
#rentalcars.confirmation-page ul.important-area li {
    margin-bottom: 10px;
}
#rentalcars.confirmation-page .big-link {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
#rentalcars.confirmation-page .reservation-panel {
    margin-bottom: 40px;
}
#rentalcars.confirmation-page .summary-rental-fee, #rentalcars.confirmation-page .summary-taxes-and-fees {
    margin-bottom: 16px;
}
#rentalcars .print-this-page-container {
    float: right;
}
#rentalcars .print-this-page {
    font-weight: bold;
    text-decoration: none;
}
#rentalcars .print-this-page:hover, #rentalcars .print-this-page:active {
    text-decoration: none;
}
#rentalcars button.checkout {
    width: 200px !important;
}
#rentalcars .reservation-panel label {
    font-size: 12px;
    min-height: 10px;
    font-weight: bold;
}
#rentalcars .reservation-panel .required {
    color: #f30;
    font-weight: 600;
}
#rentalcars h3.or {
    font-weight: 600;
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 10px 0;
}
#rentalcars .group, #rentalcars .double, #rentalcars .single {
    width: 50%;
    float: left;
    margin-bottom: 14px;
}
#rentalcars .single label, #rentalcars .double label, #rentalcars .group label {
    display: block;
    font-weight: 600;
    margin: 0 !important;
}
#rentalcars .floating_ccv {
    display: none;
    position: absolute;
}
#rentalcars .dcc_number {
    float: left;
    margin-right: 10px;
    width: 27rem !important;
}
#rentalcars a.giftcard_apply,
#rentalcars a.promo_code_apply {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    padding: 8px 20px;
    color: #fff !important;
    text-decoration: none;
    background: #007dc4;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#rentalcars a.giftcard_remove,
#rentalcars a.promo_code_remove {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    padding: 8px 20px;
    color: #fff !important;
    color: #fff !important;
    text-decoration: none;
    background: #cccccc;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#rentalcars a.giftcard_apply:hover {
    text-decoration: none;
}
#rentalcars a.giftcard_remove:hover {
    text-decoration: none;
}
#rentalcars .floating_ccv {
    position: absolute;
    top: -260px;
    left: 90px;
    display: none;
}
#rentalcars .floating_ccv_trigger:hover .floating_ccv {
    display: block;
}
#rentalcars .mini-field {
    width: 7.5em !important;
}
#rentalcars .seals {
    padding: 0px !important;
    text-align: center;
}
#rentalcars .seals p { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    margin: 5px 0px 15px 0px;
    text-align: center;
}
#rentalcars .seals div.bg-white {
    height: 7px;
    /* background-color: #fff; */
}
#rentalcars .seals div.content {
    padding: 15px 0px 0px 0px;
    margin: 0px auto;
    width: 235px;
}
#rentalcars .js-expandable {
    margin-bottom: 10px;
}
#rentalcars .js-expandable h3 {
    font-weight: 600 !important;
}
#rentalcars .js-expandable-content {
    margin-top: 6px;
    margin-left: 20px;
    margin-bottom: 6px;
}
#rentalcars .seals h4 {
    background: url('/img/green_padlock.png') no-repeat 5px;
    text-transform: uppercase;
    margin: 0px;
    padding-left: 30px;
    color: #000;
    font: 16px/30px Arial, Helvetica, sans-serif; ;
    font-weight: bold;
    text-align: center;
}
#rentalcars .seals div.seal {
    border-top: 1px solid #777;
    padding: 15px 0px;
    text-align: center;
    display: none;
}
#rentalcars .seals div.seal p {
    margin: 7px 0px 0px 0px;
    font-size: 10px;
    line-height: 10px;
}
.delivery-summary p {
    font: 14px/16px aktiv-grotesk-std !important;
    margin: 0px !important;
}
#rentalcars .checkout-button {
    cursor: pointer;
    background: #0067A0;
    font: 22px/30px aktiv-grotesk-std;
    font-weight: normal;
    padding: 10px 30px;
    color: #fff;
    float: right;
    border: 0 !important;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#rentalcars .checkout-button:hover {
    background: rgba(0, 91, 0, 1);
}
#rentalcars .terms-container {
    margin-top: 20px;
}
#rentalcars .terms {
    display: block;
    width: 50%;
    float: left;
    font-size: 12px;
    text-indent: -23px;
    margin-left: 20px;
}
#rentalcars .small-print {
    width: 75%;
    font-size: 12px;
    line-height: 15px;
}
#rentalcars .summary-image-container {
    width: 250px;
    float: left;
    margin-right: 20px;
}
#rentalcars .summary-image-container img {
    max-width: 100%;
}
#rentalcars .checkout-button.disabled:hover, #rentalcars .checkout-button.disabled {
    background-color: #ccc !important;
    pointer-events: none;
    cursor: default;
    text-shadow: none;
    color: #f5f5f5;
}
#rentalcars input[type=image] {
    padding: 0;
    margin: 0;
    border: 0 !important;
}
#rentalcars .paypal-checkout-button {
    padding-bottom: 10px;
}
#rentalcars .text-black {
    color: rgba(66, 66, 66, 1);
}
#rentalcars .summary-results td {
    color: rgba(66, 66, 66, 1);
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
#rentalcars .summary-results td.large {
    font-size: 25px;
    font-weight: 600;
}
#rentalcars .summary-results {
    width: 100%;
}
#rentalcars .summary-results td {
    width: 50%;
    padding-bottom: 10px;
}
#rentalcars .summary-results td:first-child {
    text-align: left;
}
#rentalcars .summary-results td:last-child {
    text-align: right;
}
#rentalcars .summary-results .explantion {
    font-size: 12px;
    color: rgba(66, 66, 66, 0.8);
    text-align: center !important;
}
#rentalcars .summary-car-type-and-model {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
#rentalcars .summary-dates-and-locations {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 12px;
}
#rentalcars table.summary-dates-and-locations {
}
#rentalcars .summary-dates-and-locations td {
    padding-right: 10px !important;
    font-size: 11px !important;
    line-height: 14px !important;
}
#rentalcars .summary-dates-and-locations-header {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
}
#rentalcars .rental-details {
    width: 100%;
}
#rentalcars .rental-details .stat-panel {
    background: none !important;
    margin-bottom: 0 !important;
}
#rentalcars .rental-details h4 {
    font-weight: 600;
    color: #222;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
}
#rentalcars .rental-details h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
}
#rentalcars .rental-details .summary-options li {
    float: none !important;
    width: auto !important;
}
#rentalcars .rental-details .summary-dates-and-locations-header {
    font-weight: 600 !important;
    color: #222 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: none !important;
}
#rentalcars .rental-details table.summary-dates-and-locations {
    width: auto !important;
}
#rentalcars .rental-details .summary-dates-and-locations, #rentalcars .rental-details .summary-dates-and-locations td {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 0 12px 0 0 !important;
    line-height: 16px !important;
    color: rgba(66, 66, 66, 1) !important;
}
#rentalcars .reservation-thank-you {
    background: rgba(0, 138, 0, 0.1);
    color: rgba(66, 66, 66, 1);
    font-weight: 500;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 25px;
}
#rentalcars .reservation-thank-you .wide-padding {
    padding: 20px 50px;
}
#rentalcars .text-upper {
    text-transform: uppercase;
}
#rentalcars .confirmation-container hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 6px solid #ccc;
}
#rentalcars .confirmation-container .padding {
    padding: 20px;
}
#rentalcars .confirmation-container-holder {
    width: 320px;
    float: right;
}
#rentalcars .confirmation-container {
    background: #F6F6F6;
    border-top: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 40px 0;
}
#rentalcars .text-left {
    text-align: left !important;
}
#rentalcars .confirmation-container table tr td, #rentalcars .confirmation-container table tr th {
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
}
#rentalcars .confirmation-container table tbody tr:last-child td, #rentalcars .confirmation-container table tbody tr:last-child th {
    border-bottom: none;
}
#rentalcars .confirmation-container table {
    width: 100%;
}
#rentalcars .confirmation-container table td, #rentalcars .confirmation-container table th {
    vertical-align: bottom;
}
#rentalcars .confirmation-container table td {
    text-align: right;
    font-weight: bold;
}
#rentalcars .confirmation-container .smaller {
    font-size: 14px;
    line-height: 18px;
}
#rentalcars .confirmation-container .text-total {
    font-size: 30px;
    line-height: 35px;
}
#rentalcars .special_message:before {
    font-size: 28px;
    line-height: 22px;
    padding-right: 5px;
    font-weight: normal;
    content: '?';
    vertical-align: middle;
}
#rentalcars .special_message {
    line-height: 22px;
    vertical-align: middle;
    border: 1px solid #999;
    background: #ddd;
    color: #555;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
}
#rentalcars #results .nsi-panel .not-signed-in-message {
    margin-bottom: 15px;
}
