article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}


a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
    ----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
}


/* Icons
    ----------------------------------*/

/* states and images */

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
    ----------------------------------*/

/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    z-index: 9999 !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
    ----------------------------------*/

.ui-widget {
}

.ui-widget .ui-widget {
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
}

.ui-widget-content {
    border: 1px solid #e1e1e1;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #223049;
}

.ui-widget-content a {
    color: #223049;
}

.ui-widget-header {
    border: 1px solid #0079B8;
    background: #0079B8 url(images/ui-bg_flat_75_C2400F_40x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #fff;
}

/* Interaction states
    ----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #e1e1e1;
    background: #f4f4f4 url(images/ui-bg_highlight-soft_75_f4f4f4_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #005ba8;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #005ba8;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #e1e1e1;
    background: #D96700 url(images/ui-bg_flat_75_D96700_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #fff;
    text-decoration: none;
}

/* Interaction Cues
    ----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #333;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #333;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #e1e1e1;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #C2400F;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #C2400F;
    text-decoration: none;
}

/* Icons
    ----------------------------------*/

/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_223049_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_fff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_005ba8_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_fff_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_C2400F_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_0087bf_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
    ----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */

.ui-widget-overlay {
    background: #000;
    opacity: .7;
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}




/*----------------------
  TYPOGRAPHY
-----------------------*/


body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #1C395A;
    padding: 0;
    margin: 5px 0;
}

h1 {
    margin-top: 0;
    letter-spacing: -0.5px;
}

h4 {
    color: #CC3700;
}

h4, h6 {
    text-transform: uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    text-transform: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
}

p {
    padding: 0;
    margin: 0 0 12px 0;
}
input,
select,
textarea {
    font-size: 14px;
    font-size: 1.4rem;
    color: #222;
}


ul {
    padding: 0 0 0 20px;
    margin: 0;
}

li {
    margin: 0 0 10px 0;
}

a {
    color: #005ba8;
}

.boldred {
    font-weight: bold;
    color: red;
}

.boldgreen {
    font-weight: bold;
    color: green;
}

.bold, strong, em {
    font-weight: bold;
}

/*----------------------
  ICON
-----------------------*/

.header__logo {
    background-image: url(/static/_images/general/jetabroad_logo.svg);
}

.icon:before,
.icon-after:after,
.icon-only:before,
.cannonball .icon--info:before,
.cannonball__city--depart:before,
.cannonball__city--arrive:before,
.icn-clear,
.cannonball__multicity-city--depart:before,
.cannonball__multicity-city--arrive:before,
.message--multiple-airport p:before,
.jetabroad-airline-fees__intro:before,
dd.flight-travel-time:before,
.baggageHover a:before,
.customerAdviceHover a:before,
.bookingClassMessage a:before {
    background-image: url(/static/_images/general/sprites.svg);
}

/*----------------------
  LAYOUT  (WRAPPER & CLEARFIX)
-----------------------*/

.wrapper {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    *zoom: 1;
}

.is-hidden {
    display: none !important;
}

.is-visible {
    display: block;
}

.is-off-screen {
    visibility: hidden;
    position: absolute;
    top: -5000px;
}

.right-aligned {
    float: right;
    padding-left: 5px;
}

/*-----------------------*/

/*----------------------
  TOOLTIP
-----------------------*/

.tooltip {
    position: relative;
}

.tooltip__content {
    position: absolute;
    top: 25px;
    left: -40px;
    background: white;
    z-index: 10;
    padding: 5px 7px;
    border-radius: 4px;
    border: 1px solid #F8D7A2;
    display: none;
}

.tooltip__content p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #DE6300;
}

/*-----------------------*/

/*----------------------
  FORM INPUT SELECT
-----------------------*/


/* INPUT TEXT */

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input.textbox,
textarea,
.input-primary {
    letter-spacing: 0;
    background-color: #fff;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
    vertical-align: top;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 4px 7px;
    border-radius: 4px;
}

input:focus, textarea:focus {
    background-color: #fff;
    color: #454545;
    border: 1px solid #0036ff;
    box-shadow: 0 0 0 2px #6fb5f1;
}

input:disabled:-ms-input-placeholder {
    color: #454545;
}

input:invalid {
    border: 1px solid #ec514e;
}

:-ms-input-placeholder {
    font-weight: normal;
}

input.watermarkGrey {
    color: #999;
}

/* SELECT */

select {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 3px 5px;
    line-height: 1;
}

/*-----------------------*/


/* ICON */

