html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 400px) {
	.hidden-xs {
		display: none !important;
	}

	.column-tlhp {
		float: left;
		width: 50%;
		padding: 0px 0px 0px 0px;
	}
}

@media (max-width: 767px) {
  	.hidden-xs {
    	display: none !important;
  	}
  	.column-tlhp {
	  	float: left;
	  	width: 50%;
	  	padding: 5px 10px 5px 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  	.hidden-sm {
    	display: none !important;
  	}
  	.column-tlhp {
	  	float: left;
	  	width: 50%;
	  	padding: 20px 40px 20px 40px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
  	.hidden-md {
    	display: none !important;
  	}
  	.column-tlhp {
  		float: left;
  		width: 50%;
	  	padding: 30px 60px 30px 60px;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
    	display: none !important;
  	}
  	.column-tlhp {
  		float: left;
  		width: 50%;
  		padding: 30px 800px 30px 80px;
	}
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  	background-color: #fefefe;
  	margin: 5% auto; /* 15% from the top and centered */
  	padding: 20px;
  	border: 1px solid #888;
  	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  	color: #fcfcfc;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
}

.close:hover,
.close:focus {
  	color: red;
  	text-decoration: none;
  	cursor: pointer;
}

/* Float four columns side by side */
.column-tlhp {
  	float: left;
  	width: 50%;
  	padding: 40px 80px 40px 80px;
}

.column-sip {
  	float: left;
  	width: 100%;
  	padding: 10px 10px 10px 10px;
	text-align: center;
}
.column-sip img{
  	width: 30px;
}

.isDisabled {
  	color: currentColor;
  	cursor: not-allowed;
  	opacity: 0.5;
  	text-decoration: none;
}

/* Remove extra left and right margins, due to padding */
.row-tlhp {margin: 0 -5px;}
.row-sip {margin: 0 -5px;}

/* Clear floats after the columns */
.row-tlhp:after {
  	content: "";
  	display: table;
  	clear: both;
}

.row-sip:after {
  	content: "";
  	display: table;
  	clear: both;
}

/* Responsive columns */
@media screen and (max-width: 800px) {
  	.column-tlhp {
    	width: 100%;
    	display: block;
    	margin-bottom: 20px;
    	padding: 10px 20px 10px 20px!important;
	}

  	.modal-content {
	  	background-color: #fefefe;
	  	margin: 20% auto; /* 15% from the top and centered */
	  	padding: 10px;
	  	border: 1px solid #888;
	  	width: 80%; /* Could be more or less, depending on screen size */
	}

	#mapRekapTemuan {
	    width: 600px;
	    height: 300px;
	    margin: 0 auto;
	}
}

/* Style the counter cards */
.card-tlhp {
  	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.6);
  	padding: 10px;
  	text-align: center;
  	background-color: #f1f1f1;
  	cursor: pointer;
}

#mapRekapTemuan {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}
.loadingMap {
    margin-top: 10em;
    text-align: center;
    color: gray;
}