﻿/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.2');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amadeus-Regular';
    src: url('fonts/amadeus-regular-web.eot');
    src: url('fonts/amadeus-regular-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-regular-web.woff') format('woff'), url('fonts/amadeus-regular-web.ttf') format('truetype'), url('fonts/amadeus-regular-web.svg#amadeusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amadeus-Thin';
    src: url('fonts/amadeus-thin-web.eot');
    src: url('fonts/amadeus-thin-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-thin-web.woff') format('woff'), url('fonts/amadeus-thin-web.ttf') format('truetype'), url('fonts/amadeus-thin-web.svg#amadeusthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amadeus-Bold';
    src: url('fonts/amadeus-bold-web.eot');
    src: url('fonts/amadeus-bold-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-bold-web.woff') format('woff'), url('fonts/amadeus-bold-web.ttf') format('truetype'), url('fonts/amadeus-bold-web.svg#amadeusbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ep-clear {
    clear: both;
}

.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;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-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: #fff;
}

.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-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-feed:before, .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-pp: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-resistance: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-y-combinator-square:before, .fa-yc-square:before, .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-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-intersex:before, .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-genderless:before {
    content: "\f22d";
}

.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";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}



@font-face {
    font-family: 'Amadeus-Regular';
    src: url('fonts/amadeus-regular-web.eot');
    src: url('fonts/amadeus-regular-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-regular-web.woff') format('woff'), url('fonts/amadeus-regular-web.ttf') format('truetype'), url('fonts/amadeus-regular-web.svg#amadeusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amadeus-Thin';
    src: url('fonts/amadeus-thin-web.eot');
    src: url('fonts/amadeus-thin-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-thin-web.woff') format('woff'), url('fonts/amadeus-thin-web.ttf') format('truetype'), url('fonts/amadeus-thin-web.svg#amadeusthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amadeus-Bold';
    src: url('fonts/amadeus-bold-web.eot');
    src: url('fonts/amadeus-bold-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-bold-web.woff') format('woff'), url('fonts/amadeus-bold-web.ttf') format('truetype'), url('fonts/amadeus-bold-web.svg#amadeusbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


.ep-clear {
    clear: both;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f561a850c86148562e0c3a142948743d)
 * Config saved to config.json and https://gist.github.com/f561a850c86148562e0c3a142948743d
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    font-size: 12px;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #4a4a4a;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 544px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 544px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.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;
}

.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%;
}

@media (min-width: 544px) {
    .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: 800px) {
    .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: 1200px) {
    .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.66666667%;
    }

    .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%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 543px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    /*margin: 4px 0 0;
    margin-top: 1px \9;*/
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9 !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

input[type="checkbox"], input[type="radio"] {
    width: 15px;
    height: 10px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
}

    .radio label,
    .checkbox label {
        min-height: 16px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 544px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 544px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 544px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #ffffff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #ffffff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #ffffff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #ffffff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #ffffff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 544px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #F7F7FA;
    border: 1px solid #cccccc;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 544px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 544px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 544px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 544px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 544px) {
    .navbar {
        border-radius: 4px;
    }

    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 544px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 544px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 544px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 544px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 544px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px 0px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 543px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 544px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 544px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 543px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 544px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 544px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 544px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555555;
    }

@media (max-width: 543px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }

.navbar-default .btn-link {
    color: #777777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

@media (max-width: 543px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #ffffff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        background-color: #ffffff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 544px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    button.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    button.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    button.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 544px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 800px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 544px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 543px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 543px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 543px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 543px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 544px) and (max-width: 799px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 544px) and (max-width: 799px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 544px) and (max-width: 799px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 544px) and (max-width: 799px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 543px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 544px) and (max-width: 799px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*
 * Checkbox Extension
*/

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        min-height: 21px;
        line-height: 20px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

.checkbox-filter label::before {
    border: 1px solid #04bff3;
    background-color: #e5e5e5;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -22px;
    padding-left: 2px;
    top: -1px;
    font-size: 20px;
    color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
}

    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
        font-family: "FontAwesome";
        content: "\f00c";
    }

    .checkbox input[type="checkbox"]:indeterminate + label::after,
    .checkbox input[type="radio"]:indeterminate + label::after {
        display: block;
        content: "";
        width: 10px;
        height: 3px;
        background-color: #555555;
        border-radius: 2px;
        margin-left: -16.5px;
        margin-top: 7px;
    }

    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
        opacity: 0.65;
    }

        .checkbox input[type="checkbox"]:disabled + label::before,
        .checkbox input[type="radio"]:disabled + label::before {
            background-color: #c7c9c7;
            border: 1px solid #787875;
            cursor: not-allowed;
        }

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 0px;
    color: #005eb8;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        font-weight: 600;
        margin-left: 20px;
        line-height: 17px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            top: -2px;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 10px;
            height: 10px;
            left: -5px;
            top: 3px;
            margin-left: -10px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        position: absolute;
        height: 20px;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.form-horizontal .radio,
.form-horizontal .radio-inline,
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline {
    padding-top: 2px;
}

/* Checkbox - Radio extension - eof */

/*
 * Bootstrap Overrides & Fixups
 * 04.04.2016
 * Authors: A.Atar & Y.Toker
 */

@media print {
    a[href]:after {
        content: none !important;
    }
}

@media (min-width: 544px) {
    .Page_Home div[class*="col-"].LeftZone, div[class*="col-"]#LeftZone {
        padding-right: 0;
    }

    div.fullback-edit-mode #LeftZone, div.fullback-edit-mode .LeftZone {
        padding-left: 0;
    }

    .Page_Home div[class*="col-"].RightZone, div[class*="col-"]#RightZone {
        padding-left: 0;
    }

    .MiddleZone[data-visible-zones=lm] {
        padding-left: 0;
    }

    .MiddleZone[data-visible-zones=mr] {
        padding-right: 0;
    }

    .MiddleZone[data-visible-zones=lmr] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 300px) {
    div#fullback.bts {
        width: 300px !important;
    }
}

label, div.label {
    text-align: left;
}

.navbar {
    margin: 5px;
}

.navbar-nav {
    margin: 7.5px 0px;
}

.nav > li > span {
    display: inline-block;
    padding-left: 15px;
}

ul#topRightContainer {
    list-style-type: none;
    margin-top: 5px;
}

    ul#topRightContainer .icon-item {
        padding-right: 10px;
        padding-left: 2px;
    }

    ul#topRightContainer li {
        float: left;
    }

    ul#topRightContainer .edit-box {
        display: inline-block;
    }

#topRightContainer .fa {
    cursor: pointer;
    padding-right: 10px;
    padding-top: 5px;
}

    #topRightContainer .fa.fa-info-circle {
        padding-top: 3px;
    }

#topRightContainer .ui-tabs .ui-tabs-panel {
    padding: 0;
    border: none;
}

#topRightContainer .ui-widget-content {
    border: none;
}

.widget .ui-widget-content {
    border-radius: 4px !important;
}

#navbarLeftContainer {
    float: left;
    position: relative;
    top: 18px;
    font-size: 18px;
    cursor: default;
}

    #navbarLeftContainer .fa {
        margin-right: 10px;
    }

#topRightContainer .badge, #basketItemCount_bts.badge {
    background-color: red;
    padding: 2px 5px;
    position: relative;
    top: -5px;
    left: 23px;
}

#navbarLeftContainer #basketItemCount_bts.badge {
    background-color: red;
    padding: 2px 5px;
    position: relative;
    top: -9px;
    left: 35px;
}

#LoginStatusContainer {
    padding: 0;
    display: inline-block;
}

.LoginStatus .link {
    line-height: 15px;
}

#logoutContainer {
    padding-top: 15px;
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
    padding-left: 10px;
}

/*.bts input.txtText,
.bts input.hasDatepicker,
.bts .ui-combobox input,
input.ui-combobox-input
{
    height: auto;
    height: initial !important;
    width: 100px;
}*/

.bts h3 {
    font-size: inherit;
}

.navbar-edit-mode .navbar-nav > li {
    float: none;
}

.navbar-edit-mode .navbar-collapse.collapse:not(.in) {
    display: none !important;
}

.navbar-edit-mode .navbar-toggle {
    display: block;
}

.navbar-edit-mode .navbar-header {
    float: none !important;
}

.navbar-edit-mode .navbar-collapse {
    border-top: 1px solid #e7e7e7;
    padding-right: 0;
    padding-left: 0;
}

.navbar-edit-mode ul.navbar-nav {
    float: none;
}

.navbar-edit-mode .open .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
}

.navbar-edit-mode li#logoutContainer {
    display: block !important;
    visibility: visible !important;
}

.fullback-edit-mode {
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 7px #999;
    -webkit-box-shadow: 0px 0px 7px #999;
    box-shadow: 0px 0px 7px #999;
    background-color: #fff;
    transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -webkit-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

#viewports {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 7px;
    position: fixed;
    -moz-box-shadow: 0px 0px 7px #999;
    -webkit-box-shadow: 0px 0px 7px #999;
    box-shadow: 0px 0px 7px #999;
    top: -90px;
    background-color: #fff;
    display: none;
    box-sizing: border-box;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

#ShellPanel {
    transition: margin-top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -webkit-transition: margin-top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: margin-top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: margin-top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.ViewportSelectionTemplate {
    z-index: 2000;
}

#viewports #viewportRadioButtonList {
    text-align: center;
    margin: 0;
    padding: 0;
}

    #viewports #viewportRadioButtonList li {
        list-style-type: none;
        display: inline-block;
        text-align: center;
        padding: 1px;
    }

#viewportRadioButtonList i {
    font-size: 20px;
}

#viewports input[type='radio'] {
    display: none;
}

    #viewports input[type='radio'] + label {
        display: inline-block;
        cursor: pointer;
        background-color: #eee;
        padding: 8px;
        padding-right: 10px;
        padding-left: 10px;
        border-left: 3px solid gray;
    }

    #viewports input[type='radio'] i.fa {
        margin-top: 2px;
    }

    #viewports input[type='radio']:checked + label {
        background-color: #bbb;
    }

#filterPanel {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    display: none;
    border-left: 1px solid #ccc;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    padding-bottom: 60px;
}

    #filterPanel #FilterSidePanelZone {
        overflow-y: scroll;
        height: 100%;
    }

        #filterPanel #FilterSidePanelZone.DropZone {
            display: block;
        }

    #filterPanel #filterPanelActions {
        border-bottom: 1px solid #ccc;
        height: 56px;
        padding: 10px;
    }

.filter-overlay {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

#sidePanelButton {
    border: none;
    background-color: #fff;
    border-left: 1px solid #ccc;
    padding: 12px;
    padding-bottom: 7px;
    margin-left: 6px;
    padding-left: 8px;
    text-decoration: underline;
}

.mandatory-show {
    display: block !important;
}

.mandatory-show-inline {
    display: inline-block !important;
}

.mandatory-hide {
    display: none !important;
}

.mandatory-margin-lr-zero {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#fullback.bts div.Caption.ui-tabs-nav {
    padding-top: 0;
    padding-bottom: 0;
}

#fullback.bts .edit-box input {
    color: #333333;
}

#fullback.bts .widget-head.color-blue h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

#fullback.bts .DropZone.EditMode.MinHeight {
    height: 44px;
}

#fullback.bts .DropZone.EditMode {
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 2px #999;
    -webkit-box-shadow: 0px 0px 2px #999;
    box-shadow: 0px 0px 2px #999;
}

#fullback.bts .DropZone.EditMode {
    padding: 0;
}

#fullback.bts .DropZone .widget .widget-head h3 {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 1px;
}

#fullback.bts .widget {
    overflow: hidden;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}

.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 {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.inline {
    display: inline;
}

.inline-control-label {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.clearfix-margin-bottom {
    margin-bottom: -15px !important;
}

.form-group {
    margin-bottom: 10px;
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#fullback.bts .PageMiddle {
    width: 100%;
}

#footer.bts {
    width: 100% !important;
}

#header.bts {
    width: 100% !important;
}

div.bts.container.fullback-edit-mode {
    padding-left: 15px;
    padding-right: 15px;
}

.fullback-edit-mode .row {
    margin-left: -15px;
    margin-right: -15px;
}

/* Results Filter - START */

.Filter .ui-slider {
    background: #e5e5e5; /* Old browsers */
    background: linear-gradient(to bottom, #f7f7fa 0%,#a6a6a8 100%); /* W3C */
    border: 1px solid #c7c9c7;
    height: 6px;
    margin: 10px 0 17px 8px;
}

.Filter .ui-slider-range {
    height: 6px;
    background: #04bff3; /* Old browsers */
    background: linear-gradient(to bottom, #005eb8 0%,#005eb8 100%); /* W3C */
    border: 1px solid #c7c8c7;
}

.Filter .flightFilterContainer .ui-slider .ui-slider-handle {
    height: 30px;
    width: 30px;
    top: -1.1em;
    cursor: pointer;
    border-radius: 30px;
    z-index: 1;
}

    .Filter .flightFilterContainer .ui-slider .ui-slider-handle:nth-of-type(1) {
        margin-left: -1em;
    }

    .Filter .flightFilterContainer .ui-slider .ui-slider-handle:nth-of-type(2) {
        margin-left: -1em;
    }

.Filter .flightFilterContainer .ui-slider a.ui-slider-handle:focus {
    outline: transparent !important;
}

.Filter .flightFilterContainer .ui-slider a.ui-slider-handle:before {
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: #7480b0;
    background: linear-gradient(to bottom, #005eb8 0%,#005eb8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bad6', endColorstr='#3c487c',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #005eb8;
    position: absolute;
    top: 5px;
    left: 5px;
}


.Filter .ui-slider-handle {
    border: 1px solid #005eb8;
    background: linear-gradient(#e5e5e5,#f7f7fa,#47527b); /* Standard syntax (must be last) */
    position: absolute;
}

.Filter .flightResultFilter .headerbottom img {
    vertical-align: top;
    margin-left: 5px;
    float: left;
}

.Filter .flightResultFilter .header {
    height: 30px;
}

.Filter #slider-range {
    width: 85%;
}

.Filter .sliderDefinition {
    font-size: 12px;
    padding: 5px 0;
}


.Filter .sliderCaption {
    padding: 5px 0 0 0;
}

.Filter .flightResultFilter a {
    font-size: 12px;
    text-decoration: underline;
}
/* Checkbox - START */
.Filter .checkbox-filter input[type="checkbox"]:checked + label::before {
    background-color: #005eb8;
    border-color: #005eb8;
}

.Filter .checkbox-filter input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.Filter .checkbox-filter label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0;
    min-height: 21px;
}

.Filter .UnselectAllFilters, .ShowAdditionalFilters, .HideAdditionalFilters, .Filter .AllFilterContent span.FilterLink, .Filter .FilteredResultCount {
    font-size: 12px;
}

.Filter .flightResultFilter .filtercheckbox {
    width: initial;
}

.Filter .tdcell.filtercheckbox {
    padding-right: 5px;
}

.FlightZone .Content {
    overflow-x: inherit;
    overflow-y: inherit;
}

.Filter a.FilterAlliance.link {
    font-size: 11px;
}
/* Checkbox - EOF */

/* todo ceheck for less css implementation */

.filterCaption, .flightFilterHeader .tdcell.captionText label, .sliderCaption {
    font-size: 13px;
    font-weight: bold;
}

.Filter span.ui-icon.ui-icon-triangle-1-s {
    display: none;
}

.UnselectAllFilters, .ShowAdditionalFilters, .HideAdditionalFilters {
    text-decoration: underline;
}

/* Sorting - START */

/* todo check for all caption */
.ui-tabs .ui-tabs-nav {
    padding: 0 5px;
}

/* todo move to index.css*/
.Filter .filter-caption {
    font-size: 1.8em;
    color: #7480b0;
}

.autocompleteTxt::-ms-clear {
    display: none;
}

/* Sorting - EOF */

/* Results Filter - EOF */

/* Bootstrap ePower Theme Start*/

#topNavbar .navbar-default {
    background-color: transparent;
}

#topNavbar .navbar-nav li a {
    border-radius: 4px;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 9px;
    background-color: #7480b0;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px solid #7480b0;
}

    #topNavbar .navbar-nav li a:hover,
    #topNavbar ul.dropdown-menu li a:hover {
        background-color: #fee9bb;
        color: #7480b0;
    }

#topNavbar ul.dropdown-menu li a {
    border-radius: 0;
    padding: 7px;
    padding-left: 20px;
    margin: 0;
    background-color: white;
    color: #000;
    font-weight: bold;
    width: auto;
    text-align: inherit;
    border: none;
}

#topNavbar .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    border-radius: 4px;
    border: 1px solid #7480b0;
}

#topNavbar ul.dropdown-menu li:first-child a {
    border-bottom: 1px solid #ccc;
}

#topNavbar .menuselected {
    border: 1px solid #7480b0;
    font-weight: bold;
}

#topNavbar .navbar-default li a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: Arial, helvetica, sans-serif;
}

@media (max-width:544px) {
    #topNavbar .navbar-nav li a {
        padding-left: 6px;
        text-align: left;
        border-radius: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    #topNavbar .navbar-nav li {
        margin-bottom: 1px;
    }

        #topNavbar .navbar-nav li i.fa {
            margin-right: 6px;
            display: inline-block;
            font-size: 20px;
            width: 28px;
        }

        #topNavbar .navbar-nav li a.menuselected i.fa {
            color: #7480b0;
        }

    .navbar-default .navbar-toggle {
        border: none;
        background-color: #7480b0;
        border-radius: 0;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }
}

.navbar-edit-mode .navbar-collapse li a {
    text-align: left !important;
}

.navbar-edit-mode .navbar-collapse li i.fa {
    margin-right: 6px !important;
    font-size: 20px !important;
    width: 28px !important;
}

/* navbar width behaviours according to viewport - START */

@media (min-width:544px) and (max-width: 675px) {
    #topNavbar .navbar-nav li a {
        max-width: 80px;
        padding: 7px 10px;
        font-size: 13px;
    }

    #topNavbar .navbar-nav .dropdown-menu li a {
        max-width: inherit;
    }

    .collapse.navbar-collapse {
        padding: 0 6px;
    }
}

@media (min-width:675px) and (max-width: 825px) {
    #topNavbar .navbar-nav li a {
        width: 80px;
        padding: 10px;
    }

    #topNavbar .navbar-nav .dropdown-menu li a {
        width: inherit;
    }

    .collapse.navbar-collapse {
        padding: 0 6px;
    }
}

@media (min-width:825px) {
    #topNavbar .navbar-nav li a {
        min-width: 100px;
    }

    #topNavbar .navbar-nav .dropdown-menu li a {
        min-width: inherit;
    }
}

/* navbar behaviours according to viewport - EOF */

/* Bootstrap ePower Theme End */

/************** BOOTSTRAP MEHTAP ***********/

ul.ui-autocomplete:not(.AutocompleteCombo) .ui-menu .ui-menu-item a {
    padding: .2em .4em;
    line-height: 1.0;
    zoom: 1;
    font-size: 14px;
    line-height: 36px;
}


.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
}

.ui-menu-item.StationRow a, .ui-menu-item.StationRow2 a,
.ui-menu-item.AirportRow.TypeH a, .ui-menu-item.AirportRow.TypeB a, .ui-menu-item.AirportRow.TypeR a, .ui-menu-item.LandmarkRow a {
    font-size: 14px;
}

.ui-menu-item.CityRow a {
    font-size: 14px;
    /*fontawesome in font size i yuzunden buna 2 px fazla ekledim [BySerkan]*/
    padding-top: 7px;
    padding-bottom: 7px;
}