.icon:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.icon-after:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.icon-only {
    position: relative;
    text-indent: -999em;
    text-align: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.icon-only:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.icon--close:before {
    background-repeat: no-repeat;
    background-position: -53px -580px;
    width: 20px;
    height: 20px;
}

.icon--expand:before {
    background-position: 0 -1248px;
    height: 25px;
    width: 25px;
}

.icon--expand:hover:before {
    background-position: -48px -1248px;
}

.icon--collapse:before {
    background-position: 0 -1296px;
    height: 25px;
    width: 25px;
}

.icon--collapse:hover:before {
    background-position: -48px -1296px;
}

/*-----------------------*/

/*----------------------
  ONLINE ENQUIRY
-----------------------*/
.online-enquiry__icon {
    display: block;
    width: 23px;
    height: 22px;
    border-radius: 100%;
    font-size: 2.3rem;
    text-align: center;
    line-height: 2.2rem;
    font-style: normal;
    text-decoration: none;
}

/*----------------------
  CONTENT
-----------------------*/

.content-container {
    width: 980px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content--large-cannonball {
    float: left;
    width: 610px;
    margin-left: 10px;
}

/*-----------------------*/

/***********************

  CANNONBALL

************************/

/*----------------------
    CANNONBALL : LAYOUT
  -----------------------*/

.cannonball__wrapper {
    float: left;
}

.cannonball__wrapper--large {
    width: 350px;
    margin: 0 0 0 10px;
}

.cannonball__wrapper--small {
    width: 185px;
}

.cannonball--large,
.cannonball__change-date,
.cannonball__remove-airline,
.cannonball__new-search {
    background: #f6f6f6;
    zoom: 1;
    margin: 0;
    padding: 0;
}

.cannonball--large {
    width: 340px;
}

.cannonball--small {
    width: 165px;
}

.cannonball__content {
    padding: 12px 17px;
}

.cannonball--small .cannonball__content {
    padding: 0 10px 10px 10px;
}

/* SMALL CANNONBALL : DATE CHANGE */

.cannonball__change-date,
.cannonball__remove-airline {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    margin-bottom: 0;
}

.cannonball__remove-airline {
    margin-bottom: 10px;
}

.cannonball--small ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cannonball__multicity-remove-leg {
    float: right;
    margin-right: 6px;
    margin-top: 4px;
    -ms-transform: scale(0.75,0.75); /* for IE 9 only */
    transform: scale(0.75,0.75); /* CSS3 Standard syntax */
}

.cannonball__multicity-add-leg {
    text-decoration: none;
}

.cannonball__multicity-add-leg::before {
    top: -1px;
    position: absolute;
    margin-left: -25px;
}

.cannonball__options--add-leg {
    text-align: center;
    margin: 0;
}
/* SMALL CANNONBALL : NEW SEARCH */

.cannonball__new-search {
    padding: 10px;
}

/*-----------------------*/

/* CANNONBALL : ICONS */

.cannonball .icon--info:before {
    content: "";
    background-position: 0 -1200px;
    display: block;
    width: 20px;
    height: 20px;
    left: -1px;
}

/*----------------------
    CANNONBALL : HEADING
  -----------------------*/

.cannonball__heading {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
    color: #1C395A;
}

.cannonball__heading h1 {
    line-height: 1;
    margin: 0 0 0 20px;
    padding: 20px 0 2px 0;
}

.cannonball__heading p {
    display: block;
    border-bottom: 1px solid #FFFFFF;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    padding: 2px 0 12px 20px;
    margin: 0;
}


/* SMALL CANNONBALL : HEADING */

.cannonball--small .cannonball__heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.1;
    border: none;
    margin: 0 0 0 10px;
    padding: 10px 0 0 0;
}

.cannonball__leg-caption {
    line-height: 1.2;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
}

/*-----------------------*/

/*----------------------
    CANNONBALL : LABEL
  -----------------------*/

.cannonball__label,
.cannonball__date-label {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1;
    margin: 0 0 3px 0;
    padding: 0 0 0 2px;
}

/*-----------------------*/

/*----------------------
    CANNONBALL : RETURN ONEWAY
  -----------------------*/

.cannonball__flight-type label {
    margin-right: 8px;
    display: inline-block;
}

.cannonball__flight-type label[for="ctl00_searchPanel_multiCityRadioButton"] {
    margin-right: 0;
}

.cannonball__flight-type input[type=radio] {
    margin-right: 3px;
}

/*-----------------------*/

/*----------------------
    CANNONBALL : CITY
  -----------------------*/

.cannonball__city--depart,
.cannonball__city--arrive {
    margin-top: 10px;
}

.cannonball__city input {
    font-size: 17px;
    font-size: 1.7rem;
}

.cannonball__city input,
.cannonball__date input {
    width: 100%;
    height: auto;
    padding: 7px 15px 7px 40px;
    line-height: normal;
}

.cannonball__city--depart,
.cannonball__city--arrive {
    position: relative;
}

.cannonball__city--depart:before,
.cannonball__city--arrive:before {
    content: "";
    background-position: 0 -432px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    left: 7px;
    display: block;
    z-index: 1;
}

.cannonball__city--arrive:before {
    background-position: 0 -480px;
}

/* AUTOCOMPLETE */

.ui-autocomplete {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    z-index: 99999;
    background-color: #fff;
}

.ui-autocomplete li {
    margin: 0;
    color: #005ba8;
    cursor: pointer;
    background-color: #fff;
}

.ui-autocomplete li:nth-child(odd) {
    background-color: #f6f6f6;
}

.ui-autocomplete li .ui-menu-item-wrapper {
    padding: 10px 5px 10px 38px;
}

.ui-autocomplete li .ui-state-active,
.ui-autocomplete li .ui-state-active:hover,
.ui-autocomplete li .ui-state-active:active,
.ui-autocomplete li .ui-state-active:focus {
    background:none;
    background-color: #005ba8;
    color: #f6f6f6;
    font-weight:normal;
}

/*-----------------------*/

/*----------------------
    CANNONBALL : DATES
  -----------------------*/

.cannonball__date {
    overflow: hidden;
}

.cannonball__date--depart,
.cannonball__date--arrive {
    float: none;
    width: auto;
    padding: 10px 0 0 0;
}

.cannonball__date-group {
    padding: 0;
}

.cannonball__date-group input,
.cannonball__multicity-date-group input {
    visibility: hidden;
    position: absolute;
    text-indent: -999em;
    width: 1px;
    z-index: -1;
}

.cannonball__date-group select {
    position: relative;
    left: 0;
    height: auto;
    width: auto;
    margin-right: 3px;
}

.flightsearch-datemonth,
.date-time {
    max-width: 98px;
}

.cannonball__date-group .ui-datepicker-trigger {
    position: relative;
    top: 6px;
    left: 2px;
    width: 21px;
    height: auto;
    margin: 0 10px 0 0;
    border: none;
    cursor: pointer;
}

/* SMALL CANNONBALL : DATE */

.cannonball--small select {
    height: 25px;
    padding: 3px;
    margin-right: 1px;
    width: 45px;
    font-size: 13px;
    font-size: 1.3rem;
}

.cannonball--small .flightsearch-datemonth {
    width: 66px;
}

.cannonball--small .ui-datepicker-trigger {
    left: 0;
    width: 21px;
    margin-right: 2px;
}

.ui-datepicker {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
}

.link--close-calendar {
    display: none;
}

/*-----------------------*/

/*----------------------
    CANNONBALL : MULTICITY
  -----------------------*/

.cannonball__searchfields--multicity {
    margin: 10px 0 0 0;
}

.cannonball__multicity-segment {
    margin-bottom: 10px;
}

.cannonball__multicity-segment p {
    margin: 0;
    background-color: #E3E3E3;
    width: 60px;
    padding: 5px 0 0 12px;
    color: #CE5A00;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.cannonball__multicity-leg {
    background-color: #E3E3E3;
    padding: 10px 10px 4px 10px;
    width: 300px;
    border-bottom: 1px solid #ddd;
}

.cannonball__multicity-city--arrive,
.cannonball__multicity-city--depart,
.cannonball__multicity-date {
    margin-bottom: 8px;
    position: relative;
}

.cannonball__multicity-city input {
    width: 100%;
    padding: 7px 15px 7px 40px;
    line-height: normal;
}

.cannonball__multicity-city--depart:before,
.cannonball__multicity-city--arrive:before {
    content: "";
    background-position: 0 -432px;
    position: absolute;
    top: 24px;
    left: 7px;
    display: block;
    width: 27px;
    height: 23px;
}

.cannonball__multicity-city--arrive:before {
    background-position: 0 -480px;
    top: 22px;
}

/*-----------------------*/

/*-----------------------
    CANNONBALL : PAX
  -----------------------*/

.cannonball__pax {
    padding: 10px 0 0 0;
}

.cannonball__pax .cannonball__label {
    display: none;
}

.cannonball__pax .cannonball__label--pax {
    display: block;
}

.cannonball__pax-group > div {
    position: relative;
    float: left;
}

.cannonball__pax--adult,
.cannonball__pax--child,
.cannonball__pax--infant {
    margin: 0;
    padding: 0 7px 0 0;
}

.cannonball__pax--adult {
    width: 81px;
}

.cannonball__pax--child {
    width: 109px;
    padding-right: 26px;
}

.cannonball__pax--infant {
    width: 108px;
    padding-right: 25px;
}

.cannonball__pax select {
    width: 100%;
}

.cannonball__pax a {
    position: absolute;
    top: 8px;
    right: 2px;
}

.tooltip--infant-age-info,
.tooltip--child-age-info {
    position: absolute;
    right: -3px;
    top: -2px;
}

.tooltip__content,
.tooltip__content {
    width: 150px;
}

/*-----------------------*/

/*-----------------------
    CANNONBALL : OPTIONS
  -----------------------*/

.cannonball__options {
    position: relative;
}

.cannonball__options--show,
.cannonball__options--hide {
    position: relative;
    margin: 12px 0 10px 0;
}

.cannonball__options--show a,
.cannonball__options--hide a {
    text-decoration: none;
    padding-left: 23px;
    display: inline-block;
    padding-top: 2px;
}

.cannonball__options--show a:hover,
.cannonball__options--hide a:hover {
    color: #DE6300;
}

.cannonball__options--show small,
.cannonball__options--hide small {
    font-size: 13px;
    font-size: 1.3rem;
}

.cannonball__options .cannonball__label {
    color: #777;
}

.cannonball__options--hide a:before,
.cannonball__options--show a:before {
    top: 0;
    left: -1px;
    position: absolute;
}

/*-----------------------*/

/*-----------------------
    CANNONBALL : ADVANCE
  -----------------------*/

.cannonball__options-advanced {
    padding: 10px;
    background: #E3E3E3;
    margin: 10px 0;
}

.cannonball__options-advanced select {
    margin-bottom: 7px;
    width: 100%;
}

/* CANNONBALL : AIRLINE ALLIANCE */

.cannonball__airline,
.cannonball__alliance {
    padding-left: 18px;
    position: relative;
}

.cannonball__alliance {
    padding-right: 28px;
}

.cannonball__alliance:before,
.cannonball__airline:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 4px;
    display: block;
    width: 8px;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    height: 25px;
}

