body {
	font-size: .9375rem;
	background-color: #F4F4F4;
	padding-top: 75px;
}

.navbar {
	background-color: #2A53A0 !important;
	color: #fff !important;
}

.navbar-logo {
	height: 50px;
}

.nav-link, .nav-link:active, .nav-link:hover {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-toggler {
	border-color: white;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 #fff;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-primary, .btn-outline-primary:hover {
	background-color: #2A53A0;
	border-color: #2A53A0;
}

.btn-outline-primary:active {
	background-color: #2A53A0 !important;
	border-color: #2A53A0 !important;
}

.wbox {
	background-color: white;
	box-shadow: 0 0 6px 0 #D6D6D6;
}

.btn-outline-primary {
	border-color: #2A53A0;
	color: #2A53A0;
}

.pagetitle {
	text-transform: uppercase;
	margin-top: .75rem;
	margin-bottom: .75rem;
	color: #2A53A0;
	font-weight: 700;
}

.progress-bar {
	background-color: #2A53A0;
}

.progress {
	border-radius: 0;
}

.text-blue {
	color: #2A53A0;
}

.breadcrumb {
	padding: 0.5rem;
	padding-left: 0rem;
	padding-top: 0;
}

.breadcrumb a {
	color: #2A53A0;
	text-decoration: none;
}

.dropdown-item:active {
	background-color: #2A53A0;
}

.form-default {
	max-width: 800px;
	margin: auto;
	padding: 2rem 4rem;;
	border-top: 5px solid #2A53A0;
	background-color: white;
	box-shadow: 0 0 6px 0 #D6D6D6;
}

@media (max-width: 767px) {
	.form-default {
		padding: 2rem 1rem;
	}
}

p.formtitle {
	font-size: x-large;
	color: #2A53A0;
	font-weight: bold;
	margin-bottom: 1rem;
	text-align: center;
}

.datatable thead {
	color: #2A53A0;
}

.datatable th, .datatable {
	border: none !important;
	border-collapse: collapse !important;
}

.datatable td {
	border: none !important;
}

.datatable tbody {
	box-shadow: 0 0 6px 0 #D6D6D6;
}

.datatable tbody td {
	border: 1px solid #D6D6D6 !important;
}

.datatable tbody tr {
	background-color: #fff;
}

.datatable tbody tr.even {
	background-color: #EFF3FB;
}

.datatable tbody tr:hover {
	background-color: #C3D2EE !important;
}

.btn-xs, .btn-group-xs > .btn {
	--bs-btn-padding-y: 0.05rem;
	--bs-btn-padding-x: 0.4rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn {
	border-radius: 0;
}

.form-control, .form-select {
	border-radius: 0;
}

.form-floating>label {
	left: auto;
}

.dg-title {
	margin-bottom: 0.3rem;
	text-transform: uppercase;
	color: #7A7A7A;
	font-weight: bold;
	font-size: smaller;
}

.torolt {
	color: #8F8F8F;
	text-decoration: line-through;
}

.uid {
	text-decoration: none;
	color: black;
}

.accordion-item {
	border-radius: 0 !important;
}

.accordion-button:focus {
	box-shadow: none;
	border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
	background-color: #EFF3FB;
	color: #000;
}

.btn {
	box-shadow: 0 0 9px #888;
	transition: box-shadow .4s;
}

.btn:hover {
	box-shadow: none;
}

.badge {
	text-decoration: none;
	border-radius: 0;
}

.bg-primary {
	background-color: #2A53A0 !important;
}

.form-floating>label {
	top: -17px;
}

.form-floating>.form-control, .form-floating>.form-select {
	height: 40px;
	min-height: 40px;
}

.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.form-floating>.form-control {
	padding: 1.2rem 0.75rem;
}

.form-floating>.form-select {
	padding: 0 0.75rem;
}

.form-floating>.form-control:placeholder-shown~label {
	top: -9px;
}

.form-floating>.form-control:focus~label {
	top: -17px;
}

.form-floating {
	margin-bottom: .65rem !important;
}

.form-select:focus {
	border-color: #2A53A0;
	outline: 0;
	box-shadow: none;
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #2A53A0;
	outline: 0;
	box-shadow: none;
}

.form-floating>.form-control:disabled~label::after, .form-floating>:disabled~label::after {
	background-color: rgba(255,255,255, .5);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: none;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: none;
}

.nav-link-tab {
	border-radius: 0 !important;
	color: #2A53A0 !important;
}

.nav-link-tab:hover {
	color: #2F5DB1 !important;
}

.nav-link-tab.active {
	border-radius: 0 !important;
	background-color: #2A53A0 !important;
	color: white !important;
}

.penztar-csempe {
	padding: 0.7rem;
	border-left: 5px solid #2A53A0;
	cursor: pointer;
}

.penztar-title {
	text-transform: uppercase;
	font-weight: bold;
	color: #2A53A0;
	margin: 0;
}

.penztar-csempe-idegen {
	border-left: 5px solid #6B6B6B;
}

.penztar-csempe-idegen .penztar-title {
	color: #6B6B6B;
}

.penztar-balance {
	margin: 0;
	text-align: right;
	font-size: 1.5rem;
}

.penztar-balance-huf {
	margin: 0;
	text-align: right;
	font-size: 0.7rem;
}

.penztar-osszegzo {
	padding: 0.7rem;
	border-top: 5px solid #2A53A0;
}

.tr-ev-1 {
	font-size: 18px;
	font-weight: bold;
}

.tr-ev-2 {
	font-size: 18px;
	font-weight: bold;
}

.tr-ev-3 {
	font-size: 16px;
	font-weight: bold;
}

.tr-ev-4 {
	font-size: 16px;
	font-weight: normal;
}

.tr-ev-5 {
	font-size: 14px;
}

.tr-ev-6 {
	font-size: 12px;
}

a.nocolor {
	text-decoration: none;
	color: black;
}

.row-hl:hover {
	background-color: #DBDBDB;
}
