body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
}
  
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',monospace;
}

#frm-intro .MuiListItem-root  {
    width:50%;
    margin: auto;
}

.clickable {
    cursor: pointer;
}

.db-selector {
    width: 50%;
    color: white;
}

#frm-lake-dashboard .MuiToolbar-root, #db-select-label {
    background-color: #ddd !important;
}

#frm-lake-dashboard .MuiToolbar-root {
    padding-left: 12px;
}

.db-container {
    margin-top: 10px;
}

.loading {
    margin: auto;
    width: fit-content;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.loading > span {
    margin-bottom: 10px;
}

.db-container .window.filters {
    position: fixed;
    width: 400px;
    right: 20px;
    background-color: #eee;
    margin-top:-60px;
}

.window {
    z-index: 500;
}

.shadowed {
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.20) !important;
}

.with-outline {
    border: 1px solid #999 !important;
}

.window-caption > * {
    display: inline-block;
}

.window-caption > .buttons button {    
    min-width: auto !important;
}

.window-caption {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}

.window-caption .title {
    font-weight: bold;
    width:90%;
}

.charts-container {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
}

.chart-area {
    border: 1px  solid #ccc;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.chart-title {
    color: #666;
    border-bottom: 1px  solid #ccc;
    margin-bottom:12px;
    text-align: left;
}

.chart {
    text-align: center;
}

.inline-chart {
    display: inline-block;
}

.icon {
    width: 28px;
    height: auto;
}

#topsellers-table {
    width:100%;
}

#topsellers-table td:nth-child(1) {
    width: 70%;
}

#topsellers-table td:nth-child(2) {
    width: 30%;
}

#topsellers-table .description {
    font-style: italic;
}

#topsellers-table .total {
    font-weight: bold;
    text-align: right;
}

#topsellers-table tr td {
    background-color: #fff;
}

#topsellers-table tr:nth-child(even) td {
    background-color: #eee;
}

#topsellers-table td:nth-child(2) {
    width: 30%;
}

.as-link {
    cursor: pointer;
    color: #1976d2;
}

.as-link:hover {
    text-decoration: underline;
}

.single-filter {
    padding: 8px;
}

.single-filter button {
    margin-right: 4px;
    margin-bottom: 2px;
}

.filter-name {
    display: block;
    margin-bottom: 2px;
}

.filter-search {
    margin: 8px;
}