/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@import "bootstrap.iute.css";

@font-face {
    src: url(../css/fonts/Caveat-Regular.ttf);
    font-family: Caveat;
}

@font-face {
    font-family: 'Manrope';
    src: url('../css/fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../css/fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../css/fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../css/fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    --wp--preset--color--text: #000000;
    --wp--preset--color--gray: #F2F2F2;
    --wp--preset--color--darkgray: #2D2D2D;
    --wp--preset--color--red: #D8252C;
    --wp--preset--color--green: #CDD8BC;
    --wp--preset--color--blue: #C8DCEE;
    --wp--preset--color--inputerror: #FF4646;
    font-family: Manrope;
    font-size: 1.4rem;
    color: var(--wp--preset--color--text);
}

a {
    /*color: var(--wp--preset--color--gray);*/
}

    a:hover {
        color: var(--wp--preset--color--red);
    }

#masterTable {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--wp--preset--color--darkgray), var(--wp--preset--color--gray));
}

    #masterTable #mainRow {
        width: 100%;
        height: 100%;
    }

.mainDiv {
    min-height: 430px;
    height: 100%;
    background-color: var(--wp--preset--color--gray);
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

/*.mainDivLogin {
    background-image: url('../images/bg_login.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
}

.mainDivBG {
    background-image: url('../images/bg_grey.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/
#master_content {
    vertical-align: top;
    margin-left: 60px;
    margin-right: 60px;
}

@media (max-width:1024px) {
    #master_content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.mainTable {
    border-collapse: separate;
}

    .mainTable td, .mainTable th {
        padding: 4px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .mainTable div {
        flex: 1;
        flex-direction: column;
        margin-top: auto;
    }

.navbar-nav {
    font-size: 1.0rem;
}

.navbar-brand {
    margin-right: .25rem;
    padding-top: 2px !important;
}

.navbar-toggler {
    padding: .25rem .25rem;
}

    .navbar-toggler div {
        width: 35px;
        height: 5px;
        background-color: #FFFFFF;
        margin: 6px 0;
    }

.mainHeader {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding: 12px;
    font-weight: bold;
    text-decoration: none !important;
    background: #FFFFFF;
    border-bottom: #FFFFFF;
}

.mainHeaderMargin0 {
    margin-bottom: 0;
}

.project {
    padding: 5px 12px 5px 5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    display: inline-block;
    border-bottom: unset;
}

    .project:hover {
        color: #FFFFFF;
    }

.ajax__html_editor_extender_popupDiv {
    display: none;
}

.ajax__html_editor_extender_fontnameclass select {
    margin: 0;
    padding: 5px;
    max-height: 22px;
}

.ajax__html_editor_extender_fontsizeclass select {
    margin: 0;
    padding: 5px;
    max-height: 22px;
}

.loggedInfoHeader {
    background: var(--wp--preset--color--gray);
    padding: 6px 10px 6px 0px;
    font-weight: bold;
    text-align: right;
}

.login {
    padding: 30px !important;
    text-align: center;
}

    .login h2 {
        padding-bottom: 20px;
    }

    .login input {
        width: 50%;
        height: 40px;
        margin-top: 22px;
    }

        .login input[type="submit"] {
            margin-bottom: 22px;
        }

.PIN {
    text-align: center;
    letter-spacing: 2px;
    width: 60px !important;
}

.PINEmail {
    text-align: center;
    letter-spacing: 2px;
    width: 80% !important;
    max-width: 80px;
}

.tooltipInfo {
    height: 12px;
    vertical-align: unset;
}

.badge {
    margin-left: 10px;
}

/*--header--*/
.header {
    padding: 16px 100px 16px 100px;
    background: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*box-shadow: 2px 2px 6px 0px rgba(0, 90, 161, 0.2);
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 90, 161, 0.2);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 90, 161, 0.2);*/
}

    .header span {
        font-size: 2em;
        /*font-weight: bold;*/
        /*letter-spacing: 0.2em;*/
        text-shadow: 1px 1px 2px var(--wp--preset--color--gray);
        /*text-transform: uppercase;*/
    }

.logo__logo {
    max-width: 80px;
    max-height: 27px
}

@media only screen and (min-width: 1000px) {
    .logo__logo {
        max-width: 100px;
        max-height: 35px
    }
}

.logo__logo-comma {
    transition-property: transform;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transition-delay: 0ms
}

.logo--animated.logo--footer:hover .logo__logo-comma {
    transform: rotate(-40deg) translate(-10px, 4px)
}

.logo--animated:hover .logo__logo-comma {
    transform: rotate(-40deg) translate(-16px, 7px)
}
/*--header--*/

/*--footer--*/
.footer {
    padding: 16px 90px 16px 90px;
    background: #0c0c0c;
    border-bottom: 1px solid #0c0c0c;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 6px 0px rgba(0, 90, 161, 0.2);
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 90, 161, 0.2);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 90, 161, 0.2);
}

    .footer h4 {
        font-size: 15px;
    }

    .footer .footer-line {
        border-top: 1px solid var(--wp--preset--color--darkgray);
    }

    .footer .footer-class {
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
        /*font-size: 1em;*/
        line-height: 1.5em;
        padding: 0.5em;
    }

        .footer .footer-class img {
            height: 24px;
        }

        .footer .footer-class a {
            color: var(--wp--preset--color--gray);
        }

    .footer .footer-class-paddingbottom {
        padding-bottom: 60px;
    }
/*--footer--*/

/*.col-md-4, .col-md-12 {
    float: left;
}*/

.video-wrap {
    position: relative;
    width: 100%;
    max-width: 900px; /* opcionális */
    margin: 0 auto; /* opcionális, középre */
}

    .video-wrap video {
        display: block;
        width: 100%;
        height: auto;
    }


    .video-wrap .overlay {
        position: absolute;
        color: #fff;
        text-shadow: 0 2px 6px rgba(0,0,0,.7);
        pointer-events: none;
    }

    /* Középre igazított szöveg */
    .video-wrap .center-text {
        inset: 0;
        display: flex;
        left: 2rem;
        align-items: center;
    }

    /* Jobb alsó sarok */
    .video-wrap .bottom-right-text {
        right: 2rem;
        bottom: 2rem;
        text-align: right;
    }


