

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html, body {
	height: 100%;
}

body, p {
	font-family: "PTSansRegular", Arial, Helvetica, sans-serif;
}

body {
}

h1, h2, h3, h4, h5, h6, .accordion {
	font-family: "TitilliumText25L400wt", Arial, Helvetica, sans-serif;
	font-weight:normal;
}


h1 {
	display: inline-block;
	font-family: "TitilliumText25L1wt";
	font-size: 35px;
	color: white;
	margin: 10px;
}

h2 {
	font-size: 20px;
}


h3 {
	font-size: 16px;

}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    margin-bottom: 2px;
    background-color: #06C;
}

header, footer {
	color: white;
	background-color: #484759;
}

header {
	overflow:auto;
}


body #wrap > .container-fluid {
padding: 0px;

}

nav {
	position: relative;
}

nav img {
	margin: 10px;
	margin-right: 0px;
}

#section-content ul.nav-pills {

}

#section-content ul.nav-pills li {
	margin-bottom: 3px;
}

#section-content ul.nav-pills a {
	color: white;
}


#page-content {
	overflow: auto;
	height: auto;
	margin-top: 10px;
}

.accordion {
	overflow: auto;
	position: relative;
	left: -15px;
	top: 20px;
}


.nav-pills > li  {
	background-color: #09F;
}

.nav-pills > li:hover  {
	background-color: #06C;
}


.nav {
	margin-bottom: 0px;
}

#section-content {
	padding: 20px 10px;
	overflow: auto;
}

.nav-pills > li > a {
	margin: 0px;
}
.nav-pills > li > a:hover {
	background-color: #06C!important;
}
#section-content ul.nav-pills a {
	border-radius: 0px;

}

#accordion2 div.accordion-group .accordion-heading a {
	background-color: blue;
}

div.accordion-group li {
	background-color: blue;
}

#select_guide {
	width: 150px;
}

#accordion2 div.accordion-group.building-scheme-design .accordion-heading a, 
	#section-content .building-scheme-design li a:hover, 
		#accordion2 div.accordion-group.section-admin .accordion-heading a {
	background-color: #06C;
}

div.accordion-group.building-scheme-design li, .section-admin li,
	#section-content ul.building-scheme-design li  {
	background-color: #09F;
}

.accordion-group {
	border-width:0px;
}
	
.accordion-inner {
	padding: 0px;
}

.accordion-heading a {
	
	color: white;
	font-size: 16px;
}

.accordion ul {
	list-style-type: none;
	margin: 0px;
	border-width: 0px;
	padding: 0px;
}

.accordion ul li{
	margin: 0px;
	padding: 5px;
	border-width: 0px;
	margin-bottom:1px;
	background-color: #1E90FF;
	padding-left: 20px;
}



.accordion ul li a {
	color: white;
	display: block;
}



nav {
	float: right;
}

#calendar-popup {
	position:absolute;
	right: 25px;
	display: none;
	top: 45px;
	z-index: 1000000;
}


textarea#content {
	width: 500px;
	height: 120px;
}


.form-horizontal .btn {
	margin-left: 120px;
}

.form-horizontal .control-label {
	width: 100px;
}


.form-horizontal .controls{
	margin-left: 120px;
}

#wrap {
	height: 100%;
	margin-bottom: -60px;
}

footer {
	padding: 0px;
	bottom: 0px;
	width: 100%;
	position: absolute;
}

footer p {
	margin: 0px;
	padding: 10px;
}

#section-content table td, #section-content table th {
	border: 1px solid #999;
	padding: 8px;
}

#section-content table th {
	background-color: #CCCCCC;
}


.calculator-digit, .calculator-oper, .calculator-ctrl, .calculator-inline {
	
}

.calculator-inline {
	padding: 4px;
}


div.comment-box {
	text-align:left;
	display: none;
}

div.example-box {
	text-align:left;
	display: none;
}


div.comment {
	margin-top: 10px;
	border: 0px solid #ebebeb;
	border-bottom-width: 1px;
}

div.example-box img {
	height: 150px;
	margin:10px; border: 1px solid black;
}


div.comment-details{
	text-align: right;
	font-size: 9px;
}


#redactor_modal_inner footer {
	width: auto;
	position: relative;
}

#modal-gallery {
	top: 50%;
	width: 1100px;
}

#modal-gallery .modal-body {

	max-height: none;
	overflow-y: auto;
}



#commentModal h3 {
	margin-top: 0px;
}


#commentModal p {
	font-size: 11px; color: #999
}

#commentModal div.buttonbar {

}

.btn-default {
	background-color: #ebebeb;
}

#section-content h2 {
	margin-top: 0px;
}

.ajax-feedback {
	display: none;
	width: 600px;
	top: 75px;
	left: calc(50% - 300px);
	position: absolute;
	z-index: 100;
}

@media screen and ( max-width: 768px ) {
  h1 {
     font-size: 20px;
  }

  nav img {
  	margin: 3px;
  }

  #accordion2 {
  	left: 0px;
  	top: 15px;
  	margin-bottom: 15px;
  }

  #section-content {
  	padding: 0px;
  	padding-top: 15px;
  }

}