.main-header {
	background: #333333;
	padding: 15px 0 10px 0;
	color: #fff;
}

/* START POPUP STYLE */
.ui-draggable .ui-dialog-titlebar {
	display: none;
}

.img-replace {
	/* replace text with an image */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
}

.bts-popup {
	position: absolute;
	left: 0;
	top: -47px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.bts-popup.is-visible {
	height: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
	position: relative;
	width: 100%;
	max-width: 45%;
	max-height: 100%;
	margin: 4em auto;
	background: white;
	border-radius: none;
	text-align: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.bts-popup-container img {
	/* padding: 6px 0 0 0; */
	
}

.bts-popup-container p {
	color: black;
	/* padding: 1px 40px; */
	padding: 1px 30px;
	font-family: calibri;
	font-size: 16px;
	/* font-weight: none; */
	text-align: justify;
}

.bts-popup-container p.title {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.bts-content {
	/* border: 1px solid #ddd; */
	margin-bottom: -25px;
	padding-bottom: 9px;
	text-align: justify;
	background: white;
}

.bts-popup-container .bts-popup-button {
	padding: 5px 25px;
	border: 2px solid white;
	display: inline-block;
	margin-bottom: 10px;
}

.bts-popup-container a {
	color: white;
	text-decoration: none;
	/* text-transform: uppercase; */
}

.bts-popup-container .bts-popup-close {
	position: absolute;
	top: 7px;
	right: 4px;
	width: 30px;
	height: 26px;
	background: black;
	display: none;
}

.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after
	{
	content: '';
	position: absolute;
	top: 12px;
	width: 16px;
	height: 3px;
	background-color: white;
}

.bts-popup-container .bts-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}

.bts-popup-container .bts-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 6px;
	top: 13px;
}

.is-visible .bts-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
	.bts-popup-container {
		margin: 8em auto;
	}
}

@media only screen and (min-width: 1920px) {
	.bts-popup {
		top: -58px;
	}
}

.button-below {
	text-align: center;
	/* padding-bottom: 19px; */
	/* padding: 10px 30px;
	border: 0px solid white;
	display: inline-block;
	margin-bottom: 10px; */
}

.button-below .ui-button {
	color: #f2bf11;
	background-color: #f2bf11;
	/* color: black; */
}

.button-below .ui-button .ui-button-text {
	background-color: #f2bf11;
	color: black;
}
/* END POPUP STYLE */
.tab {
	text-align: center;
	font-size: 10px;
	padding-left: 50%;
	margin-top: 1px;
	position: relative;
	overflow: hidden;
	background: #fff;
	font-family: 'Tahoma';
	font-weight: 300;
	height: 20px;
}

.tab p a {
	text-decoration: none;
	color: #333333;
}

.content-container {
	background-color: #ffffff !important;
	width: 100% !important;
	min-height: auto !important;
}

.content-border {
	/* border: solid 1px #ddd; */
	margin: 0 auto;
	padding: 10px 5px;
	width: 90%;
	margin-bottom: 10px;
}

.content-title {
	padding-left: 30%;
	color: #333333;
	font-size: 16px;
	font-weight: 200;
	font-family: 'Tahoma';
}

.content-title img {
	float: left;
	width: 23px;
	height: 23px;
}

.content-title p {
	padding-left: 35px;
}

#header {
	background: #3bbc9d;
}

/* Generic styling */
/* * {
	box-sizing: border-box;
	font-family: "Tahoma";
	margin: 0;
	padding: 0;
} */
ul {
	list-style: none;
	padding-left: 0;
}

.above-footer {
	padding: 15px 0;
	/* margin-top: -30px; */
	background-color: #3bbc9d;
	position: absolute;
	left: 0;
	width: 100%;
}

.below-footer {
	height: 40px;
	padding: 15px 0;
	padding-left: 10%;
	background-color: #151515;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px 0;
}

#footer {
	color: #fff /* #bbb */;
	line-height: 1.5;
	background-color: #151515;
}

#footer a {
	text-decoration: none;
	color: #eee;
}

.ft-title {
	color: #fff;
	font-family: "Tahoma";
	font-size: 1.375rem;
	padding-bottom: 0.625rem;
}
/* Sticks footer to bottom */
/* body {
	width: 100% !important;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
} */

