﻿.content {
  padding: 0.5em;
  margin-bottom: 75px;
}

.text-danger {
  color:red;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0.5em;
  background-color: #1b1c1d;
  color:rgba(255,255,255,.9);
  margin-top: 0;
  margin-bottom: 0;
}

.hidden.menu {
  display: none;
}

.masthead.segment {
  min-height: 100px;
  padding: 1em 0em;
}
.masthead .logo.item img {
  margin-right: 5em;
}
.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
.masthead h1.ui.header {
  margin-top: 1em;
  margin-bottom: 0em;
  font-size: 2em;
  font-weight: normal;
}
.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}


.ui.vertical.stripe h3 {
  font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}

.quote.stripe.segment {
  padding: 0em;
}
.quote.stripe.segment .grid .column {
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer.segment {
  padding: 2em 0em;
}

.secondary.pointing.menu .ui.container .toc.item {
  display: none;
}

.ui.container {
  margin: 0.5em!important;
}

@media only screen and (max-width: 700px) {
  .ui.fixed.menu {
    display: none !important;
  }
  .secondary.pointing.menu .ui.container .item,
  .secondary.pointing.menu .ui.container .menu {
    display: none;
  }
  .secondary.pointing.menu .ui.container .toc.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;
  }
}


/* Upload files*/

.upload-page {
  display: flex; 
  justify-content: space-around;
}

.upload-container {
  display: flex;
  flex-wrap: wrap;
  border: grey solid;
  border-radius: 25px;
  padding: 20px;
  margin: 0.2em;


  /*align-items: center;*/
  justify-content: center;
  /* flex-direction: column; */
}

.upload-container-active{
  background-color: white;
}

.upload-container-active:hover {
  background-color: rgba(133, 133, 133, 0.25);
}

.upload-title {
  color: white;
  background-color: #2f4fbc;
  border-radius: 25px;
  width: 100%;
  height: 30px;
  text-align: center;
  margin-bottom: 35px;
}

.upload-hint {
  border-radius: 15px;
  width: 100%;
  height: 40px;
  font-weight: bold;
  margin-bottom: 175px;
}

.upload-buttons-container {
  display: flex;
  flex-wrap: wrap;
  width: 140px;
}

.upload-locate-file {
  border-radius: 5px;
  background-color: #ffef76;
  /*width: 140px;*/
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  border: none;
}

.upload-file {
  border-radius: 5px;
  color: white;
  background-color: #89cee5;
  width: 140px;
  height: 30px;
  margin-bottom: 40px;
  border: none;
  text-align: center;
  position: relative;

  /*padding-left: 25px !important;*/
  /*padding-bottom: 25px !important;*/
}

.upload-remove-file {
  border-radius: 5px;
  color: white;
  background-color: #e18582;
  width: 140px;
  height: 30px;
  border: none;
  margin-bottom: 20px;
}

.hidden-progress-bar {
  visibility: hidden;
}

.dropzone-previews{
  display: none;
}

.hidden-content{
  display: none !important;
}


.mvc-grid-row-filters input.mvc-grid-value {
  width: 0 !important;
}