﻿html {
    font-size: 14px;
}

pagetitle {
   font-family: "Segoe UI Web (West European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

label {
    color: #603779;
    padding-bottom: .25rem;
    margin-bottom: .125rem;
    font-weight: bold;
    white-space: pre-wrap;
}

hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.control-display {
    display: block;
    padding-bottom: .25rem;
}

.bg-primary {
    background-color: #603779 !important; /* ISL Purple */
}

.termsconds {
    font-size: smaller;
    text-decoration: underline;
    padding-top: .35rem;
}

.helplink {
    font-weight: bold;
    border: 1px dotted #603779;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
.helplinktext {
    font-weight: bold;
    text-decoration: underline dotted;
}

.showmore {
    width: contain;
    font-size: .75rem;
    text-align: center;
    background-color: #eee9f6;
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.showmoreheader {
    width: contain;
    text-align: center;
    background-color: #eee9f6;
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.showmoreheadersub {
    width: contain;
    text-align: center;
    background-color: #d0c9ea;
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.showmore-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.showmorefooter {
    border-bottom: .2rem solid white;
}

.rackrate {
    text-decoration: line-through;
    color: darkkhaki;
    font-weight: normal;
    float: right;
    padding-right: .5em
}

.actualrate {
    font-weight: normal;
    float: right;
}

.cheapestrate {
    color: forestgreen;
}

.ratedesc {
    font-weight: normal;
}

.journeyheader {
    padding-bottom: .25rem;
}

.badge-serviceinfo {
    border-radius: 25px;
    color: #603779;
    vertical-align: top;
    border: 1px dashed #603779;    
}

.badge-platform {
    border-radius: 25px;
    color: #603779;
    float: right;
    line-height: 1.6;
}

.badge-fareinfo {
    border-radius: 25px;
    vertical-align: top;
    font-weight: normal;
}

.badge-importantinfo {
    border-radius: 25px;
    color: #603779;
    vertical-align: top;
    padding-top: 5px;
    width: 100%;
}

.badge-footnote {
    border-radius: 25px;
    color: #603779;
    vertical-align: top;
    padding-top: 5px;
    width: 100%;
    white-space: normal;
}

.badge-splitsave {
    border-radius: 25px;
    vertical-align: top;
    background-color: #eee9f6;
    font-size: .85rem;
}

.tooltip-inner {
    max-width: 400px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #603779 !important; /* ISL Purple */
    border-radius: 10px;
}

.nav-link.active {
    background-color: #eee9f6 !important;
}

.tab-pane {
    margin-bottom: 0rem;
}

.multiselect {
    height: 113px;
    font-size: .75rem;
}

.float-right {
    margin-left: 5px;
}

.modal-header {
    background-color: #eee9f6
}

.creditvalues, .analogstation {
    color: red !important;
}
.savingvalues {
    color: green !important;
}

.alert {
    margin-bottom: 0rem;
}

.btn-xsm {
    padding: 0.125rem 0.25rem;
    font-size: 0.6rem;
    line-height: 1.5;
    border-radius: 0;
}

.table-cancelled {
    background-color: red;
    color: white;
    text-align: center;
}

.cell-Delayed, .cell-Cancelled {
    background-color: #fed7d7;
    border: 1px solid white;
}

.cell-OnTime {
    background-color: #d0f1dd;
    border: 1px solid white;
}

.cell-Late {
    background-color: #fcedd2;
    border: 1px solid white;
}

.smallerfont {
    font-size: 0.875em;
    color: #603779;
}

.radioed {
    background-color: #FEF9FE;
}
.radioed label {
    font-weight:bold;
}

/* Spinderella */
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}
.spinner-border {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-container {
    position: fixed;
    top: 25%;
    left: 50%;
}
.spinner-border-sm {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-btn {
    background-color: #eee9f6 !important;
    color: #603779 !important;
}

.accordion-button.collapsed::after {
    content: '▼';
}

.accordion-button:not(.collapsed)::after {
    content: '▲';
}