.ui-menu-item.AirportRow a,
.ui-menu-item.AirportRow.TypeB a,
.ui-menu-item.AirportRow.TypeR a,
.ui-menu-item.AirportRow.TypeH a,
.ui-menu-item.StationRow a, .ui-menu-item.StationRow2 a {
    /*padding-left: 50px;
    background-image: url(../../Images/ResponsiveImages/AirportIcon.png) !important;
    background-position: 20px;
    background-repeat: no-repeat;*/
    padding-left: 0px;
    background-image: none;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.AirportRow a i.fa,
.StationRow a i.fa, .StationRow2 a i.fa {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 5px;
}

.fn_flighttype > div > label {
    width: 130px !important;
}

.fn_flighttype label {
    font-size: 12px;
}

[disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
    background-color: #FFFFFF;
}

.ui-autocomplete.ui-menu {
    z-index: 9999 !important;
    border-radius: 0 !important;
}

.FoundedStr {
    font-weight: bold;
}

.input-group a.searchclear {
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 2;
    right: 0px;
    padding-right: 24px;
    padding-top: 9px;
    height: 34px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: transparent;
    border: none;
    color: #CCC !important;
}

/*jquery combobox - start*/

.ui-combobox a.ui-combobox-toggle {
    height: 34px;
    width: 35px;
    cursor: pointer;
    outline: none;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    border-left: none;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #F7F7FA;
}

.ui-combobox > a.combo-left.nowidth {
    left: 0;
    border: none;
}

.ui-combobox a.ui-combobox-toggle:not(.nowidth) {
    position: relative;
}

.ui-combobox a.ui-combobox-toggle.nowidth {
    position: absolute;
    right: 0;
    border: none !important;
    margin: 1px;
    height: 32px;
    border-left: #ccc 1px solid;
}

.ui-combobox > a.combo-left.ui-combobox-toggle:first-child {
    border-left: solid 1px #ccc;
    border-right: none;
}

.ui-combobox {
    margin-right: 0;
    text-align: left;
    display: block;
    min-width: 63px;
}

.TransParentCombo {
    z-index: 3;
    opacity: 0;
    position: absolute;
    display: block;
}

.ui-dialog .TransParentCombo {
    z-index: 1500;
}

.edit-box .ui-combobox input, .edit-box .ui-combobox select {
    background-color: #fff;
}

.edit-box li.item {
    line-height: 1;
    min-height: 35px;
}

    .edit-box li.item .tdcell.control-text, .edit-box li.item .tdcell.control-val {
        min-width: 150px;
        display: inline-block;
        float: left;
        line-height: 1;
    }

    .edit-box li.item .tdcell.control-val {
        margin-bottom: 10px;
    }

.edit-box input[type='checkbox'], .edit-box input[type='radio'] {
    width: auto;
    height: auto;
}

/************** BOOTSTRAP MEHTAP ***********/



/************** BOOTSTRAP SERKAN ***********/

body {
    line-height: 1;
}

.DefaultContainer .tdcell.bts, .Content .tdcell.bts, .ui-dialog .tdcell.bts {
    height: auto;
    line-height: 2.4;
}

.ui-combobox input.ui-combobox-input {
    height: 34px;
    display: inline;
    border-color: #cccccc;
}

.flighttypeForMultiLeg .MultiLegFrom .bts.txtText, .flighttypeForMultiLeg .MultiLegTo .bts.txtText {
    height: 34px;
}

.DatePickerInputGroup .input-group-addon {
    cursor: pointer;
    width: 35px;
    padding: 0;
}

.noNights {
    border: 1px solid #cccccc;
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#fullback.bts .col-xs-12 {
    width: 100%;
}

#fullback.bts .col-xs-11 {
    width: 91.66666667%;
}

#fullback.bts .col-xs-10 {
    width: 83.33333333%;
}

#fullback.bts .col-xs-9 {
    width: 75%;
}

#fullback.bts .col-xs-8 {
    width: 66.66666667%;
}

#fullback.bts .col-xs-7 {
    width: 58.33333333%;
}

#fullback.bts .col-xs-6 {
    width: 50%;
}

#fullback.bts .col-xs-5 {
    width: 41.66666667%;
}

#fullback.bts .col-xs-4 {
    width: 33.33333333%;
}

#fullback.bts .col-xs-3 {
    width: 25%;
}

#fullback.bts .col-xs-2 {
    width: 16.66666667%;
}

#fullback.bts .col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 544px) {
    #fullback.bts .col-sm-12 {
        width: 100%;
    }

    #fullback.bts .col-sm-11 {
        width: 91.66666667%;
    }

    #fullback.bts .col-sm-10 {
        width: 83.33333333%;
    }

    #fullback.bts .col-sm-9 {
        width: 75%;
    }

    #fullback.bts .col-sm-8 {
        width: 66.66666667%;
    }

    #fullback.bts .col-sm-7 {
        width: 58.33333333%;
    }

    #fullback.bts .col-sm-6 {
        width: 50%;
    }

    #fullback.bts .col-sm-5 {
        width: 41.66666667%;
    }

    #fullback.bts .col-sm-4 {
        width: 33.33333333%;
    }

    #fullback.bts .col-sm-3 {
        width: 25%;
    }

    #fullback.bts .col-sm-2 {
        width: 16.66666667%;
    }

    #fullback.bts .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 800px) {
    #fullback.bts .col-md-12 {
        width: 100%;
    }

    #fullback.bts .col-md-11 {
        width: 91.66666667%;
    }

    #fullback.bts .col-md-10 {
        width: 83.33333333%;
    }

    #fullback.bts .col-md-9 {
        width: 75%;
    }

    #fullback.bts .col-md-8 {
        width: 66.66666667%;
    }

    #fullback.bts .col-md-7 {
        width: 58.33333333%;
    }

    #fullback.bts .col-md-6 {
        width: 50%;
    }

    #fullback.bts .col-md-5 {
        width: 41.66666667%;
    }

    #fullback.bts .col-md-4 {
        width: 33.33333333%;
    }

    #fullback.bts .col-md-3 {
        width: 25%;
    }

    #fullback.bts .col-md-2 {
        width: 16.66666667%;
    }

    #fullback.bts .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    #fullback.bts .col-lg-12 {
        width: 100%;
    }

    #fullback.bts .col-lg-11 {
        width: 91.66666667%;
    }

    #fullback.bts .col-lg-10 {
        width: 83.33333333%;
    }

    #fullback.bts .col-lg-9 {
        width: 75%;
    }

    #fullback.bts .col-lg-8 {
        width: 66.66666667%;
    }

    #fullback.bts .col-lg-7 {
        width: 58.33333333%;
    }

    #fullback.bts .col-lg-6 {
        width: 50%;
    }

    #fullback.bts .col-lg-5 {
        width: 41.66666667%;
    }

    #fullback.bts .col-lg-4 {
        width: 33.33333333%;
    }

    #fullback.bts .col-lg-3 {
        width: 25%;
    }

    #fullback.bts .col-lg-2 {
        width: 16.66666667%;
    }

    #fullback.bts .col-lg-1 {
        width: 8.33333333%;
    }
}

.ui-combobox i {
    color: #222;
}

.edit-box .tdcell input {
    width: auto;
}

.ui-combobox input.ui-combobox-input {
    background-color: #FFF;
}

.columnWidthWide {
    width: auto !important;
}

.horizontal-form-group [class*="col-"] {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

    .horizontal-form-group [class*="col-"]:last-child {
        margin-right: -5%;
    }

.horizontal-form-group {
    margin-right: 0px;
}

.form-control {
    padding: 6px 4px;
}

.ms-ctn .ms-trigger {
    top: 8px;
    margin-right: 6px;
}

.ms-ctn {
    padding-left: 12px;
    height: auto;
}

    .ms-ctn .ms-sel-ctn input {
        width: 100%;
        background-color: none;
    }

.Hotel .roomRow .roomTxt {
    padding-top: 5px;
    padding-right: 5px;
}

.FlightFareSearchTab .AdvancedSearchPanel {
    margin-right: -5px;
    padding-right: 0px;
}

.FlightFareSearchTab .radio,
.SubFlightFareSearchTab .radio,
.PassengerDetailsPersonal .radio {
    background-color: transparent;
}

    .FlightFareSearchTab .radio.checked, .SubFlightFareSearchTab .radio.checked {
        background-color: transparent;
    }

.SubFlightFareSearchTab .AdvancedSearchPanel {
    padding-right: 0px;
}


.Filter .checkbox-filter {
    padding-bottom: 5px;
}

.SelectProfileOption .RegisterContainer,
.SelectProfileOption .LoginContainer, .AmadeusLoginContainer {
    padding: 10px;
}

.Flight .PassengerTypesHeader .userIcon,
.Flight .PassengerTypesHeader #spinText {
    cursor: pointer;
}

.Flight .PassengerTypesHeader span#spinText {
    width: 100%;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.Flight .panel {
    margin-bottom: 0px;
}

.edit-box select {
    color: black;
}

input.form-control {
    padding: 4px 4px;
}

.input-group > span.input-group-addon + input {
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > span.input-group-addon:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group > input + span.input-group-addon {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
}

.input-group > input:first-child {
    border-right: none !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.AirlineServices .standardCon {
    padding: 10px;
}

.AirlineServices .enterCard {
    padding: 10px;
    background-color: white;
}

.AirlineServices .applyToAll {
    background-color: white;
}

.AirlineServices .applyToAll {
    margin-right: 0px;
}

.AirlineServices .DeleteService {
    cursor: pointer;
}

.AirlineServices .baggageConfirmNext,
.AirlineServices .serviceRow,
.AirlineServices .ServicePassenger {
    padding-left: 5px;
    padding-right: 5px;
}

.row.ancillaryService, .ancillaryTableHeader {
    padding: 0 5px;
}

.DatePickerInputGroup.input-group input,
.ui-combobox input.ui-combobox-input {
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

select.nowidth + span.ui-combobox > input {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.DatePickerInputGroup .input-group-addon {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

a.combo-left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#HostAdminEditPanel .tablecontainer {
    width: 100%;
}

.SearchHistory .SearchHistoryContent {
    height: auto;
}

.ui-helper-hidden-accessible {
    display: none;
}

.radio-container {
    text-align: left;
}

.LanguageSelectDropdownContainer a {
    position: relative;
}

.SummaryPassengers .documents-info .table {
    margin-bottom: 10px;
}

.docs-data,
.doco-data,
.doca-data,
.sprd-data {
    padding-bottom: 10px;
}

.Summary .SummaryPassengers .PassengerInfo {
    width: auto;
    float: none;
    display: block;
}

    .Summary .SummaryPassengers .PassengerInfo td {
        padding: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        line-height: inherit;
        vertical-align: top;
        border-top: 0;
    }

.SummaryPassengers .title-color {
    color: #7e7e7e;
    margin-bottom: 3px;
}

.SummaryPassengers .title-text {
    font-weight: bold;
}

.SummaryPassengers .passenger-icon-size {
    font-size: 36px;
    padding-top: 5px;
    padding-left: 5px;
}

.Summary .SummaryPassengers .info-padding {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 15px;
}

.Summary .SummaryPassengers .text-padding {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 15px;
}

.Summary .SummaryPassengers .border-top {
    border-top: 1px dotted #e5e5e5;
}

.fn_EticketViewLink {
    padding: 10px;
    cursor: pointer;
}

.input-group .firefox-cvv {
    position: absolute;
    left: 0;
    width: 57px;
    height: 34px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.add-padding-eticket {
    padding-top: 5px;
    padding-bottom: 5px;
}

.statusColor {
    float: right;
    color: green;
}

.FlightSearchCalendarLegend {
    padding: 5px;
}

.ETicketFields select {
    width: 70%;
    min-width: 120px;
}

@media (min-width: 544px){
    .none-turkish-citizen {
        margin-top: 26px;
    }
    .hes-code-info-message{
        padding-top:22px;
    }
}
/************** BOOTSTRAP SERKAN ***********/
/************** BOOTSTRAP TRASH ***********/
.autoWidth.bts {
    width: 100%;
}

.Page_Package .autoWidth.bts, .Page_PackageResult .autoWidth.bts {
    width: auto;
}

.PackageSearchFieldTable .tableblock {
    display: table;
}

.Page_Package .roomCounTable, .Page_PackageResult .roomCounTable {
    padding-top: 10px;
}

.Package .DepartureDate input, .Package .ReturnDate input, .Car .dateColumn input {
    margin-right: 0px;
}

.Car .DatePickerInputGroup, .Package .DatePickerInputGroup, .Train .DatePickerInputGroup {
    margin-right: 4px;
}

.Package .ui-combobox a.ui-combobox-toggle:not(.nowidth) {
    position: relative;
}

.Car .tdcell.dateColumn, .Car .tdcell.dayColumn .Train .tdcell.dateColumn, .Car .tdcell.dayColumn {
    float: left;
}

.Car .mainFocusElement {
    width: 100%;
}

.SearchResultMatrixTable .MatrixItems div:first-child {
    height: 35px;
}

.Hotel .trrow.roomOccupancyTable span {
    float: left;
}

#FlightFareSearchTab .fromField .input-group input, #FlightFareSearchTab .toField .input-group input {
    width: 100%;
}

#CarZone input.ui-autocomplete-input, #CarZone input.ui-autocomplete-input {
    width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

.fn_CheckInDate .hasDatepicker, .fn_CheckOutDate .hasDatepicker {
    background: none;
}

.HotelSubSearch .CityLandmarkCode input {
    width: 100% !important;
}

.HotelSubSearch .CityLandmarkCode input {
    width: 100% !important;
}

.HotelAutoComplete .fn_DistanceCell, .HotelAutoComplete .distanceLbl {
    display: none;
}

.Hotel .nights > label {
    margin-top: 8px;
    margin-left: 0px;
}

.Hotel .noNights {
    width: 40px;
    height: 28px;
}

#HotelSearch .numberofnights > label {
    margin-top: 5px;
    margin-left: 6px;
}

.PackageSearch .From .input-group,
.PackageSearch .To .input-group,
.Package .From input, .Package .To input {
    width: 100% !important;
}

.PackageSearchForm .From .input-group,
.PackageSearchForm .To .input-group,
.PackageSearchForm .From input, .PackageSearchForm .To input {
    width: 100% !important;
}

.selectboxUI {
    vertical-align: bottom;
}

.Hotel .roomRow .roomTxt {
    float: none;
}

.HotelSubSearch .roomRow {
    text-align: left;
}

div.innerRow {
    width: auto;
}

#Train .fromField,
#Train .toField,
#Train .fromField .input-group,
#Train .toField .input-group,
#Train .trainwidth, #Train .trainwidth {
    width: 100% !important;
}

.fn_traintype > div > label {
    width: 220px !important;
}

#Train .trainwidth .trainlblField {
    margin-top: 10px;
}

/*jquery combobox - eof*/

.input-group.DatePickerInputGroup input {
    width: 100% !important;
    border-right: none;
}

.CityLandmarkCode .txtText {
    background: none;
    background-color: #fff;
    width: 100%;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .ui-tabs .ui-tabs-nav li a {
        padding: 0.7em 0.6em;
    }
}

.CityLandmarkCode .txtText {
    padding-left: 5px;
}

.Car .PickUpLocation {
    padding-right: 0px;
}

.Train .AdvPassenger {
    padding-top: 20px;
}

.add-padding-addon {
    padding-left: 35px !important;
}

#fullback.bts .Page_PackageResult .PackageSearch .From, #fullback.bts .Page_Package .PackageSearch .From input,
#fullback.bts .Page_PackageResult .PackageSearch .To input, #fullback.bts .Page_Package .PackageSearch .To input {
    width: 100% !important;
}

#fullback.bts .Page_Package .PackageSearch .autoWidth, #fullback.bts .Page_PackageResult .PackageSearch .autoWidth {
    width: auto;
}

/* Search Module Alignment Fix */

/* Hotel, Car Search - remove when converted to responsive */
.Hotel #HotelSubSearch {
    min-width: 740px;
}

.Package #PackageSearchForm {
    min-width: 770px;
}

    .Package #PackageSearchForm .tdcell.selectboxUI .ui-combobox {
        width: 100px;
    }

.Hotel #HotelSubSearch .background {
    display: table;
}

.Hotel .CityLandmarkCode {
    padding: 0;
}

    .Hotel .CityLandmarkCode .input-group {
        width: 100%;
    }

.Hotel .input-group.DatePickerInputGroup {
    min-width: 135px;
}

.Hotel .tdcell.checkoutdate,
.Hotel .tdcell.fn_CheckOutDate,
.Hotel .tdcell.Occupancy {
    padding-right: 30px;
}

/* Search Module Alignment Fix - EOF*/

/* Dialog input fix */

.ui-dialog-content input {
    display: inline-block;
}

/* travel document fixup*/
.fn_Addtraveldocuments .panel-collapse {
    overflow: hidden;
}

.fn_Addtraveldocuments .checkbox, .fn_FCC .checkbox {
    display: none;
}

.InsuranceSearch .numberOfTravellers .tdcell .ui-combobox {
    padding-right: 0px;
}

/************** BOOTSTRAP TRASH ***********/

input.error, div.error {
    background-color: #fababa !important;
    border-color: #FF0000 !important;
    border-width: 1px;
}

textarea.error {
    background-color: #fababa !important;
    border-color: #FF0000 !important;
    border-width: 1px;
}

.ui-combobox-input.error {
    border: solid 1px #ff0000 !important;
    background-color: #fababa !important;
}

.ui-combobox.error a {
    border: solid 1px #ff0000 !important;
}

.ErrorMessagesPanel hr {
    margin: 0px;
}

.ErrorMessagesPanel {
    display: inline-block;
    width: 100%;
}

.ErrorMessagesPanel {
    display: none;
}

.Login input {
    width: 100%;
    max-width: 150px;
}

#travel-document .panel-body {
    display: inline-block;
}

#travel-document {
    overflow-x: auto;
}

.PassengerMain .ParentPassengerTable .tdcell {
    width: 50%;
    padding-left: 10px;
}

.flightResultFilter .filtercheckbox {
    width: 5px;
}

.supplementaryInformationEntry .TextBoxesGroup {
    padding: 5px 0;
}

.supplementaryInformationEntry input {
    height: auto;
}

.supplementaryInformationEntry button {
    margin-top: 5px;
}

input[type=checkbox].chkbox + label, input[type=checkbox].chkbox:checked + label {
    background-image: none;
    width: initial;
    height: initial;
}

.starcontainer .hotel-adv {
    vertical-align: middle !important;
}

/* Hide combined option on xs and sm view for result module */
.RecommendationB2C .flightDepartureLegRadio {
    display: none;
}

.RecommendationB2C .flightPrice {
    margin-left: 0px;
}

#ResultTabContent2 .flightDepartureLegRadio {
    display: block;
}

/************** BOOTSTRAP TRASH ***********/


/************** BOOTSTRAP MUSTAFA ***********/

.requiredControl::after {
    content: "*";
    color: red;
}

.widget .widget {
    margin-left: 0px;
    margin-right: 0px;
}

.requiredFieldFlag {
    display: none;
}

.AirlineServices ul {
    margin-bottom: 0px;
}

.Content:not(.except-this-content) {
    overflow-x: auto;
    overflow-y: hidden;
}

button .ui-button-text label {
    text-align: center !important;
}

.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
}

/* Flight - Arrangement */

.TicketingArrangement .textField input {
    width: inherit;
    float: left;
    text-align: left;
}

.info {
    width: 20px;
}

/*Select Profile option*/

.SelectProfileOption .labelCol {
    width: auto;
}

.SelectProfileOption .inputCol {
    width: auto;
}

/*Seat map*/
.SeatMapleftPanel {
    height: auto;
}

.SeatMapPassengerPanel .seatmapPassengerIconCell {
    width: inherit;
}

