@charset "UTF-8"; /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
main {
  display: block;
}
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  border: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .label {
    border: 1px solid #000;
  }
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover {
  color: #e85959;
  text-decoration: underline;
}
img {
  vertical-align: middle;
}
[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,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.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;
}
.text-left {
  text-align: left;
}
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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%;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
@-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;
  }
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-family: lato;
  font-size: 15px;
}
.wrapper {
  width: 100%;
  position: relative;
}
#main-content {
  position: relative;
  width: 100%;
  float: left;
}
a {
  text-decoration: none !important;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima;
}
img {
  width: 100%;
  height: auto;
}
.container {
  max-width: 1280px;
  width: 95% !important;
}
.content {
  padding-top: 70px;
}
.content-1 {
  margin-top: 70px;
}
span {
  color: #000;
  font-family: proxima;
}
.tab-content {
  text-align: left;
}
.date div {
  font-family: proxima;
}
.date {
  display: inline-block;
  vertical-align: top;
}
.date {
  width: 100%;
}
.dt-1 {
  color: #51bbb7;
  font-size: 19px;
}
.heading {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.heading h2 {
  color: #292c31;
  font-weight: 700;
  font-size: 28px;
}
.heading::after {
  width: 100px;
  height: 2px;
  position: relative;
  float: left;
  background: #e85959;
  content: " ";
  display: block;
}
.col-2 .col-md-6 {
  width: 49%;
  padding: 15px 15px;
}
.col-2 .col-md-6:first-child {
  margin-right: 2%;
}
.heading h5 {
  font-size: 18px;
  position: absolute;
  top: -15px;
  font-weight: 700;
  color: #e85959;
}
h4 {
  color: #292c31;
  font-size: 22px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
}
.time {
  background: url(../images/time.png) right no-repeat;
}
.no-data {
  margin: 15px 0;
  width: 100%;
  float: left;
  text-align: center;
  color: #aaa;
  font-weight: 400;
  font-size: 16px;
  background: #eee;
  border: #ccc solid thin;
  padding: 10px 0;
}
.row {
  margin: 0;
}
.col-md-12 {
  margin: 0;
  padding: 0;
}
.col-md-5,
.col-md-7 {
  padding: 0;
}
label {
  font-weight: 400;
  font-family: proxima;
  font-size: 17px;
  color: #292c31;
}
.inner-heading {
  width: 100%;
  float: left;
  margin: 5px 0 20px;
  padding-bottom: 5px;
  border-bottom: #ccc solid thin;
  color: #e85959;
}
.min-height {
  min-height: 600px;
}
.text-class {
  color: Green;
}
.head-1 {
  font-family: proxima;
  font-size: 16px;
  color: #999;
  font-weight: 700;
  margin-bottom: 5px;
}
.span-left span {
  float: left !important;
  display: block;
  text-align: left !important;
}
.clear {
  clear: both;
}
.head-text {
  float: left;
  width: auto;
}
.heading-2 {
  width: 100%;
  padding: 10px;
  background: #f0f0f0;
  box-sizing: border-box;
}
.heading-2 h2 {
  margin: 0;
  font-size: 20px;
}
.date-inr {
  float: right;
  color: #0067ac;
  margin-top: 4px;
}
.clear {
  clear: both;
}
.col-3 .col-md-4 {
  margin-right: 2%;
  width: 31%;
  float: left;
}
.col-3 .col-md-3:last-child {
  margin-right: 0;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 10px;
}
::-webkit-scrollbar:horizontal {
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #00a9b4;
  border-radius: 10px;
  border: 2px solid #00a9b4;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
.bus-pass-design {
  width: 280px;
  height: auto;
  padding: 10px 0;
  padding-bottom: 0;
  border: #aaa solid thin;
  border-radius: 10px;
  margin: auto;
  display: block;
  margin-top: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.pass-img,
.stdnt-name {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.stdnt-img-inr {
  max-width: 150px;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  display: inline-block;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.stdnt-img-inr img {
  border: none !important;
}
.stdnt-name h3 {
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 7px;
}
.stdnt-name h3 span {
  font-family: proxima;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.pass-row {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
.pass-row.stdnt-name {
  margin-bottom: 15px;
}
.pass-row .row-data,
.pass-row .row-label {
  float: left;
  display: block;
}
.pass-row .row-label {
  width: 80px;
  text-align: left;
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 13px;
}
.pass-row .row-label::after {
  position: absolute;
  right: 7px;
  display: block;
  content: ":";
  top: 0;
}
.pass-row .row-data {
  width: 170px;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
}
.pass-shift.pass-row .row-data {
  width: 150px;
}
.pass-shift.pass-row {
  text-align: left;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.pass-shift.pass-row .row-data,
.pass-shift.pass-row .row-label {
  float: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.pass-shift.pass-row .row-data {
  font-size: 16px;
}
.stdnt-name h3 span {
  color: #fff;
}
.S1 .pass-shift,
.S1 .stdnt-name h3 {
  background: #7bc042;
}
.S2 .pass-shift,
.S2 .stdnt-name h3 {
  background: #00a5bc;
}
.S3 .pass-shift,
.S3 .stdnt-name h3 {
  background: #c756a1;
}
.S21 .pass-shift,
.S21 .stdnt-name h3 {
  background: #44af96;
} /*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: proxima;
  src: url(ProximaNova-Regular.eot);
  src: url(ProximaNova-Regular.eot) format("embedded-opentype"),
    url(ProximaNova-Regular.woff) format("woff"),
    url(ProximaNova-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: lato;
  src: url(Lato-Regular.eot);
  src: url(Lato-Regular.eot) format("embedded-opentype"),
    url(Lato-Regular.woff) format("woff"),
    url(Lato-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: rupee;
  src: url(RupeeForadian.eot);
  src: url(RupeeForadian.eot) format("embedded-opentype"),
    url(RupeeForadian.woff) format("woff"),
    url(RupeeForadian.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Ionicons;
  src: url(ionicons.eot?v=2.0.1);
  src: url(ionicons.eot?v=2.0.1#iefix) format("embedded-opentype"),
    url(ionicons.ttf?v=2.0.1) format("truetype"),
    url(ionicons.woff?v=2.0.1) format("woff"),
    url(ionicons.svg?v=2.0.1#Ionicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1400px) {
  .col-md-9 {
    width: 73%;
  }
}
@media only screen and (max-width: 1050px) {
  @media only screen and (max-width: 1000px) {
    .col-2 .col-md-6 {
      width: 100%;
      margin: 0 !important;
      margin-bottom: 10px !important;
    }
    .heading h2 {
      font-size: 23px;
    }
  }
  @media only screen and (max-width: 767px) {
    .container {
      padding-left: 0;
      padding-right: 0;
    }
    .col-3 .col-md-4 {
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%;
      float: left;
    }
  }
  @media only screen and (max-width: 600px) {
    .heading h2 {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 480px) {
    .content {
      padding-top: 30px;
    }
  }
}
