html {
  height: 100%;
}

body {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .navbar {
  letter-spacing: 0;
  border-bottom: hidden;
  margin: 0;
}
body .navbar .navbar-header .navbar-brand {
  display: block;
  width: 265px;
  height: 50px;
  float: left;
  margin: 0 10px 0 0;
  fill: #fff;
  background: url(../img/EarlyPhase-logo-opt.svg) 0 0 no-repeat;
  border-right: solid rgba(255, 255, 255, 0.5) 1px;
}
body .navbar .navbar-header .navbar-brand h1 {
  display: none;
}
body .navbar .navbar-header .navbar-brand h2 {
  display: inline;
  line-height: 50px;
  color: #000;
  font-weight: 200;
  font-size: 24px;
  padding-left: 130px;
}
body .navbar .navbar-header .navbar-brand h2:hover {
  text-decoration: none;
}
body section a, body section .btn-link {
  color: #ff2900;
  transition: all 0.2s linear;
}
body section a:hover, body section .btn-link:hover {
  color: #991900;
}
body section .app-group {
  clear: both;
}
body section .app-group h2 {
  color: lightslategray;
  font-weight: normal;
}
body section .app-group ul.app-list li {
  display: block;
}
body section .app-group ul.app-list li a.app-block {
  margin-top: 10px;
  border: 1px solid transparent;
}
body section .app-group ul.app-list li a.app-block:hover {
  text-decoration: none;
  background: #eee;
  border: 1px solid #ddd;
}
body section .app-group ul.app-list li a.app-block h3 {
  margin-top: 10px;
}
body section .app-group ul.app-list li a.app-block p {
  color: #000;
}
body section .app-group ul.app-list li a.app-block p:hover {
  color: #570e00;
}
body .signin .linkedin {
  background: #0C62A6 url("../img/linkedin-24-white.svg") no-repeat 4px center;
  border-color: #0C62A6;
  padding-left: 36px;
}
body #shinyframe {
  border: none;
  display: block;
  margin-bottom: -20px;
}
body #shinyframe #shiny-notofocation-panel {
  position: absolute;
}
body .loading {
  display: none;
  position: fixed;
  height: 200px;
  top: 100px;
  width: 100%;
  z-index: 9999;
  background: url(../img/loading.gif) center no-repeat #fff;
}
body .loading .loading-txt {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}
body footer {
  margin-top: 20px;
  background: #333;
  color: #eee;
  padding-bottom: 50px;
}
body footer ul {
  list-style: none;
  padding-left: 0;
}
body footer ul li {
  margin-bottom: 5px;
}
body footer a {
  color: #fff;
  transition: all 0.2s linear;
}
body footer a:hover {
  color: #ff2900;
  text-decoration: none;
}
body .btn-primary {
  background-color: #ff2900;
  border-color: #cc2100;
  transition: all 0.2s linear;
}
body .btn-primary:hover {
  background-color: #cc2100;
  border-color: #991900;
}

/*# sourceMappingURL=mediana.css.map */