.SeatMapPassengerPanel .seatmapPassengerSeatText {
    width: inherit;
}

.SeatMapPassengerPanel .seatmapPassengerPriceText {
    width: inherit;
}

.SeatMapPassengerPanel .seatmapPassengerLongText {
    width: inherit;
}

.SeatMapFeaturesPanel .form-group {
    margin-bottom: 0px;
}

.ui-dialog-content input[type=checkbox],
.ui-dialog-content input[type=radio] {
    z-index: 111111;
}

/*Teaser*/

.Teaser .ImgPrcHotel {
    height: auto;
}

.CarTeaserCaption i, .HotelTeaserCaption i {
    color: #8f8f8f;
    font-size: 16px;
}
/*queue*/
.queuePNRTable td {
    height: auto;
    padding-top: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 2px;
    border-bottom: 1px dotted #CCC;
    border-right: 1px dotted #CCC;
    vertical-align: middle;
}

/*deeplink*/
.DeepLinkItemImg,
.DeepLinkItemTextImg,
.DeepLinkItemTextOnly {
    height: auto;
}

    .DeepLinkItemImg div,
    .DeepLinkItemTextImg div {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .DeepLinkItemImg img {
        width: auto;
    }

    .DeepLinkItemTextImg img {
        width: auto;
    }


.DeepLinkImageOnly {
    width: auto;
    height: 150px;
    overflow: hidden;
}

    .DeepLinkImageOnly img {
        width: auto;
        height: 150px;
        margin: 0px 0 0 0px;
    }

.DeepLink_Col3, .DeepLink_Col2 {
    border-left: none;
}

.DeepLinkItemTextOnly {
    height: inherit;
}

.bts .DeepLinkItemText {
    height: inherit;
}

.DeepLink_Col1_Header,
.DeepLink_Col2_Header,
.DeepLink_Col3_Header {
    padding: 5px;
}

/*banner cookies*/

a.closeCookies {
    position: absolute;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.CookiePolicy label {
    padding: 5px 0 5px 30px;
}

.CookiePolicy a {
    padding: 5px 0 0 12px;
}

a.closeUrgentAlert {
    position: absolute;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.UrgentAlertPanel label {
    padding: 5px 0 5px 30px;
    font-size: 13px;
}

.UrgentAlertPanel a {
    padding: 5px 0 0 12px;
}

.QueuePanel {
    height: 200px;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

/*subflight*/
#SubFlightFareSearchTab .From .input-group input,
#SubFlightFareSearchTab .To .input-group input {
    width: 100%;
    min-width: 100px;
}

.SubFlightFareSearchTab select.MultiLegAllowedFrom, .SubFlightFareSearchTab select.MultiLegAllowedTo {
    width: 100%;
    min-width: 100px;
}

.FlightFareSearchTab select.MultiLegAllowedFrom, .FlightFareSearchTab select.MultiLegAllowedTo {
    width: 100%;
    min-width: 100px;
}

.SubFlightFareSearchTab select.AllowedFrom, .SubFlightFareSearchTab select.AllowedTo {
    width: 100%;
    min-width: 100px;
}

.FlightFareSearchTab select.AllowedFrom, .FlightFareSearchTab select.AllowedTo {
    width: 100%;
    min-width: 100px;
}

#FlightFareSearchTab .fromField .ui-combobox input, #FlightFareSearchTab .toField .ui-combobox input {
    width: 100%;
}

.Flight div.SubFlightSearchFieldTitles {
    display: block !important;
}

.fn_morePassengerType i {
    font-size: 25px;
    cursor: pointer;
}

.FlightFareSearchTab .fn_morePassengerType {
    padding-left: 50%;
}

@media (max-width: 544px) {
    .SubFlightFareSearchTab .fn_morePassengerType i {
        font-size: 25px;
        padding-top: 90px;
    }

    .FlightFareSearchTab .fn_morePassengerType {
        padding-left: 50%;
        position: relative;
        top: 50px;
    }
}

@media (min-width: 800px) {
    .Flight .SubFlightFareSearchTab .FlightFromFormGroup {
        padding-right: 10px;
    }

    .Flight .SubFlightFareSearchTab .fn_depaturepanel {
        padding-right: 10px;
    }
}

#SubFlightFareSearchTab .From .input-group .RightIcon i.fa {
    position: absolute;
    font-size: 24px;
    top: 5px;
    right: -13px;
}

#SubFlightFareSearchTab .DepartureTime .RightIcon i.fa {
    position: absolute;
    font-size: 24px;
    top: 5px;
    right: -8px;
}

.PassengerTypePanel {
    border: 1px solid #cccccc;
    border-radius: 0px 0px 5px 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.AdvancedSearch > label {
    padding-top: 5px;
}

.Flight .advSearchTop,
.Flight .advSearchLeft,
.FlightSchedule .advSearchTop,
.FlightSchedule .advSearchLeft {
    border: none;
}

.Flight .advSearchTop {
    margin-top: 0px;
    border-top: none;
}

.Flight .advSearchTitle {
    padding-top: 0px;
}

.FlightFareSearchTab .mpcalendar {
    padding-top: 0px;
}

.ui-combobox i.fa {
    width: inherit;
    text-align: center;
}

.ui-combobox .ui-combobox-toggle i.fa {
    position: absolute;
    font-size: 23px;
    bottom: 5px;
    left: 0px;
}

.input-group-addon i.fa.fa-calendar {
    font-size: 19px;
}

.ui-combobox i.fa.fa-angle-down {
    font-size: 34px;
    bottom: 0px;
    left: 0px;
}

.mobile-date-template .ui-combobox i.fa.fa-angle-down {
    font-size: 34px;
}

.mobile-date-template .ui-combobox a.ui-combobox-toggle {
    position: absolute;
}

.mobile-date-template.selected label {
    color: black;
}

.userIcon {
    background-color: #88b7d5;
    border: none;
}

.fn_PassengerIncremental {
    position: relative;
    background: #88b7d5;
    z-index: 2;
}

    .fn_PassengerIncremental:after, .fn_PassengerIncremental:before {
        top: 100%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }


    .fn_PassengerIncremental:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #88b7d5;
        border-width: 10px;
        margin-left: 10px;
    }

.AirlineServices .segment {
    border: none !important;
    width: auto;
}

.Summary .ssrmod {
    margin: 10px -5px 10px -5px;
}

.ssrmod .lastCol {
    width: auto;
}

.ssrmod .paxName {
    font-weight: bold;
    width: auto;
}

.ssrmod .serviceImage {
    width: auto;
}

.ssrmod .serviceName {
    width: auto;
}

.ssrmod .description {
    width: auto;
}

.ssrmod .servicePrice {
    width: auto;
}

.astooltip:hover label {
    position: absolute;
    left: -20em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: auto;
    padding: 0.8em 1em;
}

.ApplyToAllPopup {
    width: auto;
}

.AirlineServices .airlineLogo {
    width: auto;
    vertical-align: top;
}

.AirlineServices .airlineServicesCaption {
    width: auto;
}

.AirlineServices .iconCell {
    width: auto;
}

.AirlineServices .other, .AirlineServices .altSelection, .AirlineServices .otherFiller {
    width: auto;
}

    .AirlineServices .other input, .AirlineServices .altSelection input {
        width: 100%;
    }

.AirlineServices .seatFirstColumn {
    width: auto;
}

.AirlineServices .seatPrice {
    width: auto;
    font-weight: bold;
}

.AirlineServices .leftColumn {
    width: auto;
}

.AirlineServices .middleColumn {
    width: auto;
}

.AirlineServices .standardService .leftColumn {
    width: auto;
    padding-right: 15px;
}

.AirlineServices .standardService .otherEquipment {
    width: auto;
}

.AirlineServices .standardService .middleColumn {
    width: auto;
    text-align: right;
}

.AirlineServices .rightColumn {
    width: auto;
}

.AirlineServices .AnimalOtherTypes input {
    width: 100%;
}

.AirlineServices .tavellingWithAnimal {
    width: auto;
}

.AirlineServices .addIconCell {
    width: auto;
}

.AirlineServices .ancillaryLeft {
    width: auto;
    padding-left: 15px;
}

.AirlineServices .ancillaryTitle {
    width: auto;
}

.AirlineServices .amountTo {
    width: auto;
}

.AirlineServices .categoryImageStandard {
    width: auto;
}

.AirlineServices .standardHeaderCell {
    vertical-align: top;
    height: auto;
    border-bottom: solid 1px #bdbcbd;
    padding-bottom: 10px;
}

.AirlineServices .standardCon .ruler {
    margin-bottom: 0px;
}

.AirlineServices .standardService .leftColumn, .AirlineServices .other, .AirlineServices .categoryImageStandard {
    padding: 10px 0px 10px 0px;
}

.AirlineServices .Content {
    line-height: 1.42857143;
}

.ShowMorePassengerLink {
    width: 30px;
}

.AirlineServices .segment {
    border: none !important;
    width: auto;
}

.ssrmod .lastCol {
    width: auto;
}

.ssrmod .paxName {
    font-weight: bold;
    width: auto;
}

.ssrmod .serviceImage {
    width: auto;
}

.ssrmod .serviceName {
    width: auto;
}

.ssrmod .description {
    width: auto;
}

.ssrmod .servicePrice {
    width: auto;
}

.astooltip:hover label {
    position: absolute;
    left: -20em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: auto;
    padding: 0.8em 1em;
}

.ApplyToAllPopup {
    width: auto;
}

.AirlineServices .airlineLogo {
    width: auto;
    vertical-align: top;
}

.AirlineServices .airlineServicesCaption {
    width: auto;
}

.AirlineServices .iconCell {
    width: auto;
}

.AirlineServices .other, .AirlineServices .altSelection, .AirlineServices .otherFiller {
    width: auto;
}

    .AirlineServices .other input, .AirlineServices .altSelection input {
        width: 100%;
    }

.AirlineServices .seatFirstColumn {
    width: auto;
}

.AirlineServices .seatPrice {
    width: auto;
    font-weight: bold;
}

.AirlineServices .leftColumn {
    width: auto;
}

.AirlineServices .middleColumn {
    width: auto;
}

.AirlineServices .standardService .leftColumn {
    width: auto;
    padding-right: 15px;
}

.AirlineServices .standardService .otherEquipment {
    width: auto;
}

.AirlineServices .standardService .middleColumn {
    width: auto;
    text-align: right;
}

.AirlineServices .rightColumn {
    width: auto;
}

.AirlineServices .AnimalOtherTypes input {
    width: 100%;
}

.AirlineServices .tavellingWithAnimal {
    width: auto;
}

.AirlineServices .addIconCell {
    width: auto;
}

.AirlineServices .ancillaryLeft {
    width: auto;
    padding-left: 15px;
}

.AirlineServices .ancillaryTitle {
    width: auto;
}

.AirlineServices .amountTo {
    width: auto;
}

.AirlineServices .categoryImageStandard {
    width: auto;
}

.AirlineServices .standardHeaderCell {
    vertical-align: top;
    height: auto;
    border-bottom: solid 1px #bdbcbd;
    padding-bottom: 10px;
}

.AirlineServices .standardCon .ruler {
    margin-bottom: 0px;
}

.AirlineServices .standardService .leftColumn, .AirlineServices .other, .AirlineServices .categoryImageStandard {
    padding: 10px 0px 10px 0px;
}

.AirlineServices .Content {
    line-height: 1.42857143;
}

.ShowMorePassengerLink {
    width: 30px;
}

.btsB2CRec .B2CRecLeftPanel {
    padding-bottom: 5px;
}

.btsB2CRec .footerSpacer {
    height: 20px;
}

