﻿div.info-control{
    padding-bottom:10px;
}
/*div#info-div:after{
    font-style: italic;
    font-weight: 800;
    content: "i";
    display: inline-block;
    position: absolute;
    top: 46px;
    left: 91%;   
    text-align: center;
    font-family: "Times New Roman", "Garamond", serif;
    font-size: 18px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background-color: #0075b2;
    border-radius: 50%;
}*/
span.location-span{
    font-weight:normal;
    font-size:17px;
    color:#000000;
}
/*div#bind-div:after{
    font-style: italic;
    font-weight: 800;
    content: "i";
    display: inline-block;
    position: absolute;
    left: 270px;   
    text-align: center;
    font-family: "Times New Roman", "Garamond", serif;
    font-size: 18px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background-color: #0075b2;
    border-radius: 50%;
}*/
label.checkout-label{
    padding-right:50px;
    font-size:18px;
}
i#info_icon{
    font-style: italic;
    font-weight: 800;
    /*content: "i";*/
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 96%;   
    text-align: center;
    font-family: "Times New Roman", "Garamond", serif;
    font-size: 18px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background-color: #0075b2;
    border-radius: 50%;
    padding-top: 0px;
    padding-left: 9px;
}
i#insurance_icon{
    font-style: italic;
    font-weight: 800;
    /*content: "i";*/
    display: inline-block;
    position: absolute;
    /*top: 46px;
    left: 91%;*/   
    text-align: center;
    font-family: "Times New Roman", "Garamond", serif;
    font-size: 18px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background-color: #0075b2;
    border-radius: 50%;
    /*padding-top: 0px;
    padding-left: 9px;*/
}
#insurance_icon .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #4B4B4B;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-left:20px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
#insurance_icon:hover .tooltiptext {
    visibility: visible;
}
#equipment .tooltipDescription {
    visibility: hidden;
    width: 500px;
    height:42px;
    background-color: #4B4B4B;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-left:20px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-overflow: ellipsis;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
#equipment:hover .tooltipDescription {
    visibility: visible;
}
.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}
	
.modal.left.fade.in .modal-dialog{
	left: 0;
}

div#price-overview{
    position: absolute;
    z-index: 1;
    top: -4px;
    background-color: #15a737;
    border: 1px solid black;
    padding-left:10px;
    padding-right:10px;
}

#small_sticky {
    position: fixed;
    top:0px;
    background: #FFFFFF;
    left:15%;
    width:275px;
    z-index:1000;
}
div.estimateDiv{
    margin: 10px;
    text-align: center;
    border: 2px solid #e1e1e1;
    border-radius: 7px;
    padding-bottom: 10px;
    padding-top: 10px;
}
div.priceDiv{
    text-align:center;
}
div#small_sticky span{
    color:black;
    font-size:12px;
}
div#watermark{
    /*background-color: darkgrey;*/
    position: absolute;
    top: 165px;
    z-index: 1000;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0.5;
    transform:rotate(30deg);
    left:42px;
}
span {
    color: black;
    font-weight: normal;
    font-family: Arial;
}
.row-div {
    margin-top: -5px;
}
.quote-row-hr {
    border: 1px solid grey;
    margin-bottom: 20px;
    margin-top: 5px;
}
.reservation-information {
    font-family: Lato;
    font-weight: bold;
}
.quote-range-heading {
    color: #000000;
    padding-left: 30px;
}
.protect-image-div {
    text-align: center;
    padding-right: 60px;
}
.protect-image-link {
    text-decoration: none;
}
.now-available-span {
    font-family: Lato;
    font-weight: bold;
}
.back-heading {
    color: black;
    padding-top: 15px;
}
.quote-hr2 {
    border: 1px solid grey;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}
