﻿.container {
    position: relative;
}

.container, .left-content {
    min-height: 600px;
}

.container-fluid-eco {
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.left-content {
    /*display: inline-block;*/
    position: fixed;
    width: 180px;
    height: 100%;
    padding: 0 10px 10px;
    background-color: rgb(128, 128, 128);
    box-shadow: -5px 0px 14px -8px rgba(0, 0, 0, 0.25) inset;
}

.right-content {
    position: fixed;
    width: 140px;
    right: 0;
    /*    top: 5em;*/
    height: 100%;
    /*height: 600px;*/
    background-color: rgb(128, 128, 128);
}
/*.right-content {
    position: absolute;
    right: 0;
    left: 181px;
    top: 5em;
    height: 600px;
    background-color: rgb(255, 0, 0);
}
*/
.top-content {
    position: absolute;
    right: 141px;
    left: 181px;
    top: 5em;
    height: 6em;
    background-color: rgba(191, 191, 191, 0.25);
    border-bottom: outset;
}

.content {
    position: absolute;
    right: 141px;
    left: 181px;
    top: 118px;
    height: 80%; /* Postavljeno na 80 % jer prekriva tvrktu na osnovnom ekranu*/
    /*height: 568px;*/
    background-color: rgb(255, 255, 255);
    overflow-y: auto
}

.right-content .sub-title {
    font-size: 120%;
    color: rgba(152, 152, 152, 0.8);
}

sup {
    font-size: 0.8em;
    vertical-align: super;
    line-height: 0;
}

.title-container {
    min-height: 35px;
    margin-bottom: 1px;
    text-align: center;
}

    .title-container .country-name {
        font-size: 120%;
        font-weight: bold;
        line-height: 34px;
        margin-bottom: 1px;
    }

    .title-container > div:not(.flag) {
        margin-left: 204px;
    }

.stats {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .stats > div {
        display: table-cell;
        text-align: center;
        border: 1px solid rgba(191, 191, 191, 0.25);
        padding: 20px 0 25px;
        width: 33%;
    }

        .stats > div:first-child, .stats > div:last-child {
            border-right-width: 0;
            border-left-width: 0;
        }

    .stats .stat-value {
        font-size: 200%;
    }

#tabpanel {
    margin-top: 10px;
}

    #tabpanel .dx-multiview-wrapper {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    #tabpanel .tab-panel-title {
        font-size: 120%;
        font-weight: 500;
    }

    #tabpanel .dx-multiview-item-content {
        padding: 20px 0 22px;
        min-height: 178px;
        position: relative;
    }

    #tabpanel .right-content {
        top: 15px;
        left: 202px;
    }

    #tabpanel .stats {
        width: 398px;
        margin-top: 20px;
        border-top: 1px solid rgba(191, 191, 191, 0.25);
    }

        #tabpanel .stats > div {
            padding: 7px 0;
            text-align: left;
            border: 0;
        }

            #tabpanel .stats > div:first-child {
                width: 40%;
            }

            #tabpanel .stats > div:not(:first-child) {
                width: 30%;
            }

.flag {
    width: 172px;
    max-height: 122px;
    border: 1px solid rgba(191, 191, 191, 0.25);
    float: left;
    margin: 0 30px 10px 0;
}

.left-content .dx-treeview-node.dx-state-selected > .dx-item > .dx-item-content {
    font-weight: 500;
}

footer-eco {
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    /* Height of the footer*/
    height: 40px;
    /*    background: grey;
*/
}