﻿/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* 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);
    /* support: IE8 */
}

.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-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background: #FFF;
    padding: 0px !important;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .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,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .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-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        /* support: IE7 */
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }
/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }
/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* Component containers
----------------------------------*/
.ui-widget-header .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/ui/ui-icons_ffffff_256x240.png);
}

.ui-widget-content {
    border: 1px solid #e1e1e1;
}

.ui-widget-header {
    background: #ffffff;
    color: #000000;
    font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }
/* Interaction states
----------------------------------*/
.ui-datepicker-today a {
    color: #fec107 !important;
    background: #fff !important;
    border: 1px solid #fec107 !important;
}

.ui-datepicker-today:hover a {
    background: #fec107 !important;
    color: #fff !important;
    border: 1px solid #fec107 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #e3e3e3;
    background: #FFFFFF;
    color: #000000;
    width: 100%;
    height: 38px;
    font-size: 12px;
    line-height: 35px;
    font-size: 15px;
    font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
    text-shadow: none;
}

    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
        color: #1c94c4;
        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 #060526;
    background: #060526;
    color: #fff;
}

    .ui-state-hover a,
    .ui-state-hover a:hover {
        color: #c77405;
        text-decoration: none;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fec107 !important;
    background: #fec107 !important;
    color: #ffffff !important;
    font-weight: bold;
}

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #eb8f00;
        text-decoration: none;
    }

.ui-widget :active {
    outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #32B6A9;
    background: #32B6A9;
    font-weight: bold;
    color: #ffffff;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(../images/ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #ffffff;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #ffffff;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.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-datepicker-trigger {
    margin-left: 3px;
    vertical-align: text-bottom;
}

.ui-datepicker {
    display: block;
    background: #ffffff;
    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 {
        background-color: transparent !important;
        border: none !important;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev:focus,
    .ui-datepicker .ui-datepicker-next:focus {
        outline: 0;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

        .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: 2px 0;
        text-align: center;
        font-weight: bold;
        border: 0;
        color: #666;
    }

    .ui-datepicker td {
        border: 0;
        padding: 3px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: 2px;
            text-align: center;
            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;
            }

.ui-datepicker-unselectable span {
    color: #666 !important;
}

.ui-datepicker-other-month {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
}
/* 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 {
    border-left-width: 0;
}

.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%;
}
/* 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 {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none;
    /*sorry for IE5*/
    display: block;
    /*sorry for IE5*/
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}
/* positioning */
.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-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    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;
}

.ui-datepicker {
    display: none;
    width: 29.1em;
    margin-top: 8px;
    border-top: 2px solid #b3b3b3 !important;
    box-shadow: rgba(0, 0, 0, 0.22) 0 0 7px;
    border-radius: 4px;
}

    .ui-datepicker:after,
    .ui-datepicker:before {
        bottom: 100%;
        left: 35%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        display: inline-block;
    }

    .ui-datepicker:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 13px;
        margin-left: -13px;
    }

    .ui-datepicker:before {
        border-color: transparent;
        border-bottom-color: #b3b3b3;
        border-width: 16px;
        margin-left: -16px;
    }

    .ui-datepicker select {
        height: 30px;
        line-height: 30px;
        background-position: right 13px !important;
        text-indent: 10px;
        margin: 1px;
    }

    .ui-datepicker .ui-datepicker-prev:before,
    .ui-datepicker .ui-datepicker-next:before {
        font-family: 'fontawesome-webfont', Tahoma, Helvetica, Arial, sans-serif;
        color: #060526;
        font-size: 24px;
    }

    .ui-datepicker .ui-datepicker-prev:before {
        content: "\f053";
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: "\f054";
    }

    .ui-datepicker .ui-datepicker-title {
        margin-bottom: 15px !important;
        font-size: 18px;
        color: #060526;
        font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }

    .show-xs {
        display: inline-block !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .hidden-sm {
        display: none !important;
    }

    .show-sm {
        display: inline-block !important;
    }
}

.show-tr {
    opacity: 1 !important;
    visibility: visible !important;
}

