/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 16, 2021, 11:56:48 PM
    Author     : COOL
*/


/* Optional: Makes the sample page fill the window. 
body {
	width: 100vw;
	height: 100vh;
	margin: 0px 0px 0px 0px;
}*/

html body {
	width: 100vw;
	height: 100vh;
	margin: 0px 0px 0px 0px;
	background-color: #e5e4e1;
	background-image: url(https://crighana.org/wp-content/uploads/2020/10/kids-bckgrnd-1.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'PT Sans', Verdana, Geneva, 'DejaVu Sans', sans-serif;
	font-size: .9em;
	font-style: normal;
}

.mobile_menu, .mobile_hmap{
	display: none;
}

.mobile_menu{
	float: right;
	margin-right: 25px;
	margin-top: 18px;
}

.body-content{
	width: 80%;
	height: 100%;
	margin-left: 10%;
	background-color: white;
}

a {
	text-decoration: none;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#top_bar{
	width: 100%;
	height: 60px;
	background-color: #373477;
}

.hmap_mobile_display_list{
	height: 590px;
	overflow-y: auto;
}

.close_show_map{
	float: right;
	margin-right: 15px;
}

.hide_map_box_label{
	margin-left: 12px;
	font-size: 1.4em;
	color: #f4f4f4;
	padding: 5px;
	background-color: #373477;
	border-radius: 5px;
}

.cdetails_close{
	float: right;
}

.cdetails_details{
	white-space: pre-line;	
}

.infowinkk{
	width: 250px;
	display: block;
	z-index: 898;
	background-color: white;
	position: absolute;
	top: 40%;
	right: 35%;
}

#map {
	height: 90%;
	width: 74%;
	margin: auto;
}

#side{
	height: 90%;
	width: 25%;
	overflow:  auto;
	padding: 5px;
	background-color: white;
}

#map, #side {
	float: left;
}

.logo, .rlink, .rlink2, .hide_map, .tsm{
	float: left;
}

.rlink, .rlink2, .tsm, .rlink3{
	color: white;
	padding: 5px;
	margin-right: 30px;
	margin-top: 18px;
}

.home{
	margin-left: 10%;
}

.hide_map, .tsm{
	margin-top: 18px;
	margin-right: 30px;
	padding: 5px;
	background-color: white;
	border-radius: 5px;
	color: #373477;
}

.hide_map:hover, .tsm:hover{
	background-color: #0b0a23;
	color: #d4d4d4;
}

.rlink:hover{
	background-color: white;
	border-radius: 5px;
	color: #373477;	
}

.hide_map_box{
	width: 80%;
	height: 90%;
	position: absolute;
	z-index: 150;
	background-color: white;
	display: none;
}

.hide_map_box_close{
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.hmap_boxes{
	width: 24.5%;
	height: 85%;
	float: left;
}

.chitems:hover, .chitems_click:hover, .comm_click:hover{
	background-color: #f4f4f4;
	color: black;
}

.chitems_selected{
	color: white;
	background-color: grey;
}

.cohorts_list{
	margin-left: 10px;
}

.cohorts_list_top, .districts_list_top, .communities_list_top, .communities_details_list_top{
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: gainsboro;
	background-color: #1c1b3c;
}

.cohorts_list_bottom, .districts_list_bottom, .communities_list_bottom, .communities_details_list_bottom{
	width: 100%;
	height: 95%;
	overflow-y: auto;
}

.chitems, .chitems_click, .comm_click, .comm_details_click{
	width: 98%;
	line-height: 30px;
	padding-left: 5px;
	border-bottom: 1px solid grey;
}

.mobile_menu_items{
	display: none;
	width: 100%;
	height: 30%;
	background-color: #373477;
	z-index: 200;
}

.mlinks{
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: white;
}

.mlinks:hover{
	background-color: #6360a8;
}

.infowin{
	background-color: white;
	position: absolute;
	left: 12%;
	top: 130px;
}

.hmap_mobile_display{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f1f1f1;
	z-index: 300;
}

.cmsmasters_color_scheme_fourth{
	background:#363574;
}




.dropbtn {

}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 400;
}

.dropdown-content a {
	color: black;
	padding: 8px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	color: black;
	background-color: #ddd;
}

.ddwn:hover .dropdown-content {display: block;}







@media only screen and (max-width: 1250px){
	.home{
		margin-left: 10%;
	}

	.body-content{
		width: 100%;
		margin: 0px;
	}
}

@media only screen and (max-width: 1000px){
	#side{
		display: none;
		width: 100%;
		position: absolute;
		z-index: 50;
	}

	.home{
		margin-left: 1%;
	}

	#map{
		width: 100%;
	}

	.hide_map_box{
		width: 100%;
	}
}

@media only screen and (min-width: 980px){

}


@media only screen and (max-width: 980px){
	.hide_map_box, .links {
		display: none;
	}

	.mobile_menu{
		display: block;
	}

	#map{
		width: 100%;
	}

}