ul {
    padding: 0 0 0 25px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, label, p {
    margin: 0;
    text-align: left;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-size: 1.3em;*/
    /*text-transform: uppercase;*/
    /*font-weight: 700;*/
    /*margin-top: 5px;*/
    margin-bottom: 0px !important;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
    /*background-image: url( "../images/bekezdes.png" );
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;*/
}

h3,
.h3 {
    font-size: 24px;
    /*background-image: url( "../images/bekezdes.png" );
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;*/
}

h4,
.h4 {
    font-size: 18px;
    /*background-image: url( "../images/bekezdes.png" );
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;*/
}

h5,
.h5 {
    font-size: 14px;
    /*background-image: url( "../images/bekezdes.png" );
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;*/
}

h6,
.h6 {
    font-size: 12px;
    /*background-image: url( "../images/bekezdes.png" );
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;*/
}

.normalLetter {
    text-transform: unset;
}

.logo {
    float: left;
}

.container-header {
    padding-right: 0px;
    padding-left: 0px;
}

.header-bottom {
    float: right;
    width: 60%;
}

/*MODALPOPUP*/
.progressing {
    position: fixed;
    /*width: 160px;*/
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -50px;
    padding: 5px 10px 5px 10px;
    background-color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    z-index: 20000;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #000000;
    -webkit-box-shadow: 1px 1px 2px #000000;
    -moz-box-shadow: 1px 1px 2px #000000;
}

#divHideFrame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 patch */
    filter: alpha(opacity=70); /* IE5-7 patch */
    /*-moz-opacity: 0.7;*/
}

.divHideFrame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 patch */
    filter: alpha(opacity=70); /* IE5-7 patch */
    /*-moz-opacity: 0.7;*/
}

.modalBackground {
    background: #000000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 patch */
    filter: alpha(opacity=70); /* IE5-7 patch */
    /*-moz-opacity: 0.7;*/
}

.modalBackgroundRed {
    background: red;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 patch */
    filter: alpha(opacity=70); /* IE5-7 patch */
    /*-moz-opacity: 0.7;*/
}

