#filters-cont .filters-active {
    cursor: pointer;
    position: relative;
}

#filters-cont .filters-active .remove {
    display: none;
}

#filters-cont .filters-active:hover {
    background-color: #ca064d;
    color: #fff;
}

#filters-cont .filters-active:hover .text {
    visibility: hidden;
}

#filters-cont .filters-active:hover .remove {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #fff;
}

.image-remove {
    cursor: pointer;
    position: relative;
}

.image-remove .remove {
    display: none;
}

.image-remove:hover {
    background-image: none !important;
    background-color: #ca064d;
}

.image-remove:hover .remove {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 80px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #fff;
}

table.md-calendar-day-header {
    width: 346px;
}

.seatReserved {
    font-size: 20px;
    font-weight: bold;
}

.blink_me {
    color: red;
    animation: blinker 1.2s linear infinite;
}

.blink_me_2 {
    color: #00AB00;
    animation: blinker 2.2s linear infinite;
    margin-left: 5px;
    vertical-align: super;
}

.blink_me_2::before {
    font-size: 16px !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.trip-container {
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
}

.stopTime-line {
    border-bottom: 3px solid #ca064d;
}

.stopTime-desc {
    /* padding: 14px 40px 0px 40px; */
    /* white-space: nowrap; */
    margin-bottom: 20px;
    margin-top: -40px;
    /* clear: both; */
    height: 206px;
    transform: rotate(-60deg);
    text-align: left;
    padding-top: 128px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.stopTime-time {
    margin-bottom: 5px;
}

.stopTime-pickup-dropoff {
    height: 24px;
    margin-bottom: 30px;
}

.stopTime-pickup-dropoff > .mdi {
    vertical-align: middle;
}

.stopTime-pickup-dropoff .mdi-cancel {
    color: #ca064d;
}

.stopTime-pickup-dropoff .mdi-combined {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 1em;
    line-height: 1em;
}

.stopTime-pickup-dropoff .mdi-combined > .mdi:first-child {
    opacity: 0.4;
}
.stopTime-pickup-dropoff .mdi-combined > .mdi:first-child:before {
    font-size: 18px;
    padding-top: 3px;
}

.stopTime-pickup-dropoff .mdi-combined .mdi,
.stopTime-pickup-dropoff .mdi-stack-1,
.stopTime-pickup-dropoff .mdi-stack-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.stopTime-desc p:first-child{
    font-weight: bold;
}

.stopTime-info {
    line-height: normal;
    text-align: center;
    flex: 0 0 150px;
}

.stopTime-info:first-child {
    margin-left: -30px;
}

.stopTime-info:first-child .stopTime-line {
    width: 50%;
    float: right;
    transform: rotate(-14deg);
    margin-top: -11px;
    margin-right: -2px;
}

.stopTime-info:last-child .stopTime-line {
    width: 50%;
    float: left;
    transform: rotate(-14deg);
    margin-top: 11px;
    margin-left: -2px;
}

.stopTime-dot {
    margin: 0px auto -6px auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ca064d;
}

.stopTime-info:first-child .stopTime-dot {
    margin-top: 50px;
}

.stopTime-info:last-child .stopTime-dot {
    margin-top: -20px;
}

.unavailable {
    color: #666;
    background-color: #ddd;
}

.unavailable td:first-child {
    text-decoration: line-through;
}

md-switch {
    margin-top: 0px !important;
}

#gtfs-add md-input-container .md-errors-spacer {
    display: none;
}

#gtfs-add md-input-container, #gtfs-add md-select {
    margin-bottom: 0px !important;
    margin-top: 15px;
    padding: 0px !important;
    height: 30px;
}

#gtfs-add md-select {
    overflow: hidden;
}

md-menu-item .mdi {
    color: rgba(0,0,0,0.54);
    margin: auto 16px auto 0;
    vertical-align: middle;
}

md-menu-item span {
    vertical-align: middle;
}

.routeLogoPrev {
    border: 1px solid #d2d2d2;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

#planningPage .mdi-seat-recline-normal:before {
    font-size: 20px;
}

#editDialog #gtfs-add td input {
    min-width: 100px;
}

md-dialog#editDialog {
    max-width: 95%;
}

#editDialog table {
    border: none !important;
}
