/* Copyright (C) 2019 West Tech Solutions B.V. (CombiTrip) - All Rights Reserved
 * All rights reserved. No part of this code may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other
 * electronic or mechanical methods, without the prior written permission of West Tech Solutions B.V., except in the case of brief quotations embodied in critical reviews and
 * certain other noncommercial uses permitted by copyright law. For permission requests, write to West Tech Solutions B.V., addressed “Attention: Permissions Coordinator,” at info@combitrip.com.
 */

.search-widget-container *,
.widget-modal * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-widget-container .location-loader {
    right: 10px;
    position: absolute;
    margin: 0;
    top: 13px;
}

.search-widget-loading form {
    visibility: hidden;
    opacity: 0;
}

.search-widget-container label,
.search-widget-container input,
.search-widget-container select {
    font-size: 14px;
}

.search-widget-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9990;
    display: table;
}

.spinner {
    margin: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -25px;
    display: none;
    z-index: 2;
}

.spinner > div {
    background-color: #757575;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.search-widget-loading .spinner {
    display: block;
}

.search-widget-aligner {
    display: table-cell;
    vertical-align: middle;
}

.search-widget-aligner h1,
.search-widget-aligner h3 {
    text-align: center;
    color: #525252;
    margin: 0;
    padding: 0;
}

.search-widget-aligner h1 {
    font-size: 4em;
}

.search-widget-aligner h3 {
    padding-top: 0;
    margin-bottom: 30px;
}

.search-widget-form-wrapper {
    text-align: left;
    display: block;
    margin: auto;
    width: 70%;
    background: rgba(158, 200, 248, 0.7);
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.search-widget-container.search-widget-loading .search-widget-form-wrapper:before {
    content: "";
    background: rgba(158, 200, 248, 1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.search-widget-form-wrapper > form {
    display: inline-block;
    width: 100%;
    opacity: 0;
    visibility: none;
}

.search-widget-row:after,
.search-widget-row:before {
    display: table;
    content: " ";
}

.search-widget-row {
    margin-right: -10px;
    margin-left: -10px;
}

.search-widget-row:after {
    clear: both;
}

.search-widget-col-2,
.search-widget-col-2-5,
.search-widget-col-3,
.search-widget-col-4,
.search-widget-col-5,
.search-widget-col-6,
.search-widget-col-7,
.search-widget-col-8,
.search-widget-col-9,
.search-widget-col-10,
.search-widget-col-11,
.search-widget-col-12,
.search-widget-col-lg-3,
.search-widget-col-lg-4,
.search-widget-col-lg-6,
.search-widget-col-lg-12,
.search-widget-col-xs-12,
.search-widget-col-md-3,
.search-widget-col-md-4,
.search-widget-col-md-5,
.search-widget-col-md-6,
.search-widget-col-md-7,
.search-widget-col-md-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.search-widget-col-5 {
    width: 41.66666667%;
}

.search-widget-col-4 {
    width: 33.33333333%;
}

.search-widget-col-3 {
    width: 25%;
}

.search-widget-col-2-5 {
    width: 20.83333333333333%;
}

.search-widget-col-2 {
    width: 16.66666667%;
}

.search-widget-col-12 {
    width: 100%;
}

.search-widget-col-6 {
    width: 50%;
}

.search-widget-col-7 {
    width: 58.33333333%;
}

.search-widget-col-8 {
    width: 66.66666667%;
}

.search-widget-col-9 {
    width: 75%;
}

.search-widget-col-10 {
    width: 83.33333333333333%;
}

.search-widget-field-group * {
    float: none !important;
}

.search-widget-field-group > *,
#depdatediv > *,
#returndatediv > * {
    display: table-cell;
    vertical-align: middle;
}

.search-widget-form-wrapper .radio_button {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.search-widget-field-group .group-lbl {
    float: initial !important;
    margin-bottom: 3px !important;
    margin-top: 0 !important;
    min-width: 35px;
    text-align: right;
    padding-right: 5px;
    width: 1px;
    white-space: nowrap;
}

.search-widget-container #depart_time,
.search-widget-container #depdatediv {
    float: initial;
    text-indent: 0;
    width: 100% !important;
    margin: 0;
}

.search-widget-container #depdatediv .styled-input-with-addon,
.search-widget-container #returndatediv .styled-input-with-addon {
    width: 130px !important;
}

.depart_time_wrapper > .styled-select,
.in_time_wrapper > .styled-select,
.pickup_renting_time_wrapper > .styled-select,
.dropoff_renting_time_wrapper > .styled-select {
    width: 110px;
}

.search-widget-container #returndatediv {
    margin: 0;
    text-indent: 0;
    width: 100%;
}