.btsB2CRec .flightResultsContainerFooter {
    width: auto;
    border: none;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btsB2CRec .flightResultsContainerFooter > div {
        margin-right: 10px;
    }

    .btsB2CRec .flightResultsContainerFooter i {
        cursor: pointer;
    }

    .btsB2CRec .flightResultsContainerFooter label {
        cursor: pointer;
        font-family: Arial;
        font-size: 12px;
    }

.btsB2CRec .MoreInformation,
.btsB2CRec .ResultFareDetails,
.btsB2CRec .ShowMoreDetails {
    padding-right: 5px;
    padding-left: 5px;
}

.btsB2CRec .ShowMoreDetailsRight {
    padding-top: 10px;
    text-align: left;
    padding-bottom: 10px;
}

.discountPercentage {
    background-color: #6f2b8d;
    border-radius: 25px;
    color: #ffffff;
    padding: 7px;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 12px;
}

.btsB2CRec .bagYes {
    color: #005eb8;
    font-size: 1.5em;
}

.btsB2CRec .bagNo {
    font-size: 1.5em;
}

.RecommendationB2CContent .freeBaggageAllowanceInfo,
.btsB2CRec .freeBaggageAllowanceInfo {
    width: auto;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.stop-line {
    height: 1px;
    width: 100%;
    margin: 6px auto;
    padding: 0;
    position: relative;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 0;
    border-bottom: 1px solid #222;
}

    .stop-line .stop-dot {
        background-image: none;
        background-color: #ffffff;
        border: 1px solid #222222;
        border-radius: 42px;
        width: 12px;
        height: 12px;
        line-height: 0;
        top: -6px;
        position: relative;
        display: inline-block;
        margin: 0 4%;
        zoom: 1;
    }

    .stop-line li {
        list-style-type: none;
    }

ul .stop-line {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #222222;
    border-right: none;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -2px;
    top: -14px;
}

    ul .stop-line .empty {
        position: absolute;
        top: -5px;
        left: -7px;
        width: 0;
        border-top: 5px solid transparent;
        border-left: 5px solid #FFFFFF;
        border-right: none;
        border-bottom: 5px solid transparent;
    }

.btsB2CRec .resulttr {
    height: auto;
}

.btsB2CRec .B2CStopLocation,
.btsB2CRec .B2CRecHeader {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #787875;
}

.btsB2CRec .flightResultContainerInner {
    background-color: #FFFFFF;
    min-height: 140px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btsB2CRec .B2CRecSeatsLeftAlert {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ce0058;
}

.btsB2CRec .HasDepAirportChange {
    background-color: #FEE4E5;
    color: #222222;
}

.btsB2CRec .B2CRecHour {
    font-size: 18px;
    font-weight: bold;
}

    .btsB2CRec .B2CRecHour > span {
        font-size: 12px;
        font-weight: normal;
        padding-left: 1px;
    }

.btsB2CRec .B2CRecAirport {
    font-size: 16px;
    margin: 3px 0;
    display: inline-block;
    padding: 2px;
}

.btsB2CRec .B2CRecDuration {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    color: #333333;
}

.btsB2CRec .B2CRecNextDayAlertDetail {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #e28d00;
}

.btsB2CRec .B2CRecNextDayAlert,
.btsB2CRec .B2CRecStopColor {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #e28d00;
}

.btsB2CRec .B2CConnection {
    font-size: 12px;
    color: #e28d00;
}

.btsB2CRec .B2CRecDirectStopColor {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #309712;
}

.flightPrice.Currency2 {
    margin-left: 0;
    vertical-align: inherit;
}

.btsB2CRec .AvaragePrice {
    font-size: 20px;
    color: #FF8424;
}

    .btsB2CRec .AvaragePrice.Currency2 {
        color: #808080;
        font-size: 12px;
    }

    .btsB2CRec .AvaragePrice.TotalAmount {
        color: #222222;
        font-size: 12px;
    }

.RecB2CPinPadding {
    padding-top: 15px;
    padding-right: 25px;
}

.RecB2CRightPanelPadding {
    padding-bottom: 2px;
    padding-right: 10px;
}

.B2CRecRightPanel {
    padding-top: 5%;
}


.RecB2CButtonPadding {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.Result .Content,
#ResultTabPanel .Content {
    background-color: #efefef;
    padding: 5px 10px !important;
}

.Result .ui-widget-content:first-child {
    border: none;
}

.flightResultsContainerFooter label {
    text-decoration: none;
}

.lineDraw {
    position: relative;
}

    .lineDraw:after {
        content: "";
        position: absolute;
        border-top: 2px solid #ce0058;
        width: 26px;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

.RecB2CSegmentRow .table > thead > tr > th,
.RecB2CSegmentRow .table > tbody > tr > th,
.RecB2CSegmentRow .table > tfoot > tr > th,
.RecB2CSegmentRow .table > thead > tr > td,
.RecB2CSegmentRow .table > tbody > tr > td,
.RecB2CSegmentRow .table > tfoot > tr > td {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0px solid #dddddd;
}

.btsB2CRec .B2CRecOperatedBy,
.btsB2CRec .RecB2CArrivalLabel,
.btsB2CRec .RecB2CDepartureLabel {
    color: #787875;
}

.btsB2CRec .OutBoundLabel,
.btsB2CRec .InBoundLabel {
    padding-left: 10px;
}

.btsB2CRec .NextDayDateFormat {
    font-style: italic;
    padding-right: 5px;
}

.btsB2CRec .OutBoundLabel span,
.btsB2CRec .InBoundLabel span {
    font-size: 12px;
    padding-left: 3px;
}

.btsB2CRec .DepartureLabel {
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

.btsB2CRec .DepartureDuration {
    font-size: 12px;
    color: #005eb8;
    padding-right: 10px;
}

.btsB2CRec .RecB2CMainDiv {
    padding-top: 5px;
}

.RecommendationB2CContent {
    background-color: #efefef;
    font-size: 12px;
}

.MerchandiseFlightDetails .RecommendationB2CContent {
    background-color: transparent !important;
}

.RecommendationB2CContent .RecommendationB2CContent-Bottom {
    background-color: #fff;
}

.RecB2CSegmentRow .table {
    margin: 0px;
    background-color: white;
    border-color: #efefef;
    border-style: solid;
    border-width: 5px;
}

.Insurance .Content {
    background-color: #efefef;
    padding: 10px;
}

.Insurance .InsuranceRec .row {
    padding-top: 5px;
    padding-left: 5px;
}

.Insurance .InsuranceRec .insuranceResultContainerInner {
    background-color: #FFFFFF;
    min-height: 110px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.Insurance .InsuranceRec .InsuranceRecMainDiv {
    padding-top: 5px;
}

.Insurance .InsuranceRec .InsurancePeriodDiv {
    padding-right: 50%;
}

.Insurance .InsuranceRec .InsuranceRecRightPanel {
    padding-top: 5px;
}

.Insurance .InsuranceRec .insuranceTotalPrice {
    font-size: 20px;
    color: #FF8424;
    padding-right: 10px;
}

.Insurance .InsuranceRec .insuranceProviderName {
    font-size: 14px;
}

.Insurance .InsuranceRec .insuranceProductName {
    font-size: 14px;
    font-weight: 500;
}

.Insurance .InsuranceRec .insuranceTotalPeriod {
    font-size: 21px;
    color: #005eb8;
}

.Insurance .InsuranceRec .insuranceSecondRow {
    padding-top: 5px;
}

.Insurance .InsuranceRec .insuranceFareTax {
    color: #a7a7a7;
    padding-right: 10px;
    font-size: 12px;
}

.Insurance .InsuranceRec .insuranceDateRange {
    font-size: 11px;
}

.Insurance .InsuranceRec .insuranceRecButton {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

@media (min-width: 200px) and (max-width: 800px) {
    .Insurance .InsuranceRec .insuranceRecButton {
        padding-top: 5px;
        padding-right: 0px;
    }

    .Insurance .InsuranceRec .insurancePriceSummary {
        padding-top: 14px;
    }

    .Insurance .InsuranceRec .InsurancePeriodDiv {
        padding-right: 0px;
    }

    .discountPercentage {
        background-color: #6f2b8d;
        border-radius: 25px;
        color: #ffffff;
        padding: 7px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        font-size: 12px;
    }
}

.Insurance .InsuranceRec:first-child {
    padding-top: 10px;
}

.Insurance .InsuranceRec .footerSpacer {
    height: 20px;
}

.MerchandiseFlightDetails .RecB2CSegmentRow .table {
    border-color: white;
    border-style: solid;
    border-width: 5px;
}

.FlightDetails .RecB2CSegmentRow .table {
    margin-bottom: 20px;
}

.paddingTopHeader {
    padding: 10px;
}

.Result .DefaultContainer.ui-tabs {
    padding: 0px;
}

.RecommendationB2C {
    margin-bottom: 5px;
}

@media (max-width: 800px) {

    .RecommendationB2C {
        margin: 0px 5px 5px 5px;
    }
}

div[class^=more-result-placeholder] .RecommendationB2C:first-child {
    padding-top: 0;
}

.RecommendationB2CContent .OutboundInfoTable {
    padding-top: 5px;
}

.RecommendationB2CContent .freeBaggageAllowanceInfo {
    font-size: 12px;
}

    .RecommendationB2CContent .freeBaggageAllowanceInfo i {
        font-size: 17px;
    }

.RecB2CSegmentRow .tdAlignRight {
    float: right;
    text-align: right;
    margin-right: 10px;
}

.RecommendationB2CContent .B2CConnection {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    background-color: #fff;
    box-sizing: unset;
    color: #e28d00;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.Result .LoadMoreResult button.LoadMoreResultBtn {
    width: 100%;
    height: 45px;
}

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 2px solid #000;
    margin-left: 10px;
}

    .circleBase i {
        top: 4px;
        color: #fff;
    }

    .circleBase.circleWarning {
        width: 25px;
        height: 25px;
        border: 2px solid #fff;
        position: relative;
        top: 0;
        left: 32px;
        background-color: #000;
        float: right;
    }


.B2CDuration {
    text-align: right;
    color: #787875;
}

.B2CStopOver {
    color: #e28d00;
}

    .B2CStopOver .circleBase {
        margin-left: 0;
    }

    .B2CStopOver .stop-over-value {
        float: right;
        margin-top: 4px;
    }

.SegmentLine {
    border-left: 2px solid #000;
    margin-left: 19px;
    padding-left: 20px;
}

.SegmentDashedLine {
    border-left: 2px dashed #979797;
    margin-left: 19px;
    padding-left: 20px;
}

.flightDetailsB2CContent .ui-widget-content {
    border-color: none;
}

.flightDetailsB2CContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9999;
}

.iconsLeftSize {
    padding-right: 5px;
    font-size: 1.5em;
}

.B2CRecTerminalHeader {
    padding-left: 10px;
}



@media (min-width: 200px) and (max-width: 800px) {
    .RecB2CPinPadding,
    .RecB2CRightPanelPadding,
    .RecB2CButtonPadding {
        padding-top: 5px;
        padding-right: 0px;
    }

    .SearchButton {
        padding-right: 5px;
        display: inline-block;
    }

    .paddingPrice {
        padding-top: 5px;
        padding-right: 10px;
        /*display: inline-block;*/
    }

    .B2CRecRightPanel {
        padding-top: 0;
    }

    .btsB2CRec .B2CRecLeftPanel {
        border-right: none;
    }

    .Result .Content,
    #ResultTabPanel .Content {
        padding: 5px !important;
    }
}

@media (max-width:1200px) {
    .SearchBar .SearchButton {
        padding-top: 5px;
    }
}

button.mobileBigButton.ui-button {
    min-height: 49px;
    margin-right: 0em;
}

button.mobileBigButton.bolder label {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.priceBreakdown {
    width: 100%;
}


@media (max-width: 544px) {

    button.mobileBigButton.ui-button {
        width: 100% !important;
        min-height: 39px;
        margin-right: 0em;
        margin: 5px 0px 5px 0px;
        text-align: center;
    }

    .SearchButton {
        padding-right: 5px;
    }

    button.mobileBigButton.bolder label {
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        padding: 0em;
    }

    .SearchBar .SearchButton {
        padding-right: 0px;
        padding-top: 0px;
    }

    mobileBigButton.AddBasket.ui-button-text-only .ui-button-text {
        padding: 0em;
    }
}

@media (min-width: 200px) and (max-width: 800px) {
    .Filter #slider-range {
        margin-left: 24px;
    }

    .checkbox label::after {
        width: 25px;
        height: 25px;
        top: 1px;
        left: 2px;
    }

    .Filter .checkbox label::before {
        width: 25px;
        height: 25px;
        right: 0px;
    }

    .Filter .checkbox input[type="checkbox"] {
        width: 25px;
        height: 25px;
        right: 3px;
    }

    .Filter .tdcell.filtercheckbox {
        padding-right: 10px;
        padding-top: 10px;
    }

    .Filter .checkbox-filter input[type="checkbox"]:checked + label::after {
        font-size: 22px;
    }

    .flightResultFilter .airline {
        padding-top: 13px;
    }
}

.fn_SchedulePassengerTypes .horizontal-form-group {
    padding-bottom: 5px;
}

/************** BOOTSTRAP MUSTAFA ***********/

/************** BOOTSTRAP BUGRA ***********/

.ui-dialog-content.ui-widget-content {
    -webkit-overflow-scrolling: touch;
}

#topRightContainer .ui-combobox .ui-combobox-toggle .fa {
    padding-right: 0px;
}

    #topRightContainer .ui-combobox .ui-combobox-toggle .fa.fa-angle-down {
        padding-top: 0px;
    }

.AirlineServices .serviceSearch {
    padding-right: 5px;
    color: #000;
    height: 20px;
}

.highlight a.ui-state-default,
.highlightSelectedDays a.ui-state-default {
    background-color: #2058b4;
    opacity: 0.25;
    color: #fff;
    border: none;
}

    .highlight a.ui-state-default.ui-state-hover {
        opacity: 1 !important;
    }

.highlightSelectedDays.StartDate:not(.highlight) a.ui-state-default,
.highlight.first a.ui-state-default {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.highlightSelectedDays.EndDate:not(.highlight) a.ui-state-default,
.highlight.last a.ui-state-default {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.highlightSelectedDays.StartDate:not(.highlight) a.ui-state-default,
.highlightSelectedDays.EndDate:not(.highlight) a.ui-state-default {
    opacity: 1 !important;
    color: #fff;
}

.BookingInner .CardNumberTextBox {
    width: 100%;
}

/* Passenger Travel Documents */
.PassengerMain .addTravelDocument, .PassengerMain .FFCPanelProgrammer {
    margin-left: 0;
    margin-right: 0;
}

/* Passenger Phone Number */
.Passenger div[class^=fn_GSMPhone]:not(.b2c-gsm-phone) div:not(.dropdown-filter) {
    display: block;
}

.Passenger div[class^=fn_GSMPhone] div.dropdown-filter {
    display: none;
}

.Passenger div[class^=fn_GSMPhone] .open div.dropdown-filter {
    display: block;
}

.Passenger .Content {
    overflow-x: inherit;
    overflow-y: inherit;
}

.Passenger .PassengerDetailsTableBack.Content, .Passenger div[class^=fn_CustomField] {
    display: inline-block;
    width: 100%;
}

.divider {
    margin: -5px 0 10px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    float: left;
    width: 100%;
}

.ui-combo-anchor, .ui-combobox-toggle {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ui-combobox-input {
    vertical-align: top;
}

.ui-combobox input.ui-combo-left-anchor {
    padding-left: 38px;
}

label.control-label.bold {
    font-size: 13px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 3px !important;
    display: inline-block !important;
}

/* Passenger Fare Summary */
.FareSummary .secondcolumn {
    width: inherit;
}

    .FareSummary .secondcolumn label {
        text-align: right !important;
    }

.FareSummary button {
    margin-top: 3px;
}

#DeliveryAddressForm .bold, #BillingAddressForm .bold, #BookingForm .bold {
    height: auto;
    display: inherit !important;
}

.FareSummary .CouponCodeNotification {
    height: 0;
}

.FareSummary .subCouponCodePanel {
    margin: 10px 0;
}

.tdcell {
    position: relative;
}

.HotelFeatures .tdcell {
    position: static;
}

/* Input Clear width*/
.BAddress1 input, .BAddress2 input, .DAddress1 input, .DAddress2 input, .BFirstCell, .DeliveryAddressPanelCells {
    width: 100%;
}

.serviceSearch {
    line-height: 13px;
    font-size: 13px;
    padding: 0;
}

.FareSummary label.total-basket {
    font-weight: bold;
}

.FareSummary .fare-container {
    padding-bottom: 10px;
}

.FareSummary .firstcolumn label {
    padding-left: 0 !important;
    color: #a7a7a7;
}

.FareSummary .secondcolumn label {
    color: #000;
}

.FareSummary label.total-basket {
    color: #000;
    font-weight: bold;
}

.FareSummary .firstcolumn {
    text-align: left;
    border: none;
    padding: 8px 0;
}

.FareSummary label.total-fare {
    color: #848484;
    font-weight: bold;
}

.FareSummary .secondcolumn {
    text-align: right;
    border: none;
    padding: 8px 0;
}

.FareSummary .collapse-button {
    float: right;
}

.FareSummaryContainer {
    padding: 10px;
    width: 100%;
}

.FareSummary .ui-widget-content button.collapse-button {
    padding-left: 10px;
    background-color: transparent !important;
    color: #005eb8 !important;
    border: none !important;
    font-size: 14px;
}

#fare-summary {
    width: 100%;
}

.FareSummary button.collapse-button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    position: absolute;
    font-size: 12px;
    text-align: left;
    left: 0;
    padding: 5px;
}

.FareSummary button.collapse-button.collapsed:before {
    content: "\f054";
    padding: 7px;
}

.total-fare-indicator {
    text-align: right;
    width: 100%;
    color: #eea500;
    font-size: 24px;
    font-weight: bold;
}

.FareSummary .resultInfoContainer {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 10px;
}

.FareSummary .flight-details {
    padding: 15px 0;
}

    .FareSummary .flight-details label {
        color: #a7a7a7 !important;
        font-weight: normal;
    }

        .FareSummary .flight-details label.value {
            color: #005eb8 !important;
            font-weight: bold;
            display: block;
            font-size: 14px;
        }

    .FareSummary .flight-details .passengers label.value:not(:first-child) {
        padding-bottom: 10px;
    }

/* Collapsible Panel */
.panel .panel-heading:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f068";
    float: right;
    color: #9b9b9b;
    position: absolute;
    right: 30px;
    font-size: 18px;
}

.panel .panel-heading.iconsLeft:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f068";
    float: left;
    color: #9b9b9b;
    position: absolute;
    left: 30px;
    top: 12px;
    font-size: 18px;
}

.panel .panel-heading.iconsLeftAdv:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f068";
    float: left;
    color: #9b9b9b;
    position: absolute;
    left: 30px;
    font-size: 18px;
}

.panel .panel-heading.collapsed:after {
    content: "\f067";
}

.panel .panel-heading.filled:before {
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    content: "\f00c";
    margin-right: 10px;
    font-size: 18px;
    color: #7480b0;
}

.panel.no-margin {
    margin: 0px;
}

