body {
	margin-top: 70px;
}
.pagination {
	margin: 0;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input#email {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input#password {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.well.szuro {
	margin-bottom: 0px;
}
.rendezheto .thumbnail, .rendezheto tr, .rendezheto li {
	cursor: move;
}
.icon-refresh-animate {
	animation: rotateThis 1s linear infinite;
	-webkit-animation: rotateThis 1s linear infinite;
}
@-webkit-keyframes rotateThis {
	from {
		transform: scale(1) rotate(0deg);
	}
	to   {
		transform: scale(1) rotate(360deg);
	}
}
.ajax_loader {
	width: 80px;
	height: 55px;
	position: fixed;
	top: 200px;
	right: 50%;
	z-index: 100001;
	background-color: rgba(100,100,100,0.5);
	text-align: center;
	border-radius: 5px;
	display: none;
	color: #fff;
	font-size: 22px;
	padding-top: 11px;
}
ul.nav.nav-tabs {
	margin-bottom: 15px;
}
.doboz {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.form-inline .bootstrap-select {
	width: auto !important;
}
fieldset+fieldset {
	margin-top: 10px;
}

.custom-file-label::after{
	content: 'Tallózás';
}
.width-300{
	width: 300px !important;
}
.width-600{
	width: 600px !important;
}
.certificate-main-content {
    flex: 1; 
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.certification-container {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

p {
    line-height: 1.5;
    text-align: justify;
}

.name-and-school {
    margin: 20px 0;
    text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.signature {
    margin-top: 100px;
    position: relative;
}

.signature-container {
    width: 100%;
    text-align: center; 
    margin-top: 50px;
    margin-left: 100px;
}
.signature-block {
    display: inline-block;
    text-align: center; 
}
        
.stamp {
    position: absolute;
    top: -40px;
    right: 0;
    width: 250px;
    height: auto;
    z-index: -1;
}
.logo-bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 700px;
    height: auto;
    z-index: -1;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.header {
    display: table;
    width: 100%;
    margin: 40px 0 40px;
}

.logo-top {
    display: table-cell;
    width: 250px;      
    vertical-align: middle;
}

.header-text {
    display: table-cell;
    vertical-align: middle;
    text-align: right; 
    line-height: 1.4;
    font-size: 10pt;
}

.header-text .pte {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.header-text hr {
    width: 100%;
    margin: 2px 0 5px 0;
    border: 1px solid #3465a4;
}

.footer {
    display: table;
    width: 100%;
    font-size: 9pt;
    line-height: 1.3;
    color: #000;
    margin-top: 200px;
}

.footer-text {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

.footer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.footer-contact a {
    color: #3465a4;
    text-decoration: none;
}
.flex-center {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
	color: black;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.white-bg{
    background-color: white;
}