/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


 html, body {
	height: 100%;
	font-family: 'Roboto', 'Helvetica', sans-serif;
	/**/
	color: white;
}

body {
	background-color: #263238 !important;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.datepicker-row .is-selected {
	border-radius: 2px !important;
}

main {
	flex: 1 0 auto;
}

.modal,
.modal-content,
.datepicker-day-button,
input,
textarea {
	color: white !important;
}

.modal,
.modal-footer,
.nav-wrapper,
.page-footer,
.collapsible-header {
	background-color: #37474f !important;
}

.modal-footer .btn-flat {
	color: wheat;
}

.navbar-material,
.nav-wrapper,
.brand-logo img {
	height: 64px !important;
}

#languages .btn-flat {
	color: white;
}

.en,
.fr {
	display: none;
}

.keep-and-track-yellow {
	color: #ffde59;
}

.nav-wrapper #sign-in {
	margin-right: 20px;
}

.title-on-small {
	margin-top: 20px;
	font-size: 20px;
}


.loader {
	border-right: 6px solid #2e7d32;
	border-top: 6px solid #3498db;
	border-bottom: 6px solid #ff8f00;
	border-left: 6px solid #ff5252;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	margin: auto;
}

#main-loader {
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(50, 50, 50, 0.7);
	display: none;
}

#main-loader.visible {
	display: block;
}


#main-loader .loader {
	margin-top: 40vh;
}

#main-loader .loader-message {
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.line {
	width: 60%;
	height: 1px;
	background: white;
	margin: auto !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.blink {
  animation: blinker 3s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker { to { opacity: 0; } }


.hidden {
  display: none;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic; 
}

#cookies {
	position: fixed;
	bottom: 0px;
	left: 0px;
	display:none;
	background-color: rgba(50, 50, 50, 0.9);
	width: 100%;
	text-align: center;
	padding: 20px;
	color: white;
	z-index: 100;
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

footer a {
	color: white;
}

.google-play-badge {
	max-width: 100%;
	width: 150px;
}

.dropdown-content {
	top: 100% !important;
}

.tag,
.btn-tag {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
	border-radius: 3px;
	background-color: #424242;
}

.btn-tag {
	padding: 5px;
	border: none;
	cursor: pointer;
	color: white;
}

.btn-tag:hover {
	padding-top: 6px;
	padding-bottom: 6px;
}

.leaflet-popup-content-wrapper {
	color: black;
}

.fullscreen-map,
.fullscreen-map-close {
	z-index: 1000;
	position: absolute;
	top: 10px;
	right: 10px;
}

.fullscreen-map button ,
.fullscreen-map-close button {
	background-color: #f4f4f4;
	padding-left: 4px;
	padding-right: 4px;
}

.wheat {
	color: wheat;
}

.toast > span {
	width: 100% !important;
}

.test-account {
	border-radius: 5px;
	padding: 5px;
	line-height: normal !important;
	font-weight: bold;
}

#user-container  a {
	max-width: 170px;
}

.user-email {
	padding-right: 10px;
}