/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 5rem;
    font-size: 1rem;
    /*
    font-family: "Source Sans Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    */
    /* font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
th {
    font-weight: 600;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 9%;
}

  /*
   * Typography
   */

h1 {
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.main-content {
    padding-top: 3em;
}
  /*
   * Sidebar
   */

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.band {
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #eee;
}

.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
}

  /* Sidebar navigation */
.sidebar {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .nav {
    margin-bottom: 20px;
}

.sidebar .nav-item {
    width: 100%;
}

.sidebar .nav-item + .nav-item {
    margin-left: 0;
}

.sidebar .nav-link {
    border-radius: 0;
}

  /*
   * Dashboard
   */

   /* Placeholders */
.placeholders {
    padding-bottom: 3rem;
    text-align: center;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

.placeholder img {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#circle {
    width: 100px;
    height: 100px;
    background: green;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    /* width and height can be anything, as long as they're equal */
}

canvas{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.chart-container {
    width: 500px;
    height: 350px;
    /*
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    */
}
.cc-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