.invisible-tr {
    opacity: 0;
    visibility: hidden;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.clr {
    clear: both;
}

.r-mrg {
    margin: 0 !important;
}

.r-pdd {
    padding: 0 !important;
}

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

    .ir br {
        display: none;
    }

.nocallout {
    -webkit-touch-callout: none;
}

.cur-p {
    cursor: pointer;
}

.cur-d {
    cursor: default;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.pl {
    position: relative;
}

.pa {
    position: absolute;
}

.px {
    position: fixed;
}

.ps {
    position: static;
}

.pi {
    position: inherit;
}

.ts {
    top: 0;
}

.rs {
    right: 0;
}

.bs {
    bottom: 0;
}

.ls {
    left: 0;
}

.as {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.di {
    display: inline-block;
}

.dt {
    display: table;
}

.oa {
    overflow: auto;
}

.oh {
    overflow: hidden;
}

.os {
    overflow: scroll;
}

.no-touch .os-y {
    overflow-y: auto;
}

.no-touch .os-x {
    overflow-x: auto;
}

.touch .os-y {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.touch .os-y {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.touch .os-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.touch .os-x-ctn {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}

.mw {
    min-width: 1150px;
}

.ww {
    width: 1150px;
}

.wd {
    width: 100%;
}

.hd {
    height: 100%;
}

.wd-h {
    width: 50%;
}

.wd-4 {
    width: 40%;
}

.wd-hq {
    width: 25%;
}

.w200 {
    width: 200px !important;
}

.w250 {
    width: 250px !important;
}

.w-auto {
    width: auto !important;
}

.rbg,
.rbg:after,
.rbg:before {
    background: none !important;
}

.no-bg {
    background-image: none !important;
    background-color: none !important;
}

.red-t {
    color: #d81e05;
}

.red-b {
    background: #d81e05;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.vtt {
    vertical-align: text-top;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.taj {
    text-align: justify;
}

.tdn {
    text-decoration: none;
}

.tdu {
    text-decoration: underline;
}

.lhn {
    line-height: normal;
}

.tr-all,
.foo {
    -webkit-transition: All 0.3s ease-in;
    -moz-transition: All 0.3s ease-in;
    -o-transition: All 0.3s ease-in;
    -ms-transition: All 0.3s ease-in;
    transition: All 0.3s ease-in;
}

.tr-all-lnr {
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
    -ms-transition: All 0.3s linear;
    transition: All 0.3s linear;
}

.tr-all-cb {
    -webkit-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
    -moz-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
    -o-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
    -ms-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
    transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
}

.sp {
    background-image: url();
    background-repeat: no-repeat;
}

.rnd {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rnd-h {
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
}

.r-rnd {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.circle-h {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.rnd-t {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}

.rnd-r {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

.rnd-b {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

.rnd-l {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

.brd {
    border: 1px solid #dedede;
}

.brd-d {
    border: 1px dashed #dedede;
}

.brd-b {
    border-bottom: 1px solid #dedede;
}

.brd-n {
    border: none;
}

.border-none td {
    border: none !important;
}

.hr-dot {
    display: block;
    border-top: 1px dashed #dedede;
}

.pdd {
    padding: 20px;
}

.pddt {
    padding-top: 20px;
}

.pddr {
    padding-right: 20px;
}

.pddb {
    padding-bottom: 20px;
}

.pddl {
    padding-left: 20px;
}

.pdd2 {
    padding: 40px;
}

.pddt2 {
    padding-top: 40px;
}

.pddr2 {
    padding-right: 40px;
}

.pddb2 {
    padding-bottom: 40px;
}

.pddl2 {
    padding-left: 40px;
}

.plt0 {
    padding-left: 0 !important;
}

.prt0 {
    padding-right: 0 !important;
}

.plt7 {
    padding-left: 7px !important;
}

.mrg {
    margin: 20px;
}

.mrgt {
    margin-top: 20px;
}

.mrgr {
    margin-right: 20px;
}

.mrgb {
    margin-bottom: 20px;
}

.mrgl {
    margin-left: 20px;
}

.mrg2 {
    margin: 10px;
}

.mrgt2 {
    margin-top: 10px;
}

.mrgr2 {
    margin-right: 10px;
}

.mrgb2 {
    margin-bottom: 10px;
}

.mrgl2 {
    margin-left: 10px;
}

.mrg3 {
    margin: 30px;
}

.mrgt3 {
    margin-top: 30px;
}

.mrgr3 {
    margin-right: 30px;
}

.mrgb3 {
    margin-bottom: 30px;
}

.mrgl3 {
    margin-left: 30px;
}

.mrg4 {
    margin: 40px;
}

.mrgt4 {
    margin-top: 40px;
}

.mrgr4 {
    margin-right: 40px;
}

.mrgb4 {
    margin-bottom: 40px;
}

.mrgl4 {
    margin-left: 40px;
}

.mrg5 {
    margin: 60px;
}

.mrgt5 {
    margin-top: 60px;
}

.mrgr5 {
    margin-right: 60px;
}

.mrgb5 {
    margin-bottom: 60px;
}

.mrgl5 {
    margin-left: 60px;
}

.mrg9 {
    margin: 90px;
}

.mrgt9 {
    margin-top: 90px;
}

.mrgr9 {
    margin-right: 90px;
}

.mrgb9 {
    margin-bottom: 90px;
}

.mrgl9 {
    margin-left: 90px;
}

.shd {
    box-shadow: rgba(0, 0, 0, 0.22) 0 0 7px;
}

.tshd {
    text-shadow: rgba(0, 0, 0, 0.22) 0 3px 0;
}

.bshd {
    box-shadow: rgba(0, 0, 0, 0.22) 0 3px 0;
}

.bld {
    font-weight: bold;
}

.list-horz-di > li {
    display: inline-block;
}

    .list-horz-di > li > a {
        display: block;
    }

.list-vert > li > a {
    display: block;
}

.list-horz:before,
.list-horz:after {
    content: " ";
    display: table;
}

.list-horz:after {
    clear: both;
}

.list-horz:before,
.list-horz:after {
    content: " ";
    display: table;
}

.list-horz:after {
    clear: both;
}

.list-horz > li {
    float: left;
}

    .list-horz > li > a {
        display: block;
    }

.wrap {
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.27) 0 0 18px;
}

.anim {
    -webkit-animation: turn 1.5s linear infinite;
    -moz-animation: turn 1.5s linear infinite;
    -o-animation: turn 1.5s linear infinite;
    -ms-animation: turn 1.5s linear infinite;
    animation: turn 1.5s linear infinite;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

html {
    font-size: 1em;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}

::-moz-selection {
    background: #328efe;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #328efe;
    text-shadow: none;
    color: #ffffff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2d2d2d;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

html.touch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html.touch {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong,
b {
    font-size: 14px;
    font-weight: 600;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}

@media (min-width: 768px) {
    .container {
        width: 796px;
    }
}

@media (min-width: 1150px) {
    .container {
        width: 1178px;
    }
}

@media (min-width: 1150px) {
    .container {
        width: 1178px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.row {
    margin-left: -14px;
    margin-right: -14px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}

@media (min-width: 480px) {
    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11 {
        float: left;
    }

    .col-ms-1 {
        width: 8.33333333%;
    }

    .col-ms-2 {
        width: 16.66666667%;
    }

    .col-ms-3 {
        width: 25%;
    }

    .col-ms-4 {
        width: 33.33333333%;
    }

    .col-ms-5 {
        width: 41.66666667%;
    }

    .col-ms-6 {
        width: 50%;
    }

    .col-ms-7 {
        width: 58.33333333%;
    }

    .col-ms-8 {
        width: 66.66666667%;
    }

    .col-ms-9 {
        width: 75%;
    }

    .col-ms-10 {
        width: 83.33333333%;
    }

    .col-ms-11 {
        width: 91.66666667%;
    }

    .col-ms-12 {
        width: 100%;
    }

    .col-ms-push-1 {
        left: 8.33333333%;
    }

    .col-ms-push-2 {
        left: 16.66666667%;
    }

    .col-ms-push-3 {
        left: 25%;
    }

    .col-ms-push-4 {
        left: 33.33333333%;
    }

    .col-ms-push-5 {
        left: 41.66666667%;
    }

    .col-ms-push-6 {
        left: 50%;
    }

    .col-ms-push-7 {
        left: 58.33333333%;
    }

    .col-ms-push-8 {
        left: 66.66666667%;
    }

    .col-ms-push-9 {
        left: 75%;
    }

    .col-ms-push-10 {
        left: 83.33333333%;
    }

    .col-ms-push-11 {
        left: 91.66666667%;
    }

    .col-ms-pull-1 {
        right: 8.33333333%;
    }

    .col-ms-pull-2 {
        right: 16.66666667%;
    }

    .col-ms-pull-3 {
        right: 25%;
    }

    .col-ms-pull-4 {
        right: 33.33333333%;
    }

    .col-ms-pull-5 {
        right: 41.66666667%;
    }

    .col-ms-pull-6 {
        right: 50%;
    }

    .col-ms-pull-7 {
        right: 58.33333333%;
    }

    .col-ms-pull-8 {
        right: 66.66666667%;
    }

    .col-ms-pull-9 {
        right: 75%;
    }

    .col-ms-pull-10 {
        right: 83.33333333%;
    }

    .col-ms-pull-11 {
        right: 91.66666667%;
    }

    .col-ms-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-ms-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-ms-offset-3 {
        margin-left: 25%;
    }

    .col-ms-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-ms-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-ms-offset-6 {
        margin-left: 50%;
    }

    .col-ms-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-ms-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-ms-offset-9 {
        margin-left: 75%;
    }

    .col-ms-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-ms-offset-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .container {
        max-width: 748px;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1150px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1150px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@font-face {
    font-family: "open_sanslight";
    src: url('../fonts/open_sanslight/open_sanslight.eot');
    src: url('../fonts/open_sanslight/open_sanslight.eot?#iefix') format('embedded-opentype'), url('../fonts/open_sanslight/open_sanslight.woff') format('woff'), url('../fonts/open_sanslight/open_sanslight.ttf') format('truetype'), url('../fonts/open_sanslight/open_sanslight.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_sansregular";
    src: url('../fonts/open_sansregular/open_sansregular.eot');
    src: url('../fonts/open_sansregular/open_sansregular.eot?#iefix') format('embedded-opentype'), url('../fonts/open_sansregular/open_sansregular.woff') format('woff'), url('../fonts/open_sansregular/open_sansregular.ttf') format('truetype'), url('../fonts/open_sansregular/open_sansregular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_sanssemibold";
    src: url('../fonts/open_sanssemibold/open_sanssemibold.eot');
    src: url('../fonts/open_sanssemibold/open_sanssemibold.eot?#iefix') format('embedded-opentype'), url('../fonts/open_sanssemibold/open_sanssemibold.woff') format('woff'), url('../fonts/open_sanssemibold/open_sanssemibold.ttf') format('truetype'), url('../fonts/open_sanssemibold/open_sanssemibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_sansbold";
    src: url('../fonts/open_sansbold/open_sansbold.eot');
    src: url('../fonts/open_sansbold/open_sansbold.eot?#iefix') format('embedded-opentype'), url('../fonts/open_sansbold/open_sansbold.woff') format('woff'), url('../fonts/open_sansbold/open_sansbold.ttf') format('truetype'), url('../fonts/open_sansbold/open_sansbold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontawesome-webfont";
    src: url('../fonts/fontawesome-webfont/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url('../fonts/icomoon/icomoon.eot');
    src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "glyphicons";
    src: url('../fonts/glyphicons/glyphicons.eot');
    src: url('../fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons.woff') format('woff'), url('../fonts/glyphicons/glyphicons.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons.svg#glyphicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.opnl {
    font-family: 'open_sanslight', Tahoma, Helvetica, Arial, sans-serif;
}

.opnr {
    font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
}

.opnm,
.foo {
    font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
}

.opnb {
    font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
}

.faws {
    font-family: 'fontawesome-webfont', Tahoma, Helvetica, Arial, sans-serif;
}

.icom {
    font-family: 'icomoon', Tahoma, Helvetica, Arial, sans-serif;
}

.glyp {
    font-family: 'glyphicons', Tahoma, Helvetica, Arial, sans-serif;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
    content: "\e900";
}

.icon-baby:before {
    content: "\e901";
}

body {
    font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'glyphicons';
    src: url('../fonts/glyphicons/glyphicons.eot');
    src: url('../fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons.woff') format('woff'), url('../fonts/glyphicons/glyphicons.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons.svg#glyphiconsregular') format('svg');
}

.icon-sgr:before {
    content: "\e602";
}

.icon-cala:before {
    content: "\e603";
}

.icon-anvr:before {
    content: "\e604";
}

.icon-airplane:before {
    content: "\e600";
}

.icon-car:before {
    content: "\e601";
}

.glyphicons {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'glyphicons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .glyphicons.x05 {
        font-size: 12px;
    }

    .glyphicons.x2 {
        font-size: 48px;
    }

    .glyphicons.x3 {
        font-size: 72px;
    }

    .glyphicons.x4 {
        font-size: 96px;
    }

    .glyphicons.x5 {
        font-size: 120px;
    }

    .glyphicons.light:before {
        color: #f2f2f2;
    }

    .glyphicons.drop:before {
        text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
    }

    .glyphicons.flip {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    .glyphicons.flipv {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
    }

    .glyphicons.rotate90 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .glyphicons.rotate180 {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .glyphicons.rotate270 {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

.glyphicons-glass:before {
    content: "\E001";
}

.glyphicons-leaf:before {
    content: "\E002";
}

.glyphicons-dog:before {
    content: "\E003";
}

.glyphicons-user:before {
    content: "\E004";
}

.glyphicons-girl:before {
    content: "\E005";
}

.glyphicons-car:before {
    content: "\E006";
}

.glyphicons-user-add:before {
    content: "\E007";
}

.glyphicons-user-remove:before {
    content: "\E008";
}

.glyphicons-film:before {
    content: "\E009";
}

.glyphicons-magic:before {
    content: "\E010";
}

.glyphicons-envelope:before {
    content: "\2709";
}

.glyphicons-camera:before {
    content: "\E011";
}

.glyphicons-heart:before {
    content: "\E013";
}

.glyphicons-beach-umbrella:before {
    content: "\E014";
}

.glyphicons-train:before {
    content: "\E015";
}

.glyphicons-print:before {
    content: "\E016";
}

.glyphicons-bin:before {
    content: "\E017";
}

.glyphicons-music:before {
    content: "\E018";
}

.glyphicons-note:before {
    content: "\E019";
}

.glyphicons-heart-empty:before {
    content: "\E020";
}

.glyphicons-home:before {
    content: "\E021";
}

.glyphicons-snowflake:before {
    content: "\2744";
}

.glyphicons-fire:before {
    content: "\E023";
}

.glyphicons-magnet:before {
    content: "\E024";
}

.glyphicons-parents:before {
    content: "\E025";
}

.glyphicons-binoculars:before {
    content: "\E026";
}

.glyphicons-road:before {
    content: "\E027";
}

.glyphicons-search:before {
    content: "\E028";
}

.glyphicons-cars:before {
    content: "\E029";
}

.glyphicons-notes-2:before {
    content: "\E030";
}

.glyphicons-pencil:before {
    content: "\270F";
}

.glyphicons-bus:before {
    content: "\E032";
}

.glyphicons-wifi-alt:before {
    content: "\E033";
}

.glyphicons-luggage:before {
    content: "\E034";
}

.glyphicons-old-man:before {
    content: "\E035";
}

.glyphicons-woman:before {
    content: "\E036";
}

.glyphicons-file:before {
    content: "\E037";
}

.glyphicons-coins:before {
    content: "\E038";
}

.glyphicons-airplane:before {
    content: "\2708";
}

.glyphicons-notes:before {
    content: "\E040";
}

.glyphicons-stats:before {
    content: "\E041";
}

.glyphicons-charts:before {
    content: "\E042";
}

.glyphicons-pie-chart:before {
    content: "\E043";
}

.glyphicons-group:before {
    content: "\E044";
}

.glyphicons-keys:before {
    content: "\E045";
}

.glyphicons-calendar:before {
    content: "\E046";
}

.glyphicons-router:before {
    content: "\E047";
}

.glyphicons-camera-small:before {
    content: "\E048";
}

.glyphicons-star-empty:before {
    content: "\E049";
}

.glyphicons-star:before {
    content: "\E050";
}

.glyphicons-link:before {
    content: "\E051";
}

.glyphicons-eye-open:before {
    content: "\E052";
}

.glyphicons-eye-close:before {
    content: "\E053";
}

.glyphicons-alarm:before {
    content: "\E054";
}

.glyphicons-clock:before {
    content: "\E055";
}

.glyphicons-stopwatch:before {
    content: "\E056";
}

.glyphicons-projector:before {
    content: "\E057";
}

.glyphicons-history:before {
    content: "\E058";
}

.glyphicons-truck:before {
    content: "\E059";
}

.glyphicons-cargo:before {
    content: "\E060";
}

.glyphicons-compass:before {
    content: "\E061";
}

.glyphicons-keynote:before {
    content: "\E062";
}

.glyphicons-paperclip:before {
    content: "\E063";
}

.glyphicons-power:before {
    content: "\E064";
}

.glyphicons-lightbulb:before {
    content: "\E065";
}

.glyphicons-tag:before {
    content: "\E066";
}

.glyphicons-tags:before {
    content: "\E067";
}

.glyphicons-cleaning:before {
    content: "\E068";
}

.glyphicons-ruler:before {
    content: "\E069";
}

.glyphicons-gift:before {
    content: "\E070";
}

.glyphicons-umbrella:before {
    content: "\2602";
}

.glyphicons-book:before {
    content: "\E072";
}

.glyphicons-bookmark:before {
    content: "\E073";
}

.glyphicons-wifi:before {
    content: "\E074";
}

.glyphicons-cup:before {
    content: "\E075";
}

.glyphicons-stroller:before {
    content: "\E076";
}

.glyphicons-headphones:before {
    content: "\E077";
}

.glyphicons-headset:before {
    content: "\E078";
}

.glyphicons-warning-sign:before {
    content: "\E079";
}

.glyphicons-signal:before {
    content: "\E080";
}

.glyphicons-retweet:before {
    content: "\E081";
}

.glyphicons-refresh:before {
    content: "\E082";
}

.glyphicons-roundabout:before {
    content: "\E083";
}

.glyphicons-random:before {
    content: "\E084";
}

.glyphicons-heat:before {
    content: "\E085";
}

.glyphicons-repeat:before {
    content: "\E086";
}

.glyphicons-display:before {
    content: "\E087";
}

.glyphicons-log-book:before {
    content: "\E088";
}

.glyphicons-address-book:before {
    content: "\E089";
}

.glyphicons-building:before {
    content: "\E090";
}

.glyphicons-eyedropper:before {
    content: "\E091";
}

.glyphicons-adjust:before {
    content: "\E092";
}

.glyphicons-tint:before {
    content: "\E093";
}

.glyphicons-crop:before {
    content: "\E094";
}

.glyphicons-vector-path-square:before {
    content: "\E095";
}

.glyphicons-vector-path-circle:before {
    content: "\E096";
}

.glyphicons-vector-path-polygon:before {
    content: "\E097";
}

.glyphicons-vector-path-line:before {
    content: "\E098";
}

.glyphicons-vector-path-curve:before {
    content: "\E099";
}

.glyphicons-vector-path-all:before {
    content: "\E100";
}

.glyphicons-font:before {
    content: "\E101";
}

.glyphicons-italic:before {
    content: "\E102";
}

.glyphicons-bold:before {
    content: "\E103";
}

.glyphicons-text-underline:before {
    content: "\E104";
}

.glyphicons-text-strike:before {
    content: "\E105";
}

.glyphicons-text-height:before {
    content: "\E106";
}

.glyphicons-text-width:before {
    content: "\E107";
}

.glyphicons-text-resize:before {
    content: "\E108";
}

.glyphicons-left-indent:before {
    content: "\E109";
}

.glyphicons-right-indent:before {
    content: "\E110";
}

.glyphicons-align-left:before {
    content: "\E111";
}

.glyphicons-align-center:before {
    content: "\E112";
}

.glyphicons-align-right:before {
    content: "\E113";
}

.glyphicons-justify:before {
    content: "\E114";
}

.glyphicons-list:before {
    content: "\E115";
}

.glyphicons-text-smaller:before {
    content: "\E116";
}

.glyphicons-text-bigger:before {
    content: "\E117";
}

.glyphicons-embed:before {
    content: "\E118";
}

.glyphicons-embed-close:before {
    content: "\E119";
}

.glyphicons-table:before {
    content: "\E120";
}

.glyphicons-message-full:before {
    content: "\E121";
}

.glyphicons-message-empty:before {
    content: "\E122";
}

.glyphicons-message-in:before {
    content: "\E123";
}

.glyphicons-message-out:before {
    content: "\E124";
}

.glyphicons-message-plus:before {
    content: "\E125";
}

.glyphicons-message-minus:before {
    content: "\E126";
}

.glyphicons-message-ban:before {
    content: "\E127";
}

.glyphicons-message-flag:before {
    content: "\E128";
}

.glyphicons-message-lock:before {
    content: "\E129";
}

.glyphicons-message-new:before {
    content: "\E130";
}

.glyphicons-inbox:before {
    content: "\E131";
}

.glyphicons-inbox-plus:before {
    content: "\E132";
}

.glyphicons-inbox-minus:before {
    content: "\E133";
}

.glyphicons-inbox-lock:before {
    content: "\E134";
}

.glyphicons-inbox-in:before {
    content: "\E135";
}

.glyphicons-inbox-out:before {
    content: "\E136";
}

.glyphicons-cogwheel:before {
    content: "\E137";
}

.glyphicons-cogwheels:before {
    content: "\E138";
}

.glyphicons-picture:before {
    content: "\E139";
}

.glyphicons-adjust-alt:before {
    content: "\E140";
}

.glyphicons-database-lock:before {
    content: "\E141";
}

.glyphicons-database-plus:before {
    content: "\E142";
}

.glyphicons-database-minus:before {
    content: "\E143";
}

.glyphicons-database-ban:before {
    content: "\E144";
}

.glyphicons-folder-open:before {
    content: "\E145";
}

.glyphicons-folder-plus:before {
    content: "\E146";
}

.glyphicons-folder-minus:before {
    content: "\E147";
}

.glyphicons-folder-lock:before {
    content: "\E148";
}

.glyphicons-folder-flag:before {
    content: "\E149";
}

.glyphicons-folder-new:before {
    content: "\E150";
}

.glyphicons-edit:before {
    content: "\E151";
}

.glyphicons-new-window:before {
    content: "\E152";
}

.glyphicons-check:before {
    content: "\E153";
}

.glyphicons-unchecked:before {
    content: "\E154";
}

.glyphicons-more-windows:before {
    content: "\E155";
}

.glyphicons-show-big-thumbnails:before {
    content: "\E156";
}

.glyphicons-show-thumbnails:before {
    content: "\E157";
}

.glyphicons-show-thumbnails-with-lines:before {
    content: "\E158";
}

.glyphicons-show-lines:before {
    content: "\E159";
}

.glyphicons-playlist:before {
    content: "\E160";
}

.glyphicons-imac:before {
    content: "\E161";
}

.glyphicons-macbook:before {
    content: "\E162";
}

.glyphicons-ipad:before {
    content: "\E163";
}

.glyphicons-iphone:before {
    content: "\E164";
}

.glyphicons-iphone-transfer:before {
    content: "\E165";
}

.glyphicons-iphone-exchange:before {
    content: "\E166";
}

.glyphicons-ipod:before {
    content: "\E167";
}

.glyphicons-ipod-shuffle:before {
    content: "\E168";
}

.glyphicons-ear-plugs:before {
    content: "\E169";
}

.glyphicons-record:before {
    content: "\E170";
}

.glyphicons-step-backward:before {
    content: "\E171";
}

.glyphicons-fast-backward:before {
    content: "\E172";
}

.glyphicons-rewind:before {
    content: "\E173";
}

.glyphicons-play:before {
    content: "\E174";
}

.glyphicons-pause:before {
    content: "\E175";
}

.glyphicons-stop:before {
    content: "\E176";
}

.glyphicons-forward:before {
    content: "\E177";
}

.glyphicons-fast-forward:before {
    content: "\E178";
}

.glyphicons-step-forward:before {
    content: "\E179";
}

.glyphicons-eject:before {
    content: "\E180";
}

.glyphicons-facetime-video:before {
    content: "\E181";
}

.glyphicons-download-alt:before {
    content: "\E182";
}

.glyphicons-mute:before {
    content: "\E183";
}

.glyphicons-volume-down:before {
    content: "\E184";
}

.glyphicons-volume-up:before {
    content: "\E185";
}

.glyphicons-screenshot:before {
    content: "\E186";
}

.glyphicons-move:before {
    content: "\E187";
}

.glyphicons-more:before {
    content: "\E188";
}

.glyphicons-brightness-reduce:before {
    content: "\E189";
}

.glyphicons-brightness-increase:before {
    content: "\E190";
}

.glyphicons-circle-plus:before {
    content: "\E191";
}

.glyphicons-circle-minus:before {
    content: "\E192";
}

.glyphicons-circle-remove:before {
    content: "\E193";
}

.glyphicons-circle-ok:before {
    content: "\E194";
}

.glyphicons-circle-question-mark:before {
    content: "\E195";
}

.glyphicons-circle-info:before {
    content: "\E196";
}

.glyphicons-circle-exclamation-mark:before {
    content: "\E197";
}

.glyphicons-remove:before {
    content: "\E198";
}

.glyphicons-ok:before {
    content: "\E199";
}

.glyphicons-ban:before {
    content: "\E200";
}

.glyphicons-download:before {
    content: "\E201";
}

.glyphicons-upload:before {
    content: "\E202";
}

.glyphicons-shopping-cart:before {
    content: "\E203";
}

.glyphicons-lock:before {
    content: "\E204";
}

.glyphicons-unlock:before {
    content: "\E205";
}

.glyphicons-electricity:before {
    content: "\E206";
}

.glyphicons-ok-2:before {
    content: "\E207";
}

.glyphicons-remove-2:before {
    content: "\E208";
}

.glyphicons-cart-out:before {
    content: "\E209";
}

.glyphicons-cart-in:before {
    content: "\E210";
}

.glyphicons-left-arrow:before {
    content: "\E211";
}

.glyphicons-right-arrow:before {
    content: "\E212";
}

.glyphicons-down-arrow:before {
    content: "\E213";
}

.glyphicons-up-arrow:before {
    content: "\E214";
}

.glyphicons-resize-small:before {
    content: "\E215";
}

.glyphicons-resize-full:before {
    content: "\E216";
}

.glyphicons-circle-arrow-left:before {
    content: "\E217";
}

.glyphicons-circle-arrow-right:before {
    content: "\E218";
}

.glyphicons-circle-arrow-top:before {
    content: "\E219";
}

.glyphicons-circle-arrow-down:before {
    content: "\E220";
}

.glyphicons-play-button:before {
    content: "\E221";
}

.glyphicons-unshare:before {
    content: "\E222";
}

.glyphicons-share:before {
    content: "\E223";
}

.glyphicons-chevron-right:before {
    content: "\E224";
}

.glyphicons-chevron-left:before {
    content: "\E225";
}

.glyphicons-bluetooth:before {
    content: "\E226";
}

.glyphicons-euro:before {
    content: "\20AC";
}

.glyphicons-usd:before {
    content: "\E228";
}

.glyphicons-gbp:before {
    content: "\E229";
}

.glyphicons-retweet-2:before {
    content: "\E230";
}

.glyphicons-moon:before {
    content: "\E231";
}

.glyphicons-sun:before {
    content: "\2609";
}

.glyphicons-cloud:before {
    content: "\2601";
}

.glyphicons-direction:before {
    content: "\E234";
}

.glyphicons-brush:before {
    content: "\E235";
}

.glyphicons-pen:before {
    content: "\E236";
}

.glyphicons-zoom-in:before {
    content: "\E237";
}

.glyphicons-zoom-out:before {
    content: "\E238";
}

.glyphicons-pin:before {
    content: "\E239";
}

.glyphicons-albums:before {
    content: "\E240";
}

.glyphicons-rotation-lock:before {
    content: "\E241";
}

.glyphicons-flash:before {
    content: "\E242";
}

.glyphicons-google-maps:before {
    content: "\E243";
}

.glyphicons-anchor:before {
    content: "\2693";
}

.glyphicons-conversation:before {
    content: "\E245";
}

.glyphicons-chat:before {
    content: "\E246";
}

.glyphicons-male:before {
    content: "\E247";
}

.glyphicons-female:before {
    content: "\E248";
}

.glyphicons-asterisk:before {
    content: "\002A";
}

.glyphicons-divide:before {
    content: "\00F7";
}

.glyphicons-snorkel-diving:before {
    content: "\E251";
}

.glyphicons-scuba-diving:before {
    content: "\E252";
}

.glyphicons-oxygen-bottle:before {
    content: "\E253";
}

.glyphicons-fins:before {
    content: "\E254";
}

.glyphicons-fishes:before {
    content: "\E255";
}

.glyphicons-boat:before {
    content: "\E256";
}

.glyphicons-delete:before {
    content: "\E257";
}

.glyphicons-sheriffs-star:before {
    content: "\E258";
}

.glyphicons-qrcode:before {
    content: "\E259";
}

.glyphicons-barcode:before {
    content: "\E260";
}

.glyphicons-pool:before {
    content: "\E261";
}

.glyphicons-buoy:before {
    content: "\E262";
}

.glyphicons-spade:before {
    content: "\E263";
}

.glyphicons-bank:before {
    content: "\E264";
}

.glyphicons-vcard:before {
    content: "\E265";
}

.glyphicons-electrical-plug:before {
    content: "\E266";
}

.glyphicons-flag:before {
    content: "\E267";
}

.glyphicons-credit-card:before {
    content: "\E268";
}

.glyphicons-keyboard-wireless:before {
    content: "\E269";
}

.glyphicons-keyboard-wired:before {
    content: "\E270";
}

.glyphicons-shield:before {
    content: "\E271";
}

.glyphicons-ring:before {
    content: "\02DA";
}

.glyphicons-cake:before {
    content: "\E273";
}

.glyphicons-drink:before {
    content: "\E274";
}

.glyphicons-beer:before {
    content: "\E275";
}

.glyphicons-fast-food:before {
    content: "\E276";
}

.glyphicons-cutlery:before {
    content: "\E277";
}

.glyphicons-pizza:before {
    content: "\E278";
}

.glyphicons-birthday-cake:before {
    content: "\E279";
}

.glyphicons-tablet:before {
    content: "\E280";
}

.glyphicons-settings:before {
    content: "\E281";
}

.glyphicons-bullets:before {
    content: "\E282";
}

.glyphicons-cardio:before {
    content: "\E283";
}

.glyphicons-t-shirt:before {
    content: "\E284";
}

.glyphicons-pants:before {
    content: "\E285";
}

.glyphicons-sweater:before {
    content: "\E286";
}

.glyphicons-fabric:before {
    content: "\E287";
}

.glyphicons-leather:before {
    content: "\E288";
}

.glyphicons-scissors:before {
    content: "\E289";
}

.glyphicons-bomb:before {
    content: "\E290";
}

.glyphicons-skull:before {
    content: "\E291";
}

.glyphicons-celebration:before {
    content: "\E292";
}

.glyphicons-tea-kettle:before {
    content: "\E293";
}

.glyphicons-french-press:before {
    content: "\E294";
}

.glyphicons-coffee-cup:before {
    content: "\E295";
}

.glyphicons-pot:before {
    content: "\E296";
}

.glyphicons-grater:before {
    content: "\E297";
}

.glyphicons-kettle:before {
    content: "\E298";
}

.glyphicons-hospital:before {
    content: "\E299";
}

.glyphicons-hospital-h:before {
    content: "\E300";
}

.glyphicons-microphone:before {
    content: "\E301";
}

.glyphicons-webcam:before {
    content: "\E302";
}

.glyphicons-temple-christianity-church:before {
    content: "\E303";
}

.glyphicons-temple-islam:before {
    content: "\E304";
}

.glyphicons-temple-hindu:before {
    content: "\E305";
}

.glyphicons-temple-buddhist:before {
    content: "\E306";
}

.glyphicons-bicycle:before {
    content: "\E307";
}

.glyphicons-life-preserver:before {
    content: "\E308";
}

.glyphicons-share-alt:before {
    content: "\E309";
}

.glyphicons-comments:before {
    content: "\E310";
}

.glyphicons-flower:before {
    content: "\2698";
}

.glyphicons-baseball:before {
    content: "\26BE";
}

.glyphicons-rugby:before {
    content: "\E313";
}

.glyphicons-ax:before {
    content: "\E314";
}

.glyphicons-table-tennis:before {
    content: "\E315";
}

.glyphicons-bowling:before {
    content: "\E316";
}

.glyphicons-tree-conifer:before {
    content: "\E317";
}

.glyphicons-tree-deciduous:before {
    content: "\E318";
}

.glyphicons-more-items:before {
    content: "\E319";
}

.glyphicons-sort:before {
    content: "\E320";
}

.glyphicons-filter:before {
    content: "\E321";
}

.glyphicons-gamepad:before {
    content: "\E322";
}

.glyphicons-playing-dices:before {
    content: "\E323";
}

.glyphicons-calculator:before {
    content: "\E324";
}

.glyphicons-tie:before {
    content: "\E325";
}

.glyphicons-wallet:before {
    content: "\E326";
}

.glyphicons-piano:before {
    content: "\E327";
}

.glyphicons-sampler:before {
    content: "\E328";
}

.glyphicons-podium:before {
    content: "\E329";
}

.glyphicons-soccer-ball:before {
    content: "\E330";
}

.glyphicons-blog:before {
    content: "\E331";
}

.glyphicons-dashboard:before {
    content: "\E332";
}

.glyphicons-certificate:before {
    content: "\E333";
}

.glyphicons-bell:before {
    content: "\E334";
}

.glyphicons-candle:before {
    content: "\E335";
}

.glyphicons-pushpin:before {
    content: "\E336";
}

.glyphicons-iphone-shake:before {
    content: "\E337";
}

.glyphicons-pin-flag:before {
    content: "\E338";
}

.glyphicons-turtle:before {
    content: "\E339";
}

.glyphicons-rabbit:before {
    content: "\E340";
}

.glyphicons-globe:before {
    content: "\E341";
}

.glyphicons-briefcase:before {
    content: "\E342";
}

.glyphicons-hdd:before {
    content: "\E343";
}

.glyphicons-thumbs-up:before {
    content: "\E344";
}

.glyphicons-thumbs-down:before {
    content: "\E345";
}

.glyphicons-hand-right:before {
    content: "\E346";
}

.glyphicons-hand-left:before {
    content: "\E347";
}

.glyphicons-hand-up:before {
    content: "\E348";
}

.glyphicons-hand-down:before {
    content: "\E349";
}

.glyphicons-fullscreen:before {
    content: "\E350";
}

.glyphicons-shopping-bag:before {
    content: "\E351";
}

.glyphicons-book-open:before {
    content: "\E352";
}

.glyphicons-nameplate:before {
    content: "\E353";
}

.glyphicons-nameplate-alt:before {
    content: "\E354";
}

.glyphicons-vases:before {
    content: "\E355";
}

.glyphicons-bullhorn:before {
    content: "\E356";
}

.glyphicons-dumbbell:before {
    content: "\E357";
}

.glyphicons-suitcase:before {
    content: "\E358";
}

.glyphicons-file-import:before {
    content: "\E359";
}

.glyphicons-file-export:before {
    content: "\E360";
}

.glyphicons-bug:before {
    content: "\E361";
}

.glyphicons-crown:before {
    content: "\E362";
}

.glyphicons-smoking:before {
    content: "\E363";
}

.glyphicons-cloud-download:before {
    content: "\E364";
}

.glyphicons-cloud-upload:before {
    content: "\E365";
}

.glyphicons-restart:before {
    content: "\E366";
}

.glyphicons-security-camera:before {
    content: "\E367";
}

.glyphicons-expand:before {
    content: "\E368";
}

.glyphicons-collapse:before {
    content: "\E369";
}

.glyphicons-collapse-top:before {
    content: "\E370";
}

.glyphicons-globe-af:before {
    content: "\E371";
}

.glyphicons-global:before {
    content: "\E372";
}

.glyphicons-spray:before {
    content: "\E373";
}

.glyphicons-nails:before {
    content: "\E374";
}

.glyphicons-claw-hammer:before {
    content: "\E375";
}

.glyphicons-classic-hammer:before {
    content: "\E376";
}

.glyphicons-hand-saw:before {
    content: "\E377";
}

.glyphicons-riflescope:before {
    content: "\E378";
}

.glyphicons-electrical-socket-eu:before {
    content: "\E379";
}

.glyphicons-electrical-socket-us:before {
    content: "\E380";
}

.glyphicons-message-forward:before {
    content: "\E381";
}

.glyphicons-coat-hanger:before {
    content: "\E382";
}

.glyphicons-dress:before {
    content: "\E383";
}

.glyphicons-bathrobe:before {
    content: "\E384";
}

.glyphicons-shirt:before {
    content: "\E385";
}

.glyphicons-underwear:before {
    content: "\E386";
}

.glyphicons-log-in:before {
    content: "\E387";
}

.glyphicons-log-out:before {
    content: "\E388";
}

.glyphicons-exit:before {
    content: "\E389";
}

.glyphicons-new-window-alt:before {
    content: "\E390";
}

.glyphicons-video-sd:before {
    content: "\E391";
}

.glyphicons-video-hd:before {
    content: "\E392";
}

.glyphicons-subtitles:before {
    content: "\E393";
}

.glyphicons-sound-stereo:before {
    content: "\E394";
}

.glyphicons-sound-dolby:before {
    content: "\E395";
}

.glyphicons-sound-5-1:before {
    content: "\E396";
}

.glyphicons-sound-6-1:before {
    content: "\E397";
}

.glyphicons-sound-7-1:before {
    content: "\E398";
}

.glyphicons-copyright-mark:before {
    content: "\E399";
}

.glyphicons-registration-mark:before {
    content: "\E400";
}

.glyphicons-radar:before {
    content: "\E401";
}

.glyphicons-skateboard:before {
    content: "\E402";
}

.glyphicons-golf-course:before {
    content: "\E403";
}

.glyphicons-sorting:before {
    content: "\E404";
}

.glyphicons-sort-by-alphabet:before {
    content: "\E405";
}

.glyphicons-sort-by-alphabet-alt:before {
    content: "\E406";
}

.glyphicons-sort-by-order:before {
    content: "\E407";
}

.glyphicons-sort-by-order-alt:before {
    content: "\E408";
}

.glyphicons-sort-by-attributes:before {
    content: "\E409";
}

.glyphicons-sort-by-attributes-alt:before {
    content: "\E410";
}

.glyphicons-compressed:before {
    content: "\E411";
}

.glyphicons-package:before {
    content: "\E412";
}

.glyphicons-cloud-plus:before {
    content: "\E413";
}

.glyphicons-cloud-minus:before {
    content: "\E414";
}

.glyphicons-disk-save:before {
    content: "\E415";
}

.glyphicons-disk-open:before {
    content: "\E416";
}

.glyphicons-disk-saved:before {
    content: "\E417";
}

.glyphicons-disk-remove:before {
    content: "\E418";
}

.glyphicons-disk-import:before {
    content: "\E419";
}

.glyphicons-disk-export:before {
    content: "\E420";
}

.glyphicons-tower:before {
    content: "\E421";
}

.glyphicons-send:before {
    content: "\E422";
}

.glyphicons-git-branch:before {
    content: "\E423";
}

.glyphicons-git-create:before {
    content: "\E424";
}

.glyphicons-git-private:before {
    content: "\E425";
}

.glyphicons-git-delete:before {
    content: "\E426";
}

.glyphicons-git-merge:before {
    content: "\E427";
}

.glyphicons-git-pull-request:before {
    content: "\E428";
}

.glyphicons-git-compare:before {
    content: "\E429";
}

.glyphicons-git-commit:before {
    content: "\E430";
}

.glyphicons-construction-cone:before {
    content: "\E431";
}

.glyphicons-shoe-steps:before {
    content: "\E432";
}

.glyphicons-plus:before {
    content: "\002B";
}

.glyphicons-minus:before {
    content: "\2212";
}

.glyphicons-redo:before {
    content: "\E435";
}

.glyphicons-undo:before {
    content: "\E436";
}

.glyphicons-golf:before {
    content: "\E437";
}

.glyphicons-hockey:before {
    content: "\E438";
}

.glyphicons-pipe:before {
    content: "\E439";
}

.glyphicons-wrench:before {
    content: "\E440";
}

.glyphicons-folder-closed:before {
    content: "\E441";
}

.glyphicons-phone-alt:before {
    content: "\E442";
}

.glyphicons-earphone:before {
    content: "\E443";
}

.glyphicons-floppy-disk:before {
    content: "\E444";
}

.glyphicons-floppy-saved:before {
    content: "\E445";
}

.glyphicons-floppy-remove:before {
    content: "\E446";
}

.glyphicons-floppy-save:before {
    content: "\E447";
}

.glyphicons-floppy-open:before {
    content: "\E448";
}

.glyphicons-translate:before {
    content: "\E449";
}

.glyphicons-fax:before {
    content: "\E450";
}

.glyphicons-factory:before {
    content: "\E451";
}

.glyphicons-shop-window:before {
    content: "\E452";
}

.glyphicons-shop:before {
    content: "\E453";
}

.glyphicons-kiosk:before {
    content: "\E454";
}

.glyphicons-kiosk-wheels:before {
    content: "\E455";
}

.glyphicons-kiosk-light:before {
    content: "\E456";
}

.glyphicons-kiosk-food:before {
    content: "\E457";
}

.glyphicons-transfer:before {
    content: "\E458";
}

.glyphicons-money:before {
    content: "\E459";
}

.glyphicons-header:before {
    content: "\E460";
}

.glyphicons-blacksmith:before {
    content: "\E461";
}

.glyphicons-saw-blade:before {
    content: "\E462";
}

.glyphicons-basketball:before {
    content: "\E463";
}

.glyphicons-server:before {
    content: "\E464";
}

.glyphicons-server-plus:before {
    content: "\E465";
}

.glyphicons-server-minus:before {
    content: "\E466";
}

.glyphicons-server-ban:before {
    content: "\E467";
}

.glyphicons-server-flag:before {
    content: "\E468";
}

.glyphicons-server-lock:before {
    content: "\E469";
}

.glyphicons-server-new:before {
    content: "\E470";
}

.glyphicons-charging-station:before {
    content: "\F471";
}

.glyphicons-gas-station:before {
    content: "\E472";
}

.glyphicons-target:before {
    content: "\E473";
}

.glyphicons-bed-alt:before {
    content: "\E474";
}

.glyphicons-mosquito-net:before {
    content: "\E475";
}

.glyphicons-dining-set:before {
    content: "\E476";
}

.glyphicons-plate-of-food:before {
    content: "\E477";
}

.glyphicons-hygiene-kit:before {
    content: "\E478";
}

.glyphicons-blackboard:before {
    content: "\E479";
}

.glyphicons-marriage:before {
    content: "\E480";
}

.glyphicons-bucket:before {
    content: "\E481";
}

.glyphicons-none-color-swatch:before {
    content: "\E482";
}

.glyphicons-bring-forward:before {
    content: "\E483";
}

.glyphicons-bring-to-front:before {
    content: "\E484";
}

.glyphicons-send-backward:before {
    content: "\E485";
}

.glyphicons-send-to-back:before {
    content: "\E486";
}

.glyphicons-fit-frame-to-image:before {
    content: "\E487";
}

.glyphicons-fit-image-to-frame:before {
    content: "\E488";
}

.glyphicons-multiple-displays:before {
    content: "\E489";
}

.glyphicons-handshake:before {
    content: "\E490";
}

.glyphicons-child:before {
    content: "\E491";
}

.glyphicons-baby-formula:before {
    content: "\E492";
}

.glyphicons-medicine:before {
    content: "\E493";
}

.glyphicons-atv-vehicle:before {
    content: "\E494";
}

.glyphicons-motorcycle:before {
    content: "\E495";
}

.glyphicons-bed:before {
    content: "\E496";
}

.glyphicons-tent:before {
    content: "\26FA";
}

.glyphicons-glasses:before {
    content: "\E498";
}

.glyphicons-sunglasses:before {
    content: "\E499";
}

.glyphicons-family:before {
    content: "\E500";
}

.glyphicons-education:before {
    content: "\E501";
}

.glyphicons-shoes:before {
    content: "\E502";
}

.glyphicons-map:before {
    content: "\E503";
}

.glyphicons-cd:before {
    content: "\E504";
}

.glyphicons-alert:before {
    content: "\E505";
}

.glyphicons-piggy-bank:before {
    content: "\E506";
}

.glyphicons-star-half:before {
    content: "\E507";
}

.glyphicons-cluster:before {
    content: "\E508";
}

.glyphicons-flowchart:before {
    content: "\E509";
}

.glyphicons-commodities:before {
    content: "\E510";
}

.glyphicons-duplicate:before {
    content: "\E511";
}

.glyphicons-copy:before {
    content: "\E512";
}

.glyphicons-paste:before {
    content: "\E513";
}

.glyphicons-bath-bathtub:before {
    content: "\E514";
}

.glyphicons-bath-shower:before {
    content: "\E515";
}

.glyphicons-shower:before {
    content: "\1F6BF";
}

.glyphicons-menu-hamburger:before {
    content: "\E517";
}

.glyphicons-option-vertical:before {
    content: "\E518";
}

.glyphicons-option-horizontal:before {
    content: "\E519";
}

.glyphicons-currency-conversion:before {
    content: "\E520";
}

.glyphicons-user-ban:before {
    content: "\E521";
}

.glyphicons-user-lock:before {
    content: "\E522";
}

.glyphicons-user-flag:before {
    content: "\E523";
}

.glyphicons-user-asterisk:before {
    content: "\E524";
}

.glyphicons-user-alert:before {
    content: "\E525";
}

.glyphicons-user-key:before {
    content: "\E526";
}

.glyphicons-user-conversation:before {
    content: "\E527";
}

.glyphicons-database:before {
    content: "\E528";
}

.glyphicons-database-search:before {
    content: "\E529";
}

.glyphicons-list-alt:before {
    content: "\E530";
}

.glyphicons-hazard-sign:before {
    content: "\E531";
}

.glyphicons-hazard:before {
    content: "\E532";
}

.glyphicons-stop-sign:before {
    content: "\E533";
}

.glyphicons-lab:before {
    content: "\E534";
}

.glyphicons-lab-alt:before {
    content: "\E535";
}

.glyphicons-ice-cream:before {
    content: "\E536";
}

.glyphicons-ice-lolly:before {
    content: "\E537";
}

.glyphicons-ice-lolly-tasted:before {
    content: "\E538";
}

.glyphicons-invoice:before {
    content: "\E539";
}

.glyphicons-cart-tick:before {
    content: "\E540";
}

.glyphicons-hourglass:before {
    content: "\231B";
}

.glyphicons-cat:before {
    content: "\1F408";
}

.glyphicons-lamp:before {
    content: "\E543";
}

.glyphicons-scale-classic:before {
    content: "\E544";
}

.glyphicons-eye-plus:before {
    content: "\E545";
}

.glyphicons-eye-minus:before {
    content: "\E546";
}

.glyphicons-quote:before {
    content: "\E547";
}

.glyphicons-bitcoin:before {
    content: "\E548";
}

.glyphicons-yen:before {
    content: "\00A5";
}

.glyphicons-ruble:before {
    content: "\20BD";
}

.glyphicons-erase:before {
    content: "\E551";
}

.glyphicons-podcast:before {
    content: "\E552";
}

.glyphicons-firework:before {
    content: "\E553";
}

.glyphicons-scale:before {
    content: "\E554";
}

.glyphicons-king:before {
    content: "\E555";
}

.glyphicons-queen:before {
    content: "\E556";
}

.glyphicons-pawn:before {
    content: "\E557";
}

.glyphicons-bishop:before {
    content: "\E558";
}

.glyphicons-knight:before {
    content: "\E559";
}

.glyphicons-mic-mute:before {
    content: "\E560";
}

.glyphicons-voicemail:before {
    content: "\E561";
}

.glyphicons-paragraph:before {
    content: "\00B6";
}

.glyphicons-person-walking:before {
    content: "\E563";
}

.glyphicons-person-wheelchair:before {
    content: "\E564";
}

.glyphicons-underground:before {
    content: "\E565";
}

.glyphicons-car-hov:before {
    content: "\E566";
}

.glyphicons-car-rental:before {
    content: "\E567";
}

.glyphicons-transport:before {
    content: "\E568";
}

.glyphicons-taxi:before {
    content: "\1F695";
}

.glyphicons-ice-cream-no:before {
    content: "\E570";
}

.glyphicons-uk-rat-u:before {
    content: "\E571";
}

.glyphicons-uk-rat-pg:before {
    content: "\E572";
}

.glyphicons-uk-rat-12a:before {
    content: "\E573";
}

.glyphicons-uk-rat-12:before {
    content: "\E574";
}

.glyphicons-uk-rat-15:before {
    content: "\E575";
}

.glyphicons-uk-rat-18:before {
    content: "\E576";
}

.glyphicons-uk-rat-r18:before {
    content: "\E577";
}

.glyphicons-tv:before {
    content: "\E578";
}

.glyphicons-sms:before {
    content: "\E579";
}

.glyphicons-mms:before {
    content: "\E580";
}

.glyphicons-us-rat-g:before {
    content: "\E581";
}

.glyphicons-us-rat-pg:before {
    content: "\E582";
}

.glyphicons-us-rat-pg-13:before {
    content: "\E583";
}

.glyphicons-us-rat-restricted:before {
    content: "\E584";
}

.glyphicons-us-rat-no-one-17:before {
    content: "\E585";
}

.glyphicons-equalizer:before {
    content: "\E586";
}

.glyphicons-speakers:before {
    content: "\E587";
}

.glyphicons-remote-control:before {
    content: "\E588";
}

.glyphicons-remote-control-tv:before {
    content: "\E589";
}

.glyphicons-shredder:before {
    content: "\E590";
}

.glyphicons-folder-heart:before {
    content: "\E591";
}

.glyphicons-person-running:before {
    content: "\E592";
}

.glyphicons-person:before {
    content: "\E593";
}

.glyphicons-voice:before {
    content: "\E594";
}

.glyphicons-stethoscope:before {
    content: "\E595";
}

.glyphicons-hotspot:before {
    content: "\E596";
}

.glyphicons-activity:before {
    content: "\E597";
}

.glyphicons-watch:before {
    content: "\231A";
}

.glyphicons-scissors-alt:before {
    content: "\E599";
}

.glyphicons-car-wheel:before {
    content: "\E600";
}

.glyphicons-chevron-up:before {
    content: "\E601";
}

.glyphicons-chevron-down:before {
    content: "\E602";
}

.glyphicons-superscript:before {
    content: "\E603";
}

.glyphicons-subscript:before {
    content: "\E604";
}

.glyphicons-text-size:before {
    content: "\E605";
}

.glyphicons-text-color:before {
    content: "\E606";
}

.glyphicons-text-background:before {
    content: "\E607";
}

.glyphicons-modal-window:before {
    content: "\E608";
}

.glyphicons-newspaper:before {
    content: "\1F4F0";
}

.glyphicons-tractor:before {
    content: "\1F69C";
}
/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

h1,
h2,
h3 {
    font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 48px;
    color: #0a0839;
}

h2 {
    font-size: 22px;
    color: #060526;
}

h1 {
    font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 22px;
}

a {
    color: #000;
}

p,
body {
    font-size: 13px;
    font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
strong,
b {
    font-weight: normal;
}

strong,
b {
    font-weight: 600;
}

hr {
    margin-bottom: 40px;
    margin-top: 40px;
}

input,
select {
    font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
}

textarea,
select {
    color: #4c4c4c;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        background: #ffffff;
    }
}

.txt-btn {
    color: #2d2d2d;
    font-size: 14px;
    text-decoration: underline;
}

    .txt-btn i {
        color: #3b8fc0;
        margin-left: 5px;
    }

    .txt-btn:hover {
        color: #3b8fc0;
    }

.btn {
    display: inline-block;
    font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
    text-align: center;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18x;
    cursor: pointer;
    padding-left: 50px;
    padding-right: 50px;
}

    .btn span.glyphicons,
    .btn .fa {
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 50px;
        top: 0;
    }

    .btn.wd {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }

        .btn.wd span.glyphicons,
        .btn.wd .fa {
            height: 50px;
            line-height: 50px;
            width: 50px;
        }

    .btn.sm {
        height: 34px;
        line-height: 34px;
    }

        .btn.sm span.glyphicons,
        .btn.sm .fa {
            height: 34px;
            line-height: 34px;
            width: 34px;
        }

    .btn.lt-btn {
        padding-left: 0;
    }

        .btn.lt-btn span.glyphicons,
        .btn.lt-btn .fa {
            float: left;
        }

    .btn.rt-btn {
        padding-right: 0;
    }

        .btn.rt-btn span.glyphicons,
        .btn.rt-btn .fa {
            float: right;
        }

    .btn.grey {
        background-color: #b3b3b3;
        color: #999;
    }

        .btn.grey:hover,
        .btn.grey:focus {
            background: #a1a1a1;
        }

    .btn.dark {
        background-color: #2d2d2d;
        color: #fff;
    }

        .btn.dark:hover,
        .btn.dark:focus {
            background: #1b1b1b;
        }

    .btn.blue {
        background-color: #0a0839;
    }

        .btn.blue:hover,
        .btn.blue:focus {
            background: #05041a;
        }

    .btn.purple {
        background-color: #fec107;
    }

        .btn.purple:hover,
        .btn.purple:focus {
            background: #e0a901;
        }

    .btn.navy {
        background-color: #060526;
    }

        .btn.navy:hover,
        .btn.navy:focus {
            background: #010106;
        }

    .btn.gold {
        position: absolute;
        -webkit-transition: All 0.3s ease-in;
        -moz-transition: All 0.3s ease-in;
        -o-transition: All 0.3s ease-in;
        -ms-transition: All 0.3s ease-in;
        transition: All 0.3s ease-in;
        background-color: #fec107;
        border: none !important;
        color: #ffffff !important;
        font-size: 21px;
        font-weight: 600;
        line-height: 21px !important;
        width: 93% !important;
        bottom: 25px;
    }

        .btn.gold:hover,
        .btn.gold:focus {
            background: #e0a901;
        }

    .btn.green {
        position: absolute;
        -webkit-transition: All 0.3s ease-in;
        -moz-transition: All 0.3s ease-in;
        -o-transition: All 0.3s ease-in;
        -ms-transition: All 0.3s ease-in;
        transition: All 0.3s ease-in;
        background-color: #3b8fc0;
        border: none !important;
        color: #ffffff !important;
        font-size: 21px;
        font-weight: 600;
        line-height: 21px !important;
        width: 90% !important;
        bottom: 25px;
    }

        .btn.green:hover,
        .btn.green:focus,
        .btn.green:active {
            background: #1f5a85;
        }

    .btn.red {
        position: absolute;
        -webkit-transition: All 0.3s ease-in;
        -moz-transition: All 0.3s ease-in;
        -o-transition: All 0.3s ease-in;
        -ms-transition: All 0.3s ease-in;
        transition: All 0.3s ease-in;
        background-color: #d81e05;
        border: none !important;
        color: #ffffff !important;
        font-size: 21px;
        font-weight: 600;
        line-height: 21px !important;
        width: 92% !important;
        bottom: 25px;
    }

        .btn.red:hover,
        .btn.red:focus,
        .btn.red:active {
            background: #b51904;
        }

body {
    background: #F5F7FF;
    color: #060526;
    position: relative;
    font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
}

    body a {
        -webkit-transition: All 0.3s ease-in;
        -moz-transition: All 0.3s ease-in;
        -o-transition: All 0.3s ease-in;
        -ms-transition: All 0.3s ease-in;
        transition: All 0.3s ease-in;
    }

#sidebar {
    display: none;
}

header {
    position: relative;
    z-index: 999;
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    -webkit-box-shadow: 0px 5px 21px -5px #cdd1e1;
    -moz-box-shadow: 0px 5px 21px -5px #CDD1E1;
    box-shadow: 0px 5px 21px -5px #cdd1e1;
    background: #fff;
}

    header .top {
        position: relative;
        margin-top: 10px;
        ;
    }

    header .logo {
        position: absolute;
        display: block;
        top: 7px;
        left: 14px;
    }

        header .logo img {
            /*width: 120px;*/ height: 40px;
        }

    header .topMenu {
        float: left;
        /*text-align: right;*/
        color: #0a0839;
        width: 85px;
        margin-top: -9px;
        margin-left: -15px;
    }

        header .topMenu b {
            font-size: 12px;
            /*font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;*/
        }

    header .main-menu {
    }

        header .main-menu nav ul li {
            float: left;
            line-height: 60px;
        }

            header .main-menu nav ul li a {
                font-size: 13px;
                font-weight: 600;
                color: #26409E;
                padding: 0 6px;
            }

                header .main-menu nav ul li a .reiseland {
                    margin-left: 10px;
                    width: 92px;
                    height: 20px;
                    margin-top: -2px;
                }

                header .main-menu nav ul li a:hover,
                header .main-menu nav ul li .active, header .main-menu .divBack #divreports a:hover,
                header .main-menu .divBack #divadminmenu a:hover {
                    text-decoration: none;
                    transition: All 0.2s ease-in;
                    color: #9E7E08;
                }

            header .main-menu nav ul li i {
                position: relative;
                color: #26409E;
                font-size: 21px;
                margin-left: -10px;
                top: 2px;
                right: 0;
                left: -5px;
                z-index: 9999;
            }
            /*header .main-menu nav ul li i {
  color: #fff;
}*/
            header .main-menu nav ul li #HL_Agent {
                /*position: relative;
  padding: 12px 30px 12px 8px;*/
                z-index: 9999;
            }

        header .main-menu nav ul .agent-enter {
            /*float: right;
  text-align: center;
  margin: 0 0 0 2px;*/
        }
        /*header .main-menu nav ul .agent-enter:hover {
  background: #e0a901;
}*/
        /*@-moz-document url-prefix() {
  .agent-enter {
    float: right;
    margin: 0 0 0 2px;
    width: 160px;
  }
}*/
        header .main-menu .divBack {
        }

            header .main-menu .divBack #divreports,
            header .main-menu .divBack #divadminmenu {
                display: none;
                position: absolute;
                z-index: 100;
                /*left: 394px!important;*/
                top: 45px !important;
                background: #fff;
                /*height: 43px;*/
                line-height: 44px;
                /*width: 126px;*/
                border: 1px solid #dedede;
                padding: 5px;
            }

            header .main-menu .divBack #divreports,
            header .main-menu .divBack #divadminmenu {
                line-height: 25px;
            }

                header .main-menu .divBack #divreports a,
                header .main-menu .divBack #divadminmenu a {
                    color: #26409E;
                    font-size: 12px;
                    display: block;
                }

    header .mcontainer {
        display: none;
    }
    /* header .Language {
        top: 5px;
        height: 35px;
        display: table;
        padding: 2px 5px;
    }*/
    header .Language {
        text-align: center;
        position: relative;
        float: right;
        width: auto;
        padding: 0 4px;
        top: 35px;
    }

        header .Language select {
            vertical-align: middle;
            border: none;
            cursor: pointer;
            background: none;
        }

            header .Language select option {
                padding: 5px !important;
                border-radius: 0 !important;
                color: #4c4c4c;
            }

        header .Language img {
            width: 18px;
            height: auto;
        }

        header .Language i {
            color: #b3b3b3;
            font-size: 12px;
        }

    header .clock {
        color: #333;
        position: absolute;
        right: 35px;
        top: -7px;
    }

        header .clock ul {
            width: auto;
            margin: 0 auto;
            padding: 0px;
            list-style: none;
            text-align: center;
        }

            header .clock ul li {
                display: inline;
                font-size: 12px;
                text-align: center;
            }

            header .clock ul #point {
                position: relative;
                -moz-animation: mymove 1s ease infinite;
                -webkit-animation: mymove 1s ease infinite;
            }

        header .clock #Date {
            font-size: 11px;
            text-align: center;
        }

@-webkit-keyframes mymove {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }
}

header .clock #Date 100% {
    opacity: 1.0;
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
    }
}

header .right-nav ul {
    float: right;
}

    header .right-nav ul li {
        float: left;
        font-size: 14px;
        color: #ffffff;
        margin-right: 25px;
    }

header .right-nav i {
    font-size: 14pt;
    margin-right: 5px;
    top: 2px;
    position: relative;
}

header .right-nav .flag {
    margin-right: 3px;
}

header .right-nav .language {
    position: relative;
    display: inline-block;
}

    header .right-nav .language:hover .languageDropdown {
        opacity: 1;
        /* Fade in */
        transition: opacity;
        transition-timing-function: ease-out;
        transition-duration: 250ms;
        -ms-transition: opacity;
        -ms-transition-timing-function: ease-out;
        -ms-transition-duration: 250ms;
        -moz-transition: opacity;
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        -webkit-transition: opacity;
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
    }

header .right-nav .languageDropdown {
    position: absolute;
    opacity: 0;
    /* Fade out */
    transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    transition-delay: 1s;
    -ms-transition: opacity;
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 250ms;
    -ms-transition-delay: 1s;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -moz-transition-delay: 1s;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -webkit-transition-delay: 1s;
}

header.sticky {
    background: #ffffff;
    height: 87px;
    line-height: 97px;
    box-shadow: 0 1px 5px #b3b3b3;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all 0.4s ease;
}

    header.sticky .logo {
        background-image: url('../../Assets/images/EvrezeLogoGrey.svg');
        width: 114px;
        height: 24px;
        display: inline-block;
    }

    header.sticky .right-nav ul {
        float: right;
    }

        header.sticky .right-nav ul li {
            float: left;
            font-size: 14px;
            color: #b3b3b3;
            margin-right: 25px;
        }

    header.sticky .right-nav i {
        font-size: 14pt;
        margin-right: 5px;
        top: 2px;
        position: relative;
    }

    header.sticky .right-nav .flag {
        margin-right: 3px;
    }

    header.sticky .right-nav .language {
        position: relative;
        display: inline-block;
    }

        header.sticky .right-nav .language:hover .languageDropdown {
            opacity: 1;
            /* Fade in */
            transition: opacity;
            transition-timing-function: ease-out;
            transition-duration: 250ms;
            -ms-transition: opacity;
            -ms-transition-timing-function: ease-out;
            -ms-transition-duration: 250ms;
            -moz-transition: opacity;
            -moz-transition-timing-function: ease-out;
            -moz-transition-duration: 250ms;
            -webkit-transition: opacity;
            -webkit-transition-timing-function: ease-out;
            -webkit-transition-duration: 250ms;
        }

    header.sticky .right-nav .languageDropdown {
        position: absolute;
        opacity: 0;
        /* Fade out */
        transition: opacity;
        transition-timing-function: ease-out;
        transition-duration: 250ms;
        transition-delay: 1s;
        -ms-transition: opacity;
        -ms-transition-timing-function: ease-out;
        -ms-transition-duration: 250ms;
        -ms-transition-delay: 1s;
        -moz-transition: opacity;
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        -moz-transition-delay: 1s;
        -webkit-transition: opacity;
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -webkit-transition-delay: 1s;
    }

#social {
    background-image: url('../../Assets/images/socialBg.jpg');
    width: 100%;
    overflow: hidden;
    height: 291px;
    display: block;
}

    #social .social-b {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 92, 91, 0.65)), to(rgba(6, 92, 91, 0.65)));
        height: 291px;
        padding-top: 65px;
        /*line-height: 97px;*/
        width: 100%;
        position: absolute;
        text-align: center;
        color: #ffffff;
    }

        #social .social-b h3 {
            font-size: 25pt;
            font-family: 'open_sanssemibold';
            color: #ffffff;
        }

        #social .social-b p {
            font-size: 18pt;
            font-family: 'open_sanslight';
        }

        #social .social-b a i {
            border: 1px solid #ffffff;
            padding: 10px;
            border: 1px solid #fff;
            border-radius: 29px;
            font-size: 27px;
            width: 50px;
            height: 50px;
            line-height: 30px;
            margin-right: 15px;
            margin-top: 35px;
            color: #ffffff;
        }

#newsletter {
    background-color: #0a0839;
    padding: 22px 0;
}

    #newsletter h4 {
        color: #2d2d2d;
        font-family: 'open_sanssemibold';
        font-size: 14pt;
    }

    #newsletter p {
        color: #ffffff;
        font-family: 'open_sansregular';
        font-size: 8pt;
    }

    #newsletter .btn.blue {
        border: 1px solid #ffffff;
        color: #ffffff;
        font-family: 'open_sanssemibold';
        font-size: 18pt;
    }

        #newsletter .btn.blue i {
            font-size: 18pt;
        }

    #newsletter .mailBox {
        padding: 15px;
        background-color: #ffffff;
        width: 100%;
        font-family: 'open_sansregular';
        font-size: 13pt;
        color: #c7c7c7;
    }

        #newsletter .mailBox i {
            margin-right: 8px;
            font-size: 14pt;
        }

#footer {
    /*background-color: #328efe;
  border-top: 1px solid #ffffff;*/
}

    #footer .footer {
        display: none;
        padding: 50px 0;
    }

    #footer .footerNav {
        background-color: #b3b3b3;
        height: auto;
        color: #444;
        font-size: 12px;
        border-top: 1px solid #a5a5a5;
    }

        #footer .footerNav ul li {
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            line-height: 50px;
            margin-right: 5px;
        }

            #footer .footerNav ul li a {
                border-right: 1px solid #444;
                padding-right: 5px;
                line-height: 50px;
                color: #444;
                font-size: 12px;
            }

    #footer h5 {
        color: #0a0839;
        font-family: 'open_sanssemibold';
        font-size: 13pt;
        margin-bottom: 15px;
    }

    #footer ul li a {
        color: #ffffff;
        line-height: 23px;
        font-size: 11pt;
    }

        #footer ul li a:hover {
            color: #e5e5e5;
        }

    #footer figure {
        margin-top: 40px;
    }

        #footer figure .appStore {
            margin-right: 10px;
        }

        #footer figure .appStore,
        #footer figure .googlePlay {
            float: left;
        }

            #footer figure .appStore img,
            #footer figure .googlePlay img {
                width: 128px;
                border: 1px solid #e5e5e5;
                border-radius: 4px;
            }

        #footer figure .payments {
            width: 229px;
            height: 23px;
            margin-top: 30px;
        }

    #footer .copyright {
        width: 100%;
        margin-top: 40px;
        border-top: 1px solid #424242;
        padding: 24px 0;
        text-align: center;
    }

        #footer .copyright p {
            color: #b3b3b3;
            font-family: 'open_sansregular';
            font-size: 9pt;
        }

    #footer .bisvel {
        float: right;
        /*background: #fff;*/
        padding: 0 5px;
    }
