﻿/* cyrillic-ext */
/*@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Font/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsNNC_nps.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}*/
/* cyrillic */
/*@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Font/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsPdC_nps.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}*/
/* vietnamese */
/*@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Font/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsNtC_nps.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}*/
/*latin-ext */
/*@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Font/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsN9C_nps.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}*/
/* latin */
/*@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Font/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsOdC_.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/

/*@font-face {
    font-family: 'Exo 2';
    src: url('../Font/Exo2-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;  
    font-style: normal;
}*/

/*@font-face {
    font-family: 'Exo 2';
    src: url('../Font/Exo2-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; 
    font-style: italic;
}*/

@font-face {
    font-family: 'Exo 2';
    src: url('../Font/Exo2-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../Font/Exo2-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'AstroSky-Font';
    src: url('../Font/AstroSky-Default-Font.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/* width */
::-webkit-scrollbar {
    width: 14px;
}

/* Track */
/* ::-webkit-scrollbar-track {
                box-shadow: inset 0 0 5px grey;
                border-radius: 8px;
            }*/

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
    /*  border: 4px solid transparent;
        background-clip: content-box;*/
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: dimgray;
    }

* {
    box-sizing: border-box;
    /*outline: 1px solid rgba(255, 0, 0, 0.5);*/
}

a {
    color: #132938;
    text-decoration: none;
}

    a:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    a:visited {
        text-decoration: none;
        color: #132938
    }

main a {
    color: #2754c7;
    text-decoration: underline;
}

button:hover {
    cursor: pointer;
}

code {
    font-size: 15px;
}

body {
    margin: 0;
    padding: 0px;
    height: 100vh;
    font-family: 'Exo 2', sans-serif;
    /*font-size:14px;*/
    background-color: #3b3b3b;
    /*background-image: linear-gradient(to right, rgb(171 166 166), rgb(171 166 166));*/
    color: #132938;
    /*text-shadow: 0 0 5px rgba(0,0,0,0.3);*/
    text-shadow: 0 0 5px rgba(0,0,0,0.16);
}

h1 {
    text-align: center;
}

main h3 {
    /*color: #1177d7;*/
    color: #1d71bf;
    padding-top:30px;
}

main h4 {
    font-size: 17px;
    /*color: #1d71bf;*/
}

main strong {
    /*color: #132938;*/
    font-size: 15px;
}

.book {
    padding: 14px;
    background-color: #d8d8d8;
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 14px;
}

code {
    word-break: break-all;
}

nav {
    padding: 20px;
    border-radius: 10px;
    overflow-y: auto;
    background-color: #d8d8d8;
    box-shadow: rgb(0 0 0 / 33%) 0px 0px 6px 0px; /*ezt kell remelni!*/
    /*min-height: 200px;*/
    z-index: 100;
}

main {
    position: relative;
    margin: 0px;
    padding: 30px;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow-y: auto;
    box-shadow: rgb(0 0 0 / 24%) 0px 0px 6px 0px;
    scroll-behavior: smooth;
    z-index: 50;
}

.contentsButton {
    display: none;
    padding: 8px 18px 8px 14px;
    position: fixed;
    align-items: center;
    gap: 6px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d8d8d8;
    border-radius: 0 0 20px 20px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    /*box-shadow: rgba(0,0,0,0.4) 0px 0px 8px 8px;*/
    box-shadow: rgba(0,0,0,0.4) 0px 0px 6px 2px, rgba(0,0,0,0.4) 0px 20px 12px -12px;
    z-index: 200;
    cursor: pointer;
}

.textAlignCenter {
    text-align: center;
}

.sectionLine {
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 6px solid #2754c72e;
}

.sectionMediaContainer {
    width: 100%;
    margin-top: 30px;
    display: flex;
    gap: 32px;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
}

.media {
    position: relative;
}

/*    .media::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.1;
        pointer-events: none;
    }*/

    .media::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 64px;
        height: 64px;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.7;  
        pointer-events: none;
        line-height: 0;
   /*     transition: opacity linear 0.5s;*/   
    }

/*.media:hover::after {
    opacity: 1;
}*/

    .media.image::after {
        background-image: url("../Image/export-png.svg");
        /*<a class="media image" href="Content/Image/HoroscopeWindow.jpg"><img class="sectionImage" src="Content/Image/HoroscopeWindow.jpg" /></a>*/
    }

    .media.video::after {
        background-image: url("../Image/PlayVideo2.svg");*/
        /*<a class="media video" href="Content/Video/Basic.mp4"><img class="sectionImage" src="Content/Video/Basic.jpg" alt="video poster" /></a>*/
    }

.programIcon16 {
    height: 16px;
    /*vertical-align: -3px;
    margin: 0 1px;*/
}

.programIcon24 {
    vertical-align: -8px;
    margin: 3px 1px;
    height: 24px;
    /*transition: height 0.2s ease;*/
    /*margin: 6px 3px -2px 3px;*/
}

.programIcon48 {
    vertical-align: -16px;
    margin: 3px 1px;
    height: 48px;
    /*transition: height 0.2s ease;*/
    /*margin: 6px 3px -2px 3px;*/
}

.tableIcon24 {
    /*vertical-align: top !important;*/
    margin: 0px 8px 0px 0px;
    height: 24px;
    /*transition: height 0.2s ease;*/
    /*margin: 6px 3px -2px 3px;*/
}

.H2Icon {
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 8px;
    height: 36px;
    /*transition: height 0.2s ease;*/
}

/*            .programIcon24:hover {
                height: 64px;
            }*/

.sectionImage {
    max-height: 180px;
    max-width: 260px;
    object-fit: contain;
    background-color: #d8d8d8;
}

.sectionVideo {
    /*    height: 200px;
    max-width: 366px;*/
    max-height: 180px;
    max-width: 260px;
    object-fit: contain;
    /*box-shadow: rgb(0 0 0 / 33%) 0px 0px 6px 0px;*/
}

/*.button {
    margin: 2px 3px 2px 3px;
    padding: 1px 6px 1px 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #d8d8d8;
    border: 1px solid dimgray;
    font-size: 14px;
    vertical-align: 0px;
}*/

/*.button {
    margin: 2px;
    padding: 2px 6px;
    display: inline-block;
    vertical-align: -2px;
    border: 1px solid dimgray;
    border-radius: 5px;
    background-color: #d8d8d8;
    font-size: 14px;
}

    .button span {
        display: flex;
        align-items: center;
        gap: 3px;
    }

    .button span img {
        margin: 0px;
    }*/

.button {
    margin: 3px;
    padding: 0 6px;
    min-height: 24px;
    /*height: 24px;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    /*vertical-align: -5px;*/
    /*vertical-align: middle;*/
    border: 1px solid dimgray;
    border-radius: 5px;
    background-color: #d8d8d8;
    font-size: 14px;
    line-height: 1;
}
    /*    .button::before {
        content: "";
        width: 1px;
        height: 1px;
        background-color: red;
        line-height: 1;
        margin-bottom:-10px;
    }*/

    .button.textEdit {
        background-color: white;
        vertical-align: 2px;
    }

    .button.comboBox {
        background-color: white;
        vertical-align: 2px;
    }

    .button.checkedit {
        background-color: white;
        padding: 0 2px;
    }

.arabPoint {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px; /* kör mérete */
    height: 28px;
    border-radius: 50%; /* kör alak */
    background-color: #5eca44; /* zöld */
    border: 2px solid black; /* fekete keret */
    color: black; /* betűszín */
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1;
}

.onOffControl {
    display: inline-block;
    width: 42px;
    height: 16px;
    border-radius: 8px;
    background-color: #1177D7;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}
    /* pötty */
    .onOffControl::after {
        content: "";
        position: absolute;
        top: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #eeeeee;
    }
    /* OFF (balra) */
    .onOffControl.off::after {
        left: 4px;
    }

    /* ON (jobbra) */
    .onOffControl.on::after {
        right: 4px;
    }

.trackBarControl,
.timeRangeControl {
    display: inline-flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 48px;
    height: 4px;
    border-radius: 4px;
    background-color: #727272;
    line-height: 1;
    vertical-align: middle;
    margin: 10px 3px;
    padding: 0 6px;
}
.timeRangeControl {
    width: 96px;
}

    .trackBarControl > img,
    .timeRangeControl > img {
        height: 18px;
        /*margin: -12px;*/
    }

table.vmiddle td,
table.vmiddle th {
    vertical-align: middle;
    /*    margin: 0;
    padding: 0px 10px 0px 0px;*/
    padding-right: 10px;
}

    table.vmiddle td span.button {
        vertical-align: 0px;
    }

    table.vmiddle td a img {
        vertical-align: -5px;
    }

.colGroup {
    width: 600px;
}

.spaced-columns {
    /*border-spacing: 30px 0;
    margin-left: -20px;
    margin-right: -30px;*/
    margin-left: 10px;
    max-width: 100%;
}

    .spaced-columns td + td {
        padding-left: 30px; /* csak az oszlopok között */
    }

.astro-symbols {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    /*margin: 0 18px;*/
}

    .astro-symbols .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
        box-shadow: rgb(0 0 0 / 33%) 0px 0px 6px 0px;
    }

        .astro-symbols .item .symbol {
            padding: 12px 16px;
            border-radius: 10px 10px 0 0;
            font-family: 'AstroSky-Font';
            font-size: 24px;
        }

            .astro-symbols .item .symbol > img {
                height: 36px;
            }

        .astro-symbols .item .caption {
            width: 100%;
            padding: 12px 16px;
            background-color: #edecec;
            border-radius: 0 0 10px 10px;
            text-align: center;
        }

            .astro-symbols .item .caption :nth-child(1) {
                font-weight: bold;
            }

            .astro-symbols .item .caption :nth-child(2) {
                font-style: italic;
            }

.nowrap {
    white-space: nowrap;
}

.ribbonItem {
    margin: 10px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}


@media (max-width: 1200px) {
    /*body {
        text-shadow: 0 0 2px rgba(0,0,0,0.2);
    }*/

    nav {
        width: 40%;
    }
}

@media (max-width: 1000px) {
    /*body {
        text-shadow: 0 0 2px rgba(0,0,0,0.2);
    }*/

    .book {
        /*flex-direction: column-reverse;*/
        flex-direction: column;
        /*display:block;*/
        padding: 0px;
        /*height: auto;*/
    }

    .contentsButton {
        display: flex;
    }

    nav {
        overflow-y: auto;
        max-height: 65%;
        position: fixed;
        top: -70%;
        left: 50%;
        transform: translateX(-50%);
        transition: top 0.4s ease;
        display: block;
        width: 90%;
        /*box-shadow: rgba(0,0,0,0.4) 0px 0px 8px 10px;*/
        box-shadow: rgba(0,0,0,0.4) 0px 0px 8px 3px, rgba(0,0,0,0.5) 0px 30px 16px -20px;
        border-radius: 0 0 20px 20px;
    }

        nav.visible {
            top: 0; /* lenyílva */
        }

    main {
        padding: 20px;
        /*overflow-y: hidden;*/
    }

    .sectionImage {
        max-height: initial;
        max-width: 95%;
    }

    .sectionVideo {
        max-height: initial;
        max-width: 100%;
    }
}
