body, html {
    font-family: Arial, sans-serif;
    background: white !important;
    padding: 0;
    height: 100% !important;
}

.row .col {
    padding: 0 !important
}

header {
    background: #1a2337;
    width: 100%;
    height: 70px
}

header .leftNav nav {
    width: 30%;
    color: white;
    background: none;
    padding: 20px 30px;
    box-shadow: none !important;
    display: flex;
    align-items: center
}

header .leftNav ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .leftNav ul li {
    display: inline-block;
    color: white;
    line-height: 1;
    height: fit-content;
    font-size: 1em !important;
    font-weight: 400
}

header .leftNav ul .rightNav {
    float: right
}

header .leftNav ul .rightNav .export {
    display: block !important;
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    top: 10px !important;
    right: 10px !important;
    font-size: 2em !important;
    color: white !important;
    transition: all .3s ease-out
}

header .leftNav ul .rightNav .export:hover {
    cursor: pointer;
    opacity: .7
}

header .leftNav ul .rightNav .export .export-icon {
    font-size: 1em
}

body, html {
    font-family: Arial, sans-serif;
    background: white !important;
    padding: 0;
    height: 100% !important
}

#dash-container {
    width: 95%;
    margin: 100px auto 0
}

.container {
    margin: 90px 30px;
    color: #182635
}

#_dash-app-content {
    max-width: 95% !important;
    margin: 90px auto !important;
    overflow: hidden
}

nav {
    background: #8C1515 !important;
    color: white;
    padding: 20px 30px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 5px #4D4F53
}

nav a {
    color: white;
    text-decoration: none;
    margin-right: 30px;
    transition: all .3s ease-out
}

nav a:hover {
    opacity: .7;
    cursor: pointer
}

nav a i {
    margin-right: 5px
}

.dash-spreadsheet-container {
    margin: 30px auto !important;
    overflow: hidden;
    box-shadow: 0 0 5px #bcceef;
    font-family: Arial, sans-serif;
    max-width: 99%
}

.dash-spreadsheet-container * {
    font-family: Arial;
    box-shadow: none !important
}

.dash-spreadsheet-container th, .dash-spreadsheet-container tr {
    max-width: 200px;
    box-shadow: none !important
}

.dash-spreadsheet-container th {
    background: #4ab3bf !important;
    color: white;
    padding: 8px 10px !important;
    border-right: 1px solid #7eccd4 !important
}

.dash-spreadsheet-container th .sort {
    color: #2b4249 !important;
    transition: all .3s ease-out;
    order: 2
}

.dash-spreadsheet-container th .sort:hover {
    cursor: pointer;
    opacity: .7;
    text-decoration: none
}

.dash-spreadsheet-container th > div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.dash-spreadsheet-container th > div span:last-of-type {
    font-size: 12px
}

.dash-spreadsheet-container td {
    padding: 15px 10px !important;
    text-align: left !important
}

.dash-spreadsheet-container td .dash-cell-value {
    display: inline !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 172px;
    text-align: left;
    font-size: 1em;
    overflow: hidden
}

.dash-spreadsheet-container tr:nth-child(even) {
    background: #f5f8fc !important
}

table thead tr {
    background: #646483 !important;
    color: white !important;
    font-weight: 100 !important;
    text-transform: uppercase !important;
    font-size: .8em !important
}

table thead tr th {
    border-radius: 0 !important;
    text-align: center !important;
    line-height: 1.2 !important;
    padding: 10px 5px !important
}

table tbody {
    box-shadow: 0 0 7px #bdbdd2 !important
}

table tbody tr {
    border: 0 !important
}

table tbody tr:nth-child(even) {
    background: #e7eefa !important
}

table tbody tr td {
    max-width: 150px !important;
    overflow: hidden !important;
    padding: 15px 10px !important;
    font-size: .73em !important;
    line-height: 1.25 !important;
    border-radius: 0 !important;
    text-align: center !important
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.button-container {
    width: 229px;
    overflow-y: auto;
}

.button-container > a {
    width: 100px;
    height: 100px;
    float: left;
    margin: 15px;
    line-height: 100px;
    display: block;
    text-align: center;
}