* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:#fff;
    background-attachment:fixed;
    height:100%;
    margin:0px;
    padding:0px;
    width:100%;
}

body, button, input, optgroup, select, textarea, h6 {
	font-family:-apple-system,'Helvetica Neue', Roboto, Helvetica, Arial, sans-serif;
	font-size:12px;
}

/* Portrait layout (default) */
.app {
    position:absolute; 
    height:100%;
	width:100%;
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        
    }
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

.regular {
	font-family: Roboto-Regular, -apple-system, 'Helvetica Neue Regular', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
.light {
	font-family: Roboto-Light, -apple-system, 'Helvetica Neue Light', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
.medium {
	font-family: Roboto-Medium, -apple-system, 'Helvetica Neue Medium', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
.modal-backdrop {
	z-index: 100000000;
}
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}
.clear {
	clear:both;
}
.yellow {
	color:yellow;
}
.green {
	color:green;
}
.red {
	color:red;
}
button.img-button {
	background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
}
.close-button {
	background-image: url(../../img/svg/Kreuz-Schliessen.svg) !important;
	background-size: 20px;
	background-position: center center !important;
	width:40px;
	height:40px;
	position: absolute;
	background-repeat: no-repeat;
	right: 0;
	top:0;
}
a.disabled {
  pointer-events: none !important;
  cursor: default !important;
}
.form-control:disabled, 
.form-control[readonly] {
	opacity:0.5;
	background-color:transparent;	
}
.developermode-content {
	display:none;
}
#developermode-uuid {
	font-size:0.8em;
}
/* #page-overlay { */
/* 	background: #fff; */
/* 	display:none; */
/* 	position:absolute; */
/* 	top:0; */
/* 	left:0; */
/* 	z-index:100000000; */
/* 	width:100%; */
/* 	height:100%; */
/* } */
.page-overlay {
	background: #fff;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:100000000;
	width:100%;
	min-height:100%;
}
#modal-spinner {
	z-index:1000000000;
}
.dialog-spinner {
	font-size: 20px;
    color: #3388cc;
    margin-top: 5px;
}
#debug-page .page-header {
	position:fixed;
}

