@charset "utf-8";
/* CSS Document */

body {
    /*min-width: unset;*/
    overflow-y: scroll;
    font-size: 16px;
}
body > div.container-xxl {
    min-height: calc(100vh - 188px); 
    padding-bottom: 20px;
}

/* oldal fejléc */
h1.title_bs { /* styles_2013 off */
    padding-left: 0;
    margin-left: 0;
    border-bottom-color: #e95d0f !important;
}
h1.title_bs.title_secondary { /* styles_2013 off */
    border-bottom-color: #d3d3d3 !important; /* ligth grey */
}
h1.title_bs span.fa:before {
    padding: 0 0.25rem!important;
    vertical-align: middle;
}
h1.title_bs span.fa.link {
    color: #b7babc;
}
h1.title_bs a:hover span.fa.link {
    color: #39688c;
}
.navbar-dark button.navbar-toggler {
    background-color: #1f6991;
}
.navbar-dark button.navbar-toggler:hover {
    background-color: #e95d0f;
}
.navbar-dark button.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem;
}
/*
.off-menu-container div.offcanvas {
    background-color: #1f6991;
    border: 0px;
    width: initial;
}
*/

/* panel */
.panel_bs {
    /* border: solid 1px #93a543; */
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 1.5rem;
}

/* table */
table.table {
    border-collapse: separate;
    border-spacing: 1px;
    border-top: 1px solid #becd7f !important;
    line-height: 1rem;
}
table.table tr {
    height: 45px;
}
table.table-hover tr:not(.no-hover):hover td {
    background-color: #93a543 !important;
}
table.table-hover tr.no-hover:hover td {
    --bs-table-accent-bg: initial; /* hogy kikapcsoljuk a bs beáálítást */
}
table.table-hover /*tr:not(.no-hover):hover*/ td a {   
    color: #000000;
}
table.table-hover /*tr:hover*/ td a[href="#"] {
	text-decoration: none;
    cursor: auto;
}
table.table tr.odd td {
    background-color: #e1e1e1;
}
table.table tr.notvisited td {
    font-weight: bolder;
}
table.table th {
    border-bottom: solid 2px #fff !important;
    background-color: #DDDDDD;
    padding: 2px;
    vertical-align: middle !important;
}
table.table td {
    border-top: 0px !important;
    background-color: #F5F5F5;
    padding: 2px;
    vertical-align: middle !important;
}

a[data-bs-toggle="collapse"] {
    cursor: pointer;
}
/* collapse ikon */
a[data-bs-toggle="collapse"] .fa.collapse-status {
    padding-left: 0.25rem;
    vertical-align: middle;
}
a[data-bs-toggle="collapse"].collapsed .fa.collapse-status:before {
    content: "\f0d7"; /* fa-caret-down */
}
a[data-bs-toggle="collapse"]:not(.collapsed) .fa.collapse-status:before {
    content: "\f0d8"; /* fa-caret-up */
}

div.row.title_bs {
        border-bottom: solid 1px #e95d0f; 
        padding-left: 0px; 
	padding-bottom: 2px;
	color: #3A698D; 
        font-size: 21px !important;
}
div.title_bs div:first-child {
	padding-left: 10px;
}
div.title_bs div:not(:first-child) {
	padding-left: 20px;
}
ul.nav-tabs.title_bs {
    border-bottom: solid 1px #e95d0f; 
	color: #3A698D; 
    /* font-size: 21px !important; */
}
ul.nav-tabs.title_bs .nav-link {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
    border-bottom-color: transparent;
    color: #6f8a3c;
}
ul.nav-tabs.title_bs .nav-link.active {
    border-color: #e95d0f #e95d0f #fff;
    color: inherit;
    /* alsó border bug wa: */
    border-bottom-width: 4px;
    height: 105%;
}
@media (max-width: 575px) { /* -xs */
    ul.nav-tabs.title_bs .nav-link.below-sm-active {
        border-color: #e95d0f #e95d0f #fff;
        color: inherit;
        /* alsó border bug wa: */
        border-bottom-width: 4px;
        height: 105%;
    }
}
@media (max-width: 767px) { /* -sm */
    ul.nav-tabs.title_bs .nav-link.below-md-active {
        border-color: #e95d0f #e95d0f #fff;
        color: inherit;
        /* alsó border bug wa: */
        border-bottom-width: 4px;
        height: 105%;
    }
}
@media (max-width: 991px) { /* -md */
    ul.nav-tabs.title_bs .nav-link.below-lg-active {
        border-color: #e95d0f #e95d0f #fff;
        color: inherit;
        /* alsó border bug wa: */
        border-bottom-width: 4px;
        height: 105%;
    }
}
@media (max-width: 1199px) { /* -lg */
    ul.nav-tabs.title_bs .nav-link.below-xl-active {
        border-color: #e95d0f #e95d0f #fff;
        color: inherit;
        /* alsó border bug wa: */
        border-bottom-width: 4px;
        height: 105%;
    }
}

