html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, clean, sans-serif;
    min-height: 100%;
    background: url('../../dctswjo1n7o0j.cloudfront.net/images/bgtile.png');
}

.all-container {
    /*background-color: white;	*/
    min-height: 100%;
    max-width: 1200px;
    width: 94%;
    margin: auto;
    position: relative;
}

.background-container {
    background-image: url('../../dctswjo1n7o0j.cloudfront.net/images/road-background.jpg');
    padding-top: 10px;
    padding-bottom: 15px;
}

.form-header img {
    max-width: 100%;
}

.form-container {
    background-color: #38A96D;
    /*max-width: 600px;
    width: 80%;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;*/
    min-height: 150px;
   /* padding-bottom: 10px;
    padding-left: 4.167%;
    padding-right: 4.167%;*/
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.64);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.64);
}

.form-header {
    padding-top: 30px;
}

.form-header-logo {
    float: left;
}

.form-header-adsense {
    float: right;
}

.submit-white-arrow {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .form-header-logo {
        float: none;
        text-align: center;
    }
    .form-header-adsense {
        float: none;
        text-align: center;
        padding-top: 15px;
    }
    .fr .submit-button-container,
    .de .submit-button-container {
        width: 215px !important;
    }
    .fr input[type=submit].submit-button,
    .de input[type=submit].submit-button {
        font-size: 90%;
    }
    .fr .submit-white-arrow,
    .de .submit-white-arrow,
    .pt .submit-white-arrow,
    .es .submit-white-arrow {
        height: 13px;
    }
}

.different-dropoff-checkbox-container {
    margin-top: 2px;
}

label.for_text {
    color: #11438e;
    font-family: "Arial", Gadget, sans-serif;
    font-weight: bold;
   /* font-size: 18px;*/
}

.fr label.for_text {
    font-size: 17px;
}

input[type=text] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 5px;
    line-height: 21px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=text].big-text {
    width: 125%;
}

input[type=text].small-text {
    width: 100%;
    *width: 112px;
    /*ie7-*/
    min-width: 112px;
}

label.for_checkbox {
    color: #11438e;
    font-size: 15px;
    font-weight: bold;
}

input[type=text].callender {
    background-image: url('https://rentacarnext.com/carnext/assets/imagenes/calendar-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.show-on-differnt-location {
    display: none;
}

.submit-button-container {
    background-color: #11438e;
    border-radius: 5px;
    width: 150px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    /*min-width: 240px;*/
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.es .submit-button-container {
    width: 205px;
    /**width: 300px;*/
}

.de .submit-button-container,
.fr .submit-button-container {
    width: 305px;
    *width: 305px;
}

.submit-button-container img {
    position: absolute;
    right: 20px;
}

input[type=submit].submit-button {
    background-color: transparent;
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;
    color: white;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 19px;
    font-weight: bold;
    /*vertical-align: top;*/
    cursor: pointer;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.submit-button-container input[type=submit].submit-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 20px;
}

.checks-container {
    margin: auto;
    margin-top: 10px;
    font-size: 15px;
}

.es .checks-container {
    margin-top: 10px;
    font-size: 13px;
}

.fr .checks-container {
    margin-top: 10px;
    font-size: 14px;
}

.ru .checks-container {
    margin-top: 10px;
    font-size: 12px;
}

.checks-container table {
    margin: auto;
}

.en .checks-container td {
    padding-right: 15px;
    vertical-align: top;
}

.es .checks-container td,
.ru .checks-container td,
.de .checks-container td,
.pt .checks-container td {
    vertical-align: top;
}

.fr .checks-container td {
    padding-right: 10px;
    vertical-align: top;
}

.companies-container {
    margin-top: 40px;
    text-align: center;
}

.companies-container h3 {
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.companies {
    margin: auto;
    max-width: 480px;
}

.footer {
    border-top: 1px solid #e8e8e8;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 40px;
    font-size: 13px;
    color: #373737;
    background: white;
    padding-top: 15px;
}

.footer-menu-container table {
    margin: auto;
}

.footer-menu-container td {
    border-right: 1px solid black;
    padding: 0 10px;
}

.footer-menu-container td.last {
    border-right: 0;
}

.footer-copyright {
    margin: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-menu-container a {
    color: #373737;
    text-decoration: none;
}

.ui-button.dd-select {
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 8px 6px;
    margin: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear background-image;
    -moz-transition: 0.1s linear background-image;
    -ms-transition: 0.1s linear background-image;
    -o-transition: 0.1s linear background-image;
    transition: 0.1s linear background-image;
    overflow: visible;
    text-align: left;
}

.ad-container {
    margin: auto;
    margin-top: 50px;
    text-align: center;
    padding-bottom: 120px;
    max-width: 750px;
}

.narrower {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    padding-bottom: 100px;
}

.narrower h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    padding-left: 30px;
    margin-top: 50px;
    font-family: 'Lucida Sans Unicode';
}

.narrower h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    padding-left: 30px;
    margin-top: 50px;
    font-family: 'Lucida Sans Unicode';
}

.narrower p,
.narrower form {
    text-align: left;
    padding-left: 30px;
    font-size: 16px;
    line-height: 21px;
}

.narrower h3 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    padding-left: 30px;
    margin-top: 50px;
    font-family: 'Lucida Sans Unicode';
}

.narrower a,
.narrower a:active,
.narrower a:visited,
.narrower td a,
.narrower td a:active,
.narrower td a:visited {
    font-family: Arial;
    color: #006699;
    cursor: pointer;
    text-decoration: none;
}

.narrower li {
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    line-height: 21px;
    margin-left: 10px;
}

.yellow-box {
    margin: auto;
    background-color: #ffffeb;
    text-align: left;
    padding: 20px;
    width: 80%;
    margin-top: 20px;
}

.yellow-box .header {
    font-weight: 600;
    font-size: 20px;
}

.contact-email {
    position: relative;
    /*display: inline-block;*/
}

.contact-name {
    position: relative;
    /*display: inline-block;*/
}

.contact-message {
    position: relative;
    /*display: inline-block;*/
}

.contact-form .tooltip-text {
    visibility: hidden;
    /* width: 240px; */
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 115%;
    left: 17%;
    margin-left: -121px;
    opacity: 1;
    transition: opacity 0.3s;
    font-size: 13px;
    padding: 5px 11px 5px 4px;
    border: 0.5px solid gray;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    font-family: Tahoma;
}

@media only screen and (max-width: 400px) {
    .contact-form .tooltip-text {
        left: 39%;
    }
}

.contact-form .tooltip-text img {
    vertical-align: top;
    display: inline-block;
}

.contact-form .tooltip-text::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent gray transparent;
}