.modalPopup {
    position: fixed;
    /*width: 20%;
    left: 40%;
    top: 50%;*/
    width: 420px;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -100px;
    padding: 0;
    background-color: var(--wp--preset--color--gray);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    z-index: 50;
    border: 1px solid var(--wp--preset--color--darkgray);
    border-radius: 10px;
    /*box-shadow: 1px 1px 2px #A8A8A8;
    -webkit-box-shadow: 1px 1px 2px #A8A8A8;
    -moz-box-shadow: 1px 1px 2px #A8A8A8;*/
}

    .modalPopup .popupHeader {
        background: var(--wp--preset--color--red);
        padding: 10px 20px 10px 20px;
        font-size: 36px;
        color: #FFFFFF;
        /*text-transform: uppercase;*/
        text-align: left;
    }

    .modalPopup .popupBody {
        min-height: 50px;
        padding: 25px 25px 25px 25px;
        text-align: center;
    }

    .modalPopup .popupFooter {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .modalPopup .button {
    }

    .modalPopup a {
        text-decoration: none;
        padding: 3px 6px 3px 6px;
    }

        .modalPopup a:hover, .modalPopup a:focus {
            color: var(--wp--preset--color--red);
        }

/*.modalPopup a:focus {
    box-shadow: inset 0px 11px 2px -10px rgba(0, 0, 0, 0.8), inset 0px -11px 2px -10px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0px 11px 2px -10px rgba(0, 0, 0, 0.8), inset 0px -11px 2px -10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0px 11px 2px -10px rgba(0, 0, 0, 0.8), inset 0px -11px 2px -10px rgba(0, 0, 0, 0.8);
}*/

/*.modalPopup .yes, .modalPopup .no
{
    height: 22px;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    background-color: #D8D8D8;
    border: 1px solid #5C5C5C;
    cursor: pointer;
    width: 50px;
}*/

.modalPopup2 {
    width: 400px;
    margin-left: -200px;
}

.modalPopup3 {
    width: 600px;
    margin-left: -300px;
}

.modalPopup4 {
    position: fixed;
    width: 60%;
    height: 80%;
    /*max-height: 580px;*/
    top: 70px;
    left: 50%;
    margin-left: -30%;
    padding: 10px;
    background-color: #FFFFFF;
    text-align: left;
    border: 4px solid #D8D8D8;
    vertical-align: top;
    overflow: auto;
    z-index: 50;
}

.modalNotify {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 0;
    margin-left: -50%;
    padding: 10px;
    background-color: var(--wp--preset--color--red);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    z-index: 60;
    border: 1px solid var(--wp--preset--color--red);
    /*box-shadow: 1px 1px 10px #8E8E8E;
    -webkit-box-shadow: 1px 1px 10px #8E8E8E;
    -moz-box-shadow: 1px 1px 10px #8E8E8E;*/
}

/*.modalNotify:hover {
    background-color: #73FF73;
}*/

.minimized {
    top: 3px;
    height: 56px !important;
    background-color: #ECECEC;
    border: 4px solid #BD3035;
}
/*END OF MODALPOPUP*/

.button {
    background-color: rgba(255, 255, 255, 0);
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-decoration: none;
    border: 2px solid var(--wp--preset--color--red);
    outline: none;
    padding: 6px 40px 6px 40px;
    display: inline-block;
    /*transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;*/
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
}

    .button:hover {
        color: var(--wp--preset--color--red);
    }

    .button:focus {
        color: var(--wp--preset--color--red);
        /*box-shadow: inset 0px 11px 1px -10px rgba(0, 0, 0, 0.4), inset 0px -11px 1px -10px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 11px 1px -10px rgba(0, 0, 0, 0.4), inset 0px -11px 1px -10px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0px 11px 1px -10px rgba(0, 0, 0, 0.4), inset 0px -11px 1px -10px rgba(0, 0, 0, 0.4);*/
    }

    .button:disabled {
        background: #AFAFAF;
    }

.buttonLight {
    /*background-image: linear-gradient(to bottom right, #AFAFAF, #F2F2F2);*/
}

.buttonRed {
    background-image: linear-gradient(to bottom right, #D10000, #ff4b4b);
}

.buttonBlue {
    background-image: linear-gradient(to bottom right, #004686, #0360B6);
}

.buttonGreen {
    background-image: linear-gradient(to bottom right, #18A52C, #1FC436);
}

.calendar {
    background-image: url('../images/calendar_icon.png');
    vertical-align: middle;
    margin-bottom: 3px;
}

.chart {
    height: unset !important;
    width: 85% !important;
}

.paddingLeft {
    padding-left: 5px;
}

.paddingRight {
    padding-right: 5px;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

input[type="text"], input[type=password], select, textarea {
    /*font-size: 1.4rem;*/
    padding: .6rem;
    margin: .5rem 0 0;
    background-color: #FFFFFF;
    color: var(--wp--preset--color--text);
    border: 1px solid var(--wp--preset--color--darkgray);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    outline: none;
    transition: border-color 0.4s;
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    width: 100%;
}

input[type="text"], input[type=password], select {
    height: 3.8rem !important;
}

.textarea {
    min-height: 320px;
}

input[type="text"]:focus, input[type=password]:focus, select:focus, textarea:focus {
    /*background-color: #F8F4EE !important;*/
    border-color: var(--wp--preset--color--darkgray) !important;
    box-shadow: 0 0 0 1px var(--wp--preset--color--darkgray) !important;
}

input[type="text"]:disabled, input[type=password]:disabled, select:disabled, textarea:disabled {
    background: #e7e7e7;
}

input[type=radio] {
    margin: 6px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: rgba(113, 147, 61, 0.50) !important;*/
    color: #909090;
    /*font-style: italic;*/
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #909090;
    /*font-style: italic;*/
}

:-moz-placeholder { /* Firefox 4-18 */
    color: #909090;
    /*font-style: italic;*/
}

::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
    /*font-style: italic;*/
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #909090;
    /*font-style: italic;*/
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #909090;
    /*font-style: italic;*/
}

.validator {
    display: none;
}

    .validator[style*=visible] + input,
    .validator[style*=visible] + select,
    .validator[style*=visible] + textarea {
        border: 1px solid red !important;
        transform: translateZ(0);
    }


.toggle input[type='checkbox'], .toggle input[type='radio'] {
    position: relative;
    margin-top: 10px;
    width: 80px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--wp--preset--color--gray);
    outline: none;
    border-radius: 5px;
    /*box-shadow: 0 0 0 4px var(--wp--preset--color--darkgray--light);*/
}

    .toggle input[type='checkbox']:hover {
        cursor: pointer;
    }

.toggle input:checked[type='checkbox'], .toggle input:checked[type='radio'] {
    background: #58b36d;
}

.toggle label {
    padding-left: 6px;
}

.toggle input[type='checkbox']:before, .toggle input[type='radio']:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 40px;
    height: 22px;
    content: 'NO';
    padding-top: 4px;
    padding-left: 11px;
    color: #FFFFFF;
    background: var(--wp--preset--color--red);
    border-radius: 5px;
    /*box-shadow: 0 0 0 1px #232323;*/
    transform: scale(.98, .96);
    transition: 0.5s;
}

.toggle input:checked[type='checkbox']:before {
    left: 40px;
    content: 'YES';
    padding-left: 7px;
}

.toggle input:checked[type='checkbox']:after, .toggle input:checked[type='radio']:after {
    left: 85px;
    box-shadow: 0 0 5px var(--wp--preset--color--red), 0 0 15px var(--wp--preset--color--red);
}

/*FILE-UPLOAD*/
.FileUpload {
    /*padding: 4px 4px 4px 4px;
    margin: 0;
    background: #ECEAE9;
    border: 1px solid #C8C8C8;
    height: 30px;*/
}

    .FileUpload:hover {
        /*background: #ECEAE9;*/
    }

    .FileUpload input {
        border: 1px solid #C8C8C8;
        outline: none;
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        /*opacity: 0;
        filter: alpha(opacity=0);*/
    }
/*END OF FILE-UPLOAD*/

/*AUTOCOMPLETE*/
.autoCompleteList {
    /*position: fixed !important;*/
    border: solid 1px #003361;
    margin-top: 1px;
    padding: 3px;
    height: 85px;
    overflow: auto;
    background-color: #ECEAE9;
}

.autoCompleteList_300 {
    width: 308px !important;
}

.autoCompleteList_item {
    text-align: left;
    list-style-type: none;
}

.autoCompleteList_itemHighlighted {
    text-align: left;
    list-style-type: none;
    background-color: #003361;
    color: #FFFFFF;
}
/*END OF AUTOCOMPLETE*/

.consent {
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

.split {
    vertical-align: middle;
    margin: 5px;
}

    .split hr {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }

.input100_50 {
    width: 100%;
}

.TooltipDiv {
    background-color: #ECEAE9;
    padding: 5px;
    color: #000000;
    text-align: justify;
    border: 1px solid black;
    display: inline-block;
    white-space: normal;
}

/* SOCIAL */
.social {
    padding-top: 5px;
    padding-bottom: 5px;
    /*text-align: center;*/
}

    .social a {
        /*padding: 5px;*/
        text-decoration: none;
    }

        .social a:hover {
            color: var(--wp--preset--color--red);
        }

    .social img {
        filter: grayscale(100%);
        max-height: 20px;
        vertical-align: bottom;
    }
/* END OF SOCIAL */

.gridList {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*width: 90%;*/
}

.panelBox {
    padding: 2% 2% 0% 2% !important;
}

    .panelBox .panelBoxHeader {
        border-top: 1px solid var(--wp--preset--color--red);
        background-color: var(--wp--preset--color--red);
        color: #FFFFFF;
        padding: 20px 15px 20px 25px;
        text-align: left;
        font-weight: bold;
        /*font-size: 20px;*/
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .panelBox .panelBoxHeader2 {
        /*font-size: 16px;*/
        border-top: 4px solid var(--wp--preset--color--red);
        background-color: #FFFFFF;
        color: unset;
    }

    .panelBox .panelBoxHeaderWhite {
        /*font-size: 16px;*/
        border-top: 1px solid #FFFFFF;
        background-color: #FFFFFF;
        color: unset;
        /*padding: 2px;*/
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .panelBox .panelBoxHeaderGreen {
        /*font-size: 16px;*/
        border: 1px solid var(--wp--preset--color--green);
        background-color: var(--wp--preset--color--green);
        /*padding: 2px;*/
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .panelBox .panelBoxBody {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 0 25px 25px 25px;
        text-align: left;
        overflow-y: auto;
        background-color: #FFFFFF;
    }

    .panelBox .panelBoxHeaderGray, .panelBox .panelBoxBodyGray {
        background-color: var(--wp--preset--color--darkgray);
        color: #FFFFFF;
    }

        .panelBox .panelBoxHeaderGray a, .panelBox .panelBoxBodyGray a {
            color: var(--wp--preset--color--red);
        }

    .panelBox .panelBoxBodyPaddingTop {
        padding-top: 25px;
    }

    .panelBox .panelBoxBodyAllRounded {
        border-radius: 10px;
        padding: 0;
        text-align: left;
        overflow-y: auto;
    }

    .panelBox .panelBoxBody150 {
        height: 150px;
    }

    .panelBox .panelBoxBody300 {
        height: 300px;
    }

    .panelBox .panelBoxFooter {
        background-color: var(--wp--preset--color--darkgray);
        color: #FFFFFF;
        margin: 5px -5px -5px -5px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 15px 10px 0 10px;
        text-align: right;
    }

    .panelBox .chooseCountry {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
        align-items: center;
    }

        .panelBox .chooseCountry .country {
            text-decoration: none;
            flex: 1 1 calc(50% - 10px); /* 4 oszlop: 100% / 4 = 25% minusz a gap */
            border: 1px solid #ebeaea;
            border-bottom-width: 2px;
            border-radius: 15px;
            padding: 10px 10px 10px 8px;
            background-color: rgba(252,252,252,1);
            box-shadow: 0.1em 0.1em 0.2em rgba(79,65,65,0.09);
        }

            .panelBox .chooseCountry .country:hover {
                animation-name: example;
                animation-duration: 0.25s;
                box-shadow: 0 2px 8px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
                transition: .3s all;
            }

    .panelBox .panelBox3D {
        border-bottom: 1px solid #ebeaea;
        border-bottom-width: 2px;
        border-radius: 15px;
        box-shadow: 0.1em 0.1em 0.2em rgba(79,65,65,0.09);
    }

        .panelBox .panelBox3D:hover {
            animation-name: example;
            animation-duration: 0.25s;
            box-shadow: 0 2px 8px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
            transition: .3s all;
        }

        .panelBox .panelBox3D img {
            height: 260px;
            width: 100%;
            object-fit: cover;
        }

    .panelBox .panelBoxBottomImage {
        margin: 0 -25px -25px -25px;
        padding: 0;
    }

        .panelBox .panelBoxBottomImage img {
            /*height: 260px;*/
            width: 100%;
            object-fit: cover;
        }

    .panelBox .news-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

        .panelBox .news-grid .panelBoxNews {
            flex: 1 1 calc(25% - 15px); /* 4 oszlop: 100% / 4 = 25% minusz a gap */
            border: 1px solid #ebeaea;
            border-bottom-width: 2px;
            border-radius: 15px;
            padding: 15px 20px 10px 20px;
            background-color: rgba(252,252,252,1);
            box-shadow: 0.1em 0.1em 0.2em rgba(79,65,65,0.09);
        }

            .panelBox .news-grid .panelBoxNews:hover {
                animation-name: example;
                animation-duration: 0.25s;
                box-shadow: 0 2px 8px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
                transition: .3s all;
            }

@media (max-width: 992px) {
    .panelBox .news-grid .panelBoxNews {
        flex: 1 1 calc(50% - 15px); /* 2 oszlop tableten */
    }
}

@media (max-width: 576px) {
    .panelBox .news-grid .panelBoxNews {
        flex: 1 1 100%; /* mobil: 1 oszlop */
    }
}

.country-list {
}

    .country-list .country-row {
        display: grid;
        grid-template-columns: 40% 30% 30%;
        align-items: center;
        padding: 16px 0;
        border-bottom: 1px solid #ddd;
    }

    .country-list .country-rank {
        color: var(--wp--preset--color--red);
        font-size: 20px;
    }

    .country-list .country-name {
        font-size: 20px;
    }

    .country-list .country-metric {
        text-align: center;
    }

    .country-list .metric-value {
        font-size: 34px;
        color: var(--wp--preset--color--red);
        font-weight: 500;
    }

    .country-list .metric-label {
    }

/* STEP */
.steps-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}

.step-container {
    position: relative; /* kell a ::after pozicionálásához */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    /* A nagy pont (karika) marad változatlan, ez lesz a referenciapont */
    .step-container .step {
        display: flex;
        border: 4px solid var(--wp--preset--color--red); /* külső piros kör */
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin-top: 8px;
    }

    /* Kiválasztott lépés kitöltve pirosra */
    .step-container .step-selected {
        background: var(--wp--preset--color--red);
        color: #FFFFFF !important;
    }

    /* Címek */
    .step-container .step-title {
        font-family: Caveat;
        font-size: 24px;
        font-weight: 600;
        color: var(--wp--preset--color--red);
        height: 2rem;
        text-align: center;
        width: 10rem;
        padding-top: 2px;
    }

    /* --- ÚJ: ÖSSZEKÖTŐ PÖTTYÖK KIRAJZOLÁSA --- */
    .step-container:not(:last-child)::after {
        content: "";
        position: absolute;
        /* Vízszintes sáv a pontsorhoz */
        /* A sáv a kör középvonalára kerül: 8px (fél magasság) + 8px (felső margó) körül */
        top: 16px; /* finomhangolható: 15–17px között */
        left: calc(50% + 16px); /* induljon kicsit a nagy pont jobb szélétől */
        width: calc(100% - 30px);
        height: 4px; /* a "vonal" teljes vastagsága; a pöttyök így jól látszanak */
        /* Pöttyök létrehozása ismétlődő radiális gradienssel */
        background-image: radial-gradient(circle, var(--wp--preset--color--red) 1px, transparent 1.5px);
        background-repeat: repeat-x;
        background-size: 4px 4px; /* vízszintes távolság (12px), sáv magasság (4px) */
        background-position: center;
        pointer-events: none;
        z-index: 0;
    }

    /* Az utolsó step legyen "pipa" stílusú */
    .step-container:last-child .step-selected {
        width: 24px;
        height: 28px;
        background: #d8252c;
        border: 0;
        border-radius: 50%;
        position: relative;
    }

        /* A pipa rajzolása */
        .step-container:last-child .step-selected::after {
            content: "";
            position: absolute;
            width: 8px;
            height: 14px;
            border-right: 3px solid white;
            border-bottom: 3px solid white;
            transform: rotate(45deg);
            top: 3px;
            left: 8px;
        }
/* END OF STEP */

/* GRID */
.GridView {
    border-top: 0.4vw solid var(--wp--preset--color--red);
}

.GridViewHeader {
    background-color: var(--wp--preset--color--red);
    border-top: 2px solid var(--wp--preset--color--darkgray);
    border-bottom: 2px solid var(--wp--preset--color--darkgray);
    text-align: center;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    height: 22px;
}

.bg-light a {
    color: #000000;
}

.GridViewItem {
    border: solid 1px var(--wp--preset--color--darkgray);
    font-size: 13px;
    display: table-cell !important;
}

.GridViewFooter {
    background-color: var(--wp--preset--color--darkgray) !important;
    /*border: 1px solid var(--wp--preset--color--darkgray);*/
    /*font-size: 11px;*/
    font-weight: bold;
    height: 22px;
}

    .GridViewFooter td {
    }

        .GridViewFooter td span {
            padding: 2px 5px 2px 5px;
            border-left: solid 1px var(--wp--preset--color--darkgray);
            border-right: solid 1px var(--wp--preset--color--darkgray);
            text-decoration: none;
            background-color: var(--wp--preset--color--red);
            color: #FFFFFF;
        }

        .GridViewFooter td a {
            padding: 2px 5px 2px 5px;
            border-left: solid 1px var(--wp--preset--color--darkgray);
            border-right: solid 1px var(--wp--preset--color--darkgray);
            text-decoration: none;
        }

            .GridViewFooter td a:hover {
                background-color: var(--wp--preset--color--red);
            }

.GridViewRow td {
    background-color: #FFFFFF;
    cursor: pointer;
}

.GridViewRowWithoutHover td {
    background-color: #FFFFFF;
}

.GridViewRowAlternating td {
    background-color: #F5F5F5;
    cursor: pointer;
}

.GridViewRowAlternatingWithoutHover td {
    background-color: #F5F5F5;
}

.GridViewRow:hover, .GridViewRowAlternating:hover {
    cursor: pointer;
    /*text-shadow: 1px 1px 1px var(--wp--preset--color--red);*/
}
/*END OF GRID*/

/*GRID INPUTS*/
.gridInput {
    text-align: center;
    /*border: 1px solid var(--wp--preset--color--gray);*/
}

    .gridInput .col-sm-4, .gridInput .col-sm-6, .gridInput .col-sm-12 {
        padding: 2px;
        /*margin: 2px;
        border: 1px solid var(--wp--preset--color--gray);*/
    }

    .gridInput .buttons {
        padding-top: 10px;
        min-height: 36px;
    }

    .gridInput .category {
        color: #FFFFFF;
        background-image: linear-gradient(to bottom right, var(--wp--preset--color--darkgray), var(--wp--preset--color--darkgray--light));
        padding: 3% 5% 3% 5%;
    }

        .gridInput .category span {
            padding-left: 15px;
        }

        .gridInput .category:hover {
            color: var(--wp--preset--color--red);
        }

    .gridInput .chooser {
        color: #FFFFFF;
        background-image: linear-gradient(to bottom right, var(--wp--preset--color--darkgray), var(--wp--preset--color--darkgray--light));
        width: 48%;
        padding: 8px 2px 8px 2px;
    }

        .gridInput .chooser span {
            padding-left: 15px;
        }

        .gridInput .chooser:hover {
            color: var(--wp--preset--color--red);
        }

    .gridInput .selected {
        background-image: linear-gradient(to bottom right, var(--wp--preset--color--red), var(--wp--preset--color--red));
        color: var(--wp--preset--color--red);
    }

    .gridInput .mainTable {
        width: 100%;
    }

    .gridInput .message {
        width: 70%;
    }
/*END OF GRID INPUTS*/

/*GRID LIST*/
.gridList .mainTable .mainTableHeader {
    padding: 4px 3px 3px 5px;
}

.gridList .col-sm-6, .gridList .col-sm-12 {
    /*padding: 2px;*/
}

.gridList .mainTable input[type="text"], .gridList .mainTable select {
    /*height: 24px;*/
}

.gridList .mainTable .mainTableCellResult input[type="text"] {
    /*height: 24px;*/
}
/*END OF GRID LIST*/

/* FLOATING TEXT */
.form-control {
    font-size: 1.3rem;
}

.form-select {
    background-color: #FAFAFA;
}

.form-floating-text {
    position: relative;
}

    .form-floating-text > .form-control,
    .form-floating-text > .form-control-plaintext,
    .form-floating-text > .form-select {
        height: calc(3.5rem + calc(var(--bs-border-width) * 2));
        min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
        /*line-height: 1.25;*/
    }

    .form-floating-text > span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 75%;
        padding: 1rem 0.75rem;
        overflow: hidden;
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: var(--bs-border-width) solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating-text > span {
        transition: none;
    }
}

.form-floating-text > .form-control, .form-floating-text > .form-control-plaintext {
    padding: 1rem 0.75rem;
}

    .form-floating-text > .form-control::-moz-placeholder, .form-floating-text > .form-control-plaintext::-moz-placeholder {
        color: transparent;
    }

    .form-floating-text > .form-control::placeholder,
    .form-floating-text > .form-control-plaintext::placeholder {
        color: transparent;
    }

    .form-floating-text > .form-control:not(:-moz-placeholder-shown), .form-floating-text > .form-control-plaintext:not(:-moz-placeholder-shown) {
        padding-top: 2.155rem;
        padding-bottom: 0.325rem;
    }

    .form-floating-text > .form-control:focus, .form-floating-text > .form-control:not(:placeholder-shown),
    .form-floating-text > .form-control-plaintext:focus,
    .form-floating-text > .form-control-plaintext:not(:placeholder-shown) {
        padding-top: 2.155rem;
        padding-bottom: 0.325rem;
    }

    .form-floating-text > .form-control:-webkit-autofill,
    .form-floating-text > .form-control-plaintext:-webkit-autofill {
        padding-top: 2.155rem;
        padding-bottom: 0.325rem;
    }

.form-floating-text > .form-select {
    padding-top: 2.155rem;
    padding-bottom: 0.325rem;
}

.form-floating-text > .form-control:not(:-moz-placeholder-shown) ~ span {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating-text > .form-control:focus ~ span,
.form-floating-text > .form-control:not(:placeholder-shown) ~ span,
.form-floating-text > .form-control-plaintext ~ span,
.form-floating-text > .form-select ~ span {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating-text > .form-control:not(:-moz-placeholder-shown) ~ span::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    /*background-color: var(--bs-body-bg);*/
    border-radius: var(--bs-border-radius);
}

.form-floating-text > .form-control:focus ~ span::after,
.form-floating-text > .form-control:not(:placeholder-shown) ~ span::after,
.form-floating-text > .form-control-plaintext ~ span::after,
.form-floating-text > .form-select ~ span::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    /*background-color: var(--bs-body-bg);*/
    border-radius: var(--bs-border-radius);
}

.form-floating-text > .form-control:-webkit-autofill ~ span {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating-text > .form-control-plaintext ~ span {
    border-width: var(--bs-border-width) 0;
}

.form-floating-text > :disabled ~ span,
.form-floating-text > .form-control:disabled ~ span {
    color: #6c757d;
}

    .form-floating-text > :disabled ~ span::after,
    .form-floating-text > .form-control:disabled ~ span::after {
        background-color: var(--bs-secondary-bg);
    }
/* END OF FLOATING TEXT */

.top-nav ul {
    /*text-align: center;*/
}

    .top-nav ul li {
        display: inline-block;
    }

        .top-nav ul li:nth-child(5) {
            border-right: none;
        }

        .top-nav ul li a {
            display: inline-block;
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.2em;
            /*margin: 0.3em 0.1em;*/
            padding: 0.3em 1.0em;
            border-radius: 4px;
        }

            .top-nav ul li a:hover, .top-nav ul li.active a {
                background: var(--wp--preset--color--red);
            }

.top-nav span.menu {
    display: none;
}

.content-top {
    /*padding: 11px 0 0 0;*/
    padding: 2px 0 0 0;
}

.gridHelp {
    width: 300px;
    margin-bottom: 10px;
    border: 2px solid var(--wp--preset--color--red);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
}

.gridHelpClose {
    display: none;
}

.grid, .row {
    width: 100%;
    margin: 0 auto 1em;
    padding: 0.2em;
    /*margin-bottom: 2%;*/
}

.grid2 {
    width: 45%;
    margin-right: 5%;
    min-width: 340px;
    min-height: 290px;
}

    .grid2:nth-child(2) {
        margin-right: 0;
    }

    .grid2:nth-child(4) {
        margin-right: 0;
    }

.grid3 {
    width: 32%;
    margin-right: 1%;
    /*min-width: 260px;*/
}

    .grid3:nth-child(3) {
        margin-right: 0;
    }

    .grid3:nth-child(6) {
        margin-right: 0;
    }

.grid h3, .row h3 {
    font-size: 1.3em;
    font-weight: 700;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}

    .grid h3.icon, .row h3.icon {
        padding-left: 70px;
        /*background-position: 0px 0px;*/
        background-repeat: no-repeat;
        min-height: 50px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px 0 0px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .grid h3.travel, .row h3.travel {
        background: url("../pictos/travel2.png");
        background-repeat: no-repeat;
    }

    .grid h3.reg, .row h3.reg {
        background: url("../pictos/reg2.png");
        background-repeat: no-repeat;
    }

    .grid h3.contact, .row h3.contact {
        background: url("../pictos/contact2.png");
        background-repeat: no-repeat;
    }

    .grid h3.contract, .row h3.contract {
        background: url("../pictos/contracts2.png");
        background-repeat: no-repeat;
    }

    .grid h3.info, .row h3.info {
        background: url("../pictos/info2.png");
        background-repeat: no-repeat;
    }

.grid p, .grid ul, .row p, .row ul {
    /*color: #5f5f5f;
    font-size: 1.1em;
    font-weight: 300;*/
    line-height: 1.5em;
    text-align: justify;
}

    .grid p, .grid ul, .row p, .row ul li {
        list-style: square;
    }

/*--grid--*/
.grid:hover.grid h3, .row:hover.row h3 {
    /*color: var(--wp--preset--color--red);*/
}

    .grid:hover.grid h3.icon, .row:hover.row h3.icon {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        background-position: 0px -50px;
    }

.grid:hover a.just-do-in, .row:hover a.just-do-in {
    background: var(--wp--preset--color--red);
}

a.just-do, a.just-do-in {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 600;
    background: var(--wp--preset--color--red);
    padding: 0.3em 1em;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
}

    a.just-do:hover {
        background: var(--wp--preset--color--red);
    }

.content-grid {
    padding: 2em 0 4em;
    text-align: center;
}

    .content-grid h2 {
        font-size: 2.4em;
        font-weight: 700;
    }

    .content-grid p {
        color: #5f5f5f;
        font-size: 1.1em;
        font-weight: 300;
        line-height: 1.8em;
        margin: 2.5em 0 0;
    }
/*----*/
.content-bottom {
    background: var(--wp--preset--color--red);
    padding: 3em 0;
    text-align: center;
    position: relative;
}

    .content-bottom h3 {
        color: #fff;
        font-size: 4.3em;
        font-weight: 900;
        text-transform: uppercase;
    }

    .content-bottom p {
        color: #fff;
        font-size: 2em;
        font-weight: 100;
        margin: 0.5em 0 0;
    }

    .content-bottom i {
        background: url(../images/ar.png)no-repeat 0px 0px;
        width: 55px;
        min-height: 17px;
        display: inline-block;
        margin: 0 auto;
        position: absolute;
        bottom: -17px;
        right: 48%;
    }
/*----*/
ul.drop li {
    list-style: none;
}

    ul.drop li a {
        color: var(--wp--preset--color--red);
        background: #fff;
        border: 1px solid #D9E3E7;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        box-shadow: 1px 1px 1px 0px #d9e3e7;
        padding: 1em;
        text-decoration: none;
        display: block;
        font-size: 1.3em;
        margin: 0em 0 1em;
        font-weight: 400;
    }

        ul.drop li a:hover {
            background: #fafafa;
        }

a.do {
    float: left;
}

a.see {
    color: #b2b2b2;
    text-decoration: underline;
    font-size: 1.1em;
    font-weight: 400;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    float: right;
    font-style: italic;
    padding: 0.3em 0em;
}

    a.see:hover {
        text-decoration: none;
    }

.do-see {
    padding: 1.2em 0 0;
}

.grid-this h3 {
    color: var(--wp--preset--color--red);
}

a.do-this {
    float: left;
}

#toTop {
    /*background: url('../images/up.png') no-repeat 0px 0px;*/
    display: none;
    position: fixed;
    bottom: 0;
    right: 75px;
    width: 48px;
    height: 35px;
    text-align: center;
    background-color: var(--wp--preset--color--red);
    border-top: 1px solid var(--wp--preset--color--red);
    border-left: 1px solid var(--wp--preset--color--red);
    border-right: 1px solid var(--wp--preset--color--red);
    border-radius: 4px 4px 0 0;
    z-index: 100000;
    transition: opacity .4s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    cursor: pointer;
}

    #toTop:hover {
        border-top: 1px solid var(--wp--preset--color--green);
        border-left: 1px solid var(--wp--preset--color--green);
        border-right: 1px solid var(--wp--preset--color--green);
        background-color: var(--wp--preset--color--darkgray);
    }

    #toTop span {
        line-height: 35px;
        font-size: 20px;
        color: #FFFFFF;
    }

.ShowOnMobile {
    display: none !important;
}

.ShowOnMobileBlock {
    display: none !important;
}

.DontShowOnMobile {
    /*display: unset !important;*/
}

/*--responsive--*/
@media (max-width:1440px) {
}

/*@media (max-width:1366px) {
    .panelBox .panelBoxHeader {
        font-size: 1.2em;
    }

    .panelBox .panelBoxHeader2 {
        font-size: 1.2em;
    }
}*/

@media (max-width:1280px) {
    /*.mainDiv {
        margin: 3px;
    }*/

    .grid, .row {
        width: 100%;
        margin: 0 auto 1em;
    }

    .gridInput .mainTable .mainTableCellPrint {
        height: 62px;
        padding-top: 24px;
    }

    .gridInput .print {
        width: 90%;
    }
}

@media (max-width:1024px) {
    .mainDiv {
        padding-top: 16px;
        margin: 0;
    }

    .panelBox {
        margin: 0 !important;
        padding: 2.5px 0 2.5px 0 !important;
    }

        .panelBox .panelBoxBody150 {
            height: auto;
        }

        .panelBox .panelBoxBody300 {
            height: auto;
        }

        .panelBox .panelBoxHeader {
            padding: 10px 10px 10px 10px;
        }

        .panelBox .panelBoxBody {
            padding: 10px 10px 10px 10px;
        }

    h1,
    .h1 {
        font-size: 30px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 12px;
    }

    h6,
    .h6 {
        font-size: 10px;
    }

    .mainMenu {
        width: 215px;
    }

        .mainMenu .usermenu {
            font-size: 12px;
        }

        .mainMenu .menu {
            font-size: 12px;
        }

            .mainMenu .menu img {
                height: 22px;
            }

        .mainMenu .subproject img {
            padding-left: 38px;
            height: 14px;
        }

        .mainMenu .submenu span, .mainMenu .noicon span {
            padding-left: 42px;
        }

        .mainMenu .loggedInfo span {
            /*font-size: 13px;*/
            padding-left: 12px;
        }

        .mainMenu .loggedInfo .logout {
            height: 28px;
        }

        .mainMenu .project {
            font-size: 13px;
        }

        .mainMenu .languages input[type="image"] {
            height: 11px;
        }

    .gridList {
        background-size: 0;
        background-color: var(--wp--preset--color--gray);
    }

    .input100_50 {
        width: 50%;
    }
    /*.item-right h1
    {
        font-size: 3.3em;
    }*/
    .item-right p {
        margin: 1em 0;
        height: 106px;
        overflow: hidden;
    }

    .banner {
        min-height: 506px;
        background-size: cover;
    }

    .grid, .row {
        width: 100%;
        margin: 0 auto 1em;
    }

        .grid h3, .row h3 {
            font-size: 1.2em;
        }

    .grid2 {
        min-width: 0px;
        min-height: 0px;
    }

    .submit input[type="text"] {
        width: 60%;
    }

    .banner-in {
        min-height: 247px;
    }

    ul.drop li a {
        font-size: 1.1em;
    }

    .content-bottom i {
        right: 47%;
    }

    span.menu {
        display: block;
        text-align: right;
        cursor: pointer;
        position: relative;
        padding-top: 0px;
    }
}

@media (max-width:992px) {
}

@media (max-width:768px) {
    body {
        font-size: 1.3rem;
    }

    .header {
        padding: 16px 16px 16px 16px;
    }

    .footer {
        padding: 16px 16px 16px 16px;
    }

    input[type="text"], input[type=password], select, textarea {
        font-size: 1.3rem;
    }

    h1,
    .h1 {
        font-size: 26px;
    }

    h2,
    .h2 {
        font-size: 22px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 14px;
    }

    h5,
    .h5 {
        font-size: 10px;
    }

    h6,
    .h6 {
        font-size: 8px;
    }

    .login input {
        height: 32px;
    }

    .input100_50 {
        width: 100%;
    }

    .banner-matter, .banner-side, .side {
        float: left;
        width: 50%;
    }
    /*.item-right h1
    {
        font-size: 2.3em;
    }*/
    /*.item-right span {
        	font-size: 1.4em;
    }*/
    .item-right a {
        font-size: 1.3em;
        padding: 0.3em 0.5em;
    }

    .item-right p {
        height: 55px;
    }

    .banner {
        min-height: 357px;
        padding: 2em 0;
        background-size: cover;
    }

    .GridViewItem {
        font-size: 1.2rem;
    }

    .grid, .row {
        width: 100%;
        margin: 0 auto 1em;
    }

        .grid h3, .row h3 {
            font-size: 1.2em;
        }
    /*.grid2:nth-child(2)
    {
        margin: 0 auto;
    }
    .grid2:nth-child(4)
    {
        margin: 0 auto;
    }
    .grid3:nth-child(3)
    {
        margin: 0 auto;
    }
    .grid3:nth-child(6)
    {
        margin: 0 auto;
    }*/
    .content-grid h2 {
        font-size: 1.8em;
    }

    .content-bottom h3 {
        font-size: 3.3em;
    }

    .gridInput .mainTable .mainTableCellChooser {
        height: 29px;
    }

    .gridInput .mainTable .mainTableCellPrint {
        height: unset;
        padding-top: 8px;
    }

    .gridInput .message {
        width: 100%;
    }

    .submit {
        padding: 1em 0 0;
    }

    .banner-matter-in {
        width: 50%;
        float: left;
    }

    .banner-in {
        min-height: 172px;
        padding: 4em 0 0;
    }

    .gridInput .print {
        width: 45%;
    }
}

@media (max-width:640px) {
    .login {
        width: auto !important;
    }

    .mainMenu {
        width: 140px;
    }

        .mainMenu .usermenu {
            display: none;
        }

        .mainMenu .menu {
            font-size: 11px;
        }

            .mainMenu .menu span {
                padding-left: 10px;
            }

            .mainMenu .menu img {
                padding-left: 10px;
                height: 20px;
            }

        .mainMenu .subproject img {
            padding-left: 40px;
            height: 12px;
        }

        .mainMenu .submenu, .mainMenu .noicon {
            padding: 7px;
        }

            .mainMenu .submenu span, .mainMenu .noicon span {
                padding-left: 15px;
            }

        .mainMenu .loggedInfo, .loggedInfoHeader {
            padding: 12px 10px 6px 10px;
        }

            .mainMenu .loggedInfo .logout {
                height: 25px;
            }

            .mainMenu .loggedInfo span {
                /*font-size: 12px;*/
            }

            .mainMenu .loggedInfo span, .loggedInfo .divSub {
                display: none;
            }

        .mainMenu .project {
            font-size: 12px;
        }

        .mainMenu .languages input[type="image"] {
            height: 11px;
        }

    .mainMobileMenu .menu {
        font-size: 1.2em;
    }

    .mainMobileMenu .loggedInfo span, .loggedInfo .divSub {
        display: unset;
    }

    .loggedInfoHeader {
        padding: 8px 8px 8px 4px;
    }

        .loggedInfoHeader span, .loggedInfoHeader label {
            display: none;
        }

    .button {
        font-size: 1.0em;
        border-radius: 8px;
    }

    .item-right h1 {
        font-size: 2.2em;
    }

    .banner-matter {
        padding: 1em 1em;
    }

    .item-right p {
        margin: 0.5em 0 1em;
    }

    .item-right a {
        padding: 0.1em 0.5em;
    }

    .banner {
        min-height: 309px;
        background-size: cover;
    }

    .content-grid h2 {
        font-size: 1.6em;
    }

    .banner-in {
        min-height: 143px;
        padding: 4em 0 0;
    }

        .banner-in h1 {
            font-size: 2.2em;
        }

    .content-bottom i {
        right: 43%;
    }

    .GridViewItem {
        font-size: 1.1rem;
    }

    .gridInput .mainTable .mainTableCellChooser {
        height: 27px;
    }
}

@media (max-width: 575.98px) {
    .header {
        padding: 16px 16px 16px 16px;
    }

        .header span {
            font-size: 1.2em;
        }

    .footer {
        padding: 16px 16px 16px 16px;
    }

        .footer .footer-class-paddingbottom {
            padding-bottom: 5px;
        }

    .content-top {
        padding: 0;
    }

    .gridInput .mainTable input[type="text"], .gridInput .mainTable input[type="password"], .gridInput .mainTable select, .gridInput .mainTable textarea {
        min-width: auto;
    }

    .gridInput .mainTable textarea {
        min-width: auto;
    }

    .gridInput .mainTable .mainTableCellResult input[type="text"], .gridInput .mainTable .mainTableCellResult textarea {
        min-width: auto;
    }

    .grid, .row {
        padding: 0;
    }

    /* STEP */
    .steps-container-parent {
        min-height: auto;
    }

    /*.steps-container {
        height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .step-container .step {
        margin-top: -5px;
        width: 20px;
        min-height: 20px;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 16px;
        color: white;
        border-radius: 2px;
        border: 2px solid white;
    }

    .step-container .step-title {
        height: 1rem;
        text-align: center;
        width: auto;
        padding-top: 2px;
    }*/
    /* END OF STEP */

    .ShowOnMobile {
        display: unset !important;
    }

    .ShowOnMobileBlock {
        display: block !important;
    }

    .DontShowOnMobile {
        display: none !important;
    }
}

@media (max-width:480px) {
    /*.mainMenu {
        width: 95px;
    }*/

    .mainMenu .menu {
        font-size: 9px;
    }

        .mainMenu .menu span {
            padding-left: 4px;
        }

        .mainMenu .menu img {
            height: 16px;
            margin-top: -3px;
        }

    .mainMenu .subproject img {
        padding-left: 30px;
        height: 8px;
    }

    .mainMenu .submenu {
        padding: 7px;
    }

        .mainMenu .submenu span, .mainMenu .noicon span {
            padding-left: 15px;
            padding-right: 5px;
        }

    .mainMenu .loggedInfo .logout {
        height: 20px;
        margin-top: -5px;
    }

    .mainMenu .loggedInfo span {
        /*font-size: 9px;*/
    }

    .mainMenu .project {
        font-size: 9px;
    }

    .mainMenu .languages input[type="image"] {
        height: 10px;
        margin-top: -3px;
    }

    .mainMobileMenu .menu {
        font-size: 1.2em;
    }

    .mainMobileMenu .loggedInfo span {
        /*font-size: 12px;*/
    }

    h1,
    .h1 {
        font-size: 24px;
    }

    h2,
    .h2 {
        font-size: 16px;
    }

    h3,
    .h3 {
        font-size: 14px;
    }

    h4,
    .h4 {
        font-size: 10px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    h6,
    .h6 {
        font-size: 8px;
    }

    .modalPopup, .modalPopup2, .modalPopup3, .modalPopup4 {
        width: 100%;
        margin-left: 0;
        left: 0;
        top: 20%;
    }

    .top-nav {
        margin: 1.0em;
        width: auto;
        float: right;
    }

        .top-nav ul {
            display: none;
            position: absolute;
            width: 100%;
            z-index: 9999;
            left: 0%;
            margin: 1em 0em;
            background: var(--wp--preset--color--red);
            border: 0;
        }

        .top-nav span.menu {
            display: block;
            width: 100%;
            text-align: right;
            cursor: pointer;
        }

        .top-nav ul li {
            display: block;
            float: none;
            padding: 0.3em;
            text-align: center;
        }

            .top-nav ul li a {
                color: #fff;
                display: block;
                margin: 0;
                background: none;
                border: none;
                padding: 0.4em;
            }

                .top-nav ul li a:hover, .top-nav ul li.active a {
                    background: none;
                    border: none;
                    color: var(--wp--preset--color--red);
                }

    input[type="text"], input[type=password], select, textarea {
        padding: 0.1em 0.3em 0.1em 0.3em;
    }

    .partnerTable td {
        padding: 2px;
    }

    .button {
        font-size: 1.0em;
    }

    .banner-matter, .banner-side, .banner-matter-in {
        float: none;
        width: 100%;
    }

    .banner-side {
        padding: 0;
    }

    .banner-matter {
        padding: 0em 0em 2em;
    }

    .content-grid p {
        margin: 1.5em 0 0;
        height: 104px;
        overflow: hidden;
    }

    .content-bottom h3 {
        font-size: 2.3em;
    }

    .content-bottom p {
        font-size: 1.5em;
    }

    .submit input[type="text"] {
        padding: 0.5em 1em;
    }

    .submit input[type="submit"] {
        padding: 0.4em 1em;
    }

    p.header-class {
        /*padding: 2em 0 1em;*/
    }

    p.footer-class {
        /*padding: 2em 0 1em;*/
    }

    .banner-side {
        display: none;
    }

    .banner {
        min-height: 281px;
        padding: 2em 0;
        background-size: cover;
    }

    .GridViewItem {
        font-size: 1.0rem;
    }

    .gridHelp {
        width: 100%;
    }

    .gridHelpClose {
        display: inline-block;
    }

    .content-bottom i {
        right: 43%;
    }

    .side-banner {
        display: block;
    }

    .banner-in {
        min-height: 266px;
        padding: 3em 0 0;
    }
}

@media (max-width:320px) {
    h1,
    .h1 {
        font-size: 20px;
    }

    h2,
    .h2 {
        font-size: 14px;
    }

    h3,
    .h3 {
        font-size: 12px;
    }

    h4,
    .h4 {
        font-size: 8px;
    }

    h5,
    .h5 {
        font-size: 6px;
    }

    h6,
    .h6 {
        font-size: 4px;
    }

    .button {
        font-size: 1.0em;
        padding: 4px 5px 4px 5px;
    }

    .logo img {
        width: 100%;
    }

    .logo {
        width: 65%;
    }

    .top-nav img {
        width: 90%;
    }

    .top-nav {
        margin-top: 1.3em;
    }

    .mainDiv {
        padding-top: 44px;
    }

    .header {
        padding: 0.5em 0;
    }

    .item-right h1 {
        font-size: 1.6em;
    }

    .item-bottom {
        padding: 0 0 2em;
    }

    .item-right a {
        padding: 0.3em 0.5em;
        font-size: 1em;
    }

        .item-right a i {
            width: 18px;
            height: 24px;
            background-size: 367px;
        }

    .item-bottom {
        padding: 0 0 1em;
    }

    .banner-matter {
        padding: 0;
    }

    .item-right p {
        height: 18px;
        font-size: 1em;
    }

    .banner {
        min-height: 181px;
        padding: 2em 0;
        background-size: cover;
    }

    .grid h3, .row h3 {
        font-size: 1em;
    }

    .grid p, .grid ul, .row p, .row ul {
        font-size: 1em;
        line-height: 1.5em;
    }

    a.just-do, a.just-do-in {
        font-size: 1em;
    }

    .content-grid h2 {
        font-size: 1.3em;
    }

    .content-grid {
        padding: 1em 0 2em;
    }

        .content-grid p {
            margin: 0.5em 0 0;
        }

    .content-bottom h3 {
        font-size: 1.6em;
    }

    .content-bottom p {
        font-size: 1.3em;
    }

    /*.header {
        padding: 1.5em 0 1em;
    }

    p.header-class {
        padding: 1em 0 1em;
        font-size: 1em;
    }*/

    .footer {
        padding: 1.5em 0 1em;
    }

    p.footer-class {
        padding: 1em 0 1em;
        /*font-size: 1em;*/
    }

    .content-bottom i {
        right: 38%;
    }

    .content-bottom {
        padding: 1.5em 0;
    }

    .banner-in h1 {
        font-size: 1.6em;
        padding: 0 0 0.5em;
    }

    .banner-in {
        min-height: 152px;
        padding: 2em 0 0;
    }

    .side {
        padding: 0 0.5em;
    }

    ul.drop li a {
        padding: 0.6em;
        font-size: 1em;
    }

    a.see {
        font-size: 1em;
    }
}

/*SCROLL*/
/* Firefox & IE */
* {
    /*scrollbar-width: thin;*/
    /*scrollbar-color: #023059 var(--wp--preset--color--red);
    scrollbar-track-color: var(--wp--preset--color--red);
    scrollbar-face-color: #023059;
    scrollbar-arrow-color: var(--wp--preset--color--red);*/
    scrollbar-color: var(--wp--preset--color--red) #606060;
    scrollbar-track-color: #606060;
    scrollbar-face-color: var(--wp--preset--color--red);
    scrollbar-arrow-color: var(--wp--preset--color--red);
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: #606060;
}

::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--red);
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--wp--preset--color--red);
    }
/*END OF SCROLL*/

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}
