/* Minification failed. Returning unminified contents.
(231,25): run-time error CSS1046: Expect comma, found '153'
(231,33): run-time error CSS1046: Expect comma, found '/'
(237,25): run-time error CSS1046: Expect comma, found '125'
(237,33): run-time error CSS1046: Expect comma, found '/'
 */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.blackout {
    /*-ms-opacity: 0.5;
    opacity: 0.5;*/
}

.cloak {
    /*visibility: hidden;*/
}

/**********************
 *     Animation
 *********************/

/* Flicker */

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-o-keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-moz-keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

/* Fade */

.animate-fade {
    -moz-transition: opacity 0.7s linear;
    -o-transition: opacity 0.7s linear;
    -webkit-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear;
}

.animate-fade.cloak-fade {
    opacity: 0;
}

/* If animation */

.animate-if.ng-enter {
    opacity: 0;
    -webkit-transition:all linear 1s;
    -moz-transition:all linear 1s;
    -o-transition:all linear 1s;
    transition: opacity 1s;
}

.animate-if.ng-enter.ng-enter-active {
    opacity: 1;
}

.animate-if.ng-leave {
  transition:0.5s linear all;
  opacity:1;
}

.animate-if.ng-leave.ng-leave-active {
  opacity:0;
}

/* Switch animation */

.animate-switch.ng-enter {
  opacity: 0;
  -webkit-transition:all linear 1s;
  -moz-transition:all linear 1s;
  -o-transition:all linear 1s;
  transition: opacity 1s;
}

.animate-switch.ng-enter.ng-enter-active {
  opacity: 1;
}

/* Cloak */

.animate-cloak {
    -webkit-transition:all linear 1s;
    -moz-transition:all linear 1s;
    -o-transition:all linear 1s;
    transition: opacity 1s;
}

.animate-cloak.clock-add {
    opacity: 0.5;
}

.animate-cloak.cloak {
    opacity: 0;
}

.animate-cloak.clock-remove {
    opacity: 1;
}

/**********************
 *     Loading
 *********************/

/* Material loading */

.loading-material {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #fff;

    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.loading-material.loading-floating {
    /* Top of element */
    position: absolute;
}

.loading-material > div {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}

.loading-material > div:nth-child(1) {
    background-color: #309eff;
    -webkit-animation: loading 3s linear infinite;
    -moz-animation: loading 3s linear infinite;
    -ms-animation: loading 3s linear infinite;
    -o-animation: loading 3s linear infinite;
    animation: loading 3s linear infinite;
}

.loading-material > div:nth-child(2) {
    background-color: #004e92;
    -webkit-animation: loading 3s linear 1s infinite;
    -moz-animation: loading 3s linear 1s infinite;
    -ms-animation: loading 3s linear 1s infinite;
    -o-animation: loading 3s linear 1s infinite;
    animation: loading 3s linear 1s infinite;
}

.loading-material > div:nth-child(3) {
    background-color: #004e92;
    -webkit-animation: loading 3s linear 2s infinite;
    -moz-animation: loading 3s linear 2s infinite;
    -ms-animation: loading 3s linear 2s infinite;
    -o-animation: loading 3s linear 2s infinite;
    animation: loading 3s linear 2s infinite;
}

@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

/* Progress Circular */

.progress-circular {
    stroke-linecap: round;
    stroke-width: 5;
    stroke: #3b78e7;
    transition: stroke-dashoffset 0.1s linear;
}

.progress-circular-background {
    stroke-width: 5;
    stroke: #eee;
}

.progress-circular-text {
    font-family: "Glyphicons Halflings";
    pointer-events: none;
}

/*********************
 *    Scrollbar
 ********************/

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #eee;
    /*box-shadow: 0 0 3px #dfdfdf inset;
    -webkit-box-shadow: 0 0 3px #dfdfdf inset;
    border: thin solid lightgray;
    border-radius: 10px;
    -webkit-border-radius: 10px;*/
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(153 153 153 / 0.69);
    /*border: thin solid gray;
    border-radius: 10px;
    -webkit-border-radius: 10px;*/
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(125 125 125 / 0.69);
}

/*********************
 *    Scoreboard
 ********************/

.sb-table {
    table-layout:fixed;
}

.sb-number {
    white-space: nowrap;
}

