.infokep{
    width: 0.6em;
    display: inline;
    position: relative;
    text-decoration: none;
}
.infokep:hover:after{
    background: #333;
    background: rgba(0,0,0,.85);
    border-radius: 5px;
    bottom: -5px;
    color: #fff;
    content: attr(alt);
    padding: 5px 15px;
    position: absolute;
    right: 15px;
    z-index: 98;
    max-height: 300px;
    width: max-content;
    max-width: 300px;
    overflow: auto;
    font-weight: normal;
}
.infokep:hover:before{
    border: solid;
    border-color: transparent #332;
    border-width: 6px 0px 6px 6px;
    bottom: 5px;
    content: "";
    position: absolute;
    /*left: 70%;*/
    right: 10px;
    z-index: 99;
}
.FormGomb{
    border: 1px solid #00000029 !important;
    border-radius: 5px;
}
.MyTitle{
    padding: 10px !important;
    border: 1px solid #439522;
    min-width: 10em;
    margin-bottom: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 5px;
    background-color: rgb(75, 166, 38);
    font-size: 20px;
}
blockquote{
    border-color: rgb(75, 166, 38) !important;
}
.jogvalaszto{
    max-height: 20em;
    overflow: auto;
    position: relative;
}
.danger-bg {
    background-color: rgba(255, 255, 0, 0.24) !important;
}
.cke_toolbar_last{
    /*display:none;*/
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + .75rem + 2px) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + .75rem + 2px) !important;
}
form .row{
    margin-top: 1rem !important;
}

.custom-file-label:after{
    content: "Fájlböngésző" !important;
}