html, body {
	height: 100%;
	width: 100%;
	margin-bottom: 100px;
	color: black;
	font-size: 18px;
}

.tbl-body {
	display: none;
}


.tbl2-body {
	display: none;
}

.tbl3-body {
	display: none;
}

.tbl_cdistrict-body 
{
    margin: 0 auto 0 auto;
	display: none;
}

.tbl_cschoolE-body
{
    margin: 0 auto 0 auto;
	display: none;
}

.tbl_cschoolM-body
{
    margin: 0 auto 0 auto;
	display: none;
}

.tbl_cstate-body
{
    margin: 0 auto 0 auto;
	display: table;
}

label {
 border:1px solid #ccc;
 padding:10px;
 margin:0 0 10px;
 display:block; 
}

label:hover {
 background:#eee;
 cursor:pointer;
}


.header img {
  float: left;
  width: 75px;
  height: 75px;
  background: #555;
}

.header h1 {
  position: relative;
  top: 10px;
  left: 5px;
}


#popup {
	background-color: #c3534b;
	color: #FFFFFF;
	position: fixed;
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
	font-family: sans-serif;
}

.close {
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	right: 9px;
	top: 7px;
}

.close:hover {
	opacity: .5;
}

#popupText {
	margin-right: 23px;
}



/* CSS */
nav {
	border-bottom: solid;
}

nav > a > img {
	width: 80%;
}
	nav > a {
		display: inline-block;
		width: 20%;
		padding-left: 20px;
	}

/*
nav > ul > span {
	display: none;
}

nav > ul > a {
	text-decoration: none;
	list-style-type: none;
  	padding: 0;
	color: #000;
}

nav > ul > a > li {
	padding: 10px;
}

nav > ul > a > li:hover {
	background-color: #545352;
	color: #fff;
}
*/
@media only screen and ( min-width: 992px ) {
	nav {
		position: relative;
		width: 100%;
		text-align: left;
		min-height:150px;
	}

	nav > a {
		display: inline-block;;
		width: 20%;
		padding-left: 20px;
	}

	nav > a > img {
		width: 25%;
	}

	nav > ul {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	nav > ul > span {
		display: inline-block;;
	}
	
	nav > ul > a:hover {
		background-color: #545352;
		color: #fff;
	}

	nav > ul > a {
		display: block;
		margin: 0;
		padding: 10px;
	}
	
	nav > ul > a > li {
		padding: 0;
	}
	
	nav h1 {
	position: top;
	text-align: left;
	left: 20px;
	color:blue;
	}

	.selected {
		background-color: #d4d4d4;
	}
}
/* CSS */
html, body {
	height: 100%;
	width: 100%;
	margin-bottom: 100px;
	color: black;
	font-size: 18px;
}

#selectionDiv {
	margin: 10px 0 0 0;
}


.selectTitle {
	text-align: left;
	margin-left: 25px;
}

.select {
	height: 40px;
	width: 90%;
	margin: 40px auto 0 auto;
}	

#summaryDiv {
	margin: 15px auto 25px auto;
}

#vizDiv {
	margin: 10px 0 0 0;
}

#vizDiv > h2 {
	border-bottom: solid;
}

#vizDiv > * {
	margin: 10px auto 0 auto;
	width: 90%;
}


.addBottomMargin {
	background-color: black;
}


#vizDivFooter {
	height: 200px;
}

.centerText {
	text-align: center;
}


.button {
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    /* Other styles... */
}

.big-btn {
    width: 90px;
    height: 40px;
}

.medium-btn {
    width: 70px;
    height: 30px;
}

.small-btn {
    width: 50px;
    height: 25px;
}

.chart {
	width: 1200px;
	height: 750px;
	display: inline-block;
	margin: 60px;
	
}

.chart2 {
	width: 300px;
	height: 150px;
	display: inline-block;
	margin: auto;
	
}

.chart2c {
	width: 1000px;
	height: 350px;
	display: inline-block;
	margin: 60px;
	
}


.chart3 {
	width: 220px;
	height: 250px;
	display: inline-block;
	margin: 60px;
	
}




.box {
  float: right;
  height: 20px;
  width: 20px;
  margin-bottom: 15px;
  border: 1px solid black;
  clear: both;
}

.dkblue {
  background-color: #2d82a4;
}

.ltblue {
  background-color: #8bb4cd;
}

.blue {
  background-color: blue;
}
/*
[data-key="pie-labels"] {
display:none
}
*/

.spacer {
   margin-top:20px;
}

.container { border:3px solid #ccc; width:75%; display: flex;
            justify-content: center;
            align-items: center;
			margin: 25px;}
			
/*Larger screen styles*/
@media only screen and ( min-width: 992px ) {
	body {
		overflow: hidden;
	}
	
	nav {
		height: 10%;
	}
	
	#selectionDiv{
		float: left;
		width: 20%;
		height: 85%;
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0 0 0 0;
		border-right: solid;
	}
	
	#summaryDiv {
		margin: 15px auto 25px auto;
	}
	
	#vizDiv {
		float: right;
		width: 79%;
		height: 85%;
		overflow-y: scroll;
		overflow-x: hidden;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	#vizDivFooter {
		margin-bottom: 200px;
	}
	
	.kpi {
		display: inline-block;
		width: 33%; 
	}
	
	.chart, .graph, .districtChart {
		display: inline-block;
		width: 45%!important; 
	}
	
	#degreeGraph {
		width: 30%;
		display: inline-block;
		vertical-align: top;
	}

	#topTenGraph {
		width: 60%;
		display: inline-block;
	}
}

			
