:root {
  --main-color: #d6006f; /* #009899; */;
}

/*************************************** Open Layers *****************************************/

.ol-control button {
   background-color: white;
   font-size: 20px;
}

.ol-zoom {  
    top: 10px;
    left: 10px;
}

.ol-control.fitmap {
   top: 80px;
   left: 10px;
}

.ol-full-screen {    
    top: 120px;
    left: 10px;    
 }

 .ol-ztm-attribution {
    display: block;
    bottom: 0px;
    right: 240px;
 }

/*************************************** Route diagram *****************************************/

.RouteDiagram-list__item {
    padding: 0px 10px 0px 0px;
    background-color: inherit;
    border: 0px;
    /* border-bottom: 1px solid #d8d8d8; */
}

.RouteDiagram-list__item--rtl,
.RouteDiagram-list__item--ltr {
    border-left: 0px;
    border-right: 0px;
}

.RouteDiagram-list__item--active {
    background-color: #e4e4e4;
}

.RouteDiagram-list__item--text {
    padding: 0px 5px;
    text-align: left;
}

.RouteDiagram--text-bolder {
    font-weight: normal;
}

.RouteDiagram-list__item--time {
    font-weight: normal;
    border-right: 0px;
}

.RouteDiagram-list__item--time-text {
    color: #8c8c8c;
}

.RouteDiagram-list__item sup {
    left: .5em;    
    color: #8c8c8c;
}

.RouteDiagram-list__item sup::before {
    content: "[ "
}

.RouteDiagram-list__item sup::after {
    content: " ]"
}

.RouteDiagram-list__item:first-child .RouteDiagram-list__item--text,
.RouteDiagram-list__item:last-child .RouteDiagram-list__item--text {
    font-size: 18px;
    font-weight: 600;
}

/*************************************** UI *****************************************/

*:focus {
    outline: 0;
}

*:not(.glyphicons):not(.glyphicon) {
    font-family: 'Source Sans Pro', sans-serif !important; /* global glyphicons wildcard override */
}

 .glyphicons:before {
    padding: 0 !important; /* global glyphicons wildcard override */
}

.color-alert {
    color: red;
}

#map {
    position: relative;  
    width: 100%;
    height: 100vh;
    background:#ddd;
    overflow: hidden;  
    font-size: 16px;  
 }

.sidebar {
	width: 500px;
	height: 100vh;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fff;	
	box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
    margin-top: 80px;
}

.sidebar--empty {
    height: auto;
    background-color: inherit;	
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
}

.sidebar__content {
	position: absolute;
	width: 100%;
	height: calc(100% - 68px);
	/*margin-top: 80px;*/
	/* overflow-x: hidden;
	overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #009899 white; */
}

.sidebar__header {
    position: absolute;
	width: 100%;
	height: 80px;
    padding: 0px 24px;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
    background-color: var(--main-color);
    /* text-align: center;     */
}

.sidebar__timeschedules {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.language-bar {
    position: absolute; 
    right: 20px; 
    top: 10px;
}

.language-bar__item {
    font-size: 16px;   
    color: #ffffffcc;
    cursor: pointer;
}

.language-bar__item:hover {
    color: #ffffffcc;
    text-decoration: none;
}

.language-bar__item--active {
    font-weight: bold;   
    color: #fff;
}

.language-bar__item--active:hover {   
    color: #fff;
}

.language-bar__item-delimiter {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top-color: #ffffffcc;
}

/*************************************** List *****************************************/

.list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.list-header {
    display: inline-block
}

.list-header__transport-type {
    /* float: right; */
    margin-left: 50px;
}

.list-header__item {
    display: inline-block;
    position: relative;
	/* float: left;	 */
	height: 80px;
	margin: 0px;    
	padding: 0px;
	text-align: center;	
	color: #ffffffcc;
	font-size: 18px;
	line-height: 80px;
	cursor: pointer;
}

.list-header__item + .list-header__item {
    margin-left: 50px;
}

.list-header__item-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    font: inherit;
    list-style: none;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    line-height: 60px;
    vertical-align: baseline;
}

.list-header__item-button--selected {   
   
	color: white;
}