.dn-color-blue {
	color: #3A698D; 
}
.dn-color-green {
    color: #6f8a3c;
}
.text-justify {
    text-align: justify;
}

.panel_button_bs {
    border-top: solid 1px #becd7f;
    padding-top: 18px;
}

/* bootstrap saját */

.alert {
    margin-bottom: 0.5rem;
    padding: 0.75rem;
}

.h5 { /* h3, h4, h6 ? */
    color: #93a543;
}

.border-primary {
  border-color: #93a543 !important;
}

.bg-info { /* badge-info */
    background-color: #93a543 !important;
}

.form-check-input {
    font-size: 1.2rem;
    margin-top: initial; /* def 0.25em, így d-flex container-rel lehet igazítani */
}
.form-check-input:checked {
    background-color: #e95d0f;
    border-color: rgba(0,0,0,.25);
}
.form-check-input.blue:checked {
    background-color: #1f6991;
    border-color: rgba(0,0,0,.25);
}
.form-check-input:focus {
    border-color: rgba(0,0,0,.25);
    box-shadow: 0 0 0 0.25rem rgb(233 93 15 / 25%);
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #9bb639;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239bb639' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.accordion-flush .accordion-item {
    border-bottom: 0;
}

input.form-control-plaintext {
    font-weight: bold;
}

.modal-body { /* az alábbi gomb miatt */
    padding-top: 1.5rem;
}
.modal .modal-body .btn-close.fa { /* ha a modal-body-ban van, más a pozíció */
    opacity: initial;   
    position: absolute;
    right: -14px;
    top: -14px;
    background: initial;
    font-size: 26px;
}
.modal .btn-close.fa:before {
    content: "\f057"; /* fa-circle-xmark */
}

.text-info {
    color: #1f6991 !important;
}

.btn::first-letter {
    text-transform: capitalize;
}
.btn:focus, .btn:active:focus {
    box-shadow: initial !important;
}
.btn-info {
    background-color: #1f6991;
    color: #fff;
    border-color: #fff;
}
.btn.btn-primary:hover:not([disabled]):not(.no-hover),
.btn.btn-info:hover:not([disabled]):not(.no-hover),
.btn.active,
.btn-check:checked+.btn {
    background-color: #e95d0f !important;
    border-color: #e95d0f !important;
    color: #fff;
    text-decoration: none; /* ha link */
}

.btn-primary {
    border-color: #1f6991 !important;
    background-color: #1f6991;
    height: 38px;
    border-radius: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;    
    line-height: 38px;
    font-size: 17px;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #1f6991 !important;
    background-color: #1f6991 !important;
}
.btn-outline-primary {
    border-color: #1f6991 !important;
    color: #1f6991 !important;
    height: 38px;
    border-radius: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;    
    line-height: 38px;
    font-size: 17px;
}
.btn-primary.dn-btn-green {
    background-color: #8cc63f !important;
    border-color: #8cc63f !important;
}

