@media screen and (max-width: 800px) {
  .hidden__mobile {
    display: none !important;
  }
}

.ui.progress:last-child {
  margin-top: 20px !important;
}

.enable_horizontal_scroll {
  overflow-x: auto;
}

#tableContainer {
  overflow-x: auto;
  max-width: 100%;
}

.pdf__page {
  width: 1410px;
  height: 1000px;
  padding: 35px;
  border: 1px solid black;
  margin: auto;
}

#pillars-logo {
  /*margin-top: 3px;*/
  width: 120px;
  height: 45px;
}

#analysisChart {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#analysis__container {
  margin: auto;
  max-width: 1000px;
}

#progressOnPieChartCalcs {
  width: 100%;
}

.slideshow {
  list-style-type: none;
}

#register {
  max-width: 800px;
}

#register h6 {
  margin-top: 10px;
}

.home-container {
  text-align: center;
  padding: 20px;
}

.fluid.button {
  margin-bottom: 10px;
}

.primary.button {
  margin-top: 10px;
}

.ui.attached.segment.bullet.chart {
  z-index: 1;
  padding: 0;
}

.ui.avatar.image.profile {
  width: 40px;
  height: 40px;
}

@media (max-width: 600px) {
  .home-container {
    z-index: 1;
    position: relative;
    height: 100%;
    background-color: midnightblue;
  }
}

@media (min-width: 600px) {
  .home-container {
    z-index: 1;
    position: relative;
    max-width: 600px;
    margin-left: 50px;
  }

  .home-box {
    border-style: solid;
    border-width: 5px;
    border-color: white;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    padding: 20px;
    margin-top: 10vh;
    padding-top: 5vh;
    border-radius: 25px;
    color: #fff;
  }
}

/* Slideshow styles removed - no longer used */

.container.main {
  margin-top: 2em;
}

.ui.form {
  margin-top: 25px;
}

#edit {
  margin-top: 20px;
}

#delete {
  display: inline;
}

.count {
  font-size: 4em;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.countHeader {
  text-align: center;
}

#flash-message {
  margin-top: 2em;
  margin-bottom: 2em;
}

#down {
  margin-bottom: 20px;
}

#profiel-menu {
  background-color: #fe9a76;
}

.button-inline {
  display: inline;
}
/* Container for our columns */
.sidebar__container {
  display: flex;
  width: 100%;
}

/* Fixed width column */
.fixed__sidebar__column {
  width: 200px;
}

/* Flexible column that takes remaining space */
.flexible__content__column {
  flex: 1;
  padding-right: 5px;
}

/* Responsive adjustment */
@media screen and (max-width: 768px) {
  .fixed__sidebar__column {
    width: 50px;
  }
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  /*  background-image: url(/img/background.png);
  background-size: cover;
  background-position: 50% 50%;*/
}

.Site-content {
  flex: 1;
}

.ui.inverted.vertical.footer.segment {
  margin-top: 0;
}

.user-info.hidden {
  display: none;
}

.ui.progress.small {
  width: 100%;
}
