body {
  padding: 0 !important;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #7b7042;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: white;
}

nav {
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  min-height: 50px;
  height: 6vh;
  max-height: 120px;
  background-color: white;
}

nav>.container {
  height: 100%;
}

.img-logo {
  min-height: 50px;
  height: 100%;
  max-height: 120px;
  padding: 5px;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.content {
  margin-top: 8vh;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
}

.panel > .panel-heading {
  background-color: #25ade9;
  color: #fff;
}

.panel-heading {
  padding: 10px 15px;
}

.panel-title {
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: 300;
}

.panel-body {
  padding: 15px;
  font-size: 14px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(224, 236, 255, 1) 100%);
  color: #7b7042;
}

.sub-panel {
  font-size: 1.3em;
  margin: -15px;
  background-color: #b2b2b2;
  color: white;
  padding: 10px 15px;
}

.glyphicon {
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
}

.panel-group .panel {
  margin-bottom: 5px;
  border-radius: 4px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: white;
  border-color: #bce8f1;
}

.panel-small .panel-title {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0px;
}

.panel-collapse > .panel-body {
  border-top: 1px solid #bce8f1;
  background: rgba(208, 238, 237, 0.3);
}

.return:hover {
  text-decoration: none;
  cursor: pointer;
}

.radio {
  position: relative;
  display: block;
}

.justify-right .form-inline {
  justify-content: flex-end;
}

li {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: justify;
  line-height: 1.4;
}

input {
  color: #283e6a;
}

.iconify {
  font-size: 1.7rem;
}

.label-tooltip {
	padding: 2px 5px;
}
