h2 {
  text-align: center;
  margin-bottom: 20px;
}

.First .PrevButton, .Last .NextButton, .Hidden {
  display: none;
}

.inline {
  display: inline;
}

.always-show.active {
  display: block !important;
}

.navbar-brand {
  padding: 0;
}

#mobile-toggle {
  padding: 15px;
  margin-right: 10px;
  line-height: 50px;
  display: inline;
  cursor: pointer;
}

#nav_title {
  padding-right:15px;
  line-height: 50px;
}

#mobile-toggle:hover {
  background-color: #37475A;
}

#login {
  color: white;
}

#login:hover, #login:focus, #login:hover:focus {
  color: white;
  border-color: white;
}

#loginToggle {
  float: right;
  margin-top: 6px;
  margin-bottom: 3px;
}

#eval_page-study_react .navbar {
  position: sticky;
  top: 0;
}

#eval_page-study_react .navbar-brand {
  padding: 15px;
}

#eval_page-study_react .nav {
  float: none;
  display: flex;
  overflow: overlay;
}

#eval_page-study_react .navbar .active {
  background-color: lightgrey;
}

.Filler {
  min-height: 100vh;
}

@media (min-width: 768px) {
  #mobile-toggle {
    display: none;
  }

  #nav_title {
    margin-left: 20px;
  }
}

#home {
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 50px;
  width: 80%;
  background-color: #fff;
  border-radius: .125rem;
  box-shadow:  0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-sizing: border-box;
}

#home h2 {
  font-size: 200%;
  font-weight: bold;
}

#home p {
  font-size: 18px;
  text-align: left;
}

#author {
  font-style: italic;
  text-align: center;
  font-size: 20px;
}

#choice-image {
  width: 500px;
  height: 100px;
}

@media(max-width: 768px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  #choice-image {
    width: 80%;
    height: 100%;
  }

  #home {
    padding: 20px;
    width: 90%;
  }

  #infoDropDown {
    display: none;
  }
}

#accordion {
  margin: auto;
  margin-top: 30px;
  width: 80%
}

#accordion .panel{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  border: 0;
  text-align: left;
  box-sizing: border-box;
  margin-top: 0;
}

#accordion .panel-heading {
  color: purple;
  margin-bottom: -1px;
}

#accordion .panel-heading a {
  width: 100%;
  display: inline-block;
}

#accordion .panel-heading a:focus {
  text-decoration: none;
}

 #accordion .panel-heading a:hover {
  text-decoration: none;
  color: #157ab5;
}

input.Error {
  border-color: red;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px red;
}

.Error .shiny-options-group {
  box-shadow: 0 0 10px 1px red;
  border-radius: 5px
}

#tabs i {
  display: none;
  color: #26da4a;
}

#bookmark {
  float: right;
  margin: 0 30px 10px 0;
}

.introjs-progress {
  height: 7px;
}

.introjs-tooltip {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  border-radius: 5px;
}

.introjs-button {
  background: none;
  font-size: 11px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.introjs-button:hover, .introjs-button:focus, .introjs-button:hover:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
  background-image: none;
}

.introjs-button:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.introjs-skipbutton {
  float: left;
}

.login_dropdown_item {
  cursor: pointer;
  color: #555555;
  border: none;
  background: inherit;
  padding: 5px;
  width: 100%;
  text-align: left;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
}

.dropdown-menu {
  min-width: 120px;
}

.login_dropdown_item:hover, .login_dropdown_item:focus, .login_dropdown_item:focus:active {
  color: black;
  margin-top: 0;
  background-color: inherit;
  text-decoration: underline;
  box-shadow: none;
}

#account_dropdown {
  color: white;
  background: none;
  border: none;
  background-color: inherit;
  border-radius: 2px;
  border: 1px solid rgb(0, 0, 0, 0);
}

.btn-default .caret {
  border-top-color: #fff;
}

#account_dropdown:hover, #account_dropdown:focus {
  margin-top: auto;
  border-color: inherit;
}

#dropdown-menu-infoDropDown li {
  left: 20px;
  top: 20px;
  width: 300px;
}

.evalEntry {
  width: 50%;
  min-width: 400px;
  box-sizing: border-box;
  padding: 20px 20px 12px;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
  border-radius: 5px;
  margin: 10px auto;
}

.evalEntry h3 {
  display: inline;
  margin: 0 10px;
}

.evalActions {
  display: flex;
  justify-content: space-between;
}

.evalActions button:hover, .evalActions button:focus:active {
  text-decoration: underline;
  box-shadow: none;
}

.evalEntry hr {
  margin: 10px;
}

.evalInfo {
  margin-left: 10px;
  margin-right:10px;
}

.evalActions a {
  border: 1px solid;
  padding: 7px;
  border-radius: 5px;
}

.evalActions a:hover, .evalActions a:focus {
  text-decoration: none;
  color: white;
  background-color: #158cba;
}

.evalActions a:hover:focus {
  border-color: white;
  box-shadow: 0 0 0 0.1rem rgba(0,123,255,.5);
}

.fa-edit {
  cursor: pointer;
}

.fa-edit:hover {
  opacity: 0.8;
}

#history-nav {
  width: 100%;
  text-align: center;
}

#history-nav ul {
  display: inline-block;
  color: black;
}

.eval-nav-item {
  background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
  list-style: none;
  float: left;
  margin-right: 4px;
  padding: 8px 12px 7px 13px;
  display: block;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
  cursor: pointer;
}

.eval-nav-item.Active {
  background-color: #fff;
  background: none;
  border: 1px solid #e77600;
}

.eval-nav-item a, .eval-nav-item-disabled a {
  color: black;
}

.eval-nav-item:hover {
  background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
}

.eval-nav-item:focus {
  box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
  outline: 0;
}

.eval-nav-item:active {
  box-shadow: 0 1px 3px rgba(0,0,0,.2) inset;
  background-color: #e7e9ec;
}

.eval-nav-item a:hover, .eval-nav-item a:focus, .eval-nav-item a:hover:focus,
.eval-nav-item-disabled a:hover, .eval-nav-item-disabled a:focus, .eval-nav-item-disabled a:hover:focus {
  color: black;
  text-decoration: none;
}

.eval-nav-item-disabled {
  list-style: none;
  float: left;
  margin-right: 4px;
  padding: 8px 12px 7px 13px;
  display: block;
}

.dropdown-menu li a span.text {
  margin-right: 15px;
}

#Grace .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

#Grace .row .col-sm-4 .shiny-input-container {
  height: 100%;
}

#Grace .row .col-sm-4 {
  flex: 1;
}

#Grace textarea {
  height: 95% !important;
  resize: none;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #04469a;
    border-color: #337ab7;
}