#trip-button-container {
	display:none;
}
.map {
	width:100%;
	height:100%;
}
.page-header, .btn-blue {
	background-color:#3388cc;
}
h1, h2, h3, h4, h5, h6, a {
	color:#3388cc;
}
label {
	font-size:16px;
	color:#aab0b5;
	margin-bottom:0;
}
label.active {
	color:#3388cc;
}
::-webkit-input-placeholder {
    color: #78909c !important;
}
input.form-control,
input.form-control:focus {
	border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding:0;
    box-shadow:none;
    font-size:16px;
}
.custom-control-label::before,
.custom-control-label::after {
	right:0;
	left: auto;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #3388cc;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #3388cc;
}
.custom-control-input:disabled~.custom-control-label {
    color: #3388cc;
}
.btn {
	padding: 15px;
	border-radius: .60rem;	
	font-size:12px;
}
.btn-blue {
	border-color:#3388cc !important;
	color:#fff;
}
.blue {
	color: #3388cc;
}
.custom-control {
    padding-left: 0;
}
.modal-full-width .modal-dialog {
	max-width: 100%;
	margin: 0;
}
.modal-full-width .modal-content {
	border-left: 0;
	border-right: 0;
    border-radius: 0;	
    border: 0;
}
.modal {
	z-index:100000010;
	top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.modal-header {
	border-bottom:0;
}
.modal-header-container {
	width: 100%;
    text-align: center;
}
.shadow-top {
	box-shadow: 0px -3px 5px rgba(0,0,0,0.15);
}
.shadow-bottom {
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
}
.shadow-top-bottom {
	box-shadow: 0px -3px 5px rgba(0,0,0,0.15), 0px 3px 5px rgba(0,0,0,0.15);
}
.shadow-right{
	box-shadow: 3px 0 5px rgba(0,0,0,0.15);
}
.page-header {
	font-size: 20px;
	color:#fff;
	text-align: center;
	padding: 15px 10px;
	z-index: 1000 !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.page-content {
	padding: 80px 25px 20px;
}
.back-button {
	background-image: url(../../img/svg/Pfeil-Zurueck.svg) !important;
	background-size: 24px;
	background-position: center center !important;
	width: 50px;
	height:60px;
	position: absolute;
	background-repeat: no-repeat;
	left: 10px;
	top:0;
}
.profile-image {
	background-image: url(../../img/svg/Profilbild.svg) !important;
	background-size: 140px;
	background-position: center center !important;
	width: 140px;
	height:140px;
	position: absolute;
	background-repeat: no-repeat;
}
.profile-image img,
.team-image img {
	border: 2px solid #aab0b5;
    border-radius: 15px;
}
#snap-profile-image {
	margin-top:20px;
}
#create-profile-page .row,
#edit-profile-page .row {
	padding-top: 30px;
}
#create-profile-page .profile-terms-row {
	padding-top:20px;
}
#create-profile-page .team-row,
#edit-profile-page .team-row,
#edit-profile-page .profile-image-row,
#create-profile-page .profile-image-row {
	min-height: 170px;
}	
#edit-profile-page .team-row {
	padding-bottom: 40px;
}
#create-profile-page .team-row .col:first-child,
#create-profile-page .profile-image-row .col:first-child {
	padding-top:10px;
}
#create-profile-page .row:first-child {
	padding-top: 0;
}
#geocoding-proposals li {
	padding-left: 30px;
	border:0;
	background-size: 15px;
	background-position: 0 center !important;
	background-repeat: no-repeat;
}
#geocoding-proposals li.arrival {
	background-image: url(../../img/svg/Routing-Ziel.svg) !important;
}
#geocoding-proposals li.departure {
	background-image: url(../../img/svg/Routing-Standort) !important;
}
#routing-departure-input,
#routing-arrival-input {
	border:0;
	margin-top: 10px;
}
#routing-search-page .spacer {
	border-top: 1px solid #aab0b5;
}
#routing-search-page .col-switch {
	margin-right: 20px;	
}
#routing-search-page .routing-connections > .row {
	margin-top: 20px;	
	font-size:16px;
}
#routing-search-page .from {
	margin-top: 10px;
}
#routing-search-page .to {
	margin-top: 2px;
}
.routing-gps-button {
	width: 40px;
    height: 40px;
    background-size: 20px;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-image: url(../../img/svg/Routing-Standort-GPS.svg) !important;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.routing-gps-button:focus {
	outline: none;
}
#routing-details-page .routing-departure-arrival {
	text-align: center;
}
#routing-details-page .routing-departure-arrival img {
	margin-top: 3px;
}
#routing-details-page .costs-container,
#routing-details-page .details-container {
	padding-top: 20px;
	font-size:16px;
}
#routing-details-page .leafs {
	background-size: 20px;
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    background-image: url(../../img/svg/Blatt.svg) !important;	
    padding-left:25px;
    
}
#routing-details-page .costs {
	color:#aab0b5;
}
#routing-details-page .departure,
#routing-details-page .arrival {
	font-size:16px;
}
#routing-details-page .details-container .line {
    background-size: 3px;
    background-image: url(../../img/svg/line.svg) !important;
    background-position: center center !important;
    background-repeat: repeat-y;
}
#routing-details-page .details-container .icon {
	background-repeat: no-repeat;
	background-size: 15px;
	width: 100%;
    height: 50px;
    background-image: url(../../img/svg/Routing-Zwischenstation.svg) !important;	
    background-position: center center !important;
}
#routing-details-page .details-container .icon-departure,
#routing-details-page .details-container .icon-arrival {
	background-repeat: no-repeat;
	background-size: 25px;
	width: 100%;
    height: 25px;
}
#routing-details-page .details-container .icon-departure {
    background-position: center top !important;
    background-image: url(../../img/svg/Routing-Standort.svg) !important;
}
#routing-details-page .details-container .icon-arrival {
    background-position: center bottom !important;
    background-image: url(../../img/svg/Routing-Ziel.svg) !important;
    position: absolute;
    bottom: 0;
    left: 0px;	
}
#routing-details-page .details-container .col.description {
    padding: 10px 15px;
}
#preferences-page .configuration-headline {
	margin-bottom: 10px;	
}
#preferences-page .preferences-headline {
	margin:40px 0 10px;	
}
#preferences-page .road-safety,
#preferences-page .avoid-trafficlights,
#preferences-page .avoid-unlit-roads {
	margin-top: 15px;	
}
#preferences-page .routing-preferences-input-container label {
	margin: 10px 0 3px;	
	color: #3388cc;
	font-size: 12px;
}
#preferences-page h6.disbaled {
    color: #6c757d;
}
#preferences-page .modal-dialog .custom-control {
	padding: 3px 0;
}
#preferences-page input:checked~label {
	color:#3388cc;
}
#preferences-page .modal-dialog label {
	padding-right: 15px;	
}
#preferences-page .footer {
	margin-top: 40px;
}


/* #routing-details-page .page-content div { */
/* 	border: 1px solid; */
/* } */



