.search-widget-container .extra_button {
    display: inline-block !important;
    z-index: 1 !important;
    margin-top: 5px;
    right: -20px;
    bottom: -35px;
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.top-tabs {
    margin-bottom: 10px;
}

.top-tabs .radio_button {
    margin: 0 10px 0;
    padding-bottom: 5px;
}

.top-tabs .radio_button label {
    cursor: pointer;
}

.top-tabs div.radio {
    display: none;
}

.top-tabs .radio_button.checked {
    border-bottom: 2px solid #3270b7;
    font-weight: 600;
}

.radio-col .radio_button {
    cursor: pointer;
}

ul.passengers,
ul.railcards,
ul.guests {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.passengers > li,
ul.guests > li,
ul.railcards > li {
    padding: 10px;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 0;
}

ul.passengers > li > *,
ul.guests > li > *,
ul.railcards > li > * {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
    margin-right: 10px;
}

.styled-select-age {
    width: 300px;
}

.styled-select-discount {
    width: 320px;
}

.styled-select-class {
    width: 170px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-color: rgb(133, 169, 221);
}

.add-passenger-btn,
.add-passenger-modal-btn,
.add-railcard-modal-btn,
.add-railcard-btn,
.add-accomm-guest-btn,
.styled-btn1 {
    color: #333;
    line-height: 20px;
}

.styled-btn1 {
    display: inline-block;
}

.add-passenger-btn span.add-icon,
.add-accomm-guest-btn span.add-icon,
.styled-btn1 > span,
.add-railcard-btn span.add-icon {
    padding: 5px;
    background: #333;
    border-radius: 50%;
    margin-left: 6px;
}

.add-passenger-modal-btn,
.add-railcard-modal-btn {
    background: rgba(0, 0, 0, 0.1);
    padding: 7px 10px;
    display: inline-block;
    border-radius: 30px;
}

.add-passenger-modal-btn input,
.add-railcard-modal-btn span {
    border-radius: 50%;
    color: #FFF;
    background: #333;
    padding: 2px 6px;
    font-size: 12px;
    vertical-align: middle;
    width: 19px;
    height: 18px;
    border: 0;
    cursor: pointer;
}

.add-passenger-modal-btn input {
    font-size: 11px;
    padding: 0;
    text-align: center
}

.add-passenger-btn span > img,
.add-accomm-guest-btn span > img,
.add-railcard-btn span > img {
    width: 16px;
    vertical-align: sub;
}

.styled-btn1 > span > img {
    width: 15px;
    vertical-align: sub;
}

ul.passengers > li.add-railcards-li {
    background: transparent;
}

.remove-li-btn {
    background: #C3182B;
    border-radius: 50%;
    padding: 5px;
    margin-left: 10px;
}

.remove-li-btn img {
    width: 16px;
    vertical-align: sub
}

.search-widget-field-group {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

#depdatediv, #returndatediv {
    display: table;
    width: 100%;
}

.widget-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
    overflow: auto;
}

.widget-modal {
    width: 90%;
    margin: 100px auto;
    background: #FFF;
    padding: 10px;
}

.widget-modal-header h3 {
    margin-top: 10px;
    padding-top: 0;
    display: block !important;
}

.widget-modal-close {
    float: right;
    margin-top: -10px;
    width: 28px;
    height: 28px;
    background: url(../images/sprite_morefilter.png) no-repeat -14px -700px;
}

.widget-modal-footer {
    margin-top: 10px;
}

.widget-modal-footer .notes-wrapper,
.widget-modal-passangers-wrapper {
    display: inline-block;
    vertical-align: top;
}

.widget-modal-footer .notes-wrapper {
    width: 80%;
    text-align: left;
    margin-right: -4px;
}

.widget-modal-passangers-wrapper {
    width: 20%;
    text-align: right;
}

.widget-modal-btn {
    padding: 8px 18px;
    border: 0;
    background: #FFF;
    color: #333;
    margin: 5px 0 5px 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    background: #37c42c;
    color: #FFF;
    border-radius: 4px;
}

.fake-lbl {
    display: inline-block;
    margin-bottom: 6px;
}

.bottom-actions {
    margin-top: 10px;
}

.search-widget-radio-field-group {
    line-height: 36px;
}

#depart_time label, #depdatediv label, #returndatediv label {
    display: table-cell;
    vertical-align: middle;
}

