﻿
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(SegoeUI.css);
@import url(Raleway.css);
@import url(arial-rounded-mt-light.css);

html, body {
    height: 100%;
    width: 100%;
}

body {
    padding-top: 90px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

footer {
    color: #545454;
    background: #f6f6f6;
    width: 100%;
    padding: 25px 0px;
    margin-top:20px;
}

footer a {
    color: #545454;
    text-decoration: none;
}

footer h4{
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

#left, #right {
    float: left;
}

@media (min-width: 768px) {
    .trip-detail dl dt {
        width: 90px;
    }

    .trip-detail dl dd {
        margin-left: 100px;
    }
    .form-inline .form-control {
        width:auto;
  }
}

.marcellus {
    font-family: 'Marcellus', serif;
}

.marcellussanserif {
    font-family: 'Marcellus', sans-serif;
}

.segoeui-semilight{
    font-family: SegoeUI-SemiLight;
}

.segoeui-bold{
    font-family: SegoeUI-Bold;
}

.segoeui-semibold{
    font-family: SegoeUI-SemiBold;
}

.raleway-bold {
    font-family: Raleway-Bold;
}

.raleway-regular {
    font-family: Raleway-Regular;
}

.arial-rounded-mt-light {
    font-family: ArialRoundedMtLight;
}

.selected-row > td {
    background: #fff0a6 !important;
}

.navbar-inverse {
    background: #b4212b;
    display: inline-block;
    width: 100%;
    border-bottom: solid 6px #ed1b24;
    /*box-shadow: 0px 1px 4px #000;*/
    z-index: 500;
    /*float: left;*/
    width: 100%;
}

.navbar-brand {
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse {
    padding-top: 16px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: #ffb830;
    border-radius: 8px;
    border-bottom: #8d6617 solid 0px;
    box-shadow: 0px 1px 1px #8d6617;
    color: #604511;
}

.navbar-inverse .navbar-toggle {
    margin-top: 25px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
}

.tab-content {
    padding:0px 20px 10px 20px;
}

.tab_container {
    position: relative;
    width: 940px;
    margin: auto;
}

.tab_block {
    position: absolute;
    top: 50px;
    width: 365px;
    background: #f1f1f0;
    border-bottom: #bf1e2e solid 5px;
    z-index: 100;
}

.tab_block label {
    font-weight: normal;
}
.nav-tabs.tabs > li {
    width:50%;
}

    .nav-tabs.tabs > li > a {
        background: #bf1e2e;
        border: 1px solid transparent;
        color: #ffffff;
        border-radius: 0 0 0 0;
        padding: 15px;
        margin: 0px;
        text-align: center;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #f1f1f0;
    color: #000000;
}

.nav-tabs.tabs > .active > a {
    border-bottom-color: transparent;
}

li.active .book_trip {
    background: url(../Images/book_trip.png) no-repeat;
    padding-left: 25px;
}

.book_trip {
    background: url(../Images/book_trip_a.png) no-repeat;
    padding-left: 25px;
    text-transform: uppercase;
}

li.active .check_in {
    background: url(../Images/my_booking.png) no-repeat;
    padding-left: 25px;
}

.check_in {
    background: url(../Images/my_booking_a.png) no-repeat;
    padding-left: 25px;
    text-transform: uppercase;
}

#main-carousel-section {
    max-height:584px;
}

#main-carousel-section .carousel-caption {
    text-align: right;
    right: 12.5%;
    padding-bottom: 0;
}

    #main-carousel-section .carousel-caption h3 {
        margin-bottom: 0px;
    }

#main-carousel-section .carousel-indicators {
    text-align: right;
    left: 0;
    margin-left: 0;
    width: 87%;
    bottom: 0;
}

.carousel .carousel-img {
    min-height: 100%;
    background: center center / 100% 100% no-repeat;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    /*min-height:558px;*/
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    max-height:584px;
}

.bg_pattent {
    background: #fff url(../Images/container_pattent.png) repeat-x;
    width: 100%;
    padding-top: 80px;
}

.note-editor.note-frame.fullscreen {
    top: 91px !important;
}

textarea.note-codable {
    max-width: 100%;
}

.fare_rules {
    border: #bcbcbc solid 1px;
    max-height: 180px;
    overflow-y: scroll;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.trip-list thead > tr > th {
    background-color: #ffb830;
    border-bottom: 1px solid #ffb830;
}

/*a, a:link, a:hover {
    color: #545454;
    text-decoration: none;
}*/

.btn-yellow {
    background: #ffb830;
    color: #474747;
    font-size: 16px;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;
    border-bottom: #8f671b 1px solid;
    white-space: nowrap;
    text-align: center;
}

#promo-caption-area {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 10px;
}

.fare-list {
    margin-top: 20px;
}

    .fare-list table tbody tr td {
        /*padding: 5px 10px 5px 10px;*/
    }

    .fare-list .total {
        font-size: 35px;
        text-align: right;
        font-family: 'Marcellus', serif;
        display: block;
    }

.trip-detail {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
}

    .trip-detail h1 {
        text-transform: uppercase;
    }

.promotion-inner {
    position: relative;
    color: #ffffff;
    margin: 0 auto;
    max-width: 80%;
}

.promotion-desc {
    position: absolute;
    top: 40px;
    left: 0;
}

    .promotion-desc h2 {
        margin-bottom: 20px;
    }

    .promotion-desc p {
        font-size: 15px;
        line-height: 25px;
        width: 40%;
        margin-top: 0;
        margin-bottom: 20px;
    }

.fare-deals-price {    
    background-image: url(../Images/bg-promoflag.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.field-validation-error {
    color:red;
}

.validation-summary-errors {
    color:red;
}

#noticeBox {    
    margin-bottom : 0px;
    position:fixed;
    overflow: hidden;
    width:100%;
    z-index:499;
}

#notice {
    position:absolute;
    white-space:nowrap;
    font-weight: bold;
}