.list-header__item-button--selected::after {
    content: '';
    border: 2px solid #ffffffcc;
    border-radius: 100%;
    position: absolute;
    background-color:  var(--main-color);/*#007677;*/
    top: 18px;
    bottom: 0;
    left: -8px;
    right: 0;
    z-index: 1;
    /* margin: 6px 3px 5px 3px; */
    height: 48px;
    width: 48px;
}

.list-header__item-button--text::after {
    left: -11px;
}

.list-header__item-icon {
    position: relative;
    width: 32px;
    height: 32px;
    z-index: 2;	
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.list-header__item-icon--smaller {
   /* width: 25px; */
   /* height: 25px; */
   transform: scale(0.60);
}

.list-header__item-icon--line {
    background-image: url(../../img/glyphicons/line.svg);
}

.list-header__item-icon--stop {
    background-image: url(../../img/glyphicons/stop.svg);
}

.list-header__item-icon--bus {
    background-image: url(../../img/glyphicons/bus.svg);
}

.list-header__item-icon--trolleybus {
    background-image: url(../../img/glyphicons/trolleybus.svg);
}

.list-header__item-icon--tram {
    background-image: url(../../img/glyphicons/tram.svg);
}

.list-header__item-icon--text {
    font-size: 24px;
    font-weight: 700;
    vertical-align: top;
    /* color: #ffffffcc; */
}

.list-mainmenu {
	position: absolute;
	width: 100%;
	height: 48px;
	list-style-type: none;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
}

.list-mainmenu__item {
	float: left;
	width: 33.33%;
	height: 48px;
	margin: 0px;
	padding: 0px;	
	text-align: center;
	background-color: #f2f2f2;
	color: #828A94;
	font-size: 16px;
	line-height: 48px;
	cursor: pointer;
}

.list-mainmenu__item:hover {
    color:  var(--main-color);
}

.list-mainmenu__item--selected {
	color: white;
	background-color:  var(--main-color);
}

.list-mainmenu__item--selected:hover {
	color: white;	
}

.list-mainmenu__item-icon {
	line-height: 48px !important; /* global glyphicons wildcard override */
    margin-right: 8px;
}

.list-suggestions__item:hover {
	background-color: #f0f0f0;
	cursor: pointer;
}

.list-suggestions__item:last-child:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.list-suggestions__item-child {
    padding: 10px 0px;
}

.list-suggestions__type {
    float: left;
	margin: 0px 24px 0px 16px;	
}

.list-suggestions__icon {
	line-height: inherit !important; /* global glyphicons wildcard override */
	color: #b2b2b2;
}

.list-suggestions__icon--highlight {
	color:  var(--main-color);
}

.list-suggestions__name { 
	overflow: hidden;
	width: auto;	
}

.list-suggestions__text {
	vertical-align: top;
	font-size: 14px;
}

.list-suggestions__item:not(:first-child) .list-suggestions__name {
	border-top: 1px solid #eee;	
}

.list-suggestions__text:first-child {
	font-weight: 600;
}

.list-suggestions__text:first-child + .list-suggestions__text {
	margin-left: 10px;
	color: #8c8c8c;
}

/*************************************** Search bar *****************************************/

.search-bar {
    z-index: 1;
    margin-top: 10px;    
	text-align: center;
}

.search-bar-background {
    position: absolute;
    width: 100%; 
    height: 60px; 
    background-color: #fff;
    border-bottom-left-radius: 20px;
    /* border-bottom-right-radius: 20px; */
}

.search-bar__input {
	width: calc(100% - 15px);
	border-top: 0px;	
	/* background-color: transparent; */
    background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
	font-size: 16px;
	font-style: italic;
	padding: 8px 90px 8px 60px;
	color: black;
}

.search-bar__input--activeresult {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
    border-bottom: 0px;
}

.search-bar__input::placeholder {
	color: #ccc;
}

.search-bar__magnify {
	position: absolute;
	z-index: 2;
    top: 9px;
    right: 4px;
    color: #ccc;
    font-weight: normal;
    font-size: 22px;
    background-color: var(--main-color);
    border-radius: 50%;
    color: white;
    padding: 10px;
}

.search-bar__clear {
	position: absolute;
	z-index: 1;
    top: 22px;
    right: 54px;
    font-size: medium;
    color: #b3b3b3;   
    cursor: pointer;
}

.search-bar__type {
    position: absolute;
    top: 22px;
    left: 20px;
    color: var(--main-color);
}

.search-bar__icon {
    /* transform: rotate(-45deg); */
    font-size: 14px;
    /* cursor: pointer; */
}

.search-bar__verbose {
    position: relative;
    top: -5px;
    left: -8px;  
    font-size: 20px;
    font-weight: bold;
}

.search-popup {
    display: none;
    z-index: 1;
	position: absolute;
    top: 48px;
	left: 8px;
	width: calc(100% - 15px);
	border: 1px solid rgb(230, 230, 230);
	border-top: 0px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	background-color: white;
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
}

/*************************************** Search result *****************************************/

.search-result {
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}

.search-result--main {	
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--main-color) white;
}