/*CUSTOM SCROLL BAR*/
.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
}

    .mCustomScrollbar.mCS_no_scrollbar,
    .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto;
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0;
    }

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 9px;
        height: 100%;
        margin: 0 auto;
        text-align: center;
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto;
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #d5d5d5;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #b3b3b3;
    border-radius: 15px 15px;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #060526;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

    .mCSB_scrollTools .mCSB_buttonDown:hover,
    .mCSB_scrollTools .mCSB_buttonLeft:hover,
    .mCSB_scrollTools .mCSB_buttonRight:hover,
    .mCSB_scrollTools .mCSB_buttonUp:hover {
        opacity: .75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)";
    }

    .mCSB_scrollTools .mCSB_buttonDown:active,
    .mCSB_scrollTools .mCSB_buttonLeft:active,
    .mCSB_scrollTools .mCSB_buttonRight:active,
    .mCSB_scrollTools .mCSB_buttonUp:active {
        opacity: .9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)";
    }

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(240, 240, 240, 0.85);
    z-index: 99999;
}

    .loading .ldn-wrp {
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 280px;
        font-size: 35px;
        margin-top: -140px;
        margin-left: -140px;
        color: #3b8fc0;
    }

    .loading .preloader {
        width: 64px;
        height: 64px;
        background: url(../Images/preloader.gif) center center no-repeat;
        display: inline-block;
    }

    .loading .ldn-wrp p {
        margin-top: 15px;
        font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
        font-size: 18px;
    }

.loading-target {
    position: absolute;
    display: none;
    text-align: center;
    font-size: 10px;
    z-index: 10;
}

    .loading-target em {
        width: 2em;
        height: 2em;
        line-height: 2em;
        display: inline-block;
        text-align: center;
        position: relative;
        background: url(../images/ajax-loader.gif) center center no-repeat;
    }

    .loading-target span {
        display: block;
    }

    .loading-target.inline {
        display: block !important;
    }

    .loading-target.main {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 1000;
        color: #0a0839;
    }

        .loading-target.main .lt-ctn {
            position: absolute;
            left: 0;
            right: 0;
            font-size: 55px;
            top: 40%;
        }

.ajax__calendar .ajax__calendar_container {
    border: 1px solid #dedede !important;
    width: 182px;
}

    .ajax__calendar .ajax__calendar_container table {
        border: none !important;
        padding: 0 !important;
    }

    .ajax__calendar .ajax__calendar_container .ajax__calendar_header {
        border: 1px solid #dedede;
        padding: 5px;
        background: #d81e05;
        color: #ffffff;
        font-weight: bold;
        border-radius: 4px;
        line-height: 16px;
        width: auto !important;
    }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_header .ajax__calendar_prev {
            background-position: 48% 50% !important;
        }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_header .ajax__calendar_prev,
        .ajax__calendar .ajax__calendar_container .ajax__calendar_header .ajax__calendar_next {
            height: 10px;
            width: 10px;
            padding: 5px;
            background-color: #ffffff;
            border-radius: 10px;
        }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_header .ajax__calendar_title {
            font-size: 14px;
        }

    .ajax__calendar .ajax__calendar_container .ajax__calendar_body {
        width: 225px !important;
        height: 160px !important;
    }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table thead tr td,
        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table thead tr td,
        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table thead tr td {
            text-align: center;
            padding: .7em .3em;
            font-weight: bold;
            border: 0;
            font-size: .9em;
        }

            .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table thead tr td .ajax__calendar_dayname,
            .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table thead tr td .ajax__calendar_dayname,
            .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table thead tr td .ajax__calendar_dayname {
                border: none;
                font-size: 14px;
                line-height: 17px;
            }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr td,
        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr td,
        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr td {
            padding: 1px;
        }

            .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr td .ajax__calendar_day,
            .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr td .ajax__calendar_day,
            .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr td .ajax__calendar_day {
                border: 1px solid #dedede;
                background: #f6f6f6;
                font-weight: normal;
                color: #454545;
                line-height: 17px;
                font-size: 13px;
            }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr .ajax__calendar_other .ajax__calendar_day,
        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr .ajax__calendar_other .ajax__calendar_day,
        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr .ajax__calendar_other .ajax__calendar_day {
            border: 1px solid #dedede;
            background: #ffffff;
        }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr .ajax__calendar_active .ajax__calendar_day,
        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr .ajax__calendar_active .ajax__calendar_day,
        .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr .ajax__calendar_active .ajax__calendar_day {
            border: 1px solid #8e1403;
            background: #d81e05;
            color: #ffffff;
            font-weight: 600;
        }

            .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr .ajax__calendar_active .ajax__calendar_day:hover,
            .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr .ajax__calendar_active .ajax__calendar_day:hover,
            .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr .ajax__calendar_active .ajax__calendar_day:hover {
                border: 1px solid #8e1403 !important;
                background: #d81e05 !important;
            }

    .ajax__calendar .ajax__calendar_container .ajax__calendar_footer {
        border-top: none;
    }

    .ajax__calendar .ajax__calendar_container .ajax__calendar_hover {
        border-top: none;
    }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_hover .ajax__calendar_title {
            color: #ffffff !important;
        }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_hover .ajax__calendar_today {
            color: #000000 !important;
        }

        .ajax__calendar .ajax__calendar_container .ajax__calendar_hover .ajax__calendar_day {
            background: #fec107 !important;
            border: 1px solid #ebb101 !important;
        }

@-moz-document url-prefix() {
    .ajax__calendar_container {
        width: 187px !important;
    }

        .ajax__calendar_container .ajax__calendar_days,
        .ajax__calendar_container .ajax__calendar_months,
        .ajax__calendar_container .ajax__calendar_years {
            width: 189px !important;
        }

            .ajax__calendar_container .ajax__calendar_days table thead tr,
            .ajax__calendar_container .ajax__calendar_months table thead tr,
            .ajax__calendar_container .ajax__calendar_years table thead tr,
            .ajax__calendar_container .ajax__calendar_days table tbody tr,
            .ajax__calendar_container .ajax__calendar_months table tbody tr,
            .ajax__calendar_container .ajax__calendar_years table tbody tr {
                display: table !important;
            }
}

.res {
    width: 100%;
}
/*****************************************/
@media (min-width: 320px) and (max-width: 375px) {
    body {
        overflow-x: hidden;
    }

    .logo .icon-logo {
        font-size: 30px !important;
    }

    .logo span {
        width: 235px !important;
        background-size: 235px auto !important;
    }

    .searchtabs ul li a {
        height: 140px !important;
    }

    #home-search .btn {
        width: 100% !important;
        padding: 0 !important;
        margin: 0;
        margin-top: 15px;
        text-align: center !important;
        margin-bottom: 20px;
    }

        #home-search .btn i {
            margin: 0 !important;
        }

    #home-search .search-form .form-item input[type=text],
    #home-search .search-form .form-item select {
        font-size: 14px;
        text-indent: 50px;
    }

    header,
    header.sticky {
        /*height: 175px;*/
        /*line-height: 77px;*/
    }

        header .clock,
        header.sticky .clock {
            display: none;
        }

    #showcase {
        margin: 0 -14px !important;
    }

        #showcase .flex {
            display: none;
        }

            #showcase .flex .flexslider .slides li {
                min-height: 380px;
            }

        #showcase .flight-search {
            top: 115px !important;
        }

            #showcase .flight-search .container .row .col-xs-12 {
                padding: 0;
            }

                #showcase .flight-search .container .row .col-xs-12 .search-box {
                    width: 100%;
                    height: auto;
                    margin: 0 auto;
                    padding: 10px;
                    min-height: 400px;
                }

                    #showcase .flight-search .container .row .col-xs-12 .search-box h2 {
                        font-size: 15pt;
                    }

                        #showcase .flight-search .container .row .col-xs-12 .search-box h2 i {
                            font-size: 15pt;
                        }

                    #showcase .flight-search .container .row .col-xs-12 .search-box .tblWhiteS .flightTbl ul li input[type=text] {
                        width: 95%;
                    }

                    #showcase .flight-search .container .row .col-xs-12 .search-box .tblWhiteS .flightTbl ul:first-child li {
                        font-size: 12px;
                    }

                    #showcase .flight-search .container .row .col-xs-12 .search-box .tblWhiteS .flightTbl .people .btnSearch input {
                        width: 93% !important;
                    }

                    #showcase .flight-search .container .row .col-xs-12 .search-box .tblWhiteS .flightTbl .people .btnSearch i {
                        right: 10px;
                    }

        #showcase #ui-datepicker-div {
            left: 5px;
            width: 24em;
        }

            #showcase #ui-datepicker-div .ui-datepicker-group {
                width: 100%;
            }

        #showcase .destekHatti {
            top: 20%;
            display: none;
        }

    #social .social-b {
        padding-top: 25px;
    }

        #social .social-b a i {
            margin-right: 5px;
        }

    #footer .footer .container figure a img {
        width: 135px !important;
    }
}

@media (max-width: 414px) {
    #showcase .flexslider .slides li {
        /*min-height: 520px;*/
    }

    #showcase .plt7 {
        padding-left: 0 !important;
    }

    #showcase #search .container .searchBrd {
        height: 269px !important;
    }

    #newsletter .newsletter-b .container .col-xs-12 {
        margin-bottom: 10px;
    }

    #footer footer .container .col-xs-6 {
        margin-bottom: 30px;
    }
}

@media (min-width: 320px) and (max-width: 747px) {

    header .logo {
        top: -5px;
        left: -4px;
    }

    header .Language {
        top: 0px;
        position: absolute;
        right: 5px;
    }

    header .logo img {
        width: auto !important;
        height: 37px;
    }

    header .top {
        height: 50px;
    }

    header .topMenu {
        line-height: 12px;
        margin-top: 0;
        position: relative;
        left: 140px;
        color: #26409E;
        float: none;
        width: 100px;
    }

    header .clock {
        display: none;
    }

    header .main-menu {
        display: none;
    }

    header .mcontainer {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        height: 20px;
    }

        header .mcontainer .submenuclass {
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 30px;
            padding: 0px 15px;
        }

        header .mcontainer nav {
            position: absolute;
            max-width: 160px;
            min-height: auto;
            transition: background 0.25s ease;
            -webkit-transition: background 0.25s ease;
            -moz-transition: background 0.25s ease;
            -ms-transition: background 0.25s ease;
            -webkit-box-shadow: 0px 5px 21px -5px #cdd1e1;
            -moz-box-shadow: 0px 5px 21px -5px #CDD1E1;
            box-shadow: 0px 5px 21px -5px #cdd1e1;
        }

    header .floatLeft {
        float: left;
    }

    header .floatRight {
        float: right;
    }

    header .posAbs {
        position: absolute;
    }

    header .third {
        width: 33.3333%;
    }

    header .half {
        width: 50%;
    }

    header .twoThird {
        width: 66.6666%;
    }

    header .quarter {
        width: 25%;
    }

    header label {
        cursor: pointer;
        display: block;
        height: 3rem;
        width: 4rem;
        position: relative;
        top: -22px;
    }

        header label span {
            border-radius: 15%;
            height: 1.5px;
            width: 20px;
            background-color: #26409E;
            position: absolute;
            top: 70%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            transition: all 0.3s ease-out;
        }

            header label span:before {
                border-radius: 15%;
                position: absolute;
                content: "";
                height: 100%;
                width: 100%;
                background-color: #26409E;
                top: 400%;
                transition: all 0.3s ease-out;
            }

            header label span:after {
                border-radius: 15%;
                position: absolute;
                content: "";
                height: 100%;
                width: 100%;
                background-color: #26409E;
                top: -400%;
                transition: all 0.3s ease-out;
            }

        header label:hover span {
            height: 0;
            transition: all 0.3s ease-out;
        }

            header label:hover span:before {
                height: 3px;
                transform: rotate(-45deg);
                transition: all 0.3s ease-out;
            }

            header label:hover span:after {
                height: 3px;
                transform: rotate(45deg);
                transition: all 0.3s ease-out;
            }

    header .bar {
        color: #26409E;
        /*line-height: 3rem;
        background-color: #fec107;
        border: 1px solid grey;*/
    }

        header .bar span:nth-child(2) {
            margin-left: 0px;
            position: absolute;
            /*top: 41px;*/
        }

            header .bar span:nth-child(2) a {
                color: #26409E;
                font-size: 13px;
            }

    header nav {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        max-width: 300px;
        transform: translateX(-100%) scale(1, 0.1);
        transform-origin: top left;
        transition: all 0.3s ease-out;
        background-color: #fff;
    }

        header nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            header nav ul li {
                border-top: 1px solid #ffffff;
                opacity: 0;
                transform: translateX(-100%);
                transition: all 0.6s ease-out;
            }

                header nav ul li a {
                    display: block;
                    text-decoration: none;
                    transition: all 0.3s ease-out;
                    color: #26409E;
                    padding: 10px 0px 10px 20px;
                    font-size: 13px;
                }

                header nav ul li:first-child {
                    border-top: none;
                }

                header nav ul li a:hover {
                    color: #26409E;
                    background: #e5e5e5;
                    transition: all 0.3s ease-out;
                }

                header nav ul li:hover a i {
                    color: white;
                }

    header #HL_Agent {
        position: relative;
        padding: 12px 30px 12px 8px;
        z-index: 9999;
    }

    header .agent-enter {
        text-align: center;
        position: absolute;
        /* top: 41px;*/
        right: 32px;
    }
        /*header .agent-enter:hover {
    background: #e0a901;
  }*/
        header .agent-enter b {
            font-size: 15px;
        }

            header .agent-enter b a {
                color: #26409E;
                font-size: 13px;
            }

    @-moz-document url-prefix() {
        .agent-enter {
            float: right;
            margin: 0 0 0 2px;
            width: 160px;
        }
    }

    header .navBtn:checked ~ nav {
        transform: translateX(0);
        transition: all 0.3s ease-out;
    }

        header .navBtn:checked ~ nav ul li {
            opacity: 1;
            transform: translateX(0);
            transition: all 0.6s ease-out;
        }

    header .navBtn {
        display: none;
    }

    header .right-nav {
        display: none;
    }

    #ContentPage .BookingView,
    #ContentPage .paBookingView {
        padding: 5px !important;
    }

        #ContentPage .BookingView .formHea,
        #ContentPage .paBookingView .formHea {
            padding: 0 0 5px 10px;
            overflow-x: auto;
        }

            #ContentPage .BookingView .formHea .row,
            #ContentPage .paBookingView .formHea .row {
                padding: 2px 5px 5px 5px;
            }

    #ContentPage .dynamic-page {
        padding: 5px 0;
    }

        #ContentPage .dynamic-page .container {
            padding-left: 0;
            padding-right: 0;
        }

            #ContentPage .dynamic-page .container .row {
                width: 100%;
            }

                #ContentPage .dynamic-page .container .row .col-xs-12 {
                    padding: 0;
                }

                    #ContentPage .dynamic-page .container .row .col-xs-12 .dynContent {
                        padding: 10px;
                    }

                        #ContentPage .dynamic-page .container .row .col-xs-12 .dynContent .dyn-header {
                            font-size: 20px;
                        }

                        #ContentPage .dynamic-page .container .row .col-xs-12 .dynContent .tblWhiteS {
                            padding: 0;
                        }

                            #ContentPage .dynamic-page .container .row .col-xs-12 .dynContent .tblWhiteS .flightTbl {
                                width: 500px;
                            }

                                #ContentPage .dynamic-page .container .row .col-xs-12 .dynContent .tblWhiteS .flightTbl td:first-child {
                                    width: 75px;
                                }

                                #ContentPage .dynamic-page .container .row .col-xs-12 .dynContent .tblWhiteS .flightTbl b {
                                    font-size: 13px;
                                }

                                #ContentPage .dynamic-page .container .row .col-xs-12 .dynContent .tblWhiteS .flightTbl .gBtn input {
                                    width: 39% !important;
                                }

                #ContentPage .dynamic-page .container .row .flight-search {
                    padding: 10px;
                }

                    #ContentPage .dynamic-page .container .row .flight-search .search-box h2 {
                        font-size: 15pt;
                    }

                        #ContentPage .dynamic-page .container .row .flight-search .search-box h2 i {
                            font-size: 15pt;
                        }

                    #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS {
                        padding: 0;
                    }

                        #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl ul li {
                            width: 48%;
                            margin-bottom: 5px;
                        }

                            #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl ul li input[type=text] {
                                width: 95%;
                            }

                        #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li {
                            width: 100%;
                            font-size: 12px;
                            margin-top: 10px;
                        }

                            #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li input {
                                margin: 0;
                            }

                        #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl .people {
                            width: 100%;
                            height: 80px;
                            /*height: 160px;*/
                        }

                        #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl .thyprivate {
                            width: 100%;
                            height: 140px;
                        }

                            #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl .people li {
                                width: 33%;
                            }

                            #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl .people .btnSearch {
                                width: 100%;
                                right: 0px;
                            }

                                #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl .people .btnSearch input {
                                    width: 100% !important;
                                }

                                #ContentPage .dynamic-page .container .row .flight-search .search-box .tblWhiteS .flightTbl .people .btnSearch i {
                                    right: 10px;
                                }

                    #ContentPage .dynamic-page .container .row .flight-search .table-list {
                        width: 105%;
                        margin-left: -8px;
                    }

                        #ContentPage .dynamic-page .container .row .flight-search .table-list .gHea h2 {
                            width: 100%;
                        }

                    #ContentPage .dynamic-page .container .row .flight-search .price-detail {
                        width: 100%;
                        margin-top: 5px;
                    }

                        #ContentPage .dynamic-page .container .row .flight-search .price-detail .PriceDetailTable h3 {
                            width: 100%;
                        }

                        #ContentPage .dynamic-page .container .row .flight-search .price-detail .gBtn input,
                        #ContentPage .dynamic-page .container .row .flight-search .price-detail .gBtn .total-next {
                            width: 84% !important;
                        }

                #ContentPage .dynamic-page .container .row .res-form .gHea h2,
                #ContentPage .dynamic-page .container .row .res-control .gHea h2 {
                    font-size: 15pt;
                }

                    #ContentPage .dynamic-page .container .row .res-form .gHea h2 i,
                    #ContentPage .dynamic-page .container .row .res-control .gHea h2 i {
                        font-size: 15pt;
                    }

                #ContentPage .dynamic-page .container .row .res-form .price-detail,
                #ContentPage .dynamic-page .container .row .res-control .price-detail {
                    width: 100%;
                    margin-top: 10px;
                    margin-bottom: 40px;
                    padding-bottom: 40px;
                }

                    #ContentPage .dynamic-page .container .row .res-form .price-detail .PriceDetailTable .gBtn .total-next,
                    #ContentPage .dynamic-page .container .row .res-control .price-detail .PriceDetailTable .gBtn .total-next {
                        width: 84% !important;
                    }

                    #ContentPage .dynamic-page .container .row .res-form .price-detail .PriceDetailTable .gBack,
                    #ContentPage .dynamic-page .container .row .res-control .price-detail .PriceDetailTable .gBack {
                        margin-top: 60px;
                    }

                #ContentPage .dynamic-page .container .row .res-form .formHea .tar,
                #ContentPage .dynamic-page .container .row .res-control .formHea .tar {
                    text-align: left;
                }

                #ContentPage .dynamic-page .container .row .res-form .formHea .pas-title,
                #ContentPage .dynamic-page .container .row .res-control .formHea .pas-title {
                    display: none;
                }

                #ContentPage .dynamic-page .container .row .res-form .formHea select,
                #ContentPage .dynamic-page .container .row .res-control .formHea select,
                #ContentPage .dynamic-page .container .row .res-form .formHea input,
                #ContentPage .dynamic-page .container .row .res-control .formHea input {
                    margin-bottom: 5px;
                }

                #ContentPage .dynamic-page .container .row .paBooking .gHea h2 {
                    font-size: 15pt;
                }

                #ContentPage .dynamic-page .container .row .paBooking #ContentPlaceHolder1_PnlSearch {
                    min-height: 500px;
                }

                #ContentPage .dynamic-page .container .row .paBooking div table tr {
                    display: inline-grid;
                }

                    #ContentPage .dynamic-page .container .row .paBooking div table tr:nth-child(2) {
                        position: absolute;
                    }

                    #ContentPage .dynamic-page .container .row .paBooking div table tr td {
                        width: 105px;
                        line-height: 32px;
                    }

                        #ContentPage .dynamic-page .container .row .paBooking div table tr td input,
                        #ContentPage .dynamic-page .container .row .paBooking div table tr td select {
                            margin-bottom: 5px;
                            width: 140px !important;
                        }

                            #ContentPage .dynamic-page .container .row .paBooking div table tr td input[type=image] {
                                width: 19px !important;
                            }

    #ContentPage .paBookingView .gBtn {
        display: grid;
        margin-top: 55px
    }

    #ContentPage .dynamic-page .container .row .paBooking .stripo #LBBookingDate,
    #ContentPage .dynamic-page .container .row .paBooking .stripo #LBOption,
    #ContentPage .dynamic-page .container .row .paBooking .stripo #LBAgent,
    #ContentPage .dynamic-page .container .row .paBooking .stripo #LBTravelers,
    #ContentPage .dynamic-page .container .row .paBooking .stripo #LBServiceCharge,
    #ContentPage .dynamic-page .container .row .paBooking .stripo #LBTotal,
    #ContentPage .dynamic-page .container .row .paBooking .stripo #LBAirline {
        display: none;
    }

    #ContentPage .dynamic-page .container .row .stripo .st_table .hcell {
        overflow: hidden;
        width: auto !important;
        font-size: 10px !important;
        line-height: 12px !important;
    }

    #ContentPage .dynamic-page .container .row .stripo .st_table .cell {
        margin: 2px !important;
        width: 63px !important;
    }

    #ContentPage .dynamic-page .container .row .stripo .st_table .inpB {
        width: 100% !important;
    }

    #ContentPage .flight-search .stripo .flightClassBox {
        font-size: 11px !important;
    }

    #ContentPage .flight-search .stripo .cell .tedImg, .stripo img {
        object-position: 12% 50% !important;
    }

    #showcase {
        min-height: 430px;
    }

        #showcase .flex {
            display: none;
        }

        #showcase #search {
            margin-top: 11%;
        }

            #showcase #search h1 {
                font-size: 30px !important;
                line-height: 30px !important;
            }

                #showcase #search h1 span {
                    font-size: 17px !important;
                }

            #showcase #search .container .row:first-child {
                margin-bottom: 10px !important;
            }

            #showcase #search .container .row:nth-child(3) {
                margin-top: 10px !important;
            }

            #showcase #search .container .ilanNo,
            #showcase #search .container .ucretsizIlan,
            #showcase #search .container .searchBrd {
                height: 57px !important;
            }

                #showcase #search .container .ilanNo .ilanNo a,
                #showcase #search .container .ucretsizIlan .ilanNo a,
                #showcase #search .container .searchBrd .ilanNo a,
                #showcase #search .container .ilanNo .ucretsizIlan a,
                #showcase #search .container .ucretsizIlan .ucretsizIlan a,
                #showcase #search .container .searchBrd .ucretsizIlan a,
                #showcase #search .container .ilanNo .btn.navy,
                #showcase #search .container .ucretsizIlan .btn.navy,
                #showcase #search .container .searchBrd .btn.navy,
                #showcase #search .container .ilanNo .btn.blue,
                #showcase #search .container .ucretsizIlan .btn.blue,
                #showcase #search .container .searchBrd .btn.blue {
                    font-size: 11pt;
                    height: auto;
                    line-height: 43px;
                }

                #showcase #search .container .ilanNo .searchBox,
                #showcase #search .container .ucretsizIlan .searchBox,
                #showcase #search .container .searchBrd .searchBox {
                    padding: 11px;
                }

                    #showcase #search .container .ilanNo .searchBox span,
                    #showcase #search .container .ucretsizIlan .searchBox span,
                    #showcase #search .container .searchBrd .searchBox span {
                        font-size: 10pt;
                    }

        #showcase .destekHatti {
            top: 20%;
        }

    #footer figure .appStore img,
    #footer figure .googlePlay img {
        width: 170px !important;
        margin-bottom: 10px !important;
    }

    #footer figure .payments {
        width: 100% !important;
        height: auto;
    }

    .logo .icon-logo {
        font-size: 39px !important;
    }

    .logo span {
        width: 286px !important;
        background-size: 286px auto !important;
    }

    .search {
        height: auto !important;
    }

    .searchtabs,
    .search-form {
        width: 100% !important;
    }

        .searchtabs ul li {
            width: 50% !important;
            float: left !important;
        }

            .searchtabs ul li a {
                width: 100% !important;
            }

                .searchtabs ul li a:after {
                    border-top: 15px solid #8a1e47 !important;
                    border-left: 18px solid transparent !important;
                    left: 50% !important;
                    bottom: -32px !important;
                    margin-left: -16px;
                    right: auto !important;
                    top: auto !important;
                }

        .search-form .form-item {
            width: 91% !important;
        }

    .ui-datepicker {
        border-bottom: 2px solid #b3b3b3 !important;
        border-top: 1px solid #e1e1e1 !important;
        left: 5px !important;
        width: 24em !important;
        top: 162px !important;
    }

        .ui-datepicker:after,
        .ui-datepicker:before {
            display: none !important;
        }

        .ui-datepicker .ui-datepicker-group {
            width: 100%;
        }

    #footer .footerNav ul {
        text-align: center;
        margin: 0 auto;
    }

    #footer .bisvel {
        float: none;
    }

        #footer .bisvel img {
            width: 110px;
            margin: 10px 0;
        }

    #footer .footerNav ul li a {
        padding-right: 5px;
        line-height: 25px;
        font-size: 11px;
    }
}

