/* --------------------------------------
   Navigation
   --------------------------------------*/

header a {
    color: #9f9999;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}


header .navbar-brand {
    opacity: 0.8;
    color: #ec6140;
}

header button {
    border: 1px solid #913018;
    border-radius: 5px;
}

.icon-bar {
    background-color: #ec6140;
}

.navbar {
    margin-bottom: 0px;
}

* {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

body {
    margin-left: auto;
    margin-right: auto;
}

#row1 td {
    border-top: 0px solid black;
    vertical-align: middle;
    font-size: 9px;
    font-weight: bold;
}

#row2 td {
    vertical-align: middle;
    font-size: 9px;
    font-weight: bold;
}

table td, tr {
    text-align: left;
    vertical-align: middle;
}

.heading th {
    text-align: left;
}

#trainDetails td {
    vertical-align: middle;
    font-weight: bold;
    border: 0px solid black;
}

#trainDetails1 {
    background-color: white;
}

#passenger td {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    background-color: white;
    border: 0px solid red;
    border-bottom: 1px solid #ccc;
}

#passenger thead {
    background-color: white;
}

.main.well {
    background-color: white;
}

#alternatives {
    background-color: white;
}

#ticketInfo {
    border: 1px #ccc dotted;
}

#possible li {
    margin: 10px 0 10px 0;
    height: 20px;
}

.x1 {
    background-color: red;
    color: #fff;
}

.x2 {
    background-color: #f0ad4e;
    color: #fff;
}

.x3 {
    background-color: #5bc0de;
    color: #fff;
}

.container1 {
    border: 1px dotted black;
    margin-left: 190px;
    width: 60%;
    height: 120px;
    padding-left: 40px;
}


.table-hover>tbody>tr:hover {
    background-color: #fff;
}

/* Portrait & landscape phone */
@media (max-width: 480px) {
    #possible li {
        margin: 20px 0 20px 0;
        height: 40px;
        font-size: 12px;
    }

    .container1 {
        margin-left: 0;
        height: 500px;
        width: 100%;
        clear: both;
    }

    .txt {
        width: 60%;
        text-align: left;
    }

    #head {
        font-size: 10px;
    }

    .notify {
        font-size: 12px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
    .container1 {
        margin-left: 0;
        height: 500px;
        width: 100%;
        clear: both;
    }
}

/* Large desktop */
@media (min-width: 1200px) {
}

.light-font {
    opacity: 0.5;
}

.green {
    background-color: #5CB85C;
    color: white;
}

.navbar-nav > .active > a {
    background-color: #5CB85C;
    color: white;
}



.class-highlight {
    opacity: 1 !important;
}


button {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.manual-details {
    border: 1px solid #B0B0B0;
    padding: 20px;
}

#pnr-helper img{
        width:50%;
    }

@media only screen and (max-width: 500px) {
    #pnr-helper img{
        width:100%;
    }
}

#train-helper img{
        width:50%;
    }

@media only screen and (max-width: 500px) {
    #train-helper img{
        width:100%;
    }
}


.alternates-header .row{
    padding:0px;
    margin:0px;
}

.alternates-header .col-md-5,.alternates-header .col-md-3,.alternates-header .col-md-2,.alternates-header .col-md-12{
    padding:0px;
    margin:0px;
    text-align:center;
}

.dotted-line-style1{
  border-top:3px dashed #4cae4c;  
}

.samealternates-icon {
   	color: #4cae4c;
    text-align: center;
    position: relative;
}

.samealternates-icon .fa-subway{
     position: relative;
    top: 3px;
}

.samealternates-icon .fa-bus{
    position: relative;
    top: 3px;
    color: #d9534f;
}

.station-name{
    position: relative;
    top: 10px;
}

.left-right-noborder{
    border-left: solid 1px #fff !important;
    border-right: solid 1px #fff !important;
}

.multimodal-redirect .row{
    padding:0px;
    margin:0px;
}

.multimodal-redirect .col-md-5,.multimodal-redirect .col-md-3,.multimodal-redirect  .col-md-2,.multimodal-redirect .col-md-4,.multimodal-redirect .col-md-1{
    padding:0px;
    margin:0px;
    text-align:center;
}

.circle-green{
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    height: 14px;
    width: 14px;
    background-color: #4cae4c;
}

.circle-red{
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    height: 14px;
    width: 14px;
    background-color: #d9534f;
}

