html,
body,
.tab-pane > div {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}
body {
    padding-top: 5px;
    background-color: #283239;
}
.tab-pane {
    background-color: white;
    border: 0px solid red;
    height: 100%;
}

#tabContent{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    top:50px;
}

ul.nav {
    border: none;
}

ul.nav li {
    margin-left: 5px;
}

.nav-link {
    -webkit-box-shadow: inset 0px -10px 5px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px -10px 5px -10px rgba(0,0,0,0.35);
    box-shadow: inset 0px -10px 5px -10px rgba(0,0,0,0.35);

    /*background-color: #33566b;*/
    color: white;
    border-bottom: 0 !important;
}

.nav-link.active {
    background-color: #33566b !important;
}

.nav-link:hover {
    color: #33566b;
    background-color: white;
}

#btnToggleMenu {
    display: none;
}

#logoCara {
    max-width: 70px;
}

@media (max-width: 800px) {
    html {
        overflow-y: hidden;
    }
    body {
        padding-top: 0;
    }

    #logoCara {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    #btnToggleMenu {
        display: block;
        background-color: #33566b;
        border-color: #456b82;
        margin: 4px;
    }

    #mainMenu {
        position: absolute;
        z-index: 1;
        display: none;
        padding: 5px;
        background-color: #283239;
    }

    #mainMenu .nav-item {
        margin-left: 0;
        width: 100%;
    }

    #mainMenu .nav-item .nav-link {
        border: none;
        border-radius: 0;
        margin-bottom: inherit;
    }

    .esri-expand__mask--expanded, .esri-expand__container--expanded {
        top: 46px !important;
    }
}