.btn-breadcrumb {
    padding-top:15px;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #ed1b24;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-hover > tbody > tr:hover {
    cursor: pointer;
    border: 2px solid #ed1b24;
}

tr.batik-bg {
    background: #fff url(../Images/container_pattent.png);
}

.date{
    cursor:initial !important;
    background-color:#ffffff !important;
}

.loading-overlay{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}

.loading{
    position: absolute;
    top: 40%;
    left: 46%;
}

.privacy_page li {
    list-style: none;
    margin-left: 45px;
}

.privacy_page li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1.5em;
    top: 1em;
    position: relative;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .fill{
        height:350px;
    }
    .bg_pattent_home{
        padding-top:230px;
    }
    .tab_block{
        width:100%;
    }
    .tab_container{
        width:95%;
    }
}

#autocollapse .navbar-header {
    margin-left:10px;
}

#autocollapse.collapsed .navbar-header {
    float: none;
}
#autocollapse.collapsed .navbar-toggle {
    display: block;
}
#autocollapse.collapsed .navbar-collapse {
    padding-top:0px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
#autocollapse.collapsed .navbar-collapse.collapse {
    display: none!important;
}
#autocollapse.collapsed .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
#autocollapse.collapsed .navbar-right {
    float: none!important;
}
#autocollapse.collapsed .navbar-nav>li {
    float: none;
}
#autocollapse.collapsed .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu > li > a{
    padding: 3px 10px;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 50s linear infinite;
}
/*.marquee span:hover {
    animation-play-state: paused
}*/

.marquee #notice {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}



.changeColor {
    -webkit-animation: changeColor 80s ease-in infinite;
    animation: changeColor 1s ease-in infinite;
}


@-webkit-keyframes changeColor {
  0% {color: lightblue;}
  50% {color: lightgreen}
  100% {color: lightblue}
}

.animated-text {
    letter-spacing: 0;
    text-shadow: 0 0 80px rgba(255,255,255,.5);
    /* Clip Background Image */
    background: url(../Images/TVWall/text-bg.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 20s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}
/* Animate Background Image */

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    50% {
    }

    100% {
        background-position: 300px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    50% {
    }

    100% {
        background-position: 300px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    50% {
    }

    100% {
        background-position: 300px 300px;
    }
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    50% {
    }

    100% {
        background-position: 300px 300px;
    }
}

.winter-is-coming, .snow {
    /*z-index: 100;*/
    pointer-events: none;
}

.winter-is-coming {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.snow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: falling linear infinite both;
    animation: falling linear infinite both;
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
}

.snow--near {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    background-image: url("/Images/TVWall/petal1.png");
    background-size: contain;
}

    .snow--near + .snow--alt {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }

.snow--mid {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    background-image: url("/Images/TVWall/petal2.png");
    background-size: contain;
}

    .snow--mid + .snow--alt {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
    }

.snow--far {
    -webkit-animation-duration: 20s /*30s*/;
    animation-duration: 20s /*30s*/;
    background-image: url("/Images/TVWall/petal3.png");
    background-size: contain;
}

    .snow--far + .snow--alt {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
    }

@-webkit-keyframes falling {
    0% {
        -webkit-transform: translate3D(-7.5%, -100%, 0);
        transform: translate3D(-7.5%, -100%, 0);
    }

    100% {
        -webkit-transform: translate3D(7.5%, 100%, 0);
        transform: translate3D(7.5%, 100%, 0);
    }
}

@keyframes falling {
    0% {
        -webkit-transform: translate3D(-7.5%, -100%, 0);
        transform: translate3D(-7.5%, -100%, 0);
    }

    100% {
        -webkit-transform: translate3D(7.5%, 100%, 0);
        transform: translate3D(7.5%, 100%, 0);
    }
}



@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 5px #273488, 0 0 10px #fff, 0 0 15px #273488, 0 0 20px #273488, 0 0 25px#273488, 0 0 30px #273488, 0 0 35px #273488;
    }

    to {
        text-shadow: 0 0 10px #ffff00, 0 0 15px #ffff00, 0 0 20px #ff4da6, 0 0 25px #ffff00, 0 0 30px #ff4da6, 0 0 35px #ffff00, 0 0 40px #ffff00;
    }
}



div.seatCharts-container {
    width: 700px;
}


div.seatCharts-cell {
    color: #182C4E;
    height: 25px;
    width: 35px;
    line-height: 30px;
}
div.seatCharts-seat {
    color: #FFFFFF;
    cursor: pointer;
}

div.seatCharts-row {
    height: 35px;
}

div.seatCharts-seat.available {
    background-color: #B9DEA0;
}

    div.seatCharts-seat.available.first-class {
        /* 	background: url(vip.png); */
        background-color: #3a78c3;
    }

div.seatCharts-seat.focused {
    background-color: #76B474;
}

div.seatCharts-seat.selected {
    background-color: #E6CAC4;
}

div.seatCharts-seat.unavailable {
    background-color: #472B34;
}

div.seatCharts-container {
    /*border-right: 1px dotted #adadad;*/
    /*width: 200px;*/
    padding: 20px;
    float: left;
    display: inline-block;
}

div.seatCharts-legend {
    padding-left: 0px;
    float: right;
    /*position: absolute;
    bottom: 16px;*/
}

ul.seatCharts-legendList {
    padding-left: 0px;
}

span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
}

.checkout-button {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}

#selected-seats {
    max-height: 90px;
    overflow-y: scroll;
    overflow-x: none;
    width: 170px;
}

.seatCharts-row div:first-child {
    display: none;
}