.submit-col {
    height: 36px;
}

.group-lbl-xs {
    display: none;
}

.widget-icon {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 40px;
    display: inline-block;
    transform: scale(0.8);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
}

.widget-icon-from {
    background-position: -1509px -1505px;
}

.widget-icon-to {
    background-position: -1450px -1452px;
}

.group-lbl-from, .group-lbl-to {
    padding-left: 35px;
    position: relative;
}

.ui-datepicker, .pac-container {
    z-index: 999999 !important;
}

.search-widget-form-wrapper .sbSelector,
.search-widget-form-wrapper .any_time .sbSelector {
    background-image: none !important;
    background-color: #FFF !important;
    border-radius: 30px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    margin: 0 !important;
    padding: 0 15px !important;
    width: 100% !important;
    height: 36px;
    border: 0;
    text-indent: 0;
    left: 0;
    color: #333;
}

.search-widget-form-wrapper .sbOptions,
.search-widget-form-wrapper .any_time .sbOptions {
    width: 100% !important;
    z-index: 999997;
    top: 36px !important;
    left: 0;
}

#time_inbound {
    display: table;
    width: 100%;
}

.passengers-spin-wrapper {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: auto;
    display: inline-block;
}

.passengers-spin-wrapper > * {
    display: inline-block;
}

.passengers-spin-wrapper .styled-input {
    width: 40px;
}

#passengers-spin-input {
    height: 26px;
}

.pickup_renting_time_wrapper > .styled-select,
.dropoff_renting_time_wrapper > .styled-select {
    float: right !important;
}

.search-widget-row-return .search-widget-field-group {
    margin-bottom: 0;
}

body.widget-modal-show #container-inner {
    z-index: 10 !important;
}

li.spinner-op {
    padding-right: 150px;
    position: relative;
    padding: 4px 0;
    margin-bottom: 15px;
}

.spinner-group {
    position: absolute;
    right: 0;
    top: 0;
}

.spinner-group a {
    color: #85a9dd;
    border: 1px solid #85a9dd;
    border-radius: 7px;
    width: 26px;
    display: inline-block;
    text-align: center;
    height: 26px;
}

.spinner-group input {
    width: 30px;
    border: 0;
    text-align: center;
    height: 26px;
}

.spinner-group a {
    color: #85a9dd;
    border: 1px solid #85a9dd;
    border-radius: 7px;
    width: 26px;
    display: inline-block;
    text-align: center;
    height: 26px;
}

.spinner-group a > i {
    margin-top: 7px;
    font-size: 10px;
}

div.radio + span {
    display: inline-block;
    line-height: 23px;
    vertical-align: middle;
}

.widget-modal-accomm-guests-list {
    margin-bottom: 10px;
}

@media screen and (min-width: 1660px) {
    .widget-modal{
        width: 65%;
    }
}

@media screen and (max-width: 1660px) {
    .search-widget-form-wrapper {
        width: 80%;
    }

    .widget-modal{
        width: 80%;
    }
}

@media screen and (max-width: 1460px) {
    .search-widget-form-wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 1290px) {
    .search-widget-form-wrapper {
        width: 95%;
    }

    .widget-modal{
        width: 98%;
    }
}

@media screen and (max-width: 1230px) {

    .search-widget-row-return .search-widget-field-group {
        margin-bottom: 5px;
    }

    .search-widget-radio-field-group {
        line-height: 20px;
    }

    .search-widget-form-wrapper {
        width: 80%;
    }

    .search-widget-col-lg-6 {
        width: 50%;
    }

    .search-widget-col-lg-12 {
        width: 100%;
    }

    .search-widget-col-lg-3 {
        width: 25%;
    }

    .search-widget-col-lg-4 {
        width: 33.33333333%;
    }


    .search-widget-aligner {
        padding-top: 0;
    }

    .widget-trip-fields .search-widget-row > *,
    .widget-renting-fields .search-widget-row > * {
        font-size: 0;
    }

    .widget-trip-fields .search-widget-field-group {
        font-size: 14px;
    }

    .search-widget-col-lg-6 .search-widget-field-group {
        width: 100%;
        /*height: 36px;*/
    }

    .widget-renting-fields .search-widget-field-group {
        font-size: 14px;
    }

    .group-lbl-xs {
        display: table-cell;
    }

    .search-widget-container #depdatediv .styled-input-with-addon,
    .search-widget-container #returndatediv .styled-input-with-addon {
        width: initial !important;
    }

    .depart_time_wrapper > .styled-select,
    .in_time_wrapper > .styled-select,
    .pickup_renting_time_wrapper > .styled-select,
    .dropoff_renting_time_wrapper > .styled-select {
        width: 100% !important;
    }
}


