﻿.appCont {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

#viewDiv {
    width: 100%;
    height: 750px;
    padding: 0;
    margin: 0;
}

#toolbar {
    height: 100px;
    width: 32px;
    padding: 0;
    margin: 0;
    display: flex;
    background: green;
    flex-flow: column;
}

#widgetDivCont {
    width: 300px;
    padding: 0;
    margin: 0;
    display: flex;
    background: white;
    flex-flow: column;
    display: none;
}

.widgetDiv {
    max-height: 400px;
}

.myButton {
    font-size: 14px;
    color: #fff;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
}

.esri-search {
    width: 100% !important;
}

.esri-menu .esri-menu__header {
    color: var(--mud-palette-appbar-text) !important;
    background-color: var(--mud-palette-info-darken) !important;
}
