﻿/*NAV - LEFT PANEL*/

.wrapperNavItem .wrapperItem {
    padding: 14px 15px !important;
    font-size: 16px !important;
    color: #fff;
    border-left: none;
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
    position: relative;
    background-color: #78b8d9 !important;
}
.wrapperNavItem .wrapperItem i {
    text-align: left;
    color: #ececec;
    -webkit-transition: color 200ms;
    transition: color 200ms;
    vertical-align: top;
    padding-top: 5px;
    width: 20px;
}
.wrapperNavItem .wrapperItem .menu-item-parent {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    color: #fff;
    line-height: normal;
}

.mainAside nav > ul > li .fixedMenu {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    height: 40px;
    padding: 5px 2.5px;
}

.fixedMenu {
    width: 100%;
    text-align: center;
    margin: 10px auto 0 auto;
    display: flex;
}
.fixedMenu a {
    display: inline-block;
    vertical-align: bottom;
    flex: 3;
    margin: 0 2.5px;
    border-bottom: 2px solid transparent;
    padding: 5px !important;
}
.fixedMenu a:hover {
    background: #3897c7;
    transition: all .3s ease-in-out;
    opacity: .7;
    border-bottom: 2px solid #fd9c8c;
}
.fixedMenu a img {
    width: 19px;
}
.fixedMenu a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: .5px;
    margin-top: 2px;
    margin-bottom: 0;
}

.mainAside nav > ul > li .analysisControl {
    justify-content: center;
}

.mainAside nav > ul > li .analysisControl li .analysisControlBox {
    left: 30px;
}

    .mainAside nav > ul > li .analysisControl .search .analysisControlBox:before {
        left: 65px !important;
    }

.minified .wrapperNavItem .wrapperItem .menu-item-parent, .minified .wrapperNavItem .wrapperItem i {
    display: none;
}

.minified .fixedMenu {
    display: unset;
}

.minified .wrapperNavItem .wrapperItem {
    padding: 8px !important;
}

.minified .fixedMenu a p {
    display: none;
}


/*MODAL EXPORT*/
.optionsWrapper {
    width: 100%;
    margin: -10px auto -10px auto;
    text-align: center;
}
    .optionsWrapper .optionContainer {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 15px;
        border: 1px solid #e8ecee;
    }
        .optionsWrapper .optionContainer:hover {
            opacity: .7;
        }

        .optionsWrapper .optionContainer h2 {
            font-weight: bold;
            font-size: 11px;
            color: #5b6c7e;
            text-transform: uppercase;
            margin: 5px;
        }

.optionsWrapper .optionContainer .iconWrapper {
    display: flex;
    width: 100px;
    height: 100px;
    background-color: #78b8d9;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.optionsWrapper .optionContainer .iconWrapper i {
    font-size: 50px;
    color: white;
}


.listFilter .listArea .row {
    background: url(/content/img/eurodata/bg_logo.png) no-repeat center 50%;
}

@media only screen and (max-height: 770px) {
    .openWidgetArea .listArea {
        height: 51%;
    }
    .openWidgetArea .row .timescaleAnalysis {
        height: 116%;
    }
    .openWidgetArea .gridArea {
        height: 56% !important;
    }
}

@media only screen and (max-height: 750px) {
    .myEurodata .main .mainContent {
        height: calc(100% - 35px) !important;
        overflow-y: hidden !important;
    }
    .myEurodata .listArea .row {
        background-position: center;
        background-size: 20%;
    }

    .filterOnTop .hasContent form {
        height: 97% !important;
    }
    
}



@media only screen and (max-height: 650px) {
    .myEurodata .listArea.hasContent {
        min-height: 235px;
    }
    .openWidgetArea .listArea {
        height: 36%;
    }
    .filterOnTop .hasContent form {
        height: 95% !important;
    }
    .openWidgetArea .row .timescaleAnalysis {
        height: 131%;
    }
    .openWidgetArea .gridArea {
        height: 48% !important;
    }
}
