.nowrap {
	white-space: nowrap;
}

.accordion {
	display: none;
}
.accordion.ui-accordion .ui-accordion-header.ui-state-active {
	background-color: #563d7c;
	color: #fff;
	border: inherit;
}

#map {
	width: 100%;
	height: 25rem;
	background-color: rgba( 0, 0, 0, .03 );
}
#voice-wrap {
	display: none;
}
#select-block select {
	width: 100%;
	height: 2.2rem;
	margin-bottom: 0.375rem;
	font-size: 0.875rem;
}
.route-info .panel {
    margin: 1rem 0;
}
.route-info .panel.paid p {
	margin-bottom: 0;
}
.route-info .panel.paid p:nth-last-child(1) {
	font-size: 0.75rem;
	margin-bottom: 0.25rem;
}
.routes-content .btn {
    width: 100%;
	font-size: 0.875rem;
    margin-bottom: 0.375rem;
    border-radius: 0;
    padding: 0.375rem 0;
}
.user-route {
	position: relative;
	border: 1px solid #ccc;
	background-color: rgba( 0, 0, 0, .03 );
	margin-bottom: 0.5rem;
	padding: 0 1rem;
}
.user-route .route-in-set {
	position: absolute;
    top: 0;
    left: 0.25rem;
    font-size: 1.5rem;
    text-decoration: none;
    color: #1e7e34;
}
.user-route:nth-last-child(1) {
	margin-bottom: 0;
}
.user-route p {
	margin: 0;
}
.user-route p:nth-child(2) {
	font-weight: 500;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-route p:nth-child(3) {
	font-size: 0.75rem;
}
.user-route .route-out-set {
	position: absolute;
    top: -0.125rem;
    right: 0.25rem;
	font-size: 1rem;
    text-decoration: none;
    color: #f00;
}

.card.station-forward-card {
	border-color: #337ab7;
	border-radius: 0;
}
.card.station-forward-card .card-heading {
	background-color: #337ab7;
}
.card.station-backward-card {
	border-color: #ff0b06;
	border-radius: 0;
}
.card.station-backward-card .card-heading {
	background-color: #ff0b06;
}
.numeric li {
	list-style: decimal-leading-zero;
}
.card .station-forward,
.card .station-backward {
	text-align: left;
	padding-left: 1.5rem;
	margin-bottom: 0;
}

.select-edit-type option {
	background-color: #fff;
}

.tablo {
	position: relative;
    height: 3.375rem;
    background: rgb( 90, 60, 50);
	overflow: hidden;
    margin-bottom: 1rem;
}
.tablo .tablo-text {
    position: absolute;
    width: 100%;
	min-height: 100%;
	font-size: 2rem;
    font-weight: 500;
    color: gold;
    text-align: center;
    z-index: 1;
}
.tablo .tablo-text.running {
	-webkit-animation: l1_animation 10s linear infinite;
	-moz-animation: l1_animation 10s linear infinite;
	white-space: nowrap;
}
@-webkit-keyframes l1_animation {
	0%{left:100%;}
	100%{left:-100%;}
}
@-moz-keyframes l1_animation {
	0%{left:100%;}
	100%{left:-100%;}
}
.tablo .tablo-cover {
    position: absolute;
	width: 100%;
    height: 100%;
    background-image: url('../images/led_bg.png');
	opacity: 0.6;
    z-index: 2;
}


.cart-link {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #fff;
}
.cart-link:hover {
	color: #fff;
}
.cart-link svg {
	position: relative;
    top: -0.1rem;
}

header.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light.navbar-toggler {
  border-color: rgb(255,102,203);
}

.change-tablo {
	display: flex;
	flex-direction: column;
	display: none;
}
.change-tablo.open {
	display: flex;
}
.change-tablo-brand {
	display: flex;
	flex-direction: column;
}
.change-tablo h4 {
	text-decoration: underline;
	cursor: pointer;
}
.change-tablo h5 {
	
}
.change-tablo-block {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s, padding 0.5s;
	background-color: #eee;
	padding: 0;
}
.change-tablo-type {
	display: flex;
	flex-direction: column;
}
.change-tablo-brand.open .change-tablo-block {
	max-height: 50rem;
	padding: 0.4rem;
}
.change-tablo-items {
	display: flex;
	flex-direction: column;
}


.ai-old {
	display: none;
}
.ai-old.show {
	display: block;
}