.btn-outline-primary:hover:not([disabled]),
.btn-outline-primary.active {
    color: #ffffff !important;
}
.btn-secondary {
    /* border-color: marad a bs */
    /* background-color: marad a bs */
    height: 38px;
    border-radius: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 38px;
    font-size: 17px;
}

.btn-accordion {
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
    padding: 1rem 1.25rem;
    color: inherit;
    font-size: inherit;
    text-align: left;
}

button.accordion-button {
    color: #93a543 !important;
    font-size: 1.15rem;
}
button.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
}
h2.accordion-header {
    padding: 0;
}
h3.accordion-header {
    padding: 0;
}
h3 .accordion-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
}

.nav-link:hover {
    text-decoration: none;
}

sup.fa-asterisk:before, 
sup .fa-asterisk:before {
    font-size: 0.45rem;
}
label + sup.fa-asterisk:before,
label + sup .fa-asterisk:before {
        vertical-align: super;
}

#header_left, #header_right {
    position: relative;
    display: inline-block;
    height: 80px;
}
#header_left:after {
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 30px 0 0;
    border-color: #ffffff transparent transparent transparent;
    z-index: 50;
    /* display: block; ez volt a 2017-ben */
}
.logo_link {
    padding-top: 18px;
}
#header_left div {
    height: inherit;
}
#header_left p {
    color: #0f618c;
}
#header_left p span {
    color: #9bb639;
}
#header_left p { /* lg- */
    font-size: 1.2rem;
}
@media (min-width: 1200px) { #header_left p { /* xl- */
    font-size: 1.7rem;
}}
@media (min-width: 1400px) { #header_left p { /* xxl- */
    font-size: 2rem;
}}

#header_right {
    background-color: #024d6b;
}
#header_right:before {
    width: 100%;
    height: 30px;
    content: "";
    left: 0;
    top: 0;
    background-color: #024d6b;
}
#main_menu {
    height: 50px;
    background-color: #1f6991;
}
#main_menu p {
    color: #fff;
    font-size: 0.75rem;
}
#main_menu p.vr {
    width: 2px;
    height: 1em;
    margin-top: 0.5em;
    background-color: #fff;
    opacity: 0.38;
}
#main_menu button.button {
    background-color: #e95d0f !important;
}
@media (max-width: 1199px) { /* -lg //-md */
    header {
        padding-bottom: 8px;
    }
    #header_left {
        height: 50px;
    }
    #header_left:after {
        display: none;
    }
}

.acc_mi {
    display: none;
}
#top_menu .fa,
#pro_menu .fa,
#off_menu .fa {
    vertical-align: middle;
}
#top_menu .fa {
    font-size: 1.2rem !important;
}
#off_menu .fa,
#pro_menu .fa {
        font-size: 1.5rem !important;
}
.fa.fa-universal-access {
    color: #fff600;
}
#top_menu {
    height: 30px;
}
#top_menu a,
#pro_menu a,
#off_menu a {
    color: #fff;
    font-weight: normal;
    font-size: 0.875rem;
    text-decoration: underline;
}
#top_menu span {
    text-decoration: underline;
}
#top_menu span.fa {
    text-decoration: none;
}
#top_menu span.fa:before,
#pro_menu span.fa:before,
#off_menu span.fa:before {
    padding: 0 0.25rem !important;
    text-decoration: none;
}
#top_menu .lang_selector {
    margin-right: 1rem;
    margin-left: 1rem;
}
#off_menu .lang_selector,
#pro_menu .lang_selector {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}
#pro_menu .lang_selector {
    line-height: 1rem;
    padding-top: 0.6rem;
}
.lang_selector a {
    text-decoration: none !important;
    font-weight: bold !important;
    opacity: 0.38;
}
.lang_selector a.active {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}
.lang_selector li.vr {
    width: 2px;
    height: 1em;
    background-color: #fff;
    opacity: 0.38;
}
#top_menu .lang_selector li.vr {
    margin-top: 0.25em;
}
#off_menu .lang_selector li.vr,
#pro_menu .lang_selector li.vr {
    margin-top: 0.1em;
    min-height: initial;
    height: 0.95em;
}
#pro_menu .help_item {
    display: none;
}