/* Footer main */
.ft-main {
	/* padding: 10px 100px 10px 100px */ /* 1.25rem 1.875rem */
	display: flex;
	flex-wrap: wrap;
	width: 90%;
}

.ft-main-item {
	padding: 1.25rem;
	min-width: 13.5rem;
	width: 50%;
}

/* Footer main | Newsletter form */
/* form {
  display: flex;
  flex-wrap: wrap;
} */
/* Footer social */
.ft-social {
	padding: 0 1.875rem 1.25rem;
}

.ft-social-list {
	display: flex;
	justify-content: center;
	border-top: 1px #777 solid;
	padding-top: 1.25rem;
}

.ft-social-list li {
	margin: 0.5rem;
	font-size: 1.25rem;
}
/* Footer legal */
.ft-legal {
	/* padding: 0.9375rem 1.875rem; */
	background-color: #191919;
}

.ft-legal-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.ft-legal-list li {
	margin: 1.125rem 1.625rem;
}
/* one before the last child */
.ft-legal-list li:nth-last-child(2) {
	flex: 1;
}

.notaPengesahan.ui-panelgrid tbody tr, .notaPengesahan.ui-panelgrid tbody tr td
	{
	border: none !important;
	font-size: 12px;
	color: red;
	vertical-align: top;
	text-align: left;
}

@media screen and (max-width: 500px /* 477px = 29.8125rem */ ) {
	.tab {
		text-align: center;
		font-size: 9px;
		padding-left: 40%;
		margin-top: 0;
		position: relative;
		overflow: hidden;
		background: #fff;
		font-family: 'Tahoma';
		font-weight: 300;
		height: 17px;
	}
	.content-title {
		padding-left: 10%;
		color: #333333;
		font-size: 14px;
		font-weight: 200;
		font-family: 'Tahoma';
	}
	.content-title img {
		width: 20px;
		height: 20px;
	}
	.content-title p {
		padding-left: 30px;
	}
	.content-border {
		padding: 10px 5px;
		width: 90%;
		margin-bottom: 5px;
	}
	.ft-main {
		justify-content: space-evenly;
		padding: 5px 5px 5px 5px /* 1.25rem 1.875rem */;
	}
	.ft-main-item {
		margin-top: 5px;
		padding: 1.25rem;
		min-width: 12.5rem;
		width: 100%;
	}
	.ft-title {
		padding-bottom: 2px;
	}
	.ft-legal {
		justify-content: space-evenly;
		padding: 5px 5px 5px 5px /* 1.25rem 1.875rem */;
	}
	.kehadiranLain {
		padding-left: 0px;
	}
}

@media screen and (min-width: 801px /* 1240px = 77.5rem */ ) {
	.tab {
		text-align: center;
		font-size: 12px;
		padding-left: 55%;
		margin-top: 8px;
		position: relative;
		overflow: hidden;
		background: #fff;
		font-family: 'Tahoma';
		font-weight: 300;
		height: 25px;
	}
	.content-title {
		padding-left: 40%;
		color: #333333;
		font-size: 18px;
		font-weight: 200;
		font-family: 'Tahoma';
	}
	.content-title img {
		float: left;
		width: 26px;
		height: 26px;
	}
	.content-title p {
		padding-left: 40px;
	}
	.content-border {
		padding: 10px 5px 10px 5px;
		width: 75%;
		margin-bottom: 5px;
	}
	.ft-main {
		justify-content: space-evenly;
		padding: 20px 150px 30px 150px /* 1.25rem 1.875rem */;
		width: 100%;
	}
	.ft-main-item:nth-child(1) {
		margin-top: 5px;
		padding: 0;
		min-width: 12.5rem;
		width: 50%;
	}
	.ft-main-item:nth-child(2) {
		margin-top: 5px;
		padding: 0px 0px 5px 100px;
		min-width: 12.5rem;
		width: 50%;
	}
	.ft-legal {
		justify-content: space-evenly;
		padding: 10px 0px 10px 10px /* 1.25rem 1.875rem */;
		width: 100%;
	}
	.ft-legal-list {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 100px 10px 100px /* 1.25rem 1.875rem */;
	}
	.kehadiranLain {
		padding-left: 26%;
	}
}

.perakuan.ui-panelgrid tbody tr, .perakuan.ui-panelgrid tbody tr td {
	border: none !important;
}