.sb-name-stop-end {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sb-name-stop-end-header {
    width: 44%;
    overflow: hidden;
}

.sb-number-header {
    width: 24%;
    overflow: hidden;
}

.sb-arrival1-header {
    width: 16%;
    overflow: hidden;
}

.sb-arrival2-header {
    width: 16%;
    overflow: hidden;
}

.scoreboard .is-schedule {
    background-color: #daeeff;
}

.scoreboard .is-arrived {
    font-weight: bold;
}

/*********************
 *     Other
 ********************/

.page-header-sub {
    padding-bottom: 9px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

@media (max-width: 639px) {
    .map-alert-xxs {
        padding-bottom: 100px;
    }
}

.alert-on-map-container {
    position: relative;
    bottom: 0;
    width: 100%;
    /*padding: 0 30px;*/
}

.alert.alert-on-map {
    /*min-height: 70px;*/
    height: 100px;
    margin-bottom: 0;
}

.alert.flat-border {
    border-radius: 0;
}

.glyphicon.glyphicon-on-map {
    font-size: 1.4em;
    color: black;
    -ms-opacity: 0.8;
    opacity: 0.8;
}

.text-icon {
    font-size: 2.4em;
    margin: 0;
}

.close-lg {
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    -ms-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    -ms-opacity: 1;
    opacity: 1;
}

.btn-flat {
    -ms-border-radius: 0;
    border-radius: 0;
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.svg-btn:hover {
    fill: gray;
    fill-opacity: 0.1;
}

.svg-btn.active {
    fill: #428bca;
    fill-opacity: 0.3;
}

.svg-btn {
    fill: transparent;
}

.app-hour {
    width: 20px;
}

.scrollable {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

    .scrollable .list-group-item {
        -ms-border-radius: 0;
        border-top: thin solid lightgray;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

.control-group {
    padding: 5px;
}

.form-control.wide {
    max-width: none;
}

.sidebar-control-header.search {
    padding: 105px 5px 5px 5px;
}

.t2-col-1, .t2-col-1-collapsed, .t2-col-1-btn, .t2-col-2, .t2-col-2-as-1-collapsed {
    position: fixed;
    height: 100%;
    padding-top: 51px;
}

.t2-col-2, .t2-col-2-as-1-collapsed {
    width: 100%;
}

@media (max-width: 639px) {
    .t2-col-1 {
        width: 100%;
    }

    .t2-col-1-btn {
        width: 30px;
    }

    .t2-col-1-collapsed {
        display: none !important;
        visibility: hidden !important;
    }

    .t2-col-2, .t2-col-2-as-1-collapsed {
    }

    .map-with-info {
        padding-bottom: 100px;
    }

    .sidebar2-control.active {
        padding: 50px 0 0 0;    
    }

    .sidebar-control.passive {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .t2-col-1 {
        width: 100%;
    }

    .t2-col-1-btn {
        width: 30px;
    }

    .t2-col-1-collapsed {
        display: none !important;
        visibility: hidden !important;
    }

    .t2-col-2, .t2-col-2-as-1-collapsed {
    }

    .map-with-info {
        padding-bottom: 100px;
    }

    .sidebar2-control.active {
        padding: 50px 0 0 0;    
    }

    .sidebar-control.passive {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .t2-col-1, .t2-col-1-collapsed {
        width: 320px;
    }

    .t2-col-1-btn {
        display: none !important;
        visibility: hidden !important;
    }

    .t2-col-2, .t2-col-2-as-1-collapsed {
        padding-left: 320px;
    }
}

@media (min-width: 992px) {
    .t2-col-1, .t2-col-1-collapsed {
        width: 320px;
    }

    .t2-col-1-btn {
        display: none !important;
        visibility: hidden !important;
    }

    .t2-col-2, .t2-col-2-as-1-collapsed {
        padding-left: 320px;
    }
}

/* Visibility */
@media (max-width: 639px) {
    .visible-xxs {
        display: block !important;
    }
}

@media (min-width: 640px) {
    .visible-xxs {
        display: none !important;
    }
}
@font-face {
    font-family: 'FontMove';
    src: url('../fonts/FontMove.eot?#iefix') format('embedded-opentype'), url('../fonts/FontMove.woff') format('woff'), url('../fonts/FontMove.ttf') format('truetype'), url('../fonts/FontMove.svg#FontMove') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fs {
    display: inline-block;
    font: normal normal normal 14px/1 FontMove;
    font-size: inherit;
    -ms-text-rendering: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fs-hourglass-sand:before {
    content: "\23f3";
}
.fs-clock-two-oclock:before {
    content: "\1f551";
}
.fs-metro:before {
    content: "\1f687";
}
.fs-tram:before {
    content: "\1f68a";
}
.fs-bus:before {
    content: "\1f68c";
}
.fs-trolleybus:before {
    content: "\1f68e";
}
.fs-minibus:before {
    content: "\1f690";
}
.fs-pedestrian:before {
    content: "\1f6b6";
}
