:root {
    --system-color-ATD1: #ffcb31;
    --system-color-ATD2: #464949;

    --system-radius: 9px;

    --system-colorP1: #B4C8D3;
    --system-colorP2: #4DA5DF;
    --system-colorP3: #EFF1F1;
    --system-colorP4: #3DA2BE;

    /* ? kellenek, vagy 4 elég ? */
    --system-colorP5: #F8FBFC;
    --system-colorP6: #93CAEE;
    --system-colorP7: #D9ECF9;
    --system-colorP8: #335F80;

    --system-colorG1: #333;
    --system-colorG2: #888;
    --system-colorG3: #E8E8E8;
    --system-colorG4: #f8f8f8;

    --system-colorBGerror: #e4aaaa;
    --system-colorBGwarning: #0ff;


    --system-colorW: #fff;
    --system-colorB: #000;

    --system-ui-P1: var(--system-colorP1);
    --system-ui-P2: var(--system-colorP2);
    --system-ui-G1: var(--system-colorG1);
    --system-ui-W: var(--system-colorW);
    --system-ui-B: var(--system-colorB);

    --system-ui-BG1: url(/system/images/transparentstripes.png);

    --system-ui-shadow-B1: 0px 2px 5px rgba(0, 0, 0, 0.62);

    --system-gap: calc(1em * var(--system-mofa-gap));

    --system-font: Arial , sans-serif; /* must be websafe font */
    --system-icons: Ionicons;

    --system-icons-elegant: ElegantIcons; /* WILL BE REMOVED */

    --system-shadow-box: 2px 2px 5px 1px rgba(50,50,50,0.25);
}
/* mobil device modifiers */
@media screen and (max-width: 768px) {
    :root {
        --system-mofa-fontsize: 0.75;
        --system-mofa-padding: 0.5;
        --system-mofa-gap: 0.1;
    }
}
@media screen and (min-width: 769px) {
    :root {
        --system-mofa-fontsize: 1;
        --system-mofa-padding: 1;
        --system-mofa-gap: 1;
    }
}


/* var(-corp-color-0); */
/* hacks */
.loginhelp > .boxx {

}

.mce-branding {
    display: none !important;
}
/* video container for youtube responsive */
.ATDyoutube {
    position: relative;
    padding-bottom: 53.7%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.ATDyoutube iframe,
.ATDyoutube object,
.ATDyoutube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* layer loading */
.system_layer_loading {
    display: block !important;
    margin: 0px;
    padding: 0px;
    position: absolute !important;
    background-color: rgba(255,255,255,0.7);
    top: 0;
    opacity: 0.65;
    filter: alpha(opacity=65);
    z-index: 49;
    cursor:progress;
    min-height: 1em;
    width: 100% !important;
    height: 100%;

    transform: translateY(0);
    will-change: transform;

}
.system_layer_loading:after {
    content: " ";
    display: block;
    background-color: rgba(255,255,255,0.35);

    background-image: url(/system/images/transparentstripes-2.png);
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    position:absolute;
    inset: 0;
    content: " ";
    z-index: 50;
    border: 1px dotted rgba(0,0,0,0.5);
    -webkit-animation: slide 1s linear infinite;
}
@keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -20px -20px; }
}

/* ppre */
.sysww {

}
.sysww * {
    word-wrap: break-word;
}
/* pushstate miatt a href nélküli a tagra teszek pointert */
/* 2021-10-02 - kivettem mert elrontotta a menüt, majd lejebb lévő stuktúrába kell
a:not([href]) {
    cursor: pointer;
}
*/

.script_not_exists {
    outline: red 5px solid;
    z-index: 1;
}

/* SYSTEM ADMIN 2024 */
.users.supervisor {
    color: #FFF;
    background-color: fuchsia;
}
.users.webmaster {
    color: #FFF;
    background-color: #D50000;
}
.users.admin {
    color: #FFF;
    background-color: darkorange;
}
.users.executives {
    color: #FFF;
    background-color: purple;
}
.users.leader {
    color: #FFF;
    background-color: mediumblue;
}
.users.manager {
    color: #000;
    background-color: #CC99CC;
}
.users.owner {
    color: #FFF;
    background-color: dodgerblue;
}
.users.admins {
    color: #FFF;
    background-color: darksalmon;
}

