* {
  margin: 0;
  padding: 0; }

.overflow {
  overflow: hidden; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

html, body {
  font-family: Gentona-Medium; }

nav {
  border: none;
  height: 57px; }
  nav .logo {
    width: 200px;
    padding: 0;
    margin: 0;
    border: none; }

header {
  background: black;
  margin: 0;
  padding: 0; }

/*Main navi */
.main-nav {
  float: right;
  list-style: none;
  margin: auto;
  height: 57px; }
  .main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    color: #a09b96;
    height: 100%; }
  .main-nav li {
    float: left;
    border-left: 1px solid #414141;
    display: inline-block;
    height: 57px; }
    .main-nav li:first-child {
      border: none; }
    .main-nav li:last-child {
      border-right: 1px solid #414141;
      margin-right: 30px; }
      .main-nav li:last-child a {
        padding: 17px 30px; }

.mobile-nav-icon {
  display: none;
  position: absolute;
  right: 5px;
  top: 9px;
  color: white; }
  .mobile-nav-icon i {
    font-size: 12pt; }

li a, .dropbtn {
  display: inline-block;
  color: #a09b96;
  text-align: center;
  text-decoration: none;
  font-family: Gentona-Light;
  font-weight: bold;
  height: 23px; }

.dropdown a {
  padding: 17px 65px; }

.dropdown-icon {
  position: relative;
  top: 1px;
  left: 2px;
  font-size: 10pt; }

