
p {
  color: #303030;
}

footer {
  width: 100%;
  background-color: #f5f5f5;
  overflow:hidden;
}

footer a {
  color: white !important;
}
footer p {
  line-height: 60px; /* Vertically center the text there */
  color: white !important;
}

main {
  margin-bottom: 60px;
}

.white {
  color: white !important;
}

small {
  
  letter-spacing: 0 !important;
}

.sidebar a.nav-link {
  font-size: 80%;
}

.sidebar .form-check-label {
  font-size: 80%;
}

.nav-item {
  margin-right: 1rem !important;
}

.btn {
  border-radius: 10px;
}


.field-icon {
  float: right;
  margin-top: -27px;
  right: 15px;
  position: relative;
  z-index: 2;
}

.bg-grey {
  background-color: #dcdcdc;
}

main {
  margin-bottom: 0px !important;
}

footer p {
    line-height: 20px;
}

h3{
  width:100%;
}

.jumbotron {
  background: #3d3d3d;
}

pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
 }

 .helpcontent img {
   max-width: 100% !important;
 }

#sidebar-data {
  width: 200px;
}

.bluegrad {
  background: rgb(0,56,111);
  background: -moz-linear-gradient(135deg, rgba(0,56,111,1) 0%, rgba(0,126,249,1) 24%, rgba(91,174,255,1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(0,56,111,1) 0%, rgba(0,126,249,1) 24%, rgba(91,174,255,1) 100%);
  background: linear-gradient(135deg, rgba(0,56,111,1) 0%, rgba(0,126,249,1) 24%, rgba(91,174,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00386f",endColorstr="#5baeff",GradientType=1);
}

.jumbotron > .jumbotron-heading {
    margin-left: -30px;
}