@media (min-width: 414px) and (max-width: 736px) {
    #sidebar {
        background: #ffffff;
        width: 137px;
        height: auto;
        display: block;
        position: absolute;
        right: -139px;
        top: 0;
        transition: right 0.3s linear;
        box-shadow: 0 1px 5px #b3b3b3;
        padding: 0;
    }

        #sidebar.visible {
            right: 0;
            transition: right 0.3s linear;
        }

    #sidebar-btn {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin: 20px;
        position: absolute;
        top: 0;
        right: 139px;
    }

        #sidebar-btn i {
            font-size: 30px;
            color: #ffffff;
            line-height: 30px;
            position: absolute;
        }

    .sticky #sidebar-btn i {
        color: #b3b3b3 !important;
    }

    header,
    header.sticky {
        height: 67px;
        line-height: 77px;
    }

        header #sidebar ul li,
        header.sticky #sidebar ul li {
            color: #b3b3b3;
            text-align: center;
        }

            header #sidebar ul li:hover,
            header.sticky #sidebar ul li:hover {
                background-color: #e5e5e5;
                transition: 0.3s linear;
            }

        header #sidebar ul a,
        header.sticky #sidebar ul a {
            font-size: 14px;
            color: #b3b3b3;
        }

            header #sidebar ul a:hover,
            header.sticky #sidebar ul a:hover,
            header #sidebar ul a:active,
            header.sticky #sidebar ul a:active,
            header #sidebar ul i:hover,
            header.sticky #sidebar ul i:hover {
                color: #060526;
            }

        header #sidebar ul i,
        header.sticky #sidebar ul i {
            font-size: 14pt;
            margin-right: 5px;
            top: 2px;
            position: relative;
        }

        header #sidebar ul .flag,
        header.sticky #sidebar ul .flag {
            margin: 0 10px 0 0;
        }

        header #sidebar ul #hide,
        header.sticky #sidebar ul #hide {
            text-align: left;
            padding-left: 35px;
        }

            header #sidebar ul #hide .languageDropdown,
            header.sticky #sidebar ul #hide .languageDropdown {
                margin-top: -20px;
                margin-left: 15px;
            }

        header #sidebar ul .language,
        header.sticky #sidebar ul .language {
            position: relative;
            display: inline-block;
        }

            header #sidebar ul .language:hover .languageDropdown,
            header.sticky #sidebar ul .language:hover .languageDropdown {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                opacity: 1;
                /* Fade in */
            }

        header #sidebar ul .languageDropdown,
        header.sticky #sidebar ul .languageDropdown {
            position: absolute;
            -webkit-transition: All 0.3s ease-in;
            -moz-transition: All 0.3s ease-in;
            -o-transition: All 0.3s ease-in;
            -ms-transition: All 0.3s ease-in;
            transition: All 0.3s ease-in;
            opacity: 0;
            /* Fade out */
        }

        header .clock,
        header.sticky .clock {
            display: none;
        }

        header .right-nav,
        header.sticky .right-nav {
            display: none;
        }

    #showcase #search {
        margin-top: 20% !important;
    }

        #showcase #search h1 {
            font-size: 20px !important;
            line-height: 20px !important;
        }

            #showcase #search h1 span {
                font-size: 17px !important;
            }

        #showcase #search .searchBrd .searchBox {
            margin-bottom: 10px;
            width: 100% !important;
            display: block;
        }

        #showcase #search .container .row:first-child {
            margin-bottom: 10px !important;
        }

        #showcase #search .container .row:nth-child(3) {
            margin-top: 10px !important;
        }

        #showcase #search .container .ilanNo,
        #showcase #search .container .ucretsizIlan,
        #showcase #search .container .searchBrd {
            height: 57px !important;
        }

            #showcase #search .container .ilanNo .ilanNo a,
            #showcase #search .container .ucretsizIlan .ilanNo a,
            #showcase #search .container .searchBrd .ilanNo a,
            #showcase #search .container .ilanNo .ucretsizIlan a,
            #showcase #search .container .ucretsizIlan .ucretsizIlan a,
            #showcase #search .container .searchBrd .ucretsizIlan a,
            #showcase #search .container .ilanNo .btn.navy,
            #showcase #search .container .ucretsizIlan .btn.navy,
            #showcase #search .container .searchBrd .btn.navy,
            #showcase #search .container .ilanNo .btn.blue,
            #showcase #search .container .ucretsizIlan .btn.blue,
            #showcase #search .container .searchBrd .btn.blue {
                font-size: 11pt;
                height: auto;
                line-height: 43px;
            }

            #showcase #search .container .ilanNo .searchBox,
            #showcase #search .container .ucretsizIlan .searchBox,
            #showcase #search .container .searchBrd .searchBox {
                padding: 11px;
            }

                #showcase #search .container .ilanNo .searchBox span,
                #showcase #search .container .ucretsizIlan .searchBox span,
                #showcase #search .container .searchBrd .searchBox span {
                    font-size: 10pt;
                }

    #showcase .flexslider .slides li {
        min-height: 350px;
    }

    #showcase .destekHatti {
        top: 20%;
        display: none;
    }

    #footer figure .appStore img,
    #footer figure .googlePlay img {
        width: 170px !important;
        margin-bottom: 10px !important;
    }

    #footer figure .payments {
        width: 100% !important;
        height: auto;
    }

    .logo .icon-logo {
        font-size: 39px !important;
    }

    .logo span {
        width: 286px !important;
        background-size: 286px auto !important;
    }

    .search {
        height: auto !important;
    }

    .searchtabs,
    .search-form {
        width: 100% !important;
    }

        .searchtabs ul li {
            width: 50% !important;
            float: left !important;
        }

            .searchtabs ul li a {
                width: 100% !important;
            }

                .searchtabs ul li a:after {
                    border-top: 15px solid #8a1e47 !important;
                    border-left: 18px solid transparent !important;
                    left: 50% !important;
                    bottom: -32px !important;
                    margin-left: -16px;
                    right: auto !important;
                    top: auto !important;
                }

        .search-form .form-item {
            width: 91% !important;
        }

    .ui-datepicker {
        border-bottom: 2px solid #b3b3b3 !important;
        border-top: 1px solid #e1e1e1 !important;
    }

        .ui-datepicker:after,
        .ui-datepicker:before {
            display: none !important;
        }
}

@media (max-width: 667px) {
    #ContentPage .dynamic-page {
        margin-top: 0px;
    }

    @-moz-document url-prefix() {
        #ContentPage .dynamic-page {
            /*margin-top: 131px;*/
        }
    }
}

@media (min-width: 748px) and (max-width: 768px) {
    header,
    header.sticky {
        height: 77px;
        line-height: 90px;
    }

        header .clock,
        header.sticky .clock {
            display: none;
        }

    #showcase #search {
        margin-top: 11%;
    }

        #showcase #search h1 {
            font-size: 30px !important;
            line-height: 30px !important;
        }

            #showcase #search h1 span {
                font-size: 17px !important;
            }

        #showcase #search .container .row:first-child {
            margin-bottom: 10px !important;
        }

        #showcase #search .container .row:nth-child(3) {
            margin-top: 10px !important;
        }

        #showcase #search .container .ilanNo,
        #showcase #search .container .ucretsizIlan,
        #showcase #search .container .searchBrd {
            height: 57px !important;
        }

            #showcase #search .container .ilanNo .ilanNo a,
            #showcase #search .container .ucretsizIlan .ilanNo a,
            #showcase #search .container .searchBrd .ilanNo a,
            #showcase #search .container .ilanNo .ucretsizIlan a,
            #showcase #search .container .ucretsizIlan .ucretsizIlan a,
            #showcase #search .container .searchBrd .ucretsizIlan a,
            #showcase #search .container .ilanNo .btn.navy,
            #showcase #search .container .ucretsizIlan .btn.navy,
            #showcase #search .container .searchBrd .btn.navy,
            #showcase #search .container .ilanNo .btn.blue,
            #showcase #search .container .ucretsizIlan .btn.blue,
            #showcase #search .container .searchBrd .btn.blue {
                font-size: 11pt;
                height: auto;
                line-height: 43px;
            }

            #showcase #search .container .ilanNo .searchBox,
            #showcase #search .container .ucretsizIlan .searchBox,
            #showcase #search .container .searchBrd .searchBox {
                padding: 11px;
            }

                #showcase #search .container .ilanNo .searchBox span,
                #showcase #search .container .ucretsizIlan .searchBox span,
                #showcase #search .container .searchBrd .searchBox span {
                    font-size: 10pt;
                }

    #showcase .destekHatti {
        top: 9%;
    }

    .search-form {
        width: 74.4% !important;
    }

        .search-form .form-item {
            width: 43.6% !important;
            margin: 19px 15px 0 15px !important;
        }

            .search-form .form-item select,
            .search-form .form-item input[type=text] {
                font-size: 14px !important;
                text-indent: 50px !important;
            }

            .search-form .form-item label {
                font-size: 11px !important;
            }

            .search-form .form-item.item-size2 {
                width: 27% !important;
            }

            .search-form .form-item fieldset.checkbox label {
                font-size: 16px !important;
            }

    #newsletter p {
        font-size: 8pt;
        word-spacing: -1px;
    }

    #footer figure .appStore img,
    #footer figure .googlePlay img {
        width: 170px !important;
        margin-bottom: 10px !important;
    }

    #footer figure .payments {
        width: 100% !important;
    }
}

@media (min-width: 769px) and (max-width: 1069px) {
    header,
    header.sticky {
        height: 77px;
        line-height: 90px;
    }

    #showcase #search h1 {
        font-size: 40px !important;
    }

        #showcase #search h1 span {
            font-size: 17px !important;
        }

    #showcase #search .container .row:first-child {
        margin-bottom: 20px !important;
    }

    #showcase #search .container .row:nth-child(3) {
        margin-top: 20px !important;
    }

    #showcase #search .container .searchBox span {
        font-size: 11pt;
    }

    .search-form {
        width: 76% !important;
    }

        .search-form .form-item {
            width: 42% !important;
        }

            .search-form .form-item select,
            .search-form .form-item input[type=text] {
                font-size: 14px !important;
                text-indent: 50px !important;
            }

            .search-form .form-item label {
                font-size: 11px !important;
            }

            .search-form .form-item.item-size2 {
                width: 25.35% !important;
            }

            .search-form .form-item fieldset.checkbox label {
                font-size: 16px !important;
            }

    #newsletter p {
        font-size: 8pt;
        word-spacing: -1px;
    }

    #footer figure .appStore img,
    #footer figure .googlePlay img {
        width: 170px !important;
        margin-bottom: 10px !important;
    }

    #footer figure .payments {
        width: 100% !important;
    }

    .ui-datepicker {
        border-bottom: 2px solid #b3b3b3 !important;
        border-top: 1px solid #e1e1e1 !important;
        margin-top: -8px !important;
    }

        .ui-datepicker:after,
        .ui-datepicker:before {
            top: 100% !important;
            bottom: auto !important;
        }

        .ui-datepicker:after {
            border-top-color: #fff !important;
            border-bottom-color: transparent !important;
        }

        .ui-datepicker:before {
            border-top-color: #bbb !important;
            border-bottom-color: transparent !important;
        }
}

@media (max-width: 1069px) {
    #domesticflights .col-sm-12 {
        margin-bottom: 30px;
    }

    #price-book {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }

    #filter .filter .flt-content .fb1 {
        width: 52%;
    }

    #filter .filter .flt-content .fb2 {
        width: 21%;
    }

        #filter .filter .flt-content .fb2 ul li {
            font-size: 13px;
        }

    .int-flight .int-item .flight table td {
        font-size: 12px;
    }

        .int-flight .int-item .flight table td .tr-info {
            top: 0;
            right: 25px;
        }

    .int-flight #price-book {
        margin-bottom: 0 !important;
    }

        .int-flight #price-book .price-box {
            font-size: 16px;
            width: 55.35%;
        }

            .int-flight #price-book .price-box .total-price {
                font-size: 27px;
            }

    .int-flight i.fa-check {
        margin-bottom: 10px;
    }
}

@media (min-width: 1070px) and (max-width: 1450px) {
    #showcase #search {
        margin-top: 11%;
    }

        #showcase #search .container .row:first-child {
            margin-bottom: 18px !important;
        }

        #showcase #search .container .row:nth-child(3) {
            margin-top: 30px !important;
        }

        #showcase #search .container .searchBox span {
            font-size: 12pt;
        }
}

@media (min-width: 1150px) {
    .container {
        width: auto;
    }
}

.ui-datepicker:after,
.ui-datepicker:before {
    left: 25%;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
}

.ui-datepicker select {
    height: 26px;
    line-height: 26px;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
    height: 26px;
    line-height: 24px;
    font-size: 12px;
}

#showcase .flex .row div {
    padding: 0;
}

#showcase .flexslider .slides {
    overflow: hidden;
}

    #showcase .flexslider .slides li {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        max-height: 100%;
    }

        #showcase .flexslider .slides li img {
            /*min-height: 490px;*/
        }

#showcase .flight-search {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    #showcase .flight-search #search-bg {
        /* Absolutely position it, but stretch it to all four corners, then put it just behind #search's z-index */
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 99;
        /* Pull the background 70px higher to the same place as #bg's */
        background-position: center -70px;
        -webkit-filter: blur(10px);
        filter: url(http://jordanhollinger.com/media/blur.svg#blur);
        filter: blur(10px);
    }

    #showcase .flight-search .search-box {
        position: relative;
        z-index: 100;
        padding: 10px 15px 10px 15px;
        height: 414px;
        background-color: rgba(6, 5, 38, 0.6);
        margin: 149px 0 0 50px;
        color: #ffffff;
    }

        #showcase .flight-search .search-box h2 {
            font-size: 20pt;
            margin-bottom: 0;
            color: #ffffff;
            font-family: 'open_sanssemibold';
        }

            #showcase .flight-search .search-box h2 i {
                font-size: 25px;
                margin-right: .4em;
            }

        #showcase .flight-search .search-box .tblWhiteS .flightTbl {
            text-align: left;
            color: #ffffff;
            display: inline-block;
            padding-top: 5px;
        }

            #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:first-child {
                margin-bottom: 15px;
            }

                #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li {
                    position: relative;
                    width: 100%;
                    margin-bottom: 5px;
                    font-size: 19px;
                }

                    #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li input {
                        padding: 0;
                        width: 14px;
                        position: relative;
                        top: 2px;
                        margin-right: 5px;
                    }

                    #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li label {
                        padding: 0;
                        font-family: 'open_sanssemibold';
                    }

                        #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li label:active,
                        #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li label:select,
                        #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li label:hover {
                            background-color: #fec107;
                            padding: 6px;
                            border-radius: 5px;
                        }

            #showcase .flight-search .search-box .tblWhiteS .flightTbl ul li {
                float: left;
                width: 48%;
            }

                #showcase .flight-search .search-box .tblWhiteS .flightTbl ul li b {
                    font-family: 'open_sanssemibold';
                    line-height: 25px;
                }

                #showcase .flight-search .search-box .tblWhiteS .flightTbl ul li select,
                #showcase .flight-search .search-box .tblWhiteS .flightTbl ul li input {
                    padding: 5px;
                    border: 1px solid #dedede;
                    width: 95%;
                    cursor: pointer;
                    color: #4c4c4c;
                }

                    #showcase .flight-search .search-box .tblWhiteS .flightTbl ul li select appearance,
                    #showcase .flight-search .search-box .tblWhiteS .flightTbl ul li input appearance {
                        margin: 5px;
                    }

                #showcase .flight-search .search-box .tblWhiteS .flightTbl ul li div select:nth-child(2) {
                    top: 32px !important;
                    border: none !important;
                }

                #showcase .flight-search .search-box .tblWhiteS .flightTbl ul li div input {
                    height: 30px !important;
                }

                #showcase .flight-search .search-box .tblWhiteS .flightTbl ul li .fa-calendar-days {
                    position: relative;
                    float: right;
                    color: #4c4c4c;
                    top: -27px;
                    right: 20px;
                    font-size: 20px;
                    cursor: pointer;
                }

            #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:nth-child(2) li div select {
                width: 95% !important;
                height: auto !important;
            }

            #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:nth-child(3) {
                width: 100%;
                display: inline-block;
            }

                #showcase .flight-search .search-box .tblWhiteS .flightTbl ul:nth-child(3) li div select {
                    width: 95% !important;
                    height: auto !important;
                }

            #showcase .flight-search .search-box .tblWhiteS .flightTbl .people li {
                width: 33%;
            }

            #showcase .flight-search .search-box .tblWhiteS .flightTbl .people .btnSearch input {
                width: 90% !important;
            }

            #showcase .flight-search .search-box .tblWhiteS .flightTbl .people .btnSearch i {
                position: absolute;
                right: 26px;
                bottom: 25px;
                font-size: 21px;
                background: #1f5a85;
                padding: 14px;
                height: 50px;
                width: 50px;
            }

#usp {
    position: relative;
    top: 40px;
}

    #usp i,
    #usp h2,
    #usp p {
        text-align: center;
        margin-bottom: 10px;
    }

    #usp i {
        color: #b3b3b3;
        display: block;
        font-size: 30pt;
    }

    #usp h2 {
        color: #0a0839;
        font-family: 'open_sansbold';
        font-size: 16pt;
    }

    #usp p {
        font-family: 'open_sansregular';
        font-size: 12pt;
        line-height: 15pt;
        color: #4c4c4c;
    }

    #usp .usp-b {
        padding-bottom: 59px;
        /*padding-top: 30px;*/
        color: #fff;
        text-align: center;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
    }

        #usp .usp-b:before,
        #usp .usp-b:after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 50%;
            background-color: #e5e5e5;
            padding-bottom: 23px;
            outline: 4px solid #e5e5e5;
            -webkit-transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
        }

        #usp .usp-b:before {
            right: 50%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            -ms-transform: skewX(50deg);
            -webkit-transform: skewX(50deg);
            transform: skewX(50deg);
            box-shadow: #fff 1px 0 0;
        }

        #usp .usp-b:after {
            left: 50%;
            -ms-transform-origin: 0 100%;
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
            -ms-transform: skewX(-50deg);
            -webkit-transform: skewX(-50deg);
            transform: skewX(-50deg);
            box-shadow: #ffffff -1px 0 0;
        }

    #usp .glass::before {
        display: block;
        width: 100%;
        height: 100%;
        background-image: url('../../Assets/images/bodyBg-blur.jpg');
        background-size: cover;
        content: ' ';
        opacity: 0.4;
    }

    #usp .glass {
        background-color: white;
    }

        #usp .glass.down {
            transform: translateY(100%) translateY(-7rem);
        }

            #usp .glass.down::before {
                transform: translateY(-100%) translateY(7rem);
            }

        #usp .glass.up,
        #usp .glass.up::before {
            transform: translateY(0);
        }

#featured-producs,
#popular {
    display: none;
    background-color: #e5e5e5;
    padding: 0 0 4px 0;
    position: relative;
    overflow: hidden;
}

    #featured-producs .row,
    #popular .row {
        margin-top: 30px;
    }

    #featured-producs h3,
    #popular h3 {
        font-size: 25pt;
        font-family: 'open_sanssemibold';
        color: #060526;
    }

    #featured-producs p,
    #popular p {
        font-size: 18pt;
        font-family: 'open_sanslight';
        color: #4c4c4c;
    }

    #featured-producs h3,
    #popular h3,
    #featured-producs p,
    #popular p {
        text-align: center;
    }

    #featured-producs .ilanBox,
    #popular .ilanBox {
        padding: 7px;
        background-color: #ffffff;
        margin-bottom: 30px;
    }

        #featured-producs .ilanBox img,
        #popular .ilanBox img {
            overflow: hidden;
            width: 100%;
        }

        #featured-producs .ilanBox figcaption,
        #popular .ilanBox figcaption {
            padding: 20px 17px;
            line-height: 10px;
        }

            #featured-producs .ilanBox figcaption span,
            #popular .ilanBox figcaption span {
                font-size: 12pt;
                font-family: 'open_sansregular';
                float: left;
            }

                #featured-producs .ilanBox figcaption span strong,
                #popular .ilanBox figcaption span strong {
                    font-family: 'open_sanssemibold';
                }

            #featured-producs .ilanBox figcaption #price,
            #popular .ilanBox figcaption #price {
                font-family: 'open_sansbold';
                color: #0a0839;
                font-size: 17pt;
                float: right;
            }

    #featured-producs .btn.blue,
    #popular .btn.blue {
        font-family: 'open_sansregular';
        font-size: 14pt;
    }

    #featured-producs .featured-producs-b,
    #popular .featured-producs-b {
        padding-bottom: 69px;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
    }

        #featured-producs .featured-producs-b:before,
        #popular .featured-producs-b:before,
        #featured-producs .featured-producs-b:after,
        #popular .featured-producs-b:after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 50%;
            background-color: #ffffff;
            padding-bottom: 23px;
            outline: 4px solid #ffffff;
            -webkit-transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
        }

        #featured-producs .featured-producs-b:before,
        #popular .featured-producs-b:before {
            right: 50%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            -ms-transform: skewX(50deg);
            -webkit-transform: skewX(50deg);
            transform: skewX(50deg);
            box-shadow: #fff 1px 0 0;
        }

        #featured-producs .featured-producs-b:after,
        #popular .featured-producs-b:after {
            left: 50%;
            -ms-transform-origin: 0 100%;
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
            -ms-transform: skewX(-50deg);
            -webkit-transform: skewX(-50deg);
            transform: skewX(-50deg);
            box-shadow: #ffffff -1px 0 0;
        }

#popular {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

    #popular .populerBox {
        position: relative;
        height: 183px;
        line-height: 183px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #popular .populerBox img {
            width: 100%;
            margin-top: -79px;
        }

        #popular .populerBox figcaption {
            /*.db;
            .pa;
            .tac;
            .as;*/
            font-size: 16pt;
            font-family: 'open_sansbold';
            color: #ffffff;
            text-shadow: 1px 1px 3px #2d2d2d;
            position: absolute;
            left: 1em;
            right: 1em;
            bottom: 1em;
            padding: 1em;
            background-color: rgba(0, 0, 0, 0.6);
            height: 50px;
            line-height: 8px;
        }

            #popular .populerBox figcaption span {
                float: right;
                font-family: 'open_sansbold';
                font-size: 30px;
                line-height: 6px;
            }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}
/*.fa-calendar:before {
  content: "\f073";
}*/
.fa-calendar-days:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#ContentPage {
    background-color: #e5e5e5;
}

    #ContentPage .dynamic-page {
        padding: 20px 0;
    }

        #ContentPage .dynamic-page .container {
            /*.gHea
            {
                .pl;
                margin-bottom: 40px;

                h2
                {
                    font-size: 25px;
                    font-family: @font_name_03;
                    color: @gold;
                    border-bottom: 1px solid @borderColor;
                    .wd;
                    .di;
                }
            }*/
        }

            #ContentPage .dynamic-page .container .dynContent {
                /*border: 1px solid #dedede;*/
                padding: 3rem;
                background-color: #ffffff;
            }

                #ContentPage .dynamic-page .container .dynContent ul li {
                    width: 100%;
                }

                    #ContentPage .dynamic-page .container .dynContent ul li .dyn-header {
                        font-size: 25px;
                        color: #26409E;
                        border-bottom: 1px solid #dedede;
                        width: 100%;
                        display: inline-block;
                    }

                    #ContentPage .dynamic-page .container .dynContent ul li strong {
                        color: #0a0839;
                        line-height: 20px;
                        font-family: 'open_sanssemibold';
                        font-size: 15px;
                    }

                #ContentPage .dynamic-page .container .dynContent .airline-logo li {
                    padding: 25px;
                }

                #ContentPage .dynamic-page .container .dynContent .tblWhiteS {
                    width: 100%;
                    padding: 30px;
                    margin: 0 auto;
                }

                    #ContentPage .dynamic-page .container .dynContent .tblWhiteS b {
                        font-size: 14px;
                        font-family: 'open_sanssemibold';
                    }

                    #ContentPage .dynamic-page .container .dynContent .tblWhiteS input {
                        text-align: center;
                        position: relative;
                        border: 1px solid #CED4DA;
                        font-weight: 400;
                        width: auto;
                        height: 3.175rem;
                        padding: 0.94rem 1.94rem;
                        line-height: 1.5;
                        /*background: transparent;*/
                        border-radius: 0;
                        font-size: .9375rem;
                    }

                    #ContentPage .dynamic-page .container .dynContent .tblWhiteS .gBtn input {
                        height: 40px;
                        line-height: 16px !important;
                        font-size: 16px;
                        width: 34% !important;
                        padding: 0px;
                        margin-top: 10px;
                        position: inherit;
                    }

    #ContentPage .flight-search {
        border: 1px solid #dedede;
        width: auto;
        display: inline-block;
        background-color: #ffffff;
        padding: 20px 20px 100px 20px;
    }

        #ContentPage .flight-search .search-box {
            position: relative;
        }

            #ContentPage .flight-search .search-box h2 {
                font-size: 25px;
                font-family: 'open_sanssemibold';
                color: #fec107;
                border-bottom: 1px solid #dedede;
                width: 100%;
                display: inline-block;
            }

            #ContentPage .flight-search .search-box .tblWhiteS {
                padding: 20px;
                border-bottom: 1px solid #dedede;
                /*.flightTbl
                {
                    .db;
                    text-align: left;
                    color: @dark;
                    margin-top: 10px;

                    ul:first-child
                    {
                        margin-bottom: 15px;

                        li
                        {
                            .pl;
                            .wd;
                            margin-bottom: 15px;
                            font-size: 16px;

                            input
                            {
                                padding: 0;
                                width: 14px;
                                ;
                                .pl;
                                top: 2px;
                                margin-right: 5px;
                            }

                            label
                            {
                                padding: 0 10px 0 0;
                                font-family: @font_name_03;
                            }

                                label:active, label:select, label:hover
                                {
                                    background-color: @gold;
                                    padding: 6px;
                                    border-radius: 5px;
                                }
                        }
                    }

                    ul
                    {


                        li
                        {
                            .fl;
                            .wd-hq;
                            margin-bottom: 15px;

                            b
                            {
                                font-family: @font_name_03;
                                line-height: 26px;
                            }

                            .ssitem
                            {
                                width: 95%!important;
                                height: auto!important;
                            }

                            select, input
                            {
                                padding: 5px;
                                .brd;
                                width: 95%;
                                cursor: pointer;
                                color: @lightDark;

                                appearance
                                {
                                    margin: 5px;
                                }
                            }

                            .fa-calendar
                            {
                                .pl;
                                .fr;
                                color: @lightDark;
                                top: -27px;
                                right: 20px;
                                font-size: 20px;
                                cursor: pointer;
                            }
                        }
                    }

                        ul:nth-child(2)
                        {
                            li
                            {
                                div
                                {
                                    select
                                    {
                                        width: 95%!important;
                                        height: auto!important;
                                    }
                                }
                            }
                        }

                        ul:nth-child(3)
                        {
                            .db;
                        }

                    .people
                    {
                        .di;
                        .wd-h;

                        li
                        {
                            width: 23%;
                        }

                        .btnSearch
                        {
                            .pa;
                            bottom: 26px;
                            right: 25px;
                            width: 150px;

                            input
                            {
                                height: 32px;
                                font-size: 16px;
                            }

                            i
                            {
                                .pa;
                                right: 12px;
                                bottom: 25px;
                                font-size: 16px;
                                background: darken(@green, 7);
                                padding: 9px;
                                height: 32px;
                                width: 32px;
                                color: @white;
                            }
                        }
                    }
                }*/
            }

                #ContentPage .flight-search .search-box .tblWhiteS .flightTbl {
                    display: block;
                    text-align: left;
                    color: #2d2d2d;
                }

                    #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li {
                        position: relative;
                        width: 100%;
                        margin-bottom: 0;
                        font-size: 16px;
                        height: 35px;
                    }

                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li input {
                            padding: 0;
                            width: 14px;
                            position: relative;
                            top: 2px;
                            margin-right: 5px;
                        }

                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li label {
                            padding: 0 10px 0 5px;
                            font-family: 'open_sanssemibold';
                        }

                            #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li label:active,
                            #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li label:select,
                            #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul:first-child li label:hover {
                                background-color: #fec107;
                                padding: 6px;
                                border-radius: 5px;
                            }

                    #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul li {
                        float: left;
                        width: 23%;
                        margin-bottom: 0;
                        height: 60px;
                    }

                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul li b {
                            font-family: 'open_sanssemibold';
                            line-height: 26px;
                        }

                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul li .ssitem {
                            width: 95% !important;
                            height: auto !important;
                        }

                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul li select,
                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul li input {
                            padding: 5px;
                            border: 1px solid #dedede;
                            width: 95%;
                            cursor: pointer;
                            color: #4c4c4c;
                        }

                            #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul li select appearance,
                            #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul li input appearance {
                                margin: 5px;
                            }

                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul li .fa-calendar-days {
                            position: relative;
                            float: right;
                            color: #4c4c4c;
                            top: -27px;
                            right: 20px;
                            font-size: 20px;
                            cursor: pointer;
                        }

                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul li div select:nth-child(2) {
                            top: 32px !important;
                            border: none !important;
                        }

                    #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul:nth-child(2) li div select {
                        width: 95% !important;
                        height: auto !important;
                    }

                    #ContentPage .flight-search .search-box .tblWhiteS .flightTbl ul:nth-child(3) {
                        display: block;
                    }

                    #ContentPage .flight-search .search-box .tblWhiteS .flightTbl .people {
                        display: inline-block;
                        width: 50%;
                    }

                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl .people li {
                            width: 23%;
                        }

                        #ContentPage .flight-search .search-box .tblWhiteS .flightTbl .people .btnSearch {
                            position: absolute;
                            bottom: 0 !important;
                            right: 25px;
                            width: 150px;
                        }

                            #ContentPage .flight-search .search-box .tblWhiteS .flightTbl .people .btnSearch input {
                                height: 32px;
                                font-size: 16px;
                            }

                            #ContentPage .flight-search .search-box .tblWhiteS .flightTbl .people .btnSearch i {
                                position: absolute;
                                right: 15px;
                                bottom: 25px;
                                font-size: 16px;
                                background: none;
                                padding: 9px;
                                height: 32px;
                                width: 32px;
                                color: #ffffff;
                            }

        #ContentPage .flight-search .table-list {
            width: auto;
            display: inline-block;
        }

            #ContentPage .flight-search .table-list .filter {
                border: 3px solid #dedede;
                padding: 5px;
                margin-top: 10px;
            }

                #ContentPage .flight-search .table-list .filter p {
                    padding: 5px 0;
                }

                    #ContentPage .flight-search .table-list .filter p:first-child {
                        border-bottom: 1px solid #dedede;
                    }

                    #ContentPage .flight-search .table-list .filter p i,
                    #ContentPage .flight-search .table-list .filter p strong {
                        color: #d81e05;
                        font-size: 16px;
                    }

                    #ContentPage .flight-search .table-list .filter p strong {
                        margin: 0 5px;
                    }

                    #ContentPage .flight-search .table-list .filter p input {
                        vertical-align: bottom;
                    }

                    #ContentPage .flight-search .table-list .filter p label {
                        margin-right: 5px;
                    }

        #ContentPage .flight-search .price-detail {
            display: block;
            border: 1px solid #dedede;
            width: auto;
            float: right;
            margin-top: 121px;
            margin-left: 20px;
            max-width:300px;
        }

            #ContentPage .flight-search .price-detail .PriceDetailTable h3 {
                display: inline-block;
                font-size: 16px;
                background-color: #dedede;
                width: 100%;
                padding: 5px 10px;
            }

            #ContentPage .flight-search .price-detail .PriceDetailTable .PriceDetailsCommonPadding {
                padding: 5px 5px;
                width: auto;
            }

                #ContentPage .flight-search .price-detail .PriceDetailTable .PriceDetailsCommonPadding span {
                    font-family: 'open_sanssemibold';
                }

                    #ContentPage .flight-search .price-detail .PriceDetailTable .PriceDetailsCommonPadding span b {
                        color: #d81e05;
                        font-family: 'open_sanssemibold';
                    }

                    #ContentPage .flight-search .price-detail .PriceDetailTable .PriceDetailsCommonPadding span p {
                        font-size: 13px;
                    }

                #ContentPage .flight-search .price-detail .PriceDetailTable .PriceDetailsCommonPadding .service li {
                    display: block;
                    height: 25px;
                }

                    #ContentPage .flight-search .price-detail .PriceDetailTable .PriceDetailsCommonPadding .service li select {
                        float: right;
                    }

                #ContentPage .flight-search .price-detail .PriceDetailTable .PriceDetailsCommonPadding .total-bg {
                    width: 100%;
                    background-color: #d81e05;
                    color: #fff;
                    padding: 5px 10px;
                    font-size: 16px;
                    margin-top: 15px;
                }

            #ContentPage .flight-search .price-detail .PriceDetailTable .gBtn .total-next {
                position: relative;
                /*width: 200px!important;*/
                height: 32px;
                font-size: 16px;
                margin-top: 35px;
                /*left: 10px;*/
            }

            #ContentPage .flight-search .price-detail .PriceDetailTable .gBtn i {
                position: absolute;
                /*webkit-top: -21px!important;
                        -moz-top: -21px!important;
                        top: -20px;
                        bottom: 0;
                        right: 0;*/
                text-align: center;
                padding: 0px 5px 0 8px;
                line-height: 32px;
                background-color: #438731;
                color: #fff;
                height: 32px;
                font-size: 30px;
                margin-top: 10px;
            }

            #ContentPage .flight-search .price-detail .firstText {
                text-align: center;
                padding: 30px;
                font-size: 14px;
                font-family: 'open_sansbold';
            }

                #ContentPage .flight-search .price-detail .firstText i {
                    position: relative;
                    font-size: 20px;
                    top: 2px;
                    right: 10px;
                }

        #ContentPage .flight-search .gHea {
            padding: 10px 0 0 0;
            margin-bottom: 1px;
        }

            #ContentPage .flight-search .gHea h2 {
                display: inline-block;
                font-size: 16px;
                background-color: #dedede;
                width: 100%;
                padding: 5px 10px;
            }

                #ContentPage .flight-search .gHea h2 span {
                    vertical-align: top;
                    width: 18%;
                }

                #ContentPage .flight-search .gHea h2 div {
                    float: left;
                    width: 18%;
                }

            #ContentPage .flight-search .gHea i {
                vertical-align: middle;
                font-size: 23px;
                color: #fec107;
                cursor: pointer;
            }

                #ContentPage .flight-search .gHea i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .flight-search .stripo .hcell {
            width: 66px;
        }

        #ContentPage .flight-search .stripo .empty {
            width: 70px !important;
        }

        #ContentPage .flight-search .stripo .cell {
            text-align: center;
            width: 63px;
        }

            #ContentPage .flight-search .stripo .cell:nth-child(10) {
                /*float: right;*/
                width:unset;
            }

            #ContentPage .flight-search .stripo .cell .tedImg {
                width: 65px;
                object-fit: contain;
            }

        #ContentPage .flight-search .stripo .flightClassBox {
            margin-left: -6px;
        }

            #ContentPage .flight-search .stripo .flightClassBox .price {
                width: 67px;
            }

    #ContentPage .paBooking {
        border: 1px solid #dedede;
        background-color: #ffffff;
        padding: 15px;
    }

        #ContentPage .paBooking .gHea {
            position: relative;
            margin-bottom: 40px;
        }

            #ContentPage .paBooking .gHea h2 {
                font-size: 25px;
                font-family: 'open_sanssemibold';
                /*color: #fec107;*/
                color: #3b8fc0;
                border-bottom: 1px solid #dedede;
                width: 100%;
                display: inline-block;
            }

        #ContentPage .paBooking .date {
            width: 100px;
        }

        #ContentPage .paBooking div table td {
            width: 80px;
        }

        #ContentPage .paBooking i {
            font-size: 14px;
            color: #2d2d2d;
        }

        #ContentPage .paBooking input,
        #ContentPage .paBooking select {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
        }

        #ContentPage .paBooking #ContentPlaceHolder1_CL_BeginDate_TxtDate,
        #ContentPage .paBooking #ContentPlaceHolder1_CL_EndDate_TxtDate {
            width: 80px !important;
        }

        #ContentPage .paBooking .gBtn #ContentPlaceHolder1_BtnList,
        #ContentPage .paBooking .gBtn #ContentPlaceHolder1_BtnExcel {
            width: 80px !important;
            height: 28px !important;
            font-size: 16px;
            line-height: 16px !important;
            position: inherit;
        }

        #ContentPage .paBooking .stripo .st_table .cell {
            width: 58px;
        }

            #ContentPage .paBooking .stripo .st_table .cell a {
                cursor: pointer;
                font-family: 'open_sansbold';
            }

        #ContentPage .paBooking .stripo .st_table .cell-center {
            text-align: center;
            text-indent: -10px;
        }

        #ContentPage .paBooking .stripo .st_table span {
            font-size: 15px;
        }

            #ContentPage .paBooking .stripo .st_table span span {
                display: inline-block;
                cursor: pointer;
                padding: 0 3px;
                border: 1px solid #b3b3b3;
                margin-top: 5px;
            }

            #ContentPage .paBooking .stripo .st_table span a {
                cursor: pointer;
                padding: 2px 3px;
                border: 1px solid #e5e5e5;
            }

        #ContentPage .paBooking .stripo .hcell {
            width: 60px;
        }

            #ContentPage .paBooking .stripo .hcell a {
                cursor: pointer; color:#fff;
            }

    #ContentPage .table-list {
        width: 100%;
        display: inline-block;
    }