/*.tooltiptext::after {*/


/*content: "";*/


/*position: absolute;*/


/*top: 100%;*/


/*left: 50%;*/


/*margin-left: -5px;*/


/*border-width: 5px;*/


/*border-style: solid;*/


/*border-color: black transparent transparent transparent;*/


/*}*/


/* make datepicker responsive https://stackoverflow.com/questions/18864675/need-a-responsive-datepicker-rather-than-pickadate-js */

@media (max-width: 480px) {
    #ui-datepicker-div {
        width: 70%!important;
    }
    .ui-datepicker-multi,
    .ui-datepicker-group {
        float: none!important;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%!important;
    }
    /* make autocomplete responsive */
    ul.ui-autocomplete {
        width: 250px !important;
    }
}


/* important for cartrawler */

iframe {
    overflow: hidden;
}


/*  https://stackoverflow.com/a/15948308/2039230 */

iframe::-webkit-scrollbar {
    display: none;
}

input[readonly].default-cursor {
    cursor: default;
}


/*LANDING PAGE DEALS*/

#deals_container {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.two-columns-deals #deals_container {
    /*background: white;*/
}

#deals_title {
    min-height: 34px;
    background: #f8f8f8;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    width: 100%;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    font-family: 'raleway';
    line-height: 30px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

#deals_title .main {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    font-family: arial;
    padding-left: 4px;
    padding-right: 4px;
}

.two-columns-deals #deals_title {
    text-align: left;
    color: #11438e;
    font-style: normal;
    background: #fafafb;
}

#deals_title img {
    margin-left: 5px;
    vertical-align: middle;
}

#deals {
    margin: 0px auto;
    max-width: 384px;
}

.two-columns-deals #deals {
    max-width: 960px;
    margin: 0 auto;
    height: 40px\9;
}

#inside_deals {
    margin: 26px 0;
    float: left;
    width: 100%;
}

.two-columns-deals #inside_deals {
    height: auto;
}

.two-columns-deals #deals\ {
    min-height: 750px;
}

.deal a {
    font-family: arial;
    font-size: 14px;
    float: left;
    background: url('https://rentacarnext.com/carnext/assets/imagenes/sep.html') no-repeat bottom;
    min-height: 20px;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
    color: #000;
}

.deal span {
    color: #079000;
    font-weight: bold;
}

