.grid-container {
  display: grid;
  grid-template-columns: 18% 82%;
  /* grid-gap: 20px; */
}

.grid-container-tool {
  display: grid;
  grid-template-columns: 20% 80%;
  /* grid-gap: 20px; */
}

.predictors {
  background: #558849;
  color: white;
}

.content {
  overflow-y: scroll;
  height: 300px;
}

.downloads {
  background: #558849;
  color: white;
  text-align: center;
}

.plots {
  padding: 1em;
  /* alignment: center; */
  text-align: center;
}

.sidelink {
  text-decoration: none;
  border: 0px;
  color: black;
  outline: 1px;
  font-size: 130%;
  background-color: transparent;
  text-align: center;
}

.info {
  background: #558849;
  color: white;
}

.tutorialText {
  text-align: left;
  color: mediumvioletred;
}


.feedback-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feedback-form .token_form {
  display: flex;
  flex-direction: row;
  width: 400px;
  margin-bottom: 15px;
}

.token_form button {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.token_form input {
  font-size: 15px;
  margin-right: 15px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

td,
th {
  border: 1px solid #878B87;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #878B87;
}

button.file_example_button {
  width: 80%;
  text-align: center;
  padding-bottom: 3px;
}

@import url(http://fonts.googleapis.com/css?family=Raleway);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #558849;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  font-family: Raleway, sans-serif;
  line-height: 1;
}

#cssmenu>ul {
  background: #558849;
}

#cssmenu>ul>li {
  float: left;
  /* -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px; */
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu>ul>li>a {
  padding: 16px 20px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #558849;
  /* -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; */
}

#cssmenu>ul>li.active>a {
  color: #dff2fa;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li>a:hover {
  color: #dff2fa;
  /* -webkit-transform: rotateX(90deg) translateY(-23px);
    -moz-transform: rotateX(90deg) translateY(-23px);
    transform: rotateX(90deg) translateY(-23px);
    -ms-transform: none; */
}

/* #cssmenu>ul>li>a::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #dff2fa;
  background: #558849;
  content: attr(data-title);
  -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -ms-transform: translateY(- -18px);
} */

#cssmenu>ul>li:hover>a::before,
#cssmenu>ul>li>a:hover::before {
  background: #558849;
}

#cssmenu.small-screen {
  width: 100%;
}

#cssmenu.small-screen>ul,
#cssmenu.small-screen.align-center>ul {
  width: 100%;
  text-align: left;
}

#cssmenu.small-screen>ul>li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}

#cssmenu.small-screen>ul>li:hover>a,
#cssmenu.small-screen>ul>li>a:hover {
  color: #dff2fa;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}

#cssmenu.small-screen>ul>li>a::before {
  display: none;
}

#cssmenu.small-screen #menu-button {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #558849;
}

#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 22px;
  height: 3px;
}

#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #dff2fa;
  border-bottom: 2px solid #dff2fa;
}

#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
}

#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #558849;
}

/* .token_input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: baseline;
  margin: 7px;
  width: 38%;
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 7px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Raleway, sans-serif;
  line-height: 1;
}

.token_input button {
  background-color: #616161;
  color: #f2f2f2;
  padding: 5px 10px;
  margin-right: 16px;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.token_input input {
  background-color: #FAFCFA;
  width: 40%;
  font-size: 15px;
}

.token_input label {
  color: #dff2fa;
  font-size: 18px;
  font-family: Raleway, sans-serif;
} */

.email_input {
  float: center;
  margin: 7px;
  opacity: 1;
}

.email_input input {
  background-color: #FAFCFA;
  float: left;
  width: 60%;
  font-size: 15px;
}

.email_input label {
  float: left;
  font-size: 18px;
  padding: 5px 10px;
  width: auto;
  font-family: Raleway, sans-serif;
  line-height: 1;
}

.token_email {
  float: center;
  margin: 7px;
  opacity: 1;
}

.token_email input {
  background-color: #FAFCFA;
  float: left;
  width: 30%;
  font-size: 15px;
}

.token_email label {
  float: left;
  font-size: 18px;
  padding: 5px 10px;
  width: auto;
  font-family: Raleway, sans-serif;
  line-height: 1;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]+label {
  padding: 4px 20%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type=checkbox]:checked+label {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #00b300;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #1da1f2;
}

input[type=range]:focus::-ms-fill-lower {
  background: #1da1f2;
}

input[type=range]:focus::-ms-fill-upper {
  background: #1da1f2;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation-duration: 0.2s;
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation-duration: 0.2s;
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation-duration: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}

.exampleFiles button {
  font-size: 15px;
}


.loading_model_url_message {
  font-size: 0.85em;
  font-weight: 400;
  text-align: justify;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.loading_model_url_message_link {
  color: #558849;
  font-size: 10px;
  text-align: left;
  flex: 1 0 75%;
}

.loading_model_url_message_button {
  background-color: #558849;
  font-size: 10px;
  text-align: center;
  flex: 1 0 5%;
  height: 2.75em;
}

.loading_model_url_message_input {
  display: flex;
  align-items: center;
}

.constraint_ok {
  color: green;
}

.constraint_nok {
  color: red;
}

.label_disabled {
  opacity: 0.25;
}

.bounce-2 {
  animation-name: bounce-2;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}

@keyframes bounce-2 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}