body {
  background-color: #f6f4ed;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #444;
}
a {
  color: #363;
}
footer {
  padding: 20px 30px 100px;
}
main {
  /*background: #FDFDFD;
  border: 1px solid #e3e3e3;

  padding: 10px;*/

}
main > div > .top-lead {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.nav-pills > li.active > a.item,
.nav-pills > li.active > a.item:hover,
.nav-pills > li.active > a.item:focus {
  background: #ac3;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #444;
  border-radius: 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.nav-pills > li > a.item:hover,
.nav-pills > li > a.item:focus {
  background: #363;
  color: #fff;
  border-radius: 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.nav-pills > li:hover > a.rsslink,
.nav-pills > li:focus > a.rsslink {
  color: #fff;
}
.nav-pills > li > a.item {
  color: #444;
  padding: 8px 25px;
  font-size: 13px;
  font-weight: bold;
}
.nav-pills > li > a.item {
  padding-left: 25px;
}
.nav-pills > li li > a.item {
  padding-left: 50px;
}
.nav-pills > li li li > a.item {
  padding-left: 75px;
}
* {
  text-rendering: optimizelegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.009);
}
.fenixedu-bar {
  min-height: 0;
  margin-bottom: 0;
  border: none;
  background: #444;
  border-radius: 0;
}
.fenixedu-bar .navbar-text {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
  color: #ddd;
}
.fenixedu-bar a,
.fenixedu-bar li a,
.fenixedu-bar .navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ddd !important;
}
.fenixedu-bar .navbar-brand {
  height: auto;
  font-size: 14px;
}
.fenixedu-bar .navbar-nav > .active > a {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 4px 5px 0 5px;
  background-color: #666;
}
.fenixedu-bar .navbar-nav > .active > a:hover {
  background-color: #3a3a3a;
}
.fenixedu-bar .navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
}
.fenixedu-bar .navbar-toggle .icon-bar {
  background-color: #ddd;
}
.fenixedu-bar .devmode {
  font-size: 12px;
}
.fenixedu-footer {
  border-top: 1px solid #339944;
  margin-top: 30px;
}
.main-content {
  border-right: 1px solid #eee;
}
@media (max-width: 768px) {
  nav {
    border-top: 2px solid #eee;
    background-color: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  main {
    padding: 0;
  }
  .blog-main {
    padding-top: 10px;
  }
}
.menu-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.site-header a,
.site-header a:hover {
  color: #444;
  text-decoration: none;
}
.date-label {
  background-color: #118cdc;
}
.locale-changer {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.locale-changer.active,
.locale-changer.active:hover {
  color: #222;
  border-bottom: none;
  text-decoration: none;
}
.locale-changer:not(.active) {
  cursor: pointer;
}
.locale-changer:not(:last-of-type):after {
  content: '/';
  font: normal 300 13px/1.2 "Helvetica Neue", sans-serif;
  padding: 0 4px 0 7.5px;
  color: #999;
}
.menuItem > .children {
  display: none;
}
.menuItem.open > .children {
  display: block;
}
li li > a {
  padding-left: 15px;
}
.rsslink {
  display: inline !important;
  padding: 0px;
  margin: 0px;
  background: none;
  color: #333;
  border-radius: none;
  float: right;
  margin-top: -34px;
}
.rsslink:hover {
  color: #363 !important;
  background: none !important;
}
.active .rsslink {
  background: none !important;
  color: #363 !important;
}
.branded {
  color: #363;
}
#content-block {
  background: white;
  border-top: 1px solid #f6f4ed;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 800px;
  overflow: auto;
  position: relative;
}
#content-block:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0), 0%, 100%);
  background-image: -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0), 0%, 100%);
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0), 0%, 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
#content-block:before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f4ed), to(transparent));
  background-image: -webkit-linear-gradient(#f6f4ed, transparent);
  background-image: -moz-linear-gradient(#f6f4ed, transparent);
  background-image: -o-linear-gradient(#f6f4ed, transparent);
  background-image: linear-gradient(#f6f4ed, transparent);
  top: 0;
  bottom: 0;
  width: 1px;
  left: 0;
}
