.jarvis-header {
    background: var(--primary-color);
    color: var(--text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    padding: 13px;
    border-bottom: 1px solid #ccc;
    line-height: 39px;
}

    .jarvis-header .iso {
        display: inline-block;
        height: 38px;
        margin-top: -8px;
        flex-shrink: 0;
    }

        .jarvis-header .iso img {
            height: inherit;
            width: auto
        }

    .jarvis-header .greeting {
        display: block;
        margin-left: 16px;
        color: var(--text-color);
    }

    .jarvis-header .top-menu {
        outline-style: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        line-height: 26px;
        margin-left: 4px;
        padding: 0 2px;
        text-align: right;
        position: relative;
    }

    .jarvis-header #principal-nav a {
        padding-bottom: 9px;
    }

    .jarvis-header #more-nav a {
        padding: 8px;
        color: var(--text-color);
    }
        .jarvis-header #more-nav a.menu-item-no-overlay {
            color: var(--accent-color);
        }

    .jarvis-header .top-menu * {
        outline-style: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent
    }

    .jarvis-header .top-menu a.current .text {
        color: var(--accent-color);
        position: relative;
        font-size: 15px;
    }

    .jarvis-header .top-menu a.current {
        line-height: 3.3rem;
    }

        .jarvis-header .top-menu a.current .icon {
            margin-left: 2px
        }

            .jarvis-header .top-menu a.current .icon img {
                height: 39px;
                vertical-align: middle;
                width: auto
            }

        .jarvis-header .top-menu a.current:hover {
            opacity: .8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
        }

    .jarvis-header .top-menu .dropdown-toggle {
        font-size: 2rem;
    }

    .jarvis-header .top-menu ul.menu {
        background: #fff;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);
        color: var(--accent-color);
        display: none;
        right: 0;
        min-width: 320px;
        list-style: none;
        position: absolute;
        top: 100%;
        z-index: 9999
    }

        .jarvis-header .top-menu ul.menu li a {
            border-top: 1px solid #eee;
            display: block;
            padding: 6.5px 10px;
            text-align: center
        }

            .jarvis-header .top-menu ul.menu li a:hover {
                background: #eee
            }

    .jarvis-header .top-menu.open a.current {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
    }


    .jarvis-header > .iso, .jarvis-header > .greeting, .jarvis-header > .top-menu.merchant-menu {
        flex-shrink: 0;
    }
    .jarvis-header > .top-menu.merchant-menu {
        margin-left:auto;
    }

@media(min-width:1200px) {
    .jarvis-header {
        height: 78px;
        padding: 20px 19.5px
    }

        .jarvis-header .greeting {
            font-size: 14px;
        }

        .jarvis-header .iso {
            height: 46px;
            margin-top: -6px;
            font-size: 18px;
        }

        .jarvis-header .top-menu a.current > .text {
            font-size: 18px;
        }

        .jarvis-header .top-menu a.current .icon img {
            height: 40px;
        }
}


/* #####################################
   ######## MOBILE SECTION  ############
    ####################################
*/

@media only screen and (max-width: 1200px) and (min-width: 400px) {
    #container {
        height: 100%;
    }

    #sidebar {
        width: 250px;
        overflow: visible;
        float: left;
        position: fixed;
        left: 0;
        top: 52px;
        background: #f9f9f9;
        z-index: 700;
        margin-left: 0;
        margin-top: 0;
    }

    .sidebar-fixed {
        margin: 0;
        top: 52px;
    }

    .jarvis-header .greeting {
        display: block;
        font-size: 16px;
        color: var(--text-color);
    }

    .crumbs {
        margin-top: 52px;
    }

        .crumbs .breadcrumb {
            display: block;
        }

        .crumbs .crumb-buttons {
            display: none
        }


    .jarvis-header .top-menu a.current .text {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        margin: 0;
        display: inline-flex;
    }

    .navbar-left {
        float: right !important;
        margin-left: 30px;
    }

    .nav > li {
        position: relative;
        display: inline-block !important;
    }
}

.principal-menu {
    flex-grow: 1;
    margin-left: 16px;
}


#more {
    display: none;
    float: right;
}

#more-nav {
    padding: 16px;
    width: fit-content;
    float: right;
    background: white;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}

ul#more-nav li {
    list-style-type: none;
}
