body {
    font-family: Arial, sans-serif;
    line-height: 1.42857;
    font-size: 14px;
    color: rgb(48, 48, 48);
}

h1,h2,h3,h4,h5,h6 {line-height:1.42857143; color:#231f20; font-weight: 700;}
h1 {font-size:24px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}
table {border-color:#ddd;max-width:100%;}
th, td {border-color:#ddd;padding:3px;}
div {display:block;}
p { }
a, a:visited {color:#0074bd;}
a:hover, a:focus {text-decoration:none;transition:all 200ms linear 0ms;color:#c00;}
a.glyphicon:before {margin-right:0.75em;font-family:'Glyphicons Halflings';font-size:74%;font-weight:400;line-height:1;}
a.fa:before {margin-right:0.75em;font-family:'FontAwesome';font-size:74%;font-weight:400;line-height:1;}
button.navbar-toggle {min-width:22px;margin-right:5px;}
.rtejustify {text-align:justify;}
.rtecenter {text-align:center;}
.rteright {text-align:right;}
.img-responsive {width:100%;}

#site-header {
    background: url("/images/bg_header.gif") repeat scroll 0 0 #0067A9;
    margin-bottom: 10px;
}

#site-banner {
    height: 90px;
    position: relative;
}

.site-description h1 {
	color: #fff;
	font-family: Oswald, Arial, sans-serif;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.33);
	font-size: 24px;
	font-weight: 700;
	margin: 5px 0;
}
.site-description h2 {
	color: #fff;
	font-family: Oswald, Arial, sans-serif;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.33);
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
}

.main-container {
	padding-top: 10px;
	padding-bottom: 40px;
	min-height: 480px;
}

#resultContainer {
	position: relative;
}
.result-container {
	margin-top: 30px;
	margin-bottom: 20px;
}

.form label {
	color: #444;
}

.datatable-wrapper {
	float: left;
	width: 100%;
}

.datatable-info {
	width: 80%;
	float: left;
	clear: both;
	border-bottom: 3px solid rgba(23, 178, 170, 1);		
	margin-bottom: 20px;
}

.datatable-content {
	clear: both;
}
.datatable-content .table > thead > tr > th {
	vertical-align: middle;
}
.datatable-content th {
	word-break: break-word;	
	text-align: center;	
}
.datatable-content td {
	text-align: right;
}
.datatable-content td:first-child {
	text-align: left;
}
.datatable-content th,
.datatable-content td {
	min-width: 60px;	
}
.datatable-content .dt-name {
	min-width: 250px;
	max-width: auto;
	width: auto;
	text-align: left;
}
.datatable-content th.dt-name { 
	text-align: center;	
}

#cbbTable {
	/*min-width: 180px;*/
}

#tableNum {
	font-size: 66px;
	height: 80px;
    font-weight: 700;
    color: orange;
    float: left;
    margin-right: 15px;
}

#tableName {
	float: left;
	max-width: 75%;
}

.chart-wrapper {
	float: left;
	width: 100%;
	margin-top: 20px;	
}

.chart-info {
	max-width: 80%;
	float: left;
	border-bottom: 2px solid rgba(23, 178, 170, 1);	
	clear: both;
	margin-bottom: 20px;
}

.chart-content {
	clear: both;
}

#chartIcon {
	font-size: 48px;
	height: calc(100% - 12px);
    font-weight: 700;
    color: orange;
    float: left;
	margin-top: 12px;
    margin-right: 15px;
}

#chartName {
	float: left;
}

#site-footer {
    min-height: 50px;
	padding-top: 15px;
    background: url("/images/bg_footer.gif") repeat scroll 0 0 #0067A9;
	color: #fff;
    position: relative;
    border-top: 3px solid #DB681F;
}
#site-footer p {margin-bottom: 0;}

#loading {
	display: none;
	position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: rgba(255, 255, 255, 0.8);
}
#loading .loading-anim {
  border: 12px solid #dfdfdf;
  border-top: 12px solid #3498db; /* blue */
  box-shadow: 0 0 0 10px #cfcfcf;
  border-radius: 50%;
  position: absolute;
  width: 90px;
  height: 90px;
  top: calc(0% + 90px);
  left: calc(50% - 45px);
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 	
	#siteIcon {
		position: absolute;
		top: 12%;
		left: 3%;
		width: 70px;
		height: 70px;
	}

	.site-description {
		position: absolute;
		top: 10%;
		left: 14%;
	}
	
	.datatable-content th {
		font-size: 12px;	
	}
	
	.chart-wrapper {		
		margin-top: 20px;
	}
}
@media (max-width: 768px) {  
	#siteIcon {
		position: absolute;
		top: 12%;
		left: 0%;
		width: 70px;
		height: 70px;
	}
	
	.site-description {
		position: absolute;
		/*top: 10%;*/
		left: 20%;
	}
	.site-description h1{
		font-size:100%;
	}
	.site-description h3{
		font-size:100%;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  
	#siteIcon {
		position: absolute;
		top: 12%;
		left: 3%;
		width: 70px;
		height: 70px;
	}
	
	.site-description {
		position: absolute;
		top: 10%;
		left: 12%;
	}
	
	.chart-wrapper {		
		margin-top: 20px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	#siteIcon {
		position: absolute;
		top: 12%;
		left: 3%;
		width: 70px;
		height: 70px;
	}

	.site-description {
		position: absolute;
		top: 10%;
		left: 11%;
	}
	
	.chart-wrapper {		
		margin-top: 20px;
	}
}