.grath_c_val.c_top{
	min-height: 38px;
}
.grath_col{
  align-items: center;
}
.grath-up{
	padding-bottom: 0;
    border-bottom: 0;
}
.grath_c{
    flex-direction: row-reverse;
	padding-bottom: 30px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.uk-card-grath-trigger{
	flex-direction: row-reverse;
}
@media (max-width: 1067px){
	.grath_c{
		transform: scale(0.9)
	}
}
@media (max-width: 768px){
	.grath_c{
		transform: scale(0.65)
	}
}
@media (max-width: 640px){
	.grath_c{
		transform: scale(0.6)
	}
	.grath_trigger.v2{
		flex: 1 1 100%;
		margin-bottom: 10px !important;
	}
	.uk-card-grath-trigger{
		flex-wrap: wrap;

	}
}
@media (max-width: 425px){
	.grath_c{
		transform: scale(0.4)
	}
}


table.grath_cols{
	vertical-align: top;
	width: 100%
}
table.grath_cols td{
	vertical-align: top;
	width: 50%;
    padding: 0;
}

.grath_c_val.c_top.uk-text-12p{
	font-size: 11px
}

@media (max-width: 425px){
   .uk-grid.uk-small-padd\@s>*{
    padding-left: 10px
   }
}

.tm-section-breadcrumb{
 background-color: #f6f6f6 !important;
}

.uk-breadcrumb>*>*{
 color: #a3a7ac !important;
 opacity: 1 !important;
}

.uk-breadcrumb>*>:focus, .uk-breadcrumb>*>:hover{
 opacity: 0.7 !important;
 /* color: #fff !important; */
}

@media (max-width: 425px){
	.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column):before{
		margin: 0 7px;
	}
}


.custom-container .uk-dropdown.keep-open-on-click.uk-dropdown-long.uk-dropdown-top-right{
	right: 0;
    bottom: 98px;
}

.mapp-ic{
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -40px;
	width: 50px;
	height: 80px;
}
.map-sourcefloor1{
	background: url('images/m/1.svg') no-repeat center center;
	background-size: cover
}
.map-sourcefloor2{
	background: url('images/m/2.svg') no-repeat center center;
	background-size: cover
}
.map-sourcefloor3{
	background: url('images/m/3.svg') no-repeat center center;
	background-size: cover
}
.map-sourcefloor4{
	background: url('images/m/4.svg') no-repeat center center;
	background-size: cover
}
.mapplic-levels a.mapplic-disabled{
opacity: 0;
}
.mapplic-levels-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mapplic-levels-select::-ms-expand {
  		display: none;
	}

.map-mod .mapplic-list-route a.route-in,.map-mod .mapplic-list-route a.route-out,.map-mod .mapplic-list-route a.route-transfer {
	min-width: 60px;
	width: 60px;
    display: inline-block;
}
.map-mod .mapplic-list-route a.route-transfer {
	width: auto;
}
.map-mod .mapplic-list-route a.route-out {
	left: 206px;
}

a.external, a.popup {
    position: relative;
    margin-right: 19px;
}
a.popup .i {
    height: 12px;
    background-position: 0 0;
}
a.popup_link .i, a.popup .i, a.external .i {
    background: url(icons.png) 0 0 no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    overflow: hidden;
    margin: 0 -19px 0 3px;
}
ins {
    text-decoration: none;
}