.users.poweruser {
    color: #FFF;
    background-color: cornflowerblue;
}
.users.user {
    color: #000;
    background-color: #00CCFF;
}
.users.customer {
    color: #ff0;
    background-color: #3388ff;
}
.users.reseller {
    color: #000;
    background-color: #f7ef64;
}
.users.applicant {
    color: #000;
    background-color: #66FFCC;
}
.users.partner {
    color: #000;
    background-color: #6699FF;
}
.users.other {
    /*	color: #0033CC; */
    color: #000;
    background-color: #EEEACC;
}
.users.other1 {
    color: #000;
    background-color: #E3DDAC;
}
.users.other2 {
    /*	color: #0033CC; */
    color: #fff;
    background-color: #D6CB83;
}
.users.guest {
    color: #FFF;
    background-color: #009933;
}
.users.guest1 {
    color: #FFF;
    background-color: #00BB3D;
}
.users.guest2 {
    color: #FFF;
    background-color: #00E84B;
}
.users.guest3 {
    color: #000;
    background-color: #20FF68;
}
.users.disabled {
    color: #CCC;
    background-color: #666666;
}
/* */
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* system border radius */
.sysui-radius {
    -moz-border-radius: var(--system-radius);
    -webkit-border-radius: var(--system-radius);
    -khtml-border-radius: var(--system-radius);
    border-radius: var(--system-radius);
}
/* sys ui backcolor */
.sysui-bg {
    background-color: #EFF1F1;
}
/* subpage */
#dialog_SUBPAGE {

}
#dialog_SUBPAGE:after {
    content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}
div.system_page_content_container {
    min-height: 10px;
}
table.responsive {
    width: 100%;
}

/* resp */
@media screen
and (max-width: 360px) {
    /* elements responsive */
    table.responsive,
    table.responsive tbody,
    table.responsive theader,
    table.responsive tfooter,
    table.responsive tr,
    table.responsive tr td,
    table.responsive tr th {
        display: block;
    }
    /* elements responsive */
    table.responsive,
    table.responsive tr,
    table.responsive tr td,
    table.responsive tr th {
        display: block;
    }
    .system_info,
    .system_notice,
    .system_tipp,
    .system_warning,
    .system_error {
        font-size: 1.3em;
    }
    #TOOLTIP {
        max-width: 100%;
    }
}
@media screen
and (min-width: 361px)
and (max-width: 768px) {
    /* elements responsive */
    table.responsive,
    table.responsive tbody,
    table.responsive theader,
    table.responsive tfooter,
    table.responsive tr,
    table.responsive tr td,
    table.responsive tr th {
        display: block;
    }

    .system_info,
    .system_notice,
    .system_tipp,
    .system_warning,
    .system_error {
        font-size: 1.2em;
    }
    #TOOLTIP {
        max-width: 350px;
    }
}

@media only screen
and (min-width : 769px)
and (max-width : 993px) {

    .system_info,
    .system_notice,
    .system_tipp,
    .system_warning,
    .system_error {

    }
    #TOOLTIP {
        max-width: 420px;
    }
}

@media only screen
and (min-width : 994px)
and (max-width : 1169px) {

    .system_info,
    .system_notice,
    .system_tipp,
    .system_warning,
    .system_error {

    }
    #TOOLTIP {
        max-width: 420px;
    }

}
@media only screen
and (min-width : 1170px) {
    .system_info,
    .system_notice,
    .system_tipp,
    .system_warning,
    .system_error {

    }
    #TOOLTIP {
        max-width: 420px;
    }
}


/* system error, notice, egyebek kiirás */
.system_success,
.system_tipp,
.system_notice,
.system_info,
.system_warning,
.system_active,
.system_passive,
.system_error {
    font-family: var(--system-font);
    clear: both;
    margin: 0.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: var(--system-radius);
    -webkit-border-radius: var(--system-radius);
    -khtml-border-radius: var(--system-radius);
    border-radius: var(--system-radius);
    word-break: break-word;
}
.system_success.fxl,
.system_tipp.fxl,
.system_notice.fxl,
.system_info.fxl,
.system_warning.fxl,
.system_error.fxl {
    font-size: 1.6em;
}
.system_success.iblock,
.system_tipp.iblock,
.system_notice.iblock,
.system_info.iblock,
.system_warning.iblock,
.system_error.iblock {
    display: inline-block;
}

.system_success:not(:empty):before,
.system_tipp:not(:empty):before,
.system_notice:not(:empty):before,
.system_info:not(:empty):before,
.system_warning:not(:empty):before,
.system_active:not(:empty):before,
.system_passive:not(:empty):before,
.system_error:not(:empty):before {
    font-family: var(--system-icons);
    padding-right: 1em;
    padding-left: 1em;
    background-position: center;
    background-size: 2em;
    background-repeat: no-repeat;
}