.stripo * {
    vertical-align: baseline;
    border: 0;
    cursor: inherit;
    box-sizing: content-box;
    /* AVOID OPENING MOBILE CONTEXT MENU ON TAPHOLD */
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -ms-touch-callout: none;
    -o-touch-callout: none;
    touch-callout: none;
    /* AVOID HIGHLIGHTING ON TAP */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    /* AVOID CHANGING TEXT SIZE ON ORIENTATION CHANGE */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    /* AVOID SELECTING TEXT AND IMAGES */
    -webkit-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    -o-user-select: inherit;
    user-select: inherit;
    /* IMPORTANT! FOR PIXELATED ADVENTURES ONLY! REMOVE IF YOU AREN'T USING PIXEL ART */
    -webkit-image-rendering: pixelated;
    -o-image-rendering: pixelated;
    -ms-image-rendering: pixelated;
    -moz-image-rendering: pixelated;
    image-rendering: pixelated;
    margin: 0;
    padding: 0;
    /*box-sizing: border-box;*/
    float: none;
    font-size: 100%;
    cursor: default;
}
/* MAIN CONTAINER */
.stripo {
    margin: 0 auto;
    /*padding:10px;*/
    color: #3b3b3b;
    font-weight: 200;
    line-height: 30px;
}

    .stripo img {
        margin: 0;
        width: 95px;
        height: 21px;
        overflow: hidden;
        object-fit: none;
        object-position: 5% 50%;
        background-color: #fff;
        padding: 4px;
    }
    /* TABLE */
    .stripo .st_table {
        margin: 0 0 20px 0;
        width: 100%;
        /*box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
        display: table;
    }

        .stripo .st_table span {
            text-align: center;
            display: block;
            font-weight: bold;
            font-size: 13px;
        }
    /* STRIPO ROW */
    .stripo .row {
        /*box-shadow:0 2px 1px 0 rgba(0, 0, 0, 0.015); 
  display:table-row;*/
        background: #f6f6f6;
    }

        .stripo .row .inp {
            width: 55px;
            position: relative;
            top: 15px;
            left: 0;
            margin: 0;
        }

            .stripo .row .inp input {
                position: relative;
                top: 3px;
                left: 3px;
                /*width: 15px;
                height: 15px;*/
            }

        .stripo .row .inpB {
            width: 55px;
            margin: 0;
        }
        /* STRIPO HEADERS */
        .stripo .row.header {
            font-size: 12px;
            font-weight: bold;
        }

            .stripo .row.header ul .hcell {
                float: left;
                text-align: center;
                margin: 0 12px;
                width: 64px;
                padding: 5px 0;
                line-height: 16px;
            }

            .stripo .row.header ul .empty {
                width: 73px;
                margin: 0 5px;
            }

    .stripo .cell {
        padding: 4px 6px;
        /*box-shadow:2px 2px 0px 0 rgba(0, 0, 0, 0.05);*/
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin: 0 11px 0 0;
        width: 60px;
        font-size: 12px;
        line-height: 12px;
    }

        .stripo .cell i {
            position: absolute;
            font-size: 14px;
            /*margin: 3px 0 0 -42px;*/
            margin: 8px 0 0 -36px;
            color: #d81e05;
        }

        .stripo .cell input {
            margin-right: 37px;
            width: 50%;
            height: 1.3em;
        }

.empty {
    /*display: block!important;
    margin: 0!important;*/
}

    .empty i {
        float: left;
        font-size: 20px;
        margin: 3px 10px 0 0px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        width: 24px;
        height: 24px;
        line-height: 26px;
        background-color: #e0e0e0;
    }

        .empty i:nth-child(2) {
            margin: 3px 0px 0 0px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
/* RESPONSIVENESS */
@media screen and (max-width: 747px) {
    .stripo .empty {
        display: none;
    }

    .stripo .hcell {
        margin: 0px 5px !important;
        width: 33px !important;
    }

        .stripo .hcell:nth-child(7) {
            white-space: nowrap !important;
            overflow: auto !important;
        }

    .stripo .row .inpB {
        width: 100% !important;
        margin: 0 !important;
    }

    .stripo .cell {
        font-size: 12px !important;
        white-space: nowrap !important;
        overflow: auto !important;
        margin: 2px !important;
        width: 34px !important;
        display: inline-block !important;
        padding: 4px 0;
        text-align: center;
    }

        .stripo .cell input {
            margin-right: 0 !important;
            width: 90% !important;
        }

        .stripo .cell img {
            width: 100% !important;
            height: 22px !important;
            object-position: 0% 50% !important;
            padding: 3px 0 !important;
            margin: 0 !important;
            object-fit: contain !important;
        }

        .stripo .cell i {
            margin: -8px 0 0 -8px !important;
        }
}
/* STRIPO ODD ROWS */
.stripo .row:nth-of-type(odd) {
    background: #e9e9e9;
}
/* COLORS */
.stripo .st_table .gray {
    background: #9d9d9d;
    color: #FFF;
}

.stripo .st_table .red {
    background: #f44236;
    color: #FFF;
}

.stripo .st_table .pink {
    background: #e91d62;
    color: #FFF;
}

.stripo .st_table .purple {
    background: #9c26b0;
    color: #FFF;
}

.stripo .st_table .deep_purple {
    background: #6739b6;
    color: #FFF;
}

.stripo .st_table .indigo {
    background: #3e50b4;
    color: #FFF;
}

.stripo .st_table .blue {
    background: #2095f2;
    color: #FFF;
}

.stripo .st_table .light_blue {
    background: #02a8f4;
    color: #FFF;
}

.stripo .st_table .cyan {
    background: #01bbd4;
    color: #FFF;
}

.stripo .st_table .teal {
    background: #019587;
    color: #FFF;
}

.stripo .st_table .green {
    background: #4baf4f;
    color: #FFF;
}

.stripo .st_table .light_green {
    background: #8bc24a;
    color: #FFF;
}

.stripo .st_table .lime {
    background: #ccdb38;
    color: #3b3b3b;
}

.stripo .st_table .yellow {
    background: #ffe93b;
    color: #3b3b3b;
}

.stripo .st_table .amber {
    background: #2a6fa3;
    color: #fff;
}

.stripo .st_table .orange {
    background: #ff9700;
    color: #FFF;
}

.stripo .st_table .deep_orange {
    background: #ff5521;
    color: #FFF;
}

.stripo .st_table .brown {
    background: #795549;
    color: #FFF;
}

.stripo .st_table .blue_gray {
    background: #607c8a;
    color: #FFF;
}

.res-form {
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
}

    .res-form .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        .res-form .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

        .res-form .formHea .row {
            padding: 15px 15px 5px 15px;
            line-height: 30px;
        }

            .res-form .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                .res-form .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        .res-form .formHea select,
        .res-form .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

        .res-form .formHea .NewsletterRequest {
            display: none;
        }

            .res-form .formHea .NewsletterRequest input {
                position: absolute;
                height: 15px;
                width: 15px;
                top: 6px;
                margin-left: 60px;
            }

    .res-form .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        .res-form .gHea h2 {
            font-size: 25px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    .res-form .price-detail {
        display: block;
        border: 1px solid #dedede;
        float: left;
    }

        .res-form .price-detail .PriceDetailTable h3 {
            display: inline-block;
            width: 100%;
            font-family: 'open_sanssemibold';
            font-size: 16px;
            background-color: #e5e5e5;
            padding: 5px 10px;
            border-bottom: #dedede;
        }

        .res-form .price-detail .PriceDetailTable .PriceDetailsCommonPadding {
            padding: 5px 10px;
        }

            .res-form .price-detail .PriceDetailTable .PriceDetailsCommonPadding span {
                font-family: 'open_sanssemibold';
            }

                .res-form .price-detail .PriceDetailTable .PriceDetailsCommonPadding span b {
                    color: #d81e05;
                    font-family: 'open_sanssemibold';
                }

                .res-form .price-detail .PriceDetailTable .PriceDetailsCommonPadding span p {
                    font-size: 13px;
                }

            .res-form .price-detail .PriceDetailTable .PriceDetailsCommonPadding .total-bg {
                width: 100%;
                background-color: #d81e05;
                color: #fff;
                padding: 5px 10px;
                font-size: 16px;
                margin-top: 15px;
            }

        .res-form .price-detail .PriceDetailTable .gBtn {
            width: 100%;
        }

            .res-form .price-detail .PriceDetailTable .gBtn .total-next {
                position: relative;
                width: 200px !important;
                height: 32px;
                font-size: 20px;
                margin-top: 35px;
                left: 10px;
            }

            .res-form .price-detail .PriceDetailTable .gBtn i {
                position: relative;
                float: right;
                top: 10px;
                bottom: 0;
                right: 0;
                left: -10px;
                text-align: center;
                padding: 0px 15px;
                line-height: 32px;
                background-color: #438731;
                color: #fff;
                height: 32px;
                font-size: 30px;
            }

        .res-form .price-detail .PriceDetailTable .gBack {
            margin-top: 18px;
        }

            .res-form .price-detail .PriceDetailTable .gBack #BtnBack {
                left: -10px;
                padding-top: 5px;
                padding-left: 12px;
                color: #2d2d2d !important;
            }

            .res-form .price-detail .PriceDetailTable .gBack i {
                background: #1f5a85;
                float: left;
                left: 10px;
                color: #2d2d2d;
            }

        .res-form .price-detail .firstText {
            text-align: center;
            padding: 30px;
            font-size: 14px;
            font-family: 'open_sansbold';
        }

            .res-form .price-detail .firstText i {
                position: relative;
                font-size: 20px;
                top: 2px;
                right: 10px;
            }

.res-control {
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
}

    .res-control .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        .res-control .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

        .res-control .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            .res-control .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                .res-control .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        .res-control .formHea select,
        .res-control .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

        .res-control .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    .res-control .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        .res-control .gHea h2 {
            font-size: 25px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    .res-control .price-detail {
        display: block;
        border: 1px solid #dedede;
        float: left;
        width: 100%;
    }

        .res-control .price-detail .PriceDetailTable h3 {
            display: inline-block;
            width: 100%;
            font-family: 'open_sanssemibold';
            font-size: 16px;
            background-color: #e5e5e5;
            padding: 5px 10px;
            border-bottom: #dedede;
        }

        .res-control .price-detail .PriceDetailTable .PriceDetailsCommonPadding {
            padding: 5px 10px;
        }

            .res-control .price-detail .PriceDetailTable .PriceDetailsCommonPadding span {
                font-family: 'open_sanssemibold';
            }

                .res-control .price-detail .PriceDetailTable .PriceDetailsCommonPadding span b {
                    color: #d81e05;
                    font-family: 'open_sanssemibold';
                }

                .res-control .price-detail .PriceDetailTable .PriceDetailsCommonPadding span p {
                    font-size: 13px;
                }

            .res-control .price-detail .PriceDetailTable .PriceDetailsCommonPadding .total-bg {
                width: 100%;
                background-color: #d81e05;
                color: #fff;
                padding: 5px 10px;
                font-size: 16px;
                margin-top: 15px;
            }

        .res-control .price-detail .PriceDetailTable .PnlExtras {
            padding: 0 10px;
        }

        .res-control .price-detail .PriceDetailTable .PnlOption,
        .res-control .price-detail .PriceDetailTable #dv_paymentmethods {
            font-size: 14px;
            font-weight: 600;
            color: #3b8fc0;
            padding: 0 10px !important;
        }

            .res-control .price-detail .PriceDetailTable .PnlOption .credi-card,
            .res-control .price-detail .PriceDetailTable #dv_paymentmethods .credi-card {
                color: #3f5567;
            }

                .res-control .price-detail .PriceDetailTable .PnlOption .credi-card i,
                .res-control .price-detail .PriceDetailTable #dv_paymentmethods .credi-card i {
                    color: #3f5567 !important;
                }

            .res-control .price-detail .PriceDetailTable .PnlOption i,
            .res-control .price-detail .PriceDetailTable #dv_paymentmethods i {
                font-size: 14px;
                color: #3b8fc0;
                margin-right: 5px;
            }

            .res-control .price-detail .PriceDetailTable .PnlOption input,
            .res-control .price-detail .PriceDetailTable #dv_paymentmethods input {
                vertical-align: sub;
            }

            .res-control .price-detail .PriceDetailTable .PnlOption img,
            .res-control .price-detail .PriceDetailTable #dv_paymentmethods img {
                width: 230px;
                padding-bottom: 10px;
            }

        .res-control .price-detail .PriceDetailTable .gBtn {
            width: 100%;
        }

            .res-control .price-detail .PriceDetailTable .gBtn .total-next {
                position: relative;
                width: 207px !important;
                height: 32px;
                font-size: 16px;
                margin-top: 35px;
                left: 10px;
            }

            .res-control .price-detail .PriceDetailTable .gBtn i {
                position: relative;
                float: right;
                top: 10px;
                bottom: 0;
                right: 0;
                left: -10px;
                text-align: center;
                padding: 0px 15px;
                line-height: 32px;
                background-color: #438731;
                color: #fff;
                height: 32px;
                font-size: 30px;
            }

        .res-control .price-detail .PriceDetailTable .gBack {
            position: relative;
            margin-top: 30px;
            opacity: 0.6;
        }

            .res-control .price-detail .PriceDetailTable .gBack #BtnBack {
                left: -10px;
                padding-top: 5px;
                padding-left: 12px;
            }

            .res-control .price-detail .PriceDetailTable .gBack i {
                background-color: #e0a901;
                float: left;
                left: 10px;
            }

        .res-control .price-detail .firstText {
            text-align: center;
            padding: 30px;
            font-size: 14px;
            font-family: 'open_sansbold';
        }

            .res-control .price-detail .firstText i {
                position: relative;
                font-size: 20px;
                top: 2px;
                right: 10px;
            }