.tooltip--alliance-info {
    position: absolute;
    right: 2px;
    top: 24px;
}

.tooltip--alliance-info .tooltip__content {
    width: 450px;
    left: -250px;
    top: 20px;
}

/*-----------------------*/

/*-----------------------
    CANNONBALL : BUTTON
  -----------------------*/

.cannonball__submit {
    margin: 8px 0 10px 0;
}

.cannonball--small .cannonball__submit {
    margin: 10px 0 0 0;
}

.cannonball__submit--all-airlines {
    padding: 10px;
}

.cannonball__submit .btn--search-flight {
    display: block;
    width: 100%;
    padding: 12px 0;
    margin: 12px auto 10px auto;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
}

.btn--search-new-date,
.btn--search-new-date:active,
.btn--new-search,
.btn--new-search:active,
.btn--search-all-airline,
.btn--search-all-airline:active {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}

.btn--new-search,
.btn--new-search:active {
    background: #fff;
    color: #005ba8;
    text-shadow: none;
    border: 2px solid #005ba8;
    box-shadow: none;
    border-radius: 4px;
    padding: 4px;
    width: auto;
    display: block;
}

.btn--new-search:hover {
    background: #f1f1f1;
    color: #005ba8;
}

/*-------------------*/

/*-----------------------
    CANNONBALL : IATA PAYMENT
  -----------------------*/

.credibility {
    display: block;
    text-align: center;
    padding-top: 0;
    margin-top: 20px;
    color: #fff;
}

.cannonball__wrapper--large .credibility {
    width: 340px;
    border: none;
}

.cannonball__wrapper--small .credibility {
    width: 165px;
}

.payment-options {
    padding-top: 15px;
    padding-bottom: 7px;
    margin: 0;
    border-bottom: 1px solid #fff;
}

.cannonball__wrapper--large .payment-options {
    border-top: none;
}

.payment-options__text {
    color:#444;
    padding-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0;
}

.credibility-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}

.cannonball__wrapper--small .credibility-logo > img,
.cannonball__wrapper--small .credibility-logo > div,
.cannonball__wrapper--small .credibility-logo > a {
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
}

.cannonball__wrapper--small .credibility > a {
    border-top: 1px solid #ccc;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
}
/*-----------------------*/

/*-----------------------
    CANNONBALL : VALIDATION
  -----------------------*/

span.validation-error[style*=inline],
span.validation-error[style*=Red] {
    display: block !important;
    padding: 5px 0 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
}

span.validation-error[style*=none] {
    display: none !important;
}


/*----------------------
  WAIT PANEL
-----------------------*/

.wait-container,
.error-container {
    position: relative;
    top: auto;
    background: #fff;
    opacity: 1;
    z-index: 1;
    width: auto;
    height: auto;
    display: none;
    margin-bottom: 20px;
}

.error-container.is-visible,
.wait-container.is-visible {
    display: block;
}

.wait-container {
    padding: 20px 15px;
    text-align: center;
}

.wait-container__inner {
    display: block;
    height: auto;
    text-align: center;
}

#ctl00_waitContainer_PromoGraphic {
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
}

