/* Rental form styles - extracted from rental form templates */

/* From addRentalComplete.ftl */
.clean-box {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Instagram badge styles from addRentalComplete.ftl */
.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; }
.ig-b-:active { background-position: 0 -120px; }
.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; }
}

/* From addRentalCalendar.ftl */
.section-steps button.btn-ical, span.help-block a.btn-ical {
    padding: 5px;
}
.border-no-top {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 23px;
    padding-bottom: 18px;
}
button.free {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
button.free:hover {
    background-color: rgba(16, 255, 0, 0.40);
}
button.busy {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
button.busy:hover {
    background-color: rgba(237, 27, 36, 0.40)
}
.month-height {
    min-height: 290px;
}
.white, .white:hover {
    color: white;
    text-decoration: none;
}
.popover{
    max-width: 100%;
}

/* From addRentalFeatures.ftl */
.btn-more {
    max-width: 138px;
}
.section-steps button.input-main {
    min-width: auto;
    margin: 0;
    padding: 5px;
}
.section-steps button.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.extra-text {
    max-width: 60px
}
.feature-wrapper {
    min-height: 36px;
}
select.fix-input-sm {
    line-height: 18px;
}
.select_number {
    width: 90px;
}
.select_number select {
    padding-right: 63px;
}
@-moz-document url-prefix() {
    .select_number {
        width: 90px;
    }
    .select_number select {
        padding-right: 56px;
    }
}

/* From addRentalPictures.ftl */
.mt-25px {
    margin-top: 25px;
}
.mt-50px {
    margin: 25px;
}
.mt-150px {
    margin-top: 150px;
}

.row-bottom {
    bottom: 10px;
    position: absolute;
}
.row-bottom-space {
    height: 80px;
}
.row-bottom button.btn-main {
    min-width:auto;
    padding: 5px;
}

.margin-0 {
    margin:0 !important;
}

/* From addRentalPrices.ftl */
.section-steps button.btn-table, span.help-block a.btn-table {
    padding: 5px;
}

.input-four {
    width:68px !important;
}
.select-days {
    width: 100px;
}

.select-days select.form-control {
    padding-right: 56px;
    width: 100px;
}

.select-perc {
    width: 100px;
}

.select-perc select {
    padding-right: 38px;
}

.select-month {
    width: 161px;
}

.select-month select {
    padding-right: 67px;
}

.select-room {
    width: 161px;
}

.select-room select {
    padding-right: 56px;
    width: 161px !important;
}

.select-min-stay {
    width: 161px;
}

.select-min-stay select {
    padding-right: 70px;
}

.select-rate-year {
    width: 161px;
}

.select-rate-year select {
    padding-right: 70px;
}

.select-discount {
    width: 100%;
    min-width: 100px;
}

.select-discount select {
    padding-right: 56px;
    width: 100px;
}

.select-currency {
    width: 110px;
}

.select-currency select {
    padding-right: 52px;
}


.section-steps  button.button-delete-cp {
    padding: 0;
    width: auto;
}
.top-25 {
    margin-top: 25px;
}
.top-100 {
    margin-top: 100px;
}

@media (max-width: 768px) {
    body {
        min-width: 500px;
    }
}

.section-steps button.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* From addRentalRooms.ftl */
.enabled-if-type {
    display:none;
}
.rooms-settings {
    margin-top: 25px;
}

/* From selectSubscription.ftl */
.visual .slide-subscription{
    background-size: cover;
    background-position: 50% 50%;
    min-height: 400px;
    background:
        linear-gradient(
            rgba(255, 0, 0, 0.7),
            rgba(255, 0, 0, 0.7)
        ),
        url(/img/amp_rental/pricing_header.png);
}
.visual .centered .title-text {
        color: #fff;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: 3px solid;
        padding: 15px 80px;
}
@media(min-width: 1200px) {
    .visual .centered .title-text {
        padding: 15px 150px;
    }
}
@media (max-width: 768px) {
    .visual .slide-subscription {
        min-height: 300px;
        background:
        linear-gradient(
            rgba(255, 0, 0, 0.7),
            rgba(255, 0, 0, 0.7)
        ),
        url(/img/amp_rental/pricing_header.png);
    }
   .visual .centered .title-text {
        padding: 15px 50px;
    }
}
.visual .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slogan {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slogan h2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slogan h2 .slogan-red {
    color: #ec1f26;
    font-size: 45px;
    font-weight: bold;
}
.subscription-block{
    border: 2px solid;
    padding: 2em;
    margin: 10px;
}
.unselected {
    border-color: #eee;
}
.selected{
    border-color: #ec1f26;
}
.subscription-block hr {
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 10px;
}
.subscription-block ul {
    padding-left: 15px;
}
.subscription-block .bundle-title {
    min-height: 80px;
}
.bundle-title .main-title h2 {
    color: #ec1f26;
    font-weight: bold;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    font-size: 30px;
}
.bundle-title .bundle-plan {
    color: #b3b3b3;
    font-size: 20px;
}
.bundle-description {
    min-height: 140px;
}
.bundle-more-title span{
    font-size: 20px;
    font-weight: bold;
    color: #ec1f26;
}
.bundle-more-description {
    font-size: 20px;
    color: #000;
}
.show-more span {
    font-size: 15px;
    font-weight: bold;
    color: #ec1f26;
}
@media (min-width: 768px) {
    .show-more span::after {
        margin-left: 13.5em;
        content: "";
    }
}
@media (max-width: 768px) {
    .show-more span::after {
        margin-left: 7em;
        content: "";
    }
}
.show-more i {
    color: #ec1f26;
}
.get-started-btn {
    font-size: 25px;
    line-height: 65px;
    background-color: #ec1f26;
    margin: 20px 10px;
}
.get-started-btn a, .get-started-btn a:hover, .get-started-btn a:active, .get-started-btn a:focus {
    color: #fff;
}
.bundle-details {
    margin: 10px;
}
.bundle-details span{
    color: #b3b3b3;
    font-size: 20px;
    font-style: italic;
}
.modal-dialog{
    position:absolute;
}
.modal-dialog .modal-content {
    background: #e1e1e1;
}

@media(min-width: 1200px){
    .modal-body .modal-slogan {
        padding: 0 23rem;
    }
    .modal-body .modal-form {
        padding: 0 8rem;
    }
    .modal-body .terms-cookie-block {
        padding: 0 18rem;
    }
}
@media(max-width: 768px) {
    .modal-body .modal-slogan {
        padding: 0;
    }
    .modal-body .modal-form {
        padding: 0;
    }
    .modal-body .terms-cookie-block {
        padding: 0 3rem;
    }
}
.modal-body .modal-form .form-control {
    background: #fff;
}

.modal-body .terms-cookie-block span.terms-red{
    color: #ec1f26;
}
.modal-slogan p {
    font-size: 20px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.modal-header .modal-title{
    text-align: center;
}
.modal-header h3{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4rem;
    color: Green;
}
.modal-header h3 i{
    font-size: 3rem;
}
#confirmModal .modal-body p {
    font-size: 2rem;
}
#confirmModal .modal-body p a {
    color: #ec1f26;
}

/** captcha**/
.captcha {
    height: 30px;
    width:160px;
}
.captcha span {
    float:right;
    line-height: 30px;
    font-size:13pt;
    font-weight: bolder;
}
.captcha .check {
    border-radius: 3px;
    width:30px;
    height: 30px;
    border: 2px solid green;
    display:inline;
    cursor: pointer;
    float: left;
    background: white;
}

/*Styles for check animation*/
.check .wrapper {
    width: 25px;
    display: inline;
    margin: 4em auto 0;
}

.check .checkmark {
    stroke: green;
    stroke-dashoffset: 745.74853515625;
    stroke-dasharray: 745.74853515625;
    -webkit-animation: dash 2s ease-out forwards;
    animation: dash 2s ease-out forwards;
}

.captcha-red {
    color: #ec1f26;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
