/* ---------- DEFAULT ---------- */
.pusher {
  display: flex;
  flex-direction: column;
}

.ui.masthead.segment{
  flex: 1;
  /* border-bottom: none; */
}

.wrapper{
  margin-top: 5vh;
}

.footer {
  min-height: 250px;
  width: 100%;
  padding-top: 5em!important;
  padding-bottom: 2em!important;
}

.ui.bottom.pointing.dropdown>.menu .menu{
  padding: 1rem;
  padding-bottom: .5rem;
}

.ui.bottom.pointing.dropdown>.menu .menu .item{
  margin-bottom: .5rem;
}

.ui.inverted.link.list>a.item>.icon{
  opacity: 1;
  margin: 0 .35714286em 0 0;
}

.ui.inverted.link.list>a.item{
  color: rgba(255,255,255,.9);
}


/* Sidebar menu */
.hidden.menu {
  display: none;
}

.ui.fixed.menu {
  min-height: 5vh;
}

.ui.fixed.menu .toc.item {
  display: none;
}

@media only screen and (max-width: 991px) {

  .ui.stackable.grid > .row > .tablet.column {
    padding: 1rem;
  }

  .ui.fixed.menu .item,
  .ui.fixed.menu .menu {
    display: none;
  }

  .ui.fixed.menu .toc.item {
    display: block;
  }


  .ui.fixed.menu .dropdown.item {
    display: block;
  }

  .masthead.segment {
    min-height: 350px;
  }

  .masthead h1.ui.header {
    font-size: 2em;
    margin-top: 1.5em;
  }

  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }
}

.ui.sidebar {
  z-index: 102 !important;
}


/* Login column */
.ui.middle.aligned.center.aligned.grid .column {
  margin: 2em;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1em;
}

.menu {
  position: relative;
  z-index: 2000;
}

/* Error form */
.ui.form.error {
  padding-bottom: 1em;
}

/* Login column */
#login_column {
  margin: 2em;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 50em;
  max-height: 40em;
  border-radius: 1em;
}

#login-div {
  margin-top: 0.01em;
  /* min-height: 50vh; */
  min-height: 100%;
}

.ui.center.container {
  text-align: center;
}

/* Privacy */
.margin-list {
  padding-inline-start: 2em;
}

.margin-list li {
  font-weight: bold;
  font-size: 1.28571429rem;
}

.margin-list li > p{
  font-weight: normal;
  font-size: 1rem;
}

.margin-list-nested {
  padding-inline-start: 1em ;
}

.margin-list-nested li {
  font-weight: normal;
  font-size: 1rem;
}

.nested-list {
  list-style-type: disc;
  padding-inline-start: 1em;
}

.nested-list li {
  font-weight: normal;
  font-size: 1rem;
}


/* Input */

input[type=text] {
  background: #fff;
  border: 1px solid rgba(34,36,38,.15)
}

input[type="submit"] {
  border: none;
  margin: 0 !important;
}

input {
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  padding: .5rem 1rem !important;
  margin: 1rem 0 !important;
}

select {
  background-color: white;
  min-height: 2rem;
  padding: .5rem 1rem;
  margin: 1rem 0 !important;
}


#privacy-box {
  overflow-y: auto;
  max-height: 300px;
}


.ui.aligned.icon.header img {
  width: 200px;
}

.ui.horizontal.divider {
  font-size: 1.5rem;
}

@media screen and (max-width: 600px) {
  .scrollable_popup {
    overflow-y: auto;
    max-height: 60px;
  }
}