.wait-container__message {
    color: #1C395A;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

/*----------------------/

/*----------------------
  ERROR PANEL
-----------------------*/

.error-container .m-modal__content {
    display: block;
    height: auto;
    text-align: left;
    padding: 30px 30px;
}

.error-container h1 {
    line-height: 1.1;
    margin: 0;
}

.error-container p {
    font-size: 16px;
    font-size: 1.6rem;
    color: red;
    margin: 0;
    padding: 5px 0 10px 0;
    line-height: 1.2;
}

.error-container ul {
    list-style-type: disc;
    margin: 0;
    line-height: 1.2;
}

/*----------------------/

/***********************
  FLIGHT PAGES
***********************/

/*----------------------
  FLIGHT PAGE : LAYOUT
-----------------------*/

.content--small-cannonball {
    float: left;
    width: 795px;
}

.content--small-cannonball h1 {
    padding: 0;
    margin: 3px 0 5px 0;
}

/*-----------------------*/

/*----------------------
  FLIGHT PAGE : MULTIPLE AIRPORT WARNING
-----------------------*/

.message--multiple-airport {
    border: 2px solid #DD0000;
    margin-bottom: 12px;
    margin-top: 5px;
    border-radius: 2px;
    padding: 5px 5px 4px 35px;
    line-height: 1.2;
    position: relative;
}

.message--multiple-airport p:before {
    content: "";
    background-position: 0 -624px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 5px;
    left: 8px;
}

.message--multiple-airport p {
    margin: 0;
    color: #DD0000;
    font-weight: bold;
}

.message--multiple-airport i {
    font-style: normal;
}

/*----------------------*/

/*----------------------
  FLIGHT PAGE : FLIGHT SEARCH SUMMARY
-----------------------*/

.small-cannonball__btn {
    display: none;
}

.fare-summary {
    background: #fff;
    padding: 0;
    margin: 6px 0 0 0;
}

.fare-summary__currency {
    display: none;
}

.fare-summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fare-summary li {
    *zoom: 1;
    margin: 0;
}

.fare-summary li:before,
.fare-summary li:after {
    content: "";
    display: table;
}

.fare-summary li:after {
    clear: both;
}

.fare-summary dl {
    margin: 0;
    padding: 0;
    display: block;
    width: 335px;
    float: left;
}

.fare-summary dl.fare-summary__date--depart {
    width: 125px;
}

.fare-summary dt {
    margin: 0;
    padding: 0;
    display: none;
    line-height: 1.2;
}

.fare-summary li.row0 dt {
    display: block;
    padding: 5px 10px 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px dashed #d1d1d1;
    color: #1C395A;
    font-weight: bold;
}

.fare-summary .fare-summary__date--depart dt,
.fare-summary li.row0 .fare-summary__date--depart dt {
    padding-left: 10px;
}

.fare-summary dd {
    margin: 5px 0;
    padding: 0 10px 0 0;
    line-height: 1.2;
}

.fare-summary .fare-summary__date--depart dd {
    padding-left: 10px;
}

/*----------------------*/

/*----------------------
  FLIGHT PAGE : JA FEES EXPLANATION
-----------------------*/

.jetabroad-airline-fees__intro {
    border-top: 0;
    padding: 8px 10px 9px 33px;
    background: #f6f6f6;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
}

.jetabroad-airline-fees__intro:before {
    content: "";
    display: block;
    background-position: 0 -672px;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 20px;
    height: 25px;
}

.jetabroad-airline-fees__link {
    display: inline-block;
    float: right;
}

.jetabroad-airline-fees__content {
    padding: 20px;
    background: #f4f4f4;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
}

.jetabroad-airline-fees__content,
.feesAndChargesInformationPanelHidden {
    display: none;
}

.feesAndChargesInformationPanelShow {
    display: block;
}

/*----------------------*/

/*----------------------
  FLIGHT PAGE : HERO BANNER
-----------------------*/

.hero-banner {
    text-align: center;
    width: 100%;
}

/*----------------------*/


/************************
  FLIGHT RESULTS
***********************/

/*----------------------
    AIRLINE FILTER
  -----------------------*/

.filter-airline {
    width: 165px;
    background: #FBFBFB;
    margin: 16px 0;
    padding-bottom: 10px;
}

.filter-airline h6,
.filter-airline h5 {
    background: #cc6600;
    padding: 8px 10px;
    text-align: left;
    margin: 0;
}

.filter-airline h5,
.sorter-price-time h5 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
}

.filter-airline ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 10px 0 0 0;
}

.filter-airline li {
    margin: 0;
    padding: 0;
    padding: 0 3px 5px 10px;
    *zoom: 1;
    position: relative;
    line-height: 1.1;
}

.filter-airline li:before,
.filter-airline li:after {
    content: "";
    display: table;
}

.filter-airline li:after {
    clear: both;
}

.filter-airline label {
    display: block;
    padding: 0 0 3px 0;
    margin-left: 17px;
}

.filter-airline input {
    position: absolute;
    top: 1px;
    left: 10px;
}

.filter-airline .filter-airline__show-only {
    border-top: 1px solid #e1e1e1;
    margin: 0 10px;
    padding: 6px 0 7px 0;
}

.filter-airline strong {
    padding: 0 0 0 0;
    float: left;
    width: 70px;
}

.filter-airline a {
    display: inline-block;
    float: right;
}

/*---------------------- */

/*----------------------
    SORTER TRAVEL TIME/ PRICE
  -----------------------*/

.sorter-price-time {
    background: #C60;
    color: #fff;
    padding: 10px;
    margin-bottom: 8px;
    list-style: none;
}

.sorter-price-time > li {
    display: inline;
}

.sorter-price-time h5 {
    width: 194px;
    display: block;
    float: left;
    margin-right: 10px;
    margin: 0 10px 0 0;
    padding: 0;
}

.sorter-price-time input,
.sorter-price-time label,
.sorter-price-time img {
    display: inline-block;
    vertical-align: baseline;
}

.sorter-price-time input {
    padding: 0;
    margin: 0;
    position: relative;
    top: 2px;
}

.sorter-price-time label {
    margin-left: 8px;
    margin-right: 20px;
    font-size: 15px;
    font-size: 1.5rem;
}

.sorter-price-time img {
    visibility: hidden;
}

