/* common css */
@charset "utf-8";
/* CSS Document */

html {
    margin:    0 auto;
    max-width: 100%;
		height:	100%;
}
body {
        padding-bottom: 40px;
        background-color: #cccccc;
        font-family: 'Roboto', sans-serif;
	    font-size: 16px;
		//background-image: url("/img/background.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		height:	100%;
}
body.index {
        font-family: 'Roboto', sans-serif;
	    font-size: 16px;
		background-image: url("../img/bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
}
body.details {
	background-image: none;
	background-color: #ffffff;
}
h2
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#00a2d1;
}
h3
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#00a2d1;
}
.form-container
{
	width:325px;
	margin:0 auto;
	background:#fff;
	padding: 15px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	border-radius:3px;
}
a
{
	text-decoration:underline;
}
/* home page style */
.header
{
	text-align:center;
	font-size:25px;
	color:#fff;
	background:#00a2d1;
	height:35px;
	width:100%;
}
.header a
{
	color:#f9f9f9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	text-decoration:none;
	position:relative;
}
.header .left
{
	float:left;
	position:relative;
	left:20px;
}
.header .right
{
	float:right;
	position:relative;
	right:20px;
}
#binnenblok {
	width: 90%;
	margin: auto;
	padding: 10px;
	position: absolute;
	background: white;
	border-radius: 10px;
}
#buitenblok {
    width: 90%;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    margin: auto;
    margin-top: 10px;
}
.myflex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myflex-row {
    width: auto;
    border: 1px solid blue;
    background-color: grey;
}
.myflex-item {
    background-color: #eee;
    padding: 5px;
    width: 300px;
    height: 170px;
    margin: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.small
{
font-size: 0.8em;
color: #333333;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.modal-content, .form-control, .btn{
  border-radius: 3px;
}
label{
	font-family:Tahoma, Geneva, sans-serif;
	color:.00a9d1;
	font-weight: 400;
	font-size: 16px;
}
.form-control{
  height: 42px;
  font-size: 17px;
}
.form-control:focus {
  z-index: 2;
}
.alert{
    border-radius: 3px;
}
/* login form css */
#login_form {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
#login_form .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
#login_form input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#login_form input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#display_error{
	display: none;
}
.navbar-inverse {
    background-color: #05067a;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #000;
    background-color: #00ff00;
}
.navbar {
    margin-top: 3px;
}
.blink_me {
  color: #ff0000;
  animation: blinker 1s cubic-bezier(1,0,0,1)infinite;
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
.table td, .table th {
	font-size: 1em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	vertical-align: middle;
}
.activelap {
	font-size: 1em;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
table.overview{
	font-size: 9pt;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-top: 5px;
	border: 1px solid thistle;
}
#workouts{
	width: 100%;
	border: 1px solid #cccccc;
	background: #ffffff;
}
table.activity {
	width: 400px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	line-height: 16px;
}
td.activity {
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
td{
border: 1px solid #cccccc;
text-align: center;
font-size: 12px;
line-height: 24px;
}
td.top{
border: 1px solid #cccccc;
text-align: center;
background: #d1e5fe url("../img/bg_skyblue.gif") 0 0 repeat-x;color: black;
font-size: 14px;
}
td.stats {
	line-height: 16px;
	font-size: 9px;
	padding-bottom: 0px;
	padding-top: 0px;
}
th{
font-size: 12px;
text-align: center;
}
th.top{
border: 1px solid #cccccc;
text-align: center;
background: #48A2D1;
color: white;
font-size: 12px;
}
td.uploadleft{
border: 1px solid #cccccc;
text-align: left;
font-size: 12px;
}
td.uploadright{
border: 1px solid #cccccc;
text-align: left;
font-weight: bold;
font-size: 14px;
}
#chart_laps_pace,
#chart_zones,
#chart_laps_speed,
#chart_histogram,
#total_distance,
#total_speed,
#total_speed_by_category,
#total_speed_by_distance,
#total_speed_by_name,
#total_heartrate,
#chart_training,
#chart_cadence,
#training_large,
#total_heartrate_by_speed,
#distance2 {
	border: 1px solid #cccccc;
	box-shadow: 5px 5px 5px #dddddd;
	margin-bottom: 10px;
	width: 400px;
	display: inline-block;
	overflow: hidden;
}
#table_statistics {
	border: 1px solid #cccccc;
	box-shadow: 5px 5px 5px #dddddd;
	margin-bottom: 10px;
	width: 400px;
	height: 400px;
	display: inline-block;
	overflow: scroll;
	padding: 20px;
}
#table_top_laptimes {
	border: 1px solid #cccccc;
	box-shadow: 5px 5px 5px #dddddd;
	margin-bottom: 10px;
	width: 400px;
	height: 400px;
	display: inline-block;
	overflow: scroll;
	padding: 20px;
}

