@charset "utf-8";
/*
Color Settings :
Background	: #DDD
Text				: #000
Gray				: #CCC
Orange			: #F90
Blue				: #08F
Red					: #F00
*/

/* Bootstrap Hacks */
body {
	background-color: #EEE;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.navbar-brand {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
	min-width: 435px;
	color: #FFF;
}
@media (max-width: 768px) {
	.navbar-brand {
	  padding: 15px 15px;
	  font-size: 18px;
	  line-height: 20px;
		min-width: 220px;
		max-width: 220px;
		color: #FFF;
	}
}
#content .page-header {
  margin: 0 -15px 5px;
}
#content .breadcrumb {
  margin-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  color: #333;
  background-color: #EEE;
}


.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
  border: 1px solid transparent;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border: 1px solid #555;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  background-color: #777;
  color: #FFF;
  border: 1px solid #555;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
}

.nav-references
{
  border: none;
}
.nav-references > li > a {
  background-color: #555;
  color: #DDD;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: normal;
  border: none;
}
.nav-references > li > a:hover {
  background-color: #FFF;
  color: #000;
  border: none;
}
.nav-references > .active > a,
.nav-references > .active > a:hover {
  color: #FFF;
  background-color: #000;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: default;
}
.nav-references > li > a,
.nav-pills > li > a {
  margin-right: 0px;
}
.referencesTitle {
  margin: 0px 5px 10px 0px;
  padding: 0px 5px 5px 3px;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  border-bottom: 1px solid #999;
}


@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media screen and (min-width: 768px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}

/* Links Setting Styling */
a:link, a:visited, a:active {
	color:#777;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color:#555;
}
a.header-link:link, a.header-link:visited, a.header-link:active {
	color:#CCC;
	text-decoration: none;
	font-weight: bold;
}
a.header-link:hover {
	color:#F90;
}


/* Modal Box Styling */
.modal .modal-dialog {
	width: 80%;
}
@media (max-width: 1199px) {
	.modal .modal-dialog {
		width: 90%;
	}
}

/* Template Page Styling */
.brand-text {
	margin: -3px 0 0 40px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
@media (max-width: 768px) {
	.brand-text {
		margin: 0 0 0 0;
		width: 220px;
		float: left;
		font-size: 14px;
		font-weight: bold;
	}
}
#footer {
  padding: 15px 20px 15px 0;
  background-color: #BBB;
  height: 70px;
  text-align: right;
  color: #777;
}
#footer span {
  float: right;
}

/* Content Styling Styling */
.tabel_title {
  margin: 0 0 0 20px;
  padding: 0;
  font-weight: bold;
  /* text-align: right; */
  width: 200px;
}




/* BaZi Chart Box & Stems Branches Styling */
.chart-box {
  margin: 0 5px 5px 0;
  padding: 0;
  float: left;
  width: 400px;
  border-right: 1px solid #555;
  overflow: visible;
}
.chart-box-header {
  background-color: #555;
  margin: 0;
  padding: 5px 0;
  color: #DDD;
  float: none;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.chart-box-content {
  background-color: #FFF;
  margin: 0;
  padding: 0;
  float: none;
  width: 400px;
}
.chart-box-footer {
  background-color: #333;
  margin: 0;
  padding: 2px 0;
  color: #CCC;
  float: none;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.the-pillars {
  background-color: #555;
  /* display: inline-block; */
  margin: 0 0 0 0;
  padding: 0;
  float: left;
  clear: none;
  width: 100px;
  border: 1px solid #555;
  text-align: center;
  color: #777;
}
.box-label {
  background-color: #DDD;
	margin: 0 0 1px 0;
	padding: 3px 0;
	text-align: center;
	width: 98px;
	font-size: 11px;
	font-weight: bold;
	/* height: 25px; */
}
.hstem-box {
  background-color: #FFF;
	margin: 0 0 1px 0;
	padding: 5px 0 0 0;
	text-align: center;
	width: 98px;
	height: 96px;
	/* border-bottom: 1px solid transparent; */
}
.ebranches-box {
  background-color: #FFF;
	margin: 0 0 1px 0;
	padding: 3px 0 0 0;
	text-align: center;
	width: 98px;
	height: 82px;
	/* border-bottom: 1px solid transparent; */
}
.hidstem-box {
  background-color: #FFF;
	margin: 0 0 1px 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 11px;
	width: 98px;
	height: 60px;
	/* border-bottom: 1px solid transparent; */
}
.hidstem-box-content {
	margin: 0;
	padding: 2px 0 0 0;
	width: 32px;
	height: 60px;
	font-size: 11px;
	line-height: 14px;
	float: left;
}
.stages-box {
  background-color: #FFF;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	width: 98px;
	font-size: 11px;
	font-weight: bold;
	/* height: 25px; */
}
.chart-box-color {
	margin: 0px auto;
	padding: 0;
	width: 86px;
	/* height: 92px; */
	border: 1px dashed transparent;
	border-radius: 3px;
}
.char-chinese-big {
  position: inherit;
  margin: -7px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  /* color: #777; */
}
.char-pinyin {
  margin: -9px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  /* color: #000; */
}
.char-element {
  margin: -1px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  /* color: #000; */
}
.char-tengods {
  margin: -3px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  /* color: #000; */
}






/* Element Color Styling */
.water {background-color: #c0e2ff;}
.fire {background-color: #ffd2d2;}
.wood {background-color: #bfffc2;}
.metal {background-color: #fffcb5;}
.earth {background-color: #cfb084;}
.presentDate {background-color: #e6e6e6; color: #555;}
.strips {background-color: #DDD;}
.black-text {color: #000;}
.border-dashed-red {border: 1px dashed #F00;}
.border-dashed-blue {border: 1px dashed #00F;}
.border-dashed-black {border: 1px dashed #000;}

.black-dashed-border {border: 1px dashed #F00}
.text-center tr>td {text-align: center;}
.remove-bulet {list-style: none;}









