html {
  font-family: "Helvetica Neue";
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", sans-serif !important;
}

#first-page-container {
  margin-top: 0;
  background-color: #212529;
  height: 100vh;
}

.logo {
  font-size: 24pt;
  color: #ADD8E6;
  width: 100%;
  position: fixed;
  top: 2vw;
  left: 80vw;
  font-family: 'Patua One', cursive;
}

.about {
  position: fixed;
  top: 2.9vw;
  left: 73vw;
  height: 30px;
  padding-top: 0.270rem;
}

.help {
  position: fixed;
  top: 2.9vw;
  left: 67vw;
  height: 30px;
  padding-top: 0.270rem;
}

.liu {
  position: fixed;
  top: 1vw;
  left: 2vw;
  width: 200px;
  height: 200px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.arrow-back {
  position: fixed;
  left: 2vw;
  top: 1.5vw;
  font-size: 20pt;
  color: grey;
  cursor: pointer;
}

.head1 i:hover {
  color: white;
}

.hidden {
  position: fixed;
  color: grey;
  font-size: 15pt;
  top: 1.7vw;
  cursor: pointer;
}

.left {
  right: 5vw;
}

.right {
  right: 2vw;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.front-text {
  text-align: center;
  width: 100%;
  color: white;
  padding-left: 25vw;
  padding-right: 25vw;
  padding-top: 20vh;
  margin-bottom: 5vh;
  font-family: 'Assistant', sans-serif;
  font-size: 50pt;
}

.head1 {
  width: 100%;
  height: 10vh;
  background-color: #212529;
  color: white;
  display: block;
  top: 0;
  padding-top: 1vh;
  text-align: center;
}

.head1 h2 {
  font-family: 'Patua One', cursive;
  color: #ADD8E6;
}

.welcome {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  display: block;
}

.shadow-textarea textarea.form-control::placeholder {
  font-weight: 300;
}

.shadow-textarea textarea.form-control {
  padding-left: 0.8rem;
}
.form-group{
  display: flex;
  height: 15rem;

}

#inputtext {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

#textarea {
  font-size: 18px;
  font-family: Arial;
  padding-left: 3%;
  padding-right: 3%;
  margin-right: 2vw;
  margin-top: 2vw;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: fixed;
  margin-left: 23vw;
  width: 67vw;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 150px;
  line-height: 1.5;
}

.graphics {
  position: fixed;
  right: 0;
  width: 7vw;
  background-color: #eee;
  border: 1px solid rgb(204, 204, 204);
  height: 100%;
  display: block;
  text-align: center;
  padding-top: 1vw;
}

.button {
  margin-top: 10px;
  position: relative;
  left: 45%;
  background-color: #ADD8E6;
  border-color: #ADD8E6;
  width: 10vw;
}

.textarea-fp {
  margin-top: 4vh;
  font-family: "Arial";
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4vh;
}

/* The sidebar menu */

.sidenav {
  height: 100%;
  /* Full-height: remove this if you want "auto" height */
  width: 20vw;
  /* Set the width of the sidebar */
  position: fixed;
  /* Fixed Sidebar (stay in place on scroll) */
  left: 0;
  background-color: #eee;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  overflow-y: scroll;
  font-family: "Helvetica Neue" !important;
  border-right: 1px solid rgb(204, 204, 204);
  padding-bottom: 100px;
}

/* The navigation menu links */

.sidenav a {
  padding: 16px 16px 16px 16px;
  font-size: 14px;
  color: black !important;
  display: block;
  background-color: #ddd;
  border-bottom: 1px solid rgb(204, 204, 204);
}

/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
  background-color: #eee;
  cursor: pointer;
}

/* Style page content */

.main {
  padding: 20px;
  margin-left: 22vw;
  position: fixed;
  width: auto;
  height: 100%;
  overflow-y: scroll;
}

.frRange {
  margin-left: 16px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: black;
}

.side-icon {
  margin-right: 1vw;
}

.sidenav-submenu {
  background-color: white;
  width: 100%;
  height: auto;
  max-height: 350px;
  overflow-y: scroll;
  padding: 10px;
  font-size: 12px;
}

/*Tillfällig*/

#show-information {
  height: auto;
}

#graph {
  background-color: white;
  opacity: 0.95;
  width: auto;
  height: auto;
}

.sidenav li {
  font-size: 12px;
}

#refresh {
  position: fixed;
  left: 56vw;
  top: 45vh;
  font-size: 50px;
  display: none;
}

.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

#show-information {
  padding: 3px !important;
}


.info-table {
  margin: 0;
  width: 100%;
  height: auto;
}

.info-table td {
  padding: 5px;
  border-right: 2px solid white;
}

tbody tr:nth-child(even) {
  background-color: #eee;
}

.alert {
  position: fixed;
  left: 43vw;
  bottom: 6vh;
  width: 30vw;
  text-align: center;
  opacity: 0;
}

#show-simplification p {
  font-size: 15px;
}

ul#stilletOptions {
  list-style-type: none !important;
  padding-left: 0;
  margin-bottom: 0;
}

#display-sentences {
  padding: 0 !important;
  margin: 0;
}

#show-sentences ul {
  list-style-type: none !important;
  padding-left: 0;
  margin-bottom: 0;
}

#show-sentences li {
  padding: 2vh;
  margin-bottom: 2vh;
}

#show-sentences li:nth-child(even) {
  background-color: #eee;
}

.navbar a {
  text-align: center;
}
#juliusum-button{
  margin-top: 2vh;
}

.form-check{
  margin-right: 1rem;
}
.form-check-input{
  margin-left: -1.1rem !important;
}

#sum-radios{
  display: flex;
  justify-content: left;
}

