.menu-top .navbar .navbar-nav li.super-hot {
    font-weight: 700;
    background-color: #e4082e;
}

.menu-top .navbar .navbar-nav li.super-hot a:link,
.menu-top .navbar .navbar-nav li.super-hot a:visited {
    color: #fff;
}

.descriptions {
    background-color: #f6f6f6;
    padding: .5rem;
    font-size: .9rem;
}

.descriptions .desc {
    margin-bottom: .25rem;
}

.descriptions .codes {
    display: inline-block;
}

table.kurstab {
    width: 100%;
}

table.kurstab td.kurstabTime {
    text-align: right;
}

table.kurstab td.kurstabDiff {
    text-align: right;
    width: 125px;
}

table.kurstab td.kurstabStopName {
    width: 450px;
}

table.index th.indLineNo {
    width: 80px;
}

table.index td.indLineNo {
    text-align: center;
}

.departures {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
}

.departures-header {
    display: grid;
    grid-template-columns: 120px auto;
}

#content .departures-header {
    margin-bottom: 1rem;
}

#content .komopprz {
    font-size: .9rem;
}

.departures-footer {
    font-size: .9rem;
}

table.cstab .cstabHour {
    text-align: center;
    width: 10%;
}

table.cstab .cstabLine {
    text-align: center;
    width: 10%;
}

table.cstab .cstabDest {
    width: 30%;
}

.rozklad_na_dzien strong a:hover,
.rozklad_na_dzien strong a:active,
.rozklad_na_dzien strong a:visited {
    color: #fff;
}

#content .rozklad_na_dzien strong a,
#content .rozklad_na_dzien strong a:hover,
#content .rozklad_na_dzien strong a:active,
#content .rozklad_na_dzien strong a:visited {
    color: #fff;
}

.rozklad_na_dzien strong.bttnTodaySched {
    margin: 0;
}

.page-skip-links {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.future {
    color: #000;
}

.past {
    color: #545454;
    font-style: italic;
}

#confDec {
    text-align: center;
    margin-bottom: 10pt;
}

#routes .list-type-name a:hover {
    background-color: #f6f6f6;
}

#routes .list-type .list-type-name img {
    margin-right: 1rem;
}

ul.route-list,
ul.route-type-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*20210409*/
/*http://ztm-test.multimediagdansk.pl/przystanek-75-dzien-20210409.html*/
#header-menu ul {
    display: grid;
    grid-template-columns: auto;
    justify-content: start;
    align-items: center;
    justify-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header-menu ul li {
    grid-row-start: 1;
    grid-row-end: 1;
    text-align: center;
    margin: 0;
    padding: 0 0.3rem;
    border-right: 2px solid #e5e5e5;
}

#header-menu ul li:last-child {
    border-right: 0px none;
}

#header-menu a {
    padding-right: 0;
}

/*tylko przy mobilnej!!!*/
#header-menu ul li:nth-child(3) {
    display: none;
}

/*koniec tylko przy mobilnej*/

.departures-header {
    grid-template-columns: 100px auto;
}

#content .field {
    margin-right: 0.5rem;
}

table.index td.kierunek-przystanek {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

table.index .kierunki-przystanek {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    flex: 1;
    padding: 0.5rem 1rem 0.5rem 0;
    margin: 0;
}

table.index .kierunki-przystanek img {
    width: initial;
    height: 30px;
}

.col {
    padding: 5px;
}

table.index tr td.indLineNo {
    padding: 0;
    margin: 0;
}

div.linkStopOnMap {
    font-weight: bold;
    margin: 0;
}

div.linkStopOnMap img {
    height: 20px;
}

div.checkStop div.linkStopOnMap {
    font-weight: bold;
    margin-top: 0rem;
}

div.checkStop label {
    margin-top: 0rem;
}

span.selected-stop {
    font-weight: bold;
}

div.current-stop {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 2;
}

div.current-street {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 2;
}

div.destination-stop {
    grid-row-start: 3;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 2;
}

div.stop-map-link {
    grid-row-start: 4;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 2;
}

div.destination-maplink img,
div.current-stop img,
div.stop-map-link img {
    height: 30px;
    border: 1px solid #e5e5e5;
}

div.current-stop {
    margin-bottom: 0.5rem;
    font-size: 110%;
}

div.route-number {
    display: grid;
    justify-items: center;
    grid-row-start: 1;
    grid-row-end: 4;
}

div.route-number img {
    grid-row-start: 1;
    grid-row-end: 1;
}

div.route-number a {
    grid-row-start: 2;
    grid-row-end: 2;
    margin-top: 0.5rem;
}

#content .bf,
.bf {
    background: #ccc;
}

#content .at,
.at {
    background: #790000;
    color: #fff;
}

#content .at span,
.at span {
    background: #790000;
    color: #fff;
}

/*20210906*/
.departures-set {
    margin-top: 0.5rem;
}

.descriptions ul {
    width: 500px;
    list-style-type: none;
    margin: .5rem 0px .5rem .5rem;
    padding: 0;
}

/*20220707 inne sortowanie pozycji na stronie z przystankiem*/
#content h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
}

label {
    margin-bottom: 0;
}

ul#kierunki-lista-sort-1,
ul#kierunki-lista-sort-2,
ul#kierunki-lista-sort-3,
ul.kierunek-przystanek,
ul.przystanek-kierunki {
    list-style-type: none;
}

