
/* Override doxygen css */

.navpath
{
	background-image:url("../img/tab_b.png"/*tpa=http://www.compassedu.hk/tpl/bigshow/css/img/tab_b.png*/);
	background-repeat:repeat-x;
	background-position: 0 -5px;
}
.navpath ul {
	border-width: 0;
}
#MSearchBox {
	bottom: 10px;
	right: 10px;
}
#MSearchField {
	padding: 0 2px;
	-webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
#MSearchClose {
	top: 0;
}
/* Override doxygen css */




body {
  position: relative;
  padding-top: 40px;
}

h3 code {
  font-size: 14px;
  font-weight: normal;
}

body > .navbar {
  font-size: 13px;
}

body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #666;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}


section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 60px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}



/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #194C7E; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #194C7E 0%, #2164A6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#194C7E), color-stop(100%,#2164A6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #194C7E 0%,#2164A6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #194C7E 0%,#2164A6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #194C7E 0%,#2164A6 100%); /* IE10+ */
  background: linear-gradient(45deg,  #194C7E 0%,#2164A6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194C7E', endColorstr='#2164A6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}


.masthead .btn {
  padding: 14px 24px;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  border: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}


.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/bs-docs-masthead-pattern.png"/*tpa=http://www.compassedu.hk/tpl/bigshow/css/img/bs-docs-masthead-pattern.png*/) repeat center center;
  opacity: .4;
}

.masthead {
  padding: 70px 0 60px;
  margin-bottom: 0;
  color: #fff;
}
.masthead .title {
  font-size: 100px;
  line-height: 1.2em;
  letter-spacing: -2px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.masthead p {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 200;
  margin-bottom: 30px;
}
.masthead p.desc{
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 200;
  margin-bottom: 50px;
}

/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
  padding-top: 20px;
  font-size: 14px;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255,255,255,.25);
}
.masthead  p.starttime {
	padding-top: 10px;
	font-size: 11px;
}


.bs-docs-social {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
    padding: 15px 0;
    text-align: center;
	font-size: 13px;
}


/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.subhead h1 {
  font-size: 45px;
}
.subhead p {
  margin-bottom: 20px;
  font-size: 18px;
}
.subhead .navbar {
  display: none;
}


.marketing {
  text-align: center;
  color: #5a5a5a;
}
.marketing h1 {
  margin: 50px 0 10px;
  font-size: 45px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
}
.marketing h2 {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 10px;
}
.marketing p, 
.marketing ul,
.marketing div {
  font-size: 13px;
  line-height: 1.5em;
}
.marketing .marketing-byline {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #999;
}
.marketing img {
  display: block;
  margin: 0 auto 30px;
}

.marketing .badges {
  text-align: center;
}
.marketing .badges img{
  display: inline;
  margin: 0;
}

.marketing .alignleft {
  text-align: left;
}
.marketing .bold {
	font-weight: bold;
}
.marketing .row-fluid {
	margin-bottom: 30px;
}

.marketing  ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.marketing  ul.links li{
	display: inline;
	margin-right: 5px;
}

/* Footer
-------------------------------------------------- */

.footer {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  font-size: 13px;
}
.footer p {
  margin-bottom: 0;
  color: #777;
  line-height: 25px;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}





.bs-docs-sidenav {
  width: 228px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url("../img/glyphicons-halflings-white.png"/*tpa=http://www.compassedu.hk/tpl/bigshow/css/img/glyphicons-halflings-white.png*/);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

.bs-docs-title {
	width: 228px;
	margin: 30px 0 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}



body > .navpath li {
	line-height: 30px;
}

ul.donate-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.donate-list li {
	margin-bottom: 10px;
}
ul.donate-list .title {
	padding: 1px 9px 2px;
	-webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
	background-color: #3a87ad;
	color: #fff;
	margin-right: 10px;
}