.search-result--detail {	
    flex: 1;
    min-height: 0px;
    overflow-y: auto;
    /* height: calc(100% - 50px);
    padding-bottom: 40px; */
}

.search-result__label {     
     color: #c1c1c1;
     margin-left: 20px;
}

span.search-result__control {
    float: right;
    position: relative;
    right: 20px;
    top: 16px;
    color:  var(--main-color);
    /* border-color:  var(--main-color); */
    /* color: #c1c1c1; */
    border-color: #e4e4e4;
    /* border-radius: 8px; */
    padding: 4px 20px;
    font-size: 16px;
    cursor: pointer;
}

span.search-result__control:hover {    
    border-color:  var(--main-color);
    /* background-color: #f3f3f3; */
    /* color: white; */
    /* font-weight: bold; */
    transition: 0.3s;
}

.search-result__item:not(:first-child) {
	border-top: 1px solid #eee;	
}

.search-result__item:hover {
	background-color: #f0f0f0;
	cursor: pointer;
}

.search-result__item:last-child:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.search-result__item-child {
    padding: 20px 0px;
}

.search-result__item-type {
    float: left;
	margin: 0px 24px 0px 16px;	
}

.search-result__item-icon {
	line-height: inherit !important; /* global glyphicons wildcard override */
	color: #b2b2b2;
}

.search-result__item-name { 
	overflow: hidden;
	width: auto;	
}

.search-result__item-text {
	vertical-align: top;
	font-size: 14px;
}

/* .search-result__item:not(:first-child) .search-result__item-name {
	border-top: 1px solid #eee;	
} */

.search-result__item-text:first-child {
	font-weight: 600;
}

.search-result__item-text:first-child + .search-result__item-text {
	margin-left: 10px;
	color: #8c8c8c;
}

/*************************************** Result header *****************************************/

.result__item {
    display: flex; 
    display: -webkit-flex; /*iOS*/
    padding: 15px 20px;   
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
}

.result__item:hover {
    background-color: #e4e4e4;
}

.result__item--header {   
    background-color: #e4e4e4;
    cursor: inherit;
}

.result__header-strip {   
    padding: 5px 20px;
    background-color: #f5f5f5;   
}

.result__header-strip-item {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color:  var(--main-color);;/*#007677;*/
    white-space: nowrap;
    cursor: pointer;
}

.result__info {
    display: flex;
    /* display: block;
    margin: 0px 0px 0px 0px;
    padding: 18px 0px 0px 20px;*/
    width: 100%;
}

.result__platform {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    color: var(--main-color);
}

.result__info-name {
    float: left;
    min-width: 80px;   
    padding: 10px;
    border: 1px solid  var(--main-color);
    border-radius: 2px;
    background-color: #fff;
    /* box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2); */
    line-height: 1;
    color:  var(--main-color);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space:nowrap;
}

.result__info-name span + span {
    margin-left: 8px;
}

.result__info-name::before {
    vertical-align: middle;
}

.result__info-description {    
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}

.result__info-description-main {
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
}

.result__info-description-main--second {
    width: 100%;
}

.result__info-description-header {
    width: 100%;
    font-size: 12px;
    color: #0000003b;
}

