@media only screen and (max-width: 750px) {
	.search-form {
		font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
		letter-spacing: normal;
		max-width: 1024px;
		box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
		position: relative;
		border-radius: 8px;
		background: #fff;  /*SECTION RIGHT #06486e*/
		padding: 8px 16px 48px;
		margin-top: 0px;
	}
}

@media only screen and (min-width: 751px) {
	.search-form {
		font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
		letter-spacing: normal;
		max-width: 1024px;
		box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
		position: relative;
		border-radius: 8px;
		background: #fff; /*SECTION RIGHT #06486e*/
		padding: 8px 16px 48px;
		margin-top: 0px; /*-300*/
	}
}

.letz_dropdown_button {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    background: transparent; /*transparent*/
    color: #06486e; /* #fff */
    margin-bottom: 6px;
    transition: 0.2s;
}

.letz_dropdown_button:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.letz_dropdown_button:active {
    background-color: #06486e;
}

.letz_dropdown_button:focus {
    border: none;
	outline: none;
}

.letz_dropdown_button_text {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    text-align: center;
    line-height: 36px;
    color: #06486e; /* TEXT FORM #fff */
}

.letz_icon {
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    color: #06486e; /* BOH #fff */
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
    fill: currentColor;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.letz_dropdown_content {
    min-width: 160px;
    overflow: auto;
    max-height: calc(100vh - 48px);
    border-radius: 4px;
    outline: 0;
    min-height: 64px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    transform-origin: left top;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    pointer-events: auto;
    z-index: 2;
    display: none;
    position: absolute;
}

.letz_dropdown_content a {
    pointer-events: auto;
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 48px;
    height: 48px;
    text-align: left;
    text-decoration: none;
    max-width: 100%;
    position: relative;
    background: transparent;
    color: rgba(0, 0, 0, 0.87);
    padding: 0 12px;
}

.letz_dropdown_content a:hover {
    color: rgba(0, 0, 0, 0.87);
    background: rgba(0, 0, 0, 0.04);
}

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label:before {
    border: 1px solid #06486e; /* #fff */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    width: 16px;
    margin: 0 .5em 0 0;
    padding: 0;
    vertical-align: center;
}

input[type="checkbox"]:checked + label:before {
    background: #06486e; /* #fff */
    color: #fff;
    content: "\2713";
    text-align: center;
}

.letz_checkbox_label {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    text-align: center;
    line-height: 36px;
    color: #06486e; /* #fff */
}

.show {
    display: block;
}

.letz_row {
    font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
    margin: 0px -6px 0px 0px;
}

.letz_button {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    background: transparent;
    color: #06486e; /* #fff */
    background-color: hsla(0, 0%, 100%, 0.15);
    border-radius: 4px;
    line-height: 48px;
    font-weight: 400;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    
    border: 1px solid #06486e; /* NEW */
}

.letz_button:focus {
    border: none;
	outline: none;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .letz_button_container20,
    .letz_button_container30,
	.letz_button_container40 {
        font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
        letter-spacing: normal;
        position: relative;
        margin: 0px 6px 6px 0px;
        flex: 1 1 100%;
        box-sizing: border-box;
        max-width: 100%;
    }
    .letz_swap_content {
        font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
        letter-spacing: normal;
        height: 25px;
        width: 25px;
        color: #46515e;
        background: #e8edf1;
        border-radius: 100%;
        text-align: center;
        transition: all 0.1s ease-out;
        z-index: 1;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        margin-top: 40px;
        transform: rotate(90deg);
        cursor: pointer;
    }
    .letz_swap_content:hover {
        background: #24b35a;
        transform: scale(1.2) rotate(90deg);
    }
}

@media only screen and (min-width: 1025px) {
    .letz_button_container20 {
        font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
        letter-spacing: normal;
        position: relative;
        margin: 0px 6px 6px 0px;
        flex: 1 1 20%;
        box-sizing: border-box;
        max-width: 19%;
    }
    .letz_button_container30 {
        font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
        letter-spacing: normal;
        position: relative;
        margin: 0px 6px 6px 0px;
        flex: 1 1 30%;
        box-sizing: border-box;
        max-width: 29%;
    }
	.letz_button_container40 {
        font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
        letter-spacing: normal;
        position: relative;
        margin: 0px 6px 6px 0px;
        flex: 1 1 30%;
        box-sizing: border-box;
        max-width: 39%;
    }
    .letz_swap_content {
        font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
        letter-spacing: normal;
        height: 25px;
        width: 25px;
        color: #46515e;
        background: #e8edf1;
        border-radius: 100%;
        text-align: center;
        transition: 0.5s;
        z-index: 1;
        position: absolute;
        left: 30%;
        margin-left: -9px;
        margin-top: 12px;
        transform: rotate(0deg);
        cursor: pointer;
    }
    .letz_swap_content:hover {
        background: #24b35a;
        transform: scale(1.2);
    }
}

.letz_swap_icon {
    background-color: transparent;
    vertical-align: middle;
    visibility: visible;
    margin-top: 1px;
    height: 14px;
}

.letz_swap_icon:hover {
    -webkit-filter: invert(100%) !important;
    filter: invert(100%);
}

.letz_search_container {
    font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    align-items: center;
    bottom: calc(-40px / 2);
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.letz_search_button {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    line-height: 36px;
    padding: 0 16px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 30px;
    color: #fff;
    background-color: #24b35a;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    height: 40px;
    min-width: 120px;
}

.letz_search_button:active {
    background-color: #06486e;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.letz_search_button:focus {
	border: none;
	outline: none;
}

.letz_passengers_row {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    pointer-events: auto;
    display: flex;
    padding-bottom: 8px;
    white-space: nowrap;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    pointer-events: auto;
    display: flex;
    padding-bottom: 8px;
    white-space: nowrap;
    justify-content: center;
}

.letz_passengers_text {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    pointer-events: auto;
    white-space: nowrap;
    font-size: 16px;
    align-self: center;
    margin: 0 8px;
    min-width: 76px;
    vertical-align: middle;
}

.letz_passengers_text_detail {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    pointer-events: auto;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding-top: 6px;
    margin-left: 16px;
}

.letz_passengers_button {
    pointer-events: auto;
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    overflow: visible;
    background: transparent;
    cursor: default;
    margin: 10px;
    width: 36px;
    height: 36px;
    padding: 0;
    color: rgba(0, 0, 0, 0.26);
    vertical-align: middle;
}

.letz_passengers_button.disabled {
    filter: grayscale(1);
}

.letz_search_wrapper {
    pointer-events: auto;
    width: 100%;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    display: inline-block;
    position: relative;
    text-align: left;
}

.letz_search_field {
    pointer-events: auto;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    text-align: left;
    display: inline-flex;
    align-items: baseline;
    box-sizing: border-box;
    width: 100%;
    padding-top: 0.75em;
}

.letz_search_field_prefix {
    pointer-events: auto;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    text-align: left;
    white-space: nowrap;
    flex: none;
    position: relative;
}

.letz_search_field_infix {
    pointer-events: auto;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    text-align: left;
    padding: 0.5em 0;
    border-top: 0.84375em solid transparent;
    display: block;
    position: relative;
    flex: auto;
    min-width: 0;
    width: 180px;
}

.letz_search_input {
    pointer-events: auto;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    background: transparent;
    color: #949494;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
    -webkit-appearance: none;
    margin-top: -0.0625em;
    animation: cdk-text-field-autofill-end 0s 1ms;
    caret-color: #3f51b5;
}

.letz_search_field_label_wrapper {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    text-align: left;
    top: -0.84375em;
    padding-top: 0.84375em;
    position: absolute;
    left: 0;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.letz_search_label {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    text-align: left;
    top: -0.84375em;
    padding-top: 0.84375em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.letz_search_field_underline {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    text-align: left;
    bottom: 1.34375em;
    position: absolute;
    width: 100%;
    pointer-events: none;
    transform: scale3d(1, 1.0001, 1);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.42);
}

.letz_search_field_ripple {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    text-align: left;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    transform-origin: 50%;
    transform: scaleX(0.5);
    opacity: 0;
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    background-color: rgba(0, 0, 0, 0.87);
    bottom: 0;
    height: 2px;
}

.letz-daterangepicker {
    visibility: collapse;
    height: 0px;
    width: 100%;
    border: none;
    background-color: #06486e;
    color: #06486e;
    position: absolute;
	margin-top: -4px;
}