ul.przystanek-kierunki {
    margin: 0.5rem 2rem 0 1rem;
    padding: .5rem 0 0 1rem;
    border-left: 1px solid #e5e5e5;
}

ul#kierunki-lista-sort-1 a.main-route-number:link,
ul#kierunki-lista-sort-1 a.main-route-number:visited {
    align-items: center;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #b90707;
    display: inline-flex;
    font-size: 1.5rem;
    height: 55px;
    justify-content: center;
    width: 55px;
}

ul#kierunki-lista-sort-1 a.main-route-number:hover {
    background-color: #b90707;
    color: #f6f6f6 !important;
}

ul#kierunki-lista-sort-1 li.indLineNo,
ul#kierunki-lista-sort-3 li.przystanek-kierunek {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: .5rem;
}

ul#kierunki-lista-sort-1 li.indLineNo {
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: nowrap;
}

ul#kierunki-lista-sort-3 li.przystanek-kierunek>ul {
    width: 100%;
}

ul#kierunki-lista-sort-3 ul.przystanek-kierunek-linie {
    margin: 0 0 1rem 1rem;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

ul#kierunki-lista-sort-3 li.przystanek-kierunek div.direction,
ul#kierunki-lista-sort-3 ul.przystanek-kierunek-linie>li.var {
    border: 2px solid #f6f6f6;
    padding: 0.5rem;
    margin: 0.2rem;
    background: #fafafa;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 4px;
}

ul#kierunki-lista-sort-1 ul.kierunek-przystanek>li,
ul#kierunki-lista-sort-1 ul.kierunek-przystanek {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul#kierunki-lista-sort-1 ul.kierunek-przystanek>li {
    margin: 0.3rem 0.3rem 0.6rem 0.3rem;
    flex-direction: column;
}

ul#kierunki-lista-sort-3 ul.przystanek-kierunek-linie a.small-route-number,
ul#kierunki-lista-sort-2 ul.przystanek-kierunki a.small-route-number {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    min-height: 35px;
    min-width: 35px;
    padding: 3px;

}

ul#kierunki-lista-sort-3 ul.przystanek-kierunek-linie a.small-route-number:hover,
ul#kierunki-lista-sort-2 ul.przystanek-kierunki a.small-route-number:hover {
    background: #b90707;
    color: #fff;
}

ul#kierunki-lista-sort-3 li.var {
    display: flex;
    flex-direction: row;
    margin: 0.3rem 0.3rem 0 0;
}

ul#kierunki-lista-sort-1 li.indLineNo>div.line-big,
ul#kierunki-lista-sort-3 div.line {
    display: flex;
    flex-direction: column;
    margin: 0.3rem 0.3rem 0 0;
    align-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

ul#kierunki-lista-sort-2>li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0.5rem;
}

ul.przystanek-kierunki>li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

ul.przystanek-kierunki>li label {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

ul.przystanek-kierunki>li div.direction-name {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

ul.przystanek-kierunki>li label>* {
    margin-left: .3rem;
}

ul.przystanek-kierunki>li label img {
    width: 20px;
}

div.direction * {
    margin: 0 .1em;
}

div.direction img,
div.checkStop img,
div.line img {
    height: 20px;
    width: 20px;
}

div.direction * {
    margin: 0 .1em;
}

div.direction img,
div.checkStop img,
div.line img {
    height: 20px;
    width: 20px;
}

span.nz {
    font-weight: bold;
    text-shadow: 1px 1px 4px #888;
    margin-left: 0.3em;
}

.notVisible {
    display: none;
}

.visible {
    display: initial;
}

button.sort,
div.sort {
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    color: #646464;
    cursor: pointer;
    font-size: .9rem;
    margin-right: .5rem;
}

button.sort:hover {
    background-color: #b90707;
    border: 1px solid #b90707;
    color: #f6f6f6;
}

button.checked,
div.checked {
    background-color: #b90707;
    border: 1px solid #b90707;
    color: #f6f6f6;
}

div.formButtons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

div.formButtons>* {
    flex: 1;
    margin-bottom: 0.3rem;
}


div#SIP td:nth-child(2) {
	border-right:  0px solid #000;
}
div#SIP td:nth-child(3)  {
	border-left:  0px solid #000;
}
div#SIP table {background: #222; color: #CD7300; font-size: 12pt; margin: 0 auto; font-weight: bold; padding: 3px; border: 4px solid #999;}
div#SIP table {border: 0px; background: transparent;}
div#SIP th.naglowek {text-align: center; color: #ffffcc; padding: 2px;}
div#SIP td {border: 1px solid #555; text-align: center; padding: 1px 5px;}
div#SIP tbody {background: #222; border: 2px solid #999; }
div#SIP tfoot td {border: 0px;}
div#SIP tfoot {border: 1px solid #e5e5e5;  color: #646464; background: #fff; padding: .2rem; font-weight: normal; margin-top: .8rem; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
div#SIP tfoot tr {border: 0px;  }
div#SIP tfoot td {padding: 0; margin: 0; }
div#SIP tfoot ul.legendaSIP {list-style-type: none; padding: 0; font-size: .8rem; margin: .8rem 0 .4rem .2rem;}
div#SIP tfoot ul.legendaSIP li {text-align: left; padding: .1rem 0; margin: 0; display: grid; grid-template-columns: 34px auto;}
div#SIP tfoot ul.legendaSIP li span {display: inline-block; padding-left: .6rem}
div#SIP tfoot ul.legendaSIP li img {padding: .1rem; background: #000; }