body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#map {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

#menu {
    position: absolute;
    width:0px;
    height:0px;
    top: 50px;
    left: 0px;
    z-index: 10000;
}

#note {
    position: absolute;
    bottom: 30px;
    right: 20px;
    font-size: 12px;
    z-index: 9;
}

#note-mesh {
    border: 1px solid;
    background: white;
    display: none;
    padding: 10px;
}

#note-point {
    border: 1px solid;
    margin-top: 10px;
    background: white;
    word-break:break-all;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.item-note {
	width: 100%;
	height: 20px;
	margin: 5px 0px 0px 0px;
    white-space: nowrap;
    display: block;
}

#note-point .item-note div {
    line-height: normal;
}

.title-note-mesh {
	font-size: 15px;
}

.item-note-color {
    width: 30px;
    height: 20px;
    border: 1px solid;
    margin-right: 10px;
    display: inline-block;
}

.item-note-image {
	width: 30px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.item-note-text {
	min-width: 90px;
	max-width: 190px;
	height: 20px;
    text-align: left;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.form-container {
    display: inline-block;
    max-width: 300px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

.form-container .cancel:hover, #popup-info .cancel {
    cursor: pointer;
}

.form-menu .cancel:hover {
    cursor: pointer;
}

.form-container p {
    font-size: 13px;
}

.form-container button {
    opacity: 1;
    background-color: white;
    border-radius: 0.4rem;
    margin-bottom: 10px;
    padding: 1px 20px;
    color: black;
    width: 240px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0);
}

.custom .modal-content {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

.modal-header, .modal-footer {
    border: unset;
}

.btn-submit {
    background-color: white;
    color: black;
    border-radius: 0.4rem;
}

.modal-content .cancel, #popup-info .cancel, #popup-info-point .cancel {
    color: white;
}

.m80t {
    margin-top: 80px;
}

.m160t {
    margin-top: 160px;
}

.form-menu {
    width: 370px;
    display: inline-block;
    word-break: break-all;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

.form-note {
    width: 200px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
}

.container-popup-info {
    position: fixed;
    top: 130px;
    left: 50px;
    z-index: 9;
    width: auto;
    min-height: 200px;
}

.popup-offset {
    padding: 1px;
    max-width: 0.2%;
}

#popup-info, #popup-name, #popup-info-point  {
    font-size: 16px;
    max-height: 400px;
    width: 200px;
    overflow-y: auto;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

#popup-name {
    top: 55px;
    left: 120px;
    width: 150px;
    min-height: 50px;
}

#popup-name .pro-name {
    margin: 0;
}

#content-info {
    padding: 20px 10px 20px 10px;
    word-break: break-all;
}

#content-info-point {
    padding: 20px 10px 20px 10px;
    word-break: break-all;
}

#importMeshModal .data-table, #importPointModal .data-table {
    background-color: white;
    max-height: 500px;
    overflow: auto;
}

#importMeshModal .data-table td, #importPointModal .data-table td {
    color: black;
}

.pointer {
    cursor: pointer;
}

.h38 {
    height: 38px;
}

.form-setting-deer-trap {
    margin-top: 240px;
    display: inline-block;
    max-width: 500px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

.form-setting-deer-trap .cancel:hover, #popup-info .cancel, #popup-info-point .cancel {
    cursor: pointer;
}

.form-setting-deer-trap p{
    font-size: 15px;
}

.form-setting-deer-trap button {
    opacity: 1;
    border-radius: 0.4rem;
    margin-bottom: 10px;
    padding: 1px 10px;
    color: black;
    width: 200px;
}

.form-setting-deer-trap input {
    padding: 1px 10px;
}

.check-display {
    margin-left: 80px;
}

#display-project {
    top: 388px;
    display: none;
    width: 390px;
    min-height: 240px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

#display-project button {
    /*width: 220px;*/
    width: 100%;
    margin-bottom: 5px;
}

.form-display-project .cancel:hover, #popup-info .cancel {
    cursor: pointer;
}

.form-display-project p{
    font-size: 15px;
}

.form-display-project button {
    opacity: 1;
    border-radius: 0.4rem;
    margin-bottom: 10px;
    padding: 1px 10px;
    color: black;
    width: 200px;
}

#btn-reset-project, #btn-close-project {
    width: 120px;
}

.form-display-project input {
    padding: 1px 10px;
}

.display-none {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.h26 {
    height: 26px;
}

.black-border {
    border: solid 1px black;
    background: white;
}

.text-percent1, .text-percent2, .text-percent3, .text-percent4, .text-percent5 {
    color: black;
}

.hide-input {
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: 25px;
}

.fs-19 {
    font-size: 19px !important;
}

.center-point {
    color: red;
    font-size: 3em !important;
    left: 50%;
    top: 50%;
    z-index: 8;
    position: absolute;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.font23 {
    font-size: 23px;
}

.h26w {
    height: 26px;
    width: 26px;
}

.h15w {
    height: 15px;
    width: 15px;
}

.btn-set-data-deer-trap, .btn-create-project, .btn-display-list-project, .btn-reset {
    background: white;
}

.scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.break-all {
    word-break: break-all;
}

.default-color {
    background: none;
    border: none;
    padding-left: 16px;
    padding-top: 0;
}

.select-color {
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}

.row-project {
    padding: 0px 0 10px 0 !important;
}

#appen input {
    font-size: 14px;
}

#not-attribute-selected {
    display: none;
}

#menu-buttons {
    top: 27px;
    left: 3px;
    width: 50px;
}
img.w-100 {
	width: 44px;
	height: 44px;
	background: black;
}

div.icon-menu {
	position:relative;
	width: 50px;
	height: 50px;
	padding: 3px;
	border: solid 0px;
    cursor: pointer;
}
div.icon-menu:hover {
	width: 50px;
	height: 50px;
	padding: 0px;
	border: solid 3px #60ffff;
}
#menu-panels {
	position: absolute;
    top: 30px;
    left: 60px;
}
.form {
	position: absolute;
	width: 350px;
	padding: 10px;
	border-radius: 10px;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 10000;
}
#coloring {
	top: 0px;
}
#point-setting {
	top: 50px;
}
#import-data {
	top: 100px;
}
#trap-menu {
	top: 150px;
}
div.functionTitle {
	position: relative;
	width: calc(100% - 40px);
	margin: 0 20px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
div.functionItem {
	position: relative;
	width: 100%;
	min-height: 36px;
	margin: 5px 0px 0px 0px;
	display: inline-block;
	align-items: center;
}
hr.title {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.1em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
div.functionItemName {
	position: relative;
	width: 100px;
	text-align: left;
	font-size: 16px;
	display: inline-block;
	line-height: 36px;
}
div.functionItemValue {
	position: relative;
	width: 220px;
	display: inline-block;
	float: right;
}
button.function {
	width: 100%;
	margin: 2px 0px 2px 0px;
    border-radius: 5px;
    padding: 6px 20px;
    background-color: #fff;
    color: #000;
    border-style: none;
}
button.function:hover {
    background-color: #24d;
    color: #fff;
}

.close {
    z-index: 15000;
    cursor: pointer;
}
.switch__label {
	float: right;
	margin-bottom: 0;
}
#color-point-setting {
	width: 60px;
	float: right;
}