body {
  scroll-behavior: smooth;
  background-color: rgb(255, 255, 255);
}

/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
	background-color: #22cf0f;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(1, rgba(156, 255, 46, .2)),
					   color-stop(1, transparent), to(transparent));
}


.my-navbar { 
  box-shadow: 0px 10px 30px rgba(216, 216, 216, 0.45);
 
}

.navbar-brand {
  font-weight: bold;
}
.navbar-brand img {
  width: 50px;
}

.nav-link {
  border-bottom: 4px solid white;
  margin-right: 24px;
  transition: 0.3s ease;
  padding: 5px;
  font-size: 80%;
}
.nav-link:hover {
  color: black;
  border-bottom: 4px solid #eb4027;
}
.nav-active a {
  color: black !important;
  font-weight: 600;
  border-bottom: 4px solid #eb4027;
}







#cardbody {
  background-color: rgb(156, 217, 255);
}
#main-header img {
  width: 100%;
  height: 100%;
}



#main-header .port-item:hover {
color: orange;
  opacity: 0.8;
  cursor: pointer;
}

.active, .btn:hover {
 
  color: orange;
}

.bg-black {
  color: #fff;
  background: #000;
}
    .smalltab {
        font-size:10px !important;
    }
	.smalltab2{
        font-size:0.8em !important;
	
    }
	.smalltab2>tbody>tr>td, .smalltab2>tbody>tr>th, .smalltab2>tfoot>tr>td, .smalltab2>tfoot>tr>th, .smalltab2>thead>tr>td, .smalltab2>thead>tr>th {
    padding: 5px!important;
}

#mytable2{
	width:100%!important;
}

table.table-bordered{
    border:1px solid blue;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:1px solid blue;
}
table.table-bordered > tbody > tr > td{
    border:1px solid blue;
}
#map2 { height: 400px; }

.sm-logo {
	display: none;
}



.legend {
  padding: 10px;
  line-height: 18px;
  color: #555;
  background-color: #fff;
  border-radius: 5px;
}

.legend i {
  float: left;
  width: 18px; 
  height: 18px; 
  margin-right: 8px; 
  opacity: 0.7; 
}
@media (max-width: 800px) {
	
	.besar{display:none!Important}
	#header_img_bg{
		height:80px!Important;
		background-image: url('')!Important; 
		background-color: rgb(23,114,161)!Important; 
		
		}  

	
}

@media (max-width: 500px) {
	
	  :root {
    font-size: calc(1.2rem + ((1vw - 0.48rem) * 1.7889));
    /* Where: * 1.3889 = 100 * font_Size_Difference / viewport_Width_Difference */
  } 
	#header_img_bg{
		height:80px!Important;
		padding-top:calc(1.2rem + ((1vw - 0.48rem) * 1.7889));

	}  
	#judul_header{
		font-size:1.1em;
	}
	#box_judul{
		padding-top:5%!Important;
	}
	#mm{
		width:40%;
	}
	div.ex3 {
  width: 400px;
  overflow-x: auto;
}
}
@media (min-width: 1000px) {
  .port-item {
    padding: 1.5em !important;
  }
  #map { height: 500px!important; }
  
  #narasi { padding: 5em!important; }
  

}

@media (min-width: 800px) {
	#warn1 {font-size:300%!important;}
}
 .circle {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border-style: solid;
    font-size: 16px;
    font-weight: bold;
  }
  .circle.circle1 {
    background: rgba(0, 57, 128, 0.2);
    border-color: #3388FF;
    color: white;
  }
  .circle.circle2 {
    background: rgba(255, 237, 36, 0.9);
    border-color: red;
    color: black;
  }
  
  
  .info
  {
        padding: 6px 8px;
        font: 13px/16px Verdana, Geneva, sans-serif;
        background: white;
        background: rgba(255,255,255,0.8);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 10px;
    }

   .legend {
        line-height: 25px;
        padding:7px;
        color: #555;
		background-color: rgba(255, 255, 255, 0);
       }

   .legend i {
        width: 15px;
        height: 15px;
        float: left;
        margin-right: 0px;
		background-color:black;
        opacity: 0.7;
      }

    .circle2
 {
float: left;
border: 1px solid #222;
border-radius: 50%;
 }

 .legend .colorcircle {
border-radius: 50%;
width: 15px;
height: 15px;
margin-top: 0px;
 }