li.dropdown {
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d9d9d9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .dropdown-content a {
    color: black;
    padding: 17px 16px;
    text-decoration: none;
    display: block;
    text-align: left; }
  .dropdown-content:hover {
    background-color: #d9d9d9; }

.dropdown:hover .dropdown-content {
  display: block; }

.left-menu {
  float: left;
  width: 20%;
  min-width: 200px;
  max-width: 200px;
  background: #1b1c20;
  height: 160em;
  display: block; }
  .left-menu ul {
    list-style-type: none;
    margin: 0;
    background-color: transparent;
    text-transform: uppercase;
    padding-bottom: 5px; }
  .left-menu li {
    color: #a09b96;
    font-family: Gentona-SemiBold;
    font-size: 68%;
    font-weight: normal; }
    .left-menu li a {
      padding: 17px 0 0 28px;
      text-decoration: none;
      height: 10px;
      font-size: 11.2pt; }
      .left-menu li a:hover, .left-menu li a.active {
        background-color: transparent;
        color: #26a9d9; }
      .left-menu li a:hover::before {
        content: "+ "; }

.container {
  overflow: hidden; }

.left-menu li.title {
  padding: 28px 0 0 28px; }

.content {
  height: 100%;
  padding: 10px;
  margin-left: 210px;
  display: block; }
  .content .dropdown_and_all-button {
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 250px;
    overflow: hidden; }
    .content .dropdown_and_all-button .selected-button {
      width: auto;
      padding-left: 12px;
      margin: 0 5px; }
      .content .dropdown_and_all-button .selected-button span {
        position: relative;
        top: 2px; }
      .content .dropdown_and_all-button .selected-button i {
        margin-left: 5px;
        color: #008cff;
        font-size: 16pt;
        border: none; }
    .content .dropdown_and_all-button button {
      width: 180px;
      background: white;
      padding: 2px;
      border-radius: 5px;
      font-family: Gentona-Medium;
      font-size: 12pt;
      color: #414141;
      box-shadow: none;
      border: 2px #ededed solid; }
      .content .dropdown_and_all-button button:hover, .content .dropdown_and_all-button button:active {
        color: #008cff; }
      .content .dropdown_and_all-button button i {
        font-size: 16pt;
        padding: 0 9px;
        border-left: 1px solid #d9d9d9;
        float: right; }
  .content h1 {
    float: left;
    overflow: hidden;
    margin-left: 24px;
    margin-top: 4px;
    margin-right: 20px;
    font-family: Gentona-Book;
    font-size: 18pt; }
  .content .center {
    overflow: hidden; }
  .content .filter-dropdown,
  .content .all-filter-content,
  .content .selected-button {
    float: left; }
  .content .all-filter-content {
    position: absolute; }
  .content .filter-content,
  .content .filter-subcontent {
    position: relative;
    display: none;
    float: left;
    border: 1px #d9d9d9 solid;
    z-index: 2;
    background: white;
    cursor: default;
    border-radius: 5px; }
  .content .filter-content {
    width: 167px;
    padding: 12px 12px 20px 0px; }
    .content .filter-content i {
      float: right;
      position: relative;
      right: 7px;
      top: 3px;
      font-size: 11pt; }
  .content .filter-subcontent {
    top: -56px;
    width: 284px; }
    .content .filter-subcontent .search {
      /*position: relative;
      bottom:50px;*/
      z-index: 20;
      margin-top: 10px;
      padding: 0 0 10px 13px;
      border-bottom: 2px #d9d9d9 solid; }
      .content .filter-subcontent .search i {
        color: #6c656c;
        background: white;
        border-width: 2px 0 2px 2px;
        border-style: solid;
        border-color: #d9d9d9;
        font-size: 16pt;
        padding: 4px 4px 3px 6px;
        float: left;
        border-radius: 5px 0 0 5px; }
      .content .filter-subcontent .search input[type="text"] {
        width: 230px;
        float: left;
        height: 33px;
        border-width: 2px 2px 2px 0;
        border-style: solid;
        border-color: #d9d9d9;
        border-radius: 0 5px 5px 0;
        font-family: Gentona-Light;
        font-size: 12pt;
        color: #cdcdcd;
        padding-left: 3px; }
    .content .filter-subcontent .scrolling {
      min-height: 240px;
      max-height: 390px;
      overflow: auto;
      margin-top: 15px;
      margin-right: 12px;
      /* Handle on hover */ }
      .content .filter-subcontent .scrolling::-webkit-scrollbar {
        width: 5px;
        border-color: grey; }
      .content .filter-subcontent .scrolling::-webkit-scrollbar-thumb {
        background: #d9d9d9;
        border-radius: 100px; }
      .content .filter-subcontent .scrolling::-webkit-scrollbar-thumb:hover {
        background: #d9d9d9; }
      .content .filter-subcontent .scrolling i {
        font-size: 30pt;
        position: relative;
        bottom: 12px; }
  .content .filter-content a,
  .content .filter-subcontent a {
    font-family: Gentona-Light;
    font-size: 12.5pt;
    text-decoration: none;
    color: black;
    float: none;
    display: block;
    padding: 8px 10px; }
    .content .filter-content a:hover, .content .filter-content a:active,
    .content .filter-subcontent a:hover,
    .content .filter-subcontent a:active {
      background: #d9d9d9; }
  .content .filter-content a {
    padding-left: 22px;
    width: 148px; }
  .content .filter-subcontent a {
    padding-left: 14px;
    height: 20px !important; }
    .content .filter-subcontent a span {
      padding-left: 8px;
      position: relative;
      bottom: 19px; }
  .content .show-date {
    position: absolute;
    right: 19px;
    top: 90px;
    display: flex;
    align-items: center; }
    .content .show-date .center {
      width: 264px;
      margin: 20px auto 0 auto; }
      .content .show-date .center .date-selector input {
        padding: 8px;
        border: 1px #d9d9d9 solid;
        border-left: none;
        border-radius: 0 5px 5px 0;
        float: left;
        color: #008cff;
        font-family: Gentona-Medium;
        font-size: 11.5pt; }
      .content .show-date .center .date-selector i {
        border: 1px #d9d9d9 solid;
        border-right: none;
        border-radius: 5px 0 0 5px;
        height: 23px;
        padding: 5px 12px; }
      .content .show-date .center i,
      .content .show-date .center button {
        color: #008cff;
        float: left;
        background: transparent;
        border: none;
        padding: 5px; }
  .content .charts_and_content {
    overflow: hidden;
    padding: auto;
    width: fit-content;
    margin: 50px auto 50px auto; }
  .content .charts-content_container {
    overflow: hidden;
    float: left;
    border-right: 1px solid #d9d9d9;
    padding: 0 40px; }
    .content .charts-content_container:first-child {
      padding-left: 5px; }
    .content .charts-content_container:last-child {
      padding-right: 11px;
      border: none; }
    .content .charts-content_container .charts-content {
      padding-left: 16px;
      padding-top: 4px;
      font-family: Gentona-Light; }
      .content .charts-content_container .charts-content h3 {
        font-size: 16.5pt; }
      .content .charts-content_container .charts-content h4 {
        color: #868686;
        color: #a09b96; }
      .content .charts-content_container .charts-content h2 {
        margin-top: 15px;
        font-size: 22pt;
        display: inline-block; }
      .content .charts-content_container .charts-content i {
        font-size: 16pt;
        position: relative;
        top: 4px;
        left: 14px; }
      .content .charts-content_container .charts-content .green {
        color: #37b547; }
      .content .charts-content_container .charts-content .red {
        color: #f30000; }
      .content .charts-content_container .charts-content span {
        font-family: Gentona-SemiBold;
        padding-left: 14px;
        position: relative;
        top: 2px; }
    .content .charts-content_container .chart {
      width: 387px;
      height: 90px; }
  .content .chart {
    margin-top: 16px; }
  .content .sub_menu {
    border-bottom: 3px solid #d9d9d9;
    padding: 0;
    margin: 0;
    height: 46px;
    width: 97%;
    margin-left: 19px;
    font-size: 12pt; }
    .content .sub_menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      width: 100%; }
    .content .sub_menu li {
      float: left; }
      .content .sub_menu li:last-child {
        width: available !important; }
    .content .sub_menu li:last-child {
      border-right: none; }
    .content .sub_menu li a {
      display: block;
      color: #7f7f7f;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      text-transform: uppercase;
      height: 18px; }
    .content .sub_menu li a:hover:not(.active) {
      color: black;
      border-bottom: 3px black solid;
      margin-bottom: -3px; }
    .content .sub_menu .active {
      color: black;
      border-bottom: 3px black solid; }
  .content .two-charts {
    overflow: hidden;
    text-align: center;
    margin: auto; }
    .content .two-charts > div {
      display: inline-block; }
    .content .two-charts .charts {
      padding: 0px 60px; }
    .content .two-charts h3 {
      margin-top: 28px;
      margin-left: 20px;
      margin-bototm: 0px;
      text-align: left;
      font-family: Gentona-Book;
      font-size: 16.5pt; }
    .content .two-charts #pieChart {
      width: 296px;
      height: 278px;
      border-right: 1px solid #d9d9d9; }
    .content .two-charts #lineChart {
      width: 750px;
      height: 255px;
      position: relative;
      bottom: 10px;
      left: 10px; }
  .content .table {
    margin-top: 30px; }
    .content .table table {
      width: 96.5%;
      text-align: left;
      border-collapse: collapse;
      border-spacing: 0px;
      font-family: Gentona-Book;
      font-size: 12pt;
      margin: auto;
      border: none; }
      .content .table table thead tr {
        background-color: #F1F1F3;
        border: none; }
        .content .table table thead tr th {
          padding: 7px 0;
          font-weight: normal; }
      .content .table table tbody tr {
        border-bottom: 1px #d9d9d9 solid; }
        .content .table table tbody tr td {
          border: none;
          padding: 12px 0; }
          .content .table table tbody tr td i {
            font-size: 14.5pt; }
      .content .table table tbody tr:nth-child(1) i {
        color: #1FACE2; }
      .content .table table tbody tr:nth-child(2) i {
        color: #FDDB7A; }
      .content .table table tbody tr:nth-child(3) i {
        color: #6ADDBE; }
      .content .table table tbody tr:nth-child(4) i {
        color: #FBB440; }
      .content .table table tbody tr:nth-child(5) i {
        color: #A58BF6; }
      .content .table table tbody tr:nth-child(6) i {
        color: #FF8989; }
      .content .table table tbody tr:nth-child(7) i {
        color: #69B6A2; }
      .content .table table tr td:nth-child(1),
      .content .table table tr th:nth-child(1) {
        width: 1%; }
      .content .table table tr td:nth-child(2),
      .content .table table tr th:nth-child(2) {
        width: 17.5%;
        padding-left: 10px; }
      .content .table table tr td:nth-child(3),
      .content .table table tr th:nth-child(3) {
        width: 15.5%;
        padding-left: 10px; }
      .content .table table tr td:nth-child(4),
      .content .table table tr th:nth-child(4) {
        width: 17.9%;
        padding-left: 10px; }
      .content .table table tr td:nth-child(5),
      .content .table table tr th:nth-child(5) {
        width: 17.5%;
        padding-left: 10px; }
      .content .table table tr td:nth-child(6),
      .content .table table tr th:nth-child(6) {
        width: 18%;
        padding-left: 10px; }
      .content .table table tr td:nth-child(7),
      .content .table table tr th:nth-child(7) {
        padding-left: 10px; }

@media only screen and (max-width: 1600px) {
  .content .charts-content_container {
    padding: 0 29px; } }
@media only screen and (max-width: 1520px) {
  .content .charts-content_container {
    padding: 0 20px; }
    .content .charts-content_container .chart {
      width: 300px; }

  .content .two-charts h3 {
    text-align: center; }
  .content .two-charts #pieChart {
    border: none; } }
@media only screen and (max-width: 1280px) {
  .content .charts-content_container {
    padding: 0 2px; }
    .content .charts-content_container .chart {
      width: 230px; }

  .content .show-date {
    top: 78px; }

  .content .two-charts #lineChart {
    width: 700px; } }
@media only screen and (max-width: 1023px) {
  .mobile-nav-icon {
    display: block; }

  .container .left-menu {
    display: none;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 10; }

  .content {
    margin: 10px; } }
@media only screen and (max-width: 875px) {
  .content .charts-content_container {
    border-right: none;
    float: none;
    padding: 20px 0; }

  .content .charts-content_container:not(last-child) {
    border-bottom: 1px solid #d9d9d9; }

  .content .two-charts #lineChart {
    width: 500px; }

  .content .sub_menu {
    font-size: 10pt; }

  .content .dropdown_and_all-button {
    margin-right: 0; }

  .content h1 {
    float: none;
    margin-bottom: 10px; }

  .content .charts_and_content {
    margin-top: 10px; } }
@media only screen and (max-width: 700px) {
  .content .two-charts #lineChart {
    width: 400px;
    position: unset;
    margin: auto; }

  .content .two-charts .charts {
    padding: 0;
    display: block; }

  .content .show-date {
    position: unset;
    margin: auto; }

  .content .charts_and_content {
    margin-top: 10px; }

  .content .charts-content_container .charts-content h3,
  .content .charts-content_container .charts-content h4,
  .content .charts-content_container .charts-content h2 {
    font-size: 90%; }

  .dropdown a,
  .main-nav li:last-child a {
    padding: 17px 10px; }

  .content .table table {
    font-size: 10pt; }

  .content .sub_menu {
    width: fit-content;
    height: unset;
    border-bottom: none;
    margin: auto; }
    .content .sub_menu ul li {
      float: none; }
      .content .sub_menu ul li a:hover:not(.active),
      .content .sub_menu ul li a:active:not(.active) {
        margin-bottom: -3px; }

  .content .two-charts #pieChart {
    width: 277px; } }
@media only screen and (max-width: 520px) {
  .content .two-charts #lineChart {
    width: 300px; }

  nav .logo {
    display: none; }

  .content .dropdown_and_all-button {
    margin: auto;
    width: fit-content; }

  .content .filter-subcontent {
    top: 0; }

  .content .filter-content,
  .content .filter-subcontent {
    float: none; } }
@media only screen and (max-width: 520px) {
  .content .two-charts #lineChart {
    width: 250px;
    height: 230px; }

  .content .two-charts #pieChart {
    width: 190px;
    height: 190px; }

  .content .table table {
    font-size: 7pt; } }

/*# sourceMappingURL=style.css.map */