#shoes{
	border: 1px solid #cccccc;
	box-shadow: 5px 5px 5px #dddddd;
	margin-bottom: 10px;
	width: 400px;
}
#map_hr, #map_sp {	
	display: inline-block;
	border: 1px solid #cccccc;
}
.coloreddetailmaps{
	background: white;
	display: inline-block;
	padding: 20px;
}
#monthly_distance, #ActiveShoesDistance, #hovermap, buienradar, temperatuur {
	background: white;
	display: inline;
	background-repeat: no-repeat;
	float: left;
	background-position: center;
	border: 1px solid #ddd;
	margin: 2px;
	width: 360px;
	height: 320px;
	position: relative;
}

.flex-container {
	display: flex;
	justify-content: space-between;
	margin-right: 15px;
	border: 1px solid aliceblue;
	padding: 6px; 
}
textarea.upload {
width: 100%;
}
#workouts_pane{
overflow: scroll;
height: 600px;
}
td,th{
padding-left: 5px;
padding-right: 5px;
font-size: 12px;
text-align: right;
}
td.date{
border: 1px solid #cccccc;
text-align: center;
}
td.name{
border: 1px solid #cccccc;
text-align: left;
width: 170px;
}
td.category{
border: 1px solid #cccccc;
text-align: left;
}
td.time{
border: 1px solid #cccccc;
text-align: right;
}
td.distance{
border: 1px solid #cccccc;
text-align: right;
}
td.speed{
border: 1px solid #cccccc;
text-align: right;
}
td.heartrate{
padding-left: 5px;
padding-right: 5px;
font-size: 12px;
text-align: center;
}
td.num{
border: 1px solid #cccccc;
text-align: center;
}
td.weather{
border: 1px solid #cccccc;
text-align: center;
width: 130px;
}
td.weathertype{
border: 1px solid #cccccc;
text-align: center;
width: 60px;
}
td.tcxfile{
border: 1px solid #cccccc;
text-align: center;
}
td.view{
border: 1px solid #cccccc;
text-align: center;
}
td.shoes {
	font-size: 16px;
	border: none;
	margin-bottom: 10px;
}
td.kms {
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #cccccc;
	padding-right: 15px;
}
textarea.remarks{
width: 400px;
height: 180px;
border: 1px #ccc solid;
padding: 2px;
border-radius: 5px;
font-size: 12px;
}
/** sticky headers overrides example */
.TF.sticky th {
	/* override to position sticky headers underneath page header element */
	top: 51px !important;
}
p.index{
	font-size: 154px;
	font-family: times;
	font-weight: bold;
	color: chartreuse;
	float: right;
	padding: 100px;
}
#mapid {
	border: 1px grey solid;
	box-shadow: 5px 5px 5px #dddddd;
}
.page, .next, .prev, .end, .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.currentpage {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
button.currentpage {
	background: #007bff;
	color: white;
}
#workouts input.distance{
  width: 50px;
}
#workouts input.name, input.category{
  width: 60px;
}
.tablenumber{
	font-size: 20px;
	font-weight: bold;
	color: #48A2D1;
	text-align: center;
}
.headerview{
	margin-top: 10px;
	margin-bottom: 10px;
}
#bottomdiv{
	background-color: aliceblue;
}
#shoes {
	margin: auto;
	width: 40%;
	border: 1px solid #cccccc;
	padding: 10px;
	border-collapse: separate;
	border-spacing: 5px;
}
.btn {
	padding-bottom: 0px;
	padding-top: 0px;
}
ul, #myUL {
	list-style-type: none;
}
/* Remove margins and padding from the parent ul */
#myUL {
	margin: 0;
	padding: 0;
}
/* Style the caret/arrow */
.caret {
	cursor: pointer;
	user-select: none; /* Prevent text selection */
}
	/* Create the caret/arrow with a unicode, and style it */
	.caret::before {
		content: "\25B6";
		color: black;
		display: inline-block;
		margin-right: 6px;
	}
/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
	transform: rotate(90deg);
}
/* Hide the nested list */
.nested {
	display: none;
}
/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
	display: block;
}

.jumbotron {
	padding: 10px;
	background-color: ebf6ff;
}

#import_inner_content {
	margin: auto;
	width: 400px;
	padding:20px;
	background: rgba(255, 255, 255, 0.9);
}

