body{
	margin: 0;
	font-family: Verdana, Tahoma, Arial;
}
.orgchart .second-menu-icon {
    transition: opacity .5s;
    opacity: 0;
    right: -5px;
    top: -5px;
    z-index: 2;
    color: rgba(68, 157, 68, 0.5);
    font-size: 18px;
    position: absolute;
    transform: rotate(-90deg);
}
.orgchart .second-menu-icon:hover {
  color: #449d44;
}
.orgchart .node:hover .second-menu-icon {
  opacity: 1;
}
#chart-container, #map-container {
	position: relative;
	display: inline-block;
	height: calc(100% - 90px);
	width: calc(100% - 10px);
	border: 2px dashed #aaa;
	overflow: auto;
	margin: 56px 5px 0px 5px;
}
.form{
	display: none;
	border: solid 1px red;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: white;
}
#form_send_success{
	display: none;
	position: fixed;
	bottom: 40px;
	width: 80%;
	margin: 0 10% 0 10%;
}

.btn_interactive {
	position: absolute;
	right: 10px;
	bottom: 40px;
}
.hightlight {
	color: cadetblue;
	font-weight: bold;
}