div.select-bus, div.selected-bus {
    display: flex;
    flex-direction: row;
}

div.select-bus div {
    display: block;
    margin: 0 10px;
}

div.selected-bus div {
    display: block;
    margin: 0 10px 0 0;
}

div.select-bus div.spz, div.selected-bus div.spz {
    font-weight: 600;
    width: 30%;
}

div.select-bus div.icv, div.selected-bus div.icv {
    width: 15%;
    text-align: right;
}

div.select-bus div.nazov, div.selected-bus div.nazov {
    width: 55%;
    font-style: italic;
}

div.intervaly {
    position: relative;
    width: 100%;
}

span.parkovisko {
    display: inline-block;
    width: 2%;
}

div.interval {
    display: block;
    position: relative;
    width: 100%;
    /*height: 2em;*/
    border: none;
    background-color: #eee;
    padding: 2px 0;
    margin: 1px 0;
}

span.interval {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

span.interval span.ramcek {
    display: block;
    /*border: 1px solid #28a745;*/
    margin: 1px;
    /*background-color: #28a745;*/
    color: #fff;
    top: 5px;
    overflow:hidden;
}

.popover {
    max-width: 1000px !important;
}

#frm-filterRampyForm div.form-group {
    position: relative;
}

.table-plain tbody tr,
.table-plain tbody tr:hover,
.table-plain tbody td {
  background-color: transparent !important;
  border: none !important;
}