.system_success,
.system_tipp {
    color: #222 !important;
    background-color: #e9ffd9 !important;
    padding: 1em;
    border: 1px solid #B8D3A0;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
}
.system_success:before,
.system_tipp:before {
    content: " ";
    color: #11af22;
    text-shadow: 0px 0px 1px #fff;
    filter: invert() grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(600%) contrast(0.8);
}
.system_success:before {
    background-image: url("/system/images/icons/1259modernui/appbar.checkmark.thick.svg");
}
.system_tipp:before {
    background-image: url("/system/images/icons/1259modernui/appbar.book.perspective.help.svg");
}


.system_notice,
.system_info {
    color: #363657 !important;
    background-color: #e3f7fc !important;
    padding: 1em;
    border: 1px solid #96DBF5;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
}
.system_notice:before,
.system_info:before {
    content: " ";
    color: #4BC2EF;
    text-shadow: 0px 0px 1px #fff;
    filter: invert() grayscale(100%) brightness(70%) sepia(100%) hue-rotate(190deg) saturate(600%) contrast(0.8);
}
.system_notice:before {
    background-image: url("/system/images/icons/1259modernui/appbar.shield.alert.svg");
}
.system_info:before {
    background-image: url("/system/images/icons/1259modernui/appbar.information.circle.svg");
}



.system_warning {
    color: #111 !important;
    background-color: #fff8c4 !important;
    border: 1px solid #F4D08E !important;
    padding: 1em;
}
.system_warning:before {
    content: " ";
    background-image: url("/system/images/icons/1259modernui/appbar.warning.svg");
    color: #F3BE43;
    text-shadow: 0px 0px 1px #fff;
    filter: invert() grayscale(100%) brightness(70%) sepia(100%) hue-rotate(12deg) saturate(600%) contrast(0.8);
}
.system_error {
    color: #222;
    background-color: #ffecec;
    padding: 1em;
    border: 2px solid #F7BAB7;
}
.system_error:before {
    content: " ";
    background-image: url("/system/images/icons/1259modernui/appbar.warning.circle.svg");
    color: #E3251C;
    text-shadow: 0px 0px 1px #fff;
    filter: invert() grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
.system_passive {
    color: #222;
    background-color: #ffecec;
    padding: 1em;
    border: 2px solid #F7BAB7;
    background-image: url(/system/images/transparentstripes-2.png);
}
.system_passive:before {
    content: " ";
    background-image: url("/system/images/icons/1259modernui/appbar.sign.stop.svg");
    color: #E3251C;
    text-shadow: 0px 0px 1px #fff;
    filter: invert() grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
.system_active {
    color: #222;
    background-color: #e9ffd9;
    padding: 1em;
    border: 1px solid #0f0;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
}
.system_active:before {
    content: " ";
    background-image: url("/system/images/icons/1259modernui/appbar.location.circle.svg");
    color: #11af22;
    text-shadow: 0px 0px 1px #fff;
    filter: invert() grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(600%) contrast(0.8);
}

/* -------- */

#screen_fade {
    font-family: var(--system-font);
    position: fixed;
    z-index: 1499;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    margin: 0;
    padding: 1em;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    cursor:wait;
    align-content: center;
    font-size: 10px;
}
#screen_fade.visible {
    display: grid;
}

#screen_fade:after {
    content: "";
    display: block;
    margin: 0px;
    padding: 0px;
    position: absolute;
    text-align: center;
    background-color: rgba(55,55,55,0.5);
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

