﻿#left-menu {
    position: absolute;
    top: 0px;
    left: 1vw;
    right: 1vw;
    /*width: calc(100% - 2vw - 2vw);
    height: calc(50% - 2vw);*/ /*korekcije*/
    padding: 0px 1vw 0px 1vw;
    background-color: transparent;
    text-align: left;
    color: white;
}
    #left-menu table {
        width: 100%;
        height: 100%;
    }
    #left-menu td {
        vertical-align: middle;
        text-align: center;
    }
        #left-menu td .item {
            cursor: pointer;
            position: relative;
            margin-top: 20%;
            margin-bottom: 20%;
            margin-left: auto;
            margin-right: auto;
            width: 25%;
            padding-top: 25%;
        }
            #left-menu td .item:hover .normal, 
            #left-menu td .item.selected .normal {
                display: none;
            }
            #left-menu td .item div {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background-position: center center;
                background-origin: padding-box;
                background-repeat: no-repeat;
            }
            #nav-how .normal {
                background-image: url(../Graphics/support/how-n.svg?091020-3);
                background-size: 100% auto;
            }
            #nav-how .hover {
                background-image: url(../Graphics/support/how-o.svg?091020-3);
                background-size: 100% auto;
            }
            #nav-help .normal {
                background-image: url(../Graphics/support/help-n.svg?091020-3);
                background-size: 72% auto;
            }
            #nav-help .hover {
                background-image: url(../Graphics/support/help-o.svg?091020-3);
                background-size: 72% auto;
            }
        

#cont-charts .nav-cont {
    display: none;
    opacity: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
    #cont-charts .nav-cont a {
        color: black;
        text-decoration: none;
    }
        #cont-charts .nav-cont a:hover {
            text-decoration: underline;
        }
    #cont-charts .nav-cont.selected {
        display: table;
        opacity: 1;
    }
    #cont-charts .nav-cont .cell {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }
        #cont-charts .nav-cont img {
            border: none;
            width: 10%;
            height: auto;
            margin-bottom: 2%;
        }
        #cont-charts .nav-cont .title {
            font-size: 220%;
            margin-bottom: 2%;
        }
        #cont-charts .nav-cont .line {
            width: 30%;
            height: 2px;
            margin-left: auto;
            margin-right: auto;
            background-color: #DC2D27;
        }
        #cont-charts .nav-cont .text {
            font-size: 120%;
            margin-top: 2%;
            font-style: normal;
        }
            #nav-how-cont.nav-cont {
                width: 80%;
            }
            #tab-s-menu {
                text-align: center;
                margin-top: 5%;
                margin-bottom: 2%;
            }
                #tab-s-menu span {
                    cursor: pointer;
                    margin-left: 5%;
                    font-weight: bold;
                }
                    #tab-s-menu span:hover {
                        border-bottom: 2px solid #DC2D27;
                    }
                    #tab-s-menu span.selected {
                        border-bottom: 2px solid #DC2D27;
                    }
                    #tab-s-menu span:first-of-type {
                        margin-left: 0px;
                    }
            #cont-charts .nav-cont .text {
                height: 30%;
            }
            #cont-charts .nav-cont .text .tab {
                display: none;
                opacity: 0;
            }
                #cont-charts .nav-cont .text .tab table {
                    border-collapse: collapse;
                    width: 100%;
                    height: 100%;
                }
                #cont-charts .nav-cont .text .tab td {
                    padding: 0px;
                }
                #cont-charts .nav-cont .text .tab td.L {
                    width: 10%;
                    text-align: left;
                    vertical-align: middle;
                }
                    #cont-charts .nav-cont .text .tab td.L img {
                        width: 50%;
                        height: auto;
                    }
                #cont-charts .nav-cont .text .tab td.R {
                    width: 90%;
                    text-align: left;
                    vertical-align: middle;
                }
            #cont-charts .nav-cont .text .tab.selected {
                display: block;
                opacity: 1;
            }
            #nav-how-cont p {
                margin-top: 1%;
                margin-bottom: 0px;
                text-align: left;
            }
            #nav-how-cont p:first-of-type {
                margin-top: 0px;
            }
            #nav-how-cont ul {
                margin: 0px;
                padding: 0px;
            }
            #nav-how-cont li {
                margin-top: 1%;
                margin-bottom: 0px;
                text-align: left;
            }
            #nav-how-cont li:first-of-type {
                margin-top: 0px;
            }
            #nav-help-cont li {
                margin-top: 2%;
                margin-bottom: 0px;
            }
            #nav-help-cont p {
                margin-top: 2%;
                margin-bottom: 0px;
            }
            

@media (max-width: 1290px) and (min-height : 790px) and (max-height : 850px) and (orientation : landscape) {
    #cont-charts .nav-cont .title {
        font-size: 280%;
    }
    #cont-charts .nav-cont .text {
        font-size: 140%;
    }
}
@media (max-width: 1050px) {
    #cont-charts .nav-cont .title {
        font-size: 280%;
    }
    #cont-charts .nav-cont .text {
        font-size: 150%;
    }
}