.checkbox-circle input[type="checkbox"] { display: none; }

.checkbox-circle input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	font-size: 26px; line-height:30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-right: 20px;
}

.checkbox-circle input[type="checkbox"] + label:hover:before {
	border: 1px solid #343a3f;
	border: 2px solid #fff;
	background: #50565a;
	box-shadow: 0 0 0 1px #000;
}

.checkbox-circle input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.checkbox-circle input[type="checkbox"] + label:before {
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 border: 1px solid #343a3f;
 border-radius: 50%;
  box-sizing:border-box;
  position: absolute;
  left: 0;
  top: 50%; margin-top:-10px;
  -webkit-transition: all 0.2s, transform 0.3s ease-in-out;
  transition: all 0.2s, transform 0.3s ease-in-out;
  background: #fff;
}

.checkbox-circle input[type="checkbox"]:checked + label:before {
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #000;
}

/* checkbox-circle end */

div#legend {
    display: flex;
    align-items: center;
}

 h3{padding-right:15px;}
/*.body_container {display:none;}*/

.preload { width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;}
