﻿/*
colors:
- background	#01002A
- text			#608CD3
*/

html {
	height: 100%;
}

body {
	background-color: #01002A;
	font-family: Ubuntu, arial, "times new roman", times, roman, serif;
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -190px;
	padding: 0 0 190px;
}

.header {
	background-color: #01002A;
}

.footer {
	height: 190px;
}

h1, h2, h3 {
	color: #608CD3;
	font-family: Ubuntu, arial, "times new roman", times, roman, serif;
}

p {
	color: white;
	text-align: justify;
	font-family: Ubuntu, arial, "times new roman", times, roman, serif;
}

a {
	color: white;
	font-family: Ubuntu, arial, "times new roman", times, roman, serif;
	text-decoration: underline;
}

.logo {
	width: 591px;
	height: 319px;
}

button {
	font-family: Ubuntu, arial, "times new roman", times, roman, serif;
	background-color: #608CD3;
	color: white;
}

	button.btn {
		font-weight: bold;
		font-size: 2em;
	}

.logo-wiprague {
	width: 591px;
	height: 319px;
}

.progress {
	display: none;
}

.progress-cz {
	width: 250px;
	height: 54px;
}

.progress-en {
	width: 265px;
	height: 54px;
}

.logo-group-dpp-prague {
	width: 591px;
	height: 226px;
}

.logo-group-skoda {
	width: 591px;
	height: 226px;
}

.logo-group-jcdecaux-rencar {
	width: 591px;
	height: 102px;
}

.footer-text {
	text-align: center;
	font-size: 0.8em;
}

h1.center-block {
	text-align: center;
}

h3.center-block {
	text-align: center;
}

p.center-block {
	text-align: center;
}

#accept-form {
	text-align: center;
}

.accept-form-btn-cz {
	width: 250px;
}

.accept-form-btn-en {
	width: 265px;
}

.accept-form-block-cz {
	width: 250px;
	height: 76px;
}

.accept-form-block-en {
	width: 265px;
	height: 76px;
}

.twitter-follow-button {
	color: white;
}

#utilization-form {
	text-align: left;
	color: white;
}

#utilization-form td {
	padding: 5px;
}

#utilization-form select {
	width: 180px;
	color: black;
}

#utilization-form input {
	width: 180px;
	color: black;
}

#utilization-results {
	color: white;
}

#utilization-results td {
	padding: 5px;
}

#utilization-results td.tiny {
	font-size: 8pt;
}

#utilization-results td.failure {
	color: #b22222;
}

.col-25 {
	width: 25%;
}

.col-20 {
	width: 20%;
}

.col-40 {
	width: 40%;
}

.col-60 {
	width: 60%;
}

.table-100 {
	width: 100%;
}

.chart-100 {
	width: 100%;
}

.row-border-bottom {
	border-bottom: 1px solid #608CD3;
}

.row-border-top {
	border-top: 1px solid #608CD3;
}

.row-border-left {
	border-left: 1px solid #608CD3;
}

.service-error {
	color: red;
}

.col-header {
	font-weight: bold;
}

.location {
	text-align: center;
	color: white;
	font-size: 24px;
	padding-bottom: 22px;
}

.location-delimiter-h {
	width: 15px;
	display: inline-block;
}

.location-delimiter-v {
	font-size: 2px;
}

.label {
	font-size: 100%;
}

.label-success {
	background-color: #608CD3;
}

#fixed-location-map {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 350px;
}

#fixed-location-map-new {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 350px;
}

@media (min-width: 768px) {
	.container {
		max-width: 750px;
	}
}

@media (max-width: 600px) {
	.logo-wiprague {
		width: 394px;
		height: 213px;
	}

	.logo-group-dpp-prague {
		width: 394px;
		height: 151px;
	}

	.logo-group-skoda {
		width: 394px;
		height: 151px;
	}

	.logo-group-jcdecaux-rencar {
		width: 394px;
		height: 68px;
	}

	.wrap {
		margin: 0 auto -170px;
		padding: 0 0 170px;
	}

	#fixed-location-map {
		width: 400px;
	}

	#fixed-location-map-new {
		width: 400px;
	}

	.footer {
		height: 170px;
	}
}

@media (max-width: 400px) {
	.logo-wiprague {
		width: 295px;
		height: 160px;
	}

	.logo-group-dpp-prague {
		width: 295px;
		height: 113px;
	}

	.logo-group-skoda {
		width: 295px;
		height: 113px;
	}

	.logo-group-jcdecaux-rencar {
		width: 295px;
		height: 51px;
	}

	.wrap {
		margin: 0 auto -160px;
		padding: 0 0 160px;
	}

	#fixed-location-map {
		width: 300px;
	}

	#fixed-location-map-new {
		width: 300px;
	}

	.footer {
		height: 160px;
	}
}

.hidden {
	display: none;
}