/*
Copyright (C) 2016 Pavel Junek

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/

/*
    Created on : 9.8.2016, 14:55:11
    Author     : Pavel Junek
*/

.header {
    background-color: #000;
    color: #fff;
    padding: 15px;
    height: 100px;
    margin-bottom: 15px;
    position: relative;
}

.logo {
    position: absolute;
    left: 15px;
    top: 15px;
}

.title {
    position: absolute;
    left: 100px;
    top: 23px;
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.hlavni-menu {
    color: #fff;
    margin-top: 50px;
    text-align: right;
    font-size: 18px;
}
.hlavni-menu li {
    list-style: none;
    display: inline;
}
.hlavni-menu li:before {
    content: "|";
}

.hlavni-menu li:first-child:before {
    content: "";
}

.hlavni-menu a {
    padding: 0 15px;
    color: #fff;
}

.footer {
    background-color: #555;
    background-image: url(../img/logo_small.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15px;
    height: 100px;
    margin-top: 15px;
}

.footer-menu-left {
    color: #fff;
    font-size: 12px;
}

.footer-menu-left li {
    list-style: none;
    margin: 0px 0px 10px -40px;
    text-align: left;
}

.footer-menu-left li:before {
    content: "|";
}

.footer-menu-left a {
    padding: 0 10px;
    color: #fff;
}

.footer-menu-right {
    color: #fff;
    font-size: 12px;
}

.footer-menu-right li {
    list-style: none;
    margin: 0px 0px 10px 0px;
    text-align: right;
}

.footer-menu-right li:after {
    content: "|";
}

.footer-menu-right a {
    padding: 0 10px;
    color: #fff;
}

.rozcestnik {

}

.o_projektu {
    background-image: url(../img/uvodni_foto_lidi.jpg);
    padding-top: 290px;
    padding-bottom: 10px;
    background-position: center -65px;
    background-repeat: no-repeat;
    background-size: 1100px;
}

.odkaz {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: #000 1px 1px 1px;
    transform: skewX(-20deg);
}

.odkaz:hover {
    color: #fff;
}

.nadpis {
    border-bottom: 8px solid #000;
    margin-bottom: 15px;
}

.rozcestnik .ekonomicka {
    background-color: #ff0;
}

.rozcestnik .zamestnanecka {
    background-color: #f0f;
}

.rozcestnik .socialni {
    background-color: #0f0;
}

.rozcestnik .environmentalni {
    background-color: #808;
}

.rozcestnik .rizeni-csr {
    background-color: #00f;
}

.mapa {
    border: 1px solid #555;
    margin-bottom: 30px;
}

#map {
    width: 100%;
    height: 584px;
}

.napoveda {
    margin: 15px 30px;
}

.badge-1 {
    background-color: #ff0;
    color: #000;
}

.badge-2 {
    background-color: #f0f;
}

.badge-3 {
    background-color: #0f0;
    color: #000;
}

.badge-4 {
    background-color: #808;
}

.badge-5 {
    background-color: #00f;
}

.dotaznik {
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;

    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.ukazatel {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 40px;
}

.uroven {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 5px;
}

.nav-tabs .active {
    font-weight: bold;
}

.error:empty {
	display: none;
}

.chart {
	font-size: smaller;
}

.bar-label {
	width: 36ex;
}

.bar-value {
	text-align: right;
	padding-left: 1ex;
	padding-right: 1ex;
}

.bar-container {
	width: 200px;
	height: 24px;
	position: relative;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

.bar-1, .bar-2, .bar-3, .bar-4, .bar-5 {
	position: absolute;
	left: 0;
	top: 5px;
	height: 14px;
	border: 1px solid gray;
}

.bar-1 {
    background-color: #ff0;
}

.bar-2 {
    background-color: #f0f;
}

.bar-3 {
    background-color: #0f0;
}

.bar-4 {
    background-color: #808;
}

.bar-5 {
    background-color: #00f;
}

.legend {
	margin-top: 1ex;
	font-size: 75%;
	font-style: italic;
	text-align: right;
}

.card-info {
	font-size: smaller;
}

.toolbar {
	margin-bottom: 15px;
}

.marker-legend ul {
	margin: 0 0 15px 0;
	padding: 0;
}

.marker-legend p {
	margin: 0;
	font-size: smaller;
	font-style: italic;
}

.marker-legend li {
	background-position: left;
	background-repeat: no-repeat;
	background-size: 11px 15px;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.marker-legend .verejny {
	background-image: url(http://api.mapy.cz/img/api/marker/drop-blue.png);
}

.marker-legend .sdileny {
	background-image: url(http://api.mapy.cz/img/api/marker/drop-yellow.png);
}

.marker-legend .soukromy {
	background-image: url(http://api.mapy.cz/img/api/marker/drop-red.png);
}