#ContentPage .paBookingView {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px;
}

    #ContentPage .paBookingView .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paBookingView .formHea h3 {
            font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 16px;
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paBookingView .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

        #ContentPage .paBookingView .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .paBookingView .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .paBookingView .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

                #ContentPage .paBookingView .formHea .row div:first-child {
                    width: 100%;
                    margin-bottom: 20px;
                }

        #ContentPage .paBookingView .formHea .agent-table {
            display: inline-block;
            width: 100%;
            vertical-align: text-top;
            margin-left: -5px;
        }

            #ContentPage .paBookingView .formHea .agent-table div {
                margin: 0 auto;
                /*padding:10px;*/
                color: #3b3b3b;
                font-weight: 200;
                line-height: 30px;
            }

            #ContentPage .paBookingView .formHea .agent-table ul li {
                display: inline-block;
                margin-right: 15px;
            }

            #ContentPage .paBookingView .formHea .agent-table table {
                width: 100%;
                /*.tac;*/
            }

                #ContentPage .paBookingView .formHea .agent-table table tr:first-child {
                    background: #fec107 !important;
                    color: #3b3b3b;
                    font-size: 12px;
                    font-weight: bold;
                }

                    #ContentPage .paBookingView .formHea .agent-table table tr:first-child th {
                        text-align: left;
                        margin: 0 13px;
                        width: 66px;
                        padding: 5px;
                        line-height: 15px;
                    }

                #ContentPage .paBookingView .formHea .agent-table table tr:nth-child(2) {
                    background: #f6f6f6;
                }

                #ContentPage .paBookingView .formHea .agent-table table tr:nth-of-type(odd) {
                    background: #e9e9e9;
                }

                #ContentPage .paBookingView .formHea .agent-table table td {
                    padding: 5px;
                    line-height: 12px;
                    font-size: 11px;
                }

                    #ContentPage .paBookingView .formHea .agent-table table td .green {
                        position: static;
                        font-size: 12px;
                        padding: 2px 3px;
                        height: auto;
                    }

        #ContentPage .paBookingView .formHea .flights {
            display: inline-block;
            width: 100%;
            vertical-align: text-top;
            margin-left: -5px;
        }

            #ContentPage .paBookingView .formHea .flights div {
                margin: 0 auto;
                /*padding:10px;*/
                color: #3b3b3b;
                font-weight: 200;
                line-height: 30px;
            }

            #ContentPage .paBookingView .formHea .flights ul li {
                display: inline-block;
                margin-right: 15px;
            }

            #ContentPage .paBookingView .formHea .flights table {
                width: 100%;
                /*.tac;*/
                /*td
                {
                    padding: 5px;
                    line-height: 12px;
                    font-size: 11px;
                }*/
            }

                #ContentPage .paBookingView .formHea .flights table tr:first-child th {
                    text-align: left;
                    margin: 0 13px;
                    width: 50%;
                    padding: 5px;
                    line-height: 15px;
                    background: #fec107 !important;
                    color: #3b3b3b;
                    font-size: 12px;
                    font-weight: bold;
                }

                #ContentPage .paBookingView .formHea .flights table tr:nth-child(2) {
                    background: #f6f6f6;
                }

                    #ContentPage .paBookingView .formHea .flights table tr:nth-child(2) td {
                        padding: 5px;
                        line-height: 12px;
                        font-size: 11px;
                    }

                        #ContentPage .paBookingView .formHea .flights table tr:nth-child(2) td table tr {
                            background: none !important;
                        }

                #ContentPage .paBookingView .formHea .flights table tr:nth-of-type(odd) {
                    background: #e9e9e9;
                }

                    #ContentPage .paBookingView .formHea .flights table tr:nth-of-type(odd) td {
                        padding: 5px;
                        line-height: 12px;
                        font-size: 11px;
                    }

                        #ContentPage .paBookingView .formHea .flights table tr:nth-of-type(odd) td table tr {
                            background: none !important;
                        }

        #ContentPage .paBookingView .formHea .wd-4 .bld {
            width: 150px;
        }

        #ContentPage .paBookingView .formHea .agent {
            display: inline-block;
            vertical-align: text-top;
        }

            #ContentPage .paBookingView .formHea .agent ul li {
                display: inline-block;
                margin-right: 15px;
                font-size: 15px;
            }

            #ContentPage .paBookingView .formHea .agent table {
                width: 100%;
                font-size: 15px;
            }

                #ContentPage .paBookingView .formHea .agent table th {
                    font-weight: bold;
                    width: 1%;
                }

        #ContentPage .paBookingView .formHea .total ul li:nth-child(2) {
            float: right;
        }

        #ContentPage .paBookingView .formHea select,
        #ContentPage .paBookingView .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

        #ContentPage .paBookingView .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .paBookingView .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .paBookingView .gHea h2 {
            font-size: 25px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paBookingView .date {
        width: 100px;
    }

    #ContentPage .paBookingView div table td {
        width: 80px;
    }

    #ContentPage .paBookingView i {
        font-size: 14px;
        color: #2d2d2d;
    }

    #ContentPage .paBookingView input,
    #ContentPage .paBookingView select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paBookingView .gBtn .btn {
        width: auto !important;
        height: 30px !important;
        font-size: 13px;
        line-height: 30px !important;
        position: relative;
        display: inline-block;
        bottom: 0;
        text-align: center;
        padding: 0 7px;
        font-family: 'open_sanssemibold';
    }

        #ContentPage .paBookingView .gBtn .btn i {
            color: #fff;
            line-height: 30px;
            font-size: 16px;
            height: inherit;
            width: 20px;
            margin-left: 5px;
        }

    #ContentPage .paBookingView .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }

    #ContentPage .paBookingView .btnSearch {
        position: absolute;
        bottom: 55px;
        right: 45px;
        width: 200px;
    }

        #ContentPage .paBookingView .btnSearch input {
            height: 35px;
            font-size: 16px;
        }

        #ContentPage .paBookingView .btnSearch i {
            position: absolute;
            right: 12px;
            bottom: 25px;
            font-size: 25px;
            background: #1f5a85;
            padding: 5px 0 0 5px;
            height: 35px;
            width: 35px;
            color: #fff;
        }

    #ContentPage .paBookingView .crediC {
        font-size: 14px;
        font-weight: 600;
        color: #3b8fc0;
        padding: 0 10px !important;
    }

        #ContentPage .paBookingView .crediC .credi {
            padding: 5px;
            border: 1px solid #3b8fc0;
            border-radius: 5px;
            width: 245px;
            display: inline-block;
        }

        #ContentPage .paBookingView .crediC .credi-card {
            color: #3f5567;
            border: 1px solid #3f5567;
            border-radius: 5px;
            display: inline-block;
            padding: 5px;
        }

            #ContentPage .paBookingView .crediC .credi-card i {
                color: #3f5567 !important;
            }

        #ContentPage .paBookingView .crediC i {
            font-size: 14px;
            color: #3b8fc0;
            margin-right: 5px;
        }

        #ContentPage .paBookingView .crediC input {
            vertical-align: sub;
            float: right;
        }

        #ContentPage .paBookingView .crediC img {
            width: 230px;
            padding-bottom: 10px;
        }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .paBookingChange {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px;
}

    #ContentPage .paBookingChange .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paBookingChange .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paBookingChange .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .paBookingChange .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .paBookingChange .formHea h3 i {
                font-size: 23px;
                color: #fec107;
                cursor: pointer;
                position: absolute;
            }

                #ContentPage .paBookingChange .formHea h3 i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .paBookingChange .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

        #ContentPage .paBookingChange .formHea .agent {
            display: inline-block;
            vertical-align: text-top;
        }

            #ContentPage .paBookingChange .formHea .agent ul li {
                display: inline-block;
                margin-right: 15px;
            }

            #ContentPage .paBookingChange .formHea .agent .wInput {
                width: 20px;
                height: 20px;
            }

                #ContentPage .paBookingChange .formHea .agent .wInput input {
                    width: 25px;
                }

            #ContentPage .paBookingChange .formHea .agent table {
                width: 100%;
                text-align: left;
            }

                #ContentPage .paBookingChange .formHea .agent table th {
                    font-weight: bold;
                    width: 1%;
                }

        #ContentPage .paBookingChange .formHea .agent-second {
            width: 100%;
            padding-right: 0;
            padding-left: 0;
            margin-left: 0px;
        }

        #ContentPage .paBookingChange .formHea .total ul li:nth-child(2) {
            float: right;
        }

        #ContentPage .paBookingChange .formHea select,
        #ContentPage .paBookingChange .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            width: 150px;
        }

        #ContentPage .paBookingChange .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .paBookingChange .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .paBookingChange .gHea h2 {
            font-size: 25px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paBookingChange .date {
        width: 100px;
    }

    #ContentPage .paBookingChange div table td {
        width: 80px;
    }

    #ContentPage .paBookingChange i {
        font-size: 14px;
        color: #2d2d2d;
    }

    #ContentPage .paBookingChange input,
    #ContentPage .paBookingChange select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paBookingChange .gBtn .btn {
        width: auto !important;
        height: 30px !important;
        font-size: 14px;
        line-height: 30px !important;
        position: relative;
        display: inline-block;
        bottom: 0;
        text-align: center;
        padding: 0 7px;
        font-family: 'open_sanssemibold';
    }

        #ContentPage .paBookingChange .gBtn .btn i {
            color: #fff;
            line-height: 30px;
            font-size: 16px;
            height: inherit;
            width: 20px;
            margin-left: 20px;
        }

    #ContentPage .paBookingChange .gBtn .total-next {
        position: relative;
        width: 220px !important;
        height: 32px;
        font-size: 16px;
        margin-top: 35px;
        left: 10px;
    }

    #ContentPage .paBookingChange .gBtn i {
        position: relative;
        webkit-top: -21px !important;
        -moz-top: -21px !important;
        top: 5px;
        bottom: 0;
        right: 0;
        text-align: center;
        padding: 0px 15px;
        line-height: 32px;
        background-color: #438731;
        color: #fff;
        height: 30px;
        font-size: 30px;
    }

    #ContentPage .paBookingChange .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .paBookingHistory {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px;
    /*i
        {
            font-size: 14px;
            color: @dark;
        }*/
}

    #ContentPage .paBookingHistory .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paBookingHistory .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paBookingHistory .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .paBookingHistory .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .paBookingHistory .formHea h3 i {
                font-size: 23px;
                color: #fec107;
                cursor: pointer;
                margin-right: 10px;
                top: 2px;
                position: relative;
            }

                #ContentPage .paBookingHistory .formHea h3 i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .paBookingHistory .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .paBookingHistory .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .paBookingHistory .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

                #ContentPage .paBookingHistory .formHea .row div:first-child {
                    width: 100%;
                    margin-bottom: 20px;
                }

        #ContentPage .paBookingHistory .formHea .agent {
            display: inline-block;
            vertical-align: text-top;
        }

            #ContentPage .paBookingHistory .formHea .agent ul li {
                display: inline-block;
                margin-right: 15px;
            }

            #ContentPage .paBookingHistory .formHea .agent table {
                width: 100%;
                text-align: center;
            }

                #ContentPage .paBookingHistory .formHea .agent table th {
                    font-weight: bold;
                    width: 1%;
                }

        #ContentPage .paBookingHistory .formHea .total ul li:nth-child(2) {
            float: right;
        }

        #ContentPage .paBookingHistory .formHea select,
        #ContentPage .paBookingHistory .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

        #ContentPage .paBookingHistory .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .paBookingHistory .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .paBookingHistory .gHea h2 {
            font-size: 25px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paBookingHistory .date {
        width: 100px;
    }

    #ContentPage .paBookingHistory div table td {
        width: 80px;
    }

    #ContentPage .paBookingHistory input,
    #ContentPage .paBookingHistory select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paBookingHistory .gBtn .btn {
        width: auto !important;
        height: 30px !important;
        font-size: 14px;
        line-height: 30px !important;
        position: relative;
        display: inline-block;
        bottom: 0;
        text-align: center;
        padding: 0 7px;
        font-family: 'open_sanssemibold';
    }

        #ContentPage .paBookingHistory .gBtn .btn i {
            color: #fff;
            line-height: 30px;
            font-size: 16px;
            height: inherit;
            width: 20px;
            margin-left: 20px;
        }

    #ContentPage .paBookingHistory .stripo .st_table .hcell {
        width: 145px;
    }

    #ContentPage .paBookingHistory .stripo .st_table .cell {
        width: 145px;
        line-height: 13px;
    }

        #ContentPage .paBookingHistory .stripo .st_table .cell a {
            cursor: pointer;
            font-family: 'open_sansbold';
        }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .paBookingChangeContact {
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    /*i
            {
                font-size: 14px;
                color: @dark;
            }*/
}

    #ContentPage .paBookingChangeContact .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paBookingChangeContact .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paBookingChangeContact .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .paBookingChangeContact .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .paBookingChangeContact .formHea h3 i {
                font-size: 23px;
                color: #fec107;
                cursor: pointer;
                position: absolute;
            }

                #ContentPage .paBookingChangeContact .formHea h3 i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .paBookingChangeContact .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .paBookingChangeContact .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .paBookingChangeContact .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        #ContentPage .paBookingChangeContact .formHea select,
        #ContentPage .paBookingChangeContact .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

        #ContentPage .paBookingChangeContact .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .paBookingChangeContact .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .paBookingChangeContact .gHea h2 {
            font-size: 23px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paBookingChangeContact .date {
        width: 100px;
    }

    #ContentPage .paBookingChangeContact div table td {
        width: 80px;
    }

    #ContentPage .paBookingChangeContact input,
    #ContentPage .paBookingChangeContact select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paBookingChangeContact .gBtn {
        text-align: right;
        margin-right: 35px;
    }

        #ContentPage .paBookingChangeContact .gBtn .total-next {
            position: relative;
            width: 208px !important;
            height: 32px;
            font-size: 16px;
            margin-top: 35px;
            left: 10px;
        }

        #ContentPage .paBookingChangeContact .gBtn i {
            float: right;
            position: relative !important;
            top: 10px !important;
            bottom: 0;
            right: 0;
            left: -10px;
            text-align: center;
            padding: 0px 15px;
            line-height: 32px;
            background-color: #438731;
            color: #fff !important;
            height: 32px;
            font-size: 30px !important;
        }

    #ContentPage .paBookingChangeContact .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .paBookingNameChange {
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    /*i
            {
                font-size: 14px;
                color: @dark;
            }*/
}

    #ContentPage .paBookingNameChange .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paBookingNameChange .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paBookingNameChange .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .paBookingNameChange .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .paBookingNameChange .formHea h3 i {
                font-size: 23px;
                color: #fec107;
                cursor: pointer;
                position: absolute;
            }

                #ContentPage .paBookingNameChange .formHea h3 i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .paBookingNameChange .formHea .error {
            font-size: 20px;
        }

        #ContentPage .paBookingNameChange .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .paBookingNameChange .formHea .row div {
                /*padding-left: 5px;
                    padding-right: 5px;*/
            }

                #ContentPage .paBookingNameChange .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        #ContentPage .paBookingNameChange .formHea select,
        #ContentPage .paBookingNameChange .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

        #ContentPage .paBookingNameChange .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .paBookingNameChange .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .paBookingNameChange .gHea h2 {
            font-size: 23px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paBookingNameChange .date {
        width: 100px;
    }

    #ContentPage .paBookingNameChange div table td {
        width: 80px;
    }

    #ContentPage .paBookingNameChange input,
    #ContentPage .paBookingNameChange select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paBookingNameChange .gBtn {
        text-align: right;
        margin-right: 100px;
    }

        #ContentPage .paBookingNameChange .gBtn .total-next {
            position: relative;
            width: 208px !important;
            height: 32px;
            font-size: 16px;
            margin-top: 35px;
            left: 10px;
        }

        #ContentPage .paBookingNameChange .gBtn i {
            float: right;
            position: relative !important;
            top: 10px !important;
            bottom: 0;
            right: 0;
            left: -10px;
            text-align: center;
            padding: 0px 15px;
            line-height: 32px;
            background-color: #438731;
            color: #fff !important;
            height: 32px;
            font-size: 30px !important;
        }

    #ContentPage .paBookingNameChange .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .paPassengerList {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 15px;
}

    #ContentPage .paPassengerList .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paPassengerList .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paPassengerList .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

        #ContentPage .paPassengerList .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .paPassengerList .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .paPassengerList .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

                #ContentPage .paPassengerList .formHea .row div:first-child {
                    width: 100%;
                    margin-bottom: 20px;
                }

        #ContentPage .paPassengerList .formHea .agent {
            display: inline-block;
            vertical-align: text-top;
        }

            #ContentPage .paPassengerList .formHea .agent ul li {
                display: inline-block;
                margin-right: 15px;
            }

            #ContentPage .paPassengerList .formHea .agent table {
                width: 100%;
                text-align: center;
            }

                #ContentPage .paPassengerList .formHea .agent table th {
                    font-weight: bold;
                    width: 1%;
                }

        #ContentPage .paPassengerList .formHea .total ul li:nth-child(2) {
            float: right;
        }

        #ContentPage .paPassengerList .formHea select,
        #ContentPage .paPassengerList .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
        }

        #ContentPage .paPassengerList .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .paPassengerList .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .paPassengerList .gHea h2 {
            font-size: 25px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paPassengerList .date {
        width: 100px;
    }

    #ContentPage .paPassengerList div table td {
        width: 80px;
    }

    #ContentPage .paPassengerList i {
        font-size: 14px;
        color: #2d2d2d;
    }

    #ContentPage .paPassengerList input,
    #ContentPage .paPassengerList select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paPassengerList .gBtn .btn {
        width: auto !important;
        height: 28px !important;
        font-size: 16px;
        line-height: 16px !important;
        position: inherit;
        padding: 0 5px;
    }

        #ContentPage .paPassengerList .gBtn .btn i {
            color: #fff;
            line-height: 30px;
            font-size: 16px;
            height: inherit;
            width: 20px;
            margin-left: 20px;
        }

    #ContentPage .paPassengerList .stripo {
        margin-top: 20px;
    }

        #ContentPage .paPassengerList .stripo .st_table .cell {
            width: 63px;
        }

            #ContentPage .paPassengerList .stripo .st_table .cell a {
                cursor: pointer;
                font-family: 'open_sansbold';
            }

        #ContentPage .paPassengerList .stripo .hcell {
            width: 63px;
        }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .BookingView {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px;
}

    #ContentPage .BookingView .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .BookingView .formHea h3 {
            font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 16px;
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .BookingView .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

        #ContentPage .BookingView .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .BookingView .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .BookingView .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

                #ContentPage .BookingView .formHea .row div:first-child {
                    width: 100%;
                    margin-bottom: 20px;
                }

        #ContentPage .BookingView .formHea .agent-table {
            display: inline-block;
            width: 100%;
            vertical-align: text-top;
            margin-left: -5px;
        }

            #ContentPage .BookingView .formHea .agent-table div {
                margin: 0 auto;
                /*padding:10px;*/
                color: #3b3b3b;
                font-weight: 200;
                line-height: 30px;
            }

            #ContentPage .BookingView .formHea .agent-table ul li {
                display: inline-block;
                margin-right: 15px;
            }

            #ContentPage .BookingView .formHea .agent-table table {
                width: 100%;
                /*.tac;*/
            }

                #ContentPage .BookingView .formHea .agent-table table tr:first-child {
                    background: #fec107 !important;
                    color: #3b3b3b;
                    font-size: 12px;
                    font-weight: bold;
                }

                    #ContentPage .BookingView .formHea .agent-table table tr:first-child th {
                        text-align: left;
                        margin: 0 13px;
                        width: 66px;
                        padding: 5px;
                        line-height: 15px;
                    }

                #ContentPage .BookingView .formHea .agent-table table tr:nth-child(2) {
                    background: #f6f6f6;
                }

                #ContentPage .BookingView .formHea .agent-table table tr:nth-of-type(odd) {
                    background: #e9e9e9;
                }

                #ContentPage .BookingView .formHea .agent-table table td {
                    padding: 5px;
                    line-height: 12px;
                    font-size: 11px;
                }

                    #ContentPage .BookingView .formHea .agent-table table td .green {
                        position: static;
                        font-size: 12px;
                        padding: 2px 3px;
                        height: auto;
                    }

        #ContentPage .BookingView .formHea .flights {
            display: inline-block;
            width: 100%;
            vertical-align: text-top;
            margin-left: -5px;
        }

            #ContentPage .BookingView .formHea .flights div {
                margin: 0 auto;
                /*padding:10px;*/
                color: #3b3b3b;
                font-weight: 200;
                line-height: 30px;
            }

            #ContentPage .BookingView .formHea .flights ul li {
                display: inline-block;
                margin-right: 15px;
            }

            #ContentPage .BookingView .formHea .flights table {
                width: 100%;
                /*.tac;*/
                /*td
                {
                    padding: 5px;
                    line-height: 12px;
                    font-size: 11px;
                }*/
            }

                #ContentPage .BookingView .formHea .flights table tr:first-child th {
                    text-align: left;
                    margin: 0 13px;
                    width: 50%;
                    padding: 5px;
                    line-height: 15px;
                    background: #fec107 !important;
                    color: #3b3b3b;
                    font-size: 12px;
                    font-weight: bold;
                }

                #ContentPage .BookingView .formHea .flights table tr:nth-child(2) {
                    background: #f6f6f6;
                }

                    #ContentPage .BookingView .formHea .flights table tr:nth-child(2) td {
                        padding: 5px;
                        line-height: 12px;
                        font-size: 11px;
                    }

                        #ContentPage .BookingView .formHea .flights table tr:nth-child(2) td table tr {
                            background: none !important;
                        }

                #ContentPage .BookingView .formHea .flights table tr:nth-of-type(odd) {
                    background: #e9e9e9;
                }

                    #ContentPage .BookingView .formHea .flights table tr:nth-of-type(odd) td {
                        padding: 5px;
                        line-height: 12px;
                        font-size: 11px;
                    }

                        #ContentPage .BookingView .formHea .flights table tr:nth-of-type(odd) td table tr {
                            background: none !important;
                        }

        #ContentPage .BookingView .formHea .wd-4 .bld {
            width: 150px;
        }

        #ContentPage .BookingView .formHea .agent {
            display: inline-block;
            vertical-align: text-top;
        }

            #ContentPage .BookingView .formHea .agent ul li {
                display: inline-block;
                margin-right: 15px;
                font-size: 15px;
            }

            #ContentPage .BookingView .formHea .agent table {
                width: 100%;
                font-size: 15px;
            }

                #ContentPage .BookingView .formHea .agent table th {
                    font-weight: bold;
                    width: 1%;
                }

        #ContentPage .BookingView .formHea .total ul li:nth-child(2) {
            float: right;
        }

        #ContentPage .BookingView .formHea select,
        #ContentPage .BookingView .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

        #ContentPage .BookingView .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .BookingView .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .BookingView .gHea h2 {
            font-size: 25px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .BookingView .date {
        width: 100px;
    }

    #ContentPage .BookingView div table td {
        width: 80px;
    }

    #ContentPage .BookingView i {
        font-size: 14px;
        color: #2d2d2d;
    }

    #ContentPage .BookingView input,
    #ContentPage .BookingView select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .BookingView .gBtn .btn {
        width: auto !important;
        height: 30px !important;
        font-size: 13px;
        line-height: 30px !important;
        position: relative;
        display: inline-block;
        bottom: 0;
        text-align: center;
        padding: 0 7px;
        font-family: 'open_sanssemibold';
        margin-bottom: 4px;
    }

        #ContentPage .BookingView .gBtn .btn i {
            color: #fff;
            line-height: 30px;
            font-size: 16px;
            height: inherit;
            width: 20px;
            margin-left: 5px;
        }

    #ContentPage .BookingView .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }

    #ContentPage .BookingView .btnSearch {
        position: absolute;
        bottom: 55px;
        right: 45px;
        width: 200px;
    }

        #ContentPage .BookingView .btnSearch input {
            height: 35px;
            font-size: 16px;
        }

        #ContentPage .BookingView .btnSearch i {
            position: absolute;
            right: 12px;
            bottom: 25px;
            font-size: 25px;
            background: #1f5a85;
            padding: 5px 0 0 5px;
            height: 35px;
            width: 35px;
            color: #fff;
        }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .PaOpenBookings {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .PaOpenBookings .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .PaOpenBookings .gHea h2 {
            font-size: 25px;
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
            font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
        }

    #ContentPage .PaOpenBookings .date {
        width: 100px;
    }

    #ContentPage .PaOpenBookings div table td {
        width: 80px !;
    }

    #ContentPage .PaOpenBookings i {
        font-size: 14px;
        color: #2d2d2d;
    }

    #ContentPage .PaOpenBookings input,
    #ContentPage .PaOpenBookings select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .PaOpenBookings #ContentPlaceHolder1_CL_BeginDate_TxtDate,
    #ContentPage .PaOpenBookings #ContentPlaceHolder1_CL_EndDate_TxtDate {
        width: 80px !important;
    }

    #ContentPage .PaOpenBookings .gBtn #ContentPlaceHolder1_BtnList,
    #ContentPage .PaOpenBookings .gBtn #ContentPlaceHolder1_BtnExcel {
        width: 80px !important;
        height: 28px !important;
        font-size: 16px;
        line-height: 16px !important;
        position: inherit;
    }

    #ContentPage .PaOpenBookings .stripo .white-space {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    #ContentPage .PaOpenBookings .stripo .st_table .cell {
        width: 63px;
        margin: 0 7px 0 0;
    }

        #ContentPage .PaOpenBookings .stripo .st_table .cell a {
            font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
            cursor: pointer;
        }

    #ContentPage .PaOpenBookings .stripo .st_table .hcell {
        width: 61px;
        margin: 0 12px;
    }

    #ContentPage .PaOpenBookings .stripo .st_table span {
        font-size: 15px;
    }

        #ContentPage .PaOpenBookings .stripo .st_table span span {
            display: inline-block;
            cursor: pointer;
            padding: 0 3px;
            border: 1px solid #b3b3b3;
            margin-top: 5px;
        }

        #ContentPage .PaOpenBookings .stripo .st_table span a {
            cursor: pointer;
            padding: 2px 3px;
            border: 1px solid #e5e5e5;
        }

    #ContentPage .PaOpenBookings .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 5px 10px;
    }

        #ContentPage .PaOpenBookings .formHea .row {
            padding: 2px 5px 5px 5px;
            line-height: 30px;
        }

            #ContentPage .PaOpenBookings .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .PaOpenBookings .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

            #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container {
                border: 1px solid #dedede !important;
                width: auto !important;
            }

                #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_header {
                    border: 1px solid #dedede;
                    padding: 5px;
                    background: #d81e05;
                    color: #ffffff;
                    font-weight: bold;
                    border-radius: 4px;
                    line-height: 16px;
                    width: auto !important;
                }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_header .ajax__calendar_prev {
                        background-position: 48% 50% !important;
                    }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_header .ajax__calendar_prev,
                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_header .ajax__calendar_next {
                        height: 10px;
                        width: 10px;
                        padding: 5px;
                        background-color: #ffffff;
                        border-radius: 10px;
                    }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_header .ajax__calendar_title {
                        font-size: 16px;
                    }

                #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body {
                    width: 225px !important;
                    height: 160px !important;
                }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table thead tr td,
                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table thead tr td,
                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table thead tr td {
                        text-align: center;
                        padding: .7em .3em;
                        font-weight: bold;
                        border: 0;
                        font-size: .9em;
                    }

                        #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table thead tr td .ajax__calendar_dayname,
                        #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table thead tr td .ajax__calendar_dayname,
                        #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table thead tr td .ajax__calendar_dayname {
                            border: none;
                            font-size: 14px;
                            line-height: 17px;
                        }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr td,
                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr td,
                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr td {
                        padding: 1px;
                    }

                        #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr td .ajax__calendar_day,
                        #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr td .ajax__calendar_day,
                        #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr td .ajax__calendar_day {
                            border: 1px solid #dedede;
                            background: #f6f6f6;
                            font-weight: normal;
                            color: #454545;
                            line-height: 17px;
                            font-size: 13px;
                        }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr .ajax__calendar_other .ajax__calendar_day,
                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr .ajax__calendar_other .ajax__calendar_day,
                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr .ajax__calendar_other .ajax__calendar_day {
                        border: 1px solid #dedede;
                        background: #ffffff;
                    }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr .ajax__calendar_active .ajax__calendar_day,
                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr .ajax__calendar_active .ajax__calendar_day,
                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr .ajax__calendar_active .ajax__calendar_day {
                        border: 1px solid #8e1403;
                        background: #d81e05;
                        color: #ffffff;
                        font-weight: 600;
                    }

                        #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr .ajax__calendar_active .ajax__calendar_day:hover,
                        #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_months table tbody tr .ajax__calendar_active .ajax__calendar_day:hover,
                        #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_years table tbody tr .ajax__calendar_active .ajax__calendar_day:hover {
                            border: 1px solid #8e1403 !important;
                            background: #d81e05 !important;
                        }

                #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_footer {
                    border-top: none;
                }

                #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_hover {
                    border-top: none;
                }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_hover .ajax__calendar_title {
                        color: #ffffff !important;
                    }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_hover .ajax__calendar_today {
                        color: #000000 !important;
                    }

                    #ContentPage .PaOpenBookings .formHea .row .ajax__calendar .ajax__calendar_container .ajax__calendar_hover .ajax__calendar_day {
                        background: #fec107 !important;
                        border: 1px solid #ebb101 !important;
                    }

        #ContentPage .PaOpenBookings .formHea select,
        #ContentPage .PaOpenBookings .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .paInvoiceView {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px;
    /*div
        {
            table
            {
                td
                {
                    width: 160px;
                    font-size: 14px;
                    font-weight: 600;
                }
            }
        }*/
}

    #ContentPage .paInvoiceView .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paInvoiceView .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
            height: 45px;
            line-height: 31px;
        }

            #ContentPage .paInvoiceView .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .paInvoiceView .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .paInvoiceView .formHea h3 i {
                font-size: 23px;
                color: #fec107;
                cursor: pointer;
                position: absolute;
            }

                #ContentPage .paInvoiceView .formHea h3 i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .paInvoiceView .formHea .message {
            text-align: right;
            padding: 0px 5px;
        }

            #ContentPage .paInvoiceView .formHea .message #LB_Message {
                font-size: 18px;
                font-weight: bold;
            }

            #ContentPage .paInvoiceView .formHea .message i {
                color: #d81e05;
                font-size: 18px;
            }

        #ContentPage .paInvoiceView .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

        #ContentPage .paInvoiceView .formHea .agent {
            display: inline-block;
            vertical-align: text-top;
        }

            #ContentPage .paInvoiceView .formHea .agent ul li {
                display: inline-block;
                margin-right: 15px;
            }

            #ContentPage .paInvoiceView .formHea .agent .wInput {
                width: 20px;
                height: 20px;
            }

                #ContentPage .paInvoiceView .formHea .agent .wInput input {
                    width: 25px;
                }

            #ContentPage .paInvoiceView .formHea .agent table {
                width: 100%;
                text-align: center;
            }

                #ContentPage .paInvoiceView .formHea .agent table th {
                    font-weight: bold;
                    width: 1%;
                }

        #ContentPage .paInvoiceView .formHea .agent-second {
            width: 100%;
            padding-right: 0;
            padding-left: 0;
            margin-left: 0px;
        }

        #ContentPage .paInvoiceView .formHea .total ul li:nth-child(2) {
            float: right;
        }

        #ContentPage .paInvoiceView .formHea select,
        #ContentPage .paInvoiceView .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            width: 150px;
        }

        #ContentPage .paInvoiceView .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

        #ContentPage .paInvoiceView .formHea .invoice-inner {
            padding: 20px !important;
        }

    #ContentPage .paInvoiceView .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .paInvoiceView .gHea h2 {
            font-size: 25px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paInvoiceView .date {
        width: 100px;
    }

    #ContentPage .paInvoiceView i {
        font-size: 14px;
        color: #2d2d2d;
    }

    #ContentPage .paInvoiceView input,
    #ContentPage .paInvoiceView select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paInvoiceView .gBtn {
        margin-right: 10px;
    }

        #ContentPage .paInvoiceView .gBtn .btn {
            width: auto !important;
            height: 30px !important;
            font-size: 14px;
            line-height: 30px !important;
            position: relative;
            display: inline-block;
            bottom: 0;
            text-align: center;
            padding: 0 7px;
            font-family: 'open_sanssemibold';
        }

            #ContentPage .paInvoiceView .gBtn .btn i {
                color: #fff;
                line-height: 30px;
                font-size: 19px;
                height: inherit;
                width: 20px;
                margin-left: 20px;
                top: 0;
                padding-right: 25px;
            }

        #ContentPage .paInvoiceView .gBtn .total-next {
            position: relative;
            width: 150px !important;
            height: 32px;
            font-size: 16px;
            left: 10px;
        }

        #ContentPage .paInvoiceView .gBtn i {
            position: relative;
            webkit-top: -21px !important;
            -moz-top: -21px !important;
            top: 5px;
            bottom: 0;
            right: 0;
            text-align: center;
            padding: 0px 15px;
            line-height: 32px;
            background-color: #438731;
            color: #fff;
            height: 30px;
            font-size: 30px;
        }

    #ContentPage .paInvoiceView .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .paBookingChange2 {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px;
}

    #ContentPage .paBookingChange2 .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paBookingChange2 .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paBookingChange2 .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .paBookingChange2 .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .paBookingChange2 .formHea h3 i {
                font-size: 23px;
                color: #fec107;
                cursor: pointer;
                position: absolute;
            }

                #ContentPage .paBookingChange2 .formHea h3 i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .paBookingChange2 .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

        #ContentPage .paBookingChange2 .formHea .agent {
            display: inline-block;
            vertical-align: text-top;
        }

            #ContentPage .paBookingChange2 .formHea .agent ul li {
                display: inline-block;
                margin-right: 15px;
            }

            #ContentPage .paBookingChange2 .formHea .agent .wInput {
                width: 20px;
                height: 20px;
            }

                #ContentPage .paBookingChange2 .formHea .agent .wInput input {
                    width: 25px;
                }

            #ContentPage .paBookingChange2 .formHea .agent table {
                width: 100%;
                text-align: center;
            }

                #ContentPage .paBookingChange2 .formHea .agent table th {
                    font-weight: bold;
                    width: 1%;
                }

        #ContentPage .paBookingChange2 .formHea .agent-second {
            width: 100%;
            padding-right: 0;
            padding-left: 0;
            margin-left: 0px;
        }

        #ContentPage .paBookingChange2 .formHea .total ul li:nth-child(2) {
            float: right;
        }

        #ContentPage .paBookingChange2 .formHea select,
        #ContentPage .paBookingChange2 .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            width: 150px;
        }

        #ContentPage .paBookingChange2 .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .paBookingChange2 .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .paBookingChange2 .gHea h2 {
            font-size: 25px;
            font-family: 'open_sanssemibold';
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paBookingChange2 .date {
        width: 100px;
    }

    #ContentPage .paBookingChange2 div table td {
        width: 80px;
    }

    #ContentPage .paBookingChange2 i {
        font-size: 14px;
        color: #2d2d2d;
    }

    #ContentPage .paBookingChange2 input,
    #ContentPage .paBookingChange2 select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paBookingChange2 .gBtn .btn {
        width: auto !important;
        height: 30px !important;
        font-size: 14px;
        line-height: 30px !important;
        position: relative;
        display: inline-block;
        bottom: 0;
        text-align: center;
        padding: 0 7px;
        font-family: 'open_sanssemibold';
    }

        #ContentPage .paBookingChange2 .gBtn .btn i {
            color: #fff;
            line-height: 30px;
            font-size: 16px;
            height: inherit;
            width: 20px;
            margin-left: 20px;
        }

    #ContentPage .paBookingChange2 .gBtn .total-next {
        position: relative;
        width: 220px !important;
        height: 32px;
        font-size: 16px;
        margin-top: 35px;
        left: 10px;
    }

    #ContentPage .paBookingChange2 .gBtn i {
        position: relative;
        webkit-top: -21px !important;
        -moz-top: -21px !important;
        top: 5px;
        bottom: 0;
        right: 0;
        text-align: center;
        padding: 0px 15px;
        line-height: 32px;
        background-color: #438731;
        color: #fff;
        height: 30px;
        font-size: 30px;
    }

    #ContentPage .paBookingChange2 .stripo .st_table {
        /*table
                {
                    tr:first-child
                    {
                        background: @gold;
                        color: @dark;

                        td
                        {
                            .tac;
                            margin: 0 13px;
                            width:100px;
                            padding: 5px 0;
                            line-height: 12px;
                        }
                    }
                }*/
    }

        #ContentPage .paBookingChange2 .stripo .st_table .hcell {
            width: 215px;
        }

        #ContentPage .paBookingChange2 .stripo .st_table .cell {
            width: 215px;
        }

            #ContentPage .paBookingChange2 .stripo .st_table .cell a {
                cursor: pointer;
                font-family: 'open_sansbold';
            }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .PaInvoiceEdit {
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    /*i
            {
                font-size: 14px;
                color: @dark;
            }*/
}

    #ContentPage .PaInvoiceEdit .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .PaInvoiceEdit .formHea h3 {
            font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 16px;
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .PaInvoiceEdit .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .PaInvoiceEdit .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .PaInvoiceEdit .formHea h3 i {
                font-size: 23px;
                color: #fec107;
                cursor: pointer;
                position: absolute;
            }

                #ContentPage .PaInvoiceEdit .formHea h3 i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .PaInvoiceEdit .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .PaInvoiceEdit .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .PaInvoiceEdit .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        #ContentPage .PaInvoiceEdit .formHea select,
        #ContentPage .PaInvoiceEdit .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

        #ContentPage .PaInvoiceEdit .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .PaInvoiceEdit .gHea {
        position: relative;
        margin-bottom: 10px;
    }

        #ContentPage .PaInvoiceEdit .gHea h2 {
            font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 23px;
            color: #fec107;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .PaInvoiceEdit .date {
        width: 100px;
    }

    #ContentPage .PaInvoiceEdit div table td {
        width: 80px;
    }

    #ContentPage .PaInvoiceEdit input,
    #ContentPage .PaInvoiceEdit select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .PaInvoiceEdit .gBtn {
        margin: 5px 0;
    }

        #ContentPage .PaInvoiceEdit .gBtn .btn {
            font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
            position: relative;
            display: inline-block;
            text-align: center;
            width: auto !important;
            height: 30px !important;
            font-size: 14px;
            line-height: 30px !important;
            bottom: 0;
            padding: 0 7px;
        }

            #ContentPage .PaInvoiceEdit .gBtn .btn i {
                cursor: pointer;
                color: #ffffff;
                line-height: 30px;
                font-size: 19px;
                height: inherit;
                width: 20px;
                margin-left: 20px;
            }

            #ContentPage .PaInvoiceEdit .gBtn .btn.green:hover,
            #ContentPage .PaInvoiceEdit .gBtn .btn.green:focus,
            #ContentPage .PaInvoiceEdit .gBtn .btn.green:active {
                background: #3b8fc0 !important;
            }

    #ContentPage .PaInvoiceEdit .stripo .st_table .cell {
        text-align: left;
        margin: 0 8px 0 0;
    }

        #ContentPage .PaInvoiceEdit .stripo .st_table .cell a {
            font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
            cursor: pointer;
        }

    #ContentPage .PaInvoiceEdit .stripo .st_table span {
        font-size: 15px;
    }

        #ContentPage .PaInvoiceEdit .stripo .st_table span span {
            display: inline-block;
            cursor: pointer;
            padding: 0 3px;
            border: 1px solid #b3b3b3;
            margin-top: 5px;
        }

        #ContentPage .PaInvoiceEdit .stripo .st_table span a {
            cursor: pointer;
            padding: 2px 3px;
            border: 1px solid #e5e5e5;
        }

.gHea h2 .green,
.gHea h2 .grey {
    position: inherit;
    float: right;
    width: 293px !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 28px !important;
    padding-left: 0;
}

    .gHea h2 .green i,
    .gHea h2 .grey i {
        position: relative !important;
        color: #fff !important;
        font-size: 21px !important;
        margin-left: -20px !important;
        top: -11px !important;
        right: 0 !important;
        z-index: 0 !important;
    }

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.formHea h3 {
    margin-bottom: 0 !important;
}

.formHea .message {
    text-align: right;
    padding: 0px 5px;
}

    .formHea .message #LB_Message {
        font-size: 18px;
        font-weight: bold;
    }

    .formHea .message i {
        color: #d81e05;
        font-size: 18px;
    }

.formHea .invoice-inner {
    padding: 20px 0 !important;
    /*.ticketTop
        {
            .brd;
            padding: 5px;

            img
            {
                margin-right: 50px;
                height: 51px;
            }

            span
            {
                .pl;
                .opnm;
                font-size: 20px;
                font-weight: bold;
                top: 5px;
            }

            ul
            {
                .fr;
                margin: 0 10px 0 0;

                li
                {
                    b
                    {
                        .fl;
                        font-size: 17px;
                    }

                    span
                    {
                        .fr;
                        .opnm;
                        font-size: 18px;
                        color: @red;
                        top: 0;
                    }
                }
            }
        }

        .passengerTitle
        {
            padding: 5px 0;

            b
            {
                font-size: 17px;
            }

            span
            {
                .opnm;
                font-size: 18px;
                color: @red;
                top: 0;
            }
        }

        .tabl
        {
            .wd;
            .tac;
            .brd;
            margin-bottom: 10px;


            th
            {
                .opnm;
                .brd;
                font-size: 13px;
            }

            td
            {
                .brd;
            }
        }

        .algemeine
        {
            li
            {
                .fl;
                .wd-h;
                .taj;
                padding: 0 10px;
                font-size: 11px;

                strong
                {
                    .db;
                }

                p
                {
                    font-size: 10px;
                }
            }
        }

        .ticketBottom
        {
            .brd;
            .di;
            .wd;
            padding: 5px;
            margin-top: 10px;

            ul
            {
                .di;
                margin-right: 20px;
                border-right: 2px solid @red;
                padding-right: 15px;

                strong
                {
                    .opnm;
                    color: @red;
                }

                span
                {
                }
            }
        }*/
}

#ContentPage .PASalesReport {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .PASalesReport .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .PASalesReport .gHea h2 {
            font-size: 25px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
            font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
        }

    #ContentPage .PASalesReport .date {
        width: 100px;
    }

    #ContentPage .PASalesReport div table td {
        width: 80px;
    }

    #ContentPage .PASalesReport i {
        font-size: 14px;
        color: #2d2d2d;
    }

    #ContentPage .PASalesReport input,
    #ContentPage .PASalesReport select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .PASalesReport #ContentPlaceHolder1_CL_BeginDate_TxtDate,
    #ContentPage .PASalesReport #ContentPlaceHolder1_CL_EndDate_TxtDate {
        width: 80px !important;
    }

    #ContentPage .PASalesReport .stripo .white-space {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    #ContentPage .PASalesReport .stripo .st_table .cell {
        width: 90px;
        margin: 0 12px 0 0;
    }

        #ContentPage .PASalesReport .stripo .st_table .cell a {
            font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
            cursor: pointer;
        }

    #ContentPage .PASalesReport .stripo .st_table .hcell {
        width: 90px;
        margin: 0 12px;
    }

    #ContentPage .PASalesReport .stripo .st_table span {
        font-size: 15px;
    }

        #ContentPage .PASalesReport .stripo .st_table span span {
            display: inline-block;
            cursor: pointer;
            padding: 0 3px;
            border: 1px solid #b3b3b3;
            margin-top: 5px;
        }

        #ContentPage .PASalesReport .stripo .st_table span a {
            cursor: pointer;
            padding: 2px 3px;
            border: 1px solid #e5e5e5;
        }

    #ContentPage .PASalesReport .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 5px 10px;
    }

        #ContentPage .PASalesReport .formHea .row {
            padding: 2px 5px 5px 5px;
            line-height: 30px;
        }

            #ContentPage .PASalesReport .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .PASalesReport .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        #ContentPage .PASalesReport .formHea select,
        #ContentPage .PASalesReport .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

    #ContentPage .PASalesReport .gBtn .btn {
        width: auto !important;
        height: 28px !important;
        font-size: 16px;
        line-height: 16px !important;
        position: inherit;
        padding: 0 5px;
    }

        #ContentPage .PASalesReport .gBtn .btn i {
            color: #fff;
            line-height: 30px;
            font-size: 16px;
            height: inherit;
            width: 20px;
            margin-left: 20px;
        }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .PaInfos {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .PaInfos .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .PaInfos .gHea h2 {
            font-size: 25px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
            font-family: 'open_sanssemibold', Tahoma, Helvetica, Arial, sans-serif;
        }

    #ContentPage .PaInfos .tblWhiteS {
        border: 1px solid #dedede;
        padding: 10px;
        width: 30%;
        margin: 15px 0 25px;
    }

        #ContentPage .PaInfos .tblWhiteS span {
            color: #d81e05;
            font-size: 16px;
            font-weight: bold;
        }

    #ContentPage .PaInfos .date {
        width: 100px;
    }

    #ContentPage .PaInfos div table td {
        width: 80px !;
    }

    #ContentPage .PaInfos i {
        font-size: 14px;
        color: #2d2d2d;
    }

    #ContentPage .PaInfos input,
    #ContentPage .PaInfos select {
        border: 1px solid #dedede;
        padding: 4px;
        margin-right: 5px;
    }

    #ContentPage .PaInfos #ContentPlaceHolder1_CL_BeginDate_TxtDate,
    #ContentPage .PaInfos #ContentPlaceHolder1_CL_EndDate_TxtDate {
        width: 80px !important;
    }

    #ContentPage .PaInfos .gBtn #ContentPlaceHolder1_BtnList,
    #ContentPage .PaInfos .gBtn #ContentPlaceHolder1_BtnExcel {
        width: 80px !important;
        height: 28px !important;
        font-size: 16px;
        line-height: 16px !important;
        position: inherit;
    }

    #ContentPage .PaInfos .stripo .white-space {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    #ContentPage .PaInfos .stripo .st_table .cell {
        width: 59px;
        margin: 0 7px 0 0;
    }

        #ContentPage .PaInfos .stripo .st_table .cell a {
            font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
            cursor: pointer;
        }

    #ContentPage .PaInfos .stripo .st_table .hcell {
        width: 61px;
        margin: 0 12px;
    }

    #ContentPage .PaInfos .stripo .st_table span {
        font-size: 15px;
    }

        #ContentPage .PaInfos .stripo .st_table span span {
            display: inline-block;
            cursor: pointer;
            padding: 0 3px;
            border: 1px solid #b3b3b3;
            margin-top: 5px;
        }

        #ContentPage .PaInfos .stripo .st_table span a {
            cursor: pointer;
            padding: 2px 3px;
            border: 1px solid #e5e5e5;
        }

    #ContentPage .PaInfos .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 5px 10px;
    }

        #ContentPage .PaInfos .formHea .row {
            padding: 2px 5px 5px 5px;
            line-height: 30px;
        }

            #ContentPage .PaInfos .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .PaInfos .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        #ContentPage .PaInfos .formHea select,
        #ContentPage .PaInfos .formHea input {
            border: 1px solid #dedede;
            width: 100%;
            padding: 4px;
            height: 32px;
        }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .paBookSplit {
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    /*i
            {
                font-size: 14px;
                color: @dark;
            }*/
}

    #ContentPage .paBookSplit .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paBookSplit .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paBookSplit .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .paBookSplit .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .paBookSplit .formHea h3 i {
                font-size: 23px;
                /*color: #fec107;*/
                color: #3b8fc0;
                cursor: pointer;
                position: absolute;
            }

                #ContentPage .paBookSplit .formHea h3 i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .paBookSplit .formHea .error {
            font-size: 20px;
        }

        #ContentPage .paBookSplit .formHea .agent {
            width: 100%;
            display: inline-block;
            vertical-align: text-top;
        }

            #ContentPage .paBookSplit .formHea .agent li {
                margin-right: 15px;
                font-size: 15px;
            }

                #ContentPage .paBookSplit .formHea .agent li span {
                    vertical-align: top;
                }

        #ContentPage .paBookSplit .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .paBookSplit .formHea .row div {
                /*padding-left: 5px;
                    padding-right: 5px;*/
            }

                #ContentPage .paBookSplit .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        #ContentPage .paBookSplit .formHea select,
        #ContentPage .paBookSplit .formHea input {
            border: 1px solid #dedede;
            padding: 4px;
            height: 25px;
            width: 15px;
        }

        #ContentPage .paBookSplit .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

    #ContentPage .paBookSplit .gHea {
        position: relative;
        margin-bottom: 40px;
    }

        #ContentPage .paBookSplit .gHea h2 {
            font-size: 23px;
            font-family: 'open_sanssemibold';
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paBookSplit .date {
        width: 100px;
    }

    #ContentPage .paBookSplit div table td {
        width: 80px;
    }

    #ContentPage .paBookSplit input,
    #ContentPage .paBookSplit select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paBookSplit .gBtn {
        text-align: right;
        margin-right: 100px;
    }

        #ContentPage .paBookSplit .gBtn .total-next {
            position: relative;
            width: 208px !important;
            height: 32px;
            font-size: 16px;
            margin-top: 35px;
            left: 10px;
        }

        #ContentPage .paBookSplit .gBtn i {
            float: right;
            position: relative !important;
            top: 10px !important;
            bottom: 0;
            right: 0;
            left: -10px;
            text-align: center;
            padding: 0px 15px;
            line-height: 32px;
            background-color: #438731;
            color: #fff !important;
            height: 32px;
            font-size: 30px !important;
        }

    #ContentPage .paBookSplit .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

