#obus .disabled {
    background-color: #ddd;
    opacity: 0.5;
}

#obus .mdi-debug-step-into::before {
    transform: rotate(270deg);
    font-size: 16px;
}

#obus .mdi-debug-step-out::before {
    transform: rotate(90deg);
    font-size: 16px;
}

#obus #trips-container {
    overflow-y: auto;
    height: calc(100% - 85px);
}

#obus #obus-container {
    overflow-y: auto;
    height: 100%;
}

#obus #obus-container h3 {
    padding: 5px 0px;
    background-color: #cccccc;
    text-align: center;
}

#obus .fleet-info {
    min-height: 250px;
    height: calc(100vh - 238px);
    position: relative;
    overflow: hidden;
}

#obus #date-cointainer {
    padding: 20px;
    /* cursor: pointer;  */
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 85px;
}

#obus .stop-info:not(:first-of-type) {
    margin-top: 15px;
}