#screen_fade div.title,
#screen_fade div.status,
#screen_fade div.log,
#screen_fade div.progress {
    width: 100%;
    max-width: 70%;
    margin: 0.25em auto;
    padding: 0.5em;

    -webkit-border-radius: var(--system-radius);
    -moz-border-radius: var(--system-radius);
    border-radius: var(--system-radius);

}
#screen_fade div.progress:not(:empty) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    z-index: 1500;

    text-decoration: none;
    display: none;
    padding: 5px;

    -webkit-box-shadow: var(--skin-shadow_1box);
    -moz-box-shadow:    var(--skin-shadow_1box);
    box-shadow:         var(--skin-shadow_1box);

    border: 1px solid rgba(250,250,250,0.5);

    position: relative;
    height: auto !important;

    background-color: var(--skin-colorP2);
}
#screen_fade div.progress div.bar:not(:empty) {
    padding: 3px;
    background-color: #CCC;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#screen_fade div.progress div.bar div.percent {
    font-size: 1.9em;
    text-align: center;
    overflow: hidden;
    color: #000;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
}
#screen_fade div.progress div.ui-progressbar-value {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
#screen_fade div.status:not(:empty) {
    text-align: center;
    padding: 1em;
    font-size: 1.6em;
    color: #FFF;
}
#screen_fade div.title:not(:empty) {
    text-align: center;
    padding: 0 0.25em;
    margin: 0;
    font-size:  clamp(2rem, 4vw, 4rem);
    margin: auto;
    color: var(--skin-colorP2);
    font-weight: bold;
    text-shadow: 1px 1px black , -1px -1px white;
    z-index: 1;
}
#screen_fade div.status:not(:empty) {
    text-align: center;
    padding: 0.25em;
    font-size: 2.3em;
    color: #aaa;
    font-weight: normal;
    text-shadow: var(--skin-shadow_1box);
    max-height: 2em;
    z-index: 1;
    border: 1px solid gray;
}
#screen_fade div.log {
    padding: 5px;
    font-size: 1.25em;
    border-radius: var(--system-radius);
}
#screen_fade div.log:not(:empty) {
    -webkit-box-shadow: var(--skin-shadow_1box);
    -moz-box-shadow:    var(--skin-shadow_1box);
    box-shadow:         var(--skin-shadow_1box);
    text-align: center;
    margin: auto;
    background-color: rgba(255,255,255,0.95);
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: bold;
    text-shadow: var(--skin-shadow_1box);
    z-index: 1;
    max-height: 400px;
}
/* A tooltip amihez tartozik */
.tooltip {
    outline: 1px dotted rgba(128,128,128,0.25);
}

#TOOLTIP {
    font-family: var(--system-font);
    pointer-events: none;
    display:none;
    position:absolute;
    z-index: 1005;
    text-decoration: none;
    font-size: 12px;
    visibility: visible;
    height: auto;
    width: auto;

    border-radius: var(--system-radius);

    padding: 10px;
    margin: 0px;

    background-color: var(--system-colorW);
    color: var(--system-colorB);
    border: 1px solid var(--system-colorG2);
    font-family: var(--system-font);
    text-shadow: none;

    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);

    word-break: normal;

    z-index: 1521;
}
#TOOLTIP div.arrow {
    pointer-events: none;
    display: none;
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    border-top: 10px solid var(--system-colorG2);
    left: calc(50% - 10px);
}

/*
.SLIDESIDE ???
{
    display:none;
    position:absolute;
    margin: 0px;
    padding: 0px;
    left: 100px;
    top: 100px;
}
*/
/* a float message ben a boxoknak legzen paddingja, különben csúnya */
.systemFLOATmessage .msg .boxx {
    padding: 1em;
}



/* skin sample page */
.ATEDIN_skin_sample > nav {
    display: flex;
    position: fixed;
    z-index: 100;
    bottom: 0;

}
.ATEDIN_skin_sample:hover > nav {

}
.ATEDIN_skin_sample > nav > ul {
    display: flex;
    margin: 2px 0;
    padding: 0;
    background-color: var(--system-colorP7);
    list-style: none;
    text-align: center;
}
.ATEDIN_skin_sample > nav > ul > li  {
    padding: 1em;
    margin: 1px;
    background-color: var(--system-colorP8);
    color: var(--system-colorW);
    flex-grow: 1;
    border-radius: var(--system-radius);
    cursor: pointer;
}
.ATEDIN_skin_sample > div > div:not(:first-child) {
    display: none;
}



.pswdrequest {

}
.pswdrequest .steps span {
    border-bottom: 1px solid var(--skin-colorG3);
    color:  var(--skin-colorG3);
    padding: 0.5em;
    display: inline-block;
    position: relative;
    margin-right: 1.5em;
}
.pswdrequest .steps span:not(:last-child):after {
    content: "⮞";
    display: inline-block;
    position: absolute;
    color:  var(--skin-colorP2);
    right: -1.25em;
}
.pswdrequest.step0 .steps span:nth-child(1) {
    color:  var(--skin-colorP2);
}
.pswdrequest.step1 .steps span:nth-child(2) {
    background-color: var(--skin-colorP2);
    color: var(--skin-colorW);
}
.pswdrequest.step2 .steps span:nth-child(3) {
    background-color: var(--skin-colorP2);
    color: var(--skin-colorW);
}
.pswdrequest.step3 .steps span:nth-child(4) {
    background-color: var(--skin-colorP2);
    color: var(--skin-colorW);
}