/*----------------------*/

/*----------------------
    FLIGHT RESULTS : PRICE POINT LAYOUT
  -----------------------*/

.panel--white {
    padding: 20px;
    background: #fff;
    line-height: 1.4;
}

.panel--white p {
    margin: 0 0 15px 0;
}

.panel--white h3 {
    margin: 5px 0 10px 0;
}

.price-point {
    background-color: #fff;
    padding: 0;
    background: #f6f6f6;
}

.price-point-container .hotel-suggestion, .price-point {
    margin-bottom: 8px;
}

/*----------------------*/

/*----------------------
    FLIGHT RESULTS : PRICE POINT SUMMARY
  -----------------------*/

.price-point__price-summary {
    margin: 0;
    text-align: right;
    padding: 20px 12px;
    width: 204px;
    float: left;
}

.price-point__price-summary .z-promo-info {
    top: -100%;
    left: 100%;
}


.price-point__airfare-fees-tax {
    display: none;
}

.price-point__price-adult-container {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}

.price-point__price-all-pax-container,
.price-point__price-one-adult-container {
    display: block;
    line-height: 1;
}

.price-total-per-adult {
    font-size: 16px;
    font-size: 1.6rem;
    color: #1C395A;
}

.price-point__price-all-pax-container .price-total-all-pax,
.price-point__price-one-adult-container .price-total-per-adult {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    color: #1C395A;
}


.price-point__price-adult-container small,
.price-point__price-one-adult-container small,
.price-point__price-all-pax-container small,
.pricePointWebfarePriceSubText {
    display: block;
    font-style: normal;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 3px 0 7px 0;
}

.currency {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: -1px;
}

.disabled .price-point__flight-summary--other-option .flight-summary__carrier,
.disabled .price-point__flight-summary--other-option .flight-summary__leg-summary,
.disabled .price-point__flight-summary--first-option .flight-summary__carrier,
.disabled .price-point__flight-summary--first-option .flight-summary__leg-summary {
    opacity: 0.2;
}

.disabled .price-point__flight-summary--other-option input,
.disabled .price-point__flight-summary--first-option input {
    pointer-events: none;
    background: #afb0b1;
    box-shadow: none;
    text-shadow: none;
}

.payment-not-accept {
    color: khaki;
    font-size: 1.35rem;
    text-align: left;
    font-weight: bold;
}

.btn--view-flight-times-paying {
    font-weight: normal;
}
/*selected flight from deep link*/

/*element*/
.price-point__selected-flight-header {
    background-color:#397eff;
    color:#FFF;
    padding: 6px 0 12px 10px;
    margin:0;
    font-weight:200;
    font-size:20px;
}

/*modifier*/
.price-point--selected-flight {
    box-shadow: 0 0 0 6px #397eff !important;
}


/*-----------------------*/

/*----------------------
    FLIGHT RESULTS : FLIGHT SUMMARY LAYOUT
  -----------------------*/

.price-point__price-summary--other {
    display: none;
}

.price-point__flight-summary--first-option,
.price-point__flight-summary--other-option {
    float: right;
    width: 590px;
    background: #fff;
    padding: 0 0 15px 12px;
}

.price-point__flight-summary--other-option {
    border-top: 1px solid #DFB58A;
}

.price-point__price-show-details {
    margin: 6px 0 9px;
}
/*-----------------------*/

/*----------------------
        FLIGHT RESULTS : BUTTON
      -----------------------*/

.price-point__button {
    width: auto;
    float: right;
    margin-right: 12px;
    margin-top: 11px;
}

.price-point__button a.disabled {
    background-color: #333;
}

.btn--view-flight-times {
    width: 135px;
    padding: 8px 5px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    height: auto;
}

/*----------------------*/

/*----------------------
        FLIGHT RESULTS : CARRIER
      -----------------------*/
.content--flight-results .price-alert {
    margin-bottom: 8px;
}

.flight-summary__carrier-logos {
    width: 430px;
    margin: 0;
    padding: 8px 0 0 0;
    list-style: none;
}

.flight-summary__carrier-logos li {
    float: left;
    display: inline-block;
    margin-right: 20px;
    padding-top: 8px;
}

.flight-summary__carrier-description {
    margin: 0;
    padding: 5px 145px 6px 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #999;
    line-height: 1.1;
    position: relative;
}

.flight-summary__carrier-description i {
    font-style: normal;
}

.flight-summary__carrier-description small {
    font-size: 13px;
    font-size: 1.3rem;
}

/*----------------------*/

/*----------------------
        FLIGHT RESULTS : LEG SUMMARY
      -----------------------*/

.travelTimeHeader {
    display: none;
}

.flight-summary__leg-summary {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
}

.flight-summary__leg-summary li {
    margin-bottom: 0;
}

.flight-summary__leg-summary dl {
    *zoom: 1;
    margin: 7px 0 0 0;
    padding: 0;
    position: relative;
}

.flight-summary__leg-summary dl:before,
.flight-summary__leg-summary dl:after {
    content: "";
    display: table;
}

.flight-summary__leg-summary dl:after {
    clear: both;
}

.flight-summary__leg-summary dt {
    display: none;
}

.flight-summary__leg-summary dd {
    float: left;
    width: 100px;
    margin: 0 5px 0 0;
    padding: 0;
    color: #555;
    line-height: 1.3;
}

.flight-summary__leg-summary .flight-summary__date-depart {
    width: 45px;
    color: #000;
}

.flight-summary__leg-summary .flight-summary__flight-leg {
    width: 300px;
}

.flight-summary__flight-leg dl {
    margin: 0;
}

.flight-summary__flight-leg dt,
.flight-summary__flight-leg dd {
    display: inline;
    float: none;
    margin: 0;
}

