:root {
	--bs-table-accent-bg: red;
  }

body {
	background-color:#2E3132;
	color:#A4A4A4;
	font-size: 15px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
}

a {
	color: #A4A4A4;
	text-decoration: none;
}

a:hover {
	color: #A4A4A4;
	text-decoration: underline;
}

h1 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#DA0B0B;
	font-size: 64px;
}
.brand h2 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	color:#FFF;
	font-size: 36px;
	padding-left: 285px;
	margin-top: -10px;
	
}

.brand {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
}

.brand img {
	float: left;
}

.actual {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: white;
}
.aktualne {
	font-size: 20px;
	color: #A4A4A4;
	font-weight: normal;
}

.aktualne_vyjezd {
	font-size: 20px;
	color: #4D5356;
	font-weight: normal;
}

img.actualnumber{
	float:right;
}

.rok {
  font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

.suma {
  font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 54px;
	color: #616161;
	margin-left: 25px;
}

.suma_number {
  font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #DA0B0B;
	float: right;
	margin-right: 25px;
}

.total_number {
	float:right;
	display: block;
}

.total_number span {
	color:white;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 64px;
	text-align: center;
	display: block;
	width: 100%;
	top: -55px;
	position: relative;
}

.card-body, .card {
	background-color: #292C2D;
	border:0;
	border-radius: 5px;
}

table {
	font-size: 14px;
	line-height: 35px;
	font-family: "Ubuntu", sans-serif;
	border-collapse: collapse;
}

.table > :not(caption) > * > * {
	color: #A4A4A4;
}

.borderless td, .borderless th {
    border: none;
}

.table-striped th {
	--bs-table-accent-bg: #292C2D;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
	--bs-table-accent-bg: #4D5356;
	color: #A4A4A4;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg:  #383D40;
	color: #A4A4A4;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: #383D40;
}

table tr td:first-of-type {
	padding-left:30px;
	color:white !important;		/* ID výjezdu */
}

table tr th:first-of-type {
	padding-left:30px;
}
.rounded_tabs {
	border-bottom-left-radius:5px; 
	border-bottom-right-radius:5px; 
	border-top-left-radius:0px !important; 
	border-top-right-radius:0px !important; 
	overflow: hidden;
}
.navbar {
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.25) !important;
	color: #A4A4A4;
}

.navbar img{
	margin-right:10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right:15px;
	padding-left:15px;
	color: #A4A4A4;
 }

 .nav-tabs {
	background-color: #383D40;
	border:0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
 }

.nav-tabs .nav-link {
	border:0;
	padding: 10px 25px;
	font-weight: 500;
	color:#A4A4A4;
	border:0;
	border-radius:0;
}

button.nav-link:first-of-type {
	border-top-left-radius: 5px;
 }

 .nav-tabs .nav-link.active {
	background-color: #DA0B0B;
	color:white;
	font-weight: 600;
 }

 .footer{
	 min-height: 225px; 
	 background: rgba(0, 0, 0, 0.1);
	 align-content: center
 }
 
 .footer .logo_footer {
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: 30px;
 }
  .footer .name_footer {
	display: inline-block;
	vertical-align: middle;
}
	
 .copy {
	 background: rgba(0, 0, 0, 0.25);
	 font-size: 85%;
	 color: #616161;
 }

 .modal-content {
	background-color: #292C2D;
 }

 .modal-header {
	border-color:#252526;
 }

 .modal-body input {
	background-color:#252526;
	border:none
 }
 .modal-body .btn-primary {
	background-color:  #DA0B0B;
	border:0;
	color:white;
 }
 .form-control {
	color: #A4A4A4;
 }

 .modal-title {
	color: white;
 }

 .modal-header .btn-close img{
	color: white;
 }