.result__info-description-main + .result__info-description-main:not(.result__info-description-main--second) {
    margin-left: 4px;
	color: #8c8c8c;
}

.result__info-description-secondary {
    font-size: 14px;
    color: #979797;
}

.result__info-next-times {
    font-size: 12px;
    color: #0000003b;
    text-align: right;
}

.result__info-closest-time {
    font-size: 18px;
    text-align: right;
}

.result__control {
    flex: 1;
    text-align: right;
}

.result__close {   
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 100px;
    background-color: #f3f3f3;
    color: #565656;
    cursor: pointer;    
}

.result__close:hover {
    background-color: #ffffff;
    border-color: #bfbfbf;
}
/*************************************** Route *****************************************/

.route {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 18px 0px 0px 20px;    
}

.route--hover:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.route__spacer {
    display: flex;
    position: relative;
    border-bottom: 1px solid #dedede;
    padding-bottom: 14px;
}

.route__name {
    float: left;
    min-width: 50px;
    /* height: 100%; */
    padding: 8px;
    border-radius: 4px;
    background-color:  var(--main-color);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.route__name::before {
    vertical-align: middle;
}

.route__description {    
    padding-left: 10px;
    padding-right: 100px;
    color: #000000;
}

.route__description-main {
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}

.route__description-main + .route__description-main {
    margin-left: 10px;
	color: #8c8c8c;
}

.route__description-secondary {
    font-size: 14px;
    color: #979797;
}

.route__back {
    position: absolute;
    top: 2px;
    right: 20px;
    width: 50px;
    padding: 8px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    font-size: 20px;
    color: #6a6a6a;
    text-align: center;
    cursor: pointer;
}

/*************************************** Stop *****************************************/

.stops {
    position: relative;
    margin: 18px 0px 0px 0px;
    overflow-x: hidden;
	overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--main-color) white;
}

.stop {
    margin: 0px 20px;
    padding: 10px 00px;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 0px;
    /* margin: 10px 20px;
    padding: 15px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 0px; */
    /* box-shadow: 0px 0px 4px 1px #e4e4e4; */
}

