html {
	font-size: 10px;
}

body {
	font-family: Arial, "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
	color: #47505A;
}

select {
	color: #47505A;
	font-weight: 600;
	font-size: 13px;
	background-color: white;
}

a {
    color: #06858c;
}

.viz-container {
	width: 1008px;
	height: 630px;
	border: .5px solid lightgrey;
	border-radius: 5px;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
	margin-top: 10px;
	margin-bottom: 50px;
}

.intro-text {
	width: 1000px;
	margin: 0 auto;
	color: #333944;
}

.intro-text p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: 1.3;
}

.viz-row-header {
	width: 100%;
	height: 90px;
	display: flex;
	background-color: #15888E;
	color: white;
}

.viz-row-main {
	width: 100%;
	height: 540px;
}

.sidebar-container {
	width: 400px;
	height: 540px;
	overflow: hidden;
	display: flex;
	position: relative;
}

.controls-box {
	border: .5px solid lightgrey;
	margin: 0px 10px 0px 10px;
	padding: 5px;
}


.sidebar {
	width: 200px;
	height: 540px;
	position: relative;
}

.sidebar h4 {
	font-size: 1.2em;
	background-color: #e3e3e3;
	margin-bottom: 0px;
	padding: 12.5px 0px 12.5px 0px;
	text-align: center;
	border: .5px solid lightgrey;
	font-weight: 600;
}

#chart2-words select {
	min-width: 120px;
	margin-right: 20px;
}

.content {
	width: 808px;
	height: 535px;
	position: absolute;
	background-color: white;
	pointer-events: none;
}


.header {
	width: 792px;
	margin-top: 8px;
	margin-left: 14px;
}

.checkbox-wrapper {
	display: inline;
}

.tile-container {
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
}

.tile {
	margin: 0 auto;
	width: 300px;
	height: 350px;
	border: 1px solid grey;
	padding: 5px;
	margin-top: 10px;
	opacity: .9;
	cursor: pointer;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*box-shadow: 0 3000px rgba(0, 0, 0, 0.0) inset;*/
}

.tile:first-child {
	background-color: white;
	background-image: url("../images/dashboard1.png");
}

.tile:nth-child(2) {
	background-color: white;
	background-image: url("../images/dashboard2.png");
}

.tile:nth-child(3) {
	background-color: white;
	background-image: url("../images/dashboard3.png");
}

.tile:hover {
	box-shadow: 0 3000px rgba(0, 0, 0, 0.1) inset;
}

.tile:hover > h3 {
	text-decoration: underline;
	transition: 0.3s;
}

.tile h3 {
	color: white;
	text-shadow: 0 0 8px #0c1e2d;
	font-size: 1.75em;
	opacity: 1;
	font-weight: 600;
}

.tile h3 span {
	-webkit-box-decoration-break: clone;
  	box-decoration-break: clone;
  	background-color: #47505A;
  	background-color: rgba(71, 80, 90, .8);
  
  	padding-right: 5px;
  	padding-left: 5px;
}

.landing-page {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	height: 540px;
	z-index: 11;
	background-color: white;
}

.landing-page p {
	padding: 5px 20px 5px 20px;
	margin: 0px;
	font-size: 16px;
}

.landing-page .header {
	margin-left: 20px;
}

.click-modal-container {
	position: absolute;
	z-index: 12;
	background-color: lightgrey;
	background-color: rgba(0, 0, 0, 0.1);
	display: none;
}

.click-modal {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	background-color: white;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid grey;
	position: relative;
}

.click-modal h5 {
	margin: 0px;
	width: 435px;
	font-size: 22px;
}

.click-modal button {
	top: 5px;
	left: 415px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	width: 40px;
	border: 1px solid white;
}

.header h1 {
	font-size: 2.25em;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: 600;
}

.header h2 {
	font-size: 2.25em;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: 400;
	line-height: 1.0;
}

.sidebar p {
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 13px;
	overflow-y: hidden;
}

.content p {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15.5px;
}

#dashboard-sidebar {
	border: .5px solid lightgrey;
	display: none;
}

.standard-selects {
	position: absolute;
	top: 145px;
	z-index: 10;
	height: 40px;
	display: none;
	opacity: 0;
}

#select-region {
	
}

#select-population {
	width: 163px;
}

#select-period {
	width: 100%;
	margin: 8px 0px;
}

#select-region2 {
	left: 205px;
	width: 161px;
	position: absolute;
	top: 145px;
	z-index: 10;
	height: 50px;
	opacity: 0;
}

#select-competency {
	left: 2px;
	width: 200px;
	position: absolute;
	top: 145px;
	z-index: 10;
	height: 50px;

	white-space:pre-wrap;
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */

	text-overflow: ellipsis;
	
	opacity: 0;
}

#chart1 {
	left: 216px;
	top: 90px;
	opacity: 0;
	height: 540px;
	z-index: 1;
	width: 808px;
	margin-left: 16px;
	visibility: hidden;
}

#chart2 {
	left: 200px;
	top: 90.5px;
	opacity: 0;
	width: 1008px;
	height: 535px;
	z-index: 1;
	visibility: hidden;
}

#chart3 {
	left: 216px;
	top: 90px;
	opacity: 0;
	height: 540px;
	z-index: 1;
	width: 808px;
	margin-left: 16px;
	visibility: hidden;
}

#chart2-words {
	height: 80px;
	width: 100%;
	background-color: white;
	display: flex;
	border: .5px solid lightgrey;
}

#chart2-words p {
	padding: 5px;
	width: 803px;
	line-height: 1.4;
	font-size: 13px;
	margin: 0px 0px 0px 12px;
}

.chart2-section-box {
	border: .5px solid lightgrey;
	width: 207px;
}

.chart2-section-box h4 {
	font-size: 1.2em;
	background-color: #e3e3e3;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border: .5px solid lightgrey;
	font-weight: 600;
}

.home-icon {
	height: 63px;
	margin: 0 auto;
	display: block;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
}

.home-icon-container:hover > .home-icon-wrapper > .home-icon {
	height: 64px;
}

.home-icon-wrapper {
	margin: 9px 10px 10px 10px;
	border: 1px solid white;
}

.home-icon-container {
	width: 0px;
	cursor: pointer;
	display: none;
	opacity: 0;
}

.logo-container {
	width: 100px;
	display: block;
}

.logo {
	height: 80px;
	margin: 0 auto;
	padding-top: 5px;
	display: block;
}

#menu-dropdown {
	height: 0px;
	width: 1008px;
	position: absolute;
	left: 0px;
	top: 90px;
	background-color: #15888E;
	z-index: 1;
	border-top: .5px solid lightgrey;
}

.menu-list {
	list-style-type: none;
	opacity: 0;
	pointer-events: none;
	margin-left: 200px;
	margin-top: 50px;
}

.menu-list button {
	width: 615px;
	color: white;
	font-size: 1.75em;
	text-align: left;
	border: none;
	border-bottom: 1px solid white;
	border-radius: 0px;
}

.menu-list button:hover {
	border-bottom: 1px solid #FFCF45;
}

#dashboards-intro {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.3;
}