#ContentPage .MB_Bookings {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
    /*.stripo {


            .st_table {
                padding: 0 5px;


                tr:first-child {
                    background: @gold;
                    color: @dark;
                    line-height: 25px;

                    th:first-child {
                        width: 5%;
                    }

                    th:nth-child(5) {
                        width: 15%;
                    }
                }

                tr {
                    background: #f6f6f6;
                    text-indent: 5px;
                    font-size: 12px;
                    line-height: 35px;

                    td {


                        strong {
                            font-size: 14px;

                            .pnrButon {
                                .cur-p;
                                padding: 5px;
                                margin-left:-5px;
                                &:hover{
                                color: @white;
                                background: @green;
                                //font-size: 14px;
                                padding: 5px;
                                }
                            }
                        }
                    }
                }

                .ars {
                    background: #e9e9e9;
                }
            }
        }*/
}

    #ContentPage .MB_Bookings .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_Bookings .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_Bookings .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_Bookings .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_Bookings .gHea h2 .active:hover,
                #ContentPage .MB_Bookings .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_Bookings .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 1px;
                height: 30px !important;
            }

                #ContentPage .MB_Bookings .gHea h2 .grey:hover,
                #ContentPage .MB_Bookings .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_Bookings .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_Bookings i {
    font-size: 14px;
    color: #ffffff;
}

#ContentPage .MB_Bookings input,
#ContentPage .MB_Bookings select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
}

#ContentPage .MB_Bookings .contentdiv table {
    width: 100%;
    margin-bottom: 15px;
    /*.listTab {
                    .brd;
                    padding: 10px;
                    margin-bottom: 15px;
                }*/
}

    #ContentPage .MB_Bookings .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .MB_Bookings .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .MB_Bookings .contentdiv table td {
        width: 80px;
    }

    #ContentPage .MB_Bookings .contentdiv table .date {
        width: 100px !important;
    }

    #ContentPage .MB_Bookings .contentdiv table .listTab {
        border: 1px solid #dedede;
        padding: 10px;
        margin-bottom: 15px;
    }

        #ContentPage .MB_Bookings .contentdiv table .listTab td .ssitem {
            height: auto !important;
        }

        #ContentPage .MB_Bookings .contentdiv table .listTab .dateTd {
            width: 93px !important;
        }

#ContentPage .MB_Bookings #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_Bookings #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 80px !important;
}

#ContentPage .MB_Bookings .gBtn {
    width: 46px !important;
}

    #ContentPage .MB_Bookings .gBtn #ContentPlaceHolder1_BtnList,
    #ContentPage .MB_Bookings .gBtn #ContentPlaceHolder1_BtnExcel,
    #ContentPage .MB_Bookings .gBtn button {
        width: 100% !important;
        height: 28px !important;
        font-size: 16px;
        line-height: 16px !important;
        position: inherit;
    }

    #ContentPage .MB_Bookings .gBtn .btn {
        padding-left: 0 !important;
    }

#ContentPage .MB_Bookings .stripo .st_table .cell {
    float: left;
    width: 6%;
    padding: 5px 0;
    margin: 0px 6px;
}

    #ContentPage .MB_Bookings .stripo .st_table .cell:first-child {
        text-align: left;
        width: 3%;
    }

    #ContentPage .MB_Bookings .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }

#ContentPage .MB_Bookings .stripo .st_table .cell-center {
    text-align: center;
    text-indent: -10px;
}

#ContentPage .MB_Bookings .stripo .st_table span {
    font-size: 15px;
}

    #ContentPage .MB_Bookings .stripo .st_table span span {
        display: inline-block;
        cursor: pointer;
        padding: 0 3px;
        border: 1px solid #b3b3b3;
        margin-top: 5px;
    }

    #ContentPage .MB_Bookings .stripo .st_table span a {
        cursor: pointer;
        padding: 2px 3px;
        border: 1px solid #e5e5e5;
    }

#ContentPage .MB_Bookings .stripo .hcell {
    width: 6%;
    margin: 0px 6px;
}

    #ContentPage .MB_Bookings .stripo .hcell:first-child {
        text-align: left;
        width: 4%;
    }

#ContentPage .MB_AcCards {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .MB_AcCards .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_AcCards .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_AcCards .gHea h2 span {
                vertical-align: middle;
            }

            #ContentPage .MB_AcCards .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_AcCards .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_AcCards .gHea h2 .active:hover,
                #ContentPage .MB_AcCards .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_AcCards .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 6px;
                height: 30px !important;
            }

                #ContentPage .MB_AcCards .gHea h2 .grey:hover,
                #ContentPage .MB_AcCards .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_AcCards .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_AcCards i {
    font-size: 14px;
    color: #2d2d2d;
}

#ContentPage .MB_AcCards input,
#ContentPage .MB_AcCards select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
}

#ContentPage .MB_AcCards .explain {
    height: 80px;
}

#ContentPage .MB_AcCards .contentdiv table {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .MB_AcCards .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .MB_AcCards .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .MB_AcCards .contentdiv table td {
        width: auto;
    }

        #ContentPage .MB_AcCards .contentdiv table td .priceHeaad {
            border: 1px solid #1f5a85;
            padding: 2px;
            margin: 10px 0;
            background: #dedede;
        }

            #ContentPage .MB_AcCards .contentdiv table td .priceHeaad tr td:nth-child(even) {
                color: #3b8fc0;
                font-size: 14px;
                font-weight: 600;
            }

    #ContentPage .MB_AcCards .contentdiv table .date {
        width: 100px !important;
    }

#ContentPage .MB_AcCards .contentdiv .tableTab {
    border: none;
    padding: 10px 0;
}

    #ContentPage .MB_AcCards .contentdiv .tableTab td {
        border-bottom: 1px solid #1f5a85;
        line-height: 29px;
    }

    #ContentPage .MB_AcCards .contentdiv .tableTab a {
        border: none;
        padding: 5px 10px;
        color: #3b8fc0;
        border: 1px solid #1f5a85;
    }

        #ContentPage .MB_AcCards .contentdiv .tableTab .active,
        #ContentPage .MB_AcCards .contentdiv .tableTab a:hover {
            color: #ffffff;
            background: #3b8fc0;
            font-size: 14px;
            padding: 5px 10px;
        }

#ContentPage .MB_AcCards .contentdiv .table1,
#ContentPage .MB_AcCards .contentdiv .table2 {
    float: left;
    position: relative;
}

    #ContentPage .MB_AcCards .contentdiv .table1 td,
    #ContentPage .MB_AcCards .contentdiv .table2 td {
        vertical-align: text-top;
    }

        #ContentPage .MB_AcCards .contentdiv .table1 td:first-child,
        #ContentPage .MB_AcCards .contentdiv .table2 td:first-child {
            width: 30%;
        }

        #ContentPage .MB_AcCards .contentdiv .table1 td:nth-child(even),
        #ContentPage .MB_AcCards .contentdiv .table2 td:nth-child(even) {
            width: 5%;
        }

#ContentPage .MB_AcCards .contentdiv .table1 {
    width: 50%;
    vertical-align: top;
    margin-right: 10px;
}

#ContentPage .MB_AcCards .contentdiv .table2 {
    width: 49%;
    margin-bottom: 40px;
}

#ContentPage .MB_AcCards #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_AcCards #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 83% !important;
}

#ContentPage .MB_AcCards .gBtn #ContentPlaceHolder1_MB_EditHeader1_BtnComplete,
#ContentPage .MB_AcCards .gBtn button,
#ContentPage .MB_AcCards .gBtn #ContentPlaceHolder1_BtnSave {
    width: 100% !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px !important;
    position: inherit;
}

#ContentPage .MB_AcCards .gBtn .btn {
    padding-left: 0 !important;
}

#ContentPage .MB_AcCards .gBtn #ContentPlaceHolder1_BtnSave {
    float: right;
    width: 15% !important;
    height: 30px !important;
    font-size: 17px;
}

#ContentPage .MB_AcCards .stripo .st_table {
    padding: 0 5px;
}

    #ContentPage .MB_AcCards .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .MB_AcCards .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .MB_AcCards .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .MB_AcCards .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .MB_AcCards .stripo .st_table tr td {
            cursor: pointer;
        }

            #ContentPage .MB_AcCards .stripo .st_table tr td strong {
                cursor: pointer;
                font-size: 14px;
            }

    #ContentPage .MB_AcCards .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .MB_Flights {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .MB_Flights .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_Flights .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_Flights .gHea h2 span {
                vertical-align: middle;
            }

            #ContentPage .MB_Flights .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_Flights .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_Flights .gHea h2 .active:hover,
                #ContentPage .MB_Flights .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_Flights .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 6px;
                height: 30px !important;
            }

                #ContentPage .MB_Flights .gHea h2 .grey:hover,
                #ContentPage .MB_Flights .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_Flights .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_Flights i {
    font-size: 14px;
    color: #2d2d2d;
}

#ContentPage .MB_Flights input,
#ContentPage .MB_Flights select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
    margin-right: 3px;
}

#ContentPage .MB_Flights .explain {
    height: 80px;
}

#ContentPage .MB_Flights .contentdiv table {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .MB_Flights .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .MB_Flights .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .MB_Flights .contentdiv table td {
        width: auto;
    }

        #ContentPage .MB_Flights .contentdiv table td .priceHeaad {
            border: 1px solid #1f5a85;
            padding: 2px;
            margin: 10px 0;
            background: #dedede;
        }

            #ContentPage .MB_Flights .contentdiv table td .priceHeaad tr td:nth-child(even) {
                color: #3b8fc0;
                font-size: 14px;
                font-weight: 600;
            }

    #ContentPage .MB_Flights .contentdiv table .date {
        width: 100px !important;
    }

#ContentPage .MB_Flights .contentdiv .tableTab {
    border: none;
    padding: 10px 0;
}

    #ContentPage .MB_Flights .contentdiv .tableTab td {
        border-bottom: 1px solid #1f5a85;
        line-height: 29px;
    }

    #ContentPage .MB_Flights .contentdiv .tableTab a {
        border: none;
        padding: 5px 10px;
        color: #3b8fc0;
        border: 1px solid #1f5a85;
    }

        #ContentPage .MB_Flights .contentdiv .tableTab .active,
        #ContentPage .MB_Flights .contentdiv .tableTab a:hover {
            color: #ffffff;
            background: #3b8fc0;
            font-size: 14px;
            padding: 5px 10px;
        }

#ContentPage .MB_Flights .contentdiv .flHead {
    border: 1px solid #dedede;
    padding: 5px 15px;
    border-bottom: none;
    line-height: 26px;
}

#ContentPage .MB_Flights .contentdiv .tableFlight,
#ContentPage .MB_Flights .contentdiv .tablePassenger {
    display: inline-block;
}

    #ContentPage .MB_Flights .contentdiv .tableFlight table,
    #ContentPage .MB_Flights .contentdiv .tablePassenger table {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }

#ContentPage .MB_Flights .contentdiv .tableFlight2,
#ContentPage .MB_Flights .contentdiv .tablePassenger2 {
    display: inline-block;
}

    #ContentPage .MB_Flights .contentdiv .tableFlight2 input,
    #ContentPage .MB_Flights .contentdiv .tablePassenger2 input,
    #ContentPage .MB_Flights .contentdiv .tableFlight2 select,
    #ContentPage .MB_Flights .contentdiv .tablePassenger2 select {
        margin-right: 4px;
        margin-bottom: 2px;
    }

    #ContentPage .MB_Flights .contentdiv .tableFlight2 table,
    #ContentPage .MB_Flights .contentdiv .tablePassenger2 table {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }

#ContentPage .MB_Flights #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_Flights #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 83% !important;
}

#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_MB_EditHeader1_BtnComplete,
#ContentPage .MB_Flights .gBtn button,
#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnFlightSave,
#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnPassengerSave,
#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Flights .gBtn .delete {
    width: 100% !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px !important;
    position: inherit;
}

#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnSave {
    float: right;
    width: 49% !important;
    height: 30px !important;
    font-size: 17px;
}

#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Flights .gBtn .delete {
    font-size: 14px;
    padding: 6px !important;
    width: 42px !important;
}

#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnFlightSave,
#ContentPage .MB_Flights .gBtn #ContentPlaceHolder1_BtnPassengerSave {
    float: right;
    width: 15% !important;
}

#ContentPage .MB_Flights .stripo .st_table {
    padding: 0 5px;
}

    #ContentPage .MB_Flights .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .MB_Flights .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .MB_Flights .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .MB_Flights .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .MB_Flights .stripo .st_table tr td {
            cursor: pointer;
        }

            #ContentPage .MB_Flights .stripo .st_table tr td strong {
                cursor: pointer;
                font-size: 14px;
            }

    #ContentPage .MB_Flights .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .MB_Hotels {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .MB_Hotels .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_Hotels .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_Hotels .gHea h2 span {
                vertical-align: middle;
            }

            #ContentPage .MB_Hotels .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_Hotels .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_Hotels .gHea h2 .active:hover,
                #ContentPage .MB_Hotels .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_Hotels .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 6px;
                height: 30px !important;
            }

                #ContentPage .MB_Hotels .gHea h2 .grey:hover,
                #ContentPage .MB_Hotels .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_Hotels .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_Hotels i {
    font-size: 14px;
    color: #2d2d2d;
}

#ContentPage .MB_Hotels input,
#ContentPage .MB_Hotels select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
    margin-right: 3px;
}

#ContentPage .MB_Hotels .explain {
    height: 80px;
}

#ContentPage .MB_Hotels .contentdiv {
    /*.table1, .table2 {
                .fl;
                .pl;

                td {
                    .vtt;
                }

                    td:first-child {
                        width: 30%;
                    }

                    td:nth-child(even) {
                        width: 5%;
                    }
            }

            .table1 {
                .wd-h;
                .vt;
                margin-right: 10px;
            }

            .table2 {
                width: 49%;
                margin-bottom: 40px;
            }*/
}

    #ContentPage .MB_Hotels .contentdiv table {
        width: 100%;
        border: 1px solid #dedede;
        padding: 10px;
        margin-bottom: 15px;
    }

        #ContentPage .MB_Hotels .contentdiv table th {
            text-align: left;
            font-size: 14px;
            font-weight: 600;
        }

            #ContentPage .MB_Hotels .contentdiv table th a {
                cursor: pointer;
            }

        #ContentPage .MB_Hotels .contentdiv table td {
            width: auto;
        }

            #ContentPage .MB_Hotels .contentdiv table td .priceHeaad {
                border: 1px solid #1f5a85;
                padding: 2px;
                margin: 10px 0;
                background: #dedede;
            }

                #ContentPage .MB_Hotels .contentdiv table td .priceHeaad tr td:nth-child(even) {
                    color: #3b8fc0;
                    font-size: 14px;
                    font-weight: 600;
                }

        #ContentPage .MB_Hotels .contentdiv table .date {
            width: 100px !important;
        }

    #ContentPage .MB_Hotels .contentdiv .tableTab {
        border: none;
        padding: 10px 0;
    }

        #ContentPage .MB_Hotels .contentdiv .tableTab td {
            border-bottom: 1px solid #1f5a85;
            line-height: 29px;
        }

        #ContentPage .MB_Hotels .contentdiv .tableTab a {
            border: none;
            padding: 5px 10px;
            color: #3b8fc0;
            border: 1px solid #1f5a85;
        }

            #ContentPage .MB_Hotels .contentdiv .tableTab .active,
            #ContentPage .MB_Hotels .contentdiv .tableTab a:hover {
                color: #ffffff;
                background: #3b8fc0;
                font-size: 14px;
                padding: 5px 10px;
            }

    #ContentPage .MB_Hotels .contentdiv .flHead {
        border: 1px solid #dedede;
        padding: 5px 15px;
        border-bottom: none;
        line-height: 26px;
    }

    #ContentPage .MB_Hotels .contentdiv .tableFlight,
    #ContentPage .MB_Hotels .contentdiv .tablePassenger {
        display: inline-block;
    }

        #ContentPage .MB_Hotels .contentdiv .tableFlight table,
        #ContentPage .MB_Hotels .contentdiv .tablePassenger table {
            border: none;
            padding: 0;
            margin-bottom: 0;
        }

    #ContentPage .MB_Hotels .contentdiv .tableFlight2,
    #ContentPage .MB_Hotels .contentdiv .tablePassenger2 {
        display: inline-block;
    }

        #ContentPage .MB_Hotels .contentdiv .tableFlight2 input,
        #ContentPage .MB_Hotels .contentdiv .tablePassenger2 input,
        #ContentPage .MB_Hotels .contentdiv .tableFlight2 select,
        #ContentPage .MB_Hotels .contentdiv .tablePassenger2 select {
            margin-right: 4px;
        }

        #ContentPage .MB_Hotels .contentdiv .tableFlight2 table,
        #ContentPage .MB_Hotels .contentdiv .tablePassenger2 table {
            border: none;
            padding: 0;
            margin-bottom: 0;
        }

#ContentPage .MB_Hotels #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_Hotels #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 83% !important;
}

#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_MB_EditHeader1_BtnComplete,
#ContentPage .MB_Hotels .gBtn button,
#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_BtnFlightSave,
#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_BtnPassengerSave,
#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Hotels .gBtn .delete,
#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_BtnAdd {
    width: 100% !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px !important;
    position: inherit;
}

#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Hotels .gBtn .delete {
    font-size: 14px;
    padding: 6px !important;
    width: 42px !important;
}

#ContentPage .MB_Hotels .gBtn #ContentPlaceHolder1_BtnSave {
    float: right;
    width: 15% !important;
}

#ContentPage .MB_Hotels .stripo .st_table {
    padding: 0 5px;
}

    #ContentPage .MB_Hotels .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .MB_Hotels .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .MB_Hotels .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .MB_Hotels .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .MB_Hotels .stripo .st_table tr td {
            cursor: pointer;
        }

            #ContentPage .MB_Hotels .stripo .st_table tr td strong {
                cursor: pointer;
                font-size: 14px;
            }

    #ContentPage .MB_Hotels .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .MB_Insurances {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .MB_Insurances .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_Insurances .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_Insurances .gHea h2 span {
                vertical-align: middle;
            }

            #ContentPage .MB_Insurances .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_Insurances .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_Insurances .gHea h2 .active:hover,
                #ContentPage .MB_Insurances .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_Insurances .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 6px;
                height: 30px !important;
            }

                #ContentPage .MB_Insurances .gHea h2 .grey:hover,
                #ContentPage .MB_Insurances .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_Insurances .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_Insurances i {
    font-size: 14px;
    color: #2d2d2d;
}

#ContentPage .MB_Insurances input,
#ContentPage .MB_Insurances select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
    margin-right: 3px;
}

#ContentPage .MB_Insurances .explain {
    height: 80px;
}

#ContentPage .MB_Insurances .contentdiv table {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .MB_Insurances .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .MB_Insurances .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .MB_Insurances .contentdiv table td {
        width: auto;
    }

        #ContentPage .MB_Insurances .contentdiv table td .priceHeaad {
            border: 1px solid #1f5a85;
            padding: 2px;
            margin: 10px 0;
            background: #dedede;
        }

            #ContentPage .MB_Insurances .contentdiv table td .priceHeaad tr td:nth-child(even) {
                color: #3b8fc0;
                font-size: 14px;
                font-weight: 600;
            }

    #ContentPage .MB_Insurances .contentdiv table .date {
        width: 100px !important;
    }

#ContentPage .MB_Insurances .contentdiv .tableTab {
    border: none;
    padding: 10px 0;
}

    #ContentPage .MB_Insurances .contentdiv .tableTab td {
        border-bottom: 1px solid #1f5a85;
        line-height: 29px;
    }

    #ContentPage .MB_Insurances .contentdiv .tableTab a {
        border: none;
        padding: 5px 10px;
        color: #3b8fc0;
        border: 1px solid #1f5a85;
    }

        #ContentPage .MB_Insurances .contentdiv .tableTab .active,
        #ContentPage .MB_Insurances .contentdiv .tableTab a:hover {
            color: #ffffff;
            background: #3b8fc0;
            font-size: 14px;
            padding: 5px 10px;
        }

#ContentPage .MB_Insurances .contentdiv .flHead {
    border: 1px solid #dedede;
    padding: 5px 15px;
    border-bottom: none;
    line-height: 26px;
}

#ContentPage .MB_Insurances .contentdiv .tableFlight,
#ContentPage .MB_Insurances .contentdiv .tablePassenger {
    display: inline-block;
}

    #ContentPage .MB_Insurances .contentdiv .tableFlight table,
    #ContentPage .MB_Insurances .contentdiv .tablePassenger table {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }

#ContentPage .MB_Insurances .contentdiv .tableFlight2,
#ContentPage .MB_Insurances .contentdiv .tablePassenger2 {
    display: inline-block;
}

    #ContentPage .MB_Insurances .contentdiv .tableFlight2 input,
    #ContentPage .MB_Insurances .contentdiv .tablePassenger2 input,
    #ContentPage .MB_Insurances .contentdiv .tableFlight2 select,
    #ContentPage .MB_Insurances .contentdiv .tablePassenger2 select {
        margin-right: 4px;
    }

    #ContentPage .MB_Insurances .contentdiv .tableFlight2 table,
    #ContentPage .MB_Insurances .contentdiv .tablePassenger2 table {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }

#ContentPage .MB_Insurances #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_Insurances #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 83% !important;
}

#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_MB_EditHeader1_BtnComplete,
#ContentPage .MB_Insurances .gBtn button,
#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_BtnFlightSave,
#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_BtnPassengerSave,
#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Insurances .gBtn .delete,
#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_BtnAdd {
    width: 100% !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px !important;
    position: inherit;
}

#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Insurances .gBtn .delete {
    font-size: 14px;
    padding: 6px !important;
    width: 42px !important;
}

#ContentPage .MB_Insurances .gBtn #ContentPlaceHolder1_BtnSave {
    float: right;
    width: 15% !important;
}

#ContentPage .MB_Insurances .stripo .st_table {
    padding: 0 5px;
}

    #ContentPage .MB_Insurances .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .MB_Insurances .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .MB_Insurances .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .MB_Insurances .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .MB_Insurances .stripo .st_table tr td {
            cursor: pointer;
        }

            #ContentPage .MB_Insurances .stripo .st_table tr td strong {
                cursor: pointer;
                font-size: 14px;
            }

    #ContentPage .MB_Insurances .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .MB_RentCars {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .MB_RentCars .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_RentCars .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_RentCars .gHea h2 span {
                vertical-align: middle;
            }

            #ContentPage .MB_RentCars .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_RentCars .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_RentCars .gHea h2 .active:hover,
                #ContentPage .MB_RentCars .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_RentCars .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 6px;
                height: 30px !important;
            }

                #ContentPage .MB_RentCars .gHea h2 .grey:hover,
                #ContentPage .MB_RentCars .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_RentCars .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_RentCars i {
    font-size: 14px;
    color: #2d2d2d;
}

#ContentPage .MB_RentCars input,
#ContentPage .MB_RentCars select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
    margin-right: 3px;
}

#ContentPage .MB_RentCars .explain {
    height: 80px;
}

#ContentPage .MB_RentCars .contentdiv table {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .MB_RentCars .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .MB_RentCars .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .MB_RentCars .contentdiv table td {
        width: auto;
    }

        #ContentPage .MB_RentCars .contentdiv table td .priceHeaad {
            border: 1px solid #1f5a85;
            padding: 2px;
            margin: 10px 0;
            background: #dedede;
        }

            #ContentPage .MB_RentCars .contentdiv table td .priceHeaad tr td:nth-child(even) {
                color: #3b8fc0;
                font-size: 14px;
                font-weight: 600;
            }

    #ContentPage .MB_RentCars .contentdiv table .date {
        width: 100px !important;
    }

#ContentPage .MB_RentCars .contentdiv .tableTab {
    border: none;
    padding: 10px 0;
}

    #ContentPage .MB_RentCars .contentdiv .tableTab td {
        border-bottom: 1px solid #1f5a85;
        line-height: 29px;
    }

    #ContentPage .MB_RentCars .contentdiv .tableTab a {
        border: none;
        padding: 5px 10px;
        color: #3b8fc0;
        border: 1px solid #1f5a85;
    }

        #ContentPage .MB_RentCars .contentdiv .tableTab .active,
        #ContentPage .MB_RentCars .contentdiv .tableTab a:hover {
            color: #ffffff;
            background: #3b8fc0;
            font-size: 14px;
            padding: 5px 10px;
        }

#ContentPage .MB_RentCars .contentdiv .flHead {
    border: 1px solid #dedede;
    padding: 5px 15px;
    border-bottom: none;
    line-height: 26px;
}

#ContentPage .MB_RentCars .contentdiv .tableCar td table {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#ContentPage .MB_RentCars .contentdiv .tableCar2,
#ContentPage .MB_RentCars .contentdiv .tablePassenger2 {
    display: inline-block;
}

    #ContentPage .MB_RentCars .contentdiv .tableCar2 input,
    #ContentPage .MB_RentCars .contentdiv .tablePassenger2 input,
    #ContentPage .MB_RentCars .contentdiv .tableCar2 select,
    #ContentPage .MB_RentCars .contentdiv .tablePassenger2 select {
        margin-right: 4px;
        margin-bottom: 2px;
    }

    #ContentPage .MB_RentCars .contentdiv .tableCar2 table,
    #ContentPage .MB_RentCars .contentdiv .tablePassenger2 table {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }

#ContentPage .MB_RentCars #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_RentCars #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 83% !important;
}

#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_MB_EditHeader1_BtnComplete,
#ContentPage .MB_RentCars .gBtn button,
#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_BtnFlightSave,
#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_BtnPassengerSave,
#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_RentCars .gBtn .delete,
#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_BtnAdd {
    width: 100% !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px !important;
    position: inherit;
}

#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_RentCars .gBtn .delete {
    font-size: 14px;
    padding: 6px !important;
    width: 42px !important;
}

#ContentPage .MB_RentCars .gBtn #ContentPlaceHolder1_BtnSave {
    float: right;
    width: 15% !important;
}

#ContentPage .MB_RentCars .stripo .st_table {
    padding: 0 5px;
}

    #ContentPage .MB_RentCars .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .MB_RentCars .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .MB_RentCars .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .MB_RentCars .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .MB_RentCars .stripo .st_table tr td {
            cursor: pointer;
        }

            #ContentPage .MB_RentCars .stripo .st_table tr td strong {
                cursor: pointer;
                font-size: 14px;
            }

    #ContentPage .MB_RentCars .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .MB_Others {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .MB_Others .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_Others .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_Others .gHea h2 span {
                vertical-align: middle;
            }

            #ContentPage .MB_Others .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_Others .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_Others .gHea h2 .active:hover,
                #ContentPage .MB_Others .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_Others .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 6px;
                height: 30px !important;
            }

                #ContentPage .MB_Others .gHea h2 .grey:hover,
                #ContentPage .MB_Others .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_Others .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_Others i {
    font-size: 14px;
    color: #2d2d2d;
}

#ContentPage .MB_Others input,
#ContentPage .MB_Others select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
    margin-right: 3px;
}

#ContentPage .MB_Others .explain {
    height: 80px;
}

#ContentPage .MB_Others .contentdiv table {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .MB_Others .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .MB_Others .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .MB_Others .contentdiv table td {
        width: auto;
    }

        #ContentPage .MB_Others .contentdiv table td .priceHeaad {
            border: 1px solid #1f5a85;
            padding: 2px;
            margin: 10px 0;
            background: #dedede;
        }

            #ContentPage .MB_Others .contentdiv table td .priceHeaad tr td:nth-child(even) {
                color: #3b8fc0;
                font-size: 14px;
                font-weight: 600;
            }

    #ContentPage .MB_Others .contentdiv table .date {
        width: 100px !important;
    }

#ContentPage .MB_Others .contentdiv .tableTab {
    border: none;
    padding: 10px 0;
}

    #ContentPage .MB_Others .contentdiv .tableTab td {
        border-bottom: 1px solid #1f5a85;
        line-height: 29px;
    }

    #ContentPage .MB_Others .contentdiv .tableTab a {
        border: none;
        padding: 5px 10px;
        color: #3b8fc0;
        border: 1px solid #1f5a85;
    }

        #ContentPage .MB_Others .contentdiv .tableTab .active,
        #ContentPage .MB_Others .contentdiv .tableTab a:hover {
            color: #ffffff;
            background: #3b8fc0;
            font-size: 14px;
            padding: 5px 10px;
        }

#ContentPage .MB_Others .contentdiv .flHead {
    border: 1px solid #dedede;
    padding: 5px 15px;
    border-bottom: none;
    line-height: 26px;
}

#ContentPage .MB_Others .contentdiv .tableOthers td table {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#ContentPage .MB_Others #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_Others #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 83% !important;
}

#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_MB_EditHeader1_BtnComplete,
#ContentPage .MB_Others .gBtn button,
#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_BtnFlightSave,
#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_BtnPassengerSave,
#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Others .gBtn .delete,
#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_BtnAdd {
    width: 100% !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px !important;
    position: inherit;
}

#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Others .gBtn .delete {
    font-size: 14px;
    padding: 6px !important;
    width: 42px !important;
}

#ContentPage .MB_Others .gBtn #ContentPlaceHolder1_BtnSave {
    float: right;
    width: 15% !important;
}

#ContentPage .MB_Others .stripo .st_table {
    padding: 0 5px;
}

    #ContentPage .MB_Others .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .MB_Others .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .MB_Others .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .MB_Others .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .MB_Others .stripo .st_table tr td {
            cursor: pointer;
        }

            #ContentPage .MB_Others .stripo .st_table tr td strong {
                cursor: pointer;
                font-size: 14px;
            }

    #ContentPage .MB_Others .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .MB_Accountancy {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .MB_Accountancy .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_Accountancy .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_Accountancy .gHea h2 span {
                vertical-align: middle;
            }

            #ContentPage .MB_Accountancy .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_Accountancy .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_Accountancy .gHea h2 .active:hover,
                #ContentPage .MB_Accountancy .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_Accountancy .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 6px;
                height: 30px !important;
            }

                #ContentPage .MB_Accountancy .gHea h2 .grey:hover,
                #ContentPage .MB_Accountancy .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_Accountancy .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_Accountancy i {
    font-size: 14px;
    color: #2d2d2d;
}

#ContentPage .MB_Accountancy input,
#ContentPage .MB_Accountancy select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
    margin-right: 3px;
}

#ContentPage .MB_Accountancy .explain {
    height: 80px;
}

#ContentPage .MB_Accountancy .contentdiv table {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .MB_Accountancy .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .MB_Accountancy .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .MB_Accountancy .contentdiv table td {
        width: auto;
    }

        #ContentPage .MB_Accountancy .contentdiv table td .priceHeaad {
            border: 1px solid #1f5a85;
            padding: 2px;
            margin: 10px 0;
            background: #dedede;
        }

            #ContentPage .MB_Accountancy .contentdiv table td .priceHeaad tr td:nth-child(even) {
                color: #3b8fc0;
                font-size: 14px;
                font-weight: 600;
            }

    #ContentPage .MB_Accountancy .contentdiv table .date {
        width: 100px !important;
    }

#ContentPage .MB_Accountancy .contentdiv .tableTab {
    border: none;
    padding: 10px 0;
}

    #ContentPage .MB_Accountancy .contentdiv .tableTab td {
        border-bottom: 1px solid #1f5a85;
        line-height: 29px;
    }

    #ContentPage .MB_Accountancy .contentdiv .tableTab a {
        border: none;
        padding: 5px 10px;
        color: #3b8fc0;
        border: 1px solid #1f5a85;
    }

        #ContentPage .MB_Accountancy .contentdiv .tableTab .active,
        #ContentPage .MB_Accountancy .contentdiv .tableTab a:hover {
            color: #ffffff;
            background: #3b8fc0;
            font-size: 14px;
            padding: 5px 10px;
        }