.flight-summary__flight-leg dt {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.flight-summary__leg-summary i {
    font-style: normal;
}

.flight-leg--via {
    display: inline;
    padding-left: 4px;
    font-style: normal;
}

.flight-summary__leg-summary .flight-times {
    width: 115px;
}

.flight-summary__leg-summary .flight-travel-time {
    width: 95px;
    margin: 0;
}

.flight-summary__leg-summary .row0 dt.flight-travel-time {
    display: inline-block;
    position: absolute;
    top: -18px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
    right: 8px;
}

dd.flight-travel-time {
    display: block;
    padding: 0 0 0 12px;
    margin-top: 2px;
    position: relative;
}

dd.flight-travel-time:before {
    content: "";
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: -2px;
    background-repeat: no-repeat;
    background-position: -48px -913px;
}

dd.flight-travel-time span + span {
    background: none;
    display: block;
}

/*---------------------*/

/*----------------------
        FLIGHT RESULTS : BAGGAGE & CUSTOMER ADVICE
      -----------------------*/

.fare-messages {
    *zoom: 1;
}

.fare-messages:before,
.fare-messages:after {
    content: "";
    display: table;
}

.fare-messages:after {
    clear: both;
}

.baggageMessage,
.customerAdviceMessage{
    position: relative;
    padding: 10px 0 0 0;
    display: block;
    width: 225px;
    float: left;
    line-height: 1;
}
.promo__icon {
    position: relative;
}

.baggageMessage {
    width: 345px;
}

.customerAdviceMessage {
    float: right;
}

.baggageHover a,
.customerAdviceHover a{
    position: relative;
    padding-left: 25px;
}


.baggageHover a:before,
.customerAdviceHover a:before{
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 22px;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
    background-position: -48px -720px;
}



.baggageHover.infoHover a:before {
    background-position: -48px -720px;
}

.customerAdviceHover a:before{
    background-position: 0 -672px;
}

.codeshareInfo,
.baggageInfo,
.customerAdviceInfo,
.payWithInfo {
    display: none;
    position: absolute;
    width: 380px;
    z-index: 9999;
    line-height: 1.4;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.baggageInfo,
.customerAdviceInfo,
.payWithInfo {
    left: -120px;
}

.codeshareInfo {
    left: -30px;
}

.codeshareInfo li::first-letter,
.codeshareInfo::first-letter,
.baggageInfo li::first-letter,
.baggageInfo::first-letter,
.customerAdviceInfo li::first-letter,
.customerAdviceInfo::first-letter,
.payWithInfo li::first-letter,
.payWithInfo::first-letter {
    text-transform: capitalize;
}



.customerAdviceInfo {
    left: -150px;
}

.info-popup-content {
    margin-top: 4px;
    padding: 12px;
    border: 1px solid #ffdab6;
    background-color: #fff;
    box-shadow: 1px 1px 9px #999;
}

.bookingClassMessage {
    position: relative;
    float: left;
    width: 345px;
    line-height: 1;
    margin-top: 8px;
}

.bookingClassMessage a {
    padding: 5px 0;
    display: inline-block;
    font-weight: bold;
}

.bookingClassMessage a.classAnomalyInfo {
    color: green;
}

.bookingClassMessage a.classAnomalyWarning {
    padding-left: 25px;
    color: #D93600;
}

.bookingClassMessage a.classAnomalyWarning:before {
    content: "";
    width: 28px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 -625px;
}


/*----------------------
        FLIGHT RESULTS : FARE BREAKDOWN
      -----------------------*/

.fare-breakdown__container,
.price_point__fare-breakdown,
.flightTimesFareBreakdownContainer {
    background: #E6E8EA;
    border-top: 1px solid #CDD3D8;
    border-radius: 0 0 4px 4px;
    padding: 8px 0;
    display: none;
}

.fare-breakdown__table,
.fareBreakdownTable {
    border: 0;
    width: 95%;
    margin: 0 auto;
    text-align: left;
    table-layout: fixed;
}

.fare-breakdown__table td,
.fareBreakdownTable td {
    padding: 5px 0;
    text-align: right;
    padding-right: 0;
    line-height: 1.1;
}

.fare-breakdown__row--header th,
.fare-breakdown__row--payment-surcharge th,
.fare-breakdown__row--total th {
    color: #1C395A;
    font-weight: bold;
    text-align: right;
}

.fare-breakdown__row--header th {
    vertical-align: bottom;
    padding-left: 3px;
    border-bottom: 1px solid #CDD3D8;
}

th.fare-breakdown__subtotal,
.fare-breakdown__amount {
    width: 120px;
}

.fare-breakdown__row--total .fare-breakdown__amount {
    font-weight: bold;
}

.fare-breakdown__row--fare-detail-last td {
    border-bottom: 1px solid #CDD3D8;
}

.fare-breakdown__row--total th,
.fare-breakdown__row--total td {
    padding-bottom: 0;
    padding-top: 5px;
    font-weight: bold;
}

.fare-breakdown__row--payment-surcharge th {
    font-weight: 400;
}

.fare-breakdown__row--total th {
    color: #1C395A;
}

.fare-breakdown__row--total th,
.fare-breakdown__row--total td {
    padding-bottom: 5px;
}

/*---------------------*/

/*----------------------

  FLIGHT RESULT : MARGIN CALCULATION

-----------------------*/
.right-hanging-marker {
    float: right;
    position: relative;
}

.right-hanging-object {
    position: absolute;
    left: 10px;
}

.flight-admin-panel {
}

.flight-admin-panel .info-table {
    white-space: nowrap;
    margin-bottom: 10px;
}

.flight-admin-panel .info-table td, .info-table th {
    border: 1px solid #888;
    padding: 3px 5px;
    font-size: small;
}

.flight-admin-panel .info-table td {
    background: white;
}

.flight-admin-panel .info-table th {
    background: #f6f6f6;
    font-weight: normal;
}

/*---------------------*/

/*----------------------

  FLIGHT SELECT

-----------------------*/

/*----------------------
      FLIGHT SELECT : FARE BREAKDOWN
  -----------------------*/

.flightTimesFareBreakdownContainer {
    border: 1px solid #d1d1d1;
    border-top: none;
    border-radius: 0;
}

.fare-summary .total-price__summary {
    float: none;
    width: auto;
    *zoom: 1;
    border-top: 1px solid #d1d1d1;
}

.total-price__summary:before,
.total-price__summary:after,
.total-price__summary dd:before,
.total-price__summary dd:after {
    content: "";
    display: table;
}

.total-price__summary:after,
.total-price__summary dd:after {
    clear: both;
}

.total-price__summary dt,
.total-price__summary dd {
    float: left;
    width: 455px;
    display: block;
    padding: 8px 10px;
    font-size: 17px;
    font-size: 1.7rem;
    color: #1C395A;
}

.total-price__summary dd {
    width: 328px;
    padding: 8px 0;
    margin: 0;
    *zoom: 1;
}

.total-price__summary small {
    font-size: 13px;
    font-weight: normal;
}

.total-price__summary .link--show-price {
    font-size: 13px;
    float: right;
    display: inline-block;
    margin-top: 4px;
    font-weight: normal;
}

.total-price__summary .btn--total-price,
.proposed-flight .total-price__price {
    font-size: 22px;
    font-size: 2.2rem;
    color: #1C395A;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    font-weight: bold;
    float: left;
    display: inline-block;
}

/*----------------------
      FLIGHT SELECT : FLIGHT OPTIONS;
  -----------------------*/

.flight-leg {
    margin: 5px 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

    .flight-leg h3 {
    margin: 0;
    background: #1C395A;
    border: 1px solid #1C395A;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
}

.flight-leg h3 em {
    display: block;
    margin: 0;
    font-style: normal;
    float: left;
    width: 630px;
}

.flight-leg h3 i {
    font-style: normal;
}

.flight-option__depart-date {
    display: none;
}

.flight-option__none {
    float: right;
    display: inline-block;
    width: 125px;
}

.flight-option {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #444;
}

.flightLegChoiceContainer {
    background-color: #ffffff;
    padding: 0;
    display: block;
}

.flightLegChoiceContainer.is-hidden {
    display: none;
}

.flight-option__date-travel-time {
    margin: 0;
    padding: 8px 0 8px 10px;
    font-weight: bold;
    float: left;
    width: 650px;
    line-height: 1.3;
    font-size: 15px;
    font-size: 1.5rem;
}

.selectFlightCheckboxContainer {
    float: right;
    width: auto;
    font-weight: bold;
    color: #005ba8;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 12px 8px 0;
}

.selectFlightCheckboxContainer label {
    margin-left: 5px;
    padding-top: 2px;
    display: inline-block;
}

.flight-segment {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.flight-segment > li {
    border-top: 1px solid #F7E8D9;
    padding: 5px 10px;
}

.flight-segment__carrier {
    float: left;
    width: 260px;
}

.flight-segment__carrier img {
    float: left;
    margin: 0 10px 0 0;
}

.flight-segment__carrier-details {
    width: 120px;
    float: left;
    line-height: 1.2;
}

.flight-segment__carrier-details em,
.flight-segment__carrier-details small,
.flight-segment__carrier-details i {
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 14px;
    line-height: 1.2;
}

.flight-segment__details {
    float: left;
    margin: 0;
    padding: 0;
    width: 390px;
}

.flight-segment__details dl {
    margin: 0;
    padding: 0;
}

.flight-segment dt {
    display: none;
}

.flight-segment dd {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

.flight-segment__date--depart,
.flight-segment__date--arrive {
    width: 110px;
    text-align: left;
    float: left;
}

.flight-segment__date--depart span,
.flight-segment__date--arrive span {
    display: inline-block;
}

.flight-segment__city--arrive,
.flight-segment__city--depart {
    width: 270px;
    float: left;
}

.flight-segment__class-stop-layover {
    width: 120px;
    float: right;
    line-height: 1.2;
    text-align: right;
    padding-right: 10px;
}

.flight-segment__other {
    width: 100%;
    clear: both;
}

.flight-segment__class-stop-layover span {
    display: block;
}

.flight-segment__baggage {
    width: 200px;
    float: right;
}

.flightLegChoiceContainer .baggageMessage {
    width: 345px;
    clear: both;
    margin-left: 262px;
}

/* BAGGAGE INFO & REQUEST INFO */
.baggage-info:before,
.baggage-info > a:before,
.baggage-advice:before {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}

.flight-segment__other .actions {
    position: relative;
    padding-right: 10px;
}

.baggage-info {
    float: left;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0 0 0 20px;
}

.flight-segment__other .baggage-info {
    margin-left: 376px;
    max-width: 305px;
}

.baggage-info > span {
    display: inline-block;
    padding-top: 7px;
    margin-right: 11px;
}

.baggage-info span:last-child {
    padding-bottom: 7px;
}

.baggage-info:before {
    width: 15px;
    height: 14px;
    left: 0;
    top: 7px;
    background-position: 0 -2600px;
}

.baggage-info > a {
    font-weight: normal;
    padding: 7px 20px 8px 7px;
    margin: 0 0 0 -7px;
    display: inline-block;
    line-height: 1;
    position: relative;
}

.baggage-info > a:before {
    width: 15px;
    height: 8px;
    right: 5px;
    top: 12px;
    background-position: 0 -2650px;
}

.baggage-info > a[title='less'] {
    background: #eeeeee;
}

.baggage-info > a[title='less']:before {
    background-position: 0 -2700px;
}

/* BAGGAGE ADVICE */
.baggage-advice {
    background: #eeeeee;
    padding: 15px 15px 3px 15px;
    display: none;
    color: #555555;
    position: relative;
    margin-top: -3px;
}

.flight-segment__other .baggage-advice {
    padding: 15px 15px 3px 376px;
    min-height: 60px;
    border-radius: 0 0 4px 4px;
}

.baggage-advice:before {
    width: 35px;
    height: 30px;
    left: 325px;
    top: 16px;
    background-position: 0 -2800px;
    opacity: 0.8;
}

.baggage-advice ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.baggage-advice li {
    margin: 0 0 12px 0;
    padding: 0;
}

/*----------------------
      FLIGHT SELECT : BUTTONS;
  -----------------------*/

.flight-times__btns-wrapper {
    padding: 17px 5px 30px 5px;
    position: relative;
}

.flight-times__btn-select-continue-wrapper {
    margin-left: 200px;
}

.flight-times__error-wrapper {
    font-weight: bold;
    position: absolute;
    top: -1px;
    right: 5px;
}

.btn-call-to-action {
    float: right;
}

.btn--return-flight-results,
.btn--select-continue {
    float: right;
    width: 135px;
    padding: 8px 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    height: auto;
    white-space: normal;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    border: none;
}

.btn--return-flight-results {
    float: left;
    text-shadow: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/*----------------------
      FLIGHT SELECT : UNAVAIALBLE;
  -----------------------*/

.content--flight-alternative .panel--white {
    margin-top: 10px;
}

.flight-unvailable__content {
    margin-bottom: 40px;
}

.flight-unvailable__button {
    text-align: center;
}

.proposed-flight {
    margin-top: 20px;
}

.proposed-flight .total-price__summary {
    border-top: none;
}

.proposed-flight .total-price__price {
    padding-top: 8px;
}

.btn--back-to-flight-options {
    font-size: 16px;
    font-size: 1.6rem;
}

/************************
  PROMO
***********************/

.promo {
    margin: 15px 0 8px 0;
}

.promo__facebook-twitter {
    float: right;
    width: 35px;
}

.promo__facebook,
.promo__twitter {
    display: block;
}

.promo__facebook a,
.promo__twitter a {
    text-align: left;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    display: block;
    background: yellow;
    text-indent: -999em;
    background: url(/static/_images/promotion/fb.png) no-repeat 0 0;
}

.promo__twitter a {
    background: url(/static/_images/promotion/twitter.png) no-repeat 0 0;
}

.promo__icon {
    float: right;
}

.z-promo-info {
    display: none;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    position: absolute;
    z-index: 9999;
    padding: 7px;
    border: 1px solid #ce6600;
    border-radius: 4px;
}

.promo__icon--no-link {
    float: right;
    margin: 6px 15px 0 0;
}

.overlayTriggerFlightVoucherOffer {
    margin:10px 0;
}

.promo__big-banner-image {
    display:block;
}

/************************
  MOBILE ONLY
***********************/

.m-page-title,
.m-switch a,
.m-modal__btn--close,
.mobile-overlay__checkbox,
.mobile-overlay__toggle,
#filter-sorter-loading,
#filter-sorter-loading .m-modal__content,
#flightsearch-alliance-detail i,
.m-tabs,
.page-title--home,
.flight-option__count {
    display: none;
}



@media only screen and (min-width: 801px) {
    .credibility-logo--iata-tcf {
        display: inline-block;
        height: 35px;
        text-indent: -999em;
        border: none;
        width: 100px;
        margin-right: 15px;
        background: url(/static/_images/general/iata.png?v=2) no-repeat;
    }

    .flight-unavailable__graphic-container {
        background: none, url(/static/_images/general/flight_unavailable_horizontal.svg) no-repeat top center;
        height: 80px;
        display: block;
        margin: 20px 0 10px 5px;
    }

    .flight-unavailable__graphic {
        display: none;
    }
}

.mq-off .credibility-logo--iata-tcf {
    display: inline-block;
    text-indent: -999em;
    border: none;
    background: url(/static/_images/general/iata.png?v=2) no-repeat;
    height: 35px;
    width: 100px;
}

.mq-off .flight-unavailable__graphic-container {
    background: url(/static/_images/general/flight_unavailable_horizontal.svg) no-repeat top center;
    height: 80px;
    display: block;
    margin: 20px 0 20px 5px;
}

.mq-off .flight-unavailable__graphic {
    display: none;
}

/************************
  STATIC
***********************/

.static-content,
.static-content--others {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.static-content--others {
    border-top: 0;
    margin-top: -3px;
}

.static-layout--padding {
    padding: 30px 42px 38px 42px;
    position: relative;
}

.static-layout--even {
    background: #F3F2F0;
    border-top: 1px solid #EBE9E6;
}

/* SITEMAP */

.sitemap__container {
    display: table;
}

.sitemap__container,
.sitemap__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sitemap__container > li {
    float: left;
    width: 160px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 15px;
    display: table-cell;
}

.sitemap__container h3 {
    margin-top: 0;
}

.sitemap__container > li.sitemap__link--airline {
    margin-right: 0;
    padding-right: 0;
    border: none;
}


/************************
  ADMIN
***********************/

.admin-total-price-summary__price-input {
    float: left;
    width: 120px;
    background: #e1e1e1;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px;
    margin: -2px 4px 2px 4px;
}

.admin-total-price-summary__price-input em {
    font-style: normal;
    line-height: 1.7;
}

.admin-total-price-summary__price-input input,
input.admin-input--booking-class {
    width: 40px;
    padding: 0 4px;
    line-height: 1;
    height: auto;
    font-size: 14px;
    margin: 0 5px;
    background: #FFFFBF;
}

input.admin-input--booking-class {
    width: 25px;
    margin: 0 0 0 50px;
    text-align: center;
}

.admin-input--booking-class + .flight-segment__class {
    position: relative;
    display: block;
    right: 90px;
    width: 200px;
    top: 0;
    padding-top: 10px;
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
}

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
}

/*Confirm/Progress*/

.radioButtonList tr td {
    padding-right: 10px;
}

.radioButtonList label {
    display: inline;
    margin-left: 3px;
}

/************************
  Phone Number
***********************/
.ui-widget-content {
    border: 1px solid #CCCCCC;
    background: #F6F6F6;
}

.ui-widget-content {
    color: #666;
}

.ui-widget h5 {
    color: #005ba8;
}

.ui-widget h5.invalid {
    color: #333;
}

.ui-widget h5 i {
    font-style: normal;
    font-weight: normal;
    ;
}

ul.phone-suggestion {
    width: 190px;
    padding-left: 0;
    list-style-type: none;
}

ul.phone-suggestion li {
    border: none;
    padding: 2px 10px;
    line-height: 1.3;
    margin-bottom: 0;
}

ul.phone-suggestion li.ui-state-focus {
    background: #B4D4FF;
    color: #333;
    font-weight: normal;
    border: none;
}

.phone-suggestion .invalid h5,
.phone-suggestion .valid h5 {
    position: relative;
    color: #005ba8;
    font-size: 15px;
    margin: 5px 0 4px 0;
    padding: 0 0 0 23px;
}

.phone-suggestion .invalid h5 {
    color: #333;
}

.phone-suggestion p {
    margin: 0 0 5px 23px;
    padding: 0;
}

.phone-suggestion .invalid h5:before,
.phone-suggestion .valid h5:before {
    width: 18px;
    height: 16px;
    position: absolute;
    left: 0;
}

.phone-suggestion .valid h5:before {
    background-position: 2px -2448px;
}

.phone-suggestion .invalid h5:before {
    background-position: -50px -2450px;
}

.required {
    color: #868686;
    text-align: right;
    float: right;
    width: 25%;
}

/* Customer Support Link */
.header__sub{
    display:none;
}
.customer-support-link {
    display: none;
}
