@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: none;
  border-top: 1px solid #00F !important;
  -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:#777;
}
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: 225px;
}

#gotoTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 10000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0,0,255,0.3); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    -webkit-transform: translateZ(0);
}

#gotoTopBtn:hover {
    background-color: red; /* Add a dark-grey background on hover */
}