@media screen and (max-width: 992px) {
    /*
    .widget-trip-fields .search-widget-row > *,
    .widget-renting-fields .search-widget-row > *{
        width: 100%;
        font-size: 0;
    }    
    .widget-trip-fields .search-widget-field-group,
    .widget-renting-fields .search-widget-field-group{
        width: 100%;
        font-size: 14px;
    }    
    */
    .submit-col {
        text-align: center !important;
        padding-top: 10px;
    }

    .search-widget-form-wrapper {
        width: 90%;
    }

    .group-lbl-xs {
        display: table-cell;
    }

    .search-widget-col-md-6 {
        width: 50%;
    }

    .search-widget-col-md-12 {
        width: 100%;
    }

    .search-widget-col-md-3 {
        width: 25%;
    }

    .search-widget-col-md-4 {
        width: 33.33333333%;
    }

    .search-widget-col-md-5 {
        width: 41.66666666666667%
    }

    .search-widget-col-md-7 {
        width: 58.33333333333333%;
    }

    .search-widget-col-md-12 {
        width: 100%;
    }

}

@media screen and (max-width: 1100px) {
    ul.passengers > li > *,
    ul.guests > li > * {
        display: block;
        margin-bottom: 5px;
    }

    .remove-li-btn-wrapper {
        text-align: center;
        padding-top: 5px;
        margin-bottom: 0 !important;
    }

    .styled-select-age, .styled-select-discount, .styled-select-class {
        width: 100%;
    }

    .widget-modal {
        margin: 1%;
        width: 98%;
        height: 97%;
        overflow: auto;
    }

}

@media screen and (max-width: 768px) {

    .search-widget-field-group {
        margin: 0 0 10px 0;
    }

    .home_page > #container-inner {
        z-index: 99990 !important;
    }

    .search-widget-aligner {
        vertical-align: top;
        display: block;
    }

    .search-widget-form-wrapper {
        width: 96%;
    }

    #form1 {
        background-color: transparent !important;
        background: none;
    }

    .search-widget-col-xs-12 {
        width: 100%;
    }

    .search-widget-col-xs-6 {
        width: 50%;
    }


    .search-widget-container .extra_button {
        position: relative;
        right: initial !important;
        bottom: initial !important;
    }

    .search-widget-container {
        padding-top: 70px;
        position: relative;
        min-height: 100%;
        display: block;
        height: auto;
    }

    .submit-col {
        height: initial;
    }

    .group-lbl-xs {
        display: table-cell;
    }

    .search-widget-aligner h1, .search-widget-aligner h3 {
        display: none;
    }

    .bottom-actions {
        font-size: 0;
    }

    .bottom-actions > a {
        width: 100%;
        font-size: 14px;
    }

    .bottom-actions > a:first-child {
        margin-bottom: 10px;
    }

    .search-widget-row-return .search-widget-field-group {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 480px) {
    span.mobile {
        display: inline;
    }

    .top-tabs .radio_button {
        width: 33.33333% !important;
        margin: 0;
        margin-right: -4px;
    }

    .home_page #depart_time input.importantRule, .home_page #depdatediv input.importantRule,
    #returndatediv #rdate {
        margin: 0 !important;
        left: 0;
    }

    .home_page #depdatediv input, .home_page #depart_time input,
    #depart_time input, #depdatediv input, #returndatediv input {
        height: 36px;
        padding: 0 15px !important;
        margin: 0 !important;
    }

    #depdatediv,
    #depart_time,
    #returndatediv {
        margin-left: 0 !important;
        width: 100% !important;
    }

    #depart_time.short_travel a.sbSelector.importantRulez {
        width: 100% !important;
    }

    #depdatediv .sbHolder, #depart_time .sbHolder, #returndatediv .sbHolder {
        padding-right: 30px;
    }

    .widget-modal{
        width: 100%;
        margin: 0;
        height: 100%;
    }
}

@media (max-width: 320px) {
    #depdatediv input, #depart_time input, #returndatediv input {
        width: 100% !important;
    }
}