* {
    box-sizing: border-box;
}

body {
    margin: 0px;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.jqx-splitter {
    border: unset !important;
}

#container {
    position: absolute;
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}

#left_pane,
#right_pane {
    top: 0;
    height: 100%;
    position: absolute;
    color: black;
    overflow: hidden;
}

.menu {
    height: calc(100% - 210px);
    overflow: auto;
    clear: both;
}

#left_pane {
    width: 300px;
    height: 100%;
    left: 0;
    background: lightgrey;
    border-right: 5px solid gray;
}

#right_pane {
    width: calc(100% - 300px);
    right: 0;
    background: white;
}

.item-active {
    color: #434343 !important;
    background: #81ffc7 !important;
    font-weight: bold !important;
}

.menu-header {
    float: left;
    width: 100%;
    display: table;
    background: #43cea2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #185a9d, #43cea2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.menu-header img {
    max-width: 100px;
    float: left;
}

.menu-header span {
    vertical-align: middle;
    display: table-cell;
    color: white;
    font-weight: 900;
    width: 100%;
}

.menu-title {
    display: table;
    background-color: white;
    padding: 15px;
    font-weight: bold;
    border-top: 1px dashed gray;
    float: left;
    width: 100%;
}

.popupnya {
    position: absolute;
    border-left: 5px solid;
    padding: 10px;
    z-index: 10000;
    background: white;
    font-size: 10px;
}

.panel-detail {
    padding: 20px;
    overflow-y: auto;
    height: calc(100% - 50px);
}

.panel-detail-header {
    padding: 15px;
    background: #43cea2;
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
    background: linear-gradient(to right, #185a9d, #43cea2);
    color: white;
}

.marker-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #c30b82;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
 }

.custom-div-icon i {
    position: absolute;
    width: 22px;
    font-size: 17px;
    left: 0;
    right: 0;
    margin: 6px auto;
    text-align: center;
    z-index: 2;
    transform: rotate(45deg);
}