a:hover {
  color: #8ECC4C;
}

#content { padding-top:0px;}
#footer {margin: 0px;}

body {
    background: white;
}

.navbar-form input[type='text'] {
  height: 34px;
}

.navbar i.fa {
  bottom: 0;
  background: transparent;
}

.navbar .wrapper {
  padding-left: 0;
  padding-right: 0
}

.centreon-search {
  top: 0;
  right: 0;
  left: inherit;
  width: 400px;
}

.centreon-search input[type=submit] {
  height: 27px;
  padding-top: 1px;
}
.centreon-search input {
  border: 1px solid #BFBFBF;
  float: right;
}

li.group {
  font-size: 18px;
  font-weight: bold;
}

ul.projects {
  list-style: inside disc;
  padding-left: 20px;
}

.license {
  text-align: center;
  font-size: 12px;
  width: 50%;
  float: left;
}

.license p {
  margin-bottom: 5px;
  line-height: 12px;
}

.follow {
  text-align: center;
  float-right;
  font-size: 14px;
}

.follow-items {
    display: inline-block;
  text-align: center;
}

.extra_link {
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  float: left;
  margin-left: 10px;
}

.extra_link em {
  background: url(../images/links.png);
  display: block;
  float: left;
  width: 40px;
  height: 40px;
}

.extra_link span {
  display: none;
}

.extra_link_twitter em{}
.extra_link_twitter:hover em{background-position:0 -46px}
.extra_link_rss em{background-position:-90px 0}
.extra_link_rss:hover em{background-position:-90px -48px}
.extra_link_gplus em{background-position:-134px 0}
.extra_link_gplus:hover em{background-position:-134px -48px}
.extra_link_doc em{background-position:-180px 0}
.extra_link_doc:hover em{background-position:-180px -48px}
.extra_link_download em{background-position:-45px 0}
.extra_link_download:hover em{background-position:-45px -46px}
.extra_link_community em{background-position:-225px 0}
.extra_link_community:hover em{background-position:-225px -46px}

#project_bar {
  background-color: #333333;
}

#project_bar .options input {
  float: right;
}

#project_bar .options input[type=submit] {
  margin: 0;
  height: 32px;
  padding-top: 6px;
}

#project_bar .options ul li a,
.module-list-wrapper ul.module-item-menu li a {
  color: #666;
  background: #E6E6E6 url(../images/gradient.png) repeat-x bottom left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  border: 1px solid #BFBFBF;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

#project_bar .options ul li a:hover,
.module-list-wrapper ul.module-item-menu li a:hover {
  background-color: #8ECC4C;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-color: #6B9939;
  border-bottom-color: #50732B;
}