.stop:hover {
    background-color: #f0f0f0;
    font-weight: 600;
    padding-left: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.stop--hover-off {    
    transition: none;
}

.stop--hover-off:hover {
    padding-left: inherit;
    background-color: inherit;
    font-weight: inherit;
    transition: none;
}

.stop--active {
    padding: 0px;
    background-color: #f0f0f0;
    font-weight: 600;
}

.stop--active:hover {
    padding: 0px;
    background-color: #f0f0f0;
    font-weight: 600;
}

.stop__header-image {
    margin-right: 10px;
    padding: 10px;    
}

.stop__header{
    display: flex;
}

.stop__control {
    flex: 1;
    text-align: right;
}

.stop__control--active {
    padding: 10px;
}

.stop__toggle {
    position: relative;
    top: 4px;
    color: #c1c1c1;
    font-size: 18px;
}

.stop__time {   

}

.stop__time--past {
    color: #a9a9a9;
}

.stop__time-minute {   
    color: #a9a9a9;
}

.stop__name {
    /* margin-left: 20px; */
    font-size: 14px;
    /* text-transform: uppercase; */
    /* color: #2b2b2b; */
}

.stop__name--large {
    font-size: 18px;
}

.stop__name--highlight {
    font-size: 18px;  
    font-weight: 600;
}

.stop__action-bar {
    padding-top: 15px;
    text-align: right;
}

/*************************************** Bus *****************************************/

.bus {
    display: flex;  
    margin: 10px 20px;
    padding: 8px 16px;   
    background-color: #fff;
    color: "black";
}

.bus__time {
    flex: 1;
    position: relative;
    padding: 0px 45px;   
}

.bus__icon {
    position: relative;
    top: 13px;           
    vertical-align: inherit;
    font-size: 18px;;    
    color: #000000;
}

.bus__time-minute-bus {  
    position: relative;
    top: 13px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}

/*************************************** Arrows *****************************************/

div.arrows {
    display: inline-block;    
}

div.arrows__arrow {
    display: inline-block;
    width: 8px;
    height: 8px;   
    transform: rotate(135deg);
}

div.arrows__arrow-no-fade {    
    border-top: 2px solid #dadada;
    border-left: 2px solid #dadada;
}

div.arrows__arrow-fade {
    margin-left: 0px;
    position: relative;
    border-top: 2px solid #b0b0b0;
    border-left: 2px solid #b0b0b0;
}

div.arrows__arrow-fade-more {
    margin-left: 0px;
    position: relative;   
    border-top: 2px solid #333;
    border-left: 2px solid #333;
}

div.arrows__arrow.invert {    
    transform: rotate(-45deg);
}

div.arrows__arrow-no-fade.invert {
    border-top: 2px solid #333;
    border-left: 2px solid #333;
}

div.arrows__arrow-fade-more.invert {
     border-top: 2px solid #dadada;
    border-left: 2px solid #dadada;
}

/*************************************** Timeschedule *****************************************/

.timeschedule-wrap {
    display: none;
    margin-top: 9px;
}

.timeschedule-flex {
    display: flex;
}

.timeschedule {
    flex: 1;
    /*border: 1px solid  var(--main-color);*/
    color:  var(--main-color);
    overflow: hidden;
    cursor: auto;
    padding: 10px;
}

.timeschedule--part-two {    
    margin-left: 10px;
}

.timeschedule__row {
    display: flex;
}

.timeschedule__row:nth-child(odd) {
    display: flex;
    background-color: #f2f2f2;
}

.timeschedule__row > div {
    font-size: 14px;
}

.timeschedule__cell-hh {
    padding: 5px 12px;
    background-color:  var(--main-color);
    font-weight: 600;
    color: white;
}

.timeschedule__cell-mm {
    flex: 1;
    padding: 4px 8px 4px 6px;
    color: black;
}

.timeschedule__cell-mm-value {   
    color: #585858;
    padding: 2px 4px;
}

.timeschedule__cell-mm-value--closest {
    background-color:  var(--main-color);
    font-weight: 600;
    color: #ffffff;
}

/*************************************** Map popup *****************************************/

.popup__item-link {
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.vehicle-popup {
	position: relative;
    top: -44px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    color: #000;
    display: none;
}

.vehicle-popup--higher {
    top: -46px;
}

.vehicle-popup:after, 
.vehicle-popup:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;    
}

.vehicle-popup:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.vehicle-popup:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #333;
	border-width: 13px;
	margin-left: -13px;
}

.vehicle-popup__content {
    padding: 10px;
    background-color: #fff;
    color: #333;
}

.vehicle-popup__content-flex {
    display: flex;
}

.vehicle-popup__content-left {
    flex: 1;
    font-size: 18px;
    font-weight: 600;    
}

.vehicle-popup__content-right {
    flex: 1;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #989898;
}

.vehicle-popup__content-item {
    white-space: nowrap;
}

.vehicle-popup__content-item--small {
    font-size: 14px
}

.vehicle-popup__content-item--red {
    color: red;
}

.vehicle-popup__content-item--black {
    color: #333;
}

.vehicle-popup__close {
    position: absolute;
    top: -11px;
    right: -8px;
    padding: 4px;
    /* border: 2px solid #ffffff; */
    border-radius: 100px;
    background-color: var(--main-color);
    color: #ffffff;
    cursor: pointer;
}

.stop-popup {
	position: relative;
    /* top: -22px; */
    top: -15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    color: #000;
    display: none;
}

.stop-popup--top-higher {
    /* top: -31px; */
}

.stop-popup:after, 
.stop-popup:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;    
}

.stop-popup:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #000;
	border-width: 10px;
	margin-left: -10px;
}
.stop-popup:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #000;
	border-width: 13px;
	margin-left: -13px;
}

.stop-popup__header {
    padding: 4px 8px;
    background-color: #000;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.stop-popup__content {
    padding:  0px;    
    background-color: #5a5a5a;
    font-size: 14px;
    color: #d6d6d6;    
}

.stop-popup__content-item {
    padding: 4px 0px;    
}

.stop-popup__content-item:not(:last-child) {  
    border-bottom: 1px solid #363636;
}

.stop-popup__content-item:last-child {  
    padding-bottom: 0px;
}

.stop-popup__content-item--header {
    color: white;
}