#ContentPage .MB_Accountancy .contentdiv .accoTab {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0;
}

#ContentPage .MB_Accountancy .contentdiv .flHead {
    border: 1px solid #dedede;
    padding: 5px 15px;
    border-bottom: none;
    line-height: 26px;
}

#ContentPage .MB_Accountancy .contentdiv .tableOthers td table {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#ContentPage .MB_Accountancy #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_Accountancy #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 83% !important;
}

#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_MB_EditHeader1_BtnComplete,
#ContentPage .MB_Accountancy .gBtn button,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnFlightSave,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnPassengerSave,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Accountancy .gBtn .delete,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnAdd,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnProviderExcel,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnPartnerExcel {
    width: 100% !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px !important;
    position: inherit;
}

#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_Accountancy .gBtn .delete {
    font-size: 14px;
    padding: 6px !important;
    width: 42px !important;
}

#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnProviderExcel,
#ContentPage .MB_Accountancy .gBtn #ContentPlaceHolder1_BtnPartnerExcel {
    float: right;
    width: 15% !important;
}

#ContentPage .MB_Accountancy .stripo .st_table {
    border: none;
    padding: 0 5px;
}

    #ContentPage .MB_Accountancy .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .MB_Accountancy .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .MB_Accountancy .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .MB_Accountancy .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .MB_Accountancy .stripo .st_table tr td strong {
            cursor: pointer;
            font-size: 14px;
        }

    #ContentPage .MB_Accountancy .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .MB_History {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .MB_History .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_History .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_History .gHea h2 span {
                vertical-align: middle;
            }

            #ContentPage .MB_History .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_History .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_History .gHea h2 .active:hover,
                #ContentPage .MB_History .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_History .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 6px;
                height: 30px !important;
            }

                #ContentPage .MB_History .gHea h2 .grey:hover,
                #ContentPage .MB_History .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_History .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_History i {
    font-size: 14px;
    color: #2d2d2d;
}

#ContentPage .MB_History input,
#ContentPage .MB_History select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
    margin-right: 3px;
}

#ContentPage .MB_History .explain {
    height: 80px;
}

#ContentPage .MB_History .contentdiv table {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .MB_History .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .MB_History .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .MB_History .contentdiv table td {
        width: auto;
    }

        #ContentPage .MB_History .contentdiv table td .priceHeaad {
            border: 1px solid #1f5a85;
            padding: 2px;
            margin: 10px 0;
            background: #dedede;
        }

            #ContentPage .MB_History .contentdiv table td .priceHeaad tr td:nth-child(even) {
                color: #3b8fc0;
                font-size: 14px;
                font-weight: 600;
            }

    #ContentPage .MB_History .contentdiv table .date {
        width: 100px !important;
    }

#ContentPage .MB_History .contentdiv .tableTab {
    border: none;
    padding: 10px 0;
}

    #ContentPage .MB_History .contentdiv .tableTab td {
        border-bottom: 1px solid #1f5a85;
        line-height: 29px;
    }

    #ContentPage .MB_History .contentdiv .tableTab a {
        border: none;
        padding: 5px 10px;
        color: #3b8fc0;
        border: 1px solid #1f5a85;
    }

        #ContentPage .MB_History .contentdiv .tableTab .active,
        #ContentPage .MB_History .contentdiv .tableTab a:hover {
            color: #ffffff;
            background: #3b8fc0;
            font-size: 14px;
            padding: 5px 10px;
        }

#ContentPage .MB_History .contentdiv .accoTab {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0;
}

#ContentPage .MB_History .contentdiv .flHead {
    border: 1px solid #dedede;
    padding: 5px 15px;
    border-bottom: none;
    line-height: 26px;
}

#ContentPage .MB_History .contentdiv .tableOthers td table {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#ContentPage .MB_History #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_History #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 83% !important;
}

#ContentPage .MB_History .gBtn #ContentPlaceHolder1_MB_EditHeader1_BtnComplete,
#ContentPage .MB_History .gBtn button,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnFlightSave,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnPassengerSave,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_History .gBtn .delete,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnAdd,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnProviderExcel,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnPartnerExcel {
    width: 100% !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px !important;
    position: inherit;
}

#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnAddFlight,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnAddPassenger,
#ContentPage .MB_History .gBtn .delete {
    font-size: 14px;
    padding: 6px !important;
    width: 42px !important;
}

#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnProviderExcel,
#ContentPage .MB_History .gBtn #ContentPlaceHolder1_BtnPartnerExcel {
    float: right;
    width: 15% !important;
}

#ContentPage .MB_History .stripo .st_table {
    border: none;
    padding: 0 5px;
}

    #ContentPage .MB_History .stripo .st_table .row ul .hcell {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
    }

    #ContentPage .MB_History .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .MB_History .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .MB_History .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .MB_History .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .MB_History .stripo .st_table tr td strong {
            cursor: pointer;
            font-size: 14px;
        }

    #ContentPage .MB_History .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .MB_ImportQue {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .MB_ImportQue .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .MB_ImportQue .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .MB_ImportQue .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .MB_ImportQue .gHea h2 .active {
                display: none;
            }

                #ContentPage .MB_ImportQue .gHea h2 .active:hover,
                #ContentPage .MB_ImportQue .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .MB_ImportQue .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 1px;
                height: 30px !important;
            }

                #ContentPage .MB_ImportQue .gHea h2 .grey:hover,
                #ContentPage .MB_ImportQue .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .MB_ImportQue .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .MB_ImportQue i {
    font-size: 14px;
    color: #ffffff;
}

#ContentPage .MB_ImportQue input,
#ContentPage .MB_ImportQue select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
}

#ContentPage .MB_ImportQue .contentdiv table {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .MB_ImportQue .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .MB_ImportQue .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .MB_ImportQue .contentdiv table td {
        width: auto;
    }

        #ContentPage .MB_ImportQue .contentdiv table td .priceHeaad {
            border: 1px solid #1f5a85;
            padding: 2px;
            margin: 10px 0;
            background: #dedede;
        }

            #ContentPage .MB_ImportQue .contentdiv table td .priceHeaad tr td:nth-child(even) {
                color: #3b8fc0;
                font-size: 14px;
                font-weight: 600;
            }

    #ContentPage .MB_ImportQue .contentdiv table .date {
        width: 100px !important;
    }

#ContentPage .MB_ImportQue .contentdiv .tableTab {
    border: none;
    padding: 10px 0;
}

    #ContentPage .MB_ImportQue .contentdiv .tableTab td {
        border-bottom: 1px solid #1f5a85;
        line-height: 29px;
    }

    #ContentPage .MB_ImportQue .contentdiv .tableTab a {
        border: none;
        padding: 5px 10px;
        color: #3b8fc0;
        border: 1px solid #1f5a85;
    }

        #ContentPage .MB_ImportQue .contentdiv .tableTab .active,
        #ContentPage .MB_ImportQue .contentdiv .tableTab a:hover {
            color: #ffffff;
            background: #3b8fc0;
            font-size: 14px;
            padding: 5px 10px;
        }

#ContentPage .MB_ImportQue .contentdiv .accoTab {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0;
}

#ContentPage .MB_ImportQue .contentdiv .flHead {
    border: 1px solid #dedede;
    padding: 5px 15px;
    border-bottom: none;
    line-height: 26px;
}

#ContentPage .MB_ImportQue .contentdiv .tableOthers td table {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#ContentPage .MB_ImportQue #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .MB_ImportQue #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 83% !important;
}

#ContentPage .MB_ImportQue .gBtn {
    /*.btn {
                padding-left: 0!important;
            }*/
}

    #ContentPage .MB_ImportQue .gBtn #ContentPlaceHolder1_BtnList,
    #ContentPage .MB_ImportQue .gBtn #ContentPlaceHolder1_BtnExcel,
    #ContentPage .MB_ImportQue .gBtn button {
        width: 100% !important;
        height: 28px !important;
        font-size: 16px;
        line-height: 16px !important;
        position: inherit;
    }

    #ContentPage .MB_ImportQue .gBtn .airlineAdd {
        width: 10% !important;
        height: 30px !important;
        font-size: 16px;
        line-height: 16px !important;
        position: inherit;
    }

#ContentPage .MB_ImportQue .stripo .st_table {
    padding: 0;
}

    #ContentPage .MB_ImportQue .stripo .st_table .row ul .hcell {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 10px;
        color: #2d2d2d;
        width: 17%;
    }

    #ContentPage .MB_ImportQue .stripo .st_table .row ul .cell {
        font-size: 12px;
        line-height: 12px;
        width: 17%;
    }

        #ContentPage .MB_ImportQue .stripo .st_table .row ul .cell a {
            cursor: pointer;
        }

        #ContentPage .MB_ImportQue .stripo .st_table .row ul .cell .pnrButon {
            cursor: pointer;
            padding: 5px;
            margin-left: -5px;
        }

            #ContentPage .MB_ImportQue .stripo .st_table .row ul .cell .pnrButon:hover {
                color: #ffffff;
                background: #3b8fc0;
                padding: 5px;
            }

    #ContentPage .MB_ImportQue .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .MB_ImportQue .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .MB_ImportQue .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .MB_ImportQue .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .MB_ImportQue .stripo .st_table tr td strong {
            font-size: 14px;
        }

    #ContentPage .MB_ImportQue .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .A_PartnerInvoices {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
    /*#ContentPlaceHolder1_CL_BeginDate_TxtDate, #ContentPlaceHolder1_CL_EndDate_TxtDate {
            width: 83%!important;
        }*/
}

    #ContentPage .A_PartnerInvoices .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .A_PartnerInvoices .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .A_PartnerInvoices .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .A_PartnerInvoices .gHea h2 .active {
                display: none;
            }

                #ContentPage .A_PartnerInvoices .gHea h2 .active:hover,
                #ContentPage .A_PartnerInvoices .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .A_PartnerInvoices .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 1px;
                height: 30px !important;
            }

                #ContentPage .A_PartnerInvoices .gHea h2 .grey:hover,
                #ContentPage .A_PartnerInvoices .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .A_PartnerInvoices .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .A_PartnerInvoices i {
    font-size: 14px;
    color: #ffffff;
}

#ContentPage .A_PartnerInvoices input,
#ContentPage .A_PartnerInvoices select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
}

#ContentPage .A_PartnerInvoices .contentdiv table {
    width: 100%;
    margin-bottom: 15px;
}

    #ContentPage .A_PartnerInvoices .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .A_PartnerInvoices .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .A_PartnerInvoices .contentdiv table td {
        width: 80px;
    }

    #ContentPage .A_PartnerInvoices .contentdiv table .date {
        width: 100px !important;
    }

    #ContentPage .A_PartnerInvoices .contentdiv table .listTab {
        border: 1px solid #dedede;
        padding: 10px;
        margin-bottom: 15px;
    }

#ContentPage .A_PartnerInvoices .gBtn #ContentPlaceHolder1_BtnList,
#ContentPage .A_PartnerInvoices .gBtn #ContentPlaceHolder1_BtnExcel,
#ContentPage .A_PartnerInvoices .gBtn button {
    width: 100% !important;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px !important;
    position: inherit;
}

#ContentPage .A_PartnerInvoices .gBtn .btn {
    padding-left: 0 !important;
}

#ContentPage .A_PartnerInvoices .stripo .st_table {
    padding: 0;
}

    #ContentPage .A_PartnerInvoices .stripo .st_table .row ul .hcell {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 10px;
        color: #2d2d2d;
        width: 10%;
    }

    #ContentPage .A_PartnerInvoices .stripo .st_table .row ul .cell {
        font-size: 12px;
        line-height: 12px;
        width: 10%;
    }

    #ContentPage .A_PartnerInvoices .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .A_PartnerInvoices .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .A_PartnerInvoices .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .A_PartnerInvoices .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .A_PartnerInvoices .stripo .st_table tr td strong {
            font-size: 14px;
        }

            #ContentPage .A_PartnerInvoices .stripo .st_table tr td strong .pnrButon {
                cursor: pointer;
                padding: 5px;
                margin-left: -5px;
            }

                #ContentPage .A_PartnerInvoices .stripo .st_table tr td strong .pnrButon:hover {
                    color: #ffffff;
                    background: #3b8fc0;
                    padding: 5px;
                }

    #ContentPage .A_PartnerInvoices .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .A_OpenBookings {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .A_OpenBookings .gHea {
        position: relative;
        margin-bottom: 30px;
    }

        #ContentPage .A_OpenBookings .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .A_OpenBookings .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .A_OpenBookings .gHea h2 .active {
                display: none;
            }

                #ContentPage .A_OpenBookings .gHea h2 .active:hover,
                #ContentPage .A_OpenBookings .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .A_OpenBookings .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 1px;
                height: 30px !important;
            }

                #ContentPage .A_OpenBookings .gHea h2 .grey:hover,
                #ContentPage .A_OpenBookings .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .A_OpenBookings .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .A_OpenBookings i {
    font-size: 14px;
    color: #ffffff;
}

#ContentPage .A_OpenBookings input,
#ContentPage .A_OpenBookings select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
}

#ContentPage .A_OpenBookings .contentdiv table {
    width: 100%;
    margin-bottom: 15px;
}

    #ContentPage .A_OpenBookings .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .A_OpenBookings .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .A_OpenBookings .contentdiv table td {
        width: 80px;
    }

    #ContentPage .A_OpenBookings .contentdiv table .date {
        width: 100px !important;
    }

    #ContentPage .A_OpenBookings .contentdiv table .listTab {
        border: 1px solid #dedede;
        padding: 10px;
        margin-bottom: 15px;
    }

#ContentPage .A_OpenBookings #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .A_OpenBookings #ContentPlaceHolder1_CL_EndDate_TxtDate {
    width: 72% !important;
}

#ContentPage .A_OpenBookings .gBtn {
    text-align: right;
}

    #ContentPage .A_OpenBookings .gBtn li {
        display: inline-block;
        margin-bottom: 10px;
        width: 30%;
    }

    #ContentPage .A_OpenBookings .gBtn #ContentPlaceHolder1_BtnList,
    #ContentPage .A_OpenBookings .gBtn #ContentPlaceHolder1_BtnExcel,
    #ContentPage .A_OpenBookings .gBtn button,
    #ContentPage .A_OpenBookings .gBtn #ContentPlaceHolder1_BtnCreateInvoice,
    #ContentPage .A_OpenBookings .gBtn #ContentPlaceHolder1_BtnCreateAutomaticAllInvoices {
        width: 100% !important;
        height: 28px !important;
        font-size: 16px;
        line-height: 16px !important;
        position: inherit;
        padding: 0 10px;
    }

#ContentPage .A_OpenBookings .stripo .st_table {
    padding: 0;
}

    #ContentPage .A_OpenBookings .stripo .st_table .row ul .hcell {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 10px;
        color: #2d2d2d;
        width: 64px;
        margin: 0 10px;
        padding: 5px 0 0 0;
    }

        #ContentPage .A_OpenBookings .stripo .st_table .row ul .hcell .selc {
            vertical-align: middle;
            width: 50%;
            height: 16px;
        }

    #ContentPage .A_OpenBookings .stripo .st_table .row ul .cell {
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        width: 61px;
        margin: 0 10px;
        padding: 5px 0 0 0;
    }

    #ContentPage .A_OpenBookings .stripo .st_table .row ul .white-space {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    #ContentPage .A_OpenBookings .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .A_OpenBookings .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .A_OpenBookings .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .A_OpenBookings .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .A_OpenBookings .stripo .st_table tr td strong {
            font-size: 14px;
        }

            #ContentPage .A_OpenBookings .stripo .st_table tr td strong .pnrButon {
                cursor: pointer;
                padding: 5px;
                margin-left: -5px;
            }

                #ContentPage .A_OpenBookings .stripo .st_table tr td strong .pnrButon:hover {
                    color: #ffffff;
                    background: #3b8fc0;
                    padding: 5px;
                }

    #ContentPage .A_OpenBookings .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .A_OpenBookings .formHea {
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

#ContentPage .A_PartnerInvoiceEdit {
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 20px 15px;
}

    #ContentPage .A_PartnerInvoiceEdit .gHea {
        position: relative;
        margin-bottom: 10px;
    }

        #ContentPage .A_PartnerInvoiceEdit .gHea h2 {
            width: 100%;
            display: inline-block;
            font-family: 'open_sansregular', Tahoma, Helvetica, Arial, sans-serif;
            font-size: 20px;
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
        }

            #ContentPage .A_PartnerInvoiceEdit .gHea h2 .green {
                margin-right: 10px;
            }

            #ContentPage .A_PartnerInvoiceEdit .gHea h2 .active {
                display: none;
            }

                #ContentPage .A_PartnerInvoiceEdit .gHea h2 .active:hover,
                #ContentPage .A_PartnerInvoiceEdit .gHea h2 .active focus {
                    background: #458b32;
                }

            #ContentPage .A_PartnerInvoiceEdit .gHea h2 .grey {
                -webkit-transition: All 0.3s ease-in;
                -moz-transition: All 0.3s ease-in;
                -o-transition: All 0.3s ease-in;
                -ms-transition: All 0.3s ease-in;
                transition: All 0.3s ease-in;
                font-family: 'open_sansbold', Tahoma, Helvetica, Arial, sans-serif;
                border: 1px solid #dedede;
                position: relative;
                background-color: #ffffff;
                border-bottom: none !important;
                color: #2d2d2d !important;
                top: 1px;
                height: 30px !important;
            }

                #ContentPage .A_PartnerInvoiceEdit .gHea h2 .grey:hover,
                #ContentPage .A_PartnerInvoiceEdit .gHea h2 .grey focus {
                    background: #1f5a85;
                    color: #ffffff !important;
                    border: 1px solid #478f33;
                }

            #ContentPage .A_PartnerInvoiceEdit .gHea h2 .blink_me {
                animation: blinker 4s linear infinite;
            }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-document url-prefix() {
    .blink_me {
        animation: blinker 4s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
}

#ContentPage .A_PartnerInvoiceEdit i {
    font-size: 14px;
    color: #ffffff;
}

#ContentPage .A_PartnerInvoiceEdit input,
#ContentPage .A_PartnerInvoiceEdit select {
    border: 1px solid #dedede;
    width: 100%;
    padding: 4px;
}

#ContentPage .A_PartnerInvoiceEdit .contentdiv table {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .A_PartnerInvoiceEdit .contentdiv table th {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

        #ContentPage .A_PartnerInvoiceEdit .contentdiv table th a {
            cursor: pointer;
        }

    #ContentPage .A_PartnerInvoiceEdit .contentdiv table td {
        width: 80px;
    }

    #ContentPage .A_PartnerInvoiceEdit .contentdiv table .date {
        width: 100px !important;
    }

    #ContentPage .A_PartnerInvoiceEdit .contentdiv table .listTab {
        border: 1px solid #dedede;
        padding: 10px;
        margin-bottom: 15px;
    }

#ContentPage .A_PartnerInvoiceEdit .contentdiv .table1,
#ContentPage .A_PartnerInvoiceEdit .contentdiv .table2 {
    float: left;
    position: relative;
}

    #ContentPage .A_PartnerInvoiceEdit .contentdiv .table1 tr,
    #ContentPage .A_PartnerInvoiceEdit .contentdiv .table2 tr {
        line-height: 30px;
    }

    #ContentPage .A_PartnerInvoiceEdit .contentdiv .table1 td,
    #ContentPage .A_PartnerInvoiceEdit .contentdiv .table2 td {
        vertical-align: text-top;
    }

        #ContentPage .A_PartnerInvoiceEdit .contentdiv .table1 td:first-child,
        #ContentPage .A_PartnerInvoiceEdit .contentdiv .table2 td:first-child {
            width: 30%;
        }

        #ContentPage .A_PartnerInvoiceEdit .contentdiv .table1 td:nth-child(even),
        #ContentPage .A_PartnerInvoiceEdit .contentdiv .table2 td:nth-child(even) {
            width: 5%;
        }

#ContentPage .A_PartnerInvoiceEdit .contentdiv .table1 {
    width: 50%;
    vertical-align: top;
    margin-right: 10px;
}

#ContentPage .A_PartnerInvoiceEdit .contentdiv .table2 {
    width: 49%;
}

#ContentPage .A_PartnerInvoiceEdit #ContentPlaceHolder1_CL_BeginDate_TxtDate,
#ContentPage .A_PartnerInvoiceEdit #ContentPlaceHolder1_CL_EndDate_TxtDate,
#ContentPage .A_PartnerInvoiceEdit #ContentPlaceHolder1_BT_SendEmail,
#ContentPage .A_PartnerInvoiceEdit #ContentPlaceHolder1_HL_Doc,
#ContentPage .A_PartnerInvoiceEdit #ContentPlaceHolder1_HL_PDF {
    width: 83% !important;
}

#ContentPage .A_PartnerInvoiceEdit .gBtn #ContentPlaceHolder1_BtnList,
#ContentPage .A_PartnerInvoiceEdit .gBtn #ContentPlaceHolder1_BtnExcel,
#ContentPage .A_PartnerInvoiceEdit .gBtn button,
#ContentPage .A_PartnerInvoiceEdit .gBtn #ContentPlaceHolder1_BT_SendEmail,
#ContentPage .A_PartnerInvoiceEdit .gBtn #ContentPlaceHolder1_HL_Doc,
#ContentPage .A_PartnerInvoiceEdit .gBtn #ContentPlaceHolder1_HL_PDF,
#ContentPage .A_PartnerInvoiceEdit .gBtn #ContentPlaceHolder1_BtnSave,
#ContentPage .A_PartnerInvoiceEdit .gBtn #ContentPlaceHolder1_BtnCreateInvoice,
#ContentPage .A_PartnerInvoiceEdit .gBtn #ContentPlaceHolder1_BtnCancel,
#ContentPage .A_PartnerInvoiceEdit .gBtn .save {
    float: right;
    height: 28px !important;
    font-size: 16px;
    line-height: 16px;
    position: inherit;
}

#ContentPage .A_PartnerInvoiceEdit .gBtn .btn {
    padding-left: 0 !important;
}

#ContentPage .A_PartnerInvoiceEdit .gBtn a {
    line-height: 28px !important;
}

#ContentPage .A_PartnerInvoiceEdit .clearfix,
#ContentPage .A_PartnerInvoiceEdit .container,
#ContentPage .A_PartnerInvoiceEdit .container-fluid,
#ContentPage .A_PartnerInvoiceEdit .row {
    width: 100%;
}

    #ContentPage .A_PartnerInvoiceEdit .clearfix .gBtn,
    #ContentPage .A_PartnerInvoiceEdit .container .gBtn,
    #ContentPage .A_PartnerInvoiceEdit .container-fluid .gBtn,
    #ContentPage .A_PartnerInvoiceEdit .row .gBtn {
        display: inline-block;
        float: right;
        width: 10%;
    }

        #ContentPage .A_PartnerInvoiceEdit .clearfix .gBtn .save,
        #ContentPage .A_PartnerInvoiceEdit .container .gBtn .save,
        #ContentPage .A_PartnerInvoiceEdit .container-fluid .gBtn .save,
        #ContentPage .A_PartnerInvoiceEdit .row .gBtn .save {
            width: 100%;
            padding: 0 10px;
        }

            #ContentPage .A_PartnerInvoiceEdit .clearfix .gBtn .save i,
            #ContentPage .A_PartnerInvoiceEdit .container .gBtn .save i,
            #ContentPage .A_PartnerInvoiceEdit .container-fluid .gBtn .save i,
            #ContentPage .A_PartnerInvoiceEdit .row .gBtn .save i {
                width: 20%;
                color: #ffffff;
                line-height: 30px;
                font-size: 19px;
                height: inherit;
                margin: 0 5px;
            }

            #ContentPage .A_PartnerInvoiceEdit .clearfix .gBtn .save input,
            #ContentPage .A_PartnerInvoiceEdit .container .gBtn .save input,
            #ContentPage .A_PartnerInvoiceEdit .container-fluid .gBtn .save input,
            #ContentPage .A_PartnerInvoiceEdit .row .gBtn .save input {
                width: 60% !important;
            }

#ContentPage .A_PartnerInvoiceEdit .stTable {
    padding: 10px 0 !important;
    margin-top: 10px;
}

#ContentPage .A_PartnerInvoiceEdit .stripo .st_table {
    padding: 0;
}

    #ContentPage .A_PartnerInvoiceEdit .stripo .st_table .row ul .hcell {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 10px;
        color: #2d2d2d;
        width: 5%;
    }

    #ContentPage .A_PartnerInvoiceEdit .stripo .st_table .row ul .cell {
        font-size: 12px;
        line-height: 12px;
        width: 5%;
    }

    #ContentPage .A_PartnerInvoiceEdit .stripo .st_table tr:first-child {
        background: #fec107;
        color: #2d2d2d;
        line-height: 25px;
    }

        #ContentPage .A_PartnerInvoiceEdit .stripo .st_table tr:first-child th:first-child {
            width: 5%;
        }

        #ContentPage .A_PartnerInvoiceEdit .stripo .st_table tr:first-child th:nth-child(5) {
            width: 15%;
        }

    #ContentPage .A_PartnerInvoiceEdit .stripo .st_table tr {
        background: #f6f6f6;
        text-indent: 5px;
        font-size: 12px;
        line-height: 35px;
    }

        #ContentPage .A_PartnerInvoiceEdit .stripo .st_table tr td strong {
            font-size: 14px;
        }

            #ContentPage .A_PartnerInvoiceEdit .stripo .st_table tr td strong .pnrButon {
                cursor: pointer;
                padding: 5px;
                margin-left: -5px;
            }

                #ContentPage .A_PartnerInvoiceEdit .stripo .st_table tr td strong .pnrButon:hover {
                    color: #ffffff;
                    background: #3b8fc0;
                    padding: 5px;
                }

    #ContentPage .A_PartnerInvoiceEdit .stripo .st_table .ars {
        background: #e9e9e9;
    }

#ContentPage .A_PartnerInvoiceEdit .formHea {
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 15px;
}

    #ContentPage .A_PartnerInvoiceEdit .formHea .flHead {
        border: 1px solid #dedede;
        padding: 5px 15px;
        border-bottom: none;
        line-height: 26px;
    }

#ContentPage .paBookingTkProcesses {
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    /*i
            {
                font-size: 14px;
                color: @dark;
            }*/
}

    #ContentPage .paBookingTkProcesses .formHea {
        border: 1px solid #dedede;
        font-size: 12px;
        padding: 0 0 30px 10px;
    }

        #ContentPage .paBookingTkProcesses .formHea h3 {
            font-size: 16px;
            font-family: 'open_sanssemibold';
            background-color: #e5e5e5;
            margin-bottom: 25px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            margin-left: -10px;
        }

            #ContentPage .paBookingTkProcesses .formHea h3 strong {
                margin-left: 30px;
            }

            #ContentPage .paBookingTkProcesses .formHea h3 span {
                color: #d81e05;
                font-weight: bold;
            }

            #ContentPage .paBookingTkProcesses .formHea h3 i {
                font-size: 23px;
                /*color: #fec107;*/
                color: #3b8fc0;
                cursor: pointer;
                position: absolute;
            }

                #ContentPage .paBookingTkProcesses .formHea h3 i:hover {
                    color: #3b8fc0;
                }

        #ContentPage .paBookingTkProcesses .formHea .row {
            padding: 2px 15px 5px 15px;
            line-height: 30px;
        }

            #ContentPage .paBookingTkProcesses .formHea .row div {
                padding-left: 5px;
                padding-right: 5px;
            }

                #ContentPage .paBookingTkProcesses .formHea .row div i {
                    position: absolute;
                    font-size: 8px;
                    color: #d81e05;
                    top: 7px;
                }

        #ContentPage .paBookingTkProcesses .formHea select,
        #ContentPage .paBookingTkProcesses .formHea input {
            border: 1px solid #dedede;
            min-width: 180px;
            padding: 4px;
            height: 32px;
        }

        #ContentPage .paBookingTkProcesses .formHea .NewsletterRequest input {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 6px;
            margin-left: 60px;
        }

        #ContentPage .paBookingTkProcesses .formHea input[type='checkbox'] {
            min-width: 16px;
            height: 16px;
            vertical-align: sub;
        }

        #ContentPage .paBookingTkProcesses .formHea label {
            font-weight: 600;
            font-size: 14px;
        }

        #ContentPage .paBookingTkProcesses .formHea .pnrContent {
            float: right;
            display: inline-table;
            width: 50%;
            margin-top: 50px;
            margin-right: 10px;
        }

            #ContentPage .paBookingTkProcesses .formHea .pnrContent td {
                width: 100%;
            }

            #ContentPage .paBookingTkProcesses .formHea .pnrContent textarea {
                width: 100%;
                height: 370px;
                padding: 10px;
                border: 1px solid #ccc;
            }

    #ContentPage .paBookingTkProcesses .gHea {
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-right: 10px;
    }

        #ContentPage .paBookingTkProcesses .gHea h2 {
            font-size: 23px;
            font-family: 'open_sanssemibold';
            /*color: #fec107;*/
            color: #3b8fc0;
            border-bottom: 1px solid #dedede;
            width: 100%;
            display: inline-block;
        }

    #ContentPage .paBookingTkProcesses .date {
        width: 100px;
    }

    #ContentPage .paBookingTkProcesses div table td {
        width: 82px;
    }

    #ContentPage .paBookingTkProcesses input,
    #ContentPage .paBookingTkProcesses select {
        border: 1px solid #dedede;
        padding: 4px;
    }

    #ContentPage .paBookingTkProcesses .tkSeat {
        display: inline-block;
        background-image: url(/Assets/images/seat-plane.png);
        /*width: 375px;
            background-size: 371px 1809px;
            background-position-y: -24px;
            height: 1780px;
            padding-left: 10px;
            padding-top: 292px;*/
        width: 450px;
        background-size: 488px auto;
        background-position-y: -4px;
        height: auto;
        padding-top: 395px;
    }

        #ContentPage .paBookingTkProcesses .tkSeat table {
            margin: 0 auto;
        }

        #ContentPage .paBookingTkProcesses .tkSeat tr td:first-child {
            color: #000;
            font-weight: 600;
            font-size: 12px;
        }

        #ContentPage .paBookingTkProcesses .tkSeat tr td {
            text-align: center;
            width: 33px;
            font-size: 10px;
            color: #ffffff;
            padding: 3px;
            border-radius: 5px;
        }

    #ContentPage .paBookingTkProcesses .gBtn {
        text-align: right;
        margin-right: 35px;
    }

        #ContentPage .paBookingTkProcesses .gBtn .total-next {
            position: relative;
            width: 208px !important;
            height: 32px;
            font-size: 16px;
            margin-top: 35px;
            left: 10px;
        }

        #ContentPage .paBookingTkProcesses .gBtn i {
            float: right;
            position: relative !important;
            top: 10px !important;
            bottom: 0;
            right: 0;
            left: -10px;
            text-align: center;
            padding: 0px 15px;
            line-height: 32px;
            background-color: #438731;
            color: #fff !important;
            height: 32px;
            font-size: 30px !important;
        }

    #ContentPage .paBookingTkProcesses .processOk {
        text-align: center;
        width: 100%;
        padding-right: 10px;
    }

        #ContentPage .paBookingTkProcesses .processOk strong {
            display: block;
        }

            #ContentPage .paBookingTkProcesses .processOk strong:nth-child(3) {
                color: #d81e05;
                border-top: 1px solid #dedede;
                padding-top: 10px;
                margin-top: 10px;
            }

    #ContentPage .paBookingTkProcesses .stripo .st_table .cell a {
        cursor: pointer;
        font-family: 'open_sansbold';
    }

#ContentPage .table-list {
    width: 100%;
    display: inline-block;
}

.foo {
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    margin: 5px;
}

    .foo.big {
        padding: 10px;
        font-size: 15px;
    }

    .foo.small {
        font-size: 11px;
        padding: 5px;
    }

    .foo.action {
        color: #ffffff;
        background-color: #0a0839;
        border-color: #000000;
    }

        .foo.action:hover {
            color: #0a0839;
            background-color: #ffffff;
            border-color: #0a0839;
        }

    .foo.warning {
        color: #ffffff;
        background-color: #fec107;
        border-color: #9e7701;
    }

        .foo.warning:hover {
            color: #fec107;
            background-color: #ffffff;
            border-color: #fec107;
        }

.main-menu-images {
    border: 1px solid #000;
    width: 64px;
    height: 26px;
    margin-top: 5px;
}

.fsearchleftrightarrow {
    font-size: 15px;
    position: relative;
    left: -8px;
    margin-top: 30px;
    cursor: pointer;
}

.fsearchlrarrli {
    width: 12px !important;
}

@media (max-width: 500px) {
    .fsearchlrarrli {
        width: 7px !important;
    }
}
