.table-striped > tr:nth-child(odd) {
  background-color: blue;
}

.centered-pills {
  text-align: center;
}
.centered-pills ul.nav-pills {
  display: inline-block;
}
.centered-pills li {
  display: inline;
}
.centered-pills a {
  float: left;
}

ul.dcircled li a,
ul.dcircled li a:visited {
  color: lightblue !important;
}

ul.dcircled li a:hover,
ul.dcircled li a:active {
  color: yellow !important;
}

ul.dcircled li.active a {
  color: white !important;
}

.responsiveCal {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.responsiveCal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lb {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 1px;
  box-shadow: none;
  width: 100%;
  font-weight: 300;
  line-height: 24px;
}
.pic_right {
  border: none;
  text-align: right;
  margin: 0 0 0 18px;
}

.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 2.45em;
  left: 0.5em;
  position: relative;
  top: 0.5em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 2.45em;
  color: #ed125f;
}

.hr2 {
  display: block;
  unicode-bidi: isolate;
  -webkit-margin-before: 0.2em;
  -webkit-margin-after: 0.2em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}

.blue_col {
  background-color: #194765;
  color: #fff;
  padding: 20px;
}
.pink_col {
  background-color: #ed125f;
  color: #fff;
  padding: 20px;
  margin-top: 20px;
}

.white_col {
  color: #000;
  padding: 20px;
}

.toppanelalert,
.topflipalert {
  padding: 5px;
  text-align: center;
  background-color: #c30;
  border: solid 1px black;
  color: white;
}
.toppanelalert {
  padding: 50px;
  display: none;
}

.toppanelinfo,
.topflipinfo {
  padding: 5px;
  text-align: center;
  background-color: blue;
  border: solid 1px black;
  color: white;
}
.toppanelinfo {
  padding: 50px;
  display: none;
}

#routes-landing-listing {
  list-style: none;

  > li {
    /*background: transparent url("../img/map.gif") no-repeat scroll left center;*/
    list-style: none;
    border-top: 1px solid #ddd;
    line-height: 1.8;
    padding: 1px 6px;
    /*text-indent: 32px;*/
  }

  > li:nth-child(even) {
    background-color: #f9f9f9;
  }

  > li:nth-child(odd) {
    background-color: #fff;
  }
}

#mapImgDialog:modal {
  border: none;
  background-color: white;
  box-shadow: 0 0 12px rgb(0 0 0 / 80%);
}

.widget .post-list li {
  clear: both;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;

  > a {
    display: block;
  }

  img {
    margin-right: 10px;
  }
}

h1.route-name {
  /*background: transparent url("../img/s_route_map.png") no-repeat scroll left center;*/
  /*text-indent: 80px;*/
  /*min-height: 60px;*/
  /*line-height: 60px;*/
  margin-bottom: 48px;
  display: flex;
  align-items: center;

  img {
    margin-right: 20px;
  }
}

#accordionRouteList {
  margin-bottom: 0;

  .panel {
    margin-bottom: 0;
  }

  .panel-heading {
    margin-bottom: 20px;
  }

  .panel-body {
    padding: 0;
  }

  h4 {
    font-size: 16px;
  }

  h4 > a {
    font-size: 16px;
  }
}

table.routes-list-table {
  thead th,
  tbody td {
    padding: 8px;
  }

  > tbody > tr:hover {
    background-color: #e1dfdf;
  }
}

body .alert {
  &.alert-info {
    h2, h3, h4, h5, h6 {
      color: #31708f;
      margin-bottom: 0 !important;
    }
  }
}

.ajax-loading {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  > div, progress {
    width: 100%;
  }
}

table.table-stations-schedule {
  tr td, tr th {
    line-height: 1.4;
  }
}
