body {
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

.clearer {
	clear: both;
}

.loginForm {
	margin-top: 20px;
}

.loginForm input, .loginForm button {
	width: 100%;
	margin-bottom: 20px;
}

.menu {
	text-align: right;
	background-color: #007191;
	color: #FFFFFF;
	padding: 10px;
}

.menu a {
	color: #FFFFFF;
}

.typeButton {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 20px;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.searchForm input {
	width: 60%;
	margin-bottom: 20px;
	display: inline-block;
}

.searchForm input[type="checkbox"] {
	width: 20px;
	margin-bottom: 20px;
}

.searchForm select {
	width: 160px;
	margin-bottom: 20px;
	display: inline-block;
}

.searchForm button {
	width: 35%;
	margin-bottom: 20px;
	vertical-align: baseline;
}

.visszaBtn {
	margin-left: 20px;
	width: 200px;
}

.timeForm input, .timeForm select {
	margin-bottom: 20px;
	display: inline-block;
}

.timeForm input[name="datum"] {
	width: 30%;
}

.timeForm input[name="perc"] {
	width: 30%;
}

.timeForm select[name="tipusid"] {
	width: 36%;
}

.timeForm textarea {
	width: 50%;
	display: inline-block;
}

.timeForm button {
	width: 25%;
	vertical-align: top;
}

.naplo-nap {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	border-top: 1px solid #000000;
}

.naplo-nap-keret {
	border-right: 1px solid #000000;
}

.naplo-nap-ma {
	background-color: #D4EDFF;
}

.naplo-nap-perc {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ffffff;
	font-size: 14px;
	padding: 2px 5px;
	border-radius: 5px;
}

.naplo-nap-perc.bg-warning {
	color: #000000;
}

.naplo-kartya {
	border: 1px solid #000000;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 5px;
	position: relative;
}

.naplo-kartya.fix-magassag {
	height: 170px;
}

.kartya-tipus {
	font-size: 14px;
	display: inline-block;
	width: calc(50% - 3px);
	box-sizing: border-box;
}

.fix-magassag .kartya-tipus {
	position: absolute;
	bottom: 2px;
	left: 5px;
	width: auto;
	padding: 2px 5px;
	border-radius: 5px;
}

.kartya-perc {
	font-size: 14px;
	display: inline-block;
	width: calc(50% - 3px);
	box-sizing: border-box;
	text-align: right;
}

.fix-magassag .kartya-perc {
	position: absolute;
	bottom: 2px;
	right: 5px;
	width: auto;
	padding: 2px 5px;
}

.kartya-gomb {
	position: absolute;
	top: 5px;
	right: 5px;
}

@media (min-width: 1400px) {
    .col-xxl-custom7 {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .offset-xxl-custom7 {
        margin-left: 6.25%;
    }
}

.osszesites {
	width: 200px;
	display: inline-block;
}