#side_logged_menu {
    width: 240px;
}
#logged_menu .fa {
    font-size: 1rem;
}
#logged_menu li.nav-item {
    background-color: #1f6991;
    height: 60px;
    max-height: 8vh; /* lehet, csak offcanvas esetén */
    width: 210px;
    border-bottom: 1px solid #175576;
    line-height: 16px;
    color: #fff;
}
#logged_menu li.nav-item.double {
    height: 90px;
    max-height: 12vh; /* lehet, csak offcanvas esetén */
}
#logged_menu li.nav-item.important {
    background-color: #e95d0f;
    border-bottom: 1px solid #e95d0f;
}
#logged_menu li.nav-item:hover {
    background-color: #e95d0f;
    width: 220px;
    border-bottom: 1px solid #e95d0f;
}
#logged_menu a.nav-link {
    color: #fff;
    font-size: 14px;
}
#logged_menu a.nav-link:hover {
    text-decoration: none;
}
#logged_menu span.fa:before {
    padding: 0 5px !important;
}
#logged_menu li.nav-item.dn-menu-green {
    background-color: #8cc63f;
    border-bottom-color: #8cc63f;
}
/*
div.logged-menu-item.img {
    width: 210px;
    text-align: center;
    background-color: #fff;
}
div.offcanvas div.logged-menu-item.img {
}
*/

@media (max-width: 1199px) { /* -lg */
    div.offcanvas #logged_menu li.nav-item {
        width: inherit;
        max-height: 8vh; 
    }
    div.offcanvas #logged_menu li.nav-item.double {
        max-height: 12vh; 
    }
    /*
    div.offcanvas div.logged-menu-item.img {
        width: inherit;
    }
    */
    div.offcanvas #logged_menu a.nav-link {
        width: 100%;
        /*text-align: center;*/
    }
    div.offcanvas #logged_menu .fa {
        /*display: none;*/
    }
}
@media (max-width: 767px) { /* -sm */
    div.offcanvas #logged_menu li.nav-item {
        max-height: 7vh; 
    }
    div.offcanvas #logged_menu li.nav-item.double {
        max-height: 11vh; 
    }
}

.navbar-toggler-icon { /* #34624 elavult */
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 18'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M2 2h26M2 8h26M2 14h26'/%3e%3c/svg%3e") !important;
}
.title_bs li.nav-item { /* styles_2013 off */
    /* background-image: url(../images/sprite.png); */
    /* padding-left: 32px; */
    background-image: none !important;
    padding: 0 !important;
    /* font-size: initial; */
}
.title_bs .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6f8a3c;
}
.title_bs .dropdown-toggle {
    padding-right: 0.5rem;
}
.title_bs .dropdown-toggle::after {
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    border: 0;
    vertical-align: -0.2rem;    
}
@media (max-width: 991px) and (min-width: 768px) { /* md */
    .title_bs li.nav-item a.nav-link { 
        padding: .5rem .5rem;
    }
}
@media (max-width: 1199px) { /* -lg //-md */
    h1.title_bs > .title {
        margin-top: 0.5rem;
        margin-bottom: 0.25rem;
        border-left: 8px solid;
        padding-left: 6px;
    }
}

@media screen and (max-width: 575px){
    
    .fs-xs-smaller {
        font-size: smaller !important; 
    }
    h1.fs-xs-smaller,
    h2.fs-xs-smaller {
        font-size: inherit; 
    }
    .w-xs-100 {
        width: 100% !important;
    }
    table.table td, table.table th {
        padding: 0px;
    }    
    .title_bs {
        border-bottom: 0;
    }
    .title_bs li.nav-item a.nav-link { 
        padding: .5rem .5rem;
    }
}

@media screen and (min-width: 576px){
    
    .panel_bs_sm {
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        padding: 1.5rem;
    }
}

dump-form, data {
    display: none;
}