.legend .circlepadding {
border-radius: 50%;
background: rgba(255, 255, 255, 0.85);
}

.foo {
  float: left;
  width: 15px;
  height: 15px;
  margin: 5px 5px 20px 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.red {
  background: red;
}

.orange {
  background: orange;
}

.yellow {
  background: yellow;
}
.green {
  background: green;
}
.blue {
  background: blue;
}

.pcir{
margin-bottom:0px;
}
div.fill {
    position:relative;
    border:1px dashed red;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden
}
div.fill img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%
}

.header-ui{
  position: relative;
  padding: 2rem 0 4rem 0;
  background: linear-gradient(45deg, #818bfd 0%, #61c0f7 50%, #80fff9 100%);

}

.header-ui::after {
    display: block;
    content: '';
    height: 100%;
   
	
    background-size: contain;
    position: absolute;
    bottom: -1px;
    left: -20%;
    right: -20%;
    z-index: 1; 
}

.header-title {
  text-align: center;
  color:#fff;
}


.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}
.highcharts-background {
 background-color:rgb(0,0,0,0)!important;
}
#container_hc {
  height: 200px;
  width:100%;
  background-color:rgb(0,0,0,0.6)!important;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}


#model_6 .tabs-container {
	background: var(--m6-tabs-bg);
	text-align: center;
}
#model_6 .nav-tabs {
	border: 0; 
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;	
}
#model_6 .nav .nav-item {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#model_6 .nav .nav-link::before {
    position: absolute;
    bottom: 1em;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    background: var(--m6-tab-hover-text);
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
} 
#model_6 .nav .nav-link {
	border: 0;
	outline: unset;
	display: inline-block;
	overflow: visible;
	padding: 1em 0 2em;
	color: var(--m6-tab-text);
	line-height: 1;
	-webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
	transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
} 
#model_6 .nav .nav-link:hover {
	color: var(--m6-tab-hover-text);
}
#model_6 .nav .nav-link.active::before {
	position: absolute;
	bottom: 1em;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 4px;
	background: var(--m6-tab-hover-text);
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
#model_6 .nav .nav-link.active,
#model_6 .nav .nav-link.active:hover {
	background-color: var(--m6-tab-hover-bg);
	color: var(--m6-tab-hover-text);
}
#model_6 .nav i {
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3em;
	display: block;
	margin: 0 0 0.35em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
	pointer-events: none;
}
#model_6 .nav .nav-link.active i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

		/*another-popop style*/
.another-popup .leaflet-popup-content-wrapper {
  background: rgba(200, 200, 200, 0.0);
  font-size: 12px;
  line-height: 24px;
  border-radius: 0px;
  box-shadow: none;
  
}
.another-popup .leaflet-popup-content{
	padding: 0 0 0 5px!important;
	margin: 0 0 0 5px!important;
}
.another-popup .leaflet-popup-content-wrapper a {
  color: rgba(200, 200, 200, 1);
}
.another-popup .leaflet-popup-tip-container {
  width: 50px;
  height: 15px;
}
.another-popup .leaflet-popup-tip {
  background: white;
  border: none;
  box-shadow: none;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.toast {
    opacity: 1!important;
}

.fokal{
	 font-size: 0.7rem;
}


	.sweet-deal-label {
			background-color: #FE57A1;
			background-color: rgba(254, 87, 161, 0.66)!important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			color: #fff;
			font-weight: bold;
		}
		

 .red-color {
        color:red;
    }


.realtable>tbody>tr>td, .realtable>tbody>tr>th, .realtable>tfoot>tr>td, .realtable>tfoot>tr>th, .realtable>thead>tr>td, .realtable>thead>tr>th {
    padding: 4px;
}