.stop-popup__item-icon {
    line-height: normal !important; /* global glyphicons wildcard override */    
    opacity: 0.8;
}

.stop-popup__item-line {
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.stop-popup__item-communication {
    /* padding: 4px;     */
    color: orange;
}

.stop-popup__close-icon {
    color: black;
    line-height: normal !important; /* global glyphicons wildcard override */
    cursor: pointer;
}

.stop-popup__content-table {
    width: 100%;
}

.stop-popup__content-table tr:not(:last-child) {
    border-bottom: 1px solid #363636;
}

.stop-popup__content-table th {
    color: white;
    font-weight: 600;
}

.stop-popup__content-table th {
    padding: 4px 8px;
}

.stop-popup__content-table td {
    padding: 0px 8px;
}

.stop-popup__content-table th,
.stop-popup__content-table td {    
    text-align: left;
}

.stop-popup__content-table tbody > tr > td:first-child, 
.stop-popup__content-table tbody > tr > th:first-child {
    text-align: center;
}

.stop-popup__content-table tbody > tr:last-child > td {
    /* padding-bottom: 0px; */
}

.stop-popup__content-td--communication {
    max-width: 300px;
    background-color: #363636;
}

/*************************************** Buttons *****************************************/

.button {
    border: 1px solid var(--main-color);
    border-radius: 100px;
    padding: 10px;    
    font-size: 18px;
    color: var(--main-color);
}

/*************************************** Scrollbar *****************************************/

/* width */
::-webkit-scrollbar {
    width: 6px;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-color); 
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--main-color); 
}

/*************************************** Loader *****************************************/

.waitMe {
    cursor: inherit !important; /* waitMe css override */
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .sidebar {
      width: 100%;
      height: 90vh;
    }

    .sidebar--empty {
        height: auto;
    }
    
    .result__item--header {
        display: flex;
        align-items: center;
    }

    .result__info {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
    }

    .ol-zoom {  
        top: 150px;
        left: 10px;
    }
    
    .ol-control.fitmap {
       top: 227px;
       left: 10px;
    }
    
    .ol-full-screen {    
        top: 270px;
        left: 10px;    
     }
    
     .ol-ztm-attribution {
        display: block;
        bottom: 0px;
        right: 240px;
     }

     .search-result ul.nav-tabs li a {
        padding: 10px 25px;
    }

    .stop-popup {
        display: none;
    }
  }

  /* intlTelInput */

/* intlTelInput plugin */
.iti__flag { 
    background-image: url("../../img/flags.png") !important; 
}

.iti--inline-dropdown .iti__dropdown-content {
    z-index: 5 !important;
}

.iti {
    vertical-align: top !important;
}

.search-result ul.nav-tabs li {
    text-align: center;
    font-size: 12px;
    font-weight: 550;
    /*min-width: 9.5vw;*/
    flex: 1 1 0px;
    cursor: pointer;
}

.search-result ul.nav-tabs {
    background-color: white;
    border-bottom: 2px solid #e4e4e4;
    display: flex;
    /*margin-bottom: 15px;*/
}

.search-result ul.nav-tabs--bg-grey {
    background-color: #E0E0E0;
}

.search-result ul.nav-tabs--bg-white {
    background-color: white;
    border-bottom: none;
}

.search-result ul.nav-tabs li a {
    border: none;
    border-bottom: 2px solid transparent;
    border-left: 0;
    color: #686868;
    text-align: left;
    height: 40px;
    padding: 10px 30px;
    border-radius: 0px;
    margin-right: 0px;
    text-align: center;
}

.search-result ul.nav-tabs li.active a {
    border-bottom: 2px solid var(--main-color);
    border-left: 0;
    border-right: 0;
    color: var(--main-color);
}

.search-result ul.nav-tabs li.active a:hover,
.search-result ul.nav-tabs li.active a:focus {
    border: 0;
    border-bottom: 2px solid var(--main-color);
    border-left: 0;
    border-right: 0;
    color: var(--main-color);
}

.search-result ul.nav-tabs li.tp__nav__btn a {
    background-color: var(--darkgreen);
    text-align: center;
    border-bottom: 1px solid black;
}