.panel-heading {
    background: #ffffff; /* Old browsers */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .panel-heading:not(.collapsed),
    .panel-heading:hover {
        background: #ffffff; /* Old browsers */
        background: linear-gradient(to bottom, #ffffff 0%,#fdf3e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .panel-heading label:not(:hover) {
        color: #9b9b9b;
    }

    .panel-heading label {
        line-height: 18px;
        display: inline;
    }

    .panel-heading.iconsLeft label {
        padding-left: 30px;
    }

    .panel-heading.iconsLeftAdv label {
        padding-left: 30px;
    }

    .panel-heading:not(.collapsed) label,
    .panel-heading:hover label {
        color: #7480b0;
    }

@media (max-width: 480px) {
    .panel .panel-body {
        padding: 4px;
    }
}

/* Collapsible Panel - EOF */

.Caption label, .Caption .tdcell {
    font-weight: normal;
}

.Page_Basket .Caption {
    font-size: 14px;
    height: auto;
}

    .Page_Basket .Caption button {
        padding: 2px 5px;
        margin: 5px 0px;
    }

.dropdown-menu {
    z-index: 2000;
}

/************** BOOTSTRAP BUGRA ***********/
.spinMinus {
    padding-left: 45px;
}

.input-group-addon.spinMinus,
.input-group-addon.spinPlus {
    cursor: pointer;
}

/*Radius search*/

.Flight .RadiusInput {
    width: auto;
}

.Flight .RadiusPanel > div:first-child {
    padding-left: inherit;
    width: 35%;
}

.rowMiddle {
    display: flex;
    align-items: center;
}

/******** NavBar *********/
.dropdown-menu {
    z-index: 2000;
}

.AirlineServices .ErrorMessagesPanel {
    display: block;
}

/* GeneralMessage box - Error fixup */
.GeneralMessageBox.ui-dialog-content {
    width: 100% !important;
}


/************** BOOTSTRAP AHMET ***********/

/* General and Overrides */
.panel-body label.ep-loading-text {
    color: #808080;
}

.FlightRulesPopupContainer .FlightRulesPopup a {
    text-decoration: underline;
}

.FlightRulesPopupContainer-Responsive.ui-widget-content {
    background-color: gray !important;
    margin-top: 5px;
    border-radius: 10px !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.FlightRulesPopupContainer .BlankContainer {
    border-radius: 10px !important;
    margin: -10px;
    margin-top: 10px;
}

    .FlightRulesPopupContainer .BlankContainer .ui-tabs-panel {
        padding: 15px;
    }

.FlightRulesPopupContainer .ep-category-item {
    padding-top: 12px;
    padding-bottom: 10px;
    color: #7480b0;
}

.FlightRulesPopupContainer .ep-title-item {
    margin-top: 20px;
}

.FlightRulesPopupContainer .panel-heading label {
    color: #e28d00;
    font-weight: bold;
}

.FlightRulesPopupContainer .panel-group {
    margin: -10px;
    margin-bottom: 5px;
}

.FlightRulesPopupContainer .ep-title-items {
    padding-bottom: 20px;
}

.FlightRulesPopupContainer div.btn-group-justified label.active {
    background-color: #e28d00;
    font-weight: bold;
    border: none;
    padding: 3px;
    border-radius: 7px;
}

.FlightRulesPopupContainer .ep-title-items .row {
    line-height: 1.7em;
}

.FlightRulesPopupContainer .FlightMiniRules .Content {
    line-height: 1.6em;
}

.FlightRulesPopupContainer ul.ep-detail-section {
    background-color: #eee;
    margin-bottom: 10px;
    padding: 6px;
    line-height: 1.4em;
}

.FlightRulesPopupContainer .ep-terms-categories .panel-default,
.FlightRulesPopupContainer .ep-fullrules-categories .panel-default {
    border: none;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.FlightRulesPopupContainer .panel .panel-heading:not(.collapsed) label {
    color: #7480b0;
}

.FlightRulesPopupContainer .ep-terms-categories,
.FlightRulesPopupContainer .ep-fullrules-categories {
    padding: 12px;
}

    .FlightRulesPopupContainer .ep-terms-categories .panel-default a.collapsed:after,
    .FlightRulesPopupContainer .ep-fullrules-categories .panel-default a.collapsed:after {
        content: '\f053';
    }

    .FlightRulesPopupContainer .ep-terms-categories .panel-default a:after,
    .FlightRulesPopupContainer .ep-fullrules-categories .panel-default a:after {
        font-family: FontAwesome;
        content: '\f078';
        float: right;
        position: relative;
        top: 13px;
        color: #7480b0;
        font-size: 17px;
    }

.FlightRulesPopupContainer .panel .panel-heading:after,
.FlightRulesPopupContainer .panel .panel-heading:after {
    right: 15px;
}

.FlightRulesPopupContainer .panel-opened {
    background-color: #7480b0;
    margin: -5px;
    margin-top: 5px;
    padding: 5px;
}

    .FlightRulesPopupContainer .panel-opened .panel-collapse {
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
    }

    .FlightRulesPopupContainer .panel-opened a label {
        color: #fff;
        font-weight: bold;
    }

.FlightRulesPopupContainer .ep-terms-categories .panel-default.panel-opened a:after,
.FlightRulesPopupContainer .ep-fullrules-categories .panel-default.panel-opened a:after {
    color: #fff;
}

/* Begin Terms And Conditions */

.FlightRulesPopupContainer label.ep-terms-header {
    color: #fff;
}

.FlightRulesPopupContainer .ep-terms-categories div.ep-disable-item {
    color: #808080;
    text-decoration: none;
}

.FlightRulesPopupContainer .DetailSection {
    margin-top: 10px;
}

.FlightRulesPopupContainer .ep-terms-categories a[data-toggle] {
    text-decoration: underline;
}

@media (max-width: 480px) {

    .FlightRulesPopupContainer .ep-terms-categories .panel .panel-body {
        padding: 4px;
        padding-left: 0;
    }
}
/* End Terms And Conditions */

/* Begin Full Flight Rules */
.FlightRulesPopupContainer .RuleTypeRight {
    padding: 10px;
}

    .FlightRulesPopupContainer .RuleTypeRight pre {
        border-radius: 0;
        border: 0;
    }

.FlightRulesPopupContainer .MiniRuleTypeRight .row {
    margin-bottom: 5px;
}
/* End Full Flight Rules */

/* Begin Itinerary */
.Itinerary-Responsive .ItineraryContainer .ItineraryContentItems {
    margin-bottom: 10px;
}

    .Itinerary-Responsive .ItineraryContainer .ItineraryContentItems .img {
        margin-right: -10px;
    }

.Itinerary-Responsive .ItineraryContainer {
    margin: 3px;
}

div.RecommendationB2CContent.btsB2CRec.ui-widget-content {
    border-color: transparent;
}

.page-up-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 40px;
    background-color: #eee;
    padding-left: 4px;
    padding-right: 4px;
    z-index: 9998;
    border-radius: 50px;
    display: none;
    /* for desktop view */
    cursor: pointer;
}

.filter-button-area {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 1px solid #ccc;
    background-color: #eee;
    padding-left: 4px;
    z-index: 9998;
    border-radius: 50px;
    color: #005eb8;
    min-width: 160px;
}

    .filter-button-area .filter-button {
        float: right;
        margin-left: 5px;
        border-radius: 50px;
        background-color: #005eb8;
        text-align: center;
        width: 50px;
        height: 50px;
        padding-top: 12px;
        color: #FFFFFF;
        display: inline-block;
    }

    .filter-button-area .filter-button-text {
        float: left;
        display: inline-block;
        padding-left: 7px;
        padding-top: 6px;
    }

    .filter-button-area .filter-button-header-text {
        font-size: 14px;
        display: block;
    }

    .filter-button-area .filter-button-detail-text {
        padding-top: 5px;
        font-size: 12px;
        display: block;
    }

/* Bu GetTotal.css için (Sorting.css) */
.SortingPanel_Responsive .SortingPanel div.SortingSelection {
    float: right;
    margin-right: 2px;
}

.SortingPanel_Responsive .SortingPanel .fn_CalendarSearchButton button {
    float: left;
    padding: 3px;
}

.SortingPanel_Responsive .SortingPanel .filter-button {
    float: left;
    margin-left: 0;
    padding: 3px;
}
/* Bu GetTotal.css için (Sorting.css) */

.SortingPanel .ui-combobox,
.SortingPanel .fn_CalendarSearchButton,
.SortingPanel .SortingSelection,
.SortingPanel .filter-button {
    display: inline-block;
}

.SortingPanel_Responsive .row {
    width: 100%;
    margin: 0;
}

.SortingPanel_Responsive button.respSortFilterBtn {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.SortingPanel_Responsive span.respSortFilterBtnLbl {
    padding-left: 10px;
    position: relative;
    bottom: 3px;
}

.SortingPanel_Responsive .respSortDiv {
    height: 85px;
}

    .SortingPanel_Responsive .respSortDiv .respSortButton span {
        display: block;
        text-align: left;
        margin-left: 1%;
    }

        .SortingPanel_Responsive .respSortDiv .respSortButton span.respSortDivHeader {
            margin-top: 3px;
            margin-bottom: 3px;
            text-transform: uppercase;
            border-bottom: 1px solid;
            padding-bottom: 1px;
            font-weight: 600;
            font-size: 12px;
            display: inline-block;
        }

.SortingPanel_Responsive .row {
    width: 100%;
    margin: 0;
}

.SortingPanel_Responsive .respSortDiv {
    height: 85px;
}

    .SortingPanel_Responsive .respSortDiv .respSortButton span {
        display: block;
        text-align: left;
        margin-left: 1%;
    }

        .SortingPanel_Responsive .respSortDiv .respSortButton span.respSortDivHeader {
            margin-top: 3px;
            margin-bottom: 3px;
            text-transform: uppercase;
            border-bottom: 1px solid;
            padding-bottom: 1px;
            font-weight: 600;
            font-size: 12px;
            display: inline-block;
        }

        .SortingPanel_Responsive .respSortDiv .respSortButton span.respSortDivPrice {
            margin-top: 2px;
            font-weight: 600;
            font-size: 11px;
        }

        .SortingPanel_Responsive .respSortDiv .respSortButton span.respSortDivDuration {
            margin-top: 1px;
            font-weight: normal;
            font-size: 11px;
            padding-left: 3px;
        }

.SortingPanel_Responsive .respSortDiv {
    border: 0px;
}

    .SortingPanel_Responsive .respSortDiv button.respSortButton {
        height: 95%;
        width: 100% !important;
    }

    .SortingPanel_Responsive .respSortDiv.respSortDiv1 {
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -khtml-border-bottom-left-radius: 5px;
        -khtml-border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-topright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -khtml-border-bottom-right-radius: 0px;
        -khtml-border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        border: 0px;
    }

        .SortingPanel_Responsive .respSortDiv.respSortDiv1 button.respSortButton {
            -moz-border-radius-bottomleft: 0px;
            -moz-border-radius-topleft: 5px;
            -webkit-border-bottom-left-radius: 0px;
            -webkit-border-top-left-radius: 5px;
            -khtml-border-bottom-left-radius: 0px;
            -khtml-border-top-left-radius: 5px;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomright: 0px;
            -moz-border-radius-topright: 0px;
            -webkit-border-bottom-right-radius: 0px;
            -webkit-border-top-right-radius: 0px;
            -khtml-border-bottom-right-radius: 0px;
            -khtml-border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
            border: 0px;
        }

    .SortingPanel_Responsive .respSortDiv.respSortDiv2 {
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-topleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -khtml-border-bottom-left-radius: 0px;
        -khtml-border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-topright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -khtml-border-bottom-right-radius: 0px;
        -khtml-border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        border: 0px;
    }

        .SortingPanel_Responsive .respSortDiv.respSortDiv2 button.respSortButton {
            -moz-border-radius-bottomleft: 0px;
            -moz-border-radius-topleft: 0px;
            -webkit-border-bottom-left-radius: 0px;
            -webkit-border-top-left-radius: 0px;
            -khtml-border-bottom-left-radius: 0px;
            -khtml-border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            -moz-border-radius-topright: 0px;
            -webkit-border-bottom-right-radius: 0px;
            -webkit-border-top-right-radius: 0px;
            -khtml-border-bottom-right-radius: 0px;
            -khtml-border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
            border: 0px;
        }

    .SortingPanel_Responsive .respSortDiv.respSortDiv3 {
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-topleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -khtml-border-bottom-left-radius: 0px;
        -khtml-border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -khtml-border-bottom-right-radius: 5px;
        -khtml-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border: 0px;
    }

        .SortingPanel_Responsive .respSortDiv.respSortDiv3 button.respSortButton {
            -moz-border-radius-bottomleft: 0px;
            -moz-border-radius-topleft: 0px;
            -webkit-border-bottom-left-radius: 0px;
            -webkit-border-top-left-radius: 0px;
            -khtml-border-bottom-left-radius: 0px;
            -khtml-border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            -moz-border-radius-topright: 5px;
            -webkit-border-bottom-right-radius: 0px;
            -webkit-border-top-right-radius: 5px;
            -khtml-border-bottom-right-radius: 0px;
            -khtml-border-top-right-radius: 5px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 5px;
            border: 0px;
        }


.SortingPanel_Responsive .col-xs-4 {
    padding: 0px;
}

.sort-by {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
    width:15%;
}

.single-line .sort-item {
    padding: 0px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    height: 50px;
    width:17%;
}

    .single-line .sort-item.active {
        background-color: #a9d8ea;
    }

    .single-line .sort-item:hover {
        background-color: #dfdfdf;
    }

    .single-line .sort-item i.fa {
        display: none;
        font-size: 14px;
        position: absolute;
        right: 5px;
        top: 40%;
    }

    @media (max-width:799px) {
        .single-line .sort-item {
            padding: 0px 15px 0px 0px;
        }
        
        .single-line .sort-item.active i.fa {
            display:block;
        }
    }

/* Multiple Airline Logo */
img.multi-air-logo-inline {
    display: inline;
}

img.multi-air-logo-block:nth-child(n+2) {
    margin-top: -7px;
}

.airlineLogoB2C {
    width: 100%;
}

    .airlineLogoB2C .fa-plane {
        color: #808080;
        font-size: 40px;
    }

    .airlineLogoB2C p {
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        vertical-align: middle;
    }

        .airlineLogoB2C p img {
            text-align: center;
            vertical-align: middle;
        }

    .airlineLogoB2C span {
        vertical-align: middle;
    }

.B2CRecFlightClass, .B2CRecAircraftType {
    font-style: italic;
}

.FlightDetails .ui-tabs .ui-tabs-panel {
    padding: 0;
}

.FlightDetails .RecommendationB2CContent {
    background-color: transparent;
}

.FlightDetails .RecB2CSegmentRow .table {
    border: none;
}

.FlightDetails .OutboundInfoTable, .MerchandiseFlightDetails .OutboundInfoTable {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.FlightDetails .OutboundInfoTable {
    margin-top: 5px;
}

.FlightDetails .Content {
    margin: -4px;
}

.FlightDetails .OutboundInfoTable span,
.FlightDetails .OutboundInfoTable .fa-plane,
.MerchandiseFlightDetails .OutboundInfoTable span,
.MerchandiseFlightDetails .OutboundInfoTable .fa-plane {
    vertical-align: middle;
}

.FlightDetails .btsB2CRec .DepartureDuration,
.MerchandiseFlightDetails .btsB2CRec .DepartureDuration {
    font-size: 12px;
}

.FlightDetails .btsB2CRec .DepartureLabel,
.MerchandiseFlightDetails .btsB2CRec .DepartureLabel {
    padding-left: 5px;
}

.FlightDetails .OutboundInfoTable .fa,
.MerchandiseFlightDetails .OutboundInfoTable .fa {
    font-size: 16px;
}

.FlightDetails .RecommendationB2CContent .row,
.MerchandiseFlightDetails .RecommendationB2CContent .row {
    margin-right: 0;
    margin-left: 0;
}

.FlightDetails .DepartureDuration .departure-duration-text,
.MerchandiseFlightDetails .DepartureDuration .departure-duration-text {
    color: #787875;
}

.FlightDetails .DepartureDuration .departure-elapsed-time,
.MerchandiseFlightDetails .DepartureDuration .departure-elapsed-time {
    color: #787875;
}

.FlightDetails .OutboundInfoTable span,
.MerchandiseFlightDetails .OutboundInfoTable span {
    font-size: 12px;
}

.PassengerMain .caption-icon::before {
    font-family: FontAwesome;
    content: '\f007';
    color: #fff;
    float: left;
    font-size: 17px;
    position: relative;
    left: 2px;
}

.PassengerMain .caption-icon {
    margin-left: 8px;
}

.ContactDetailsMessage label.control-label {
    font-size: 14px;
}

.agency-email-info {
    margin-top: -4px;
}

.Passenger div[class^=fn_GSMPhone] div:not(.dropdown-filter) {
    display: inline-table;
}

.passenger-phone-wrapper {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.Passenger.widget {
    overflow: visible !important;
}

.passenger-phone-wrapper-active {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.phone-field {
    float: left;
}

    .phone-field input {
        width: 100%;
        padding: 3px;
        font-size: 14px;
        border: none;
        margin: 5px;
        margin-top: 6px;
        background-color: transparent;
    }

    .phone-field a.btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.passenger-phone-wrapper .PhoneNumber {
    width: 42%;
    padding-left: 4px;
}

.passenger-phone-wrapper .PhoneNumberArea {
    width: 14%;
    padding-left: 4px;
}

    .passenger-phone-wrapper .PhoneNumberArea input {
        border-right: 1px solid #ccc;
    }

.passenger-phone-wrapper .PhoneNumberCountyCode {
    width: 20%;
}

    .passenger-phone-wrapper .PhoneNumberCountyCode input {
        border-right: 1px solid #ccc;
        text-align: right;
        padding-right: 7px;
    }

        .passenger-phone-wrapper .PhoneNumberCountyCode input:disabled {
            background-color: transparent;
        }

.passenger-phone-wrapper .btn {
    border: none;
    padding: 8px;
    padding-right: 7px;
    background-color: #eee;
}

.passenger-phone-wrapper input:focus {
    outline: none;
}

.passenger-phone-wrapper .dropdown-menu > li > a {
    padding: 3px;
    padding-left: 8px;
}

.passenger-phone-wrapper .dropdown-menu {
    overflow-y: auto;
    max-height: 250px;
}

.open > .dropdown-filter,
.open > .dropdown-filter .dropdown-menu {
    display: block;
    background-color: #fff;
    z-index: 2000;
}

.dropdown-filter {
    position: absolute;
    display: none;
}

    .dropdown-filter ul.dropdown-menu {
        margin-top: 0;
        padding-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
    }

.dropdown-filter-input {
    border-radius: 4px;
    display: inline-block !important;
    width: 320px;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: none;
    margin-bottom: -5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .dropdown-filter-input input {
        margin: 7px !important;
        border: 2px solid #80bff2;
        width: 92% !important;
    }

div[class^=fn_GSMPhone] {
    margin-bottom: 10px;
}

.add-alt-number,
.remove-last-number {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .add-alt-number a.btn,
    .remove-last-number a.btn {
        border: 1px solid #005eb8;
        color: #005eb8;
        padding-right: 25px;
        padding-left: 25px;
    }

/* TODO: Tüm accordion'lara bu class verildikten sonra bts.min.css içinden 
    .panel-heading için olan override'lar silinmeli! */
.accordion-panel {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

    .accordion-panel .panel-heading {
        background: none;
        background-image: none;
        border-color: transparent;
        border-top: 1px solid #005eb8;
        border-bottom: 1px solid #005eb8;
        border-radius: 0;
    }

        .accordion-panel .panel-heading label,
        .accordion-panel .panel-heading label:not(:hover),
        .accordion-panel .panel-heading:not(.collapsed) label,
        .accordion-panel .panel-heading:hover label {
            color: #005eb8;
            font-weight: bold;
        }

        .accordion-panel .panel-heading:after {
            color: #005eb8;
        }

@media (max-width:544px) {
    .passenger-titles {
        text-align: center;
    }
}

.passenger-titles .radio-container .form-group {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 20px;
}

.flight-details-top-price {
    font-size: 29px;
    font-weight: bold;
    color: #e28d00;
    text-align: right;
}

.flight-details-top-desc {
    color: #005eb8;
    font-size: 14px;
    display: block;
    text-align: right !important;
    margin-bottom: 8px;
}

.big_AX {
    background-position: -350px 0;
}

.big_JP {
    background-position: -375px -90px;
}

.big_MX {
    background-position: -250px -135px;
}

.big_CM {
    background-position: -300px -30px;
}

.big_AL {
    background-position: -125px 0;
}

.big_KP {
    background-position: -150px -105px;
}

.big_JM {
    background-position: -325px -90px;
}

.big_MQ {
    background-position: -75px -135px;
}

.big_BA {
    background-position: 0 -15px;
}

.big_IE {
    background-position: -75px -90px;
}

.big_TM {
    background-position: -225px -195px;
}

.big_IS {
    background-position: -225px -90px;
}

.big_CL {
    background-position: -275px -30px;
}

.big_NA {
    background-position: -325px -135px;
}

.big_LA {
    background-position: -275px -105px;
}

.big_BH {
    background-position: -150px -15px;
}

.big_EC {
    background-position: -250px -45px;
}

.big_BZ {
    background-position: -75px -30px;
}

.big_GQ {
    background-position: -125px -75px;
}

.big_MN {
    background-position: 0 -135px;
}

.big_GY {
    background-position: -275px -75px;
}

.big_HK {
    background-position: -300px -75px;
}

.big_BM {
    background-position: -250px -15px;
}

.big_MV {
    background-position: -200px -135px;
}

.big_UM {
    background-position: -75px -210px;
}

.big_TJ {
    background-position: -150px -195px;
}

.big_SK {
    background-position: -175px -180px;
}

.big_ML {
    background-position: -350px -120px;
}

.big_LY {
    background-position: -125px -120px;
}

.big_LR {
    background-position: 0 -120px;
}

.big_GE {
    background-position: -275px -60px;
}

.big_HN {
    background-position: -350px -75px;
}

.big_AU {
    background-position: -300px 0;
}

.big_IO {
    background-position: -150px -90px;
}

.big_BJ {
    background-position: -200px -15px;
}

.big_RW {
    background-position: -325px -165px;
}

.big_VC {
    background-position: -200px -210px;
}

.big_PL {
    background-position: 0 -165px;
}

.big_PE {
    background-position: -150px -225px;
}

.big_TC {
    background-position: -25px -195px;
}

.big_GU {
    background-position: -225px -75px;
}

.big_MT {
    background-position: -150px -135px;
}

.big_AN {
    background-position: -175px 0;
}

.big_CA {
    background-position: -100px -30px;
}

.big_RO {
    background-position: -250px -165px;
}

.big_TL {
    background-position: -200px -195px;
}

.big_CV {
    background-position: -25px -45px;
}

.big_AF {
    background-position: -50px 0;
}

.big_PW {
    background-position: -150px -165px;
}

.big_CK {
    background-position: -250px -30px;
}

.big_EU {
    background-position: -25px -60px;
}

.big_CD {
    background-position: -125px -30px;
}

.big_YT {
    background-position: -25px -225px;
}

.big_AM {
    background-position: -150px 0;
}

.big_VA {
    background-position: -175px -210px;
}

.big_ER {
    background-position: -350px -45px;
}

.big_SR {
    background-position: -300px -180px;
}

.big_KZ {
    background-position: -250px -105px;
}

.big_ZM {
    background-position: -75px -225px;
}

.big_MG {
    background-position: -275px -120px;
}

.big_NL {
    background-position: -75px -150px;
}

.big_GD {
    background-position: -250px -60px;
}

.big_NR {
    background-position: -150px -150px;
}

.big_MO {
    background-position: -25px -135px;
}

.big_IT {
    background-position: -250px -90px;
}

.big_RS {
    background-position: -275px -165px;
}

.big_CY {
    background-position: -50px -45px;
}

.big_DM {
    background-position: -175px -45px;
}

.big_PK {
    background-position: -375px -150px;
}

.big_SB {
    background-position: -375px -165px;
}

.big_LT {
    background-position: -50px -120px;
}

.big_MU {
    background-position: -175px -135px;
}

.big_BW {
    background-position: -25px -30px;
}

.big_UG {
    background-position: -50px -210px;
}

.big_HM {
    background-position: -325px -75px;
}

.big_CZ {
    background-position: -75px -45px;
}

.big_AT {
    background-position: -275px 0;
}

.big_BR {
    background-position: -325px -15px;
}

.big_SZ {
    background-position: 0 -195px;
}

.big_UA {
    background-position: -25px -210px;
}

.big_PN {
    background-position: -50px -165px;
}

.big_SO {
    background-position: -275px -180px;
}

.big_FJ {
    background-position: -75px -60px;
}

.big_KN {
    background-position: -125px -105px;
}

.big_JO {
    background-position: -350px -90px;
}

.big_KY {
    background-position: -225px -105px;
}

.big_SI {
    background-position: -125px -180px;
}

.big_MR {
    background-position: -100px -135px;
}

.big_TF {
    background-position: -75px -195px;
}

.big_ME {
    background-position: -225px -120px;
}

.big_ET {
    background-position: 0 -60px;
}

.big_SA {
    background-position: -350px -165px;
}

.big_WS {
    background-position: -375px -210px;
}

.big_SL {
    background-position: -200px -180px;
}

.big_NE {
    background-position: -375px -135px;
}

.big_TD {
    background-position: -50px -195px;
}

.big_GP {
    background-position: -100px -75px;
}

.big_CG {
    background-position: -175px -30px;
}

.big_MD {
    background-position: -200px -120px;
}

.big_FM {
    background-position: -125px -60px;
}

.big_IR {
    background-position: -200px -90px;
}

.big_RU {
    background-position: -300px -165px;
}

.big_SV {
    background-position: -350px -180px;
}

.big_AW {
    background-position: -325px 0;
}

.big_GN {
    background-position: -75px -75px;
}

.big_LU {
    background-position: -75px -120px;
}

.big_CR {
    background-position: -375px -30px;
}

.big_CU {
    background-position: 0 -45px;
}

.big_GA {
    background-position: -200px -60px;
}

.big_KH {
    background-position: -50px -105px;
}

.big_BE {
    background-position: -75px -15px;
}

.big_MF {
    background-position: -250px -120px;
}

.big_KM {
    background-position: -100px -105px;
}

.big_GM {
    background-position: -50px -75px;
}

.big_PF {
    background-position: -300px -150px;
}

.big_PT {
    background-position: -125px -165px;
}

.big_NC {
    background-position: -350px -135px;
}

.big_NF {
    background-position: 0 -150px;
}

.big_ZA {
    background-position: -50px -225px;
}

.big_SJ {
    background-position: -150px -180px;
}

.big_DK {
    background-position: -150px -45px;
}

.big_NO {
    background-position: -100px -150px;
}

.big_NG {
    background-position: -25px -150px;
}

.big_VU {
    background-position: -325px -210px;
}

.big_BN {
    background-position: -275px -15px;
}

.big_SY {
    background-position: -375px -180px;
}

.big_TG {
    background-position: -100px -195px;
}

.big_BD {
    background-position: -50px -15px;
}

.big_TK {
    background-position: -175px -195px;
}

.big_GG {
    background-position: -350px -60px;
}

.big_CH {
    background-position: -200px -30px;
}

.big_VI {
    background-position: -275px -210px;
}

.big_BO {
    background-position: -300px -15px;
}

.big_VN {
    background-position: -300px -210px;
}

.big_BS {
    background-position: -350px -15px;
}

.big_TW {
    background-position: -375px -195px;
}

.big_LI {
    background-position: -350px -105px;
}

.big_CN {
    background-position: -325px -30px;
}

.big_OM {
    background-position: -225px -150px;
}

.big_ID {
    background-position: -50px -90px;
}

.big_SG {
    background-position: -75px -180px;
}

.big_CF {
    background-position: -150px -30px;
}

.big_IN {
    background-position: -125px -90px;
}

.big_MZ {
    background-position: -300px -135px;
}

.big_SN {
    background-position: -250px -180px;
}

.big_GW {
    background-position: -250px -75px;
}

.big_DJ {
    background-position: -125px -45px;
}

.big_MY {
    background-position: -275px -135px;
}

.big_PY {
    background-position: -175px -165px;
}

.big_EE {
    background-position: -275px -45px;
}

.big_SC {
    background-position: 0 -180px;
}

.big_GR {
    background-position: -150px -75px;
}

.big_BV {
    background-position: 0 -30px;
}

.big_BL {
    background-position: -225px -15px;
}

.big_CI {
    background-position: -225px -30px;
}

.big_FI {
    background-position: -50px -60px;
}

.big_TO {
    background-position: -275px -195px;
}

.big_GH {
    background-position: -375px -60px;
}

.big_AG {
    background-position: -75px 0;
}

.big_PA {
    background-position: -250px -150px;
}

.big_IQ {
    background-position: -175px -90px;
}

.big_PR {
    background-position: -75px -165px;
}

.big_HT {
    background-position: 0 -90px;
}

.big_ST {
    background-position: -325px -180px;
}

.big_LB {
    background-position: -300px -105px;
}

.big_GB {
    background-position: -225px -60px;
}

.big_TZ {
    background-position: 0 -210px;
}

.big_TR {
    background-position: -300px -195px;
}

.big_KI {
    background-position: -75px -105px;
}

.big_MH {
    background-position: -300px -120px;
}

.big_PS {
    background-position: -100px -165px;
}

.big_FK {
    background-position: -100px -60px;
}

.big_AR {
    background-position: -225px 0;
}

.big_GF {
    background-position: -300px -60px;
}

.big_GS {
    background-position: -175px -75px;
}

.big_CO {
    background-position: -350px -30px;
}

.big_KG {
    background-position: -25px -105px;
}

.big_NU {
    background-position: -175px -150px;
}

.big_VG {
    background-position: -250px -210px;
}

.big_AI {
    background-position: -100px 0;
}

.big_DE {
    background-position: -100px -45px;
}

.big_MK {
    background-position: -325px -120px;
}

.big_HU {
    background-position: -25px -90px;
}

.big_SH {
    background-position: -100px -180px;
}

.big_HR {
    background-position: -375px -75px;
}

.big_MP {
    background-position: -50px -135px;
}

.big_NI {
    background-position: -50px -150px;
}

.big_AS {
    background-position: -250px 0;
}

.big_BT {
    background-position: -375px -15px;
}

.big_UZ {
    background-position: -150px -210px;
}

.big_KE {
    background-position: 0 -105px;
}

.big_NP {
    background-position: -125px -150px;
}

.big_VE {
    background-position: -225px -210px;
}

.big_YE {
    background-position: 0 -225px;
}

.big_EG {
    background-position: -300px -45px;
}

.big_SE {
    background-position: -50px -180px;
}

.big_GI {
    background-position: 0 -75px;
}

.big_MA {
    background-position: -150px -120px;
}

.big_DZ {
    background-position: -225px -45px;
}

.big_LS {
    background-position: -25px -120px;
}

.big_KR {
    background-position: -175px -105px;
}

.big_AO {
    background-position: -200px 0;
}

.big_MS {
    background-position: -125px -135px;
}

.big_AZ {
    background-position: -375px 0;
}

.big_LV {
    background-position: -100px -120px;
}

.big_UY {
    background-position: -125px -210px;
}

.big_SM {
    background-position: -225px -180px;
}

.big_GT {
    background-position: -200px -75px;
}

.big_DO {
    background-position: -200px -45px;
}

.big_TH {
    background-position: -125px -195px;
}

.big_LK {
    background-position: -375px -105px;
}

.big_AE {
    background-position: -25px 0;
}

.big_BG {
    background-position: -125px -15px;
}

.big_QA {
    background-position: -200px -165px;
}

.big_BF {
    background-position: -100px -15px;
}

.big_AD {
    background-position: 0 0;
}

.big_WF {
    background-position: -350px -210px;
}

.big_PM {
    background-position: -25px -165px;
}

.big_EH {
    background-position: -325px -45px;
}

.big_ZW {
    background-position: -100px -225px;
}

.big_MW {
    background-position: -225px -135px;
}

.big_NZ {
    background-position: -200px -150px;
}

.big_TN {
    background-position: -250px -195px;
}

.big_IL {
    background-position: -100px -90px;
}

.big_LC {
    background-position: -325px -105px;
}

.big_PG {
    background-position: -325px -150px;
}

.big_BI {
    background-position: -175px -15px;
}

.big_PH {
    background-position: -350px -150px;
}

.big_TV {
    background-position: -350px -195px;
}

.big_US {
    background-position: -100px -210px;
}

.big_GL {
    background-position: -25px -75px;
}

.big_TT {
    background-position: -325px -195px;
}

.big_MC {
    background-position: -175px -120px;
}

.big_BB {
    background-position: -25px -15px;
}

.big_MM {
    background-position: -375px -120px;
}

.big_ES {
    background-position: -375px -45px;
}

.big_KW {
    background-position: -200px -105px;
}

.big_BY {
    background-position: -50px -30px;
}

.big_FO {
    background-position: -150px -60px;
}

.big_RE {
    background-position: -225px -165px;
}

.big_SD {
    background-position: -25px -180px;
}

.big_FR {
    background-position: -175px -60px;
}

.big_JE {
    background-position: -300px -90px;
}

.big_XK {
    background-position: -125px -225px;
}

.big_CW {
    background-position: -175px -225px;
}

[data-val-error-message] {
    font-size: 11px;
    color: red;
    text-align: right;
    margin-top: 2px;
    visibility: hidden;
}

.AcceptConsentPhone + [data-val-error-message], .AcceptConsentMail + [data-val-error-message] {
    text-align: left;
}

fieldset [data-val-error-message], .MiniRules [data-val-error-message] {
    text-align: left;
    margin-bottom: 10px;
}

.MyTrip .responsive-mytrip-button .Button {
    height: 0;
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 110px;
}

.bread-crumbs-container {
    padding: 10px;
}

.bread-crumb-step {
    color: #dcd;
    margin-top: -8px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bread-crumb-active-step {
    color: #fff;
    font-weight: bold;
}

    .bread-crumb-active-step label {
        font-weight: bold !important;
    }

.bread-crumb-step-number {
    position: absolute;
    left: 44%;
    top: -3px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 11px;
    padding-right: 14px;
    padding-left: 14px;
}

.bread-crumb-step label {
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

#fullback.bts .BreadCrumbs.widget {
    overflow: auto;
}

.BreadCrumbs .ui-widget-content {
    border: none;
}

.BreadCrumbs .Content {
    margin-bottom: 40px;
    overflow: visible;
}

@media (max-width:600px) {
    .bread-crumb-step-number {
        left: 37%;
    }
}

.componentThemeColor {
    color: #005eb8;
}

.componentThemeBackColor {
    background-color: #005eb8;
}

.search-up-down-circle {
    border: 1px solid;
    width: 30px;
    padding: 10px;
    padding-right: 23px;
    border-radius: 50px;
    margin-bottom: 6px;
    cursor: pointer;
    display: inline-block;
}

.flight-details-container {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ResultPage .Flight .search-form-wrapper {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

.search-amend-text {
    display: none;
}

.ResultPage .search-up-down-circle-container {
    text-align: center;
}

    .ResultPage .search-up-down-circle-container label.search-up-down-text {
        text-align: inherit;
        color: #005eb8;
    }

.search-flight-type-label,
.search-destination-item,
.search-amend-text {
    font-size: 15px;
    padding: 3px;
}

.ResultPage .search-form-wrapper .SubFlightFareSearchTab,
.ResultPage .search-form-wrapper .FlightFareSearchTab {
    margin-top: 20px;
    display: none;
}

.ResultPage .search-flight-info .row {
    margin-left: 0;
    margin-right: 0;
}

.search-flight-info-part,
.flight-info-num,
.flight-info-plane {
    display: inline-block;
}

.search-flight-info {
    text-align: center;
}

    .search-flight-info.mobile {
        margin-top: 20px;
    }

.flight-info-day {
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.flight-info-month {
    font-size: 15px;
}

.flight-info-num {
    font-size: 46px;
    margin-top: -6px;
}

.flight-info-plane {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

    .flight-info-plane i {
        font-size: 17px;
    }

        .flight-info-plane i:first-child {
            display: block;
        }

.show-more-details-line {
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 11px;
    display: inline-block;
}

.fa-plane-reversed {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
/************** BOOTSTRAP AHMET ***********/


/************** BOOTSTRAP SERCAN ***********/

/****RESULT****/
.resultHeaderLocation {
    font-size: 14px;
    font-weight: bold;
    vertical-align: bottom;
}

.resultHeaderLocationMulti {
    font-size: 14px;
    font-weight: bold;
}

.resultHeaderDayName {
    color: #787875;
    font-size: 14px;
    height: 16px;
    display: block;
}

html[lang=ru-RU] .resultHeaderDayName {
    font-size: 10px;
    height: 12px;
}

html[lang=ru-RU] .resultHeaderDayNumber {
    font-size: 33px;
}

.resultHeaderDateName {
    font-size: 14px;
    display: inline-block;
}

.resultHeaderDayNumber {
    font-size: 35px;
    font-weight: 500;
}

.resultInfoContainer .resultHeaderSeperator {
    padding: 0px;
    font-size: 16px;
}

    .resultInfoContainer .resultHeaderSeperator i {
        font-weight: bolder;
    }

.resultHeaderSeperatorPlane {
    color: #c7c9c7;
    font-size: 16px;
}

.resultHeaderDayNameMulti {
    color: #787875;
    font-size: 14px;
    width: 2em;
    vertical-align: baseline;
    text-align: center;
    display: inline-block;
}

.resultHeaderMonthNameMulti {
    font-size: 14px;
    width: 2em;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    display: inline-block;
}

.resultHeaderDayNumberMulti {
    font-size: 18px;
    font-weight: 600;
    vertical-align: baseline;
    text-align: center;
    display: inline-block;
}

.resultHeaderPageNumber {
    font-size: 12px;
}

.pagingRow {
    border-top: 2px solid #ffffff;
}

.unbold {
    font-weight: normal;
}


@media (max-width: 544px) {
    .resultHeaderLocationMulti {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

/****RESULT****/

/*Bl*/
.flightResultContainerInner.Bl::before,
.flightResultContainerInner.Bl::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.flightResultContainerInner.Bl::before {
    border-width: 15px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-right-color: #000000;
    border-top-color: #000000;
}

.flightResultContainerInner.Bl::after {
    border-width: 15px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-right-color: #000000;
    border-top-color: #000000;
}
/*Bl END*/

/*B*/
.flightResultContainerInner.B::before,
.flightResultContainerInner.B::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.flightResultContainerInner.B::before {
    border-width: 15px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-right-color: #0f0ded;
    border-top-color: #0f0ded;
}

.flightResultContainerInner.B::after {
    border-width: 15px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-right-color: #0f0ded;
    border-top-color: #0f0ded;
}
/*B END*/



/*G*/
.flightResultContainerInner.G::before,
.flightResultContainerInner.G::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.flightResultContainerInner.G::before {
    border-width: 15px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-right-color: #0bd115;
    border-top-color: #0bd115;
}

.flightResultContainerInner.G::after {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-width: 15px;
    border-right-color: #0bd115;
    border-top-color: #0bd115;
}
/*G END*/

/*O*/
.flightResultContainerInner.O::before,
.flightResultContainerInner.O::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.flightResultContainerInner.O::before {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-width: 15px;
    border-right-color: #FE9A2E;
    border-top-color: #FE9A2E;
}

.flightResultContainerInner.O::after {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-width: 15px;
    border-right-color: #FE9A2E;
    border-top-color: #FE9A2E;
}
/*O END*/

/*P*/
.flightResultContainerInner.P::before,
.flightResultContainerInner.P::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.flightResultContainerInner.P::before {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-width: 15px;
    border-right-color: #FF0000;
    border-top-color: #FF0000;
}

.flightResultContainerInner.P::after {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-width: 15px;
    border-right-color: #FF0000;
    border-top-color: #FF0000;
}
/*P END*/

.Pin {
    cursor: pointer;
}

#ResultTabPanel {
    border: none;
}

/************** BOOTSTRAP SERCAN ***********/

/* Datepicker - Start */

.ui-datepicker {
    width: 25em !important;
}

    .ui-datepicker th {
        text-align: center;
        color: #c7c7c7;
        font-weight: 600;
    }

    .ui-datepicker td:not(.highlightSelectedDays):not(.highlight) a.ui-state-default, .ui-datepicker td.ui-state-disabled span {
        border: inherit;
        background-color: transparent;
    }

    .ui-datepicker.full-screen td {
        padding: .25em 0;
    }

    .ui-datepicker td {
        padding: 3px 0;
    }

    .ui-datepicker-calendar,
    .ui-datepicker:not(.ui-datepicker-multi) .ui-datepicker-title {
        padding: 0 40px;
        display: inline-block;
    }

.ui-datepicker-group.first.ui-datepicker-group-first {
    padding-left: 35px;
    padding-right: 0;
}

.ui-datepicker-group.ui-datepicker-group-last {
    padding-right: 40px;
    padding-left: 0;
}

.ui-datepicker td.ui-datepicker-week-end:not(.highlightSelectedDays) a.ui-state-default {
    font-weight: bold;
    border: none;
}

.ui-datepicker.ui-datepicker-multi-2 {
    width: 46em !important;
}

.ui-datepicker.ui-datepicker-multi-3 {
    width: 69em !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: .85em .85em !important;
    font-size: 1em;
}

select.ui-datepicker-month-custom {
    color: #000;
    width: auto;
}

    select.ui-datepicker-month-custom.nowidth + span.ui-combobox > input.ui-combobox-input {
        border-color: transparent;
        -webkit-border-top-right-radius: 0 !important;
        -webkit-border-bottom-right-radius: 0 !important;
        -moz-border-radius-topright: 0 !important;
        -moz-border-radius-bottomright: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.ui-datepicker-month-custom + .ui-combobox a.ui-combobox-toggle.nowidth {
    margin: 0;
    right: 0;
    position: relative;
}

.ui-state-hover.ui-datepicker-next-hover, .ui-state-hover.ui-datepicker-prev-hover {
    background: #2058b4 !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 135px;
    cursor: pointer;
    background-color: #2058b4;
    width: 40px;
    height: 56px;
}

.ui-datepicker .ui-datepicker-prev {
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    left: 0;
}

.ui-datepicker .ui-datepicker-next {
    -webkit-border-radius: 30px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 30px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
}

.ui-datepicker .ui-datepicker-calendar thead {
    text-transform: uppercase;
}

.ui-state-hover.ui-datepicker-prev-hover, .ui-datepicker-prev, .ui-datepicker-prev.ui-corner-all.ui-state-disabled {
    text-align: right;
}

    .ui-datepicker-next .fa, .ui-datepicker-prev .fa {
        font-size: 18px;
        color: #fff
    }

    .ui-datepicker-prev .fa {
        padding: 20px 20px 0 0;
    }

.ui-datepicker-next .fa {
    padding: 20px 0 0 20px;
}

select.ui-datepicker-year {
    color: #000;
}

.ui-datepicker .ui-combobox input {
    height: 32px;
    text-align: center;
}

.ui-datepicker-title .ui-combobox {
    display: inline-block;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 auto;
    text-align: left;
    width: 95%;
    font-size: 14px;
    font-family: ArialMT, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    padding-top: 10px;
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 1.2em;
    width: 90%;
    padding: 0;
    display: table;
}

.ui-datepicker.full-screen .ui-datepicker-title .ui-combobox,
.ui-datepicker.full-screen .ui-datepicker-title select {
    position: absolute !important;
    left: 50%;
    margin-left: -80px;
}

.ui-datepicker .ui-combobox a {
    height: 32px;
}

.ui-datepicker .ui-datepicker-title span:not(.ui-combobox) {
    line-height: 2.4em;
}

.ui-datepicker.full-screen .ui-datepicker-group {
    display: table;
    width: 100% !important;
}

div[style].ui-datepicker.full-screen {
    padding: 60px 0 0 0;
    overflow-y: auto;
    height: 100% !important;
    width: 100% !important;
    z-index: 9000 !important;
    border: none !important;
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
}

.ResultHeaderRight {
    display: none;
}

.ui-datepicker.full-screen td span, .ui-datepicker.full-screen td a {
    text-align: center !important;
}

.ui-datepicker:not(.full-screen) {
    border: 1px solid #d7d7d7;
    margin: 4px 0 0 0;
    padding: 0;
    z-index: 10;
}

    .ui-datepicker:not(.full-screen) .full-screen-caption {
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: 600;
    }

.ui-datepicker .ui-datepicker-header.ui-widget-header {
    background-color: transparent !important;
    background: none !important;
}

.ui-datepicker:not(.full-screen) .full-screen-caption .full-screen-title {
    padding: 5px 20px;
}

.ui-datepicker:not(.full-screen) .full-screen-caption i {
    float: right;
    padding: 7px 10px 0 0;
    cursor: pointer;
}

.ui-datepicker.full-screen .full-screen-caption {
    height: 50px;
    background-color: #2058b4;
    position: absolute;
    z-index: 2000;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px 5px 5px -1px rgba(168,168,168,0.69);
    -moz-box-shadow: 0px 5px 5px -1px rgba(168,168,168,0.69);
    box-shadow: 0px 5px 5px -1px rgba(168,168,168,0.69);
}

    .ui-datepicker.full-screen .full-screen-caption .close-picker {
        float: right;
        padding: 0 10px;
        color: #fff;
        cursor: pointer;
        line-height: 50px;
    }

.ui-datepicker.full-screen .full-screen-title {
    color: #fff;
    line-height: 50px;
    padding: 10px;
    font-size: 16px;
}

.ui-datepicker .ui-dialog-titlebar, .ui-datepicker .ui-widget-header {
    border-color: transparent;
}

.ui-datepicker.full-screen .ui-widget-header, .ui-datepicker.full-screen .ui-widget-header a {
    color: #222;
}

.ui-datepicker-title span.ui-combobox i.fa {
    text-align: center;
    color: #000;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: auto;
}

.ui-datepicker .ui-combobox i.fa {
    color: #fff;
}

.ui-datepicker .highlightSelectedDays:nth-of-type(2n) {
    opacity: 1 !important;
}

.datepicker-slider-left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.slide-in-left {
    animation: slide-in-left 0.5s forwards;
    -webkit-animation: slide-in-left 0.5s forwards;
}

.slide-out-left {
    animation: slide-out-left 0.5s forwards;
    -webkit-animation: slide-out-left 0.5s forwards;
}

@keyframes slide-in-left {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in-left {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

.datepicker-slider-right {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.slide-in-right {
    animation: slide-in-right 0.5s forwards;
    -webkit-animation: slide-in-right 0.5s forwards;
}

.slide-out-right {
    animation: slide-out-right 0.5s forwards;
    -webkit-animation: slide-out-right 0.5s forwards;
}

@keyframes slide-in-right {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in-right {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out-right {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

/* Datepicker - EOF */

.dynamicSubLoader {
    position: fixed;
    overflow: hidden;
}

.PassengerDetailsPhoneNumber input.form-control {
    padding-left: 50px;
}

/* Search autocomplete - Start  */

.input-group:not(.DatePickerInputGroup) span.input-group-addon:first-child {
    position: absolute;
    z-index: 10;
    width: 32px;
    height: 32px;
    margin: 1px;
    border: none;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 8px;
}

.MultiLegFrom input.ui-autocomplete-input,
.MultiLegTo input.ui-autocomplete-input {
    padding-right: 10px;
}

.form-group .input-group {
    width: 100%;
}

.mainFocusElement .ui-autocomplete-input.autocompleteTxt {
    width: 100%;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    padding-right: 25px;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-group:not(.DatePickerInputGroup):not(.bootstrap-touchspin) > span.input-group-addon + input {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.input-group-addon i.fa.fa-map-marker {
    line-height: 1.1em;
}

/* Search autocomplete - EOF  */

/* Mobile Date Selector - Start */

.mobile-date-template.combo-box {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 34px;
    margin: 0;
    background-color: #fff;
    position: relative;
    padding: 3px 0;
    width: 100%;
}

    .mobile-date-template.combo-box a.ui-combobox-toggle {
        height: 32px;
        border: none;
        margin-left: -35px;
        top: -3px;
        display: inline;
    }

    .mobile-date-template.combo-box .day,
    .mobile-date-template.combo-box .month {
        border-right: 1px solid #ccc;
        height: 25px;
    }

    .mobile-date-template.combo-box .day,
    .mobile-date-template.combo-box .month,
    .mobile-date-template.combo-box .year {
        color: #ccc;
        text-align: center;
        padding: 5px;
    }

.mobile-date-template input.mobile-date {
    width: inherit;
    position: absolute;
    height: inherit;
    opacity: 0;
    left: 0;
    display: block;
    top: 0;
    -webkit-appearance: inherit;
}

.HomePageTabs a {
    font-size: 26px;
    font-family: FontAwesome;
    padding: 5px 10px 5px 10px !important;
}

.HomePageTabs li {
}

    .HomePageTabs li#FlightZoneText a:before {
        content: "\f072";
        text-align: center;
    }

    .HomePageTabs li#HotelZoneText a:before {
        content: "\f236";
    }


    .HomePageTabs li#CarZoneText a:before {
        content: "\f1b9";
    }


    .HomePageTabs li#PackageZoneText a:before {
        content: "\f1b3";
    }

    .HomePageTabs li#TrainZoneText a:before {
        content: "\f238";
    }

    .HomePageTabs li span {
        font-size: 14px;
        padding-left: 5px;
        font-family: Arial, Helvetica, sans-serif;
    }

#fn_ShowMoreOptions {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #005eb8;
}

    #fn_ShowMoreOptions span {
        padding-left: 10px;
    }

#fn_flightSearchMinimizer {
    margin: 10px 5px 10px 5px;
    color: #787875;
}

    #fn_flightSearchMinimizer .search-icon {
        font-size: 24px;
        cursor: pointer;
    }

    #fn_flightSearchMinimizer .search-info {
        min-height: 32px;
        padding-top: 9px;
        vertical-align: middle;
    }

.top-bottom-border {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.btn.btn-default.bootstrap-touchspin-up {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

    .btn.btn-default.bootstrap-touchspin-up:before {
        font-family: Fontawesome;
        content: "\f067";
        font-size: 14px;
    }

.btn.btn-default.bootstrap-touchspin-down:before {
    font-family: Fontawesome;
    content: "\f068";
    font-size: 14px;
}

.btn.btn-default.bootstrap-touchspin-up, .btn.btn-default.bootstrap-touchspin-down {
    background-color: #f7f7fa;
    color: #005eb8;
    text-align: center;
}

input[type="text"].bootstrap-touchspin-text {
    font-weight: 600;
    text-align: center;
    min-width: 18px;
}

.passenger-col-label {
    margin-bottom: 5px;
}

.child-age-row {
    display: inline-block;
    margin-bottom: 5px;
}

    .child-age-row div {
        padding-right: 5px;
    }

.disabled-input {
    color: #AAAAAA !important;
    background: #F5F5F5 !important;
}

.rblDeliverTypes .radio, .rblPaymentTypesCombo .radio {
    margin-top: 10px;
}

.PassengerMain .ParentPassengerTable {
    padding: 10px;
}

/* Payment - Start */

.BookingPaymentType .Content {
    overflow: hidden;
}

input[name=CCNumber] + i.fa {
    position: absolute;
    right: 0;
    top: 26px;
    margin-right: 20px;
    color: #005eb8;
}

@media (min-width: 544px) {
    .CCPanel .card-icons {
        padding: 15px 0 0 0;
    }
}

.BookingPaymentType .Caption i.fa {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 15px;
    margin: 5px;
}

/*car subCar*/
.Car .pickUpDate {
    width: 100%;
}

.Car .dropOffDate {
    width: 100%;
}

.Car .columnWidthWide {
    width: 100%;
}

.Car .holidayperiodrow input {
    width: 178px !important;
}

.CarSubSearch .subSearchBar {
    margin-top: 20px;
}

.Car .ddWidth {
    width: 190px;
}

.Car .fn_PickupNotification, .Car .fn_DropoffNotification, .Car .fn_PickupDetails, .Car .fn_DropoffDetailsCaption, .Car .fn_DropoffDetailsContent {
    display: none;
}

.Car .DepartureDate input {
    width: 84px;
}

.Car .ReturnDate input {
    width: 84px;
}

.CarSubSearch .subCarSearchLinkButtons {
    padding-top: 10px;
}


/* Car SubCar - EOF */

/* Payment - EOF */


.multi-city-container {
    border-bottom: 1px dotted;
    border-bottom-color: #005eb8 !important;
    margin-bottom: 20px;
}

.multileg-fligt-title {
    margin: 10px 0px 10px 0px;
}

.add-next-flight {
    padding-right: 20px;
}

    .add-next-flight button {
        margin: 10px;
        width: 50%;
        height: 30px;
        cursor: pointer;
    }

@media (max-width: 544px) {
    .add-next-flight button {
        width: 100%;
    }
}

.form-group label.control-label {
    padding-bottom: 5px;
}

.dashed-border {
    border: 1px dashed #f5a623;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fn_dat {
    padding-left: 40px;
}

.secure-payment-with {
    color: #896460;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}

.SummaryPassengers .eTicketLink {
    margin-bottom: 10px;
}
/*PNR Detail BEGIN*/
.summary-travel-information {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
}

    .summary-travel-information .check-my-trip i {
        font-size: 20px;
        cursor: pointer;
    }

    .summary-travel-information .check-my-trip-logo {
        width: 100%;
        cursor: pointer;
        max-width: 145px !important;
    }

    .summary-travel-information .check-my-trip-label {
        font-size: 10px;
        color: #787875;
    }

    .summary-travel-information .send-to,
    .ETicketPopup .send-to {
        cursor: pointer;
        padding: 0px;
    }

        .summary-travel-information .send-to img,
        .ETicketPopup .send-to img {
            width: 36px;
            height: 36px;
        }

        .summary-travel-information .send-to label,
        .ETicketPopup .send-to label {
            vertical-align: bottom;
            margin-bottom: 9px;
        }

    .summary-travel-information .pnr-detail {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .summary-travel-information .pnr-number {
        padding-top: 5px;
    }

        .summary-travel-information .pnr-number span {
            font-size: 20px;
            color: #2867bf;
        }

        .summary-travel-information .pnr-number label {
            margin-right: 5px;
            color: #3877c5;
            font-size: 16px;
        }

    .summary-travel-information .pnr-status {
        color: #787875;
        padding-top: 10px;
        font-size: 12px;
    }

    .summary-travel-information .pnr-description {
        border: 1px solid #e5e5e5;
        border-left: 6px solid #3aaae2;
        padding: 8px;
        line-height: 1.5;
        border-radius: 2px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        margin-top: 10px;
    }

/*PNR Detail END*/

/*Fare Summary BEGIN*/

.Summary .SummaryFareSummary {
    margin: 10px -5px 10px -5px;
}

.RepriceFlightFareDetails .SummaryFareSummary {
    margin: 10px 0px 10px 0px;
}

.SummaryFareSummary .fare-item {
    padding: 5px;
    font-size: 14px;
    color: inherit;
    margin: 0px;
}

    .SummaryFareSummary .fare-item .fare-description {
        color: #787875;
    }

.SummaryFareSummary .bottom-border {
    border-bottom: 1px dashed #c7c9c7;
}

.SummaryFareSummary .fare-total {
    color: inherit;
    font-weight: bold;
    font-size: 16px;
}

.SummaryFareSummary .payment-direction {
    padding-top: 10px;
}

.SummaryFareSummary .top-border {
    border-top: 1px dotted #d1d1d1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.SummaryFareSummary .bottom-border {
    border-bottom: 1px dotted #d1d1d1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.SummaryFareSummary .fare-item .fa-check {
    font-size: 22px;
    color: #3aaae2;
}
/*Fare Summary END*/

/*Flight Details BEGIN*/
.SummaryFlightSummary {
    margin: 10px -5px 10px -5px;
}

    .SummaryFlightSummary .rowItem {
        padding-top: 15px;
    }

        .SummaryFlightSummary .rowItem i {
            position: absolute;
            left: 0px;
            top: -15px;
        }

    .SummaryFlightSummary .item {
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 1.5;
        border-left: 1px dotted #c7c9c7;
    }

@media (max-width: 544px) {
    .SummaryFlightSummary .plane-border-visibility {
        display: none;
    }

    .SummaryFlightSummary .item-border-visibility {
        border-left: 0px;
        border-bottom: 1px dotted #c7c9c7;
    }
}

@media (min-width: 544px) {
    .SummaryFlightSummary .plane-border-visibility {
        display: block;
    }

    .SummaryFlightSummary .item-border-visibility {
        border-left: 1px dotted #c7c9c7;
    }

    .SummaryFlightSummary .plane-border-visibility-0 {
        display: none;
    }

    .SummaryFlightSummary .item-border-visibility-0 {
        border: 0px;
    }

    .SummaryFlightSummary .plane-border-visibility-2 {
        display: none;
    }

    .SummaryFlightSummary .item-border-visibility-2 {
        border: 0px;
    }

    .SummaryFlightSummary .plane-border-visibility-4 {
        display: none;
    }

    .SummaryFlightSummary .item-border-visibility-4 {
        border: 0px;
    }
}

@media (min-width: 800px) {
    .SummaryFlightSummary .plane-border-visibility {
        display: block;
    }

    .SummaryFlightSummary .item-border-visibility {
        border-left: 1px dotted #c7c9c7;
    }

    .SummaryFlightSummary .plane-border-visibility-0 {
        display: none;
    }

    .SummaryFlightSummary .item-border-visibility-0 {
        border: 0px;
    }

    .SummaryFlightSummary .plane-border-visibility-4 {
        display: none;
    }

    .SummaryFlightSummary .item-border-visibility-4 {
        border: 0px;
    }

    .SummaryFlightSummary .plane-border-visibility-8 {
        display: none;
    }

    .SummaryFlightSummary .item-border-visibility-8 {
        border: 0px;
    }
}


.SummaryFlightSummary .item-padding {
    border-top: 1px dotted #c7c9c7;
    border-bottom: 1px dotted #c7c9c7;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
    margin: 0;
}

.SummaryFlightSummary .airline-logo {
    padding-bottom: 10px;
}

.SummaryFlightSummary .view-my-flight-details {
    margin: 10px 0px;
    padding: 5px;
}

.SummaryFlightSummary #FlightDetailsDiv {
    margin: 0px;
}

.SummaryFlightSummary .passenger-label {
    color: #787875;
    font-size: 14px;
    font-weight: bold;
}

.SummaryFlightSummary .passenger-fullname {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.SummaryFlightSummary .passenger-seat {
    font-size: 14px;
}

    .SummaryFlightSummary .passenger-seat i {
        font-size: 16px;
    }

.SummaryFlightSummary .nobag.fa-suitcase:after {
    position: absolute;
    content: "x";
    color: red;
    font-weight: 700;
    font-size: 1.7em;
    left: 7px;
    top: -2px;
    text-align: center;
    font-family: Arial;
}

div[class*='summary-flight-details'] .ui-widget-content button.ui-button {
    height: 40px;
    background-color: #eeebeb !important;
    color: #4a90e2 !important;
    width: 200px;
    border: none !important;
}

/*Flight Details END*/

.rounded-border {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px -5px 10px -5px;
}

.Summary {
    padding: 10px 0px;
    margin: 0px;
}

    .Summary .Content.ui-widget-content.ui-tabs-panel {
        padding: 0px 5px;
        border: none;
    }

    .Summary .BlankContainer.ui-widget-content {
        border: none;
    }

    .Summary .SummaryPassengers {
        margin: 10px -5px 10px -5px;
    }

@media (max-width: 544px) {

    .Summary .SummaryButtons Button {
        width: 100%;
    }
}

/*Summary Terms and Condition BEGIN*/
.SummaryTermsAndConditions {
    margin: 10px -5px 10px -5px;
}

    .SummaryTermsAndConditions p {
        margin: 5px;
        padding: 10px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
    }






    .SummaryTermsAndConditions .ep-category-item {
        cursor: pointer;
    }

    .SummaryTermsAndConditions .ep-title-item {
        margin-top: 20px;
    }

    .SummaryTermsAndConditions .panel-heading label {
        color: #e28d00;
        font-weight: bold;
    }

    .SummaryTermsAndConditions .panel-group {
        margin: -10px;
        margin-bottom: 5px;
    }

    .SummaryTermsAndConditions .ep-title-items {
        padding-bottom: 20px;
    }

        .SummaryTermsAndConditions .ep-title-items .row {
            line-height: 1.7em;
        }

    .SummaryTermsAndConditions .FlightMiniRules .Content {
        line-height: 1.6em;
    }

    .SummaryTermsAndConditions ul.ep-detail-section {
        background-color: #eee;
        margin-bottom: 10px;
        padding: 6px;
        line-height: 1.4em;
    }

    .SummaryTermsAndConditions .ep-terms-categories .panel-default,
    .SummaryTermsAndConditions .ep-fullrules-categories .panel-default {
        border: none;
        border-bottom: 1px solid #ccc;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .SummaryTermsAndConditions .panel .panel-heading:not(.collapsed) label {
        color: #00a9e0;
    }

    .SummaryTermsAndConditions .ep-terms-categories,
    .SummaryTermsAndConditions .ep-fullrules-categories {
        padding: 12px;
    }

        .SummaryTermsAndConditions .ep-terms-categories .panel-default a.collapsed:after,
        .SummaryTermsAndConditions .ep-fullrules-categories .panel-default a.collapsed:after {
            content: '\f054';
        }

        .SummaryTermsAndConditions .ep-terms-categories .panel-default a:after,
        .SummaryTermsAndConditions .ep-fullrules-categories .panel-default a:after {
            font-family: FontAwesome;
            content: '\f053';
            float: right;
            position: relative;
            top: 13px;
            color: #00a9e0;
            font-size: 17px;
        }

        .SummaryTermsAndConditions .ep-terms-categories .category {
            border-top: 1px solid #e5e5e5;
            margin: 0px;
            cursor: pointer;
        }

        .SummaryTermsAndConditions .ep-terms-categories .ep-category-item {
            padding: 10px;
        }

        .SummaryTermsAndConditions .ep-terms-categories .category label {
            cursor: pointer;
        }

        .SummaryTermsAndConditions .ep-terms-categories .ep-category-item a.collapsed:after,
        .SummaryTermsAndConditions .ep-fullrules-categories .ep-category-item a.collapsed:after {
            content: '\f105';
        }

        .SummaryTermsAndConditions .ep-terms-categories .ep-category-item a:after,
        .SummaryTermsAndConditions .ep-fullrules-categories .ep-category-item a:after {
            font-family: FontAwesome;
            content: '\f107';
            float: right;
            position: relative;
            font-size: 14px;
        }

    .SummaryTermsAndConditions #divFlight, #divAgency {
        margin: 5px;
        padding: 10px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
    }

    .SummaryTermsAndConditions .panel .panel-heading:after,
    .SummaryTermsAndConditions .panel .panel-heading:after {
        right: 15px;
    }

    .SummaryTermsAndConditions .panel-opened {
        background-color: #00a9e0;
        margin: -5px;
        margin-top: 5px;
        padding: 5px;
    }

        .SummaryTermsAndConditions .panel-opened .panel-collapse {
            background-color: #fff;
            padding: 5px;
            border-radius: 5px;
        }

        .SummaryTermsAndConditions .panel-opened a label {
            color: #fff;
            font-weight: bold;
        }

    .SummaryTermsAndConditions .ep-terms-categories .panel-default.panel-opened a:after,
    .SummaryTermsAndConditions .ep-fullrules-categories .panel-default.panel-opened a:after {
        color: #fff;
    }

    /* Begin Terms And Conditions */

    .SummaryTermsAndConditions label.ep-terms-header {
        color: #fff;
    }

    .SummaryTermsAndConditions .ep-terms-categories div.ep-disable-item {
        color: #808080;
        text-decoration: none;
    }

    .SummaryTermsAndConditions .DetailSection {
        margin-top: 10px;
    }

    .SummaryTermsAndConditions .ep-terms-categories a[data-toggle] {
        text-decoration: underline;
    }
/*Summary Terms and Condition END*/



/*Summary Payment Details BEGIN*/
.SummaryPaymentDetails {
    margin-left: -5px;
    margin-right: -5px;
}

    .SummaryPaymentDetails .SummaryPaymentDetails-row {
        padding: 10px 5px 10px 5px;
        border-bottom: 1px dotted #c7c9c7;
        line-height: 1.5;
        margin: 0px !important;
    }

        .SummaryPaymentDetails .SummaryPaymentDetails-row:last-of-type {
            border-bottom: none;
        }

    .SummaryPaymentDetails .summary-paymentdetail-row .Header {
        color: #005eb8;
    }

    .SummaryPaymentDetails .summary-paymentdetail-row label {
        display: inline;
    }

    .SummaryPaymentDetails .SummaryPaymentDetails .charged-amount {
        color: #ff6a00;
        font-weight: 800;
    }
/*Summary Payment Details END*/

/*.CalendarSearch .tdcell {
    border: 1px;
}*/

.FlightCalendarResultColHeaderCellMouseOver {
    background-color: #93D0F8;
}

.FlightCalendarResultRowHeaderCellMouseOver {
    background-color: #93D0F8;
}

.FlightCalendarResultCellMouseOver {
    background-color: #93D0F8;
}

.FlightMPCalendarItemTotalAmountLabelStrikeOut {
    text-decoration: line-through;
}

/********     FlightCalendar Css BEGÝN      ***********/

/*.FlightCalendarResultTable {
    border-collapse: separate;
    border-spacing: 2px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #6F88DC;
}*/

/*.FlightCalendarResultTable .tdcell {
    height: 100%;
    width: auto;
    border-collapse: separate !important;
    border-spacing: 2px;
    border-width: 1px 1px 1px 1px;
    padding: 3px 3px 3px 3px;
    font-size: 11px;
    text-align: center;
}*/

/*table.FlightCalendarResultTableTopLeft, table.FlightCalendarResultTableTopLeft .tdcell {
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    background-image: undefined;
    border-color: undefined;
    width: 100px !important;
}*/

.FlightCalendarResultCellSelectedDay {
    /*padding: 1px 1px 1px 1px;*/
    /*border:solid 1px #999999 !important;*/
    /*background-color: #FF9E2F;  
    color: Black;*/
    /*font-weight:bold;*/
    color: #005eb8;
    background-color: #fefaf5;
}

.FlightSearchCalendarLegend {
    text-align: center;
    cursor: default;
}

.FlightSearchCalendarLegendItem {
    cursor: default !important;
}

.FlightSearchCalendarLegendMainTable {
    width: 100%;
    margin-top: 15px;
    cursor: default;
}

    .FlightSearchCalendarLegendMainTable .Minimum {
        width: 10%;
    }

    .FlightSearchCalendarLegendMainTable .Maximum {
        width: 10%;
        padding-left: 15px;
    }

    .FlightSearchCalendarLegendMainTable .tdcell, .FlightSearchCalendarLegendMainTable span {
        white-space: nowrap;
        font-size: 11px;
        font-weight: bold;
    }

/*.tdcell.FlightCalendarResultCellFareLevel0 {
    background-color: #309712;
    color: #ffffff;
}*/

/*.tdcell.FlightCalendarResultCellFareLevel1 {
    cursor: pointer;
    color: #309712;
}

.tdcell.FlightCalendarResultCellFareLevel2 {
    cursor: pointer;
}

.tdcell.FlightCalendarResultCellFareLevel3 {
    cursor: pointer;
    color: #ad2135;
}

.tdcell.FlightCalendarResultCellFareLevel4 {
    cursor: pointer;
    color: #ad2135;
    background-color: #fee4e5;
}*/

.FlightCalendarResultColHeaderCellMouseOver, .FlightCalendarResultRowHeaderCellMouseOver, .FlightCalendarResultCellMouseOver {
    cursor: pointer;
    color: Black;
    background-color: #FF9E2F;
}

/********     FlightCalendar Css END      ***********/

/****  Flight Calendar Responsive Css   ***********/

.FCRDayTitle {
    color: #005eb8;
    font-size: 14px;
    font-weight: bold;
}

.FCRDay {
    text-align: center;
    color: #ffffff;
    background-color: #a6a6a8;
    font-size: 14px;
    padding-bottom: 1%;
    padding-top: 1%;
}

.FCRPrice {
    background-color: #ffffff;
    color: #a6a6a8;
    text-align: center;
    padding-bottom: 2px;
}

.FCRPriceLink {
    cursor: pointer;
}

.FCRPriceHover {
    background-color: #fff5d6;
    color: #a6a6a8;
}

.FCRLegend {
    width: 25%;
    float: left;
    height: 35px;
    text-align: center;
    padding: 10px;
}

.FCRLevel0 {
    background-color: #309712;
    color: #ffffff;
}

.FCRLevel1 {
    color: #309712;
}

.FCRLevel3 {
    color: #ad2135;
}

.FCRLevel4 {
    color: #ad2135;
    background-color: #fee4e5;
    border: solid 1px #ad2135;
}

.FCRSelect {
    color: #005eb8;
    background-color: #fefaf5;
}

.FCRLarge {
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    margin: 2%;
}

.FCRSmall {
    font-size: 11px;
}

.FCREffectedPrice {
    /*color:red !important;
    background-color:palegreen !important;*/
    color: #787875 !important;
    background-color: #fff5d6 !important;
}

.FCRTable {
    background-color: white;
    border: solid 2px white;
    table-layout: fixed;
}

.FCRBold {
    font-weight: bold;
}

.FCRPrimaryPrice {
    font-size: 12px;
}

.FCRSecondaryPrice {
    font-size: 11px;
}

.FlightSearchCalendarLegendItem {
    cursor: default !important;
}

/* Domestic flight result */

.DomesticResult .DomesticFlightResultContent {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.DomesticResult .DomesticFlightResults {
    margin-bottom: 40px;
}

.DomesticResult .ui-widget-content,
.DomesticFlightResults .ui-widget-content {
    border: none;
    background: none;
}

.Result .DomesticResult .Content {
    background-color: transparent;
}

.DomesticResult .DomesticFlightResultContent {
    cursor: auto;
}

.DomesticFlightResults .DomesticFlightResultContent .airline-details {
    font-size: 11px;
    color: #888;
    padding-bottom: 10px;
    min-height: 35px;
}

.DomesticFlightResults .DomesticFlightResultContent .flight-details {
    padding-bottom: 20px;
}

    .DomesticFlightResults .DomesticFlightResultContent .flight-details .B2CRecDirectStopColor,
    .DomesticFlightResults .DomesticFlightResultContent .flight-details .B2CRecDuration,
    .DomesticFlightResults .DomesticFlightResultContent .flight-details .B2CRecStops {
        font-size: 10px;
    }

    .DomesticFlightResults .DomesticFlightResultContent .flight-details .B2CRecDirectStopColor {
        color: green;
    }

    .DomesticFlightResults .DomesticFlightResultContent .flight-details .B2CRecStops {
        color: red;
    }

    .DomesticFlightResults .DomesticFlightResultContent .flight-details ul.stop-line {
        height: 0px;
        border-bottom: 2px solid #222;
        margin: 7px auto;
    }

    .DomesticFlightResults .DomesticFlightResultContent .flight-details ul .stop-line {
        border-top: 7px solid transparent;
        border-left: 7px solid #222222;
        border-bottom: 7px solid transparent;
        top: -12px;
    }

        .DomesticFlightResults .DomesticFlightResultContent .flight-details ul.stop-line .empty {
            border-left: 5px solid #222222;
        }

.DomesticResult .filter-button button,
.DomesticResult .show-all-button,
.DomesticFlightResults .DomesticFlightResultContent .select-button button {
    width: 100%;
    font-size: 15px;
}

.DomesticResult .show-all-button {
    margin-top: 10px;
}

.DomesticResult .filter-button .ui-button-text-only .ui-button-text {
    padding: 5px;
}

.DomesticResult .DomesticFlightResultContent .seat-info {
    margin-top: 40px;
    font-size: 12px;
    color: #A62135;
}

.DomesticResult .DomesticFlightResultContent .departure-airport,
.DomesticResult .DomesticFlightResultContent .arrival-airport {
    font-size: 16px;
    font-weight: 100;
}

.DomesticResult .DomesticFlightResultContent .departure-hour,
.DomesticResult .DomesticFlightResultContent .arrival-hour {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.3px;
}

    .DomesticResult .DomesticFlightResultContent .departure-hour > span,
    .DomesticResult .DomesticFlightResultContent .arrival-hour > span {
        font-size: 12px;
    }

.DomesticResult .DomesticFlightResultContent .fare-amount span {
    color: #DB8C00;
    font-size: 20px;
    font-weight: bold;
    white-space: normal;
}

.DomesticResult .DomesticActiveRecommendation .select-button button {
    background-color: #fff !important;
    color: #005eb8 !important;
    text-transform: capitalize;
}

.DomesticResult .DomesticFlightResultContent.not-sellable,
.DomesticResult .DomesticFlightResultContent.not-sellable .seat-info,
.DomesticResult .DomesticFlightResultContent.not-sellable .fare-amount span,
.DomesticFlightResults .DomesticFlightResultContent.not-sellable .airline-details,
.DomesticFlightResults .DomesticFlightResultContent.not-sellable .componentThemeColor,
.DomesticFlightResults .DomesticFlightResultContent.not-sellable .flight-details .B2CRecStops,
.DomesticFlightResults .DomesticFlightResultContent.not-sellable .flight-details .B2CRecDirectStopColor {
    color: #ddd !important;
}

    .DomesticResult .DomesticFlightResultContent.not-sellable .select-button button {
        background-color: #fbf9f9 !important;
        color: #ddd !important;
        border: solid 1px #ddd !important;
    }

.DomesticFlightResults .DomesticFlightResultContent.not-sellable .flight-details ul.stop-line {
    border-bottom-color: #ddd;
}

    .DomesticFlightResults .DomesticFlightResultContent.not-sellable .flight-details ul .stop-line,
    .DomesticFlightResults .DomesticFlightResultContent.not-sellable .flight-details ul.stop-line .empty {
        border-left-color: #ddd;
    }

.DomesticResult .DomesticFlightResultContent.not-sellable .airline-logo img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.DomesticResult .DomesticFlightResults .flight-info-num {
    font-size: 33px;
}

.DomesticResult .DomesticFlightResults .flight-info-day,
.DomesticResult .DomesticFlightResults .flight-info-month {
    font-size: 13px;
    margin: 0;
}

.DomesticResult .DomesticFlightResults i.fa-angle-right,
.DomesticResult .DomesticFlightResults i.fa-angle-left {
    font-size: 45px;
    color: #fff;
    vertical-align: sub;
}

.DomesticResult .DomesticFlightResults .days-selector-container {
    margin: 0;
}

.DomesticResult .DomesticFlightResults .previous-day {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: linear-gradient(to right, rgba(0,94,184,0.16) 0%,rgba(0,94,184,0.16) 1%,rgba(0,94,184,0) 100%);
    padding-left: 2px;
    padding-right: 2px;
}

.DomesticResult .DomesticFlightResults .next-day {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: linear-gradient(to right, rgba(0,94,184,0) 0%,rgba(0,94,184,0.16) 99%,rgba(0,94,184,0.16) 100%);
    padding-left: 2px;
    padding-right: 2px;
}

.DomesticResult .DomesticFlightResults i.fa-plane {
    font-size: 21px;
}

.DomesticResult .DomesticFlightResults .search-current-date {
    font-size: 16px;
    font-weight: 800;
}

.DomesticResult .DomesticFlightResults .DomesticFlightDays {
    padding: 0 5px;
}

.DomesticResult .DomesticFlightResults .flight-info-day,
.DomesticResult .DomesticFlightResults .flight-info-day:hover {
    color: #888;
}

.DomesticResult .domestic-bar .domestic-terms {
    margin-bottom: 20px;
    text-align: right;
}

    .DomesticResult .domestic-bar .domestic-terms label,
    .DomesticResult .domestic-bar .domestic-terms i {
        cursor: pointer;
    }

        .DomesticResult .domestic-bar .domestic-terms i.fa {
            background-color: #f3f3f3;
            padding: 6px;
            border-radius: 12px;
        }

    .DomesticResult .domestic-bar .domestic-terms.disabled {
        color: #cfcfcf !important;
    }

.DomesticResult #sort-selection + .ui-combobox input {
    width: 100%;
}

.DomesticResult .domestic-action-bar {
    text-align: center;
}

    .DomesticResult .domestic-action-bar .total-amount-wrapper {
        margin-bottom: 20px;
        color: #DB8C00;
        font-size: 32px;
    }

    .DomesticResult .domestic-action-bar .add-basket-wrapper button {
        width: 230px;
        font-size: 15px;
    }

.DomesticResult .DomesticFlightResultContent .deselect-button.mobile {
    border: 1px solid;
    width: 27px;
    padding-right: 4px;
    padding-bottom: 2px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 22px;
}

.DomesticResult .DomesticFlightResultContent .flight-day-info.mobile .date-info {
    display: inline;
    vertical-align: top;
    font-size: 15px;
    font-weight: 600;
}

.DomesticResult .DomesticFlightResultContent .flight-day-info.mobile i.fa-plane {
    font-size: 16px;
}

.DomesticResult [class*=DomesticFlightLegColumn],
.DomesticResult .flight-details-container {
    margin: 0;
}

.DomesticResult .show-more-details-container {
    white-space: nowrap;
    cursor: pointer;
}

.DomesticResult .flight-details-container .RecB2CSegmentRow .table {
    border: none;
}

.DomesticResult .flight-details-container .RecB2CSegmentRow .circleBase {
    width: 15px;
    height: 15px;
    background: #ddd;
    border: 2px solid #ddd;
}

.DomesticResult .flight-details-container .RecB2CSegmentRow .SegmentLine {
    border-left: 2px solid #ddd;
    margin-left: 17px;
    padding-left: 17px;
    min-height: 80px;
    float: left;
    flex-direction: column;
}

.DomesticResult .flight-details-container .RecB2CSegmentRow .airport-info,
.DomesticResult .flight-details-container .RecB2CSegmentRow .location-info {
    padding-left: 36px;
}

.DomesticResult .flight-details-container .RecB2CSegmentRow .airport-code {
    border: 1px solid #ddd;
    padding: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.DomesticResult .flight-details-container .RecB2CSegmentRow .RecB2CDepartureLabel,
.DomesticResult .flight-details-container .RecB2CSegmentRow .RecB2CArrivalLabel {
    margin: 0;
}

.DomesticResult .flight-details-container .flight-details-header {
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin: 0;
}

.DomesticResult .flight-details-header .duration-info {
    font-size: 11px;
    line-height: 23px;
}

.DomesticResult .flight-details-header .date-info {
    font-size: 12px;
}

.DomesticResult .DomesticFlightResultContent .diffrent-day {
    text-align: right;
    font-size: 14px;
    font-weight: 800;
}

.DomesticResult .DomesticFlightResultContent.more-details-enable .airline-details {
    display: none;
}

/* Domestic mobile */
@media (max-width: 800px) {
    .DomesticResult .DomesticFlightResultContent:not(.DomesticActiveRecommendation) .flight-day-info.mobile {
        display: none !important;
    }

    .DomesticResult .DomesticFlightResultContent.more-details-enable .flight-day-info.mobile {
        display: none !important;
    }

    .DomesticResult .DomesticFlightResultContent.DomesticActiveRecommendation .select-button button {
        display: none;
    }

    .DomesticResult .DomesticFlightResultContent .seat-info {
        margin-top: 45px;
    }

    .DomesticResult .DomesticFlightResultContent.DomesticActiveRecommendation .seat-info {
        display: none;
    }

    .DomesticResult .DomesticFlightResultContent.DomesticActiveRecommendation .fare-amount {
        width: 33.33333333% !important;
    }

    .DomesticResult .DomesticFlightLegColumnContainer.has-selected-itinerary .domestic-bar {
        display: none;
    }

    .DomesticResult .DomesticFlightResults .domestic-bar {
        margin-top: 10px;
    }

    .DomesticResult .domestic-bar .domestic-terms {
        margin-bottom: 10px;
    }
}

/* Vertical alignment Helper */

@media (max-width: 544px) {
    .DomesticResult .DomesticFlightResults {
        margin-bottom: 0;
    }

    .DomesticResult .show-more-details-container,
    .DomesticResult .seat-info {
        margin-bottom: 15px;
    }

    .DomesticResult .DomesticFlightResultContent .seat-info {
        margin-top: 0;
    }

    .DomesticResult .domestic-action-bar {
        text-align: right;
    }

        .DomesticResult .domestic-action-bar .total-amount-wrapper {
            font-size: 20px;
        }

        .DomesticResult .domestic-action-bar .add-basket-wrapper button {
            width: 100%;
        }
}

@media(max-width: 799px) {
    .ui-dialog-content.ui-widget-content.SeatMap {
        padding: 0;
    }

    .ui-tabs .ui-tabs-panel.fn_SeatMap {
        padding: 5px 0;
    }

    .SeatMapTopPanel {
        padding: 5px 0 0;
    }
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

    .vertical-align.bottom {
        align-items: flex-end;
        justify-content: flex-end;
    }

    .vertical-align.top {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .vertical-align.center {
        align-items: center;
        justify-content: center;
    }

/* Domestic Result - EOF */

.InsuranceSearch .fn_Responsive.fn_DepartureCountryCode input:first-child, .InsuranceSearch .fn_Responsive.fn_ArrivalCountryCode input:first-child {
    padding-left: 34px;
}

.InsuranceSearch .InsuranceFlag {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 25px;
    height: 15px;
}

.InsuranceSearch .DepartureCountryCode select,
.InsuranceSearch .ArrivalCountryCode select {
    width: 100%;
}

.InsuranceSearch .dateColumn input {
    width: 100%;
}

.InsuranceSearch .DepartureCountryCode,
.InsuranceSearch .ArrivalCountryCode,
.InsuranceSearch .dateColumn {
    padding-right: 0px;
}

.close-itinerary {
    float: right;
    cursor: pointer;
}

    .close-itinerary i {
        font-size: 20px;
    }

.next-day-arrival {
    color: #A62135;
    display: block;
    font-size: 11px;
}

.free-bag-allowance-text {
    font-style: italic;
}

.bag-seat-info-block {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.bag-and-seat-detail-pax-block {
    margin-top: 10px;
}

.bag-seat-info-block:last-child {
    border: none;
}

#RegisterForm [data-val-error-message] {
    text-align: left;
}

.SummaryFlightRulesPenalties {
    margin: 10px -5px 10px -5px;
}

.AcceptConsentMail .control-label.bold, .AcceptConsentPhone .control-label.bold {
    display: inline !important;
}

.AcceptConsentMail .checkbox-inline, .AcceptConsentPhone .checkbox-inline {
    display: inline-block !important;
}

/*Offer module*/
.OfferSummary .table > thead > tr > th,
.OfferSummary .table > tbody > tr > th,
.OfferSummary .table > tfoot > tr > th,
.OfferSummary .table > thead > tr > td,
.OfferSummary .table > tbody > tr > td,
.OfferSummary .table > tfoot > tr > td,
.fn_OfferResult .table > thead > tr > th,
.fn_OfferResult .table > tbody > tr > th,
.fn_OfferResult .table > tfoot > tr > th,
.fn_OfferResult .table > thead > tr > td,
.fn_OfferResult .table > tbody > tr > td,
.fn_OfferResult .table > tfoot > tr > td,
.NewComment .table > thead > tr > th,
.NewComment .table > tbody > tr > th,
.NewComment .table > tfoot > tr > th,
.NewComment .table > thead > tr > td,
.NewComment .table > tbody > tr > td,
.NewComment .table > tfoot > tr > td {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0px solid #dddddd;
}

.OfferSummary .table,
.fn_OfferResult .table {
    margin: 0px;
}

    .OfferSummary .table .table,
    .fn_OfferResult .table .table {
        background-color: #f7f7f7;
    }

.OfferMyTrip .searchFields input {
    width: 100%;
}

.OfferMyTrip .ButtonPanel {
    float: none;
}

.CommentValue textarea {
    width: auto;
}
.RecommendationOffer .stars,
.ViewConfirmOfferChk,
.flightAirlineLogo,
.flightAirlineName,
.flightDepartureDate,
.flightDepartureTo,
.flightClass,
.offerFlightPrice,
.offerMyTripImage,
.offerMyTripCancel,
.ViewOfferDetailCell,
.VerifyOfferCell,
.flightDepartureFrom,
.OfferMarkupText,
.RecommendationOffer .OfferMarkupTextBox,
.RecommendationOffer .OfferMarkupText,
.RecommendationOffer .offerPriceHotel {
    width: auto;
}

.VerifyOfferCell,
.ViewOfferDetailCell,
.offerMyTripImage,
.offerFlightPrice,
.offerMyTripCancel {
    padding-left: 10px;
}

    .VerifyOfferCell,
    .ViewOfferDetailCell {
        text-align: center;
    }

.OfferMarkupText {
    text-align: right;
    padding-right: 5px !important;
}

.offerItem {
    padding-top:20px;
    padding-bottom:10px;
}

.offerRemarkItem {
    padding-top:10px;
}

.AirlineLogo
{
    margin-left: 5px;
    margin-right: 5px;
}

.ViewConfirmOfferChk,
.hotelPinLogo {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.offerPriceShow {
    padding-right:10px !important;
}

.colpadding20 {
    padding-top:20px;
}

.colmargin20 {
    margin-top: 20px !important;
}
.colPaddingBottom10 {
    padding-bottom:10px;
}

.offerMyTripImage {
    padding-left:5px !important;
}

.CommentValue {
    text-align:left;
}

@media (max-width: 799px) {
    .RecommendationOffer .flightDepartureDate {
        font-size: 13px;
        padding-left:10px;
        padding-right:10px;
    }

    .RecommendationOffer .flightDepartureFrom {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .AirlineLogo,
    .hotelPinLogo,
    .offerHotelPrice,
    .offerHotelFareDescription,
    .hotelFareDesc {
        margin-left: 10px;
        margin-right: 10px;
    }

    .RecommendationOffer .OfferMarkupText {        
        padding-right: 10px !important;
        padding-left:10px !important;
    }

    .RecommendationOffer .flightOfferShowDetails,
    .RecommendationOffer .markupPadding,
    .RecommendationOffer .offerPriceShow {
        padding-left: 10px;
        padding-bottom: 20px;
    }
}
    /*End offer module*/
