﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Zahlavie */
.header-container {
	width: 100%;
	overflow: hidden;
	background: wheat;
	padding: 0.3em 0em 0em 0.7em;
}

.header-left {
	width: 200px;
	float: left;
}

.header-right {
	margin-left: 620px;
}

.department-selector {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 30px;
	background: wheat;
}

/* Zahlavie zoznamu vozidiel
-------------------------------------------------- */
.date-selector {
	margin: 20px;
}


.change-period {
	margin: 20px;
	/*padding: 10px;*/
	/*background-color: gray;*/
}


/*Stredisko
-------------------------------------------------- */
.fleet-department {
	font-weight: bold;
}
/* Tabulka vozidiel
-------------------------------------------------- */
table {
	display: table;
}

tr {
	display: table-row;
}

.tbl-body-fleet tr:hover {
	cursor: pointer;
	background-color: #fee86e;
}

.tbl-fleet, .tbl-consumption {
	width: 100%;
	margin: 15px;
}

tr.space-under > td {
	padding-bottom: 1em;
}

tr.space-under > th {
	padding-bottom: 1em;
}


.no-decoration, .no-decoration:hover {
	text-decoration: none;
	color: #212529;
}

.container-consumption {
	width: 100%;
	height: 150px;
	margin: auto;
	padding: 10px;
}

.left-consumption {
	width: auto;
	height: auto;
	float: left;
}

.right-consumption {
	text-align: center;
	width: 500px;
	margin-left: 15%;
	height: auto;
}

.tbl-row-right {
	text-align: right;
	padding: 15px;
}

.a-button {
	text-decoration: none;
	color: cadetblue;
}

	.a-button:hover {
		color: aqua;
	}

.btn-table {
	padding: 0rem 1rem 0rem 1rem
}

.btn-table:hover {
	color: white;
}

.font-smaller {
	font-size: 6px;
}

.tbl-report-header {
    font-size: 8px;
}

.no-border {
	border: 0;
}

.container-receipts {
	font-size: smaller;
	font-style: italic;
	background-color: lightgreen;
}

.red {
	color: red;
}

.green {
	color: green;
}

.btn-ground {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#hidden-foreign-dep {
	display: none;
}

.sum-line {
	border: solid;
	border-width: 1px 0 0 0;
}