.d-none {
    display: none;
}
.login.alert {
    position: relative;
    top: 30px;
}
blockquote {
    margin-top: 5px;
    margin-bottom: 10px;
}
.table-szinteon button:not(.szinteon-exception) {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.table-szinteon button:not(.szinteon-exception):last-child {
    margin-bottom: 0;
}
.table-szinteon tbody tr td {
    vertical-align: middle;
}
.table-szinteon i.fa {
    cursor: pointer;
}
.table-szinteon tbody tr.double-bottom-border {
    border-bottom: 3px solid #ddd;
}
.table-szinteon tbody tr.double-top-border {
    border-top: 3px solid #ddd;
}
.table-szinteon tbody tr.double-top-border-black {
    border-top: 3px solid #000;
}
.table-szinteon tbody tr.double-bottom-border-black {
    border-bottom: 3px solid #000;
}
.list-menu-table span.sequence {
    margin-right: 4px;
}
.list-menu-table i.set-sequence.fa-arrow-up {
    margin-right: 4px;
}
.list-menu-table i.fa-pencil-square-o {
    margin-right: 4px;
}
.list-menu-table i.fa-times {
    margin-left: 4px;
}
img.preview {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 80px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.text-center-important {
    text-align: center !important;
}
.ajax-load {
    opacity: .3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #000 url("/assets/gfx/loading.gif") no-repeat center center;
    background-size: 100px 100px;
    display: none;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.copyright {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 50px;
}
.copyright img {
    max-width: 90%;
}

@media (max-width: 767px) {
    .copyright {
        margin: 20px 0;
    }
    .copyright img {
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .copyright {
        margin: 20px 0;
    }
    .copyright img {
        max-width: 50%;
    }
}