/*
Verze pro WWW.KHSJIH.CZ
*/

h4.modal-title {
	color: #58595B;
	font-family: "Poppins";
	font-size: 18px;
	font-weight: bold;
}

.btn-primary {
	background-color: #00458D;
	border-color: #00458D;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: white !important;
	color: #00458D !important;
	border-color: #00458D !important;
}

thead {
	color: #00458D !important;
}

.modal-body {
	max-height: calc(100vh - 225px) !important;
}
.modal-body img {
	max-height: calc(100vh - 255px) !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.tooltip-inner {
	max-width: 300px;
}

ul.nav-tabs li {
	margin-bottom: 0;
}
ul.nav-tabs li button.nav-link {
	color: #00458D !important;
}
ul.nav-tabs li button.active {
	color: #58595B !important;
}
div.tab-pane {
	padding-top: 20px;
}

div.card {
	margin-bottom: 10px;
}

div.card-header a.btn {
	color: #00458D !important;
	text-align: left;
}

.div-hover:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

a.btn:focus {
	outline: 2px solid #00458D;
}