html {
    position: relative;
    min-height: 100%;
}
footer {
    position: fixed;
    left: 0;
    bottom: -50px;
    height: 100px;
    width: 100%;
    overflow: hidden;
    background-color: #656565;
}
div.bathori-logo {
    padding-top: 1rem !important;
}
img.logo-img {
    padding-bottom: 1rem !important;
}
p.footer-text {
    position: relative;
    bottom: -13px;
    color: white;
}
.btn-magenta {
    background-color: #ae0779;
    border-color: #ae0779;
}
.btn-magenta:hover {
    background-color: #8a0660;
    border-color: #8a0660;
}
a {
    color: #004085;
}
button.torles-gomb {
    background-color: #656565;
    border-color: #656565;
}
button.torles-gomb:hover {
    background-color: #ca0303;
    border-color: #ca0303;
}

/**
 * Tabs
 */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #007bff;
    font-weight: 500;
}

li.nav-item a.nav-link { color: #393237; }
li.nav-item a.nav-link { border: 1px solid #b1b1b1; }

.tab-content { padding: 25px; }

h4.tab-title {
    font-weight: 200;
    text-align: center;
}

hr.dashed {
    border-color: #bdbdbd;
    border-top: 1px dashed rgba(0,0,0,0.9);
}

div.alert-box {
    position: relative;
    top: 40px;
}

div.vegleges-torles-gomb {
    position: relative;
    top: 50px;
}