@font-face {
	font-family: Font1;
	src: url("../fonts/font1.otf");
}
@font-face {
	font-family: Font2;
	src: url("../fonts/font2.otf");
}
@font-face {
	font-family: Font3;
	src: url("../fonts/font3.otf");
}
@font-face {
	font-family: FontBold;
	src: url("../fonts/font-bold.otf");
}
@font-face {
	font-family: Georgia;
	src: url("../fonts/Georgia.ttf");
}
body {
	font-family: Font3, Font1, "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ol-attribution {
	display: none;
}
.ol-zoom {
	display: none;
}
.gm-style {
	font-size: inherit;
	font-family: inherit;
}
.gm-style .ol-attribution {
	bottom: 1em;
}
.gm-style .ol-attribution.ol-logo-only {
	bottom: 1em;
}
.tabswitcherlist>ul>li.active {
	background-color: white;
}
.tabswitcherlist>ul>li {
	background-color: #EEEEEE;
	cursor: pointer;
}
.tabswitcherlist>ul>li {
	border-right: 1px solid #e5e5df;
}
.tabswitcherlist>ul>li:last-child {
	border-right: none;
}
.tabswitcherlist>ul>li:hover:not(.active) {
	background-color: #FBFBFB;
}
.tabswitchercontentcontent {
	display: none;
}
.tabswitchercontentcontent.active {
	display: inherit;
}
.btnIS:hover {
	cursor: pointer;
	color: blue;
}
.dialog-content {
	z-index: 3;
}
.container {
	max-width: none !important;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #b5b5b5;
}
.progress {
	position: relative;
	margin-bottom: 5px;
}
.progress span {
	position: absolute;
	display: block;
	width: 100%;
	color: #333333;
}
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.key {
	text-transform: capitalize;
}
.value {
	margin-top: 5px;
	font-family: FontBold;
}
.dialogModal {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

#dialogInfoDetail > .dialog2 {
	width: 400px;
	border-top-style: solid;
	border-top-color: #9374ab;
}
#dialogInfoDetail > .dialog2 > .dialog2-content > .dialog2-content-content {
	background-color: #f6f6f6;
	margin-top: 10px;
	padding: 20px 20px 25px;
	overflow-y: auto;
}

#dialogBasemap > .dialog2 {
	width: 600px;
}
#dialogBasemap > .dialog2 > .dialog2-content > .dialog2-content-content > div {
	width: 50%;
	float: left;
}
#dialogBasemap > .dialog2 > .dialog2-content > .dialog2-content-content > div > div:hover {
	cursor: pointer;
}
#dialogBasemap > .dialog2 > .dialog2-content > .dialog2-content-content > div > div.active {
	font-family: "FontBold";
}

#dialogSubscribe > .dialog2 {
	width: 500px;
	font-family: FontBold;
	font-size: 12px;
}
#dialogSubscribe > .dialog2 > .dialog2-content > .dialog2-content-content > input {
	width: 100%;
	background-color: #f7f7f7;
	border: none;
	height: 40px;
	font-family: "Font3";
	padding: 0 20px;
	margin-bottom: 20px;
}
#dialogSubscribe > .dialog2 > .dialog2-content > .dialog2-content-content > input:focus {
	outline: none;
	background-color: #ebebeb;
}
.ui-menu .ui-menu-item div {
	background-color: #f7f7f7;
	height: 30px;
	font-family: "Font3";
	font-size: 11px;
	padding: 10px 20px;
}
.ui-menu .ui-menu-item div:hover {
	background-color: #ebebeb;
	border: none;
	color: black;
}
.ui-menu .ui-menu-item div:not(:hover) {
	background-color: #ebebeb;
	border: none;
	color: black;
}

#infoModal > .dialog2 {
	width: 550px;
}
#infoModal > .dialog2 > .dialog2-content > .dialog2-content-content {
	font-size: 12px;
	line-height: 180%;
}

input.rounded {
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 13px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.rounded:focus {
	border-color: #339933;
}

#layerSwitcher {
	position: fixed;
	top: 20px;
	left: 20px;
	bottom: 0;
	z-index: 9999!important;
}
#layerSwitcher > div {
	background-color: #fff;
	box-shadow : 0 2px 1px rgba(0,0,0,0.25);
	float: left;
}
#layerSwitcherContent {
	width: 300px;
	height: 0px;
	overflow-y: hidden;
}
#layerSwitcherContent:hover {
	overflow-y: auto;
	overflow-x: hidden;
}
#layerSwitcher {
	overflow: hidden; /* Prevent scrolling by default */
}
  
#layerSwitcher:hover {
	overflow: auto; /* Enable scrolling when hovering */
}  
.layerSwitcherDate {
	background-color: #f6f6f6;
	padding: 15px 15px 20px;
}
.layerSwitcherDate > p {
	font-size: 13px;
	font-weight: bold;
}
.layerSwitcherDate > input {
	width: 100px;
}
.layerSwitcherDate > input:first-of-type {
	margin-left: 10px;
}
.layerSwitcherDate div {
	font-size: 12px;
	color: red;
	text-align: center;
	display: none;
}
.layerList > div {
	padding: 10px 20px;
	font-weight: bold;
}
.layerList > div > img {
	width: 30px;
	margin-right: 10px;
}
.infoLayer {
	color: #737373;
	margin-top: 3px;
}
.infoLayer:hover, .layerSwitcherCollapse:hover, .chevron:hover {
	cursor: pointer;
}
.btn-toggle.btn-xs {
	margin-right: 10px;
	margin-bottom: 2px;
}
.layerSingle > p {
	padding: 10px 15px;
	background-color: #e4e4e4;
	margin-bottom: 0;
}
.layerSingle > div {
	padding: 20px;
}
.layerSingle > div > img {
	float: right;
}
.layerMultiple {
	padding: 20px;
	background-color: #f6f6f6;
}
.layerMultiple > img.chevron {
	float:right;
	margin-top: 3px;
	margin-right: 20px;
}
#layerIzinList, #layerKawasanList {
	font-size: 12px;
}
.layerSwitcherCollapse {
	height: 50px;
	width: 20px;
}
.layerSwitcherCollapse > i {
	margin: 18px 0 0 4px;
}

.divProgress {
	width: 300px;
	height: 5px;
	background-color: #f6f6f6;
}
.divProgressBar {
	width: 0%;
	background-color: #428bca;
	height: 5px;
	top: 0;
	position: absolute;
}

.r {
	float: right;
}

#basemaps-wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;
	background: white;
padding: 10px;
}
#basemaps {
	margin-bottom: 5px;
}

::-webkit-scrollbar {
    width: 1em;
    height: 1em
}

::-webkit-scrollbar-button {
    background: #ccc
}