.two-columns-deals .deal table {
    width: 400px;
    min-height: 55px;
    margin-right: 70px;
    background-image: -webkit-gradient(radial, 0 0, 0 100%, from(#CCC), to(transparent));
    background-image: -webkit-radial-gradient(#CCC, transparent);
    background-image: -moz-radial-gradient(#CCC, transparent);
    background-image: -o-radial-gradient(#CCC, transparent);
    background-image: radial-gradient(#CCC, transparent);
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-position: 0 100%, 100% 0;
    background-repeat: no-repeat;
    float: left;
}

.two-columns-deals .deal td {
    padding: 5px;
    vertical-align: top;
}

.two-columns-deals .deal-price a {
    color: #F09D01;
    font-weight: bold;
    background: none;
    text-align: center;
}

.two-columns-deals .deal-title a {
    background: none;
}

.two-columns-deals .deal-providerandsource {
    font-size: 11px;
    color: black;
    font-weight: 400;
}

a[href],
input[type='submit'],
input[type='checkbox'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}


/*@media (max-width: 720px) {*/


/*.advertiserDiv{*/


/*float:none !important;*/


/*line-height: 1.6em !important;*/


/*}*/


/*.spacerDiv{*/


/*height: 0px !important;*/


/*}*/


/*.cb_title{*/


/*padding-bottom: 10px !important;*/


/*line-height: 1.2em !important;*/


/*}*/


/*.ads_row{*/


/*margin-bottom: 10px !important;*/


/*}*/


/*}*/


/* privacy policy*/

.privacy-policy {
    font-family: 'Lucida Sans Unicode' !important;
}

.privacy-policy p,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
    padding-left: 0 !important;
    line-height: 1.4;
    margin-top: 20px !important;
    text-align: left !important;
    font-family: 'Lucida Sans Unicode' !important;
}

.privacy-policy h2 {
    color: #1a4790;
}


/*.privacy-policy h2,h3,h4 {*/


/*font-family: 'Lucida Sans Unicode' !important;*/


/*}*/

.privacy-policy table {
    border-collapse: collapse;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 1.4 !important;
    font-family: 'Lucida Sans Unicode' !important;
}

.privacy-policy tr {
    border-top: 2px solid #1a4790;
    border-bottom: 2px solid #1a4790;
}

.privacy-policy hr {
    border-color: #ffffff4f;
    margin: 0;
}

.privacy-policy td,
.privacy-policy th {
    vertical-align: top !important;
    text-align: left;
    padding: 10px;
}

.privacy-policy th {
    color: #1a4790;
}

.privacy-policy td h3 {
    color: #1a4790;
    margin-top: 10px;
}

.privacy-policy a {
    color: #1a4790 !important;
    font-weight: bold;
}

.opt-out-switch {
    padding-bottom: 10px;
}


/* Switch Flat
==========================*/

.es .switch {
    width: 116px;
}

.ru .switch {
    width: 120px;
}

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 11px;
    /*text-transform: uppercase;*/
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.ru .switch-label {
    width: 146px;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}


/* Transition
========================== */

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}


/* Switch Flat
==========================*/

.ru .switch-flat {
    height: 36px;
}

.switch-flat {
    padding: 0;
    background: #FFF;
    background-image: none;
}

.switch-flat .switch-label {
    background: #FFF;
    border: solid 2px #eceeef;
    box-shadow: none;
}

.switch-flat .switch-label:after {
    color: #1a4790;
}

.ru .switch-flat .switch-handle {
    top: 25%;
    left: 10%;
}

.switch-flat .switch-handle {
    top: 6px;
    left: 6px;
    background: #dadada;
    width: 22px;
    height: 22px;
    box-shadow: none;
}

.switch-flat .switch-handle:before {
    background: #eceeef;
}

.switch-flat .switch-input:checked~.switch-label {
    background: #FFF;
    border-color: #1a4790;
}

.switch-flat .switch-input:checked~.switch-handle {
    left: 72px;
    background: #1a4790;
    box-shadow: none;
}

.ru .switch-flat .switch-input:checked~.switch-handle {
    left: 100%;
    top: 25%;
}

.es .switch-flat .switch-input:checked~.switch-handle {
    left: 87px;
}

input[type=text]:focus {
    box-shadow: 0 0 6px -0.5px #5FB1EA
}


/* input:focus, textarea:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  } */

.different-dropoff-checkbox {
    margin: 3px 3px 3px 4px;
}


/* smart phone number */

.smartPhoneContatiner {
    font: 14px Arial;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 15px;
}

.smartPhoneContatiner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.smartPhoneContatiner a img {
    width: 35px;
    height: auto;
    margin-right: 5px;
    margin-top: 20px;
}

.smartPhoneContatiner a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.smartPhoneContatiner a p strong {
    font: 18px Arial;
    margin-top: 10px;
    color: #11438e;
}