#amazingslider-wrapper-2 {
    display: block;
    position: relative;
    max-width: 900px;
    margin: 0px auto 0px;
}
#amazingslider-2 {
    display: block;
    position: relative;
    margin: 0 auto;
}
.display-none {
    display: none;
}
.required-information {
    font-weight: bold;
    font-family: Lato;
}
.required-information-span {
    color: red;
    font-weight: bold;
}
.children-div {
    padding-top: 28px;
}
.children-div-span {
    font-family: Lato;
    font-weight: bold;
}
.no-margin-bottom {
    margin-bottom: 0px;
}
.color-red {
    color: red;
}
.input-destination {
    width: 100%;
}
.round-trip-div {
    margin-top: 7px;
}
.round-trip-label {
    color: red;
    float: left;
}
.input-trip {
    width: 130px;
    float: right;
}
.margin-top-ten {
    margin-top:10px;
}
.margin-left-width {
    margin-left: 25%;
    width: 75%;
}
.margin-left-quarter {
    margin-left: 25%;
}
.padding-right-ten {
    padding-right: 10px;
}
.vehicle-information-heading {
    color: black;
    font-size: 18px
}
#amazingslider-wrapper-1 {
    display: block;
    position: relative;
    max-width: 900px;
    margin: 0px auto 98px;
    margin-top: -10px;
}
#amazingslider-1 {
    display: block;
    position: relative;
    margin: 0 auto;
}
.amazingslider-slides {
    display: none;
}
.equipment-handler-heading {
    padding: 12px;
    text-align: center;
    margin-bottom: 0px;
    background-color: #4B4B4B;
}
.checkbox-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 78%
}
.special-instructions-div {
    padding-left: 30px;
    padding-right: 30px;
}
.other-vehicles-hr {
    border: 1px solid grey;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0px;
}
.other-vehicles-heading {
    color: black;
    margin-top: -5px;
    padding-left: 30px;
    padding-right: 30px;
}
.video-range-div {
    background-color: #FFFFFF;
    border-left: 2px solid black;
}
.img-certification-div {
    background-color: #FFFFFF;
    text-align: center;
    border-left: 2px solid black;
}
.certification-height-1 {
    height: 75px
}
.certification-height-2 {
    height: 75px;
    margin-left: 35px;
}
.certification-height-3 {
    height: 65px;
}
.certification-height-4 {
    height: 55px;
}
#insuranceModal {
    top: 345px;
    left: 220px;
}
.modal-content-width {
    width: 300px;
}
.modal-dialog-margin {
    margin-left: 55px;
    margin-right: 55px;
}
#small_submit {
    width: 50%;
}
.sticky-tab-div {
    display: block;
    z-index: 100;
}
.sticky-tab-img {
    width: 38px;
}
.modal-sticky-div {
    border: 2px solid darkgrey;
}
.modal-sticky-div2 {
    background-color: black;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}
.modal-sticky-left {
    padding-left: 15px;
    float: left;
    color: #555;
    font-family: Lato;
    font-weight: bold;
}
.modal-sticky-right {
    padding-right: 15px;
    float: right;
    font-family: Lato;
    font-weight: bold;
}
.modal-sticky-vehicle-key {
    padding-right: 40px;
    float: left;
    color: white;
    font-size: 18px;
    font-family: Lato;
    font-weight: bold;
}
.modal-sticky-daily-rate {
    float: right;
    color: white;
    font-size: 18px;
    font-family: Lato;
    font-weight: bold;
}
.modal-sticky-color {
    color: #555;
    font-family: Lato;
    font-weight: bold;
}
.modal-sticky-left {
    padding-left: 15px;
    float: left;
}
.modal-sticky-font {
    font-family: Lato;
    font-weight: bold;
}
.modal-sticky-hr {
    margin: 10px;
    border: 0;
    border-top: 1px solid black;
}
.modal-sticky-hr2 {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #e1e1e1;
}
.modal-sticky-include {
    padding-left: 15px;
    color: black;
    font-size: 14px;
}
.modal-sticky-generator {
    float: right;
    padding-right: 15px;
    font-weight: bold;
    font-family: Lato;
    font-size: 14px;
}
.modal-sticky-free-miles {
    padding-left: 15px;
    color: black;
}
.click-to-show {
    padding: 12px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #4B4B4B;
}
#myModal {
    top: 230px;
    left: 220px;
}
.estimate-modal-div {
    margin-left: 55px;
    margin-right: 55px;
}